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

Copyright (c) 2015 Daniel Eden
*/.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{from,20%,53%,80%,to{-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{from,20%,53%,80%,to{-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{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-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)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes pulse{from{-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)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-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)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes rubberBand{from{-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)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-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{from,to{-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)}to{-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)}to{-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{from{-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)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes tada{from{-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)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-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)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-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)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-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.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{from,11.1%,to{-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.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-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)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-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)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-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)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{from,60%,75%,90%,to{-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)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-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)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{from,60%,75%,90%,to{-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)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-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)}from{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)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{from,60%,75%,90%,to{-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)}from{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)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-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)}from{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)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-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)}from{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)}to{-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)}to{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)}to{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)}to{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)}to{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)}to{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)}to{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)}to{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)}to{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)}to{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)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -50px, 0);transform:translate3d(0, -50px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -50px, 0);transform:translate3d(0, -50px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-50px, 0, 0);transform:translate3d(-50px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-50px, 0, 0);transform:translate3d(-50px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(50px, 0, 0);transform:translate3d(50px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(50px, 0, 0);transform:translate3d(50px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 50px, 0);transform:translate3d(0, 50px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 50px, 0);transform:translate3d(0, 50px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-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}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-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}to{-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{from{-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)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-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)}to{-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{from{-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)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-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)}to{-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{from{-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}to{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}@keyframes flipOutX{from{-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}to{-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{from{-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}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}@keyframes flipOutY{from{-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}to{-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{from{-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}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-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}to{-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{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-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{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{-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{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{-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{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-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{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-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{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{-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{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-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{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-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{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-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{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-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{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-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{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-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{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-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{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-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{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-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}to{-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}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{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{from{opacity:1}to{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{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{from{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{from{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{from{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{from{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{from{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{from{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{from{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{from{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{from{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{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{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)}to{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)}to{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)}to{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)}to{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)}to{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)}to{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)}to{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)}to{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{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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:1px 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{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"]{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;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{background:transparent !important;color:#000 !important;box-shadow:none !important;text-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(/glyphicons-halflings-regular.eot);src:url(/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(/glyphicons-halflings-regular.woff2) format("woff2"),url(/glyphicons-halflings-regular.woff) format("woff"),url(/glyphicons-halflings-regular.ttf) format("truetype"),url(/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:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.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.42857;color:#333333;background-color:#fff}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:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;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;margin:-1px;padding:0;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,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small{font-weight:normal;line-height:1;color:#777777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .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{background-color:#fcf8e3;padding:.2em}.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,.initialism{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}.bg-primary{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,ul ol,ol ul,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-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857}dt{font-weight:bold}dd{margin-left:0}.dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table}.dl-horizontal dd:after{clear:both}@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;border-bottom:1px dotted #777777}.initialism{font-size:90%}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.42857;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;border-right:5px solid #eeeeee;border-left:0;text-align:right}.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857}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:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #ccc;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{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:before,.container:after{content:" ";display:table}.container:after{clear:both}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:before,.container-fluid:after{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.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-left:15px;padding-right: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-1{width:8.33333%}.col-xs-2{width:16.66667%}.col-xs-3{width:25%}.col-xs-4{width:33.33333%}.col-xs-5{width:41.66667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333%}.col-xs-8{width:66.66667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333%}.col-xs-11{width:91.66667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333%}.col-xs-pull-2{right:16.66667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333%}.col-xs-pull-5{right:41.66667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333%}.col-xs-pull-8{right:66.66667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333%}.col-xs-pull-11{right:91.66667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333%}.col-xs-push-2{left:16.66667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333%}.col-xs-push-5{left:41.66667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333%}.col-xs-push-8{left:66.66667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333%}.col-xs-push-11{left:91.66667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0%}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333%}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{margin-left:100%}@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-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}}@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-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.33333%}.col-md-pull-2{right:16.66667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333%}.col-md-pull-5{right:41.66667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333%}.col-md-pull-8{right:66.66667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333%}.col-md-pull-11{right:91.66667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.33333%}.col-md-push-2{left:16.66667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333%}.col-md-push-5{left:41.66667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333%}.col-md-push-8{left:66.66667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333%}.col-md-push-11{left:91.66667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333%}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{margin-left:100%}}@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-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.33333%}.col-lg-pull-2{right:16.66667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333%}.col-lg-pull-5{right:41.66667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.33333%}.col-lg-pull-8{right:66.66667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333%}.col-lg-pull-11{right:91.66667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.33333%}.col-lg-push-2{left:16.66667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333%}.col-lg-push-5{left:41.66667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.33333%}.col-lg-push-8{left:66.66667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333%}.col-lg-push-11{left:91.66667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}}table{background-color:transparent}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>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{padding:8px;line-height:1.42857;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.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 col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.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>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.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>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.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>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.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>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.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{overflow-x:auto;min-height:0.01%}@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 #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.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>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th: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>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th: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>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width: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:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}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:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:11px;font-size:14px;line-height:1.42857;color:#555555}.form-control{display:block;width:100%;height:42px;padding:10px 20px;font-size:14px;line-height:1.42857;color:#555555;background-color:#fff;background-image:none;border:1px solid #ccc;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 0.15s, box-shadow ease-in-out 0.15s;-o-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.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:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.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}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0){input.form-control[type="date"],input.form-control[type="time"],input.form-control[type="datetime-local"],input.form-control[type="month"]{line-height:42px}input.input-sm[type="date"],.input-group-sm>input.form-control[type="date"],.input-group-sm>input.input-group-addon[type="date"],.input-group-sm>.input-group-btn>input.btn[type="date"],.input-group-sm input[type="date"],input.input-sm[type="time"],.input-group-sm>input.form-control[type="time"],.input-group-sm>input.input-group-addon[type="time"],.input-group-sm>.input-group-btn>input.btn[type="time"],.input-group-sm input[type="time"],input.input-sm[type="datetime-local"],.input-group-sm>input.form-control[type="datetime-local"],.input-group-sm>input.input-group-addon[type="datetime-local"],.input-group-sm>.input-group-btn>input.btn[type="datetime-local"],.input-group-sm input[type="datetime-local"],input.input-sm[type="month"],.input-group-sm>input.form-control[type="month"],.input-group-sm>input.input-group-addon[type="month"],.input-group-sm>.input-group-btn>input.btn[type="month"],.input-group-sm input[type="month"]{line-height:30px}input.input-lg[type="date"],.input-group-lg>input.form-control[type="date"],.input-group-lg>input.input-group-addon[type="date"],.input-group-lg>.input-group-btn>input.btn[type="date"],.input-group-lg input[type="date"],input.input-lg[type="time"],.input-group-lg>input.form-control[type="time"],.input-group-lg>input.input-group-addon[type="time"],.input-group-lg>.input-group-btn>input.btn[type="time"],.input-group-lg input[type="time"],input.input-lg[type="datetime-local"],.input-group-lg>input.form-control[type="datetime-local"],.input-group-lg>input.input-group-addon[type="datetime-local"],.input-group-lg>.input-group-btn>input.btn[type="datetime-local"],.input-group-lg input[type="datetime-local"],input.input-lg[type="month"],.input-group-lg>input.form-control[type="month"],.input-group-lg>input.input-group-addon[type="month"],.input-group-lg>.input-group-btn>input.btn[type="month"],.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 label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input.disabled[type="radio"],fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input.disabled[type="checkbox"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:11px;padding-bottom:11px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.form-control-static.input-sm,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn{padding-left:0;padding-right:0}.input-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 20px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.input-group-sm>.input-group-btn>select.btn{height:30px;line-height:30px}textarea.input-sm,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,select.input-sm[multiple],.input-group-sm>select.form-control[multiple],.input-group-sm>select.input-group-addon[multiple],.input-group-sm>.input-group-btn>select.btn[multiple]{height:auto}.form-group-sm .form-control{height:30px;padding:5px 20px;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.form-control[multiple]{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 20px;font-size:12px;line-height:1.5}.input-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 20px;font-size:18px;line-height:1.33333;border-radius:6px}select.input-lg,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.input-group-lg>.input-group-btn>select.btn{height:46px;line-height:46px}textarea.input-lg,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.input-group-lg>.input-group-btn>textarea.btn,select.input-lg[multiple],.input-group-lg>select.form-control[multiple],.input-group-lg>select.input-group-addon[multiple],.input-group-lg>.input-group-btn>select.btn[multiple]{height:auto}.form-group-lg .form-control{height:46px;padding:10px 20px;font-size:18px;line-height:1.33333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select.form-control[multiple]{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 20px;font-size:18px;line-height:1.33333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:52.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:42px;height:42px;line-height:42px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.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+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.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;border-color:#3c763d;background-color:#dff0d8}.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;border-color:#8a6d3b;background-color:#fcf8e3}.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;border-color:#a94442;background-color:#f2dede}.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{margin-top:0;margin-bottom:0;padding-top:11px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:31px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{content:" ";display:table}.form-horizontal .form-group:after{clear:both}@media (min-width: 768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:11px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33333px;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;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:10px 20px;font-size:14px;line-height:1.42857;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn.focus,.btn:active:focus,.btn.focus:active,.btn.active:focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-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;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default:active:focus,.btn-default.focus:active,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{background-image:none}.btn-default.disabled,.btn-default.disabled:hover,.btn-default.disabled:focus,.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.focus[disabled],.btn-default[disabled]:active,.btn-default.active[disabled],fieldset[disabled] .btn-default,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary.focus:active,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{background-image:none}.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.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.focus[disabled],.btn-primary[disabled]:active,.btn-primary.active[disabled],fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success:active:focus,.btn-success.focus:active,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{background-image:none}.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.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.focus[disabled],.btn-success[disabled]:active,.btn-success.active[disabled],fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info:active:focus,.btn-info.focus:active,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{background-image:none}.btn-info.disabled,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info.focus[disabled],.btn-info[disabled]:active,.btn-info.active[disabled],fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning.focus:active,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{background-image:none}.btn-warning.disabled,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning.focus[disabled],.btn-warning[disabled]:active,.btn-warning.active[disabled],fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger.focus:active,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{background-image:none}.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.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.focus[disabled],.btn-danger[disabled]:active,.btn-danger.active[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;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,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus{color:#777777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 20px;font-size:18px;line-height:1.33333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 20px;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.btn-block[type="submit"],input.btn-block[type="reset"],input.btn-block[type="button"]{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;transition-property:height, visibility;-webkit-transition-duration:0.35s;transition-duration:0.35s;-webkit-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;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;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);background-clip:padding-box}.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:normal;line-height:1.42857;color:#333333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.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;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857;color:#777777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.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{left:0;right:auto}}.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>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.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:before,.btn-toolbar:after{content:" ";display:table}.btn-toolbar:after{clear:both}.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-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-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-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle,.btn-group-lg.btn-group>.btn+.dropdown-toggle{padding-left:12px;padding-right: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,.btn-group-lg>.btn .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .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:before,.btn-group-vertical>.btn-group:after{content:" ";display:table}.btn-group-vertical>.btn-group:after{clear:both}.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-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.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-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;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 input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[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-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.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:10px 20px;font-size:14px;font-weight:normal;line-height:1;color:#555555;text-align:center;background-color:#eeeeee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:5px 20px;font-size:12px;border-radius:3px}.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:10px 20px;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-bottom-right-radius:0;border-top-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-bottom-left-radius:0;border-top-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{margin-bottom:0;padding-left:0;list-style:none}.nav:before,.nav:after{content:" ";display:table}.nav:after{clear:both}.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;background-color:transparent;cursor:not-allowed}.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 #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.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:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified,.nav-tabs.nav-justified{width:100%}.nav-justified>li,.nav-tabs.nav-justified>li{float:none}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 768px){.nav-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width: 768px){.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:55px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{content:" ";display:table}.navbar:after{clear:both}@media (min-width: 768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{content:" ";display:table}.navbar-header:after{clear:both}@media (min-width: 768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{content:" ";display:table}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media (min-width: 768px){.navbar-collapse{width:auto;border-top:0;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-left:0;padding-right:0}}.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}}.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.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-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@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}.navbar-brand{float:left;padding:17.5px 15px;font-size:18px;line-height:20px;height:55px}.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;margin-right:15px;padding:9px 10px;margin-top:10.5px;margin-bottom:10.5px;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:8.75px -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;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:17.5px;padding-bottom:17.5px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 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:6.5px;margin-bottom:6.5px}@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;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:6.5px;margin-bottom:6.5px}.navbar-btn.btn-sm,.btn-group-sm>.navbar-btn.btn{margin-top:12.5px;margin-bottom:12.5px}.navbar-btn.btn-xs,.btn-group-xs>.navbar-btn.btn{margin-top:16.5px;margin-bottom:16.5px}.navbar-text{margin-top:17.5px;margin-bottom:17.5px}@media (min-width: 768px){.navbar-text{float:left;margin-left:15px;margin-right: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:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;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:#555;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:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#090909}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;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:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#090909;color:#fff}@media (max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.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:#fff;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:#fff;background-color:#090909}.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:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.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{content:"/ ";padding:0 5px;color:#ccc}.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:10px 20px;line-height:1.42857;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus{z-index:3;color:#23527c;background-color:#eeeeee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 20px;font-size:18px;line-height:1.33333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 20px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager:before,.pager:after{content:" ";display:table}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;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;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label:empty{display:none}.btn .label{position:relative;top:-1px}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.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;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.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{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-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;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{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.thumbnail .caption{padding:9px;color:#333333}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.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{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.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}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;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:#fff;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);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{zoom:1;overflow:hidden}.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{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus,button.list-group-item:hover,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eeeeee;color:#777777;cursor:not-allowed}.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:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .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}.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,a.list-group-item-success:focus,button.list-group-item-success:hover,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active,button.list-group-item-success.active:hover,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,a.list-group-item-info:focus,button.list-group-item-info:hover,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active,button.list-group-item-info.active:hover,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,a.list-group-item-warning:focus,button.list-group-item-warning:hover,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active,button.list-group-item-warning.active:hover,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,a.list-group-item-danger:focus,button.list-group-item-danger:hover,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active,button.list-group-item-danger.active:hover,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:#fff;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-body:before,.panel-body:after{content:" ";display:table}.panel-body:after{clear:both}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-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 #ddd;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-right-radius:3px;border-top-left-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-right-radius:0;border-top-left-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-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.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>thead: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:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table-responsive:first-child>.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 th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table-responsive:first-child>.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 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:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table-responsive:last-child>.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 th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table-responsive:last-child>.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 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 #ddd}.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-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th: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-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th: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-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom: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 #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;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:#fff}.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;left:0;bottom:0;height:100%;width: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:#000;text-shadow:0 1px 0 #fff;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-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;-moz-transition:-moz-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:#fff;border:1px solid #999;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);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{content:" ";display:table}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.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:normal;letter-spacing:normal;line-break:auto;line-height:1.42857;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.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:normal;letter-spacing:normal;line-break:auto;line-height:1.42857;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;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-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.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{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-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{display:block;max-width:100%;height:auto;line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-moz-transition:-moz-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;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-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;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.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:linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;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:linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.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;line-height:1;font-family:serif}.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%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:transparent}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;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:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right: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{display:none !important}.visible-sm{display:none !important}.visible-md{display:none !important}.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}}.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none}.sf-menu li{position:relative}.sf-menu ul{position:absolute;display:none;top:100%;right:0;z-index:99}.sf-menu>li{float:left}.sf-menu li:hover>ul,.sf-menu li.sfHover>ul{display:block}.sf-menu a{display:block;position:relative}.sf-menu ul ul{top:0;left:100%}.sf-menu{float:left;margin-bottom:1em}.sf-menu ul{box-shadow:2px 2px 6px rgba(0,0,0,0.2);min-width:12em;*width:12em}.sf-menu a{border-left:1px solid #fff;border-top:1px solid #dFeEFF;border-top:1px solid rgba(255,255,255,0.5);padding:.75em 1em;text-decoration:none;zoom:1}.sf-menu a{color:#13a}.sf-menu li{background:#BDD2FF;white-space:nowrap;*white-space:normal;-webkit-transition:background .2s;transition:background .2s}.sf-menu ul li{background:#AABDE6}.sf-menu ul ul li{background:#9AAEDB}.sf-menu li:hover,.sf-menu li.sfHover{background:#CFDEFF;-webkit-transition:none;transition:none}.sf-arrows .sf-with-ul{padding-right:2.5em;*padding-right:1em}.sf-arrows .sf-with-ul:after{content:'';position:absolute;top:50%;right:1em;margin-top:-3px;height:0;width:0;border:5px solid transparent;border-top-color:#dFeEFF;border-top-color:rgba(255,255,255,0.5)}.sf-arrows>li>.sf-with-ul:focus:after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>.sfHover>.sf-with-ul:after{border-top-color:white}.sf-arrows ul .sf-with-ul:after{margin-top:-5px;border-color:transparent;border-left-color:#dFeEFF;border-left-color:rgba(255,255,255,0.5)}.sf-arrows ul li>.sf-with-ul:focus:after,.sf-arrows ul li:hover>.sf-with-ul:after,.sf-arrows ul .sfHover>.sf-with-ul:after{border-left-color:white}.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px;border-radius:0px;border:none;box-shadow:0px 0px 14px -3px #023f5e inset}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:15px;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding-left:0;padding-right:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}.btn-rss{color:#fff;background-color:#f2a02a;border-color:rgba(0,0,0,0.2)}.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{color:#fff;background-color:#183c60;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{background-image:none}.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket.active[disabled],fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d70b7;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{background-image:none}.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox.active[disabled],fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook.active[disabled],fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{color:#fff;background-color:#d6006f;border-color:rgba(0,0,0,0.2)}.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{background-image:none}.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr.active[disabled],fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{color:#fff;background-color:#303030;border-color:rgba(0,0,0,0.2)}.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{background-image:none}.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github.active[disabled],fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)}.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none}.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus.active[disabled],fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-instagram{color:#fff;background-color:#517fa4;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{color:#fff;background-color:#446a89;border-color:rgba(0,0,0,0.2)}.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{background-image:none}.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram.active[disabled],fieldset[disabled] .btn-instagram.active{background-color:#517fa4;border-color:rgba(0,0,0,0.2)}.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin.active[disabled],fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open .dropdown-toggle.btn-pinterest{color:#fff;background-color:#a81a20;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active,.btn-pinterest.active,.open .dropdown-toggle.btn-pinterest{background-image:none}.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest.active[disabled],fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{color:#fff;background-color:#1f3346;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{background-image:none}.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr.active[disabled],fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-twitter{color:#fff;background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#1c92c7;border-color:rgba(0,0,0,0.2)}.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter.active[disabled],fieldset[disabled] .btn-twitter.active{background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{color:#fff;background-color:#4a6a89;border-color:rgba(0,0,0,0.2)}.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{background-image:none}.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk.active[disabled],fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#cccccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#cccccc}.mfp-preloader a:hover{color:white}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:white;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:white;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#cccccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:0.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid white;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid white;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:black}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}body{font-family:'IBM Plex Sans', sans-serif;line-height:1.6;font-size:16px;background:#fff;color:#3b3b3b}body.fh5co-offcanvas{overflow:hidden}a{color:#23C497;-webkit-transition:0.5s, ease;-o-transition:0.5s, ease;transition:0.5s, ease}a:hover{text-decoration:none;color:#23C497}p,ul,ol{margin-bottom:1.5em;font-size:16px;color:#535760;line-height:28px}h1,h2,h3,h4,h5,h6{color:#0F121D;font-weight:400;margin:0 0 30px 0}figure{margin-bottom:2em}::-webkit-selection{color:#fcfcfc;background:#0875bc}::-moz-selection{color:#fcfcfc;background:#0875bc}::selection{color:#fcfcfc;background:#0875bc}#fh5co-header{position:relative;margin-bottom:0;z-index:9999999}.stuck{position:fixed !important;top:0 !important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 2px 2px rgba(0,0,0,0.05);-ms-box-shadow:0 2px 2px rgba(0,0,0,0.05);-o-box-shadow:0 2px 2px rgba(0,0,0,0.05);box-shadow:0 2px 2px rgba(0,0,0,0.05);width:100%;background:#fff}ul.top-social-links li a{color:#575757}ul.top-social-links li a:hover{color:#7c9153}.top-notice-area>ul{border-bottom:1px solid #d5d5d5}.top-notice-area ul li ul{padding-bottom:0px}.top-login-links{text-align:center;height:100%;color:#fff;margin:22px 0}.top-login-links a.login{color:#0F121D;padding:6px 20px;font-family:'IBM Plex Sans', sans-serif;font-weight:600;font-size:16px;display:inline-block;transition:all .3s ease;margin-right:20px}.top-login-links a.signup{color:#fff;background:#355694;padding:6px 20px;border:1px solid #355694;border-radius:3px;font-family:'IBM Plex Sans', sans-serif;font-weight:600;font-size:16px;display:inline-block;transition:all .3s ease}.top-login-links a.login span{margin-right:6px}.top-login-links a.login:hover{color:#23C497 !important;transition:all .3s ease}.top-login-links a.signup:hover{background:#23C497 !important;border-color:#23C497 !important;color:#fff !important;transition:all .3s ease}.social-media{margin:5px 0}ul.scnd-menu{list-style:none;margin:0;padding:0;text-align:right}ul.scnd-menu li{display:inline-block;margin-right:25px}ul.scnd-menu li:last-child{margin-right:0px}ul.scnd-menu li a{color:#1c237d;font-family:'IBM Plex Sans';font-weight:100;font-size:16px;transition:all .3s ease}ul.scnd-menu li a:hover,ul.scnd-menu li a:focus{color:#000;transition:all .3s ease}.container{width:100%;max-width:1200px}.b-icon span{color:#fff;margin:0 20px;font-size:16px}.address-box{font-size:16px}.address-box a{color:#fff !important}.address{display:inline-block}.phone-no{display:inline-block}.social-col{display:inline-block;margin:0;font-size:16px;text-align:center}.social-media a{display:inline-block;margin:0;font-size:25px;width:35px;height:35px;text-align:center;line-height:35px;margin-right:5px;padding:0;color:#0070c0;transition:all .5s ease}.social-media a:hover,.social-media a:focus{color:#8dc63f}.social-media a span{transform:scale(1);color:#0070c0;transition:all .5s ease}.social-media a:hover span,.social-media a:focus span{color:#8dc63f}.social-media a:hover span{transform:scale(1.2);transition:all .5s ease}.logo-bar{position:relative;padding:15px 0}.sf-menu{margin:28px auto  28px !important;transition:all .3s ease}.stuck .sf-menu{margin:28px auto  28px !important;transition:all .3s ease}.sf-menu{float:left;width:100%;text-align:right}.sf-menu ul{box-shadow:none;border:transparent;min-width:14em;*width:12em}.sf-menu>li{float:none;display:inline-block}.sf-menu a{color:#fff;padding:0.25em 1em !important;font-weight:normal;border-left:none;border-top:none;border-top:none;text-decoration:none;zoom:1;font-size:16px;border-bottom:none !important;font-weight:600}.stuck .sf-menu a{padding:1.5em 1em !important}.sf-menu a:hover,.sf-menu a:focus{color:#ff5722 !important}.sf-menu li.active a:hover,.sf-menu li.active a:focus{color:#ff5722}.sf-menu li,.sf-menu ul li,.sf-menu ul ul li,.sf-menu li:hover,.sf-menu li.sfHover{background:transparent}.sf-menu ul li a,.sf-menu ul ul li a{text-transform:none;padding:0.2em 1em !important;letter-spacing:1px;font-size:14px !important}.sf-menu li:hover a,.sf-menu li.sfHover a,.sf-menu ul li:hover a,.sf-menu ul li.sfHover a,.sf-menu li.active a{color:#ff5722}.sf-menu ul li:hover,.sf-menu ul li.sfHover{background:transparent}.sf-menu ul li{background:transparent}.sf-arrows .sf-with-ul{padding-right:1.8em !important;padding-right:1em}.sf-arrows .sf-with-ul:after{content:'';position:absolute;top:50%;right:1.5em;margin-top:-3px;height:0;width:0;border:5px solid transparent;border-top-color:#ccc}.sf-arrows>li>.sf-with-ul:focus:after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>.sfHover>.sf-with-ul:after{border-top-color:#ccc}.sf-arrows ul .sf-with-ul:after{margin-top:-5px;margin-right:-3px;border-color:transparent;border-left-color:#ccc}.sf-arrows ul li>.sf-with-ul:focus:after,.sf-arrows ul li:hover>.sf-with-ul:after,.sf-arrows ul .sfHover>.sf-with-ul:after{border-left-color:#ccc}#fh5co-header-section{padding:0;position:relative;top:0;left:0;width:100%;z-index:1022;background:#fff;border-bottom:0px;background-size:cover;box-shadow:none}#fh5co-header-section nav ul li a{font-size:16px;text-transform:capitalize;letter-spacing:0;display:block;font-family:'IBM Plex Sans', sans-serif;font-weight:600}#fh5co-header-section nav{margin:0px}#fh5co-header-section nav ul li{margin-right:45px;transition:all .3s ease}#fh5co-header-section nav ul li:last-child{margin-right:0 !important}#fh5co-header-section nav ul li a{color:#0F121D !important;transition:all .3s ease;position:relative}#fh5co-header-section nav ul li a:hover,#fh5co-header-section nav ul li:hover>a,#fh5co-header-section nav ul li.active>a{color:#23C497 !important;transition:all .3s ease}#fh5co-header-section .stuck nav ul li a{color:#0F121D !important;transition:all .3s ease}#fh5co-header-section .stuck nav ul li a:hover,#fh5co-header-section .stuck nav ul li:hover>a,#fh5co-header-section .stuck nav ul li.active>a{color:#23C497 !important;transition:all .3s ease}#fh5co-menu-wrap .sf-menu a.sf-withul{margin-bottom:0px}.page-with-map #fh5co-header-section nav ul li a{color:#1c237d !important;transition:all .3s ease}.page-with-map #fh5co-header-section nav ul li a:hover,.page-with-map #fh5co-header-section nav ul li:hover>a,.page-with-map #fh5co-header-section nav ul li.active>a,.page-with-map #fh5co-primary-menu .fh5co-sub-menu a{color:#fff !important;transition:all .3s ease}#fh5co-header-section nav ul li ul.dropdown{position:absolute !important;z-index:999;width:224px !important;background:rgba(255,255,255,0.9) !important;padding:10px 35px 10px 10px;border-top:13px solid #094c6f;transition:all 1s ease}#fh5co-header-section nav ul li:hover ul.dropdown{display:block  !important;transition:all 1s ease}#fh5co-header-section nav ul li ul.dropdown li{margin:0px  !important;display:block  !important;transition:all 1s ease}#fh5co-header-section nav ul li ul.dropdown li a{padding:5px 10px  !important;text-transform:capitalize  !important;font-size:13px  !important;color:#000 !important;transition:all 1s ease}#fh5co-header-section nav ul li ul.dropdown li a:before{background:#155b7d;background:-moz-linear-gradient(top, #155b7d 0%, #19648b 7%, #1a6992 15%, #105a7f 54%, #0d5679 59%, #07476a 89%, #044565 100%);background:-webkit-linear-gradient(top, #155b7d 0%, #19648b 7%, #1a6992 15%, #105a7f 54%, #0d5679 59%, #07476a 89%, #044565 100%);background:linear-gradient(to bottom, #155b7d 0%, #19648b 7%, #1a6992 15%, #105a7f 54%, #0d5679 59%, #07476a 89%, #044565 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#155b7d', endColorstr='#044565',GradientType=0 )}#fh5co-header-section nav ul li ul.dropdown li a:hover{color:#fff  !important;background:#155b7d;background:-moz-linear-gradient(top, #155b7d 0%, #19648b 7%, #1a6992 15%, #105a7f 54%, #0d5679 59%, #07476a 89%, #044565 100%);background:-webkit-linear-gradient(top, #155b7d 0%, #19648b 7%, #1a6992 15%, #105a7f 54%, #0d5679 59%, #07476a 89%, #044565 100%);background:linear-gradient(to bottom, #155b7d 0%, #19648b 7%, #1a6992 15%, #105a7f 54%, #0d5679 59%, #07476a 89%, #044565 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#155b7d', endColorstr='#044565',GradientType=0 )}#fh5co-header-section nav ul li ul.dropdown li a:after{background:none  !important;position:static  !important}.websearch{position:relative;margin:18px auto 0 !important}.nav-header{position:relative;float:left;width:100%}#fh5co-logo{position:relative;z-index:2;font-size:22px;text-transform:uppercase;font-weight:700;transition:all .3s ease}#fh5co-logo span{font-weight:700}img.sub-logo{max-width:inherit !important;position:relative;top:20px;left:25px}header .right-logos{margin:10px 0}.main-warpper{padding:0;position:relative}.main-warpper p.text-center{text-align:center}.main-warpper p span{color:#ed504d}#fh5co-logo a{color:#ff5722}#fh5co-logo a:hover,#fh5co-logo a:focus{color:#ff5722 !important}#fh5co-menu-wrap{position:relative;z-index:2;display:block;float:none;margin-top:15px}#fh5co-menu-wrap .sf-menu a{padding:0px 0 0px !important;border-radius:0px !important}#fh5co-primary-menu>li>ul li.active>a{color:#000 !important;padding-left:10px !important}#fh5co-primary-menu>li>.sf-with-ul:after{border:none !important;font-family:'icomoon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:initial;float:none;margin-left:4px;margin-right:-4px;top:50%;font-size:12px;margin-top:0;content:"\e922";color:#4e4e4e;transition:all .3s ease}.stuck #fh5co-primary-menu>li>.sf-with-ul:after{color:#4e4e4e !important;transition:all .3s ease}#fh5co-primary-menu>li:hover>.sf-with-ul:after,#fh5co-primary-menu>li>.sf-with-ul:hover:after,.stuck #fh5co-primary-menu>li.active>.sf-with-ul:after{color:#000 !important;transition:all .3s ease}#fh5co-primary-menu>li.active>.sf-with-ul:after{color:#000}#fh5co-primary-menu>li>ul li{position:relative}#fh5co-primary-menu>li>ul li>.sf-with-ul:after{border:none !important;font-family:'icomoon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;float:right;margin-right:10px;top:20px;font-size:12px;content:"\e924";color:rgba(0,0,0,0.5)}#fh5co-primary-menu .fh5co-sub-menu{background:#90a860;padding:0;left:0;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;border-radius:0px;-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.15);-moz-box-shadow:0 5px 15px rgba(0,0,0,0.15);-ms-box-shadow:0 5px 15px rgba(0,0,0,0.15);-o-box-shadow:0 5px 15px rgba(0,0,0,0.15);box-shadow:0 5px 15px rgba(0,0,0,0.15);text-align:left !important}#fh5co-primary-menu .fh5co-sub-menu li{margin:0px}#fh5co-primary-menu .fh5co-sub-menu>li>.fh5co-sub-menu{left:100%}#fh5co-primary-menu .fh5co-sub-menu:before{position:absolute;top:-9px;left:20px;width:0;height:0;content:''}#fh5co-primary-menu .fh5co-sub-menu:after{position:absolute;top:-8px;left:21px;width:0;height:0;border-right:8px solid transparent;border-bottom:8px solid #fff;border-bottom:8px solid white;border-left:8px solid transparent;content:'';display:none}#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before{top:6px;left:100%}#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after{top:7px;right:100%;border:none !important}.site-header.has-image #primary-menu .sub-menu{border-color:#ebebeb;-webkit-box-shadow:0 5px 15px 4px rgba(0,0,0,0.09);-moz-box-shadow:0 5px 15px 4px rgba(0,0,0,0.09);-ms-box-shadow:0 5px 15px 4px rgba(0,0,0,0.09);-o-box-shadow:0 5px 15px 4px rgba(0,0,0,0.09);box-shadow:0 5px 15px 4px rgba(0,0,0,0.09)}.site-header.has-image #primary-menu .sub-menu:before{display:none}#fh5co-primary-menu .fh5co-sub-menu a{transition:all .5s ease;letter-spacing:0;font-weight:400;font-size:14px !important;text-transform:capitalize;background:transparent !important;padding:8px 10px !important;color:#fff !important;border:none !important;line-height:normal;white-space:break-spaces}#fh5co-primary-menu .fh5co-sub-menu a:hover{color:#7c9153 !important;background:#fff !important;transition:all .5s ease;padding-left:10px !important}#fh5co-header-section .stuck #fh5co-primary-menu .fh5co-sub-menu a{color:#fff !important;transition:all .5s ease}#fh5co-primary-menu .fh5co-sub-menu li a:before{display:none !important}#fh5co-work-section,#fh5co-services-section,#fh5co-content-section,#fh5co-work-section_2,#fh5co-blog-section,#fh5co-features{padding:7em 0}@media screen and (max-width: 768px){#fh5co-work-section,#fh5co-services-section,#fh5co-content-section,#fh5co-work-section_2,#fh5co-blog-section,#fh5co-features{padding:4em 0}}.fh5co-section-gray{background:rgba(0,0,0,0.04)}.heading-section{padding-bottom:1em;margin-bottom:5em}.heading-section:after{position:absolute;content:'';bottom:0;left:50%;width:100px;margin-left:-50px;height:2px;background:#ff5722}.heading-section h3{font-size:40px;font-weight:300;position:relative}.heading-section p{font-size:20px}.feature-text h3{text-transform:uppercase;font-size:14px;margin-bottom:10px;font-weight:700;color:#000;letter-spacing:.2em}.feature-text h3 .number{margin-right:5px;color:#ff5722;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline}#gtco-footer{clear:both;position:relative;padding:5em 0em 3em;background:#fff}.social-links{position:relative;margin-bottom:10px;margin-top:25px}.social-links ul{list-style:none;padding:0;margin:0}.social-links ul li{display:inline-block}.social-links ul li a{padding:0px 5px;line-height:normal;background:#01b1d7;color:#fff}.gtco-widget ul.scnd-menu li{margin-right:5px;text-align:left;font-size:14px}.gtco-widget ul.scnd-menu{text-align:left;font-size:14px}.gtco-widget ul.scnd-menu li a{font-size:14px;text-transform:capitalize;color:#666568}.gtco-widget .heading h2,.gtco-widget .heading h2 a{font-size:20px;font-family:'IBM Plex Sans';color:#02abcf;line-height:normal;margin-bottom:15px;text-transform:capitalize;font-weight:400 !important}.gtco-widget p{font-size:15px;margin-top:15px}.btn{-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.btn{text-transform:uppercase;letter-spacing:2px;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.btn.btn-primary{background:#ff5722;color:#fff;border:none !important;border:2px solid transparent !important}.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus{box-shadow:none;background:#ff5722;color:#fff !important}.btn:hover,.btn:active,.btn:focus{background:#393e46 !important;color:#fff;outline:none !important}.btn.btn-default:hover,.btn.btn-default:focus,.btn.btn-default:active{border-color:transparent}.js .animate-box{opacity:0}#fh5co-wrapper{overflow-x:hidden;position:relative}.fh5co-offcanvas{overflow:hidden}.fh5co-offcanvas #fh5co-wrapper{overflow:hidden !important}#fh5co-page{position:relative;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.fh5co-offcanvas #fh5co-page{-moz-transform:translateX(-240px);-webkit-transform:translateX(-240px);-ms-transform:translateX(-240px);-o-transform:translateX(-240px);transform:translateX(-240px)}#gtco-footer .gtco-widget p.footer-text{color:#535760;font-family:'IBM Plex Sans', sans-serif;font-size:16px;line-height:26px;margin:0 !important}#gtco-footer .gtco-widget .footer-links .footer-links-head{font-family:'IBM Plex Sans', sans-serif;text-transform:capitalize;font-weight:bold;font-size:16px;margin-bottom:30px;display:block}#gtco-footer .gtco-widget .footer-links a{font-size:16px !important;margin:0  !important;margin-bottom:15px !important}#gtco-footer .gtco-widget p.copyright-text{font-size:14px;color:#BBBBBB}@media screen and (max-width: 991px){#fh5co-menu-wrap{display:none}}#offcanvas-menu{position:absolute;top:0;bottom:0;z-index:99;background:#222;right:-240px;width:240px;padding:20px;overflow-y:scroll !important;display:none}@media screen and (max-width: 991px){#offcanvas-menu{display:block}}#offcanvas-menu ul{padding:0;margin:0}#offcanvas-menu ul li{padding:0;margin:0 0 10px 0;list-style:none}#offcanvas-menu ul li a{font-size:18px;color:rgba(255,255,255,0.4)}#offcanvas-menu ul li a:hover{color:#02cab8}#offcanvas-menu ul li>.fh5co-sub-menu{margin-top:9px;padding-left:20px}#offcanvas-menu ul li.active>a{color:#92aa63}#offcanvas-menu ul .fh5co-sub-menu{display:block !important}#offcanvas-menu .top-login-links{height:auto;margin:22px 0px;text-align:left}#offcanvas-menu .top-login-links *{color:#fff}#offcanvas-menu .top-login-links a.login{margin-right:0px;margin-bottom:10px;margin-top:10px}.fh5co-nav-toggle{cursor:pointer;text-decoration:none}.fh5co-nav-toggle.active i::before,.fh5co-nav-toggle.active i::after{background:#fff}.fh5co-nav-toggle.dark.active i::before,.fh5co-nav-toggle.dark.active i::after{background:#fff}.fh5co-nav-toggle:hover,.fh5co-nav-toggle:focus,.fh5co-nav-toggle:active{outline:none;border-bottom:none !important}.fh5co-nav-toggle i{position:relative;display:-moz-inline-stack;display:inline-block;zoom:1;width:30px;height:2px;color:#23c497;font:bold 14px/.4 Helvetica;text-transform:uppercase;text-indent:-55px;background:#23c497;transition:all .2s ease-out}.fh5co-nav-toggle i::before,.fh5co-nav-toggle i::after{content:'';width:30px;height:2px;background:#23c497;position:absolute;left:0;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s}.stuck .fh5co-nav-toggle i{background:#23c497;color:#fff}.stuck .fh5co-nav-toggle i::before,.stuck .fh5co-nav-toggle i::after{background:#23c497;color:#fff}.fh5co-nav-toggle.dark i{position:relative;color:#000;background:#000;transition:all .2s ease-out}.fh5co-nav-toggle.dark i::before,.fh5co-nav-toggle.dark i::after{background:#000;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s}.fh5co-nav-toggle i::before{top:-7px}.fh5co-nav-toggle i::after{bottom:-7px}.fh5co-nav-toggle:hover i::before{top:-10px}.fh5co-nav-toggle:hover i::after{bottom:-10px}.fh5co-nav-toggle.active i{background:transparent}.fh5co-nav-toggle.active i::before{top:0;-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);-o-transform:rotateZ(45deg);transform:rotateZ(45deg)}.fh5co-nav-toggle.active i::after{bottom:0;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}.fh5co-nav-toggle{position:absolute;top:0px;right:0px;z-index:9999;display:block;margin:0 auto;display:none;cursor:pointer}.tp-bannercontainer{width:100%;position:relative;padding:0;background:#f8f8f8}.tp-banner{width:100%;position:relative}.uppercase{text-transform:uppercase}.tp-caption.red-bg{background-color:#890304 !important;color:#fff !important;font-weight:500;color:#34495e;text-decoration:none;border-style:none;line-height:normal !important}.redbtn{padding:9px 18px;transition:all 0.5s ease-out 0s;min-height:0px;min-width:0px;line-height:24px;border-width:0px;margin:0px;letter-spacing:0px;font-size:18px;display:inline-block;margin:0px !important;text-align:center;min-width:auto;position:relative;border-radius:0px;border-radius:25px;background:#ff1b24;color:#fff !important;border:1px solid #ff1b24 !important;border-color:#ff1b24;font-family:'proximanova';text-transform:capitalize !important}.redbtn:hover,.redbtn:focus{transition:all 0.5s ease-out 0s;background:transparent !important;color:#ff1b24 !important;border-color:#ff1b24 !important}.fh5co-cover,.fh5co-hero{position:relative;height:200px}@media screen and (max-width: 991px){.fh5co-cover,.fh5co-hero{background-attachment:initial}}@media screen and (max-width: 768px){.fh5co-cover,.fh5co-hero{height:700px}.footer-quick-links-wrap{padding:0px}#gtco-footer .footer-quick-links-wrap .gtco-widget{padding:0px}#gtco-footer .footer-quick-links-wrap .gtco-widget:before{left:106%}}@media screen and (max-width: 480px){.fh5co-cover,.fh5co-hero{height:500px}}@media screen and (max-width: 380px){.fh5co-cover,.fh5co-hero{height:450px}.address-box{font-size:12px}}.fh5co-cover.fh5co-hero-2,.fh5co-hero.fh5co-hero-2{height:600px}.fh5co-cover.fh5co-hero-2 .fh5co-overlay,.fh5co-hero.fh5co-hero-2 .fh5co-overlay{position:absolute !important;width:100%;top:0;left:0;bottom:0;right:0;z-index:1;background:rgba(0,0,0,0.2)}.fh5co-overlay{position:absolute !important;width:100%;top:0;left:0;bottom:0;right:0;z-index:1;display:block;position:absolute;background-image:linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, transparent 100%);height:100%;width:100%;content:'';top:0}.fh5co-cover{background-size:cover;position:relative;background-position:50% 100%}@media screen and (max-width: 768px){.fh5co-cover{heifght:inherit;padding:3em 0}}.fh5co-cover.fh5co-cover_2{height:600px}@media screen and (max-width: 768px){.fh5co-cover.fh5co-cover_2{height:inherit;padding:3em 0}}.fh5co-cover .desc{top:50%;position:absolute;width:100%;margin-top:-90px;z-index:2;color:#fff}.fh5co-cover .desc p{color:#fff;font-size:20px;font-family:'IBM Plex Sans'}.banner-top-text{font-size:38px;text-transform:capitalize;text-align:left;line-height:normal;color:#fff;font-family:'Arial Rounded'}.fh5co-inner-banner .banner-top-text{font-size:50px;line-height:normal;margin:0;text-align:center;margin-bottom:20px}.fh5co-inner-banner .seperator{display:inline-block;width:65px;height:2px;background:#fff}@media screen and (max-width: 768px){.fh5co-cover .desc{padding-left:15px;padding-right:15px}}.fh5co-cover .desc h2{color:#fff;text-transform:uppercase;font-size:60px;margin-bottom:10px;font-weight:300 !important}.fh5co-cover .desc h2 strong{font-weight:700}@media screen and (max-width: 768px){.fh5co-cover .desc h2{font-size:40px}}.fh5co-cover .desc span{display:block;margin-bottom:30px;font-size:28px;letter-spacing:1px}.fh5co-cover .desc span a{color:#fff}.fh5co-cover .desc span a:hover,.fh5co-cover .desc span a:focus{color:#fff !important}.fh5co-cover .desc span a.btn:hover,.fh5co-cover .desc span a.btn:focus{border:2px solid #fff !important;background:transparent !important}.fh5co-cover .desc span a.fh5co-site-name{padding-bottom:2px;border-bottom:1px solid rgba(255,255,255,0.7)}@media screen and (max-width: 991px){.fh5co-nav-toggle{display:block;top:10px;right:20px;margin-top:2em}.right-logos{display:none}}@media screen and (max-width: 768px){.fh5co-nav-toggle{display:block;top:38px;margin-top:2em}.right-logos{display:none}.social-media{margin-top:0;text-align:right}#fh5co-logo img{max-width:120px}}@media screen and (max-width: 767px){.social-media{margin-top:0;text-align:right;margin:0 -15px}.address-box{font-size:16px;text-align:center}.address,.phone-no{margin:5px 0}.b-icon span{display:none}}@media screen and (max-width: 480px){.col-xxs-12{float:none;width:100%}}.row-bottom-padded-lg{padding-bottom:7em}@media screen and (max-width: 768px){.row-bottom-padded-lg{padding-bottom:2em}}.row-top-padded-lg{padding-top:7em}@media screen and (max-width: 768px){.row-top-padded-lg{padding-top:2em}}.row-bottom-padded-md{padding-bottom:4em}@media screen and (max-width: 768px){.row-bottom-padded-md{padding-bottom:2em}}.row-top-padded-md{padding-top:4em}@media screen and (max-width: 768px){.row-top-padded-md{padding-top:2em}}.row-bottom-padded-sm{padding-bottom:2em}@media screen and (max-width: 768px){.row-bottom-padded-sm{padding-bottom:2em}}.row-top-padded-sm{padding-top:2em}@media screen and (max-width: 768px){.row-top-padded-sm{padding-top:2em}}.border-bottom{border-bottom:1px solid rgba(0,0,0,0.06)}.lead{line-height:1.8}.no-js #loader{display:none}/*!
 *  Font Awesome 4.2.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(/fontawesome-webfont.eot?v=4.2.0);src:url(/fontawesome-webfont.eot?#iefix&v=4.2.0) format("embedded-opentype"),url(/fontawesome-webfont.woff?v=4.2.0) format("woff"),url(/fontawesome-webfont.ttf?v=4.2.0) format("truetype"),url(/fontawesome-webfont.svg?v=4.2.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}.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}@-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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.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{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: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-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.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"}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] .aos-animate[data-aos]{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] .aos-animate[data-aos]{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] .aos-animate[data-aos]{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] .aos-animate[data-aos]{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] .aos-animate[data-aos]{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] .aos-animate[data-aos]{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] .aos-animate[data-aos]{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] .aos-animate[data-aos]{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] .aos-animate[data-aos]{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] .aos-animate[data-aos]{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] .aos-animate[data-aos]{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] .aos-animate[data-aos]{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] .aos-animate[data-aos]{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] .aos-animate[data-aos]{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] .aos-animate[data-aos]{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] .aos-animate[data-aos]{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] .aos-animate[data-aos]{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] .aos-animate[data-aos]{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] .aos-animate[data-aos]{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] .aos-animate[data-aos]{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] .aos-animate[data-aos]{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] .aos-animate[data-aos]{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] .aos-animate[data-aos]{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] .aos-animate[data-aos]{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] .aos-animate[data-aos]{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] .aos-animate[data-aos]{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] .aos-animate[data-aos]{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] .aos-animate[data-aos]{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] .aos-animate[data-aos]{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] .aos-animate[data-aos]{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] .aos-animate[data-aos]{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] .aos-animate[data-aos]{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] .aos-animate[data-aos]{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] .aos-animate[data-aos]{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] .aos-animate[data-aos]{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] .aos-animate[data-aos]{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] .aos-animate[data-aos]{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] .aos-animate[data-aos]{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] .aos-animate[data-aos]{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] .aos-animate[data-aos]{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] .aos-animate[data-aos]{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] .aos-animate[data-aos]{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] .aos-animate[data-aos]{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] .aos-animate[data-aos]{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] .aos-animate[data-aos]{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] .aos-animate[data-aos]{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] .aos-animate[data-aos]{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] .aos-animate[data-aos]{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] .aos-animate[data-aos]{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] .aos-animate[data-aos]{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] .aos-animate[data-aos]{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] .aos-animate[data-aos]{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] .aos-animate[data-aos]{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] .aos-animate[data-aos]{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] .aos-animate[data-aos]{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] .aos-animate[data-aos]{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] .aos-animate[data-aos]{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] .aos-animate[data-aos]{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] .aos-animate[data-aos]{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}.aos-animate[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] .aos-animate[data-aos]{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(0.25, 0.25, 0.75, 0.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(0.6, -0.28, 0.735, 0.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(0.47, 0, 0.745, 0.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(0.39, 0.575, 0.565, 1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}.aos-animate[data-aos^=fade][data-aos^=fade]{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0, 100px, 0)}[data-aos=fade-down]{transform:translate3d(0, -100px, 0)}[data-aos=fade-right]{transform:translate3d(-100px, 0, 0)}[data-aos=fade-left]{transform:translate3d(100px, 0, 0)}[data-aos=fade-up-right]{transform:translate3d(-100px, 100px, 0)}[data-aos=fade-up-left]{transform:translate3d(100px, 100px, 0)}[data-aos=fade-down-right]{transform:translate3d(-100px, -100px, 0)}[data-aos=fade-down-left]{transform:translate3d(100px, -100px, 0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}.aos-animate[data-aos^=zoom][data-aos^=zoom]{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(0.6)}[data-aos=zoom-in-up]{transform:translate3d(0, 100px, 0) scale(0.6)}[data-aos=zoom-in-down]{transform:translate3d(0, -100px, 0) scale(0.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px, 0, 0) scale(0.6)}[data-aos=zoom-in-left]{transform:translate3d(100px, 0, 0) scale(0.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0, 100px, 0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0, -100px, 0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px, 0, 0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px, 0, 0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}.aos-animate[data-aos^=slide][data-aos^=slide]{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0, 100%, 0)}[data-aos=slide-down]{transform:translate3d(0, -100%, 0)}[data-aos=slide-right]{transform:translate3d(-100%, 0, 0)}[data-aos=slide-left]{transform:translate3d(100%, 0, 0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}.aos-animate[data-aos=flip-left]{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}.aos-animate[data-aos=flip-right]{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}.aos-animate[data-aos=flip-up]{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}.aos-animate[data-aos=flip-down]{transform:perspective(2500px) rotateX(0)}.login.login-1 .login-aside .aside-img{min-height:450px}.login.login-1 .login-signin,.login.login-1 .login-signup,.login.login-1 .login-forgot{display:none}.login.login-1.login-signin-on .login-signup{display:none}.login.login-1.login-signin-on .login-signin{display:block}.login.login-1.login-signin-on .login-forgot{display:none}.login.login-1.login-signup-on .login-signup{display:block}.login.login-1.login-signup-on .login-signin{display:none}.login.login-1.login-signup-on .login-forgot{display:none}.login.login-1.login-forgot-on .login-signup{display:none}.login.login-1.login-forgot-on .login-signin{display:none}.login.login-1.login-forgot-on .login-forgot{display:block}@media (min-width: 992px){.login.login-1 .login-aside{width:100%;max-width:50%}.login.login-1 .login-content{width:100%;max-width:600px}.login.login-1 .login-content .login-form{width:100%;max-width:450px}}@media (min-width: 992px) and (max-width: 1399.98px){.login.login-1 .login-aside{width:100%;max-width:50%}}@media (max-width: 991.98px){.login.login-1 .login-content .login-form{width:100%;max-width:400px}}@media (max-width: 575.98px){.login.login-1 .aside-img{min-height:300px !important;background-size:400px}.login.login-1 .login-content .login-form{width:100%;max-width:100%}}.steps-sidebar .wizard-nav{padding:0}.steps-sidebar .wizard-nav .wizard-steps{display:flex;flex-direction:column;justify-content:center}.steps-sidebar .wizard-nav .wizard-steps .wizard-step{padding:0.75rem 0;transition:color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;margin-bottom:1.5rem}.steps-sidebar .wizard-nav .wizard-steps .wizard-step:last-child{margin-bottom:0}.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-wrapper{display:flex}.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-icon{display:flex;align-items:center;justify-content:center;transition:color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;width:40px;height:40px;border-radius:50px;background-color:#fff;border:1px solid #355694;margin-right:1.4rem}.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-check{display:none;font-size:1.4rem}.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-number{font-weight:600;color:#3F4254;font-size:1.35rem}.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-label{display:flex;flex-direction:column;justify-content:center}.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title{color:#0F121D;font-weight:500;font-size:1.6rem;margin-bottom:0px;font-family:'IBM Plex Sans' , sans-serif !important;margin-left:10px}.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc{color:#B5B5C3;font-size:1.08rem;font-weight:500}.steps-sidebar .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-icon{transition:color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;background-color:#C9F7F5;background-color:#23C497;border-color:#23C497}.steps-sidebar .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-icon .wizard-check{color:#fff;display:inline-block}.steps-sidebar .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-icon .wizard-number{display:none}.steps-sidebar .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-label .wizard-title{color:#0F121D}.steps-sidebar .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-label .wizard-desc{color:#D1D3E0}.steps-sidebar .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]{transition:color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease}.steps-sidebar .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon{transition:color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;background-color:#355694;border-color:#355694;color:#fff}.steps-sidebar .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .wizard-check{color:#1BC5BD;display:none}.steps-sidebar .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .wizard-number{color:#fff}.steps-sidebar .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-title{color:#355694;font-weight:bold}.steps-sidebar .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-desc{color:#B5B5C3}.steps-sidebar .aside-img-wizard{min-height:320px !important;background-size:400px}.signup-content .form-group .fv-help-block{font-size:1.1rem !important;padding-top:3px}@media (min-width: 992px){.steps-sidebar{width:100%;max-width:600px}.steps-sidebar .aside-img{min-height:550px !important;background-size:630px}.signup-content .top-signup{max-width:650px;width:100%}.signup-content .top-signin{max-width:450px;width:100%}.signup-content .top-forgot{max-width:450px;width:100%}.signup-content div#step_1{width:100%;max-width:450px}.signup-content div#step_1{max-width:650px}}@media (min-width: 992px) and (max-width: 1399.98px){.steps-sidebar{width:100%;max-width:400px}}@media (max-width: 991.98px){.steps-sidebar .aside-img{min-height:500px !important;background-size:500px}.steps-sidebar .login-logo{text-align:center}.steps-sidebar .wizard-nav{padding:0;align-content:center}.steps-sidebar .wizard-nav .wizard-steps .wizard-step{margin-bottom:.5rem}.steps-sidebar .wizard-nav .wizard-steps .wizard-step:last-child{margin-bottom:0}.signup-content .top-signup{width:100%;max-width:400px}.signup-content .top-signin{max-width:400px;width:100%}.signup-content .top-forgot{max-width:400px;width:100%}.signup-content div#step_1{width:100%;max-width:400px}}@media (max-width: 575.98px){.steps-sidebar .aside-img{min-height:300px !important;background-size:350px}}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=text],.iti input[type=tel]{position:relative;z-index:0;margin-top:0 !important;margin-bottom:0 !important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,0.2);background-color:white;border:1px solid #CCC;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width: 500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #CCC}.iti__country{padding:5px 10px;outline:none}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,0.05)}.iti__flag-box,.iti__country-name,.iti__dial-code{vertical-align:middle}.iti__flag-box,.iti__country-name{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=text],.iti--allow-dropdown input[type=tel],.iti--separate-dial-code input,.iti--separate-dial-code input[type=text],.iti--separate-dial-code input[type=tel]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,0.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,0.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0px 0px}.iti__flag.iti__ad{height:14px;background-position:-22px 0px}.iti__flag.iti__ae{height:10px;background-position:-44px 0px}.iti__flag.iti__af{height:14px;background-position:-66px 0px}.iti__flag.iti__ag{height:14px;background-position:-88px 0px}.iti__flag.iti__ai{height:10px;background-position:-110px 0px}.iti__flag.iti__al{height:15px;background-position:-132px 0px}.iti__flag.iti__am{height:10px;background-position:-154px 0px}.iti__flag.iti__ao{height:14px;background-position:-176px 0px}.iti__flag.iti__aq{height:14px;background-position:-198px 0px}.iti__flag.iti__ar{height:13px;background-position:-220px 0px}.iti__flag.iti__as{height:10px;background-position:-242px 0px}.iti__flag.iti__at{height:14px;background-position:-264px 0px}.iti__flag.iti__au{height:10px;background-position:-286px 0px}.iti__flag.iti__aw{height:14px;background-position:-308px 0px}.iti__flag.iti__ax{height:13px;background-position:-330px 0px}.iti__flag.iti__az{height:10px;background-position:-352px 0px}.iti__flag.iti__ba{height:10px;background-position:-374px 0px}.iti__flag.iti__bb{height:14px;background-position:-396px 0px}.iti__flag.iti__bd{height:12px;background-position:-418px 0px}.iti__flag.iti__be{height:15px;background-position:-440px 0px}.iti__flag.iti__bf{height:14px;background-position:-460px 0px}.iti__flag.iti__bg{height:12px;background-position:-482px 0px}.iti__flag.iti__bh{height:12px;background-position:-504px 0px}.iti__flag.iti__bi{height:12px;background-position:-526px 0px}.iti__flag.iti__bj{height:14px;background-position:-548px 0px}.iti__flag.iti__bl{height:14px;background-position:-570px 0px}.iti__flag.iti__bm{height:10px;background-position:-592px 0px}.iti__flag.iti__bn{height:10px;background-position:-614px 0px}.iti__flag.iti__bo{height:14px;background-position:-636px 0px}.iti__flag.iti__bq{height:14px;background-position:-658px 0px}.iti__flag.iti__br{height:14px;background-position:-680px 0px}.iti__flag.iti__bs{height:10px;background-position:-702px 0px}.iti__flag.iti__bt{height:14px;background-position:-724px 0px}.iti__flag.iti__bv{height:15px;background-position:-746px 0px}.iti__flag.iti__bw{height:14px;background-position:-768px 0px}.iti__flag.iti__by{height:10px;background-position:-790px 0px}.iti__flag.iti__bz{height:14px;background-position:-812px 0px}.iti__flag.iti__ca{height:10px;background-position:-834px 0px}.iti__flag.iti__cc{height:10px;background-position:-856px 0px}.iti__flag.iti__cd{height:15px;background-position:-878px 0px}.iti__flag.iti__cf{height:14px;background-position:-900px 0px}.iti__flag.iti__cg{height:14px;background-position:-922px 0px}.iti__flag.iti__ch{height:15px;background-position:-944px 0px}.iti__flag.iti__ci{height:14px;background-position:-961px 0px}.iti__flag.iti__ck{height:10px;background-position:-983px 0px}.iti__flag.iti__cl{height:14px;background-position:-1005px 0px}.iti__flag.iti__cm{height:14px;background-position:-1027px 0px}.iti__flag.iti__cn{height:14px;background-position:-1049px 0px}.iti__flag.iti__co{height:14px;background-position:-1071px 0px}.iti__flag.iti__cp{height:14px;background-position:-1093px 0px}.iti__flag.iti__cr{height:12px;background-position:-1115px 0px}.iti__flag.iti__cu{height:10px;background-position:-1137px 0px}.iti__flag.iti__cv{height:12px;background-position:-1159px 0px}.iti__flag.iti__cw{height:14px;background-position:-1181px 0px}.iti__flag.iti__cx{height:10px;background-position:-1203px 0px}.iti__flag.iti__cy{height:14px;background-position:-1225px 0px}.iti__flag.iti__cz{height:14px;background-position:-1247px 0px}.iti__flag.iti__de{height:12px;background-position:-1269px 0px}.iti__flag.iti__dg{height:10px;background-position:-1291px 0px}.iti__flag.iti__dj{height:14px;background-position:-1313px 0px}.iti__flag.iti__dk{height:15px;background-position:-1335px 0px}.iti__flag.iti__dm{height:10px;background-position:-1357px 0px}.iti__flag.iti__do{height:14px;background-position:-1379px 0px}.iti__flag.iti__dz{height:14px;background-position:-1401px 0px}.iti__flag.iti__ea{height:14px;background-position:-1423px 0px}.iti__flag.iti__ec{height:14px;background-position:-1445px 0px}.iti__flag.iti__ee{height:13px;background-position:-1467px 0px}.iti__flag.iti__eg{height:14px;background-position:-1489px 0px}.iti__flag.iti__eh{height:10px;background-position:-1511px 0px}.iti__flag.iti__er{height:10px;background-position:-1533px 0px}.iti__flag.iti__es{height:14px;background-position:-1555px 0px}.iti__flag.iti__et{height:10px;background-position:-1577px 0px}.iti__flag.iti__eu{height:14px;background-position:-1599px 0px}.iti__flag.iti__fi{height:12px;background-position:-1621px 0px}.iti__flag.iti__fj{height:10px;background-position:-1643px 0px}.iti__flag.iti__fk{height:10px;background-position:-1665px 0px}.iti__flag.iti__fm{height:11px;background-position:-1687px 0px}.iti__flag.iti__fo{height:15px;background-position:-1709px 0px}.iti__flag.iti__fr{height:14px;background-position:-1731px 0px}.iti__flag.iti__ga{height:15px;background-position:-1753px 0px}.iti__flag.iti__gb{height:10px;background-position:-1775px 0px}.iti__flag.iti__gd{height:12px;background-position:-1797px 0px}.iti__flag.iti__ge{height:14px;background-position:-1819px 0px}.iti__flag.iti__gf{height:14px;background-position:-1841px 0px}.iti__flag.iti__gg{height:14px;background-position:-1863px 0px}.iti__flag.iti__gh{height:14px;background-position:-1885px 0px}.iti__flag.iti__gi{height:10px;background-position:-1907px 0px}.iti__flag.iti__gl{height:14px;background-position:-1929px 0px}.iti__flag.iti__gm{height:14px;background-position:-1951px 0px}.iti__flag.iti__gn{height:14px;background-position:-1973px 0px}.iti__flag.iti__gp{height:14px;background-position:-1995px 0px}.iti__flag.iti__gq{height:14px;background-position:-2017px 0px}.iti__flag.iti__gr{height:14px;background-position:-2039px 0px}.iti__flag.iti__gs{height:10px;background-position:-2061px 0px}.iti__flag.iti__gt{height:13px;background-position:-2083px 0px}.iti__flag.iti__gu{height:11px;background-position:-2105px 0px}.iti__flag.iti__gw{height:10px;background-position:-2127px 0px}.iti__flag.iti__gy{height:12px;background-position:-2149px 0px}.iti__flag.iti__hk{height:14px;background-position:-2171px 0px}.iti__flag.iti__hm{height:10px;background-position:-2193px 0px}.iti__flag.iti__hn{height:10px;background-position:-2215px 0px}.iti__flag.iti__hr{height:10px;background-position:-2237px 0px}.iti__flag.iti__ht{height:12px;background-position:-2259px 0px}.iti__flag.iti__hu{height:10px;background-position:-2281px 0px}.iti__flag.iti__ic{height:14px;background-position:-2303px 0px}.iti__flag.iti__id{height:14px;background-position:-2325px 0px}.iti__flag.iti__ie{height:10px;background-position:-2347px 0px}.iti__flag.iti__il{height:15px;background-position:-2369px 0px}.iti__flag.iti__im{height:10px;background-position:-2391px 0px}.iti__flag.iti__in{height:14px;background-position:-2413px 0px}.iti__flag.iti__io{height:10px;background-position:-2435px 0px}.iti__flag.iti__iq{height:14px;background-position:-2457px 0px}.iti__flag.iti__ir{height:12px;background-position:-2479px 0px}.iti__flag.iti__is{height:15px;background-position:-2501px 0px}.iti__flag.iti__it{height:14px;background-position:-2523px 0px}.iti__flag.iti__je{height:12px;background-position:-2545px 0px}.iti__flag.iti__jm{height:10px;background-position:-2567px 0px}.iti__flag.iti__jo{height:10px;background-position:-2589px 0px}.iti__flag.iti__jp{height:14px;background-position:-2611px 0px}.iti__flag.iti__ke{height:14px;background-position:-2633px 0px}.iti__flag.iti__kg{height:12px;background-position:-2655px 0px}.iti__flag.iti__kh{height:13px;background-position:-2677px 0px}.iti__flag.iti__ki{height:10px;background-position:-2699px 0px}.iti__flag.iti__km{height:12px;background-position:-2721px 0px}.iti__flag.iti__kn{height:14px;background-position:-2743px 0px}.iti__flag.iti__kp{height:10px;background-position:-2765px 0px}.iti__flag.iti__kr{height:14px;background-position:-2787px 0px}.iti__flag.iti__kw{height:10px;background-position:-2809px 0px}.iti__flag.iti__ky{height:10px;background-position:-2831px 0px}.iti__flag.iti__kz{height:10px;background-position:-2853px 0px}.iti__flag.iti__la{height:14px;background-position:-2875px 0px}.iti__flag.iti__lb{height:14px;background-position:-2897px 0px}.iti__flag.iti__lc{height:10px;background-position:-2919px 0px}.iti__flag.iti__li{height:12px;background-position:-2941px 0px}.iti__flag.iti__lk{height:10px;background-position:-2963px 0px}.iti__flag.iti__lr{height:11px;background-position:-2985px 0px}.iti__flag.iti__ls{height:14px;background-position:-3007px 0px}.iti__flag.iti__lt{height:12px;background-position:-3029px 0px}.iti__flag.iti__lu{height:12px;background-position:-3051px 0px}.iti__flag.iti__lv{height:10px;background-position:-3073px 0px}.iti__flag.iti__ly{height:10px;background-position:-3095px 0px}.iti__flag.iti__ma{height:14px;background-position:-3117px 0px}.iti__flag.iti__mc{height:15px;background-position:-3139px 0px}.iti__flag.iti__md{height:10px;background-position:-3160px 0px}.iti__flag.iti__me{height:10px;background-position:-3182px 0px}.iti__flag.iti__mf{height:14px;background-position:-3204px 0px}.iti__flag.iti__mg{height:14px;background-position:-3226px 0px}.iti__flag.iti__mh{height:11px;background-position:-3248px 0px}.iti__flag.iti__mk{height:10px;background-position:-3270px 0px}.iti__flag.iti__ml{height:14px;background-position:-3292px 0px}.iti__flag.iti__mm{height:14px;background-position:-3314px 0px}.iti__flag.iti__mn{height:10px;background-position:-3336px 0px}.iti__flag.iti__mo{height:14px;background-position:-3358px 0px}.iti__flag.iti__mp{height:10px;background-position:-3380px 0px}.iti__flag.iti__mq{height:14px;background-position:-3402px 0px}.iti__flag.iti__mr{height:14px;background-position:-3424px 0px}.iti__flag.iti__ms{height:10px;background-position:-3446px 0px}.iti__flag.iti__mt{height:14px;background-position:-3468px 0px}.iti__flag.iti__mu{height:14px;background-position:-3490px 0px}.iti__flag.iti__mv{height:14px;background-position:-3512px 0px}.iti__flag.iti__mw{height:14px;background-position:-3534px 0px}.iti__flag.iti__mx{height:12px;background-position:-3556px 0px}.iti__flag.iti__my{height:10px;background-position:-3578px 0px}.iti__flag.iti__mz{height:14px;background-position:-3600px 0px}.iti__flag.iti__na{height:14px;background-position:-3622px 0px}.iti__flag.iti__nc{height:10px;background-position:-3644px 0px}.iti__flag.iti__ne{height:15px;background-position:-3666px 0px}.iti__flag.iti__nf{height:10px;background-position:-3686px 0px}.iti__flag.iti__ng{height:10px;background-position:-3708px 0px}.iti__flag.iti__ni{height:12px;background-position:-3730px 0px}.iti__flag.iti__nl{height:14px;background-position:-3752px 0px}.iti__flag.iti__no{height:15px;background-position:-3774px 0px}.iti__flag.iti__np{height:15px;background-position:-3796px 0px}.iti__flag.iti__nr{height:10px;background-position:-3811px 0px}.iti__flag.iti__nu{height:10px;background-position:-3833px 0px}.iti__flag.iti__nz{height:10px;background-position:-3855px 0px}.iti__flag.iti__om{height:10px;background-position:-3877px 0px}.iti__flag.iti__pa{height:14px;background-position:-3899px 0px}.iti__flag.iti__pe{height:14px;background-position:-3921px 0px}.iti__flag.iti__pf{height:14px;background-position:-3943px 0px}.iti__flag.iti__pg{height:15px;background-position:-3965px 0px}.iti__flag.iti__ph{height:10px;background-position:-3987px 0px}.iti__flag.iti__pk{height:14px;background-position:-4009px 0px}.iti__flag.iti__pl{height:13px;background-position:-4031px 0px}.iti__flag.iti__pm{height:14px;background-position:-4053px 0px}.iti__flag.iti__pn{height:10px;background-position:-4075px 0px}.iti__flag.iti__pr{height:14px;background-position:-4097px 0px}.iti__flag.iti__ps{height:10px;background-position:-4119px 0px}.iti__flag.iti__pt{height:14px;background-position:-4141px 0px}.iti__flag.iti__pw{height:13px;background-position:-4163px 0px}.iti__flag.iti__py{height:11px;background-position:-4185px 0px}.iti__flag.iti__qa{height:8px;background-position:-4207px 0px}.iti__flag.iti__re{height:14px;background-position:-4229px 0px}.iti__flag.iti__ro{height:14px;background-position:-4251px 0px}.iti__flag.iti__rs{height:14px;background-position:-4273px 0px}.iti__flag.iti__ru{height:14px;background-position:-4295px 0px}.iti__flag.iti__rw{height:14px;background-position:-4317px 0px}.iti__flag.iti__sa{height:14px;background-position:-4339px 0px}.iti__flag.iti__sb{height:10px;background-position:-4361px 0px}.iti__flag.iti__sc{height:10px;background-position:-4383px 0px}.iti__flag.iti__sd{height:10px;background-position:-4405px 0px}.iti__flag.iti__se{height:13px;background-position:-4427px 0px}.iti__flag.iti__sg{height:14px;background-position:-4449px 0px}.iti__flag.iti__sh{height:10px;background-position:-4471px 0px}.iti__flag.iti__si{height:10px;background-position:-4493px 0px}.iti__flag.iti__sj{height:15px;background-position:-4515px 0px}.iti__flag.iti__sk{height:14px;background-position:-4537px 0px}.iti__flag.iti__sl{height:14px;background-position:-4559px 0px}.iti__flag.iti__sm{height:15px;background-position:-4581px 0px}.iti__flag.iti__sn{height:14px;background-position:-4603px 0px}.iti__flag.iti__so{height:14px;background-position:-4625px 0px}.iti__flag.iti__sr{height:14px;background-position:-4647px 0px}.iti__flag.iti__ss{height:10px;background-position:-4669px 0px}.iti__flag.iti__st{height:10px;background-position:-4691px 0px}.iti__flag.iti__sv{height:12px;background-position:-4713px 0px}.iti__flag.iti__sx{height:14px;background-position:-4735px 0px}.iti__flag.iti__sy{height:14px;background-position:-4757px 0px}.iti__flag.iti__sz{height:14px;background-position:-4779px 0px}.iti__flag.iti__ta{height:10px;background-position:-4801px 0px}.iti__flag.iti__tc{height:10px;background-position:-4823px 0px}.iti__flag.iti__td{height:14px;background-position:-4845px 0px}.iti__flag.iti__tf{height:14px;background-position:-4867px 0px}.iti__flag.iti__tg{height:13px;background-position:-4889px 0px}.iti__flag.iti__th{height:14px;background-position:-4911px 0px}.iti__flag.iti__tj{height:10px;background-position:-4933px 0px}.iti__flag.iti__tk{height:10px;background-position:-4955px 0px}.iti__flag.iti__tl{height:10px;background-position:-4977px 0px}.iti__flag.iti__tm{height:14px;background-position:-4999px 0px}.iti__flag.iti__tn{height:14px;background-position:-5021px 0px}.iti__flag.iti__to{height:10px;background-position:-5043px 0px}.iti__flag.iti__tr{height:14px;background-position:-5065px 0px}.iti__flag.iti__tt{height:12px;background-position:-5087px 0px}.iti__flag.iti__tv{height:10px;background-position:-5109px 0px}.iti__flag.iti__tw{height:14px;background-position:-5131px 0px}.iti__flag.iti__tz{height:14px;background-position:-5153px 0px}.iti__flag.iti__ua{height:14px;background-position:-5175px 0px}.iti__flag.iti__ug{height:14px;background-position:-5197px 0px}.iti__flag.iti__um{height:11px;background-position:-5219px 0px}.iti__flag.iti__un{height:14px;background-position:-5241px 0px}.iti__flag.iti__us{height:11px;background-position:-5263px 0px}.iti__flag.iti__uy{height:14px;background-position:-5285px 0px}.iti__flag.iti__uz{height:10px;background-position:-5307px 0px}.iti__flag.iti__va{height:15px;background-position:-5329px 0px}.iti__flag.iti__vc{height:14px;background-position:-5346px 0px}.iti__flag.iti__ve{height:14px;background-position:-5368px 0px}.iti__flag.iti__vg{height:10px;background-position:-5390px 0px}.iti__flag.iti__vi{height:14px;background-position:-5412px 0px}.iti__flag.iti__vn{height:14px;background-position:-5434px 0px}.iti__flag.iti__vu{height:12px;background-position:-5456px 0px}.iti__flag.iti__wf{height:14px;background-position:-5478px 0px}.iti__flag.iti__ws{height:10px;background-position:-5500px 0px}.iti__flag.iti__xk{height:15px;background-position:-5522px 0px}.iti__flag.iti__ye{height:14px;background-position:-5544px 0px}.iti__flag.iti__yt{height:14px;background-position:-5566px 0px}.iti__flag.iti__za{height:14px;background-position:-5588px 0px}.iti__flag.iti__zm{height:14px;background-position:-5610px 0px}.iti__flag.iti__zw{height:10px;background-position:-5632px 0px}.iti__flag{height:15px;box-shadow:0px 0px 1px 0px #888;background-image:url(/flags.png);background-repeat:no-repeat;background-color:#DBDBDB;background-position:20px 0}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.iti__flag{background-image:url(/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}.flex-root{flex:1;-ms-flex:1 0 0px}.flex-column-auto{flex:none}.flex-column-fluid{flex:1 0 auto}.flex-row-auto{flex:0 0 auto}.flex-row-fluid{flex:1 auto;-ms-flex:1 0 0px;min-width:0}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.flex-row-fluid{min-width:none}}.flex-center{justify-content:center;align-items:center}@media (min-width: 576px){.flex-sm-root{flex:1;-ms-flex:1 0 0px}.flex-sm-column-auto{flex:none}.flex-sm-column-fluid{flex:1 0 auto}.flex-sm-row-auto{flex:0 0 auto}.flex-sm-row-fluid{flex:1 auto;-ms-flex:1 0 0px;min-width:0}}@media screen and (min-width: 576px) and (-ms-high-contrast: active),(min-width: 576px) and (-ms-high-contrast: none){.flex-sm-row-fluid{min-width:none}}@media (min-width: 576px){.flex-sm-center{justify-content:center;align-items:center}}@media (min-width: 768px){.flex-md-root{flex:1;-ms-flex:1 0 0px}.flex-md-column-auto{flex:none}.flex-md-column-fluid{flex:1 0 auto}.flex-md-row-auto{flex:0 0 auto}.flex-md-row-fluid{flex:1 auto;-ms-flex:1 0 0px;min-width:0}}@media screen and (min-width: 768px) and (-ms-high-contrast: active),(min-width: 768px) and (-ms-high-contrast: none){.flex-md-row-fluid{min-width:none}}@media (min-width: 768px){.flex-md-center{justify-content:center;align-items:center}}@media (min-width: 992px){.flex-lg-root{flex:1;-ms-flex:1 0 0px}.flex-lg-column-auto{flex:none}.flex-lg-column-fluid{flex:1 0 auto}.flex-lg-row-auto{flex:0 0 auto}.flex-lg-row-fluid{flex:1 auto;-ms-flex:1 0 0px;min-width:0}}@media screen and (min-width: 992px) and (-ms-high-contrast: active),(min-width: 992px) and (-ms-high-contrast: none){.flex-lg-row-fluid{min-width:none}}@media (min-width: 992px){.flex-lg-center{justify-content:center;align-items:center}}@media (min-width: 1200px){.flex-xl-root{flex:1;-ms-flex:1 0 0px}.flex-xl-column-auto{flex:none}.flex-xl-column-fluid{flex:1 0 auto}.flex-xl-row-auto{flex:0 0 auto}.flex-xl-row-fluid{flex:1 auto;-ms-flex:1 0 0px;min-width:0}}@media screen and (min-width: 1200px) and (-ms-high-contrast: active),(min-width: 1200px) and (-ms-high-contrast: none){.flex-xl-row-fluid{min-width:none}}@media (min-width: 1200px){.flex-xl-center{justify-content:center;align-items:center}}@media (min-width: 1400px){.flex-xxl-root{flex:1;-ms-flex:1 0 0px}.flex-xxl-column-auto{flex:none}.flex-xxl-column-fluid{flex:1 0 auto}.flex-xxl-row-auto{flex:0 0 auto}.flex-xxl-row-fluid{flex:1 auto;-ms-flex:1 0 0px;min-width:0}}@media screen and (min-width: 1400px) and (-ms-high-contrast: active),(min-width: 1400px) and (-ms-high-contrast: none){.flex-xxl-row-fluid{min-width:none}}@media (min-width: 1400px){.flex-xxl-center{justify-content:center;align-items:center}}.btn{display:inline-block;font-weight:normal;color:#3F4254;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.65rem 1rem;font-size:1rem;line-height:1.5;border-radius:0.42rem;transition:color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#3F4254;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:none}.btn.disabled,.btn:disabled{opacity:0.6;box-shadow:none}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled):active,.btn.active:not(:disabled):not(.disabled){box-shadow:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#ffffff;background-color:#3699FF;border-color:#3699FF;box-shadow:none}.btn-primary:hover{color:#ffffff;background-color:#1086ff;border-color:#037fff}.btn-primary:focus,.btn-primary.focus{color:#ffffff;background-color:#1086ff;border-color:#037fff;box-shadow:0 0 0 0.2rem rgba(84,168,255,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#ffffff;background-color:#3699FF;border-color:#3699FF}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary.active:not(:disabled):not(.disabled),.show>.btn-primary.dropdown-toggle{color:#ffffff;background-color:#037fff;border-color:#0079f5}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary.active:not(:disabled):not(.disabled):focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(84,168,255,0.5)}.btn-secondary{color:#181C32;background-color:#E4E6EF;border-color:#E4E6EF;box-shadow:none}.btn-secondary:hover{color:#181C32;background-color:#ccd0e1;border-color:#c4c8dc}.btn-secondary:focus,.btn-secondary.focus{color:#181C32;background-color:#ccd0e1;border-color:#c4c8dc;box-shadow:0 0 0 0.2rem rgba(197,200,211,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#181C32;background-color:#E4E6EF;border-color:#E4E6EF}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary.active:not(:disabled):not(.disabled),.show>.btn-secondary.dropdown-toggle{color:#181C32;background-color:#c4c8dc;border-color:#bcc1d7}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary.active:not(:disabled):not(.disabled):focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(197,200,211,0.5)}.btn-success{color:#ffffff;background-color:#1BC5BD;border-color:#1BC5BD;box-shadow:none}.btn-success:hover{color:#ffffff;background-color:#16a39d;border-color:#159892}.btn-success:focus,.btn-success.focus{color:#ffffff;background-color:#16a39d;border-color:#159892;box-shadow:0 0 0 0.2rem rgba(61,206,199,0.5)}.btn-success.disabled,.btn-success:disabled{color:#ffffff;background-color:#1BC5BD;border-color:#1BC5BD}.btn-success:not(:disabled):not(.disabled):active,.btn-success.active:not(:disabled):not(.disabled),.show>.btn-success.dropdown-toggle{color:#ffffff;background-color:#159892;border-color:#138d87}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success.active:not(:disabled):not(.disabled):focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(61,206,199,0.5)}.btn-info{color:#ffffff;background-color:#8950FC;border-color:#8950FC;box-shadow:none}.btn-info:hover{color:#ffffff;background-color:#702afb;border-color:#671efb}.btn-info:focus,.btn-info.focus{color:#ffffff;background-color:#702afb;border-color:#671efb;box-shadow:0 0 0 0.2rem rgba(155,106,252,0.5)}.btn-info.disabled,.btn-info:disabled{color:#ffffff;background-color:#8950FC;border-color:#8950FC}.btn-info:not(:disabled):not(.disabled):active,.btn-info.active:not(:disabled):not(.disabled),.show>.btn-info.dropdown-toggle{color:#ffffff;background-color:#671efb;border-color:#5f11fb}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info.active:not(:disabled):not(.disabled):focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(155,106,252,0.5)}.btn-warning{color:#181C32;background-color:#FFA800;border-color:#FFA800;box-shadow:none}.btn-warning:hover{color:#ffffff;background-color:#d98f00;border-color:#cc8600}.btn-warning:focus,.btn-warning.focus{color:#ffffff;background-color:#d98f00;border-color:#cc8600;box-shadow:0 0 0 0.2rem rgba(220,147,8,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#181C32;background-color:#FFA800;border-color:#FFA800}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning.active:not(:disabled):not(.disabled),.show>.btn-warning.dropdown-toggle{color:#ffffff;background-color:#cc8600;border-color:#bf7e00}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning.active:not(:disabled):not(.disabled):focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(220,147,8,0.5)}.btn-danger{color:#ffffff;background-color:#F64E60;border-color:#F64E60;box-shadow:none}.btn-danger:hover{color:#ffffff;background-color:#f42a3f;border-color:#f41d34}.btn-danger:focus,.btn-danger.focus{color:#ffffff;background-color:#f42a3f;border-color:#f41d34;box-shadow:0 0 0 0.2rem rgba(247,105,120,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#ffffff;background-color:#F64E60;border-color:#F64E60}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger.active:not(:disabled):not(.disabled),.show>.btn-danger.dropdown-toggle{color:#ffffff;background-color:#f41d34;border-color:#f3112a}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger.active:not(:disabled):not(.disabled):focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(247,105,120,0.5)}.btn-light{color:#181C32;background-color:#F3F6F9;border-color:#F3F6F9;box-shadow:none}.btn-light:hover{color:#181C32;background-color:#dae3ec;border-color:#d1dde8}.btn-light:focus,.btn-light.focus{color:#181C32;background-color:#dae3ec;border-color:#d1dde8;box-shadow:0 0 0 0.2rem rgba(210,213,219,0.5)}.btn-light.disabled,.btn-light:disabled{color:#181C32;background-color:#F3F6F9;border-color:#F3F6F9}.btn-light:not(:disabled):not(.disabled):active,.btn-light.active:not(:disabled):not(.disabled),.show>.btn-light.dropdown-toggle{color:#181C32;background-color:#d1dde8;border-color:#c9d6e4}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light.active:not(:disabled):not(.disabled):focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(210,213,219,0.5)}.btn-dark{color:#ffffff;background-color:#181C32;border-color:#181C32;box-shadow:none}.btn-dark:hover{color:#ffffff;background-color:#0c0e18;border-color:#070910}.btn-dark:focus,.btn-dark.focus{color:#ffffff;background-color:#0c0e18;border-color:#070910;box-shadow:0 0 0 0.2rem rgba(59,62,81,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#ffffff;background-color:#181C32;border-color:#181C32}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark.active:not(:disabled):not(.disabled),.show>.btn-dark.dropdown-toggle{color:#ffffff;background-color:#070910;border-color:#030407}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark.active:not(:disabled):not(.disabled):focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(59,62,81,0.5)}.btn-white{color:#181C32;background-color:#ffffff;border-color:#ffffff;box-shadow:none}.btn-white:hover{color:#181C32;background-color:#ececec;border-color:#e6e6e6}.btn-white:focus,.btn-white.focus{color:#181C32;background-color:#ececec;border-color:#e6e6e6;box-shadow:0 0 0 0.2rem rgba(220,221,224,0.5)}.btn-white.disabled,.btn-white:disabled{color:#181C32;background-color:#ffffff;border-color:#ffffff}.btn-white:not(:disabled):not(.disabled):active,.btn-white.active:not(:disabled):not(.disabled),.show>.btn-white.dropdown-toggle{color:#181C32;background-color:#e6e6e6;border-color:#dfdfdf}.btn-white:not(:disabled):not(.disabled):active:focus,.btn-white.active:not(:disabled):not(.disabled):focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(220,221,224,0.5)}.btn-outline-primary{color:#3699FF;border-color:#3699FF}.btn-outline-primary:hover{color:#ffffff;background-color:#3699FF;border-color:#3699FF}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 0.2rem rgba(54,153,255,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#3699FF;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary.active:not(:disabled):not(.disabled),.show>.btn-outline-primary.dropdown-toggle{color:#ffffff;background-color:#3699FF;border-color:#3699FF}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary.active:not(:disabled):not(.disabled):focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(54,153,255,0.5)}.btn-outline-secondary{color:#E4E6EF;border-color:#E4E6EF}.btn-outline-secondary:hover{color:#181C32;background-color:#E4E6EF;border-color:#E4E6EF}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 0.2rem rgba(228,230,239,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#E4E6EF;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary.active:not(:disabled):not(.disabled),.show>.btn-outline-secondary.dropdown-toggle{color:#181C32;background-color:#E4E6EF;border-color:#E4E6EF}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary.active:not(:disabled):not(.disabled):focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(228,230,239,0.5)}.btn-outline-success{color:#1BC5BD;border-color:#1BC5BD}.btn-outline-success:hover{color:#ffffff;background-color:#1BC5BD;border-color:#1BC5BD}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 0.2rem rgba(27,197,189,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#1BC5BD;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success.active:not(:disabled):not(.disabled),.show>.btn-outline-success.dropdown-toggle{color:#ffffff;background-color:#1BC5BD;border-color:#1BC5BD}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success.active:not(:disabled):not(.disabled):focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(27,197,189,0.5)}.btn-outline-info{color:#8950FC;border-color:#8950FC}.btn-outline-info:hover{color:#ffffff;background-color:#8950FC;border-color:#8950FC}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 0.2rem rgba(137,80,252,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#8950FC;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info.active:not(:disabled):not(.disabled),.show>.btn-outline-info.dropdown-toggle{color:#ffffff;background-color:#8950FC;border-color:#8950FC}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info.active:not(:disabled):not(.disabled):focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(137,80,252,0.5)}.btn-outline-warning{color:#FFA800;border-color:#FFA800}.btn-outline-warning:hover{color:#181C32;background-color:#FFA800;border-color:#FFA800}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 0.2rem rgba(255,168,0,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#FFA800;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning.active:not(:disabled):not(.disabled),.show>.btn-outline-warning.dropdown-toggle{color:#181C32;background-color:#FFA800;border-color:#FFA800}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning.active:not(:disabled):not(.disabled):focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255,168,0,0.5)}.btn-outline-danger{color:#F64E60;border-color:#F64E60}.btn-outline-danger:hover{color:#ffffff;background-color:#F64E60;border-color:#F64E60}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 0.2rem rgba(246,78,96,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#F64E60;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger.active:not(:disabled):not(.disabled),.show>.btn-outline-danger.dropdown-toggle{color:#ffffff;background-color:#F64E60;border-color:#F64E60}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger.active:not(:disabled):not(.disabled):focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(246,78,96,0.5)}.btn-outline-light{color:#F3F6F9;border-color:#F3F6F9}.btn-outline-light:hover{color:#181C32;background-color:#F3F6F9;border-color:#F3F6F9}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 0.2rem rgba(243,246,249,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#F3F6F9;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light.active:not(:disabled):not(.disabled),.show>.btn-outline-light.dropdown-toggle{color:#181C32;background-color:#F3F6F9;border-color:#F3F6F9}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light.active:not(:disabled):not(.disabled):focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(243,246,249,0.5)}.btn-outline-dark{color:#181C32;border-color:#181C32}.btn-outline-dark:hover{color:#ffffff;background-color:#181C32;border-color:#181C32}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 0.2rem rgba(24,28,50,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#181C32;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark.active:not(:disabled):not(.disabled),.show>.btn-outline-dark.dropdown-toggle{color:#ffffff;background-color:#181C32;border-color:#181C32}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark.active:not(:disabled):not(.disabled):focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(24,28,50,0.5)}.btn-outline-white{color:#ffffff;border-color:#ffffff}.btn-outline-white:hover{color:#181C32;background-color:#ffffff;border-color:#ffffff}.btn-outline-white:focus,.btn-outline-white.focus{box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-white.disabled,.btn-outline-white:disabled{color:#ffffff;background-color:transparent}.btn-outline-white:not(:disabled):not(.disabled):active,.btn-outline-white.active:not(:disabled):not(.disabled),.show>.btn-outline-white.dropdown-toggle{color:#181C32;background-color:#ffffff;border-color:#ffffff}.btn-outline-white:not(:disabled):not(.disabled):active:focus,.btn-outline-white.active:not(:disabled):not(.disabled):focus,.show>.btn-outline-white.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-link{font-weight:400;color:#3699FF;text-decoration:none}.btn-link:hover{color:#0073e9;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#7E8299;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:0.825rem 1.42rem;font-size:1.08rem;line-height:1.5;border-radius:0.42rem}.btn-sm,.btn-group-sm>.btn{padding:0.55rem 0.75rem;font-size:0.925rem;line-height:1.35;border-radius:0.42rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:0.5rem}input.btn-block[type="submit"],input.btn-block[type="reset"],input.btn-block[type="button"]{width:100%}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#3699FF !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#037fff !important}.bg-secondary{background-color:#E4E6EF !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#c4c8dc !important}.bg-success{background-color:#1BC5BD !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#159892 !important}.bg-info{background-color:#8950FC !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#671efb !important}.bg-warning{background-color:#FFA800 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#cc8600 !important}.bg-danger{background-color:#F64E60 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#f41d34 !important}.bg-light{background-color:#F3F6F9 !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#d1dde8 !important}.bg-dark{background-color:#181C32 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#070910 !important}.bg-white{background-color:#ffffff !important}a.bg-white:hover,a.bg-white:focus,button.bg-white:hover,button.bg-white:focus{background-color:#e6e6e6 !important}.bg-white{background-color:#ffffff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #EBEDF3 !important}.border-top{border-top:1px solid #EBEDF3 !important}.border-right{border-right:1px solid #EBEDF3 !important}.border-bottom{border-bottom:1px solid #EBEDF3 !important}.border-left{border-left:1px solid #EBEDF3 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#3699FF !important}.border-secondary{border-color:#E4E6EF !important}.border-success{border-color:#1BC5BD !important}.border-info{border-color:#8950FC !important}.border-warning{border-color:#FFA800 !important}.border-danger{border-color:#F64E60 !important}.border-light{border-color:#F3F6F9 !important}.border-dark{border-color:#181C32 !important}.border-white{border-color:#ffffff !important}.border-white{border-color:#ffffff !important}.rounded-sm{border-radius:0.28rem !important}.rounded{border-radius:0.42rem !important}.rounded-top{border-top-left-radius:0.42rem !important;border-top-right-radius:0.42rem !important}.rounded-right{border-top-right-radius:0.42rem !important;border-bottom-right-radius:0.42rem !important}.rounded-bottom{border-bottom-right-radius:0.42rem !important;border-bottom-left-radius:0.42rem !important}.rounded-left{border-top-left-radius:0.42rem !important;border-bottom-left-radius:0.42rem !important}.rounded-lg{border-radius:0.85rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media (min-width: 1400px){.d-xxl-none{display:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.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-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}@media (min-width: 1400px){.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}@media (min-width: 1400px){.float-xxl-left{float:left !important}.float-xxl-right{float:right !important}.float-xxl-none{float:none !important}}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 0.1rem 1rem 0.25rem rgba(0,0,0,0.05) !important}.shadow{box-shadow:0 0.5rem 1.5rem 0.5rem rgba(0,0,0,0.075) !important}.shadow-lg{box-shadow:0 1rem 2rem 1rem rgba(0,0,0,0.1) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:0.75rem !important}.mt-3,.my-3{margin-top:0.75rem !important}.mr-3,.mx-3{margin-right:0.75rem !important}.mb-3,.my-3{margin-bottom:0.75rem !important}.ml-3,.mx-3{margin-left:0.75rem !important}.m-4{margin:1rem !important}.mt-4,.my-4{margin-top:1rem !important}.mr-4,.mx-4{margin-right:1rem !important}.mb-4,.my-4{margin-bottom:1rem !important}.ml-4,.mx-4{margin-left:1rem !important}.m-5{margin:1.25rem !important}.mt-5,.my-5{margin-top:1.25rem !important}.mr-5,.mx-5{margin-right:1.25rem !important}.mb-5,.my-5{margin-bottom:1.25rem !important}.ml-5,.mx-5{margin-left:1.25rem !important}.m-6{margin:1.5rem !important}.mt-6,.my-6{margin-top:1.5rem !important}.mr-6,.mx-6{margin-right:1.5rem !important}.mb-6,.my-6{margin-bottom:1.5rem !important}.ml-6,.mx-6{margin-left:1.5rem !important}.m-7{margin:1.75rem !important}.mt-7,.my-7{margin-top:1.75rem !important}.mr-7,.mx-7{margin-right:1.75rem !important}.mb-7,.my-7{margin-bottom:1.75rem !important}.ml-7,.mx-7{margin-left:1.75rem !important}.m-8{margin:2rem !important}.mt-8,.my-8{margin-top:2rem !important}.mr-8,.mx-8{margin-right:2rem !important}.mb-8,.my-8{margin-bottom:2rem !important}.ml-8,.mx-8{margin-left:2rem !important}.m-9{margin:2.25rem !important}.mt-9,.my-9{margin-top:2.25rem !important}.mr-9,.mx-9{margin-right:2.25rem !important}.mb-9,.my-9{margin-bottom:2.25rem !important}.ml-9,.mx-9{margin-left:2.25rem !important}.m-10{margin:2.5rem !important}.mt-10,.my-10{margin-top:2.5rem !important}.mr-10,.mx-10{margin-right:2.5rem !important}.mb-10,.my-10{margin-bottom:2.5rem !important}.ml-10,.mx-10{margin-left:2.5rem !important}.m-11{margin:2.75rem !important}.mt-11,.my-11{margin-top:2.75rem !important}.mr-11,.mx-11{margin-right:2.75rem !important}.mb-11,.my-11{margin-bottom:2.75rem !important}.ml-11,.mx-11{margin-left:2.75rem !important}.m-12{margin:3rem !important}.mt-12,.my-12{margin-top:3rem !important}.mr-12,.mx-12{margin-right:3rem !important}.mb-12,.my-12{margin-bottom:3rem !important}.ml-12,.mx-12{margin-left:3rem !important}.m-13{margin:3.25rem !important}.mt-13,.my-13{margin-top:3.25rem !important}.mr-13,.mx-13{margin-right:3.25rem !important}.mb-13,.my-13{margin-bottom:3.25rem !important}.ml-13,.mx-13{margin-left:3.25rem !important}.m-14{margin:3.5rem !important}.mt-14,.my-14{margin-top:3.5rem !important}.mr-14,.mx-14{margin-right:3.5rem !important}.mb-14,.my-14{margin-bottom:3.5rem !important}.ml-14,.mx-14{margin-left:3.5rem !important}.m-15{margin:3.75rem !important}.mt-15,.my-15{margin-top:3.75rem !important}.mr-15,.mx-15{margin-right:3.75rem !important}.mb-15,.my-15{margin-bottom:3.75rem !important}.ml-15,.mx-15{margin-left:3.75rem !important}.m-16{margin:4rem !important}.mt-16,.my-16{margin-top:4rem !important}.mr-16,.mx-16{margin-right:4rem !important}.mb-16,.my-16{margin-bottom:4rem !important}.ml-16,.mx-16{margin-left:4rem !important}.m-17{margin:4.25rem !important}.mt-17,.my-17{margin-top:4.25rem !important}.mr-17,.mx-17{margin-right:4.25rem !important}.mb-17,.my-17{margin-bottom:4.25rem !important}.ml-17,.mx-17{margin-left:4.25rem !important}.m-18{margin:4.5rem !important}.mt-18,.my-18{margin-top:4.5rem !important}.mr-18,.mx-18{margin-right:4.5rem !important}.mb-18,.my-18{margin-bottom:4.5rem !important}.ml-18,.mx-18{margin-left:4.5rem !important}.m-19{margin:4.75rem !important}.mt-19,.my-19{margin-top:4.75rem !important}.mr-19,.mx-19{margin-right:4.75rem !important}.mb-19,.my-19{margin-bottom:4.75rem !important}.ml-19,.mx-19{margin-left:4.75rem !important}.m-20{margin:5rem !important}.mt-20,.my-20{margin-top:5rem !important}.mr-20,.mx-20{margin-right:5rem !important}.mb-20,.my-20{margin-bottom:5rem !important}.ml-20,.mx-20{margin-left:5rem !important}.m-21{margin:5.25rem !important}.mt-21,.my-21{margin-top:5.25rem !important}.mr-21,.mx-21{margin-right:5.25rem !important}.mb-21,.my-21{margin-bottom:5.25rem !important}.ml-21,.mx-21{margin-left:5.25rem !important}.m-22{margin:5.5rem !important}.mt-22,.my-22{margin-top:5.5rem !important}.mr-22,.mx-22{margin-right:5.5rem !important}.mb-22,.my-22{margin-bottom:5.5rem !important}.ml-22,.mx-22{margin-left:5.5rem !important}.m-23{margin:5.75rem !important}.mt-23,.my-23{margin-top:5.75rem !important}.mr-23,.mx-23{margin-right:5.75rem !important}.mb-23,.my-23{margin-bottom:5.75rem !important}.ml-23,.mx-23{margin-left:5.75rem !important}.m-24{margin:6rem !important}.mt-24,.my-24{margin-top:6rem !important}.mr-24,.mx-24{margin-right:6rem !important}.mb-24,.my-24{margin-bottom:6rem !important}.ml-24,.mx-24{margin-left:6rem !important}.m-25{margin:6.25rem !important}.mt-25,.my-25{margin-top:6.25rem !important}.mr-25,.mx-25{margin-right:6.25rem !important}.mb-25,.my-25{margin-bottom:6.25rem !important}.ml-25,.mx-25{margin-left:6.25rem !important}.m-26{margin:6.5rem !important}.mt-26,.my-26{margin-top:6.5rem !important}.mr-26,.mx-26{margin-right:6.5rem !important}.mb-26,.my-26{margin-bottom:6.5rem !important}.ml-26,.mx-26{margin-left:6.5rem !important}.m-27{margin:6.75rem !important}.mt-27,.my-27{margin-top:6.75rem !important}.mr-27,.mx-27{margin-right:6.75rem !important}.mb-27,.my-27{margin-bottom:6.75rem !important}.ml-27,.mx-27{margin-left:6.75rem !important}.m-28{margin:7rem !important}.mt-28,.my-28{margin-top:7rem !important}.mr-28,.mx-28{margin-right:7rem !important}.mb-28,.my-28{margin-bottom:7rem !important}.ml-28,.mx-28{margin-left:7rem !important}.m-29{margin:7.25rem !important}.mt-29,.my-29{margin-top:7.25rem !important}.mr-29,.mx-29{margin-right:7.25rem !important}.mb-29,.my-29{margin-bottom:7.25rem !important}.ml-29,.mx-29{margin-left:7.25rem !important}.m-30{margin:7.5rem !important}.mt-30,.my-30{margin-top:7.5rem !important}.mr-30,.mx-30{margin-right:7.5rem !important}.mb-30,.my-30{margin-bottom:7.5rem !important}.ml-30,.mx-30{margin-left:7.5rem !important}.m-31{margin:7.75rem !important}.mt-31,.my-31{margin-top:7.75rem !important}.mr-31,.mx-31{margin-right:7.75rem !important}.mb-31,.my-31{margin-bottom:7.75rem !important}.ml-31,.mx-31{margin-left:7.75rem !important}.m-32{margin:8rem !important}.mt-32,.my-32{margin-top:8rem !important}.mr-32,.mx-32{margin-right:8rem !important}.mb-32,.my-32{margin-bottom:8rem !important}.ml-32,.mx-32{margin-left:8rem !important}.m-33{margin:8.25rem !important}.mt-33,.my-33{margin-top:8.25rem !important}.mr-33,.mx-33{margin-right:8.25rem !important}.mb-33,.my-33{margin-bottom:8.25rem !important}.ml-33,.mx-33{margin-left:8.25rem !important}.m-34{margin:8.5rem !important}.mt-34,.my-34{margin-top:8.5rem !important}.mr-34,.mx-34{margin-right:8.5rem !important}.mb-34,.my-34{margin-bottom:8.5rem !important}.ml-34,.mx-34{margin-left:8.5rem !important}.m-35{margin:8.75rem !important}.mt-35,.my-35{margin-top:8.75rem !important}.mr-35,.mx-35{margin-right:8.75rem !important}.mb-35,.my-35{margin-bottom:8.75rem !important}.ml-35,.mx-35{margin-left:8.75rem !important}.m-36{margin:9rem !important}.mt-36,.my-36{margin-top:9rem !important}.mr-36,.mx-36{margin-right:9rem !important}.mb-36,.my-36{margin-bottom:9rem !important}.ml-36,.mx-36{margin-left:9rem !important}.m-37{margin:9.25rem !important}.mt-37,.my-37{margin-top:9.25rem !important}.mr-37,.mx-37{margin-right:9.25rem !important}.mb-37,.my-37{margin-bottom:9.25rem !important}.ml-37,.mx-37{margin-left:9.25rem !important}.m-48{margin:9.5rem !important}.mt-48,.my-48{margin-top:9.5rem !important}.mr-48,.mx-48{margin-right:9.5rem !important}.mb-48,.my-48{margin-bottom:9.5rem !important}.ml-48,.mx-48{margin-left:9.5rem !important}.m-39{margin:9.75rem !important}.mt-39,.my-39{margin-top:9.75rem !important}.mr-39,.mx-39{margin-right:9.75rem !important}.mb-39,.my-39{margin-bottom:9.75rem !important}.ml-39,.mx-39{margin-left:9.75rem !important}.m-40{margin:10rem !important}.mt-40,.my-40{margin-top:10rem !important}.mr-40,.mx-40{margin-right:10rem !important}.mb-40,.my-40{margin-bottom:10rem !important}.ml-40,.mx-40{margin-left:10rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:0.75rem !important}.pt-3,.py-3{padding-top:0.75rem !important}.pr-3,.px-3{padding-right:0.75rem !important}.pb-3,.py-3{padding-bottom:0.75rem !important}.pl-3,.px-3{padding-left:0.75rem !important}.p-4{padding:1rem !important}.pt-4,.py-4{padding-top:1rem !important}.pr-4,.px-4{padding-right:1rem !important}.pb-4,.py-4{padding-bottom:1rem !important}.pl-4,.px-4{padding-left:1rem !important}.p-5{padding:1.25rem !important}.pt-5,.py-5{padding-top:1.25rem !important}.pr-5,.px-5{padding-right:1.25rem !important}.pb-5,.py-5{padding-bottom:1.25rem !important}.pl-5,.px-5{padding-left:1.25rem !important}.p-6{padding:1.5rem !important}.pt-6,.py-6{padding-top:1.5rem !important}.pr-6,.px-6{padding-right:1.5rem !important}.pb-6,.py-6{padding-bottom:1.5rem !important}.pl-6,.px-6{padding-left:1.5rem !important}.p-7{padding:1.75rem !important}.pt-7,.py-7{padding-top:1.75rem !important}.pr-7,.px-7{padding-right:1.75rem !important}.pb-7,.py-7{padding-bottom:1.75rem !important}.pl-7,.px-7{padding-left:1.75rem !important}.p-8{padding:2rem !important}.pt-8,.py-8{padding-top:2rem !important}.pr-8,.px-8{padding-right:2rem !important}.pb-8,.py-8{padding-bottom:2rem !important}.pl-8,.px-8{padding-left:2rem !important}.p-9{padding:2.25rem !important}.pt-9,.py-9{padding-top:2.25rem !important}.pr-9,.px-9{padding-right:2.25rem !important}.pb-9,.py-9{padding-bottom:2.25rem !important}.pl-9,.px-9{padding-left:2.25rem !important}.p-10{padding:2.5rem !important}.pt-10,.py-10{padding-top:2.5rem !important}.pr-10,.px-10{padding-right:2.5rem !important}.pb-10,.py-10{padding-bottom:2.5rem !important}.pl-10,.px-10{padding-left:2.5rem !important}.p-11{padding:2.75rem !important}.pt-11,.py-11{padding-top:2.75rem !important}.pr-11,.px-11{padding-right:2.75rem !important}.pb-11,.py-11{padding-bottom:2.75rem !important}.pl-11,.px-11{padding-left:2.75rem !important}.p-12{padding:3rem !important}.pt-12,.py-12{padding-top:3rem !important}.pr-12,.px-12{padding-right:3rem !important}.pb-12,.py-12{padding-bottom:3rem !important}.pl-12,.px-12{padding-left:3rem !important}.p-13{padding:3.25rem !important}.pt-13,.py-13{padding-top:3.25rem !important}.pr-13,.px-13{padding-right:3.25rem !important}.pb-13,.py-13{padding-bottom:3.25rem !important}.pl-13,.px-13{padding-left:3.25rem !important}.p-14{padding:3.5rem !important}.pt-14,.py-14{padding-top:3.5rem !important}.pr-14,.px-14{padding-right:3.5rem !important}.pb-14,.py-14{padding-bottom:3.5rem !important}.pl-14,.px-14{padding-left:3.5rem !important}.p-15{padding:3.75rem !important}.pt-15,.py-15{padding-top:3.75rem !important}.pr-15,.px-15{padding-right:3.75rem !important}.pb-15,.py-15{padding-bottom:3.75rem !important}.pl-15,.px-15{padding-left:3.75rem !important}.p-16{padding:4rem !important}.pt-16,.py-16{padding-top:4rem !important}.pr-16,.px-16{padding-right:4rem !important}.pb-16,.py-16{padding-bottom:4rem !important}.pl-16,.px-16{padding-left:4rem !important}.p-17{padding:4.25rem !important}.pt-17,.py-17{padding-top:4.25rem !important}.pr-17,.px-17{padding-right:4.25rem !important}.pb-17,.py-17{padding-bottom:4.25rem !important}.pl-17,.px-17{padding-left:4.25rem !important}.p-18{padding:4.5rem !important}.pt-18,.py-18{padding-top:4.5rem !important}.pr-18,.px-18{padding-right:4.5rem !important}.pb-18,.py-18{padding-bottom:4.5rem !important}.pl-18,.px-18{padding-left:4.5rem !important}.p-19{padding:4.75rem !important}.pt-19,.py-19{padding-top:4.75rem !important}.pr-19,.px-19{padding-right:4.75rem !important}.pb-19,.py-19{padding-bottom:4.75rem !important}.pl-19,.px-19{padding-left:4.75rem !important}.p-20{padding:5rem !important}.pt-20,.py-20{padding-top:5rem !important}.pr-20,.px-20{padding-right:5rem !important}.pb-20,.py-20{padding-bottom:5rem !important}.pl-20,.px-20{padding-left:5rem !important}.p-21{padding:5.25rem !important}.pt-21,.py-21{padding-top:5.25rem !important}.pr-21,.px-21{padding-right:5.25rem !important}.pb-21,.py-21{padding-bottom:5.25rem !important}.pl-21,.px-21{padding-left:5.25rem !important}.p-22{padding:5.5rem !important}.pt-22,.py-22{padding-top:5.5rem !important}.pr-22,.px-22{padding-right:5.5rem !important}.pb-22,.py-22{padding-bottom:5.5rem !important}.pl-22,.px-22{padding-left:5.5rem !important}.p-23{padding:5.75rem !important}.pt-23,.py-23{padding-top:5.75rem !important}.pr-23,.px-23{padding-right:5.75rem !important}.pb-23,.py-23{padding-bottom:5.75rem !important}.pl-23,.px-23{padding-left:5.75rem !important}.p-24{padding:6rem !important}.pt-24,.py-24{padding-top:6rem !important}.pr-24,.px-24{padding-right:6rem !important}.pb-24,.py-24{padding-bottom:6rem !important}.pl-24,.px-24{padding-left:6rem !important}.p-25{padding:6.25rem !important}.pt-25,.py-25{padding-top:6.25rem !important}.pr-25,.px-25{padding-right:6.25rem !important}.pb-25,.py-25{padding-bottom:6.25rem !important}.pl-25,.px-25{padding-left:6.25rem !important}.p-26{padding:6.5rem !important}.pt-26,.py-26{padding-top:6.5rem !important}.pr-26,.px-26{padding-right:6.5rem !important}.pb-26,.py-26{padding-bottom:6.5rem !important}.pl-26,.px-26{padding-left:6.5rem !important}.p-27{padding:6.75rem !important}.pt-27,.py-27{padding-top:6.75rem !important}.pr-27,.px-27{padding-right:6.75rem !important}.pb-27,.py-27{padding-bottom:6.75rem !important}.pl-27,.px-27{padding-left:6.75rem !important}.p-28{padding:7rem !important}.pt-28,.py-28{padding-top:7rem !important}.pr-28,.px-28{padding-right:7rem !important}.pb-28,.py-28{padding-bottom:7rem !important}.pl-28,.px-28{padding-left:7rem !important}.p-29{padding:7.25rem !important}.pt-29,.py-29{padding-top:7.25rem !important}.pr-29,.px-29{padding-right:7.25rem !important}.pb-29,.py-29{padding-bottom:7.25rem !important}.pl-29,.px-29{padding-left:7.25rem !important}.p-30{padding:7.5rem !important}.pt-30,.py-30{padding-top:7.5rem !important}.pr-30,.px-30{padding-right:7.5rem !important}.pb-30,.py-30{padding-bottom:7.5rem !important}.pl-30,.px-30{padding-left:7.5rem !important}.p-31{padding:7.75rem !important}.pt-31,.py-31{padding-top:7.75rem !important}.pr-31,.px-31{padding-right:7.75rem !important}.pb-31,.py-31{padding-bottom:7.75rem !important}.pl-31,.px-31{padding-left:7.75rem !important}.p-32{padding:8rem !important}.pt-32,.py-32{padding-top:8rem !important}.pr-32,.px-32{padding-right:8rem !important}.pb-32,.py-32{padding-bottom:8rem !important}.pl-32,.px-32{padding-left:8rem !important}.p-33{padding:8.25rem !important}.pt-33,.py-33{padding-top:8.25rem !important}.pr-33,.px-33{padding-right:8.25rem !important}.pb-33,.py-33{padding-bottom:8.25rem !important}.pl-33,.px-33{padding-left:8.25rem !important}.p-34{padding:8.5rem !important}.pt-34,.py-34{padding-top:8.5rem !important}.pr-34,.px-34{padding-right:8.5rem !important}.pb-34,.py-34{padding-bottom:8.5rem !important}.pl-34,.px-34{padding-left:8.5rem !important}.p-35{padding:8.75rem !important}.pt-35,.py-35{padding-top:8.75rem !important}.pr-35,.px-35{padding-right:8.75rem !important}.pb-35,.py-35{padding-bottom:8.75rem !important}.pl-35,.px-35{padding-left:8.75rem !important}.p-36{padding:9rem !important}.pt-36,.py-36{padding-top:9rem !important}.pr-36,.px-36{padding-right:9rem !important}.pb-36,.py-36{padding-bottom:9rem !important}.pl-36,.px-36{padding-left:9rem !important}.p-37{padding:9.25rem !important}.pt-37,.py-37{padding-top:9.25rem !important}.pr-37,.px-37{padding-right:9.25rem !important}.pb-37,.py-37{padding-bottom:9.25rem !important}.pl-37,.px-37{padding-left:9.25rem !important}.p-48{padding:9.5rem !important}.pt-48,.py-48{padding-top:9.5rem !important}.pr-48,.px-48{padding-right:9.5rem !important}.pb-48,.py-48{padding-bottom:9.5rem !important}.pl-48,.px-48{padding-left:9.5rem !important}.p-39{padding:9.75rem !important}.pt-39,.py-39{padding-top:9.75rem !important}.pr-39,.px-39{padding-right:9.75rem !important}.pb-39,.py-39{padding-bottom:9.75rem !important}.pl-39,.px-39{padding-left:9.75rem !important}.p-40{padding:10rem !important}.pt-40,.py-40{padding-top:10rem !important}.pr-40,.px-40{padding-right:10rem !important}.pb-40,.py-40{padding-bottom:10rem !important}.pl-40,.px-40{padding-left:10rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-0.75rem !important}.mt-n3,.my-n3{margin-top:-0.75rem !important}.mr-n3,.mx-n3{margin-right:-0.75rem !important}.mb-n3,.my-n3{margin-bottom:-0.75rem !important}.ml-n3,.mx-n3{margin-left:-0.75rem !important}.m-n4{margin:-1rem !important}.mt-n4,.my-n4{margin-top:-1rem !important}.mr-n4,.mx-n4{margin-right:-1rem !important}.mb-n4,.my-n4{margin-bottom:-1rem !important}.ml-n4,.mx-n4{margin-left:-1rem !important}.m-n5{margin:-1.25rem !important}.mt-n5,.my-n5{margin-top:-1.25rem !important}.mr-n5,.mx-n5{margin-right:-1.25rem !important}.mb-n5,.my-n5{margin-bottom:-1.25rem !important}.ml-n5,.mx-n5{margin-left:-1.25rem !important}.m-n6{margin:-1.5rem !important}.mt-n6,.my-n6{margin-top:-1.5rem !important}.mr-n6,.mx-n6{margin-right:-1.5rem !important}.mb-n6,.my-n6{margin-bottom:-1.5rem !important}.ml-n6,.mx-n6{margin-left:-1.5rem !important}.m-n7{margin:-1.75rem !important}.mt-n7,.my-n7{margin-top:-1.75rem !important}.mr-n7,.mx-n7{margin-right:-1.75rem !important}.mb-n7,.my-n7{margin-bottom:-1.75rem !important}.ml-n7,.mx-n7{margin-left:-1.75rem !important}.m-n8{margin:-2rem !important}.mt-n8,.my-n8{margin-top:-2rem !important}.mr-n8,.mx-n8{margin-right:-2rem !important}.mb-n8,.my-n8{margin-bottom:-2rem !important}.ml-n8,.mx-n8{margin-left:-2rem !important}.m-n9{margin:-2.25rem !important}.mt-n9,.my-n9{margin-top:-2.25rem !important}.mr-n9,.mx-n9{margin-right:-2.25rem !important}.mb-n9,.my-n9{margin-bottom:-2.25rem !important}.ml-n9,.mx-n9{margin-left:-2.25rem !important}.m-n10{margin:-2.5rem !important}.mt-n10,.my-n10{margin-top:-2.5rem !important}.mr-n10,.mx-n10{margin-right:-2.5rem !important}.mb-n10,.my-n10{margin-bottom:-2.5rem !important}.ml-n10,.mx-n10{margin-left:-2.5rem !important}.m-n11{margin:-2.75rem !important}.mt-n11,.my-n11{margin-top:-2.75rem !important}.mr-n11,.mx-n11{margin-right:-2.75rem !important}.mb-n11,.my-n11{margin-bottom:-2.75rem !important}.ml-n11,.mx-n11{margin-left:-2.75rem !important}.m-n12{margin:-3rem !important}.mt-n12,.my-n12{margin-top:-3rem !important}.mr-n12,.mx-n12{margin-right:-3rem !important}.mb-n12,.my-n12{margin-bottom:-3rem !important}.ml-n12,.mx-n12{margin-left:-3rem !important}.m-n13{margin:-3.25rem !important}.mt-n13,.my-n13{margin-top:-3.25rem !important}.mr-n13,.mx-n13{margin-right:-3.25rem !important}.mb-n13,.my-n13{margin-bottom:-3.25rem !important}.ml-n13,.mx-n13{margin-left:-3.25rem !important}.m-n14{margin:-3.5rem !important}.mt-n14,.my-n14{margin-top:-3.5rem !important}.mr-n14,.mx-n14{margin-right:-3.5rem !important}.mb-n14,.my-n14{margin-bottom:-3.5rem !important}.ml-n14,.mx-n14{margin-left:-3.5rem !important}.m-n15{margin:-3.75rem !important}.mt-n15,.my-n15{margin-top:-3.75rem !important}.mr-n15,.mx-n15{margin-right:-3.75rem !important}.mb-n15,.my-n15{margin-bottom:-3.75rem !important}.ml-n15,.mx-n15{margin-left:-3.75rem !important}.m-n16{margin:-4rem !important}.mt-n16,.my-n16{margin-top:-4rem !important}.mr-n16,.mx-n16{margin-right:-4rem !important}.mb-n16,.my-n16{margin-bottom:-4rem !important}.ml-n16,.mx-n16{margin-left:-4rem !important}.m-n17{margin:-4.25rem !important}.mt-n17,.my-n17{margin-top:-4.25rem !important}.mr-n17,.mx-n17{margin-right:-4.25rem !important}.mb-n17,.my-n17{margin-bottom:-4.25rem !important}.ml-n17,.mx-n17{margin-left:-4.25rem !important}.m-n18{margin:-4.5rem !important}.mt-n18,.my-n18{margin-top:-4.5rem !important}.mr-n18,.mx-n18{margin-right:-4.5rem !important}.mb-n18,.my-n18{margin-bottom:-4.5rem !important}.ml-n18,.mx-n18{margin-left:-4.5rem !important}.m-n19{margin:-4.75rem !important}.mt-n19,.my-n19{margin-top:-4.75rem !important}.mr-n19,.mx-n19{margin-right:-4.75rem !important}.mb-n19,.my-n19{margin-bottom:-4.75rem !important}.ml-n19,.mx-n19{margin-left:-4.75rem !important}.m-n20{margin:-5rem !important}.mt-n20,.my-n20{margin-top:-5rem !important}.mr-n20,.mx-n20{margin-right:-5rem !important}.mb-n20,.my-n20{margin-bottom:-5rem !important}.ml-n20,.mx-n20{margin-left:-5rem !important}.m-n21{margin:-5.25rem !important}.mt-n21,.my-n21{margin-top:-5.25rem !important}.mr-n21,.mx-n21{margin-right:-5.25rem !important}.mb-n21,.my-n21{margin-bottom:-5.25rem !important}.ml-n21,.mx-n21{margin-left:-5.25rem !important}.m-n22{margin:-5.5rem !important}.mt-n22,.my-n22{margin-top:-5.5rem !important}.mr-n22,.mx-n22{margin-right:-5.5rem !important}.mb-n22,.my-n22{margin-bottom:-5.5rem !important}.ml-n22,.mx-n22{margin-left:-5.5rem !important}.m-n23{margin:-5.75rem !important}.mt-n23,.my-n23{margin-top:-5.75rem !important}.mr-n23,.mx-n23{margin-right:-5.75rem !important}.mb-n23,.my-n23{margin-bottom:-5.75rem !important}.ml-n23,.mx-n23{margin-left:-5.75rem !important}.m-n24{margin:-6rem !important}.mt-n24,.my-n24{margin-top:-6rem !important}.mr-n24,.mx-n24{margin-right:-6rem !important}.mb-n24,.my-n24{margin-bottom:-6rem !important}.ml-n24,.mx-n24{margin-left:-6rem !important}.m-n25{margin:-6.25rem !important}.mt-n25,.my-n25{margin-top:-6.25rem !important}.mr-n25,.mx-n25{margin-right:-6.25rem !important}.mb-n25,.my-n25{margin-bottom:-6.25rem !important}.ml-n25,.mx-n25{margin-left:-6.25rem !important}.m-n26{margin:-6.5rem !important}.mt-n26,.my-n26{margin-top:-6.5rem !important}.mr-n26,.mx-n26{margin-right:-6.5rem !important}.mb-n26,.my-n26{margin-bottom:-6.5rem !important}.ml-n26,.mx-n26{margin-left:-6.5rem !important}.m-n27{margin:-6.75rem !important}.mt-n27,.my-n27{margin-top:-6.75rem !important}.mr-n27,.mx-n27{margin-right:-6.75rem !important}.mb-n27,.my-n27{margin-bottom:-6.75rem !important}.ml-n27,.mx-n27{margin-left:-6.75rem !important}.m-n28{margin:-7rem !important}.mt-n28,.my-n28{margin-top:-7rem !important}.mr-n28,.mx-n28{margin-right:-7rem !important}.mb-n28,.my-n28{margin-bottom:-7rem !important}.ml-n28,.mx-n28{margin-left:-7rem !important}.m-n29{margin:-7.25rem !important}.mt-n29,.my-n29{margin-top:-7.25rem !important}.mr-n29,.mx-n29{margin-right:-7.25rem !important}.mb-n29,.my-n29{margin-bottom:-7.25rem !important}.ml-n29,.mx-n29{margin-left:-7.25rem !important}.m-n30{margin:-7.5rem !important}.mt-n30,.my-n30{margin-top:-7.5rem !important}.mr-n30,.mx-n30{margin-right:-7.5rem !important}.mb-n30,.my-n30{margin-bottom:-7.5rem !important}.ml-n30,.mx-n30{margin-left:-7.5rem !important}.m-n31{margin:-7.75rem !important}.mt-n31,.my-n31{margin-top:-7.75rem !important}.mr-n31,.mx-n31{margin-right:-7.75rem !important}.mb-n31,.my-n31{margin-bottom:-7.75rem !important}.ml-n31,.mx-n31{margin-left:-7.75rem !important}.m-n32{margin:-8rem !important}.mt-n32,.my-n32{margin-top:-8rem !important}.mr-n32,.mx-n32{margin-right:-8rem !important}.mb-n32,.my-n32{margin-bottom:-8rem !important}.ml-n32,.mx-n32{margin-left:-8rem !important}.m-n33{margin:-8.25rem !important}.mt-n33,.my-n33{margin-top:-8.25rem !important}.mr-n33,.mx-n33{margin-right:-8.25rem !important}.mb-n33,.my-n33{margin-bottom:-8.25rem !important}.ml-n33,.mx-n33{margin-left:-8.25rem !important}.m-n34{margin:-8.5rem !important}.mt-n34,.my-n34{margin-top:-8.5rem !important}.mr-n34,.mx-n34{margin-right:-8.5rem !important}.mb-n34,.my-n34{margin-bottom:-8.5rem !important}.ml-n34,.mx-n34{margin-left:-8.5rem !important}.m-n35{margin:-8.75rem !important}.mt-n35,.my-n35{margin-top:-8.75rem !important}.mr-n35,.mx-n35{margin-right:-8.75rem !important}.mb-n35,.my-n35{margin-bottom:-8.75rem !important}.ml-n35,.mx-n35{margin-left:-8.75rem !important}.m-n36{margin:-9rem !important}.mt-n36,.my-n36{margin-top:-9rem !important}.mr-n36,.mx-n36{margin-right:-9rem !important}.mb-n36,.my-n36{margin-bottom:-9rem !important}.ml-n36,.mx-n36{margin-left:-9rem !important}.m-n37{margin:-9.25rem !important}.mt-n37,.my-n37{margin-top:-9.25rem !important}.mr-n37,.mx-n37{margin-right:-9.25rem !important}.mb-n37,.my-n37{margin-bottom:-9.25rem !important}.ml-n37,.mx-n37{margin-left:-9.25rem !important}.m-n48{margin:-9.5rem !important}.mt-n48,.my-n48{margin-top:-9.5rem !important}.mr-n48,.mx-n48{margin-right:-9.5rem !important}.mb-n48,.my-n48{margin-bottom:-9.5rem !important}.ml-n48,.mx-n48{margin-left:-9.5rem !important}.m-n39{margin:-9.75rem !important}.mt-n39,.my-n39{margin-top:-9.75rem !important}.mr-n39,.mx-n39{margin-right:-9.75rem !important}.mb-n39,.my-n39{margin-bottom:-9.75rem !important}.ml-n39,.mx-n39{margin-left:-9.75rem !important}.m-n40{margin:-10rem !important}.mt-n40,.my-n40{margin-top:-10rem !important}.mr-n40,.mx-n40{margin-right:-10rem !important}.mb-n40,.my-n40{margin-bottom:-10rem !important}.ml-n40,.mx-n40{margin-left:-10rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:0.75rem !important}.mt-sm-3,.my-sm-3{margin-top:0.75rem !important}.mr-sm-3,.mx-sm-3{margin-right:0.75rem !important}.mb-sm-3,.my-sm-3{margin-bottom:0.75rem !important}.ml-sm-3,.mx-sm-3{margin-left:0.75rem !important}.m-sm-4{margin:1rem !important}.mt-sm-4,.my-sm-4{margin-top:1rem !important}.mr-sm-4,.mx-sm-4{margin-right:1rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1rem !important}.ml-sm-4,.mx-sm-4{margin-left:1rem !important}.m-sm-5{margin:1.25rem !important}.mt-sm-5,.my-sm-5{margin-top:1.25rem !important}.mr-sm-5,.mx-sm-5{margin-right:1.25rem !important}.mb-sm-5,.my-sm-5{margin-bottom:1.25rem !important}.ml-sm-5,.mx-sm-5{margin-left:1.25rem !important}.m-sm-6{margin:1.5rem !important}.mt-sm-6,.my-sm-6{margin-top:1.5rem !important}.mr-sm-6,.mx-sm-6{margin-right:1.5rem !important}.mb-sm-6,.my-sm-6{margin-bottom:1.5rem !important}.ml-sm-6,.mx-sm-6{margin-left:1.5rem !important}.m-sm-7{margin:1.75rem !important}.mt-sm-7,.my-sm-7{margin-top:1.75rem !important}.mr-sm-7,.mx-sm-7{margin-right:1.75rem !important}.mb-sm-7,.my-sm-7{margin-bottom:1.75rem !important}.ml-sm-7,.mx-sm-7{margin-left:1.75rem !important}.m-sm-8{margin:2rem !important}.mt-sm-8,.my-sm-8{margin-top:2rem !important}.mr-sm-8,.mx-sm-8{margin-right:2rem !important}.mb-sm-8,.my-sm-8{margin-bottom:2rem !important}.ml-sm-8,.mx-sm-8{margin-left:2rem !important}.m-sm-9{margin:2.25rem !important}.mt-sm-9,.my-sm-9{margin-top:2.25rem !important}.mr-sm-9,.mx-sm-9{margin-right:2.25rem !important}.mb-sm-9,.my-sm-9{margin-bottom:2.25rem !important}.ml-sm-9,.mx-sm-9{margin-left:2.25rem !important}.m-sm-10{margin:2.5rem !important}.mt-sm-10,.my-sm-10{margin-top:2.5rem !important}.mr-sm-10,.mx-sm-10{margin-right:2.5rem !important}.mb-sm-10,.my-sm-10{margin-bottom:2.5rem !important}.ml-sm-10,.mx-sm-10{margin-left:2.5rem !important}.m-sm-11{margin:2.75rem !important}.mt-sm-11,.my-sm-11{margin-top:2.75rem !important}.mr-sm-11,.mx-sm-11{margin-right:2.75rem !important}.mb-sm-11,.my-sm-11{margin-bottom:2.75rem !important}.ml-sm-11,.mx-sm-11{margin-left:2.75rem !important}.m-sm-12{margin:3rem !important}.mt-sm-12,.my-sm-12{margin-top:3rem !important}.mr-sm-12,.mx-sm-12{margin-right:3rem !important}.mb-sm-12,.my-sm-12{margin-bottom:3rem !important}.ml-sm-12,.mx-sm-12{margin-left:3rem !important}.m-sm-13{margin:3.25rem !important}.mt-sm-13,.my-sm-13{margin-top:3.25rem !important}.mr-sm-13,.mx-sm-13{margin-right:3.25rem !important}.mb-sm-13,.my-sm-13{margin-bottom:3.25rem !important}.ml-sm-13,.mx-sm-13{margin-left:3.25rem !important}.m-sm-14{margin:3.5rem !important}.mt-sm-14,.my-sm-14{margin-top:3.5rem !important}.mr-sm-14,.mx-sm-14{margin-right:3.5rem !important}.mb-sm-14,.my-sm-14{margin-bottom:3.5rem !important}.ml-sm-14,.mx-sm-14{margin-left:3.5rem !important}.m-sm-15{margin:3.75rem !important}.mt-sm-15,.my-sm-15{margin-top:3.75rem !important}.mr-sm-15,.mx-sm-15{margin-right:3.75rem !important}.mb-sm-15,.my-sm-15{margin-bottom:3.75rem !important}.ml-sm-15,.mx-sm-15{margin-left:3.75rem !important}.m-sm-16{margin:4rem !important}.mt-sm-16,.my-sm-16{margin-top:4rem !important}.mr-sm-16,.mx-sm-16{margin-right:4rem !important}.mb-sm-16,.my-sm-16{margin-bottom:4rem !important}.ml-sm-16,.mx-sm-16{margin-left:4rem !important}.m-sm-17{margin:4.25rem !important}.mt-sm-17,.my-sm-17{margin-top:4.25rem !important}.mr-sm-17,.mx-sm-17{margin-right:4.25rem !important}.mb-sm-17,.my-sm-17{margin-bottom:4.25rem !important}.ml-sm-17,.mx-sm-17{margin-left:4.25rem !important}.m-sm-18{margin:4.5rem !important}.mt-sm-18,.my-sm-18{margin-top:4.5rem !important}.mr-sm-18,.mx-sm-18{margin-right:4.5rem !important}.mb-sm-18,.my-sm-18{margin-bottom:4.5rem !important}.ml-sm-18,.mx-sm-18{margin-left:4.5rem !important}.m-sm-19{margin:4.75rem !important}.mt-sm-19,.my-sm-19{margin-top:4.75rem !important}.mr-sm-19,.mx-sm-19{margin-right:4.75rem !important}.mb-sm-19,.my-sm-19{margin-bottom:4.75rem !important}.ml-sm-19,.mx-sm-19{margin-left:4.75rem !important}.m-sm-20{margin:5rem !important}.mt-sm-20,.my-sm-20{margin-top:5rem !important}.mr-sm-20,.mx-sm-20{margin-right:5rem !important}.mb-sm-20,.my-sm-20{margin-bottom:5rem !important}.ml-sm-20,.mx-sm-20{margin-left:5rem !important}.m-sm-21{margin:5.25rem !important}.mt-sm-21,.my-sm-21{margin-top:5.25rem !important}.mr-sm-21,.mx-sm-21{margin-right:5.25rem !important}.mb-sm-21,.my-sm-21{margin-bottom:5.25rem !important}.ml-sm-21,.mx-sm-21{margin-left:5.25rem !important}.m-sm-22{margin:5.5rem !important}.mt-sm-22,.my-sm-22{margin-top:5.5rem !important}.mr-sm-22,.mx-sm-22{margin-right:5.5rem !important}.mb-sm-22,.my-sm-22{margin-bottom:5.5rem !important}.ml-sm-22,.mx-sm-22{margin-left:5.5rem !important}.m-sm-23{margin:5.75rem !important}.mt-sm-23,.my-sm-23{margin-top:5.75rem !important}.mr-sm-23,.mx-sm-23{margin-right:5.75rem !important}.mb-sm-23,.my-sm-23{margin-bottom:5.75rem !important}.ml-sm-23,.mx-sm-23{margin-left:5.75rem !important}.m-sm-24{margin:6rem !important}.mt-sm-24,.my-sm-24{margin-top:6rem !important}.mr-sm-24,.mx-sm-24{margin-right:6rem !important}.mb-sm-24,.my-sm-24{margin-bottom:6rem !important}.ml-sm-24,.mx-sm-24{margin-left:6rem !important}.m-sm-25{margin:6.25rem !important}.mt-sm-25,.my-sm-25{margin-top:6.25rem !important}.mr-sm-25,.mx-sm-25{margin-right:6.25rem !important}.mb-sm-25,.my-sm-25{margin-bottom:6.25rem !important}.ml-sm-25,.mx-sm-25{margin-left:6.25rem !important}.m-sm-26{margin:6.5rem !important}.mt-sm-26,.my-sm-26{margin-top:6.5rem !important}.mr-sm-26,.mx-sm-26{margin-right:6.5rem !important}.mb-sm-26,.my-sm-26{margin-bottom:6.5rem !important}.ml-sm-26,.mx-sm-26{margin-left:6.5rem !important}.m-sm-27{margin:6.75rem !important}.mt-sm-27,.my-sm-27{margin-top:6.75rem !important}.mr-sm-27,.mx-sm-27{margin-right:6.75rem !important}.mb-sm-27,.my-sm-27{margin-bottom:6.75rem !important}.ml-sm-27,.mx-sm-27{margin-left:6.75rem !important}.m-sm-28{margin:7rem !important}.mt-sm-28,.my-sm-28{margin-top:7rem !important}.mr-sm-28,.mx-sm-28{margin-right:7rem !important}.mb-sm-28,.my-sm-28{margin-bottom:7rem !important}.ml-sm-28,.mx-sm-28{margin-left:7rem !important}.m-sm-29{margin:7.25rem !important}.mt-sm-29,.my-sm-29{margin-top:7.25rem !important}.mr-sm-29,.mx-sm-29{margin-right:7.25rem !important}.mb-sm-29,.my-sm-29{margin-bottom:7.25rem !important}.ml-sm-29,.mx-sm-29{margin-left:7.25rem !important}.m-sm-30{margin:7.5rem !important}.mt-sm-30,.my-sm-30{margin-top:7.5rem !important}.mr-sm-30,.mx-sm-30{margin-right:7.5rem !important}.mb-sm-30,.my-sm-30{margin-bottom:7.5rem !important}.ml-sm-30,.mx-sm-30{margin-left:7.5rem !important}.m-sm-31{margin:7.75rem !important}.mt-sm-31,.my-sm-31{margin-top:7.75rem !important}.mr-sm-31,.mx-sm-31{margin-right:7.75rem !important}.mb-sm-31,.my-sm-31{margin-bottom:7.75rem !important}.ml-sm-31,.mx-sm-31{margin-left:7.75rem !important}.m-sm-32{margin:8rem !important}.mt-sm-32,.my-sm-32{margin-top:8rem !important}.mr-sm-32,.mx-sm-32{margin-right:8rem !important}.mb-sm-32,.my-sm-32{margin-bottom:8rem !important}.ml-sm-32,.mx-sm-32{margin-left:8rem !important}.m-sm-33{margin:8.25rem !important}.mt-sm-33,.my-sm-33{margin-top:8.25rem !important}.mr-sm-33,.mx-sm-33{margin-right:8.25rem !important}.mb-sm-33,.my-sm-33{margin-bottom:8.25rem !important}.ml-sm-33,.mx-sm-33{margin-left:8.25rem !important}.m-sm-34{margin:8.5rem !important}.mt-sm-34,.my-sm-34{margin-top:8.5rem !important}.mr-sm-34,.mx-sm-34{margin-right:8.5rem !important}.mb-sm-34,.my-sm-34{margin-bottom:8.5rem !important}.ml-sm-34,.mx-sm-34{margin-left:8.5rem !important}.m-sm-35{margin:8.75rem !important}.mt-sm-35,.my-sm-35{margin-top:8.75rem !important}.mr-sm-35,.mx-sm-35{margin-right:8.75rem !important}.mb-sm-35,.my-sm-35{margin-bottom:8.75rem !important}.ml-sm-35,.mx-sm-35{margin-left:8.75rem !important}.m-sm-36{margin:9rem !important}.mt-sm-36,.my-sm-36{margin-top:9rem !important}.mr-sm-36,.mx-sm-36{margin-right:9rem !important}.mb-sm-36,.my-sm-36{margin-bottom:9rem !important}.ml-sm-36,.mx-sm-36{margin-left:9rem !important}.m-sm-37{margin:9.25rem !important}.mt-sm-37,.my-sm-37{margin-top:9.25rem !important}.mr-sm-37,.mx-sm-37{margin-right:9.25rem !important}.mb-sm-37,.my-sm-37{margin-bottom:9.25rem !important}.ml-sm-37,.mx-sm-37{margin-left:9.25rem !important}.m-sm-48{margin:9.5rem !important}.mt-sm-48,.my-sm-48{margin-top:9.5rem !important}.mr-sm-48,.mx-sm-48{margin-right:9.5rem !important}.mb-sm-48,.my-sm-48{margin-bottom:9.5rem !important}.ml-sm-48,.mx-sm-48{margin-left:9.5rem !important}.m-sm-39{margin:9.75rem !important}.mt-sm-39,.my-sm-39{margin-top:9.75rem !important}.mr-sm-39,.mx-sm-39{margin-right:9.75rem !important}.mb-sm-39,.my-sm-39{margin-bottom:9.75rem !important}.ml-sm-39,.mx-sm-39{margin-left:9.75rem !important}.m-sm-40{margin:10rem !important}.mt-sm-40,.my-sm-40{margin-top:10rem !important}.mr-sm-40,.mx-sm-40{margin-right:10rem !important}.mb-sm-40,.my-sm-40{margin-bottom:10rem !important}.ml-sm-40,.mx-sm-40{margin-left:10rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:0.75rem !important}.pt-sm-3,.py-sm-3{padding-top:0.75rem !important}.pr-sm-3,.px-sm-3{padding-right:0.75rem !important}.pb-sm-3,.py-sm-3{padding-bottom:0.75rem !important}.pl-sm-3,.px-sm-3{padding-left:0.75rem !important}.p-sm-4{padding:1rem !important}.pt-sm-4,.py-sm-4{padding-top:1rem !important}.pr-sm-4,.px-sm-4{padding-right:1rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1rem !important}.pl-sm-4,.px-sm-4{padding-left:1rem !important}.p-sm-5{padding:1.25rem !important}.pt-sm-5,.py-sm-5{padding-top:1.25rem !important}.pr-sm-5,.px-sm-5{padding-right:1.25rem !important}.pb-sm-5,.py-sm-5{padding-bottom:1.25rem !important}.pl-sm-5,.px-sm-5{padding-left:1.25rem !important}.p-sm-6{padding:1.5rem !important}.pt-sm-6,.py-sm-6{padding-top:1.5rem !important}.pr-sm-6,.px-sm-6{padding-right:1.5rem !important}.pb-sm-6,.py-sm-6{padding-bottom:1.5rem !important}.pl-sm-6,.px-sm-6{padding-left:1.5rem !important}.p-sm-7{padding:1.75rem !important}.pt-sm-7,.py-sm-7{padding-top:1.75rem !important}.pr-sm-7,.px-sm-7{padding-right:1.75rem !important}.pb-sm-7,.py-sm-7{padding-bottom:1.75rem !important}.pl-sm-7,.px-sm-7{padding-left:1.75rem !important}.p-sm-8{padding:2rem !important}.pt-sm-8,.py-sm-8{padding-top:2rem !important}.pr-sm-8,.px-sm-8{padding-right:2rem !important}.pb-sm-8,.py-sm-8{padding-bottom:2rem !important}.pl-sm-8,.px-sm-8{padding-left:2rem !important}.p-sm-9{padding:2.25rem !important}.pt-sm-9,.py-sm-9{padding-top:2.25rem !important}.pr-sm-9,.px-sm-9{padding-right:2.25rem !important}.pb-sm-9,.py-sm-9{padding-bottom:2.25rem !important}.pl-sm-9,.px-sm-9{padding-left:2.25rem !important}.p-sm-10{padding:2.5rem !important}.pt-sm-10,.py-sm-10{padding-top:2.5rem !important}.pr-sm-10,.px-sm-10{padding-right:2.5rem !important}.pb-sm-10,.py-sm-10{padding-bottom:2.5rem !important}.pl-sm-10,.px-sm-10{padding-left:2.5rem !important}.p-sm-11{padding:2.75rem !important}.pt-sm-11,.py-sm-11{padding-top:2.75rem !important}.pr-sm-11,.px-sm-11{padding-right:2.75rem !important}.pb-sm-11,.py-sm-11{padding-bottom:2.75rem !important}.pl-sm-11,.px-sm-11{padding-left:2.75rem !important}.p-sm-12{padding:3rem !important}.pt-sm-12,.py-sm-12{padding-top:3rem !important}.pr-sm-12,.px-sm-12{padding-right:3rem !important}.pb-sm-12,.py-sm-12{padding-bottom:3rem !important}.pl-sm-12,.px-sm-12{padding-left:3rem !important}.p-sm-13{padding:3.25rem !important}.pt-sm-13,.py-sm-13{padding-top:3.25rem !important}.pr-sm-13,.px-sm-13{padding-right:3.25rem !important}.pb-sm-13,.py-sm-13{padding-bottom:3.25rem !important}.pl-sm-13,.px-sm-13{padding-left:3.25rem !important}.p-sm-14{padding:3.5rem !important}.pt-sm-14,.py-sm-14{padding-top:3.5rem !important}.pr-sm-14,.px-sm-14{padding-right:3.5rem !important}.pb-sm-14,.py-sm-14{padding-bottom:3.5rem !important}.pl-sm-14,.px-sm-14{padding-left:3.5rem !important}.p-sm-15{padding:3.75rem !important}.pt-sm-15,.py-sm-15{padding-top:3.75rem !important}.pr-sm-15,.px-sm-15{padding-right:3.75rem !important}.pb-sm-15,.py-sm-15{padding-bottom:3.75rem !important}.pl-sm-15,.px-sm-15{padding-left:3.75rem !important}.p-sm-16{padding:4rem !important}.pt-sm-16,.py-sm-16{padding-top:4rem !important}.pr-sm-16,.px-sm-16{padding-right:4rem !important}.pb-sm-16,.py-sm-16{padding-bottom:4rem !important}.pl-sm-16,.px-sm-16{padding-left:4rem !important}.p-sm-17{padding:4.25rem !important}.pt-sm-17,.py-sm-17{padding-top:4.25rem !important}.pr-sm-17,.px-sm-17{padding-right:4.25rem !important}.pb-sm-17,.py-sm-17{padding-bottom:4.25rem !important}.pl-sm-17,.px-sm-17{padding-left:4.25rem !important}.p-sm-18{padding:4.5rem !important}.pt-sm-18,.py-sm-18{padding-top:4.5rem !important}.pr-sm-18,.px-sm-18{padding-right:4.5rem !important}.pb-sm-18,.py-sm-18{padding-bottom:4.5rem !important}.pl-sm-18,.px-sm-18{padding-left:4.5rem !important}.p-sm-19{padding:4.75rem !important}.pt-sm-19,.py-sm-19{padding-top:4.75rem !important}.pr-sm-19,.px-sm-19{padding-right:4.75rem !important}.pb-sm-19,.py-sm-19{padding-bottom:4.75rem !important}.pl-sm-19,.px-sm-19{padding-left:4.75rem !important}.p-sm-20{padding:5rem !important}.pt-sm-20,.py-sm-20{padding-top:5rem !important}.pr-sm-20,.px-sm-20{padding-right:5rem !important}.pb-sm-20,.py-sm-20{padding-bottom:5rem !important}.pl-sm-20,.px-sm-20{padding-left:5rem !important}.p-sm-21{padding:5.25rem !important}.pt-sm-21,.py-sm-21{padding-top:5.25rem !important}.pr-sm-21,.px-sm-21{padding-right:5.25rem !important}.pb-sm-21,.py-sm-21{padding-bottom:5.25rem !important}.pl-sm-21,.px-sm-21{padding-left:5.25rem !important}.p-sm-22{padding:5.5rem !important}.pt-sm-22,.py-sm-22{padding-top:5.5rem !important}.pr-sm-22,.px-sm-22{padding-right:5.5rem !important}.pb-sm-22,.py-sm-22{padding-bottom:5.5rem !important}.pl-sm-22,.px-sm-22{padding-left:5.5rem !important}.p-sm-23{padding:5.75rem !important}.pt-sm-23,.py-sm-23{padding-top:5.75rem !important}.pr-sm-23,.px-sm-23{padding-right:5.75rem !important}.pb-sm-23,.py-sm-23{padding-bottom:5.75rem !important}.pl-sm-23,.px-sm-23{padding-left:5.75rem !important}.p-sm-24{padding:6rem !important}.pt-sm-24,.py-sm-24{padding-top:6rem !important}.pr-sm-24,.px-sm-24{padding-right:6rem !important}.pb-sm-24,.py-sm-24{padding-bottom:6rem !important}.pl-sm-24,.px-sm-24{padding-left:6rem !important}.p-sm-25{padding:6.25rem !important}.pt-sm-25,.py-sm-25{padding-top:6.25rem !important}.pr-sm-25,.px-sm-25{padding-right:6.25rem !important}.pb-sm-25,.py-sm-25{padding-bottom:6.25rem !important}.pl-sm-25,.px-sm-25{padding-left:6.25rem !important}.p-sm-26{padding:6.5rem !important}.pt-sm-26,.py-sm-26{padding-top:6.5rem !important}.pr-sm-26,.px-sm-26{padding-right:6.5rem !important}.pb-sm-26,.py-sm-26{padding-bottom:6.5rem !important}.pl-sm-26,.px-sm-26{padding-left:6.5rem !important}.p-sm-27{padding:6.75rem !important}.pt-sm-27,.py-sm-27{padding-top:6.75rem !important}.pr-sm-27,.px-sm-27{padding-right:6.75rem !important}.pb-sm-27,.py-sm-27{padding-bottom:6.75rem !important}.pl-sm-27,.px-sm-27{padding-left:6.75rem !important}.p-sm-28{padding:7rem !important}.pt-sm-28,.py-sm-28{padding-top:7rem !important}.pr-sm-28,.px-sm-28{padding-right:7rem !important}.pb-sm-28,.py-sm-28{padding-bottom:7rem !important}.pl-sm-28,.px-sm-28{padding-left:7rem !important}.p-sm-29{padding:7.25rem !important}.pt-sm-29,.py-sm-29{padding-top:7.25rem !important}.pr-sm-29,.px-sm-29{padding-right:7.25rem !important}.pb-sm-29,.py-sm-29{padding-bottom:7.25rem !important}.pl-sm-29,.px-sm-29{padding-left:7.25rem !important}.p-sm-30{padding:7.5rem !important}.pt-sm-30,.py-sm-30{padding-top:7.5rem !important}.pr-sm-30,.px-sm-30{padding-right:7.5rem !important}.pb-sm-30,.py-sm-30{padding-bottom:7.5rem !important}.pl-sm-30,.px-sm-30{padding-left:7.5rem !important}.p-sm-31{padding:7.75rem !important}.pt-sm-31,.py-sm-31{padding-top:7.75rem !important}.pr-sm-31,.px-sm-31{padding-right:7.75rem !important}.pb-sm-31,.py-sm-31{padding-bottom:7.75rem !important}.pl-sm-31,.px-sm-31{padding-left:7.75rem !important}.p-sm-32{padding:8rem !important}.pt-sm-32,.py-sm-32{padding-top:8rem !important}.pr-sm-32,.px-sm-32{padding-right:8rem !important}.pb-sm-32,.py-sm-32{padding-bottom:8rem !important}.pl-sm-32,.px-sm-32{padding-left:8rem !important}.p-sm-33{padding:8.25rem !important}.pt-sm-33,.py-sm-33{padding-top:8.25rem !important}.pr-sm-33,.px-sm-33{padding-right:8.25rem !important}.pb-sm-33,.py-sm-33{padding-bottom:8.25rem !important}.pl-sm-33,.px-sm-33{padding-left:8.25rem !important}.p-sm-34{padding:8.5rem !important}.pt-sm-34,.py-sm-34{padding-top:8.5rem !important}.pr-sm-34,.px-sm-34{padding-right:8.5rem !important}.pb-sm-34,.py-sm-34{padding-bottom:8.5rem !important}.pl-sm-34,.px-sm-34{padding-left:8.5rem !important}.p-sm-35{padding:8.75rem !important}.pt-sm-35,.py-sm-35{padding-top:8.75rem !important}.pr-sm-35,.px-sm-35{padding-right:8.75rem !important}.pb-sm-35,.py-sm-35{padding-bottom:8.75rem !important}.pl-sm-35,.px-sm-35{padding-left:8.75rem !important}.p-sm-36{padding:9rem !important}.pt-sm-36,.py-sm-36{padding-top:9rem !important}.pr-sm-36,.px-sm-36{padding-right:9rem !important}.pb-sm-36,.py-sm-36{padding-bottom:9rem !important}.pl-sm-36,.px-sm-36{padding-left:9rem !important}.p-sm-37{padding:9.25rem !important}.pt-sm-37,.py-sm-37{padding-top:9.25rem !important}.pr-sm-37,.px-sm-37{padding-right:9.25rem !important}.pb-sm-37,.py-sm-37{padding-bottom:9.25rem !important}.pl-sm-37,.px-sm-37{padding-left:9.25rem !important}.p-sm-48{padding:9.5rem !important}.pt-sm-48,.py-sm-48{padding-top:9.5rem !important}.pr-sm-48,.px-sm-48{padding-right:9.5rem !important}.pb-sm-48,.py-sm-48{padding-bottom:9.5rem !important}.pl-sm-48,.px-sm-48{padding-left:9.5rem !important}.p-sm-39{padding:9.75rem !important}.pt-sm-39,.py-sm-39{padding-top:9.75rem !important}.pr-sm-39,.px-sm-39{padding-right:9.75rem !important}.pb-sm-39,.py-sm-39{padding-bottom:9.75rem !important}.pl-sm-39,.px-sm-39{padding-left:9.75rem !important}.p-sm-40{padding:10rem !important}.pt-sm-40,.py-sm-40{padding-top:10rem !important}.pr-sm-40,.px-sm-40{padding-right:10rem !important}.pb-sm-40,.py-sm-40{padding-bottom:10rem !important}.pl-sm-40,.px-sm-40{padding-left:10rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-0.75rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-0.75rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-0.75rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-0.75rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-0.75rem !important}.m-sm-n4{margin:-1rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1rem !important}.m-sm-n5{margin:-1.25rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-1.25rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-1.25rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-1.25rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-1.25rem !important}.m-sm-n6{margin:-1.5rem !important}.mt-sm-n6,.my-sm-n6{margin-top:-1.5rem !important}.mr-sm-n6,.mx-sm-n6{margin-right:-1.5rem !important}.mb-sm-n6,.my-sm-n6{margin-bottom:-1.5rem !important}.ml-sm-n6,.mx-sm-n6{margin-left:-1.5rem !important}.m-sm-n7{margin:-1.75rem !important}.mt-sm-n7,.my-sm-n7{margin-top:-1.75rem !important}.mr-sm-n7,.mx-sm-n7{margin-right:-1.75rem !important}.mb-sm-n7,.my-sm-n7{margin-bottom:-1.75rem !important}.ml-sm-n7,.mx-sm-n7{margin-left:-1.75rem !important}.m-sm-n8{margin:-2rem !important}.mt-sm-n8,.my-sm-n8{margin-top:-2rem !important}.mr-sm-n8,.mx-sm-n8{margin-right:-2rem !important}.mb-sm-n8,.my-sm-n8{margin-bottom:-2rem !important}.ml-sm-n8,.mx-sm-n8{margin-left:-2rem !important}.m-sm-n9{margin:-2.25rem !important}.mt-sm-n9,.my-sm-n9{margin-top:-2.25rem !important}.mr-sm-n9,.mx-sm-n9{margin-right:-2.25rem !important}.mb-sm-n9,.my-sm-n9{margin-bottom:-2.25rem !important}.ml-sm-n9,.mx-sm-n9{margin-left:-2.25rem !important}.m-sm-n10{margin:-2.5rem !important}.mt-sm-n10,.my-sm-n10{margin-top:-2.5rem !important}.mr-sm-n10,.mx-sm-n10{margin-right:-2.5rem !important}.mb-sm-n10,.my-sm-n10{margin-bottom:-2.5rem !important}.ml-sm-n10,.mx-sm-n10{margin-left:-2.5rem !important}.m-sm-n11{margin:-2.75rem !important}.mt-sm-n11,.my-sm-n11{margin-top:-2.75rem !important}.mr-sm-n11,.mx-sm-n11{margin-right:-2.75rem !important}.mb-sm-n11,.my-sm-n11{margin-bottom:-2.75rem !important}.ml-sm-n11,.mx-sm-n11{margin-left:-2.75rem !important}.m-sm-n12{margin:-3rem !important}.mt-sm-n12,.my-sm-n12{margin-top:-3rem !important}.mr-sm-n12,.mx-sm-n12{margin-right:-3rem !important}.mb-sm-n12,.my-sm-n12{margin-bottom:-3rem !important}.ml-sm-n12,.mx-sm-n12{margin-left:-3rem !important}.m-sm-n13{margin:-3.25rem !important}.mt-sm-n13,.my-sm-n13{margin-top:-3.25rem !important}.mr-sm-n13,.mx-sm-n13{margin-right:-3.25rem !important}.mb-sm-n13,.my-sm-n13{margin-bottom:-3.25rem !important}.ml-sm-n13,.mx-sm-n13{margin-left:-3.25rem !important}.m-sm-n14{margin:-3.5rem !important}.mt-sm-n14,.my-sm-n14{margin-top:-3.5rem !important}.mr-sm-n14,.mx-sm-n14{margin-right:-3.5rem !important}.mb-sm-n14,.my-sm-n14{margin-bottom:-3.5rem !important}.ml-sm-n14,.mx-sm-n14{margin-left:-3.5rem !important}.m-sm-n15{margin:-3.75rem !important}.mt-sm-n15,.my-sm-n15{margin-top:-3.75rem !important}.mr-sm-n15,.mx-sm-n15{margin-right:-3.75rem !important}.mb-sm-n15,.my-sm-n15{margin-bottom:-3.75rem !important}.ml-sm-n15,.mx-sm-n15{margin-left:-3.75rem !important}.m-sm-n16{margin:-4rem !important}.mt-sm-n16,.my-sm-n16{margin-top:-4rem !important}.mr-sm-n16,.mx-sm-n16{margin-right:-4rem !important}.mb-sm-n16,.my-sm-n16{margin-bottom:-4rem !important}.ml-sm-n16,.mx-sm-n16{margin-left:-4rem !important}.m-sm-n17{margin:-4.25rem !important}.mt-sm-n17,.my-sm-n17{margin-top:-4.25rem !important}.mr-sm-n17,.mx-sm-n17{margin-right:-4.25rem !important}.mb-sm-n17,.my-sm-n17{margin-bottom:-4.25rem !important}.ml-sm-n17,.mx-sm-n17{margin-left:-4.25rem !important}.m-sm-n18{margin:-4.5rem !important}.mt-sm-n18,.my-sm-n18{margin-top:-4.5rem !important}.mr-sm-n18,.mx-sm-n18{margin-right:-4.5rem !important}.mb-sm-n18,.my-sm-n18{margin-bottom:-4.5rem !important}.ml-sm-n18,.mx-sm-n18{margin-left:-4.5rem !important}.m-sm-n19{margin:-4.75rem !important}.mt-sm-n19,.my-sm-n19{margin-top:-4.75rem !important}.mr-sm-n19,.mx-sm-n19{margin-right:-4.75rem !important}.mb-sm-n19,.my-sm-n19{margin-bottom:-4.75rem !important}.ml-sm-n19,.mx-sm-n19{margin-left:-4.75rem !important}.m-sm-n20{margin:-5rem !important}.mt-sm-n20,.my-sm-n20{margin-top:-5rem !important}.mr-sm-n20,.mx-sm-n20{margin-right:-5rem !important}.mb-sm-n20,.my-sm-n20{margin-bottom:-5rem !important}.ml-sm-n20,.mx-sm-n20{margin-left:-5rem !important}.m-sm-n21{margin:-5.25rem !important}.mt-sm-n21,.my-sm-n21{margin-top:-5.25rem !important}.mr-sm-n21,.mx-sm-n21{margin-right:-5.25rem !important}.mb-sm-n21,.my-sm-n21{margin-bottom:-5.25rem !important}.ml-sm-n21,.mx-sm-n21{margin-left:-5.25rem !important}.m-sm-n22{margin:-5.5rem !important}.mt-sm-n22,.my-sm-n22{margin-top:-5.5rem !important}.mr-sm-n22,.mx-sm-n22{margin-right:-5.5rem !important}.mb-sm-n22,.my-sm-n22{margin-bottom:-5.5rem !important}.ml-sm-n22,.mx-sm-n22{margin-left:-5.5rem !important}.m-sm-n23{margin:-5.75rem !important}.mt-sm-n23,.my-sm-n23{margin-top:-5.75rem !important}.mr-sm-n23,.mx-sm-n23{margin-right:-5.75rem !important}.mb-sm-n23,.my-sm-n23{margin-bottom:-5.75rem !important}.ml-sm-n23,.mx-sm-n23{margin-left:-5.75rem !important}.m-sm-n24{margin:-6rem !important}.mt-sm-n24,.my-sm-n24{margin-top:-6rem !important}.mr-sm-n24,.mx-sm-n24{margin-right:-6rem !important}.mb-sm-n24,.my-sm-n24{margin-bottom:-6rem !important}.ml-sm-n24,.mx-sm-n24{margin-left:-6rem !important}.m-sm-n25{margin:-6.25rem !important}.mt-sm-n25,.my-sm-n25{margin-top:-6.25rem !important}.mr-sm-n25,.mx-sm-n25{margin-right:-6.25rem !important}.mb-sm-n25,.my-sm-n25{margin-bottom:-6.25rem !important}.ml-sm-n25,.mx-sm-n25{margin-left:-6.25rem !important}.m-sm-n26{margin:-6.5rem !important}.mt-sm-n26,.my-sm-n26{margin-top:-6.5rem !important}.mr-sm-n26,.mx-sm-n26{margin-right:-6.5rem !important}.mb-sm-n26,.my-sm-n26{margin-bottom:-6.5rem !important}.ml-sm-n26,.mx-sm-n26{margin-left:-6.5rem !important}.m-sm-n27{margin:-6.75rem !important}.mt-sm-n27,.my-sm-n27{margin-top:-6.75rem !important}.mr-sm-n27,.mx-sm-n27{margin-right:-6.75rem !important}.mb-sm-n27,.my-sm-n27{margin-bottom:-6.75rem !important}.ml-sm-n27,.mx-sm-n27{margin-left:-6.75rem !important}.m-sm-n28{margin:-7rem !important}.mt-sm-n28,.my-sm-n28{margin-top:-7rem !important}.mr-sm-n28,.mx-sm-n28{margin-right:-7rem !important}.mb-sm-n28,.my-sm-n28{margin-bottom:-7rem !important}.ml-sm-n28,.mx-sm-n28{margin-left:-7rem !important}.m-sm-n29{margin:-7.25rem !important}.mt-sm-n29,.my-sm-n29{margin-top:-7.25rem !important}.mr-sm-n29,.mx-sm-n29{margin-right:-7.25rem !important}.mb-sm-n29,.my-sm-n29{margin-bottom:-7.25rem !important}.ml-sm-n29,.mx-sm-n29{margin-left:-7.25rem !important}.m-sm-n30{margin:-7.5rem !important}.mt-sm-n30,.my-sm-n30{margin-top:-7.5rem !important}.mr-sm-n30,.mx-sm-n30{margin-right:-7.5rem !important}.mb-sm-n30,.my-sm-n30{margin-bottom:-7.5rem !important}.ml-sm-n30,.mx-sm-n30{margin-left:-7.5rem !important}.m-sm-n31{margin:-7.75rem !important}.mt-sm-n31,.my-sm-n31{margin-top:-7.75rem !important}.mr-sm-n31,.mx-sm-n31{margin-right:-7.75rem !important}.mb-sm-n31,.my-sm-n31{margin-bottom:-7.75rem !important}.ml-sm-n31,.mx-sm-n31{margin-left:-7.75rem !important}.m-sm-n32{margin:-8rem !important}.mt-sm-n32,.my-sm-n32{margin-top:-8rem !important}.mr-sm-n32,.mx-sm-n32{margin-right:-8rem !important}.mb-sm-n32,.my-sm-n32{margin-bottom:-8rem !important}.ml-sm-n32,.mx-sm-n32{margin-left:-8rem !important}.m-sm-n33{margin:-8.25rem !important}.mt-sm-n33,.my-sm-n33{margin-top:-8.25rem !important}.mr-sm-n33,.mx-sm-n33{margin-right:-8.25rem !important}.mb-sm-n33,.my-sm-n33{margin-bottom:-8.25rem !important}.ml-sm-n33,.mx-sm-n33{margin-left:-8.25rem !important}.m-sm-n34{margin:-8.5rem !important}.mt-sm-n34,.my-sm-n34{margin-top:-8.5rem !important}.mr-sm-n34,.mx-sm-n34{margin-right:-8.5rem !important}.mb-sm-n34,.my-sm-n34{margin-bottom:-8.5rem !important}.ml-sm-n34,.mx-sm-n34{margin-left:-8.5rem !important}.m-sm-n35{margin:-8.75rem !important}.mt-sm-n35,.my-sm-n35{margin-top:-8.75rem !important}.mr-sm-n35,.mx-sm-n35{margin-right:-8.75rem !important}.mb-sm-n35,.my-sm-n35{margin-bottom:-8.75rem !important}.ml-sm-n35,.mx-sm-n35{margin-left:-8.75rem !important}.m-sm-n36{margin:-9rem !important}.mt-sm-n36,.my-sm-n36{margin-top:-9rem !important}.mr-sm-n36,.mx-sm-n36{margin-right:-9rem !important}.mb-sm-n36,.my-sm-n36{margin-bottom:-9rem !important}.ml-sm-n36,.mx-sm-n36{margin-left:-9rem !important}.m-sm-n37{margin:-9.25rem !important}.mt-sm-n37,.my-sm-n37{margin-top:-9.25rem !important}.mr-sm-n37,.mx-sm-n37{margin-right:-9.25rem !important}.mb-sm-n37,.my-sm-n37{margin-bottom:-9.25rem !important}.ml-sm-n37,.mx-sm-n37{margin-left:-9.25rem !important}.m-sm-n48{margin:-9.5rem !important}.mt-sm-n48,.my-sm-n48{margin-top:-9.5rem !important}.mr-sm-n48,.mx-sm-n48{margin-right:-9.5rem !important}.mb-sm-n48,.my-sm-n48{margin-bottom:-9.5rem !important}.ml-sm-n48,.mx-sm-n48{margin-left:-9.5rem !important}.m-sm-n39{margin:-9.75rem !important}.mt-sm-n39,.my-sm-n39{margin-top:-9.75rem !important}.mr-sm-n39,.mx-sm-n39{margin-right:-9.75rem !important}.mb-sm-n39,.my-sm-n39{margin-bottom:-9.75rem !important}.ml-sm-n39,.mx-sm-n39{margin-left:-9.75rem !important}.m-sm-n40{margin:-10rem !important}.mt-sm-n40,.my-sm-n40{margin-top:-10rem !important}.mr-sm-n40,.mx-sm-n40{margin-right:-10rem !important}.mb-sm-n40,.my-sm-n40{margin-bottom:-10rem !important}.ml-sm-n40,.mx-sm-n40{margin-left:-10rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:0.75rem !important}.mt-md-3,.my-md-3{margin-top:0.75rem !important}.mr-md-3,.mx-md-3{margin-right:0.75rem !important}.mb-md-3,.my-md-3{margin-bottom:0.75rem !important}.ml-md-3,.mx-md-3{margin-left:0.75rem !important}.m-md-4{margin:1rem !important}.mt-md-4,.my-md-4{margin-top:1rem !important}.mr-md-4,.mx-md-4{margin-right:1rem !important}.mb-md-4,.my-md-4{margin-bottom:1rem !important}.ml-md-4,.mx-md-4{margin-left:1rem !important}.m-md-5{margin:1.25rem !important}.mt-md-5,.my-md-5{margin-top:1.25rem !important}.mr-md-5,.mx-md-5{margin-right:1.25rem !important}.mb-md-5,.my-md-5{margin-bottom:1.25rem !important}.ml-md-5,.mx-md-5{margin-left:1.25rem !important}.m-md-6{margin:1.5rem !important}.mt-md-6,.my-md-6{margin-top:1.5rem !important}.mr-md-6,.mx-md-6{margin-right:1.5rem !important}.mb-md-6,.my-md-6{margin-bottom:1.5rem !important}.ml-md-6,.mx-md-6{margin-left:1.5rem !important}.m-md-7{margin:1.75rem !important}.mt-md-7,.my-md-7{margin-top:1.75rem !important}.mr-md-7,.mx-md-7{margin-right:1.75rem !important}.mb-md-7,.my-md-7{margin-bottom:1.75rem !important}.ml-md-7,.mx-md-7{margin-left:1.75rem !important}.m-md-8{margin:2rem !important}.mt-md-8,.my-md-8{margin-top:2rem !important}.mr-md-8,.mx-md-8{margin-right:2rem !important}.mb-md-8,.my-md-8{margin-bottom:2rem !important}.ml-md-8,.mx-md-8{margin-left:2rem !important}.m-md-9{margin:2.25rem !important}.mt-md-9,.my-md-9{margin-top:2.25rem !important}.mr-md-9,.mx-md-9{margin-right:2.25rem !important}.mb-md-9,.my-md-9{margin-bottom:2.25rem !important}.ml-md-9,.mx-md-9{margin-left:2.25rem !important}.m-md-10{margin:2.5rem !important}.mt-md-10,.my-md-10{margin-top:2.5rem !important}.mr-md-10,.mx-md-10{margin-right:2.5rem !important}.mb-md-10,.my-md-10{margin-bottom:2.5rem !important}.ml-md-10,.mx-md-10{margin-left:2.5rem !important}.m-md-11{margin:2.75rem !important}.mt-md-11,.my-md-11{margin-top:2.75rem !important}.mr-md-11,.mx-md-11{margin-right:2.75rem !important}.mb-md-11,.my-md-11{margin-bottom:2.75rem !important}.ml-md-11,.mx-md-11{margin-left:2.75rem !important}.m-md-12{margin:3rem !important}.mt-md-12,.my-md-12{margin-top:3rem !important}.mr-md-12,.mx-md-12{margin-right:3rem !important}.mb-md-12,.my-md-12{margin-bottom:3rem !important}.ml-md-12,.mx-md-12{margin-left:3rem !important}.m-md-13{margin:3.25rem !important}.mt-md-13,.my-md-13{margin-top:3.25rem !important}.mr-md-13,.mx-md-13{margin-right:3.25rem !important}.mb-md-13,.my-md-13{margin-bottom:3.25rem !important}.ml-md-13,.mx-md-13{margin-left:3.25rem !important}.m-md-14{margin:3.5rem !important}.mt-md-14,.my-md-14{margin-top:3.5rem !important}.mr-md-14,.mx-md-14{margin-right:3.5rem !important}.mb-md-14,.my-md-14{margin-bottom:3.5rem !important}.ml-md-14,.mx-md-14{margin-left:3.5rem !important}.m-md-15{margin:3.75rem !important}.mt-md-15,.my-md-15{margin-top:3.75rem !important}.mr-md-15,.mx-md-15{margin-right:3.75rem !important}.mb-md-15,.my-md-15{margin-bottom:3.75rem !important}.ml-md-15,.mx-md-15{margin-left:3.75rem !important}.m-md-16{margin:4rem !important}.mt-md-16,.my-md-16{margin-top:4rem !important}.mr-md-16,.mx-md-16{margin-right:4rem !important}.mb-md-16,.my-md-16{margin-bottom:4rem !important}.ml-md-16,.mx-md-16{margin-left:4rem !important}.m-md-17{margin:4.25rem !important}.mt-md-17,.my-md-17{margin-top:4.25rem !important}.mr-md-17,.mx-md-17{margin-right:4.25rem !important}.mb-md-17,.my-md-17{margin-bottom:4.25rem !important}.ml-md-17,.mx-md-17{margin-left:4.25rem !important}.m-md-18{margin:4.5rem !important}.mt-md-18,.my-md-18{margin-top:4.5rem !important}.mr-md-18,.mx-md-18{margin-right:4.5rem !important}.mb-md-18,.my-md-18{margin-bottom:4.5rem !important}.ml-md-18,.mx-md-18{margin-left:4.5rem !important}.m-md-19{margin:4.75rem !important}.mt-md-19,.my-md-19{margin-top:4.75rem !important}.mr-md-19,.mx-md-19{margin-right:4.75rem !important}.mb-md-19,.my-md-19{margin-bottom:4.75rem !important}.ml-md-19,.mx-md-19{margin-left:4.75rem !important}.m-md-20{margin:5rem !important}.mt-md-20,.my-md-20{margin-top:5rem !important}.mr-md-20,.mx-md-20{margin-right:5rem !important}.mb-md-20,.my-md-20{margin-bottom:5rem !important}.ml-md-20,.mx-md-20{margin-left:5rem !important}.m-md-21{margin:5.25rem !important}.mt-md-21,.my-md-21{margin-top:5.25rem !important}.mr-md-21,.mx-md-21{margin-right:5.25rem !important}.mb-md-21,.my-md-21{margin-bottom:5.25rem !important}.ml-md-21,.mx-md-21{margin-left:5.25rem !important}.m-md-22{margin:5.5rem !important}.mt-md-22,.my-md-22{margin-top:5.5rem !important}.mr-md-22,.mx-md-22{margin-right:5.5rem !important}.mb-md-22,.my-md-22{margin-bottom:5.5rem !important}.ml-md-22,.mx-md-22{margin-left:5.5rem !important}.m-md-23{margin:5.75rem !important}.mt-md-23,.my-md-23{margin-top:5.75rem !important}.mr-md-23,.mx-md-23{margin-right:5.75rem !important}.mb-md-23,.my-md-23{margin-bottom:5.75rem !important}.ml-md-23,.mx-md-23{margin-left:5.75rem !important}.m-md-24{margin:6rem !important}.mt-md-24,.my-md-24{margin-top:6rem !important}.mr-md-24,.mx-md-24{margin-right:6rem !important}.mb-md-24,.my-md-24{margin-bottom:6rem !important}.ml-md-24,.mx-md-24{margin-left:6rem !important}.m-md-25{margin:6.25rem !important}.mt-md-25,.my-md-25{margin-top:6.25rem !important}.mr-md-25,.mx-md-25{margin-right:6.25rem !important}.mb-md-25,.my-md-25{margin-bottom:6.25rem !important}.ml-md-25,.mx-md-25{margin-left:6.25rem !important}.m-md-26{margin:6.5rem !important}.mt-md-26,.my-md-26{margin-top:6.5rem !important}.mr-md-26,.mx-md-26{margin-right:6.5rem !important}.mb-md-26,.my-md-26{margin-bottom:6.5rem !important}.ml-md-26,.mx-md-26{margin-left:6.5rem !important}.m-md-27{margin:6.75rem !important}.mt-md-27,.my-md-27{margin-top:6.75rem !important}.mr-md-27,.mx-md-27{margin-right:6.75rem !important}.mb-md-27,.my-md-27{margin-bottom:6.75rem !important}.ml-md-27,.mx-md-27{margin-left:6.75rem !important}.m-md-28{margin:7rem !important}.mt-md-28,.my-md-28{margin-top:7rem !important}.mr-md-28,.mx-md-28{margin-right:7rem !important}.mb-md-28,.my-md-28{margin-bottom:7rem !important}.ml-md-28,.mx-md-28{margin-left:7rem !important}.m-md-29{margin:7.25rem !important}.mt-md-29,.my-md-29{margin-top:7.25rem !important}.mr-md-29,.mx-md-29{margin-right:7.25rem !important}.mb-md-29,.my-md-29{margin-bottom:7.25rem !important}.ml-md-29,.mx-md-29{margin-left:7.25rem !important}.m-md-30{margin:7.5rem !important}.mt-md-30,.my-md-30{margin-top:7.5rem !important}.mr-md-30,.mx-md-30{margin-right:7.5rem !important}.mb-md-30,.my-md-30{margin-bottom:7.5rem !important}.ml-md-30,.mx-md-30{margin-left:7.5rem !important}.m-md-31{margin:7.75rem !important}.mt-md-31,.my-md-31{margin-top:7.75rem !important}.mr-md-31,.mx-md-31{margin-right:7.75rem !important}.mb-md-31,.my-md-31{margin-bottom:7.75rem !important}.ml-md-31,.mx-md-31{margin-left:7.75rem !important}.m-md-32{margin:8rem !important}.mt-md-32,.my-md-32{margin-top:8rem !important}.mr-md-32,.mx-md-32{margin-right:8rem !important}.mb-md-32,.my-md-32{margin-bottom:8rem !important}.ml-md-32,.mx-md-32{margin-left:8rem !important}.m-md-33{margin:8.25rem !important}.mt-md-33,.my-md-33{margin-top:8.25rem !important}.mr-md-33,.mx-md-33{margin-right:8.25rem !important}.mb-md-33,.my-md-33{margin-bottom:8.25rem !important}.ml-md-33,.mx-md-33{margin-left:8.25rem !important}.m-md-34{margin:8.5rem !important}.mt-md-34,.my-md-34{margin-top:8.5rem !important}.mr-md-34,.mx-md-34{margin-right:8.5rem !important}.mb-md-34,.my-md-34{margin-bottom:8.5rem !important}.ml-md-34,.mx-md-34{margin-left:8.5rem !important}.m-md-35{margin:8.75rem !important}.mt-md-35,.my-md-35{margin-top:8.75rem !important}.mr-md-35,.mx-md-35{margin-right:8.75rem !important}.mb-md-35,.my-md-35{margin-bottom:8.75rem !important}.ml-md-35,.mx-md-35{margin-left:8.75rem !important}.m-md-36{margin:9rem !important}.mt-md-36,.my-md-36{margin-top:9rem !important}.mr-md-36,.mx-md-36{margin-right:9rem !important}.mb-md-36,.my-md-36{margin-bottom:9rem !important}.ml-md-36,.mx-md-36{margin-left:9rem !important}.m-md-37{margin:9.25rem !important}.mt-md-37,.my-md-37{margin-top:9.25rem !important}.mr-md-37,.mx-md-37{margin-right:9.25rem !important}.mb-md-37,.my-md-37{margin-bottom:9.25rem !important}.ml-md-37,.mx-md-37{margin-left:9.25rem !important}.m-md-48{margin:9.5rem !important}.mt-md-48,.my-md-48{margin-top:9.5rem !important}.mr-md-48,.mx-md-48{margin-right:9.5rem !important}.mb-md-48,.my-md-48{margin-bottom:9.5rem !important}.ml-md-48,.mx-md-48{margin-left:9.5rem !important}.m-md-39{margin:9.75rem !important}.mt-md-39,.my-md-39{margin-top:9.75rem !important}.mr-md-39,.mx-md-39{margin-right:9.75rem !important}.mb-md-39,.my-md-39{margin-bottom:9.75rem !important}.ml-md-39,.mx-md-39{margin-left:9.75rem !important}.m-md-40{margin:10rem !important}.mt-md-40,.my-md-40{margin-top:10rem !important}.mr-md-40,.mx-md-40{margin-right:10rem !important}.mb-md-40,.my-md-40{margin-bottom:10rem !important}.ml-md-40,.mx-md-40{margin-left:10rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:0.75rem !important}.pt-md-3,.py-md-3{padding-top:0.75rem !important}.pr-md-3,.px-md-3{padding-right:0.75rem !important}.pb-md-3,.py-md-3{padding-bottom:0.75rem !important}.pl-md-3,.px-md-3{padding-left:0.75rem !important}.p-md-4{padding:1rem !important}.pt-md-4,.py-md-4{padding-top:1rem !important}.pr-md-4,.px-md-4{padding-right:1rem !important}.pb-md-4,.py-md-4{padding-bottom:1rem !important}.pl-md-4,.px-md-4{padding-left:1rem !important}.p-md-5{padding:1.25rem !important}.pt-md-5,.py-md-5{padding-top:1.25rem !important}.pr-md-5,.px-md-5{padding-right:1.25rem !important}.pb-md-5,.py-md-5{padding-bottom:1.25rem !important}.pl-md-5,.px-md-5{padding-left:1.25rem !important}.p-md-6{padding:1.5rem !important}.pt-md-6,.py-md-6{padding-top:1.5rem !important}.pr-md-6,.px-md-6{padding-right:1.5rem !important}.pb-md-6,.py-md-6{padding-bottom:1.5rem !important}.pl-md-6,.px-md-6{padding-left:1.5rem !important}.p-md-7{padding:1.75rem !important}.pt-md-7,.py-md-7{padding-top:1.75rem !important}.pr-md-7,.px-md-7{padding-right:1.75rem !important}.pb-md-7,.py-md-7{padding-bottom:1.75rem !important}.pl-md-7,.px-md-7{padding-left:1.75rem !important}.p-md-8{padding:2rem !important}.pt-md-8,.py-md-8{padding-top:2rem !important}.pr-md-8,.px-md-8{padding-right:2rem !important}.pb-md-8,.py-md-8{padding-bottom:2rem !important}.pl-md-8,.px-md-8{padding-left:2rem !important}.p-md-9{padding:2.25rem !important}.pt-md-9,.py-md-9{padding-top:2.25rem !important}.pr-md-9,.px-md-9{padding-right:2.25rem !important}.pb-md-9,.py-md-9{padding-bottom:2.25rem !important}.pl-md-9,.px-md-9{padding-left:2.25rem !important}.p-md-10{padding:2.5rem !important}.pt-md-10,.py-md-10{padding-top:2.5rem !important}.pr-md-10,.px-md-10{padding-right:2.5rem !important}.pb-md-10,.py-md-10{padding-bottom:2.5rem !important}.pl-md-10,.px-md-10{padding-left:2.5rem !important}.p-md-11{padding:2.75rem !important}.pt-md-11,.py-md-11{padding-top:2.75rem !important}.pr-md-11,.px-md-11{padding-right:2.75rem !important}.pb-md-11,.py-md-11{padding-bottom:2.75rem !important}.pl-md-11,.px-md-11{padding-left:2.75rem !important}.p-md-12{padding:3rem !important}.pt-md-12,.py-md-12{padding-top:3rem !important}.pr-md-12,.px-md-12{padding-right:3rem !important}.pb-md-12,.py-md-12{padding-bottom:3rem !important}.pl-md-12,.px-md-12{padding-left:3rem !important}.p-md-13{padding:3.25rem !important}.pt-md-13,.py-md-13{padding-top:3.25rem !important}.pr-md-13,.px-md-13{padding-right:3.25rem !important}.pb-md-13,.py-md-13{padding-bottom:3.25rem !important}.pl-md-13,.px-md-13{padding-left:3.25rem !important}.p-md-14{padding:3.5rem !important}.pt-md-14,.py-md-14{padding-top:3.5rem !important}.pr-md-14,.px-md-14{padding-right:3.5rem !important}.pb-md-14,.py-md-14{padding-bottom:3.5rem !important}.pl-md-14,.px-md-14{padding-left:3.5rem !important}.p-md-15{padding:3.75rem !important}.pt-md-15,.py-md-15{padding-top:3.75rem !important}.pr-md-15,.px-md-15{padding-right:3.75rem !important}.pb-md-15,.py-md-15{padding-bottom:3.75rem !important}.pl-md-15,.px-md-15{padding-left:3.75rem !important}.p-md-16{padding:4rem !important}.pt-md-16,.py-md-16{padding-top:4rem !important}.pr-md-16,.px-md-16{padding-right:4rem !important}.pb-md-16,.py-md-16{padding-bottom:4rem !important}.pl-md-16,.px-md-16{padding-left:4rem !important}.p-md-17{padding:4.25rem !important}.pt-md-17,.py-md-17{padding-top:4.25rem !important}.pr-md-17,.px-md-17{padding-right:4.25rem !important}.pb-md-17,.py-md-17{padding-bottom:4.25rem !important}.pl-md-17,.px-md-17{padding-left:4.25rem !important}.p-md-18{padding:4.5rem !important}.pt-md-18,.py-md-18{padding-top:4.5rem !important}.pr-md-18,.px-md-18{padding-right:4.5rem !important}.pb-md-18,.py-md-18{padding-bottom:4.5rem !important}.pl-md-18,.px-md-18{padding-left:4.5rem !important}.p-md-19{padding:4.75rem !important}.pt-md-19,.py-md-19{padding-top:4.75rem !important}.pr-md-19,.px-md-19{padding-right:4.75rem !important}.pb-md-19,.py-md-19{padding-bottom:4.75rem !important}.pl-md-19,.px-md-19{padding-left:4.75rem !important}.p-md-20{padding:5rem !important}.pt-md-20,.py-md-20{padding-top:5rem !important}.pr-md-20,.px-md-20{padding-right:5rem !important}.pb-md-20,.py-md-20{padding-bottom:5rem !important}.pl-md-20,.px-md-20{padding-left:5rem !important}.p-md-21{padding:5.25rem !important}.pt-md-21,.py-md-21{padding-top:5.25rem !important}.pr-md-21,.px-md-21{padding-right:5.25rem !important}.pb-md-21,.py-md-21{padding-bottom:5.25rem !important}.pl-md-21,.px-md-21{padding-left:5.25rem !important}.p-md-22{padding:5.5rem !important}.pt-md-22,.py-md-22{padding-top:5.5rem !important}.pr-md-22,.px-md-22{padding-right:5.5rem !important}.pb-md-22,.py-md-22{padding-bottom:5.5rem !important}.pl-md-22,.px-md-22{padding-left:5.5rem !important}.p-md-23{padding:5.75rem !important}.pt-md-23,.py-md-23{padding-top:5.75rem !important}.pr-md-23,.px-md-23{padding-right:5.75rem !important}.pb-md-23,.py-md-23{padding-bottom:5.75rem !important}.pl-md-23,.px-md-23{padding-left:5.75rem !important}.p-md-24{padding:6rem !important}.pt-md-24,.py-md-24{padding-top:6rem !important}.pr-md-24,.px-md-24{padding-right:6rem !important}.pb-md-24,.py-md-24{padding-bottom:6rem !important}.pl-md-24,.px-md-24{padding-left:6rem !important}.p-md-25{padding:6.25rem !important}.pt-md-25,.py-md-25{padding-top:6.25rem !important}.pr-md-25,.px-md-25{padding-right:6.25rem !important}.pb-md-25,.py-md-25{padding-bottom:6.25rem !important}.pl-md-25,.px-md-25{padding-left:6.25rem !important}.p-md-26{padding:6.5rem !important}.pt-md-26,.py-md-26{padding-top:6.5rem !important}.pr-md-26,.px-md-26{padding-right:6.5rem !important}.pb-md-26,.py-md-26{padding-bottom:6.5rem !important}.pl-md-26,.px-md-26{padding-left:6.5rem !important}.p-md-27{padding:6.75rem !important}.pt-md-27,.py-md-27{padding-top:6.75rem !important}.pr-md-27,.px-md-27{padding-right:6.75rem !important}.pb-md-27,.py-md-27{padding-bottom:6.75rem !important}.pl-md-27,.px-md-27{padding-left:6.75rem !important}.p-md-28{padding:7rem !important}.pt-md-28,.py-md-28{padding-top:7rem !important}.pr-md-28,.px-md-28{padding-right:7rem !important}.pb-md-28,.py-md-28{padding-bottom:7rem !important}.pl-md-28,.px-md-28{padding-left:7rem !important}.p-md-29{padding:7.25rem !important}.pt-md-29,.py-md-29{padding-top:7.25rem !important}.pr-md-29,.px-md-29{padding-right:7.25rem !important}.pb-md-29,.py-md-29{padding-bottom:7.25rem !important}.pl-md-29,.px-md-29{padding-left:7.25rem !important}.p-md-30{padding:7.5rem !important}.pt-md-30,.py-md-30{padding-top:7.5rem !important}.pr-md-30,.px-md-30{padding-right:7.5rem !important}.pb-md-30,.py-md-30{padding-bottom:7.5rem !important}.pl-md-30,.px-md-30{padding-left:7.5rem !important}.p-md-31{padding:7.75rem !important}.pt-md-31,.py-md-31{padding-top:7.75rem !important}.pr-md-31,.px-md-31{padding-right:7.75rem !important}.pb-md-31,.py-md-31{padding-bottom:7.75rem !important}.pl-md-31,.px-md-31{padding-left:7.75rem !important}.p-md-32{padding:8rem !important}.pt-md-32,.py-md-32{padding-top:8rem !important}.pr-md-32,.px-md-32{padding-right:8rem !important}.pb-md-32,.py-md-32{padding-bottom:8rem !important}.pl-md-32,.px-md-32{padding-left:8rem !important}.p-md-33{padding:8.25rem !important}.pt-md-33,.py-md-33{padding-top:8.25rem !important}.pr-md-33,.px-md-33{padding-right:8.25rem !important}.pb-md-33,.py-md-33{padding-bottom:8.25rem !important}.pl-md-33,.px-md-33{padding-left:8.25rem !important}.p-md-34{padding:8.5rem !important}.pt-md-34,.py-md-34{padding-top:8.5rem !important}.pr-md-34,.px-md-34{padding-right:8.5rem !important}.pb-md-34,.py-md-34{padding-bottom:8.5rem !important}.pl-md-34,.px-md-34{padding-left:8.5rem !important}.p-md-35{padding:8.75rem !important}.pt-md-35,.py-md-35{padding-top:8.75rem !important}.pr-md-35,.px-md-35{padding-right:8.75rem !important}.pb-md-35,.py-md-35{padding-bottom:8.75rem !important}.pl-md-35,.px-md-35{padding-left:8.75rem !important}.p-md-36{padding:9rem !important}.pt-md-36,.py-md-36{padding-top:9rem !important}.pr-md-36,.px-md-36{padding-right:9rem !important}.pb-md-36,.py-md-36{padding-bottom:9rem !important}.pl-md-36,.px-md-36{padding-left:9rem !important}.p-md-37{padding:9.25rem !important}.pt-md-37,.py-md-37{padding-top:9.25rem !important}.pr-md-37,.px-md-37{padding-right:9.25rem !important}.pb-md-37,.py-md-37{padding-bottom:9.25rem !important}.pl-md-37,.px-md-37{padding-left:9.25rem !important}.p-md-48{padding:9.5rem !important}.pt-md-48,.py-md-48{padding-top:9.5rem !important}.pr-md-48,.px-md-48{padding-right:9.5rem !important}.pb-md-48,.py-md-48{padding-bottom:9.5rem !important}.pl-md-48,.px-md-48{padding-left:9.5rem !important}.p-md-39{padding:9.75rem !important}.pt-md-39,.py-md-39{padding-top:9.75rem !important}.pr-md-39,.px-md-39{padding-right:9.75rem !important}.pb-md-39,.py-md-39{padding-bottom:9.75rem !important}.pl-md-39,.px-md-39{padding-left:9.75rem !important}.p-md-40{padding:10rem !important}.pt-md-40,.py-md-40{padding-top:10rem !important}.pr-md-40,.px-md-40{padding-right:10rem !important}.pb-md-40,.py-md-40{padding-bottom:10rem !important}.pl-md-40,.px-md-40{padding-left:10rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-0.75rem !important}.mt-md-n3,.my-md-n3{margin-top:-0.75rem !important}.mr-md-n3,.mx-md-n3{margin-right:-0.75rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-0.75rem !important}.ml-md-n3,.mx-md-n3{margin-left:-0.75rem !important}.m-md-n4{margin:-1rem !important}.mt-md-n4,.my-md-n4{margin-top:-1rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1rem !important}.m-md-n5{margin:-1.25rem !important}.mt-md-n5,.my-md-n5{margin-top:-1.25rem !important}.mr-md-n5,.mx-md-n5{margin-right:-1.25rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-1.25rem !important}.ml-md-n5,.mx-md-n5{margin-left:-1.25rem !important}.m-md-n6{margin:-1.5rem !important}.mt-md-n6,.my-md-n6{margin-top:-1.5rem !important}.mr-md-n6,.mx-md-n6{margin-right:-1.5rem !important}.mb-md-n6,.my-md-n6{margin-bottom:-1.5rem !important}.ml-md-n6,.mx-md-n6{margin-left:-1.5rem !important}.m-md-n7{margin:-1.75rem !important}.mt-md-n7,.my-md-n7{margin-top:-1.75rem !important}.mr-md-n7,.mx-md-n7{margin-right:-1.75rem !important}.mb-md-n7,.my-md-n7{margin-bottom:-1.75rem !important}.ml-md-n7,.mx-md-n7{margin-left:-1.75rem !important}.m-md-n8{margin:-2rem !important}.mt-md-n8,.my-md-n8{margin-top:-2rem !important}.mr-md-n8,.mx-md-n8{margin-right:-2rem !important}.mb-md-n8,.my-md-n8{margin-bottom:-2rem !important}.ml-md-n8,.mx-md-n8{margin-left:-2rem !important}.m-md-n9{margin:-2.25rem !important}.mt-md-n9,.my-md-n9{margin-top:-2.25rem !important}.mr-md-n9,.mx-md-n9{margin-right:-2.25rem !important}.mb-md-n9,.my-md-n9{margin-bottom:-2.25rem !important}.ml-md-n9,.mx-md-n9{margin-left:-2.25rem !important}.m-md-n10{margin:-2.5rem !important}.mt-md-n10,.my-md-n10{margin-top:-2.5rem !important}.mr-md-n10,.mx-md-n10{margin-right:-2.5rem !important}.mb-md-n10,.my-md-n10{margin-bottom:-2.5rem !important}.ml-md-n10,.mx-md-n10{margin-left:-2.5rem !important}.m-md-n11{margin:-2.75rem !important}.mt-md-n11,.my-md-n11{margin-top:-2.75rem !important}.mr-md-n11,.mx-md-n11{margin-right:-2.75rem !important}.mb-md-n11,.my-md-n11{margin-bottom:-2.75rem !important}.ml-md-n11,.mx-md-n11{margin-left:-2.75rem !important}.m-md-n12{margin:-3rem !important}.mt-md-n12,.my-md-n12{margin-top:-3rem !important}.mr-md-n12,.mx-md-n12{margin-right:-3rem !important}.mb-md-n12,.my-md-n12{margin-bottom:-3rem !important}.ml-md-n12,.mx-md-n12{margin-left:-3rem !important}.m-md-n13{margin:-3.25rem !important}.mt-md-n13,.my-md-n13{margin-top:-3.25rem !important}.mr-md-n13,.mx-md-n13{margin-right:-3.25rem !important}.mb-md-n13,.my-md-n13{margin-bottom:-3.25rem !important}.ml-md-n13,.mx-md-n13{margin-left:-3.25rem !important}.m-md-n14{margin:-3.5rem !important}.mt-md-n14,.my-md-n14{margin-top:-3.5rem !important}.mr-md-n14,.mx-md-n14{margin-right:-3.5rem !important}.mb-md-n14,.my-md-n14{margin-bottom:-3.5rem !important}.ml-md-n14,.mx-md-n14{margin-left:-3.5rem !important}.m-md-n15{margin:-3.75rem !important}.mt-md-n15,.my-md-n15{margin-top:-3.75rem !important}.mr-md-n15,.mx-md-n15{margin-right:-3.75rem !important}.mb-md-n15,.my-md-n15{margin-bottom:-3.75rem !important}.ml-md-n15,.mx-md-n15{margin-left:-3.75rem !important}.m-md-n16{margin:-4rem !important}.mt-md-n16,.my-md-n16{margin-top:-4rem !important}.mr-md-n16,.mx-md-n16{margin-right:-4rem !important}.mb-md-n16,.my-md-n16{margin-bottom:-4rem !important}.ml-md-n16,.mx-md-n16{margin-left:-4rem !important}.m-md-n17{margin:-4.25rem !important}.mt-md-n17,.my-md-n17{margin-top:-4.25rem !important}.mr-md-n17,.mx-md-n17{margin-right:-4.25rem !important}.mb-md-n17,.my-md-n17{margin-bottom:-4.25rem !important}.ml-md-n17,.mx-md-n17{margin-left:-4.25rem !important}.m-md-n18{margin:-4.5rem !important}.mt-md-n18,.my-md-n18{margin-top:-4.5rem !important}.mr-md-n18,.mx-md-n18{margin-right:-4.5rem !important}.mb-md-n18,.my-md-n18{margin-bottom:-4.5rem !important}.ml-md-n18,.mx-md-n18{margin-left:-4.5rem !important}.m-md-n19{margin:-4.75rem !important}.mt-md-n19,.my-md-n19{margin-top:-4.75rem !important}.mr-md-n19,.mx-md-n19{margin-right:-4.75rem !important}.mb-md-n19,.my-md-n19{margin-bottom:-4.75rem !important}.ml-md-n19,.mx-md-n19{margin-left:-4.75rem !important}.m-md-n20{margin:-5rem !important}.mt-md-n20,.my-md-n20{margin-top:-5rem !important}.mr-md-n20,.mx-md-n20{margin-right:-5rem !important}.mb-md-n20,.my-md-n20{margin-bottom:-5rem !important}.ml-md-n20,.mx-md-n20{margin-left:-5rem !important}.m-md-n21{margin:-5.25rem !important}.mt-md-n21,.my-md-n21{margin-top:-5.25rem !important}.mr-md-n21,.mx-md-n21{margin-right:-5.25rem !important}.mb-md-n21,.my-md-n21{margin-bottom:-5.25rem !important}.ml-md-n21,.mx-md-n21{margin-left:-5.25rem !important}.m-md-n22{margin:-5.5rem !important}.mt-md-n22,.my-md-n22{margin-top:-5.5rem !important}.mr-md-n22,.mx-md-n22{margin-right:-5.5rem !important}.mb-md-n22,.my-md-n22{margin-bottom:-5.5rem !important}.ml-md-n22,.mx-md-n22{margin-left:-5.5rem !important}.m-md-n23{margin:-5.75rem !important}.mt-md-n23,.my-md-n23{margin-top:-5.75rem !important}.mr-md-n23,.mx-md-n23{margin-right:-5.75rem !important}.mb-md-n23,.my-md-n23{margin-bottom:-5.75rem !important}.ml-md-n23,.mx-md-n23{margin-left:-5.75rem !important}.m-md-n24{margin:-6rem !important}.mt-md-n24,.my-md-n24{margin-top:-6rem !important}.mr-md-n24,.mx-md-n24{margin-right:-6rem !important}.mb-md-n24,.my-md-n24{margin-bottom:-6rem !important}.ml-md-n24,.mx-md-n24{margin-left:-6rem !important}.m-md-n25{margin:-6.25rem !important}.mt-md-n25,.my-md-n25{margin-top:-6.25rem !important}.mr-md-n25,.mx-md-n25{margin-right:-6.25rem !important}.mb-md-n25,.my-md-n25{margin-bottom:-6.25rem !important}.ml-md-n25,.mx-md-n25{margin-left:-6.25rem !important}.m-md-n26{margin:-6.5rem !important}.mt-md-n26,.my-md-n26{margin-top:-6.5rem !important}.mr-md-n26,.mx-md-n26{margin-right:-6.5rem !important}.mb-md-n26,.my-md-n26{margin-bottom:-6.5rem !important}.ml-md-n26,.mx-md-n26{margin-left:-6.5rem !important}.m-md-n27{margin:-6.75rem !important}.mt-md-n27,.my-md-n27{margin-top:-6.75rem !important}.mr-md-n27,.mx-md-n27{margin-right:-6.75rem !important}.mb-md-n27,.my-md-n27{margin-bottom:-6.75rem !important}.ml-md-n27,.mx-md-n27{margin-left:-6.75rem !important}.m-md-n28{margin:-7rem !important}.mt-md-n28,.my-md-n28{margin-top:-7rem !important}.mr-md-n28,.mx-md-n28{margin-right:-7rem !important}.mb-md-n28,.my-md-n28{margin-bottom:-7rem !important}.ml-md-n28,.mx-md-n28{margin-left:-7rem !important}.m-md-n29{margin:-7.25rem !important}.mt-md-n29,.my-md-n29{margin-top:-7.25rem !important}.mr-md-n29,.mx-md-n29{margin-right:-7.25rem !important}.mb-md-n29,.my-md-n29{margin-bottom:-7.25rem !important}.ml-md-n29,.mx-md-n29{margin-left:-7.25rem !important}.m-md-n30{margin:-7.5rem !important}.mt-md-n30,.my-md-n30{margin-top:-7.5rem !important}.mr-md-n30,.mx-md-n30{margin-right:-7.5rem !important}.mb-md-n30,.my-md-n30{margin-bottom:-7.5rem !important}.ml-md-n30,.mx-md-n30{margin-left:-7.5rem !important}.m-md-n31{margin:-7.75rem !important}.mt-md-n31,.my-md-n31{margin-top:-7.75rem !important}.mr-md-n31,.mx-md-n31{margin-right:-7.75rem !important}.mb-md-n31,.my-md-n31{margin-bottom:-7.75rem !important}.ml-md-n31,.mx-md-n31{margin-left:-7.75rem !important}.m-md-n32{margin:-8rem !important}.mt-md-n32,.my-md-n32{margin-top:-8rem !important}.mr-md-n32,.mx-md-n32{margin-right:-8rem !important}.mb-md-n32,.my-md-n32{margin-bottom:-8rem !important}.ml-md-n32,.mx-md-n32{margin-left:-8rem !important}.m-md-n33{margin:-8.25rem !important}.mt-md-n33,.my-md-n33{margin-top:-8.25rem !important}.mr-md-n33,.mx-md-n33{margin-right:-8.25rem !important}.mb-md-n33,.my-md-n33{margin-bottom:-8.25rem !important}.ml-md-n33,.mx-md-n33{margin-left:-8.25rem !important}.m-md-n34{margin:-8.5rem !important}.mt-md-n34,.my-md-n34{margin-top:-8.5rem !important}.mr-md-n34,.mx-md-n34{margin-right:-8.5rem !important}.mb-md-n34,.my-md-n34{margin-bottom:-8.5rem !important}.ml-md-n34,.mx-md-n34{margin-left:-8.5rem !important}.m-md-n35{margin:-8.75rem !important}.mt-md-n35,.my-md-n35{margin-top:-8.75rem !important}.mr-md-n35,.mx-md-n35{margin-right:-8.75rem !important}.mb-md-n35,.my-md-n35{margin-bottom:-8.75rem !important}.ml-md-n35,.mx-md-n35{margin-left:-8.75rem !important}.m-md-n36{margin:-9rem !important}.mt-md-n36,.my-md-n36{margin-top:-9rem !important}.mr-md-n36,.mx-md-n36{margin-right:-9rem !important}.mb-md-n36,.my-md-n36{margin-bottom:-9rem !important}.ml-md-n36,.mx-md-n36{margin-left:-9rem !important}.m-md-n37{margin:-9.25rem !important}.mt-md-n37,.my-md-n37{margin-top:-9.25rem !important}.mr-md-n37,.mx-md-n37{margin-right:-9.25rem !important}.mb-md-n37,.my-md-n37{margin-bottom:-9.25rem !important}.ml-md-n37,.mx-md-n37{margin-left:-9.25rem !important}.m-md-n48{margin:-9.5rem !important}.mt-md-n48,.my-md-n48{margin-top:-9.5rem !important}.mr-md-n48,.mx-md-n48{margin-right:-9.5rem !important}.mb-md-n48,.my-md-n48{margin-bottom:-9.5rem !important}.ml-md-n48,.mx-md-n48{margin-left:-9.5rem !important}.m-md-n39{margin:-9.75rem !important}.mt-md-n39,.my-md-n39{margin-top:-9.75rem !important}.mr-md-n39,.mx-md-n39{margin-right:-9.75rem !important}.mb-md-n39,.my-md-n39{margin-bottom:-9.75rem !important}.ml-md-n39,.mx-md-n39{margin-left:-9.75rem !important}.m-md-n40{margin:-10rem !important}.mt-md-n40,.my-md-n40{margin-top:-10rem !important}.mr-md-n40,.mx-md-n40{margin-right:-10rem !important}.mb-md-n40,.my-md-n40{margin-bottom:-10rem !important}.ml-md-n40,.mx-md-n40{margin-left:-10rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:0.75rem !important}.mt-lg-3,.my-lg-3{margin-top:0.75rem !important}.mr-lg-3,.mx-lg-3{margin-right:0.75rem !important}.mb-lg-3,.my-lg-3{margin-bottom:0.75rem !important}.ml-lg-3,.mx-lg-3{margin-left:0.75rem !important}.m-lg-4{margin:1rem !important}.mt-lg-4,.my-lg-4{margin-top:1rem !important}.mr-lg-4,.mx-lg-4{margin-right:1rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1rem !important}.ml-lg-4,.mx-lg-4{margin-left:1rem !important}.m-lg-5{margin:1.25rem !important}.mt-lg-5,.my-lg-5{margin-top:1.25rem !important}.mr-lg-5,.mx-lg-5{margin-right:1.25rem !important}.mb-lg-5,.my-lg-5{margin-bottom:1.25rem !important}.ml-lg-5,.mx-lg-5{margin-left:1.25rem !important}.m-lg-6{margin:1.5rem !important}.mt-lg-6,.my-lg-6{margin-top:1.5rem !important}.mr-lg-6,.mx-lg-6{margin-right:1.5rem !important}.mb-lg-6,.my-lg-6{margin-bottom:1.5rem !important}.ml-lg-6,.mx-lg-6{margin-left:1.5rem !important}.m-lg-7{margin:1.75rem !important}.mt-lg-7,.my-lg-7{margin-top:1.75rem !important}.mr-lg-7,.mx-lg-7{margin-right:1.75rem !important}.mb-lg-7,.my-lg-7{margin-bottom:1.75rem !important}.ml-lg-7,.mx-lg-7{margin-left:1.75rem !important}.m-lg-8{margin:2rem !important}.mt-lg-8,.my-lg-8{margin-top:2rem !important}.mr-lg-8,.mx-lg-8{margin-right:2rem !important}.mb-lg-8,.my-lg-8{margin-bottom:2rem !important}.ml-lg-8,.mx-lg-8{margin-left:2rem !important}.m-lg-9{margin:2.25rem !important}.mt-lg-9,.my-lg-9{margin-top:2.25rem !important}.mr-lg-9,.mx-lg-9{margin-right:2.25rem !important}.mb-lg-9,.my-lg-9{margin-bottom:2.25rem !important}.ml-lg-9,.mx-lg-9{margin-left:2.25rem !important}.m-lg-10{margin:2.5rem !important}.mt-lg-10,.my-lg-10{margin-top:2.5rem !important}.mr-lg-10,.mx-lg-10{margin-right:2.5rem !important}.mb-lg-10,.my-lg-10{margin-bottom:2.5rem !important}.ml-lg-10,.mx-lg-10{margin-left:2.5rem !important}.m-lg-11{margin:2.75rem !important}.mt-lg-11,.my-lg-11{margin-top:2.75rem !important}.mr-lg-11,.mx-lg-11{margin-right:2.75rem !important}.mb-lg-11,.my-lg-11{margin-bottom:2.75rem !important}.ml-lg-11,.mx-lg-11{margin-left:2.75rem !important}.m-lg-12{margin:3rem !important}.mt-lg-12,.my-lg-12{margin-top:3rem !important}.mr-lg-12,.mx-lg-12{margin-right:3rem !important}.mb-lg-12,.my-lg-12{margin-bottom:3rem !important}.ml-lg-12,.mx-lg-12{margin-left:3rem !important}.m-lg-13{margin:3.25rem !important}.mt-lg-13,.my-lg-13{margin-top:3.25rem !important}.mr-lg-13,.mx-lg-13{margin-right:3.25rem !important}.mb-lg-13,.my-lg-13{margin-bottom:3.25rem !important}.ml-lg-13,.mx-lg-13{margin-left:3.25rem !important}.m-lg-14{margin:3.5rem !important}.mt-lg-14,.my-lg-14{margin-top:3.5rem !important}.mr-lg-14,.mx-lg-14{margin-right:3.5rem !important}.mb-lg-14,.my-lg-14{margin-bottom:3.5rem !important}.ml-lg-14,.mx-lg-14{margin-left:3.5rem !important}.m-lg-15{margin:3.75rem !important}.mt-lg-15,.my-lg-15{margin-top:3.75rem !important}.mr-lg-15,.mx-lg-15{margin-right:3.75rem !important}.mb-lg-15,.my-lg-15{margin-bottom:3.75rem !important}.ml-lg-15,.mx-lg-15{margin-left:3.75rem !important}.m-lg-16{margin:4rem !important}.mt-lg-16,.my-lg-16{margin-top:4rem !important}.mr-lg-16,.mx-lg-16{margin-right:4rem !important}.mb-lg-16,.my-lg-16{margin-bottom:4rem !important}.ml-lg-16,.mx-lg-16{margin-left:4rem !important}.m-lg-17{margin:4.25rem !important}.mt-lg-17,.my-lg-17{margin-top:4.25rem !important}.mr-lg-17,.mx-lg-17{margin-right:4.25rem !important}.mb-lg-17,.my-lg-17{margin-bottom:4.25rem !important}.ml-lg-17,.mx-lg-17{margin-left:4.25rem !important}.m-lg-18{margin:4.5rem !important}.mt-lg-18,.my-lg-18{margin-top:4.5rem !important}.mr-lg-18,.mx-lg-18{margin-right:4.5rem !important}.mb-lg-18,.my-lg-18{margin-bottom:4.5rem !important}.ml-lg-18,.mx-lg-18{margin-left:4.5rem !important}.m-lg-19{margin:4.75rem !important}.mt-lg-19,.my-lg-19{margin-top:4.75rem !important}.mr-lg-19,.mx-lg-19{margin-right:4.75rem !important}.mb-lg-19,.my-lg-19{margin-bottom:4.75rem !important}.ml-lg-19,.mx-lg-19{margin-left:4.75rem !important}.m-lg-20{margin:5rem !important}.mt-lg-20,.my-lg-20{margin-top:5rem !important}.mr-lg-20,.mx-lg-20{margin-right:5rem !important}.mb-lg-20,.my-lg-20{margin-bottom:5rem !important}.ml-lg-20,.mx-lg-20{margin-left:5rem !important}.m-lg-21{margin:5.25rem !important}.mt-lg-21,.my-lg-21{margin-top:5.25rem !important}.mr-lg-21,.mx-lg-21{margin-right:5.25rem !important}.mb-lg-21,.my-lg-21{margin-bottom:5.25rem !important}.ml-lg-21,.mx-lg-21{margin-left:5.25rem !important}.m-lg-22{margin:5.5rem !important}.mt-lg-22,.my-lg-22{margin-top:5.5rem !important}.mr-lg-22,.mx-lg-22{margin-right:5.5rem !important}.mb-lg-22,.my-lg-22{margin-bottom:5.5rem !important}.ml-lg-22,.mx-lg-22{margin-left:5.5rem !important}.m-lg-23{margin:5.75rem !important}.mt-lg-23,.my-lg-23{margin-top:5.75rem !important}.mr-lg-23,.mx-lg-23{margin-right:5.75rem !important}.mb-lg-23,.my-lg-23{margin-bottom:5.75rem !important}.ml-lg-23,.mx-lg-23{margin-left:5.75rem !important}.m-lg-24{margin:6rem !important}.mt-lg-24,.my-lg-24{margin-top:6rem !important}.mr-lg-24,.mx-lg-24{margin-right:6rem !important}.mb-lg-24,.my-lg-24{margin-bottom:6rem !important}.ml-lg-24,.mx-lg-24{margin-left:6rem !important}.m-lg-25{margin:6.25rem !important}.mt-lg-25,.my-lg-25{margin-top:6.25rem !important}.mr-lg-25,.mx-lg-25{margin-right:6.25rem !important}.mb-lg-25,.my-lg-25{margin-bottom:6.25rem !important}.ml-lg-25,.mx-lg-25{margin-left:6.25rem !important}.m-lg-26{margin:6.5rem !important}.mt-lg-26,.my-lg-26{margin-top:6.5rem !important}.mr-lg-26,.mx-lg-26{margin-right:6.5rem !important}.mb-lg-26,.my-lg-26{margin-bottom:6.5rem !important}.ml-lg-26,.mx-lg-26{margin-left:6.5rem !important}.m-lg-27{margin:6.75rem !important}.mt-lg-27,.my-lg-27{margin-top:6.75rem !important}.mr-lg-27,.mx-lg-27{margin-right:6.75rem !important}.mb-lg-27,.my-lg-27{margin-bottom:6.75rem !important}.ml-lg-27,.mx-lg-27{margin-left:6.75rem !important}.m-lg-28{margin:7rem !important}.mt-lg-28,.my-lg-28{margin-top:7rem !important}.mr-lg-28,.mx-lg-28{margin-right:7rem !important}.mb-lg-28,.my-lg-28{margin-bottom:7rem !important}.ml-lg-28,.mx-lg-28{margin-left:7rem !important}.m-lg-29{margin:7.25rem !important}.mt-lg-29,.my-lg-29{margin-top:7.25rem !important}.mr-lg-29,.mx-lg-29{margin-right:7.25rem !important}.mb-lg-29,.my-lg-29{margin-bottom:7.25rem !important}.ml-lg-29,.mx-lg-29{margin-left:7.25rem !important}.m-lg-30{margin:7.5rem !important}.mt-lg-30,.my-lg-30{margin-top:7.5rem !important}.mr-lg-30,.mx-lg-30{margin-right:7.5rem !important}.mb-lg-30,.my-lg-30{margin-bottom:7.5rem !important}.ml-lg-30,.mx-lg-30{margin-left:7.5rem !important}.m-lg-31{margin:7.75rem !important}.mt-lg-31,.my-lg-31{margin-top:7.75rem !important}.mr-lg-31,.mx-lg-31{margin-right:7.75rem !important}.mb-lg-31,.my-lg-31{margin-bottom:7.75rem !important}.ml-lg-31,.mx-lg-31{margin-left:7.75rem !important}.m-lg-32{margin:8rem !important}.mt-lg-32,.my-lg-32{margin-top:8rem !important}.mr-lg-32,.mx-lg-32{margin-right:8rem !important}.mb-lg-32,.my-lg-32{margin-bottom:8rem !important}.ml-lg-32,.mx-lg-32{margin-left:8rem !important}.m-lg-33{margin:8.25rem !important}.mt-lg-33,.my-lg-33{margin-top:8.25rem !important}.mr-lg-33,.mx-lg-33{margin-right:8.25rem !important}.mb-lg-33,.my-lg-33{margin-bottom:8.25rem !important}.ml-lg-33,.mx-lg-33{margin-left:8.25rem !important}.m-lg-34{margin:8.5rem !important}.mt-lg-34,.my-lg-34{margin-top:8.5rem !important}.mr-lg-34,.mx-lg-34{margin-right:8.5rem !important}.mb-lg-34,.my-lg-34{margin-bottom:8.5rem !important}.ml-lg-34,.mx-lg-34{margin-left:8.5rem !important}.m-lg-35{margin:8.75rem !important}.mt-lg-35,.my-lg-35{margin-top:8.75rem !important}.mr-lg-35,.mx-lg-35{margin-right:8.75rem !important}.mb-lg-35,.my-lg-35{margin-bottom:8.75rem !important}.ml-lg-35,.mx-lg-35{margin-left:8.75rem !important}.m-lg-36{margin:9rem !important}.mt-lg-36,.my-lg-36{margin-top:9rem !important}.mr-lg-36,.mx-lg-36{margin-right:9rem !important}.mb-lg-36,.my-lg-36{margin-bottom:9rem !important}.ml-lg-36,.mx-lg-36{margin-left:9rem !important}.m-lg-37{margin:9.25rem !important}.mt-lg-37,.my-lg-37{margin-top:9.25rem !important}.mr-lg-37,.mx-lg-37{margin-right:9.25rem !important}.mb-lg-37,.my-lg-37{margin-bottom:9.25rem !important}.ml-lg-37,.mx-lg-37{margin-left:9.25rem !important}.m-lg-48{margin:9.5rem !important}.mt-lg-48,.my-lg-48{margin-top:9.5rem !important}.mr-lg-48,.mx-lg-48{margin-right:9.5rem !important}.mb-lg-48,.my-lg-48{margin-bottom:9.5rem !important}.ml-lg-48,.mx-lg-48{margin-left:9.5rem !important}.m-lg-39{margin:9.75rem !important}.mt-lg-39,.my-lg-39{margin-top:9.75rem !important}.mr-lg-39,.mx-lg-39{margin-right:9.75rem !important}.mb-lg-39,.my-lg-39{margin-bottom:9.75rem !important}.ml-lg-39,.mx-lg-39{margin-left:9.75rem !important}.m-lg-40{margin:10rem !important}.mt-lg-40,.my-lg-40{margin-top:10rem !important}.mr-lg-40,.mx-lg-40{margin-right:10rem !important}.mb-lg-40,.my-lg-40{margin-bottom:10rem !important}.ml-lg-40,.mx-lg-40{margin-left:10rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:0.75rem !important}.pt-lg-3,.py-lg-3{padding-top:0.75rem !important}.pr-lg-3,.px-lg-3{padding-right:0.75rem !important}.pb-lg-3,.py-lg-3{padding-bottom:0.75rem !important}.pl-lg-3,.px-lg-3{padding-left:0.75rem !important}.p-lg-4{padding:1rem !important}.pt-lg-4,.py-lg-4{padding-top:1rem !important}.pr-lg-4,.px-lg-4{padding-right:1rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1rem !important}.pl-lg-4,.px-lg-4{padding-left:1rem !important}.p-lg-5{padding:1.25rem !important}.pt-lg-5,.py-lg-5{padding-top:1.25rem !important}.pr-lg-5,.px-lg-5{padding-right:1.25rem !important}.pb-lg-5,.py-lg-5{padding-bottom:1.25rem !important}.pl-lg-5,.px-lg-5{padding-left:1.25rem !important}.p-lg-6{padding:1.5rem !important}.pt-lg-6,.py-lg-6{padding-top:1.5rem !important}.pr-lg-6,.px-lg-6{padding-right:1.5rem !important}.pb-lg-6,.py-lg-6{padding-bottom:1.5rem !important}.pl-lg-6,.px-lg-6{padding-left:1.5rem !important}.p-lg-7{padding:1.75rem !important}.pt-lg-7,.py-lg-7{padding-top:1.75rem !important}.pr-lg-7,.px-lg-7{padding-right:1.75rem !important}.pb-lg-7,.py-lg-7{padding-bottom:1.75rem !important}.pl-lg-7,.px-lg-7{padding-left:1.75rem !important}.p-lg-8{padding:2rem !important}.pt-lg-8,.py-lg-8{padding-top:2rem !important}.pr-lg-8,.px-lg-8{padding-right:2rem !important}.pb-lg-8,.py-lg-8{padding-bottom:2rem !important}.pl-lg-8,.px-lg-8{padding-left:2rem !important}.p-lg-9{padding:2.25rem !important}.pt-lg-9,.py-lg-9{padding-top:2.25rem !important}.pr-lg-9,.px-lg-9{padding-right:2.25rem !important}.pb-lg-9,.py-lg-9{padding-bottom:2.25rem !important}.pl-lg-9,.px-lg-9{padding-left:2.25rem !important}.p-lg-10{padding:2.5rem !important}.pt-lg-10,.py-lg-10{padding-top:2.5rem !important}.pr-lg-10,.px-lg-10{padding-right:2.5rem !important}.pb-lg-10,.py-lg-10{padding-bottom:2.5rem !important}.pl-lg-10,.px-lg-10{padding-left:2.5rem !important}.p-lg-11{padding:2.75rem !important}.pt-lg-11,.py-lg-11{padding-top:2.75rem !important}.pr-lg-11,.px-lg-11{padding-right:2.75rem !important}.pb-lg-11,.py-lg-11{padding-bottom:2.75rem !important}.pl-lg-11,.px-lg-11{padding-left:2.75rem !important}.p-lg-12{padding:3rem !important}.pt-lg-12,.py-lg-12{padding-top:3rem !important}.pr-lg-12,.px-lg-12{padding-right:3rem !important}.pb-lg-12,.py-lg-12{padding-bottom:3rem !important}.pl-lg-12,.px-lg-12{padding-left:3rem !important}.p-lg-13{padding:3.25rem !important}.pt-lg-13,.py-lg-13{padding-top:3.25rem !important}.pr-lg-13,.px-lg-13{padding-right:3.25rem !important}.pb-lg-13,.py-lg-13{padding-bottom:3.25rem !important}.pl-lg-13,.px-lg-13{padding-left:3.25rem !important}.p-lg-14{padding:3.5rem !important}.pt-lg-14,.py-lg-14{padding-top:3.5rem !important}.pr-lg-14,.px-lg-14{padding-right:3.5rem !important}.pb-lg-14,.py-lg-14{padding-bottom:3.5rem !important}.pl-lg-14,.px-lg-14{padding-left:3.5rem !important}.p-lg-15{padding:3.75rem !important}.pt-lg-15,.py-lg-15{padding-top:3.75rem !important}.pr-lg-15,.px-lg-15{padding-right:3.75rem !important}.pb-lg-15,.py-lg-15{padding-bottom:3.75rem !important}.pl-lg-15,.px-lg-15{padding-left:3.75rem !important}.p-lg-16{padding:4rem !important}.pt-lg-16,.py-lg-16{padding-top:4rem !important}.pr-lg-16,.px-lg-16{padding-right:4rem !important}.pb-lg-16,.py-lg-16{padding-bottom:4rem !important}.pl-lg-16,.px-lg-16{padding-left:4rem !important}.p-lg-17{padding:4.25rem !important}.pt-lg-17,.py-lg-17{padding-top:4.25rem !important}.pr-lg-17,.px-lg-17{padding-right:4.25rem !important}.pb-lg-17,.py-lg-17{padding-bottom:4.25rem !important}.pl-lg-17,.px-lg-17{padding-left:4.25rem !important}.p-lg-18{padding:4.5rem !important}.pt-lg-18,.py-lg-18{padding-top:4.5rem !important}.pr-lg-18,.px-lg-18{padding-right:4.5rem !important}.pb-lg-18,.py-lg-18{padding-bottom:4.5rem !important}.pl-lg-18,.px-lg-18{padding-left:4.5rem !important}.p-lg-19{padding:4.75rem !important}.pt-lg-19,.py-lg-19{padding-top:4.75rem !important}.pr-lg-19,.px-lg-19{padding-right:4.75rem !important}.pb-lg-19,.py-lg-19{padding-bottom:4.75rem !important}.pl-lg-19,.px-lg-19{padding-left:4.75rem !important}.p-lg-20{padding:5rem !important}.pt-lg-20,.py-lg-20{padding-top:5rem !important}.pr-lg-20,.px-lg-20{padding-right:5rem !important}.pb-lg-20,.py-lg-20{padding-bottom:5rem !important}.pl-lg-20,.px-lg-20{padding-left:5rem !important}.p-lg-21{padding:5.25rem !important}.pt-lg-21,.py-lg-21{padding-top:5.25rem !important}.pr-lg-21,.px-lg-21{padding-right:5.25rem !important}.pb-lg-21,.py-lg-21{padding-bottom:5.25rem !important}.pl-lg-21,.px-lg-21{padding-left:5.25rem !important}.p-lg-22{padding:5.5rem !important}.pt-lg-22,.py-lg-22{padding-top:5.5rem !important}.pr-lg-22,.px-lg-22{padding-right:5.5rem !important}.pb-lg-22,.py-lg-22{padding-bottom:5.5rem !important}.pl-lg-22,.px-lg-22{padding-left:5.5rem !important}.p-lg-23{padding:5.75rem !important}.pt-lg-23,.py-lg-23{padding-top:5.75rem !important}.pr-lg-23,.px-lg-23{padding-right:5.75rem !important}.pb-lg-23,.py-lg-23{padding-bottom:5.75rem !important}.pl-lg-23,.px-lg-23{padding-left:5.75rem !important}.p-lg-24{padding:6rem !important}.pt-lg-24,.py-lg-24{padding-top:6rem !important}.pr-lg-24,.px-lg-24{padding-right:6rem !important}.pb-lg-24,.py-lg-24{padding-bottom:6rem !important}.pl-lg-24,.px-lg-24{padding-left:6rem !important}.p-lg-25{padding:6.25rem !important}.pt-lg-25,.py-lg-25{padding-top:6.25rem !important}.pr-lg-25,.px-lg-25{padding-right:6.25rem !important}.pb-lg-25,.py-lg-25{padding-bottom:6.25rem !important}.pl-lg-25,.px-lg-25{padding-left:6.25rem !important}.p-lg-26{padding:6.5rem !important}.pt-lg-26,.py-lg-26{padding-top:6.5rem !important}.pr-lg-26,.px-lg-26{padding-right:6.5rem !important}.pb-lg-26,.py-lg-26{padding-bottom:6.5rem !important}.pl-lg-26,.px-lg-26{padding-left:6.5rem !important}.p-lg-27{padding:6.75rem !important}.pt-lg-27,.py-lg-27{padding-top:6.75rem !important}.pr-lg-27,.px-lg-27{padding-right:6.75rem !important}.pb-lg-27,.py-lg-27{padding-bottom:6.75rem !important}.pl-lg-27,.px-lg-27{padding-left:6.75rem !important}.p-lg-28{padding:7rem !important}.pt-lg-28,.py-lg-28{padding-top:7rem !important}.pr-lg-28,.px-lg-28{padding-right:7rem !important}.pb-lg-28,.py-lg-28{padding-bottom:7rem !important}.pl-lg-28,.px-lg-28{padding-left:7rem !important}.p-lg-29{padding:7.25rem !important}.pt-lg-29,.py-lg-29{padding-top:7.25rem !important}.pr-lg-29,.px-lg-29{padding-right:7.25rem !important}.pb-lg-29,.py-lg-29{padding-bottom:7.25rem !important}.pl-lg-29,.px-lg-29{padding-left:7.25rem !important}.p-lg-30{padding:7.5rem !important}.pt-lg-30,.py-lg-30{padding-top:7.5rem !important}.pr-lg-30,.px-lg-30{padding-right:7.5rem !important}.pb-lg-30,.py-lg-30{padding-bottom:7.5rem !important}.pl-lg-30,.px-lg-30{padding-left:7.5rem !important}.p-lg-31{padding:7.75rem !important}.pt-lg-31,.py-lg-31{padding-top:7.75rem !important}.pr-lg-31,.px-lg-31{padding-right:7.75rem !important}.pb-lg-31,.py-lg-31{padding-bottom:7.75rem !important}.pl-lg-31,.px-lg-31{padding-left:7.75rem !important}.p-lg-32{padding:8rem !important}.pt-lg-32,.py-lg-32{padding-top:8rem !important}.pr-lg-32,.px-lg-32{padding-right:8rem !important}.pb-lg-32,.py-lg-32{padding-bottom:8rem !important}.pl-lg-32,.px-lg-32{padding-left:8rem !important}.p-lg-33{padding:8.25rem !important}.pt-lg-33,.py-lg-33{padding-top:8.25rem !important}.pr-lg-33,.px-lg-33{padding-right:8.25rem !important}.pb-lg-33,.py-lg-33{padding-bottom:8.25rem !important}.pl-lg-33,.px-lg-33{padding-left:8.25rem !important}.p-lg-34{padding:8.5rem !important}.pt-lg-34,.py-lg-34{padding-top:8.5rem !important}.pr-lg-34,.px-lg-34{padding-right:8.5rem !important}.pb-lg-34,.py-lg-34{padding-bottom:8.5rem !important}.pl-lg-34,.px-lg-34{padding-left:8.5rem !important}.p-lg-35{padding:8.75rem !important}.pt-lg-35,.py-lg-35{padding-top:8.75rem !important}.pr-lg-35,.px-lg-35{padding-right:8.75rem !important}.pb-lg-35,.py-lg-35{padding-bottom:8.75rem !important}.pl-lg-35,.px-lg-35{padding-left:8.75rem !important}.p-lg-36{padding:9rem !important}.pt-lg-36,.py-lg-36{padding-top:9rem !important}.pr-lg-36,.px-lg-36{padding-right:9rem !important}.pb-lg-36,.py-lg-36{padding-bottom:9rem !important}.pl-lg-36,.px-lg-36{padding-left:9rem !important}.p-lg-37{padding:9.25rem !important}.pt-lg-37,.py-lg-37{padding-top:9.25rem !important}.pr-lg-37,.px-lg-37{padding-right:9.25rem !important}.pb-lg-37,.py-lg-37{padding-bottom:9.25rem !important}.pl-lg-37,.px-lg-37{padding-left:9.25rem !important}.p-lg-48{padding:9.5rem !important}.pt-lg-48,.py-lg-48{padding-top:9.5rem !important}.pr-lg-48,.px-lg-48{padding-right:9.5rem !important}.pb-lg-48,.py-lg-48{padding-bottom:9.5rem !important}.pl-lg-48,.px-lg-48{padding-left:9.5rem !important}.p-lg-39{padding:9.75rem !important}.pt-lg-39,.py-lg-39{padding-top:9.75rem !important}.pr-lg-39,.px-lg-39{padding-right:9.75rem !important}.pb-lg-39,.py-lg-39{padding-bottom:9.75rem !important}.pl-lg-39,.px-lg-39{padding-left:9.75rem !important}.p-lg-40{padding:10rem !important}.pt-lg-40,.py-lg-40{padding-top:10rem !important}.pr-lg-40,.px-lg-40{padding-right:10rem !important}.pb-lg-40,.py-lg-40{padding-bottom:10rem !important}.pl-lg-40,.px-lg-40{padding-left:10rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-0.75rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-0.75rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-0.75rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-0.75rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-0.75rem !important}.m-lg-n4{margin:-1rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1rem !important}.m-lg-n5{margin:-1.25rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-1.25rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-1.25rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-1.25rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-1.25rem !important}.m-lg-n6{margin:-1.5rem !important}.mt-lg-n6,.my-lg-n6{margin-top:-1.5rem !important}.mr-lg-n6,.mx-lg-n6{margin-right:-1.5rem !important}.mb-lg-n6,.my-lg-n6{margin-bottom:-1.5rem !important}.ml-lg-n6,.mx-lg-n6{margin-left:-1.5rem !important}.m-lg-n7{margin:-1.75rem !important}.mt-lg-n7,.my-lg-n7{margin-top:-1.75rem !important}.mr-lg-n7,.mx-lg-n7{margin-right:-1.75rem !important}.mb-lg-n7,.my-lg-n7{margin-bottom:-1.75rem !important}.ml-lg-n7,.mx-lg-n7{margin-left:-1.75rem !important}.m-lg-n8{margin:-2rem !important}.mt-lg-n8,.my-lg-n8{margin-top:-2rem !important}.mr-lg-n8,.mx-lg-n8{margin-right:-2rem !important}.mb-lg-n8,.my-lg-n8{margin-bottom:-2rem !important}.ml-lg-n8,.mx-lg-n8{margin-left:-2rem !important}.m-lg-n9{margin:-2.25rem !important}.mt-lg-n9,.my-lg-n9{margin-top:-2.25rem !important}.mr-lg-n9,.mx-lg-n9{margin-right:-2.25rem !important}.mb-lg-n9,.my-lg-n9{margin-bottom:-2.25rem !important}.ml-lg-n9,.mx-lg-n9{margin-left:-2.25rem !important}.m-lg-n10{margin:-2.5rem !important}.mt-lg-n10,.my-lg-n10{margin-top:-2.5rem !important}.mr-lg-n10,.mx-lg-n10{margin-right:-2.5rem !important}.mb-lg-n10,.my-lg-n10{margin-bottom:-2.5rem !important}.ml-lg-n10,.mx-lg-n10{margin-left:-2.5rem !important}.m-lg-n11{margin:-2.75rem !important}.mt-lg-n11,.my-lg-n11{margin-top:-2.75rem !important}.mr-lg-n11,.mx-lg-n11{margin-right:-2.75rem !important}.mb-lg-n11,.my-lg-n11{margin-bottom:-2.75rem !important}.ml-lg-n11,.mx-lg-n11{margin-left:-2.75rem !important}.m-lg-n12{margin:-3rem !important}.mt-lg-n12,.my-lg-n12{margin-top:-3rem !important}.mr-lg-n12,.mx-lg-n12{margin-right:-3rem !important}.mb-lg-n12,.my-lg-n12{margin-bottom:-3rem !important}.ml-lg-n12,.mx-lg-n12{margin-left:-3rem !important}.m-lg-n13{margin:-3.25rem !important}.mt-lg-n13,.my-lg-n13{margin-top:-3.25rem !important}.mr-lg-n13,.mx-lg-n13{margin-right:-3.25rem !important}.mb-lg-n13,.my-lg-n13{margin-bottom:-3.25rem !important}.ml-lg-n13,.mx-lg-n13{margin-left:-3.25rem !important}.m-lg-n14{margin:-3.5rem !important}.mt-lg-n14,.my-lg-n14{margin-top:-3.5rem !important}.mr-lg-n14,.mx-lg-n14{margin-right:-3.5rem !important}.mb-lg-n14,.my-lg-n14{margin-bottom:-3.5rem !important}.ml-lg-n14,.mx-lg-n14{margin-left:-3.5rem !important}.m-lg-n15{margin:-3.75rem !important}.mt-lg-n15,.my-lg-n15{margin-top:-3.75rem !important}.mr-lg-n15,.mx-lg-n15{margin-right:-3.75rem !important}.mb-lg-n15,.my-lg-n15{margin-bottom:-3.75rem !important}.ml-lg-n15,.mx-lg-n15{margin-left:-3.75rem !important}.m-lg-n16{margin:-4rem !important}.mt-lg-n16,.my-lg-n16{margin-top:-4rem !important}.mr-lg-n16,.mx-lg-n16{margin-right:-4rem !important}.mb-lg-n16,.my-lg-n16{margin-bottom:-4rem !important}.ml-lg-n16,.mx-lg-n16{margin-left:-4rem !important}.m-lg-n17{margin:-4.25rem !important}.mt-lg-n17,.my-lg-n17{margin-top:-4.25rem !important}.mr-lg-n17,.mx-lg-n17{margin-right:-4.25rem !important}.mb-lg-n17,.my-lg-n17{margin-bottom:-4.25rem !important}.ml-lg-n17,.mx-lg-n17{margin-left:-4.25rem !important}.m-lg-n18{margin:-4.5rem !important}.mt-lg-n18,.my-lg-n18{margin-top:-4.5rem !important}.mr-lg-n18,.mx-lg-n18{margin-right:-4.5rem !important}.mb-lg-n18,.my-lg-n18{margin-bottom:-4.5rem !important}.ml-lg-n18,.mx-lg-n18{margin-left:-4.5rem !important}.m-lg-n19{margin:-4.75rem !important}.mt-lg-n19,.my-lg-n19{margin-top:-4.75rem !important}.mr-lg-n19,.mx-lg-n19{margin-right:-4.75rem !important}.mb-lg-n19,.my-lg-n19{margin-bottom:-4.75rem !important}.ml-lg-n19,.mx-lg-n19{margin-left:-4.75rem !important}.m-lg-n20{margin:-5rem !important}.mt-lg-n20,.my-lg-n20{margin-top:-5rem !important}.mr-lg-n20,.mx-lg-n20{margin-right:-5rem !important}.mb-lg-n20,.my-lg-n20{margin-bottom:-5rem !important}.ml-lg-n20,.mx-lg-n20{margin-left:-5rem !important}.m-lg-n21{margin:-5.25rem !important}.mt-lg-n21,.my-lg-n21{margin-top:-5.25rem !important}.mr-lg-n21,.mx-lg-n21{margin-right:-5.25rem !important}.mb-lg-n21,.my-lg-n21{margin-bottom:-5.25rem !important}.ml-lg-n21,.mx-lg-n21{margin-left:-5.25rem !important}.m-lg-n22{margin:-5.5rem !important}.mt-lg-n22,.my-lg-n22{margin-top:-5.5rem !important}.mr-lg-n22,.mx-lg-n22{margin-right:-5.5rem !important}.mb-lg-n22,.my-lg-n22{margin-bottom:-5.5rem !important}.ml-lg-n22,.mx-lg-n22{margin-left:-5.5rem !important}.m-lg-n23{margin:-5.75rem !important}.mt-lg-n23,.my-lg-n23{margin-top:-5.75rem !important}.mr-lg-n23,.mx-lg-n23{margin-right:-5.75rem !important}.mb-lg-n23,.my-lg-n23{margin-bottom:-5.75rem !important}.ml-lg-n23,.mx-lg-n23{margin-left:-5.75rem !important}.m-lg-n24{margin:-6rem !important}.mt-lg-n24,.my-lg-n24{margin-top:-6rem !important}.mr-lg-n24,.mx-lg-n24{margin-right:-6rem !important}.mb-lg-n24,.my-lg-n24{margin-bottom:-6rem !important}.ml-lg-n24,.mx-lg-n24{margin-left:-6rem !important}.m-lg-n25{margin:-6.25rem !important}.mt-lg-n25,.my-lg-n25{margin-top:-6.25rem !important}.mr-lg-n25,.mx-lg-n25{margin-right:-6.25rem !important}.mb-lg-n25,.my-lg-n25{margin-bottom:-6.25rem !important}.ml-lg-n25,.mx-lg-n25{margin-left:-6.25rem !important}.m-lg-n26{margin:-6.5rem !important}.mt-lg-n26,.my-lg-n26{margin-top:-6.5rem !important}.mr-lg-n26,.mx-lg-n26{margin-right:-6.5rem !important}.mb-lg-n26,.my-lg-n26{margin-bottom:-6.5rem !important}.ml-lg-n26,.mx-lg-n26{margin-left:-6.5rem !important}.m-lg-n27{margin:-6.75rem !important}.mt-lg-n27,.my-lg-n27{margin-top:-6.75rem !important}.mr-lg-n27,.mx-lg-n27{margin-right:-6.75rem !important}.mb-lg-n27,.my-lg-n27{margin-bottom:-6.75rem !important}.ml-lg-n27,.mx-lg-n27{margin-left:-6.75rem !important}.m-lg-n28{margin:-7rem !important}.mt-lg-n28,.my-lg-n28{margin-top:-7rem !important}.mr-lg-n28,.mx-lg-n28{margin-right:-7rem !important}.mb-lg-n28,.my-lg-n28{margin-bottom:-7rem !important}.ml-lg-n28,.mx-lg-n28{margin-left:-7rem !important}.m-lg-n29{margin:-7.25rem !important}.mt-lg-n29,.my-lg-n29{margin-top:-7.25rem !important}.mr-lg-n29,.mx-lg-n29{margin-right:-7.25rem !important}.mb-lg-n29,.my-lg-n29{margin-bottom:-7.25rem !important}.ml-lg-n29,.mx-lg-n29{margin-left:-7.25rem !important}.m-lg-n30{margin:-7.5rem !important}.mt-lg-n30,.my-lg-n30{margin-top:-7.5rem !important}.mr-lg-n30,.mx-lg-n30{margin-right:-7.5rem !important}.mb-lg-n30,.my-lg-n30{margin-bottom:-7.5rem !important}.ml-lg-n30,.mx-lg-n30{margin-left:-7.5rem !important}.m-lg-n31{margin:-7.75rem !important}.mt-lg-n31,.my-lg-n31{margin-top:-7.75rem !important}.mr-lg-n31,.mx-lg-n31{margin-right:-7.75rem !important}.mb-lg-n31,.my-lg-n31{margin-bottom:-7.75rem !important}.ml-lg-n31,.mx-lg-n31{margin-left:-7.75rem !important}.m-lg-n32{margin:-8rem !important}.mt-lg-n32,.my-lg-n32{margin-top:-8rem !important}.mr-lg-n32,.mx-lg-n32{margin-right:-8rem !important}.mb-lg-n32,.my-lg-n32{margin-bottom:-8rem !important}.ml-lg-n32,.mx-lg-n32{margin-left:-8rem !important}.m-lg-n33{margin:-8.25rem !important}.mt-lg-n33,.my-lg-n33{margin-top:-8.25rem !important}.mr-lg-n33,.mx-lg-n33{margin-right:-8.25rem !important}.mb-lg-n33,.my-lg-n33{margin-bottom:-8.25rem !important}.ml-lg-n33,.mx-lg-n33{margin-left:-8.25rem !important}.m-lg-n34{margin:-8.5rem !important}.mt-lg-n34,.my-lg-n34{margin-top:-8.5rem !important}.mr-lg-n34,.mx-lg-n34{margin-right:-8.5rem !important}.mb-lg-n34,.my-lg-n34{margin-bottom:-8.5rem !important}.ml-lg-n34,.mx-lg-n34{margin-left:-8.5rem !important}.m-lg-n35{margin:-8.75rem !important}.mt-lg-n35,.my-lg-n35{margin-top:-8.75rem !important}.mr-lg-n35,.mx-lg-n35{margin-right:-8.75rem !important}.mb-lg-n35,.my-lg-n35{margin-bottom:-8.75rem !important}.ml-lg-n35,.mx-lg-n35{margin-left:-8.75rem !important}.m-lg-n36{margin:-9rem !important}.mt-lg-n36,.my-lg-n36{margin-top:-9rem !important}.mr-lg-n36,.mx-lg-n36{margin-right:-9rem !important}.mb-lg-n36,.my-lg-n36{margin-bottom:-9rem !important}.ml-lg-n36,.mx-lg-n36{margin-left:-9rem !important}.m-lg-n37{margin:-9.25rem !important}.mt-lg-n37,.my-lg-n37{margin-top:-9.25rem !important}.mr-lg-n37,.mx-lg-n37{margin-right:-9.25rem !important}.mb-lg-n37,.my-lg-n37{margin-bottom:-9.25rem !important}.ml-lg-n37,.mx-lg-n37{margin-left:-9.25rem !important}.m-lg-n48{margin:-9.5rem !important}.mt-lg-n48,.my-lg-n48{margin-top:-9.5rem !important}.mr-lg-n48,.mx-lg-n48{margin-right:-9.5rem !important}.mb-lg-n48,.my-lg-n48{margin-bottom:-9.5rem !important}.ml-lg-n48,.mx-lg-n48{margin-left:-9.5rem !important}.m-lg-n39{margin:-9.75rem !important}.mt-lg-n39,.my-lg-n39{margin-top:-9.75rem !important}.mr-lg-n39,.mx-lg-n39{margin-right:-9.75rem !important}.mb-lg-n39,.my-lg-n39{margin-bottom:-9.75rem !important}.ml-lg-n39,.mx-lg-n39{margin-left:-9.75rem !important}.m-lg-n40{margin:-10rem !important}.mt-lg-n40,.my-lg-n40{margin-top:-10rem !important}.mr-lg-n40,.mx-lg-n40{margin-right:-10rem !important}.mb-lg-n40,.my-lg-n40{margin-bottom:-10rem !important}.ml-lg-n40,.mx-lg-n40{margin-left:-10rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:0.75rem !important}.mt-xl-3,.my-xl-3{margin-top:0.75rem !important}.mr-xl-3,.mx-xl-3{margin-right:0.75rem !important}.mb-xl-3,.my-xl-3{margin-bottom:0.75rem !important}.ml-xl-3,.mx-xl-3{margin-left:0.75rem !important}.m-xl-4{margin:1rem !important}.mt-xl-4,.my-xl-4{margin-top:1rem !important}.mr-xl-4,.mx-xl-4{margin-right:1rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1rem !important}.ml-xl-4,.mx-xl-4{margin-left:1rem !important}.m-xl-5{margin:1.25rem !important}.mt-xl-5,.my-xl-5{margin-top:1.25rem !important}.mr-xl-5,.mx-xl-5{margin-right:1.25rem !important}.mb-xl-5,.my-xl-5{margin-bottom:1.25rem !important}.ml-xl-5,.mx-xl-5{margin-left:1.25rem !important}.m-xl-6{margin:1.5rem !important}.mt-xl-6,.my-xl-6{margin-top:1.5rem !important}.mr-xl-6,.mx-xl-6{margin-right:1.5rem !important}.mb-xl-6,.my-xl-6{margin-bottom:1.5rem !important}.ml-xl-6,.mx-xl-6{margin-left:1.5rem !important}.m-xl-7{margin:1.75rem !important}.mt-xl-7,.my-xl-7{margin-top:1.75rem !important}.mr-xl-7,.mx-xl-7{margin-right:1.75rem !important}.mb-xl-7,.my-xl-7{margin-bottom:1.75rem !important}.ml-xl-7,.mx-xl-7{margin-left:1.75rem !important}.m-xl-8{margin:2rem !important}.mt-xl-8,.my-xl-8{margin-top:2rem !important}.mr-xl-8,.mx-xl-8{margin-right:2rem !important}.mb-xl-8,.my-xl-8{margin-bottom:2rem !important}.ml-xl-8,.mx-xl-8{margin-left:2rem !important}.m-xl-9{margin:2.25rem !important}.mt-xl-9,.my-xl-9{margin-top:2.25rem !important}.mr-xl-9,.mx-xl-9{margin-right:2.25rem !important}.mb-xl-9,.my-xl-9{margin-bottom:2.25rem !important}.ml-xl-9,.mx-xl-9{margin-left:2.25rem !important}.m-xl-10{margin:2.5rem !important}.mt-xl-10,.my-xl-10{margin-top:2.5rem !important}.mr-xl-10,.mx-xl-10{margin-right:2.5rem !important}.mb-xl-10,.my-xl-10{margin-bottom:2.5rem !important}.ml-xl-10,.mx-xl-10{margin-left:2.5rem !important}.m-xl-11{margin:2.75rem !important}.mt-xl-11,.my-xl-11{margin-top:2.75rem !important}.mr-xl-11,.mx-xl-11{margin-right:2.75rem !important}.mb-xl-11,.my-xl-11{margin-bottom:2.75rem !important}.ml-xl-11,.mx-xl-11{margin-left:2.75rem !important}.m-xl-12{margin:3rem !important}.mt-xl-12,.my-xl-12{margin-top:3rem !important}.mr-xl-12,.mx-xl-12{margin-right:3rem !important}.mb-xl-12,.my-xl-12{margin-bottom:3rem !important}.ml-xl-12,.mx-xl-12{margin-left:3rem !important}.m-xl-13{margin:3.25rem !important}.mt-xl-13,.my-xl-13{margin-top:3.25rem !important}.mr-xl-13,.mx-xl-13{margin-right:3.25rem !important}.mb-xl-13,.my-xl-13{margin-bottom:3.25rem !important}.ml-xl-13,.mx-xl-13{margin-left:3.25rem !important}.m-xl-14{margin:3.5rem !important}.mt-xl-14,.my-xl-14{margin-top:3.5rem !important}.mr-xl-14,.mx-xl-14{margin-right:3.5rem !important}.mb-xl-14,.my-xl-14{margin-bottom:3.5rem !important}.ml-xl-14,.mx-xl-14{margin-left:3.5rem !important}.m-xl-15{margin:3.75rem !important}.mt-xl-15,.my-xl-15{margin-top:3.75rem !important}.mr-xl-15,.mx-xl-15{margin-right:3.75rem !important}.mb-xl-15,.my-xl-15{margin-bottom:3.75rem !important}.ml-xl-15,.mx-xl-15{margin-left:3.75rem !important}.m-xl-16{margin:4rem !important}.mt-xl-16,.my-xl-16{margin-top:4rem !important}.mr-xl-16,.mx-xl-16{margin-right:4rem !important}.mb-xl-16,.my-xl-16{margin-bottom:4rem !important}.ml-xl-16,.mx-xl-16{margin-left:4rem !important}.m-xl-17{margin:4.25rem !important}.mt-xl-17,.my-xl-17{margin-top:4.25rem !important}.mr-xl-17,.mx-xl-17{margin-right:4.25rem !important}.mb-xl-17,.my-xl-17{margin-bottom:4.25rem !important}.ml-xl-17,.mx-xl-17{margin-left:4.25rem !important}.m-xl-18{margin:4.5rem !important}.mt-xl-18,.my-xl-18{margin-top:4.5rem !important}.mr-xl-18,.mx-xl-18{margin-right:4.5rem !important}.mb-xl-18,.my-xl-18{margin-bottom:4.5rem !important}.ml-xl-18,.mx-xl-18{margin-left:4.5rem !important}.m-xl-19{margin:4.75rem !important}.mt-xl-19,.my-xl-19{margin-top:4.75rem !important}.mr-xl-19,.mx-xl-19{margin-right:4.75rem !important}.mb-xl-19,.my-xl-19{margin-bottom:4.75rem !important}.ml-xl-19,.mx-xl-19{margin-left:4.75rem !important}.m-xl-20{margin:5rem !important}.mt-xl-20,.my-xl-20{margin-top:5rem !important}.mr-xl-20,.mx-xl-20{margin-right:5rem !important}.mb-xl-20,.my-xl-20{margin-bottom:5rem !important}.ml-xl-20,.mx-xl-20{margin-left:5rem !important}.m-xl-21{margin:5.25rem !important}.mt-xl-21,.my-xl-21{margin-top:5.25rem !important}.mr-xl-21,.mx-xl-21{margin-right:5.25rem !important}.mb-xl-21,.my-xl-21{margin-bottom:5.25rem !important}.ml-xl-21,.mx-xl-21{margin-left:5.25rem !important}.m-xl-22{margin:5.5rem !important}.mt-xl-22,.my-xl-22{margin-top:5.5rem !important}.mr-xl-22,.mx-xl-22{margin-right:5.5rem !important}.mb-xl-22,.my-xl-22{margin-bottom:5.5rem !important}.ml-xl-22,.mx-xl-22{margin-left:5.5rem !important}.m-xl-23{margin:5.75rem !important}.mt-xl-23,.my-xl-23{margin-top:5.75rem !important}.mr-xl-23,.mx-xl-23{margin-right:5.75rem !important}.mb-xl-23,.my-xl-23{margin-bottom:5.75rem !important}.ml-xl-23,.mx-xl-23{margin-left:5.75rem !important}.m-xl-24{margin:6rem !important}.mt-xl-24,.my-xl-24{margin-top:6rem !important}.mr-xl-24,.mx-xl-24{margin-right:6rem !important}.mb-xl-24,.my-xl-24{margin-bottom:6rem !important}.ml-xl-24,.mx-xl-24{margin-left:6rem !important}.m-xl-25{margin:6.25rem !important}.mt-xl-25,.my-xl-25{margin-top:6.25rem !important}.mr-xl-25,.mx-xl-25{margin-right:6.25rem !important}.mb-xl-25,.my-xl-25{margin-bottom:6.25rem !important}.ml-xl-25,.mx-xl-25{margin-left:6.25rem !important}.m-xl-26{margin:6.5rem !important}.mt-xl-26,.my-xl-26{margin-top:6.5rem !important}.mr-xl-26,.mx-xl-26{margin-right:6.5rem !important}.mb-xl-26,.my-xl-26{margin-bottom:6.5rem !important}.ml-xl-26,.mx-xl-26{margin-left:6.5rem !important}.m-xl-27{margin:6.75rem !important}.mt-xl-27,.my-xl-27{margin-top:6.75rem !important}.mr-xl-27,.mx-xl-27{margin-right:6.75rem !important}.mb-xl-27,.my-xl-27{margin-bottom:6.75rem !important}.ml-xl-27,.mx-xl-27{margin-left:6.75rem !important}.m-xl-28{margin:7rem !important}.mt-xl-28,.my-xl-28{margin-top:7rem !important}.mr-xl-28,.mx-xl-28{margin-right:7rem !important}.mb-xl-28,.my-xl-28{margin-bottom:7rem !important}.ml-xl-28,.mx-xl-28{margin-left:7rem !important}.m-xl-29{margin:7.25rem !important}.mt-xl-29,.my-xl-29{margin-top:7.25rem !important}.mr-xl-29,.mx-xl-29{margin-right:7.25rem !important}.mb-xl-29,.my-xl-29{margin-bottom:7.25rem !important}.ml-xl-29,.mx-xl-29{margin-left:7.25rem !important}.m-xl-30{margin:7.5rem !important}.mt-xl-30,.my-xl-30{margin-top:7.5rem !important}.mr-xl-30,.mx-xl-30{margin-right:7.5rem !important}.mb-xl-30,.my-xl-30{margin-bottom:7.5rem !important}.ml-xl-30,.mx-xl-30{margin-left:7.5rem !important}.m-xl-31{margin:7.75rem !important}.mt-xl-31,.my-xl-31{margin-top:7.75rem !important}.mr-xl-31,.mx-xl-31{margin-right:7.75rem !important}.mb-xl-31,.my-xl-31{margin-bottom:7.75rem !important}.ml-xl-31,.mx-xl-31{margin-left:7.75rem !important}.m-xl-32{margin:8rem !important}.mt-xl-32,.my-xl-32{margin-top:8rem !important}.mr-xl-32,.mx-xl-32{margin-right:8rem !important}.mb-xl-32,.my-xl-32{margin-bottom:8rem !important}.ml-xl-32,.mx-xl-32{margin-left:8rem !important}.m-xl-33{margin:8.25rem !important}.mt-xl-33,.my-xl-33{margin-top:8.25rem !important}.mr-xl-33,.mx-xl-33{margin-right:8.25rem !important}.mb-xl-33,.my-xl-33{margin-bottom:8.25rem !important}.ml-xl-33,.mx-xl-33{margin-left:8.25rem !important}.m-xl-34{margin:8.5rem !important}.mt-xl-34,.my-xl-34{margin-top:8.5rem !important}.mr-xl-34,.mx-xl-34{margin-right:8.5rem !important}.mb-xl-34,.my-xl-34{margin-bottom:8.5rem !important}.ml-xl-34,.mx-xl-34{margin-left:8.5rem !important}.m-xl-35{margin:8.75rem !important}.mt-xl-35,.my-xl-35{margin-top:8.75rem !important}.mr-xl-35,.mx-xl-35{margin-right:8.75rem !important}.mb-xl-35,.my-xl-35{margin-bottom:8.75rem !important}.ml-xl-35,.mx-xl-35{margin-left:8.75rem !important}.m-xl-36{margin:9rem !important}.mt-xl-36,.my-xl-36{margin-top:9rem !important}.mr-xl-36,.mx-xl-36{margin-right:9rem !important}.mb-xl-36,.my-xl-36{margin-bottom:9rem !important}.ml-xl-36,.mx-xl-36{margin-left:9rem !important}.m-xl-37{margin:9.25rem !important}.mt-xl-37,.my-xl-37{margin-top:9.25rem !important}.mr-xl-37,.mx-xl-37{margin-right:9.25rem !important}.mb-xl-37,.my-xl-37{margin-bottom:9.25rem !important}.ml-xl-37,.mx-xl-37{margin-left:9.25rem !important}.m-xl-48{margin:9.5rem !important}.mt-xl-48,.my-xl-48{margin-top:9.5rem !important}.mr-xl-48,.mx-xl-48{margin-right:9.5rem !important}.mb-xl-48,.my-xl-48{margin-bottom:9.5rem !important}.ml-xl-48,.mx-xl-48{margin-left:9.5rem !important}.m-xl-39{margin:9.75rem !important}.mt-xl-39,.my-xl-39{margin-top:9.75rem !important}.mr-xl-39,.mx-xl-39{margin-right:9.75rem !important}.mb-xl-39,.my-xl-39{margin-bottom:9.75rem !important}.ml-xl-39,.mx-xl-39{margin-left:9.75rem !important}.m-xl-40{margin:10rem !important}.mt-xl-40,.my-xl-40{margin-top:10rem !important}.mr-xl-40,.mx-xl-40{margin-right:10rem !important}.mb-xl-40,.my-xl-40{margin-bottom:10rem !important}.ml-xl-40,.mx-xl-40{margin-left:10rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:0.75rem !important}.pt-xl-3,.py-xl-3{padding-top:0.75rem !important}.pr-xl-3,.px-xl-3{padding-right:0.75rem !important}.pb-xl-3,.py-xl-3{padding-bottom:0.75rem !important}.pl-xl-3,.px-xl-3{padding-left:0.75rem !important}.p-xl-4{padding:1rem !important}.pt-xl-4,.py-xl-4{padding-top:1rem !important}.pr-xl-4,.px-xl-4{padding-right:1rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1rem !important}.pl-xl-4,.px-xl-4{padding-left:1rem !important}.p-xl-5{padding:1.25rem !important}.pt-xl-5,.py-xl-5{padding-top:1.25rem !important}.pr-xl-5,.px-xl-5{padding-right:1.25rem !important}.pb-xl-5,.py-xl-5{padding-bottom:1.25rem !important}.pl-xl-5,.px-xl-5{padding-left:1.25rem !important}.p-xl-6{padding:1.5rem !important}.pt-xl-6,.py-xl-6{padding-top:1.5rem !important}.pr-xl-6,.px-xl-6{padding-right:1.5rem !important}.pb-xl-6,.py-xl-6{padding-bottom:1.5rem !important}.pl-xl-6,.px-xl-6{padding-left:1.5rem !important}.p-xl-7{padding:1.75rem !important}.pt-xl-7,.py-xl-7{padding-top:1.75rem !important}.pr-xl-7,.px-xl-7{padding-right:1.75rem !important}.pb-xl-7,.py-xl-7{padding-bottom:1.75rem !important}.pl-xl-7,.px-xl-7{padding-left:1.75rem !important}.p-xl-8{padding:2rem !important}.pt-xl-8,.py-xl-8{padding-top:2rem !important}.pr-xl-8,.px-xl-8{padding-right:2rem !important}.pb-xl-8,.py-xl-8{padding-bottom:2rem !important}.pl-xl-8,.px-xl-8{padding-left:2rem !important}.p-xl-9{padding:2.25rem !important}.pt-xl-9,.py-xl-9{padding-top:2.25rem !important}.pr-xl-9,.px-xl-9{padding-right:2.25rem !important}.pb-xl-9,.py-xl-9{padding-bottom:2.25rem !important}.pl-xl-9,.px-xl-9{padding-left:2.25rem !important}.p-xl-10{padding:2.5rem !important}.pt-xl-10,.py-xl-10{padding-top:2.5rem !important}.pr-xl-10,.px-xl-10{padding-right:2.5rem !important}.pb-xl-10,.py-xl-10{padding-bottom:2.5rem !important}.pl-xl-10,.px-xl-10{padding-left:2.5rem !important}.p-xl-11{padding:2.75rem !important}.pt-xl-11,.py-xl-11{padding-top:2.75rem !important}.pr-xl-11,.px-xl-11{padding-right:2.75rem !important}.pb-xl-11,.py-xl-11{padding-bottom:2.75rem !important}.pl-xl-11,.px-xl-11{padding-left:2.75rem !important}.p-xl-12{padding:3rem !important}.pt-xl-12,.py-xl-12{padding-top:3rem !important}.pr-xl-12,.px-xl-12{padding-right:3rem !important}.pb-xl-12,.py-xl-12{padding-bottom:3rem !important}.pl-xl-12,.px-xl-12{padding-left:3rem !important}.p-xl-13{padding:3.25rem !important}.pt-xl-13,.py-xl-13{padding-top:3.25rem !important}.pr-xl-13,.px-xl-13{padding-right:3.25rem !important}.pb-xl-13,.py-xl-13{padding-bottom:3.25rem !important}.pl-xl-13,.px-xl-13{padding-left:3.25rem !important}.p-xl-14{padding:3.5rem !important}.pt-xl-14,.py-xl-14{padding-top:3.5rem !important}.pr-xl-14,.px-xl-14{padding-right:3.5rem !important}.pb-xl-14,.py-xl-14{padding-bottom:3.5rem !important}.pl-xl-14,.px-xl-14{padding-left:3.5rem !important}.p-xl-15{padding:3.75rem !important}.pt-xl-15,.py-xl-15{padding-top:3.75rem !important}.pr-xl-15,.px-xl-15{padding-right:3.75rem !important}.pb-xl-15,.py-xl-15{padding-bottom:3.75rem !important}.pl-xl-15,.px-xl-15{padding-left:3.75rem !important}.p-xl-16{padding:4rem !important}.pt-xl-16,.py-xl-16{padding-top:4rem !important}.pr-xl-16,.px-xl-16{padding-right:4rem !important}.pb-xl-16,.py-xl-16{padding-bottom:4rem !important}.pl-xl-16,.px-xl-16{padding-left:4rem !important}.p-xl-17{padding:4.25rem !important}.pt-xl-17,.py-xl-17{padding-top:4.25rem !important}.pr-xl-17,.px-xl-17{padding-right:4.25rem !important}.pb-xl-17,.py-xl-17{padding-bottom:4.25rem !important}.pl-xl-17,.px-xl-17{padding-left:4.25rem !important}.p-xl-18{padding:4.5rem !important}.pt-xl-18,.py-xl-18{padding-top:4.5rem !important}.pr-xl-18,.px-xl-18{padding-right:4.5rem !important}.pb-xl-18,.py-xl-18{padding-bottom:4.5rem !important}.pl-xl-18,.px-xl-18{padding-left:4.5rem !important}.p-xl-19{padding:4.75rem !important}.pt-xl-19,.py-xl-19{padding-top:4.75rem !important}.pr-xl-19,.px-xl-19{padding-right:4.75rem !important}.pb-xl-19,.py-xl-19{padding-bottom:4.75rem !important}.pl-xl-19,.px-xl-19{padding-left:4.75rem !important}.p-xl-20{padding:5rem !important}.pt-xl-20,.py-xl-20{padding-top:5rem !important}.pr-xl-20,.px-xl-20{padding-right:5rem !important}.pb-xl-20,.py-xl-20{padding-bottom:5rem !important}.pl-xl-20,.px-xl-20{padding-left:5rem !important}.p-xl-21{padding:5.25rem !important}.pt-xl-21,.py-xl-21{padding-top:5.25rem !important}.pr-xl-21,.px-xl-21{padding-right:5.25rem !important}.pb-xl-21,.py-xl-21{padding-bottom:5.25rem !important}.pl-xl-21,.px-xl-21{padding-left:5.25rem !important}.p-xl-22{padding:5.5rem !important}.pt-xl-22,.py-xl-22{padding-top:5.5rem !important}.pr-xl-22,.px-xl-22{padding-right:5.5rem !important}.pb-xl-22,.py-xl-22{padding-bottom:5.5rem !important}.pl-xl-22,.px-xl-22{padding-left:5.5rem !important}.p-xl-23{padding:5.75rem !important}.pt-xl-23,.py-xl-23{padding-top:5.75rem !important}.pr-xl-23,.px-xl-23{padding-right:5.75rem !important}.pb-xl-23,.py-xl-23{padding-bottom:5.75rem !important}.pl-xl-23,.px-xl-23{padding-left:5.75rem !important}.p-xl-24{padding:6rem !important}.pt-xl-24,.py-xl-24{padding-top:6rem !important}.pr-xl-24,.px-xl-24{padding-right:6rem !important}.pb-xl-24,.py-xl-24{padding-bottom:6rem !important}.pl-xl-24,.px-xl-24{padding-left:6rem !important}.p-xl-25{padding:6.25rem !important}.pt-xl-25,.py-xl-25{padding-top:6.25rem !important}.pr-xl-25,.px-xl-25{padding-right:6.25rem !important}.pb-xl-25,.py-xl-25{padding-bottom:6.25rem !important}.pl-xl-25,.px-xl-25{padding-left:6.25rem !important}.p-xl-26{padding:6.5rem !important}.pt-xl-26,.py-xl-26{padding-top:6.5rem !important}.pr-xl-26,.px-xl-26{padding-right:6.5rem !important}.pb-xl-26,.py-xl-26{padding-bottom:6.5rem !important}.pl-xl-26,.px-xl-26{padding-left:6.5rem !important}.p-xl-27{padding:6.75rem !important}.pt-xl-27,.py-xl-27{padding-top:6.75rem !important}.pr-xl-27,.px-xl-27{padding-right:6.75rem !important}.pb-xl-27,.py-xl-27{padding-bottom:6.75rem !important}.pl-xl-27,.px-xl-27{padding-left:6.75rem !important}.p-xl-28{padding:7rem !important}.pt-xl-28,.py-xl-28{padding-top:7rem !important}.pr-xl-28,.px-xl-28{padding-right:7rem !important}.pb-xl-28,.py-xl-28{padding-bottom:7rem !important}.pl-xl-28,.px-xl-28{padding-left:7rem !important}.p-xl-29{padding:7.25rem !important}.pt-xl-29,.py-xl-29{padding-top:7.25rem !important}.pr-xl-29,.px-xl-29{padding-right:7.25rem !important}.pb-xl-29,.py-xl-29{padding-bottom:7.25rem !important}.pl-xl-29,.px-xl-29{padding-left:7.25rem !important}.p-xl-30{padding:7.5rem !important}.pt-xl-30,.py-xl-30{padding-top:7.5rem !important}.pr-xl-30,.px-xl-30{padding-right:7.5rem !important}.pb-xl-30,.py-xl-30{padding-bottom:7.5rem !important}.pl-xl-30,.px-xl-30{padding-left:7.5rem !important}.p-xl-31{padding:7.75rem !important}.pt-xl-31,.py-xl-31{padding-top:7.75rem !important}.pr-xl-31,.px-xl-31{padding-right:7.75rem !important}.pb-xl-31,.py-xl-31{padding-bottom:7.75rem !important}.pl-xl-31,.px-xl-31{padding-left:7.75rem !important}.p-xl-32{padding:8rem !important}.pt-xl-32,.py-xl-32{padding-top:8rem !important}.pr-xl-32,.px-xl-32{padding-right:8rem !important}.pb-xl-32,.py-xl-32{padding-bottom:8rem !important}.pl-xl-32,.px-xl-32{padding-left:8rem !important}.p-xl-33{padding:8.25rem !important}.pt-xl-33,.py-xl-33{padding-top:8.25rem !important}.pr-xl-33,.px-xl-33{padding-right:8.25rem !important}.pb-xl-33,.py-xl-33{padding-bottom:8.25rem !important}.pl-xl-33,.px-xl-33{padding-left:8.25rem !important}.p-xl-34{padding:8.5rem !important}.pt-xl-34,.py-xl-34{padding-top:8.5rem !important}.pr-xl-34,.px-xl-34{padding-right:8.5rem !important}.pb-xl-34,.py-xl-34{padding-bottom:8.5rem !important}.pl-xl-34,.px-xl-34{padding-left:8.5rem !important}.p-xl-35{padding:8.75rem !important}.pt-xl-35,.py-xl-35{padding-top:8.75rem !important}.pr-xl-35,.px-xl-35{padding-right:8.75rem !important}.pb-xl-35,.py-xl-35{padding-bottom:8.75rem !important}.pl-xl-35,.px-xl-35{padding-left:8.75rem !important}.p-xl-36{padding:9rem !important}.pt-xl-36,.py-xl-36{padding-top:9rem !important}.pr-xl-36,.px-xl-36{padding-right:9rem !important}.pb-xl-36,.py-xl-36{padding-bottom:9rem !important}.pl-xl-36,.px-xl-36{padding-left:9rem !important}.p-xl-37{padding:9.25rem !important}.pt-xl-37,.py-xl-37{padding-top:9.25rem !important}.pr-xl-37,.px-xl-37{padding-right:9.25rem !important}.pb-xl-37,.py-xl-37{padding-bottom:9.25rem !important}.pl-xl-37,.px-xl-37{padding-left:9.25rem !important}.p-xl-48{padding:9.5rem !important}.pt-xl-48,.py-xl-48{padding-top:9.5rem !important}.pr-xl-48,.px-xl-48{padding-right:9.5rem !important}.pb-xl-48,.py-xl-48{padding-bottom:9.5rem !important}.pl-xl-48,.px-xl-48{padding-left:9.5rem !important}.p-xl-39{padding:9.75rem !important}.pt-xl-39,.py-xl-39{padding-top:9.75rem !important}.pr-xl-39,.px-xl-39{padding-right:9.75rem !important}.pb-xl-39,.py-xl-39{padding-bottom:9.75rem !important}.pl-xl-39,.px-xl-39{padding-left:9.75rem !important}.p-xl-40{padding:10rem !important}.pt-xl-40,.py-xl-40{padding-top:10rem !important}.pr-xl-40,.px-xl-40{padding-right:10rem !important}.pb-xl-40,.py-xl-40{padding-bottom:10rem !important}.pl-xl-40,.px-xl-40{padding-left:10rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-0.75rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-0.75rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-0.75rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-0.75rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-0.75rem !important}.m-xl-n4{margin:-1rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1rem !important}.m-xl-n5{margin:-1.25rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-1.25rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-1.25rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-1.25rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-1.25rem !important}.m-xl-n6{margin:-1.5rem !important}.mt-xl-n6,.my-xl-n6{margin-top:-1.5rem !important}.mr-xl-n6,.mx-xl-n6{margin-right:-1.5rem !important}.mb-xl-n6,.my-xl-n6{margin-bottom:-1.5rem !important}.ml-xl-n6,.mx-xl-n6{margin-left:-1.5rem !important}.m-xl-n7{margin:-1.75rem !important}.mt-xl-n7,.my-xl-n7{margin-top:-1.75rem !important}.mr-xl-n7,.mx-xl-n7{margin-right:-1.75rem !important}.mb-xl-n7,.my-xl-n7{margin-bottom:-1.75rem !important}.ml-xl-n7,.mx-xl-n7{margin-left:-1.75rem !important}.m-xl-n8{margin:-2rem !important}.mt-xl-n8,.my-xl-n8{margin-top:-2rem !important}.mr-xl-n8,.mx-xl-n8{margin-right:-2rem !important}.mb-xl-n8,.my-xl-n8{margin-bottom:-2rem !important}.ml-xl-n8,.mx-xl-n8{margin-left:-2rem !important}.m-xl-n9{margin:-2.25rem !important}.mt-xl-n9,.my-xl-n9{margin-top:-2.25rem !important}.mr-xl-n9,.mx-xl-n9{margin-right:-2.25rem !important}.mb-xl-n9,.my-xl-n9{margin-bottom:-2.25rem !important}.ml-xl-n9,.mx-xl-n9{margin-left:-2.25rem !important}.m-xl-n10{margin:-2.5rem !important}.mt-xl-n10,.my-xl-n10{margin-top:-2.5rem !important}.mr-xl-n10,.mx-xl-n10{margin-right:-2.5rem !important}.mb-xl-n10,.my-xl-n10{margin-bottom:-2.5rem !important}.ml-xl-n10,.mx-xl-n10{margin-left:-2.5rem !important}.m-xl-n11{margin:-2.75rem !important}.mt-xl-n11,.my-xl-n11{margin-top:-2.75rem !important}.mr-xl-n11,.mx-xl-n11{margin-right:-2.75rem !important}.mb-xl-n11,.my-xl-n11{margin-bottom:-2.75rem !important}.ml-xl-n11,.mx-xl-n11{margin-left:-2.75rem !important}.m-xl-n12{margin:-3rem !important}.mt-xl-n12,.my-xl-n12{margin-top:-3rem !important}.mr-xl-n12,.mx-xl-n12{margin-right:-3rem !important}.mb-xl-n12,.my-xl-n12{margin-bottom:-3rem !important}.ml-xl-n12,.mx-xl-n12{margin-left:-3rem !important}.m-xl-n13{margin:-3.25rem !important}.mt-xl-n13,.my-xl-n13{margin-top:-3.25rem !important}.mr-xl-n13,.mx-xl-n13{margin-right:-3.25rem !important}.mb-xl-n13,.my-xl-n13{margin-bottom:-3.25rem !important}.ml-xl-n13,.mx-xl-n13{margin-left:-3.25rem !important}.m-xl-n14{margin:-3.5rem !important}.mt-xl-n14,.my-xl-n14{margin-top:-3.5rem !important}.mr-xl-n14,.mx-xl-n14{margin-right:-3.5rem !important}.mb-xl-n14,.my-xl-n14{margin-bottom:-3.5rem !important}.ml-xl-n14,.mx-xl-n14{margin-left:-3.5rem !important}.m-xl-n15{margin:-3.75rem !important}.mt-xl-n15,.my-xl-n15{margin-top:-3.75rem !important}.mr-xl-n15,.mx-xl-n15{margin-right:-3.75rem !important}.mb-xl-n15,.my-xl-n15{margin-bottom:-3.75rem !important}.ml-xl-n15,.mx-xl-n15{margin-left:-3.75rem !important}.m-xl-n16{margin:-4rem !important}.mt-xl-n16,.my-xl-n16{margin-top:-4rem !important}.mr-xl-n16,.mx-xl-n16{margin-right:-4rem !important}.mb-xl-n16,.my-xl-n16{margin-bottom:-4rem !important}.ml-xl-n16,.mx-xl-n16{margin-left:-4rem !important}.m-xl-n17{margin:-4.25rem !important}.mt-xl-n17,.my-xl-n17{margin-top:-4.25rem !important}.mr-xl-n17,.mx-xl-n17{margin-right:-4.25rem !important}.mb-xl-n17,.my-xl-n17{margin-bottom:-4.25rem !important}.ml-xl-n17,.mx-xl-n17{margin-left:-4.25rem !important}.m-xl-n18{margin:-4.5rem !important}.mt-xl-n18,.my-xl-n18{margin-top:-4.5rem !important}.mr-xl-n18,.mx-xl-n18{margin-right:-4.5rem !important}.mb-xl-n18,.my-xl-n18{margin-bottom:-4.5rem !important}.ml-xl-n18,.mx-xl-n18{margin-left:-4.5rem !important}.m-xl-n19{margin:-4.75rem !important}.mt-xl-n19,.my-xl-n19{margin-top:-4.75rem !important}.mr-xl-n19,.mx-xl-n19{margin-right:-4.75rem !important}.mb-xl-n19,.my-xl-n19{margin-bottom:-4.75rem !important}.ml-xl-n19,.mx-xl-n19{margin-left:-4.75rem !important}.m-xl-n20{margin:-5rem !important}.mt-xl-n20,.my-xl-n20{margin-top:-5rem !important}.mr-xl-n20,.mx-xl-n20{margin-right:-5rem !important}.mb-xl-n20,.my-xl-n20{margin-bottom:-5rem !important}.ml-xl-n20,.mx-xl-n20{margin-left:-5rem !important}.m-xl-n21{margin:-5.25rem !important}.mt-xl-n21,.my-xl-n21{margin-top:-5.25rem !important}.mr-xl-n21,.mx-xl-n21{margin-right:-5.25rem !important}.mb-xl-n21,.my-xl-n21{margin-bottom:-5.25rem !important}.ml-xl-n21,.mx-xl-n21{margin-left:-5.25rem !important}.m-xl-n22{margin:-5.5rem !important}.mt-xl-n22,.my-xl-n22{margin-top:-5.5rem !important}.mr-xl-n22,.mx-xl-n22{margin-right:-5.5rem !important}.mb-xl-n22,.my-xl-n22{margin-bottom:-5.5rem !important}.ml-xl-n22,.mx-xl-n22{margin-left:-5.5rem !important}.m-xl-n23{margin:-5.75rem !important}.mt-xl-n23,.my-xl-n23{margin-top:-5.75rem !important}.mr-xl-n23,.mx-xl-n23{margin-right:-5.75rem !important}.mb-xl-n23,.my-xl-n23{margin-bottom:-5.75rem !important}.ml-xl-n23,.mx-xl-n23{margin-left:-5.75rem !important}.m-xl-n24{margin:-6rem !important}.mt-xl-n24,.my-xl-n24{margin-top:-6rem !important}.mr-xl-n24,.mx-xl-n24{margin-right:-6rem !important}.mb-xl-n24,.my-xl-n24{margin-bottom:-6rem !important}.ml-xl-n24,.mx-xl-n24{margin-left:-6rem !important}.m-xl-n25{margin:-6.25rem !important}.mt-xl-n25,.my-xl-n25{margin-top:-6.25rem !important}.mr-xl-n25,.mx-xl-n25{margin-right:-6.25rem !important}.mb-xl-n25,.my-xl-n25{margin-bottom:-6.25rem !important}.ml-xl-n25,.mx-xl-n25{margin-left:-6.25rem !important}.m-xl-n26{margin:-6.5rem !important}.mt-xl-n26,.my-xl-n26{margin-top:-6.5rem !important}.mr-xl-n26,.mx-xl-n26{margin-right:-6.5rem !important}.mb-xl-n26,.my-xl-n26{margin-bottom:-6.5rem !important}.ml-xl-n26,.mx-xl-n26{margin-left:-6.5rem !important}.m-xl-n27{margin:-6.75rem !important}.mt-xl-n27,.my-xl-n27{margin-top:-6.75rem !important}.mr-xl-n27,.mx-xl-n27{margin-right:-6.75rem !important}.mb-xl-n27,.my-xl-n27{margin-bottom:-6.75rem !important}.ml-xl-n27,.mx-xl-n27{margin-left:-6.75rem !important}.m-xl-n28{margin:-7rem !important}.mt-xl-n28,.my-xl-n28{margin-top:-7rem !important}.mr-xl-n28,.mx-xl-n28{margin-right:-7rem !important}.mb-xl-n28,.my-xl-n28{margin-bottom:-7rem !important}.ml-xl-n28,.mx-xl-n28{margin-left:-7rem !important}.m-xl-n29{margin:-7.25rem !important}.mt-xl-n29,.my-xl-n29{margin-top:-7.25rem !important}.mr-xl-n29,.mx-xl-n29{margin-right:-7.25rem !important}.mb-xl-n29,.my-xl-n29{margin-bottom:-7.25rem !important}.ml-xl-n29,.mx-xl-n29{margin-left:-7.25rem !important}.m-xl-n30{margin:-7.5rem !important}.mt-xl-n30,.my-xl-n30{margin-top:-7.5rem !important}.mr-xl-n30,.mx-xl-n30{margin-right:-7.5rem !important}.mb-xl-n30,.my-xl-n30{margin-bottom:-7.5rem !important}.ml-xl-n30,.mx-xl-n30{margin-left:-7.5rem !important}.m-xl-n31{margin:-7.75rem !important}.mt-xl-n31,.my-xl-n31{margin-top:-7.75rem !important}.mr-xl-n31,.mx-xl-n31{margin-right:-7.75rem !important}.mb-xl-n31,.my-xl-n31{margin-bottom:-7.75rem !important}.ml-xl-n31,.mx-xl-n31{margin-left:-7.75rem !important}.m-xl-n32{margin:-8rem !important}.mt-xl-n32,.my-xl-n32{margin-top:-8rem !important}.mr-xl-n32,.mx-xl-n32{margin-right:-8rem !important}.mb-xl-n32,.my-xl-n32{margin-bottom:-8rem !important}.ml-xl-n32,.mx-xl-n32{margin-left:-8rem !important}.m-xl-n33{margin:-8.25rem !important}.mt-xl-n33,.my-xl-n33{margin-top:-8.25rem !important}.mr-xl-n33,.mx-xl-n33{margin-right:-8.25rem !important}.mb-xl-n33,.my-xl-n33{margin-bottom:-8.25rem !important}.ml-xl-n33,.mx-xl-n33{margin-left:-8.25rem !important}.m-xl-n34{margin:-8.5rem !important}.mt-xl-n34,.my-xl-n34{margin-top:-8.5rem !important}.mr-xl-n34,.mx-xl-n34{margin-right:-8.5rem !important}.mb-xl-n34,.my-xl-n34{margin-bottom:-8.5rem !important}.ml-xl-n34,.mx-xl-n34{margin-left:-8.5rem !important}.m-xl-n35{margin:-8.75rem !important}.mt-xl-n35,.my-xl-n35{margin-top:-8.75rem !important}.mr-xl-n35,.mx-xl-n35{margin-right:-8.75rem !important}.mb-xl-n35,.my-xl-n35{margin-bottom:-8.75rem !important}.ml-xl-n35,.mx-xl-n35{margin-left:-8.75rem !important}.m-xl-n36{margin:-9rem !important}.mt-xl-n36,.my-xl-n36{margin-top:-9rem !important}.mr-xl-n36,.mx-xl-n36{margin-right:-9rem !important}.mb-xl-n36,.my-xl-n36{margin-bottom:-9rem !important}.ml-xl-n36,.mx-xl-n36{margin-left:-9rem !important}.m-xl-n37{margin:-9.25rem !important}.mt-xl-n37,.my-xl-n37{margin-top:-9.25rem !important}.mr-xl-n37,.mx-xl-n37{margin-right:-9.25rem !important}.mb-xl-n37,.my-xl-n37{margin-bottom:-9.25rem !important}.ml-xl-n37,.mx-xl-n37{margin-left:-9.25rem !important}.m-xl-n48{margin:-9.5rem !important}.mt-xl-n48,.my-xl-n48{margin-top:-9.5rem !important}.mr-xl-n48,.mx-xl-n48{margin-right:-9.5rem !important}.mb-xl-n48,.my-xl-n48{margin-bottom:-9.5rem !important}.ml-xl-n48,.mx-xl-n48{margin-left:-9.5rem !important}.m-xl-n39{margin:-9.75rem !important}.mt-xl-n39,.my-xl-n39{margin-top:-9.75rem !important}.mr-xl-n39,.mx-xl-n39{margin-right:-9.75rem !important}.mb-xl-n39,.my-xl-n39{margin-bottom:-9.75rem !important}.ml-xl-n39,.mx-xl-n39{margin-left:-9.75rem !important}.m-xl-n40{margin:-10rem !important}.mt-xl-n40,.my-xl-n40{margin-top:-10rem !important}.mr-xl-n40,.mx-xl-n40{margin-right:-10rem !important}.mb-xl-n40,.my-xl-n40{margin-bottom:-10rem !important}.ml-xl-n40,.mx-xl-n40{margin-left:-10rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media (min-width: 1400px){.m-xxl-0{margin:0 !important}.mt-xxl-0,.my-xxl-0{margin-top:0 !important}.mr-xxl-0,.mx-xxl-0{margin-right:0 !important}.mb-xxl-0,.my-xxl-0{margin-bottom:0 !important}.ml-xxl-0,.mx-xxl-0{margin-left:0 !important}.m-xxl-1{margin:0.25rem !important}.mt-xxl-1,.my-xxl-1{margin-top:0.25rem !important}.mr-xxl-1,.mx-xxl-1{margin-right:0.25rem !important}.mb-xxl-1,.my-xxl-1{margin-bottom:0.25rem !important}.ml-xxl-1,.mx-xxl-1{margin-left:0.25rem !important}.m-xxl-2{margin:0.5rem !important}.mt-xxl-2,.my-xxl-2{margin-top:0.5rem !important}.mr-xxl-2,.mx-xxl-2{margin-right:0.5rem !important}.mb-xxl-2,.my-xxl-2{margin-bottom:0.5rem !important}.ml-xxl-2,.mx-xxl-2{margin-left:0.5rem !important}.m-xxl-3{margin:0.75rem !important}.mt-xxl-3,.my-xxl-3{margin-top:0.75rem !important}.mr-xxl-3,.mx-xxl-3{margin-right:0.75rem !important}.mb-xxl-3,.my-xxl-3{margin-bottom:0.75rem !important}.ml-xxl-3,.mx-xxl-3{margin-left:0.75rem !important}.m-xxl-4{margin:1rem !important}.mt-xxl-4,.my-xxl-4{margin-top:1rem !important}.mr-xxl-4,.mx-xxl-4{margin-right:1rem !important}.mb-xxl-4,.my-xxl-4{margin-bottom:1rem !important}.ml-xxl-4,.mx-xxl-4{margin-left:1rem !important}.m-xxl-5{margin:1.25rem !important}.mt-xxl-5,.my-xxl-5{margin-top:1.25rem !important}.mr-xxl-5,.mx-xxl-5{margin-right:1.25rem !important}.mb-xxl-5,.my-xxl-5{margin-bottom:1.25rem !important}.ml-xxl-5,.mx-xxl-5{margin-left:1.25rem !important}.m-xxl-6{margin:1.5rem !important}.mt-xxl-6,.my-xxl-6{margin-top:1.5rem !important}.mr-xxl-6,.mx-xxl-6{margin-right:1.5rem !important}.mb-xxl-6,.my-xxl-6{margin-bottom:1.5rem !important}.ml-xxl-6,.mx-xxl-6{margin-left:1.5rem !important}.m-xxl-7{margin:1.75rem !important}.mt-xxl-7,.my-xxl-7{margin-top:1.75rem !important}.mr-xxl-7,.mx-xxl-7{margin-right:1.75rem !important}.mb-xxl-7,.my-xxl-7{margin-bottom:1.75rem !important}.ml-xxl-7,.mx-xxl-7{margin-left:1.75rem !important}.m-xxl-8{margin:2rem !important}.mt-xxl-8,.my-xxl-8{margin-top:2rem !important}.mr-xxl-8,.mx-xxl-8{margin-right:2rem !important}.mb-xxl-8,.my-xxl-8{margin-bottom:2rem !important}.ml-xxl-8,.mx-xxl-8{margin-left:2rem !important}.m-xxl-9{margin:2.25rem !important}.mt-xxl-9,.my-xxl-9{margin-top:2.25rem !important}.mr-xxl-9,.mx-xxl-9{margin-right:2.25rem !important}.mb-xxl-9,.my-xxl-9{margin-bottom:2.25rem !important}.ml-xxl-9,.mx-xxl-9{margin-left:2.25rem !important}.m-xxl-10{margin:2.5rem !important}.mt-xxl-10,.my-xxl-10{margin-top:2.5rem !important}.mr-xxl-10,.mx-xxl-10{margin-right:2.5rem !important}.mb-xxl-10,.my-xxl-10{margin-bottom:2.5rem !important}.ml-xxl-10,.mx-xxl-10{margin-left:2.5rem !important}.m-xxl-11{margin:2.75rem !important}.mt-xxl-11,.my-xxl-11{margin-top:2.75rem !important}.mr-xxl-11,.mx-xxl-11{margin-right:2.75rem !important}.mb-xxl-11,.my-xxl-11{margin-bottom:2.75rem !important}.ml-xxl-11,.mx-xxl-11{margin-left:2.75rem !important}.m-xxl-12{margin:3rem !important}.mt-xxl-12,.my-xxl-12{margin-top:3rem !important}.mr-xxl-12,.mx-xxl-12{margin-right:3rem !important}.mb-xxl-12,.my-xxl-12{margin-bottom:3rem !important}.ml-xxl-12,.mx-xxl-12{margin-left:3rem !important}.m-xxl-13{margin:3.25rem !important}.mt-xxl-13,.my-xxl-13{margin-top:3.25rem !important}.mr-xxl-13,.mx-xxl-13{margin-right:3.25rem !important}.mb-xxl-13,.my-xxl-13{margin-bottom:3.25rem !important}.ml-xxl-13,.mx-xxl-13{margin-left:3.25rem !important}.m-xxl-14{margin:3.5rem !important}.mt-xxl-14,.my-xxl-14{margin-top:3.5rem !important}.mr-xxl-14,.mx-xxl-14{margin-right:3.5rem !important}.mb-xxl-14,.my-xxl-14{margin-bottom:3.5rem !important}.ml-xxl-14,.mx-xxl-14{margin-left:3.5rem !important}.m-xxl-15{margin:3.75rem !important}.mt-xxl-15,.my-xxl-15{margin-top:3.75rem !important}.mr-xxl-15,.mx-xxl-15{margin-right:3.75rem !important}.mb-xxl-15,.my-xxl-15{margin-bottom:3.75rem !important}.ml-xxl-15,.mx-xxl-15{margin-left:3.75rem !important}.m-xxl-16{margin:4rem !important}.mt-xxl-16,.my-xxl-16{margin-top:4rem !important}.mr-xxl-16,.mx-xxl-16{margin-right:4rem !important}.mb-xxl-16,.my-xxl-16{margin-bottom:4rem !important}.ml-xxl-16,.mx-xxl-16{margin-left:4rem !important}.m-xxl-17{margin:4.25rem !important}.mt-xxl-17,.my-xxl-17{margin-top:4.25rem !important}.mr-xxl-17,.mx-xxl-17{margin-right:4.25rem !important}.mb-xxl-17,.my-xxl-17{margin-bottom:4.25rem !important}.ml-xxl-17,.mx-xxl-17{margin-left:4.25rem !important}.m-xxl-18{margin:4.5rem !important}.mt-xxl-18,.my-xxl-18{margin-top:4.5rem !important}.mr-xxl-18,.mx-xxl-18{margin-right:4.5rem !important}.mb-xxl-18,.my-xxl-18{margin-bottom:4.5rem !important}.ml-xxl-18,.mx-xxl-18{margin-left:4.5rem !important}.m-xxl-19{margin:4.75rem !important}.mt-xxl-19,.my-xxl-19{margin-top:4.75rem !important}.mr-xxl-19,.mx-xxl-19{margin-right:4.75rem !important}.mb-xxl-19,.my-xxl-19{margin-bottom:4.75rem !important}.ml-xxl-19,.mx-xxl-19{margin-left:4.75rem !important}.m-xxl-20{margin:5rem !important}.mt-xxl-20,.my-xxl-20{margin-top:5rem !important}.mr-xxl-20,.mx-xxl-20{margin-right:5rem !important}.mb-xxl-20,.my-xxl-20{margin-bottom:5rem !important}.ml-xxl-20,.mx-xxl-20{margin-left:5rem !important}.m-xxl-21{margin:5.25rem !important}.mt-xxl-21,.my-xxl-21{margin-top:5.25rem !important}.mr-xxl-21,.mx-xxl-21{margin-right:5.25rem !important}.mb-xxl-21,.my-xxl-21{margin-bottom:5.25rem !important}.ml-xxl-21,.mx-xxl-21{margin-left:5.25rem !important}.m-xxl-22{margin:5.5rem !important}.mt-xxl-22,.my-xxl-22{margin-top:5.5rem !important}.mr-xxl-22,.mx-xxl-22{margin-right:5.5rem !important}.mb-xxl-22,.my-xxl-22{margin-bottom:5.5rem !important}.ml-xxl-22,.mx-xxl-22{margin-left:5.5rem !important}.m-xxl-23{margin:5.75rem !important}.mt-xxl-23,.my-xxl-23{margin-top:5.75rem !important}.mr-xxl-23,.mx-xxl-23{margin-right:5.75rem !important}.mb-xxl-23,.my-xxl-23{margin-bottom:5.75rem !important}.ml-xxl-23,.mx-xxl-23{margin-left:5.75rem !important}.m-xxl-24{margin:6rem !important}.mt-xxl-24,.my-xxl-24{margin-top:6rem !important}.mr-xxl-24,.mx-xxl-24{margin-right:6rem !important}.mb-xxl-24,.my-xxl-24{margin-bottom:6rem !important}.ml-xxl-24,.mx-xxl-24{margin-left:6rem !important}.m-xxl-25{margin:6.25rem !important}.mt-xxl-25,.my-xxl-25{margin-top:6.25rem !important}.mr-xxl-25,.mx-xxl-25{margin-right:6.25rem !important}.mb-xxl-25,.my-xxl-25{margin-bottom:6.25rem !important}.ml-xxl-25,.mx-xxl-25{margin-left:6.25rem !important}.m-xxl-26{margin:6.5rem !important}.mt-xxl-26,.my-xxl-26{margin-top:6.5rem !important}.mr-xxl-26,.mx-xxl-26{margin-right:6.5rem !important}.mb-xxl-26,.my-xxl-26{margin-bottom:6.5rem !important}.ml-xxl-26,.mx-xxl-26{margin-left:6.5rem !important}.m-xxl-27{margin:6.75rem !important}.mt-xxl-27,.my-xxl-27{margin-top:6.75rem !important}.mr-xxl-27,.mx-xxl-27{margin-right:6.75rem !important}.mb-xxl-27,.my-xxl-27{margin-bottom:6.75rem !important}.ml-xxl-27,.mx-xxl-27{margin-left:6.75rem !important}.m-xxl-28{margin:7rem !important}.mt-xxl-28,.my-xxl-28{margin-top:7rem !important}.mr-xxl-28,.mx-xxl-28{margin-right:7rem !important}.mb-xxl-28,.my-xxl-28{margin-bottom:7rem !important}.ml-xxl-28,.mx-xxl-28{margin-left:7rem !important}.m-xxl-29{margin:7.25rem !important}.mt-xxl-29,.my-xxl-29{margin-top:7.25rem !important}.mr-xxl-29,.mx-xxl-29{margin-right:7.25rem !important}.mb-xxl-29,.my-xxl-29{margin-bottom:7.25rem !important}.ml-xxl-29,.mx-xxl-29{margin-left:7.25rem !important}.m-xxl-30{margin:7.5rem !important}.mt-xxl-30,.my-xxl-30{margin-top:7.5rem !important}.mr-xxl-30,.mx-xxl-30{margin-right:7.5rem !important}.mb-xxl-30,.my-xxl-30{margin-bottom:7.5rem !important}.ml-xxl-30,.mx-xxl-30{margin-left:7.5rem !important}.m-xxl-31{margin:7.75rem !important}.mt-xxl-31,.my-xxl-31{margin-top:7.75rem !important}.mr-xxl-31,.mx-xxl-31{margin-right:7.75rem !important}.mb-xxl-31,.my-xxl-31{margin-bottom:7.75rem !important}.ml-xxl-31,.mx-xxl-31{margin-left:7.75rem !important}.m-xxl-32{margin:8rem !important}.mt-xxl-32,.my-xxl-32{margin-top:8rem !important}.mr-xxl-32,.mx-xxl-32{margin-right:8rem !important}.mb-xxl-32,.my-xxl-32{margin-bottom:8rem !important}.ml-xxl-32,.mx-xxl-32{margin-left:8rem !important}.m-xxl-33{margin:8.25rem !important}.mt-xxl-33,.my-xxl-33{margin-top:8.25rem !important}.mr-xxl-33,.mx-xxl-33{margin-right:8.25rem !important}.mb-xxl-33,.my-xxl-33{margin-bottom:8.25rem !important}.ml-xxl-33,.mx-xxl-33{margin-left:8.25rem !important}.m-xxl-34{margin:8.5rem !important}.mt-xxl-34,.my-xxl-34{margin-top:8.5rem !important}.mr-xxl-34,.mx-xxl-34{margin-right:8.5rem !important}.mb-xxl-34,.my-xxl-34{margin-bottom:8.5rem !important}.ml-xxl-34,.mx-xxl-34{margin-left:8.5rem !important}.m-xxl-35{margin:8.75rem !important}.mt-xxl-35,.my-xxl-35{margin-top:8.75rem !important}.mr-xxl-35,.mx-xxl-35{margin-right:8.75rem !important}.mb-xxl-35,.my-xxl-35{margin-bottom:8.75rem !important}.ml-xxl-35,.mx-xxl-35{margin-left:8.75rem !important}.m-xxl-36{margin:9rem !important}.mt-xxl-36,.my-xxl-36{margin-top:9rem !important}.mr-xxl-36,.mx-xxl-36{margin-right:9rem !important}.mb-xxl-36,.my-xxl-36{margin-bottom:9rem !important}.ml-xxl-36,.mx-xxl-36{margin-left:9rem !important}.m-xxl-37{margin:9.25rem !important}.mt-xxl-37,.my-xxl-37{margin-top:9.25rem !important}.mr-xxl-37,.mx-xxl-37{margin-right:9.25rem !important}.mb-xxl-37,.my-xxl-37{margin-bottom:9.25rem !important}.ml-xxl-37,.mx-xxl-37{margin-left:9.25rem !important}.m-xxl-48{margin:9.5rem !important}.mt-xxl-48,.my-xxl-48{margin-top:9.5rem !important}.mr-xxl-48,.mx-xxl-48{margin-right:9.5rem !important}.mb-xxl-48,.my-xxl-48{margin-bottom:9.5rem !important}.ml-xxl-48,.mx-xxl-48{margin-left:9.5rem !important}.m-xxl-39{margin:9.75rem !important}.mt-xxl-39,.my-xxl-39{margin-top:9.75rem !important}.mr-xxl-39,.mx-xxl-39{margin-right:9.75rem !important}.mb-xxl-39,.my-xxl-39{margin-bottom:9.75rem !important}.ml-xxl-39,.mx-xxl-39{margin-left:9.75rem !important}.m-xxl-40{margin:10rem !important}.mt-xxl-40,.my-xxl-40{margin-top:10rem !important}.mr-xxl-40,.mx-xxl-40{margin-right:10rem !important}.mb-xxl-40,.my-xxl-40{margin-bottom:10rem !important}.ml-xxl-40,.mx-xxl-40{margin-left:10rem !important}.p-xxl-0{padding:0 !important}.pt-xxl-0,.py-xxl-0{padding-top:0 !important}.pr-xxl-0,.px-xxl-0{padding-right:0 !important}.pb-xxl-0,.py-xxl-0{padding-bottom:0 !important}.pl-xxl-0,.px-xxl-0{padding-left:0 !important}.p-xxl-1{padding:0.25rem !important}.pt-xxl-1,.py-xxl-1{padding-top:0.25rem !important}.pr-xxl-1,.px-xxl-1{padding-right:0.25rem !important}.pb-xxl-1,.py-xxl-1{padding-bottom:0.25rem !important}.pl-xxl-1,.px-xxl-1{padding-left:0.25rem !important}.p-xxl-2{padding:0.5rem !important}.pt-xxl-2,.py-xxl-2{padding-top:0.5rem !important}.pr-xxl-2,.px-xxl-2{padding-right:0.5rem !important}.pb-xxl-2,.py-xxl-2{padding-bottom:0.5rem !important}.pl-xxl-2,.px-xxl-2{padding-left:0.5rem !important}.p-xxl-3{padding:0.75rem !important}.pt-xxl-3,.py-xxl-3{padding-top:0.75rem !important}.pr-xxl-3,.px-xxl-3{padding-right:0.75rem !important}.pb-xxl-3,.py-xxl-3{padding-bottom:0.75rem !important}.pl-xxl-3,.px-xxl-3{padding-left:0.75rem !important}.p-xxl-4{padding:1rem !important}.pt-xxl-4,.py-xxl-4{padding-top:1rem !important}.pr-xxl-4,.px-xxl-4{padding-right:1rem !important}.pb-xxl-4,.py-xxl-4{padding-bottom:1rem !important}.pl-xxl-4,.px-xxl-4{padding-left:1rem !important}.p-xxl-5{padding:1.25rem !important}.pt-xxl-5,.py-xxl-5{padding-top:1.25rem !important}.pr-xxl-5,.px-xxl-5{padding-right:1.25rem !important}.pb-xxl-5,.py-xxl-5{padding-bottom:1.25rem !important}.pl-xxl-5,.px-xxl-5{padding-left:1.25rem !important}.p-xxl-6{padding:1.5rem !important}.pt-xxl-6,.py-xxl-6{padding-top:1.5rem !important}.pr-xxl-6,.px-xxl-6{padding-right:1.5rem !important}.pb-xxl-6,.py-xxl-6{padding-bottom:1.5rem !important}.pl-xxl-6,.px-xxl-6{padding-left:1.5rem !important}.p-xxl-7{padding:1.75rem !important}.pt-xxl-7,.py-xxl-7{padding-top:1.75rem !important}.pr-xxl-7,.px-xxl-7{padding-right:1.75rem !important}.pb-xxl-7,.py-xxl-7{padding-bottom:1.75rem !important}.pl-xxl-7,.px-xxl-7{padding-left:1.75rem !important}.p-xxl-8{padding:2rem !important}.pt-xxl-8,.py-xxl-8{padding-top:2rem !important}.pr-xxl-8,.px-xxl-8{padding-right:2rem !important}.pb-xxl-8,.py-xxl-8{padding-bottom:2rem !important}.pl-xxl-8,.px-xxl-8{padding-left:2rem !important}.p-xxl-9{padding:2.25rem !important}.pt-xxl-9,.py-xxl-9{padding-top:2.25rem !important}.pr-xxl-9,.px-xxl-9{padding-right:2.25rem !important}.pb-xxl-9,.py-xxl-9{padding-bottom:2.25rem !important}.pl-xxl-9,.px-xxl-9{padding-left:2.25rem !important}.p-xxl-10{padding:2.5rem !important}.pt-xxl-10,.py-xxl-10{padding-top:2.5rem !important}.pr-xxl-10,.px-xxl-10{padding-right:2.5rem !important}.pb-xxl-10,.py-xxl-10{padding-bottom:2.5rem !important}.pl-xxl-10,.px-xxl-10{padding-left:2.5rem !important}.p-xxl-11{padding:2.75rem !important}.pt-xxl-11,.py-xxl-11{padding-top:2.75rem !important}.pr-xxl-11,.px-xxl-11{padding-right:2.75rem !important}.pb-xxl-11,.py-xxl-11{padding-bottom:2.75rem !important}.pl-xxl-11,.px-xxl-11{padding-left:2.75rem !important}.p-xxl-12{padding:3rem !important}.pt-xxl-12,.py-xxl-12{padding-top:3rem !important}.pr-xxl-12,.px-xxl-12{padding-right:3rem !important}.pb-xxl-12,.py-xxl-12{padding-bottom:3rem !important}.pl-xxl-12,.px-xxl-12{padding-left:3rem !important}.p-xxl-13{padding:3.25rem !important}.pt-xxl-13,.py-xxl-13{padding-top:3.25rem !important}.pr-xxl-13,.px-xxl-13{padding-right:3.25rem !important}.pb-xxl-13,.py-xxl-13{padding-bottom:3.25rem !important}.pl-xxl-13,.px-xxl-13{padding-left:3.25rem !important}.p-xxl-14{padding:3.5rem !important}.pt-xxl-14,.py-xxl-14{padding-top:3.5rem !important}.pr-xxl-14,.px-xxl-14{padding-right:3.5rem !important}.pb-xxl-14,.py-xxl-14{padding-bottom:3.5rem !important}.pl-xxl-14,.px-xxl-14{padding-left:3.5rem !important}.p-xxl-15{padding:3.75rem !important}.pt-xxl-15,.py-xxl-15{padding-top:3.75rem !important}.pr-xxl-15,.px-xxl-15{padding-right:3.75rem !important}.pb-xxl-15,.py-xxl-15{padding-bottom:3.75rem !important}.pl-xxl-15,.px-xxl-15{padding-left:3.75rem !important}.p-xxl-16{padding:4rem !important}.pt-xxl-16,.py-xxl-16{padding-top:4rem !important}.pr-xxl-16,.px-xxl-16{padding-right:4rem !important}.pb-xxl-16,.py-xxl-16{padding-bottom:4rem !important}.pl-xxl-16,.px-xxl-16{padding-left:4rem !important}.p-xxl-17{padding:4.25rem !important}.pt-xxl-17,.py-xxl-17{padding-top:4.25rem !important}.pr-xxl-17,.px-xxl-17{padding-right:4.25rem !important}.pb-xxl-17,.py-xxl-17{padding-bottom:4.25rem !important}.pl-xxl-17,.px-xxl-17{padding-left:4.25rem !important}.p-xxl-18{padding:4.5rem !important}.pt-xxl-18,.py-xxl-18{padding-top:4.5rem !important}.pr-xxl-18,.px-xxl-18{padding-right:4.5rem !important}.pb-xxl-18,.py-xxl-18{padding-bottom:4.5rem !important}.pl-xxl-18,.px-xxl-18{padding-left:4.5rem !important}.p-xxl-19{padding:4.75rem !important}.pt-xxl-19,.py-xxl-19{padding-top:4.75rem !important}.pr-xxl-19,.px-xxl-19{padding-right:4.75rem !important}.pb-xxl-19,.py-xxl-19{padding-bottom:4.75rem !important}.pl-xxl-19,.px-xxl-19{padding-left:4.75rem !important}.p-xxl-20{padding:5rem !important}.pt-xxl-20,.py-xxl-20{padding-top:5rem !important}.pr-xxl-20,.px-xxl-20{padding-right:5rem !important}.pb-xxl-20,.py-xxl-20{padding-bottom:5rem !important}.pl-xxl-20,.px-xxl-20{padding-left:5rem !important}.p-xxl-21{padding:5.25rem !important}.pt-xxl-21,.py-xxl-21{padding-top:5.25rem !important}.pr-xxl-21,.px-xxl-21{padding-right:5.25rem !important}.pb-xxl-21,.py-xxl-21{padding-bottom:5.25rem !important}.pl-xxl-21,.px-xxl-21{padding-left:5.25rem !important}.p-xxl-22{padding:5.5rem !important}.pt-xxl-22,.py-xxl-22{padding-top:5.5rem !important}.pr-xxl-22,.px-xxl-22{padding-right:5.5rem !important}.pb-xxl-22,.py-xxl-22{padding-bottom:5.5rem !important}.pl-xxl-22,.px-xxl-22{padding-left:5.5rem !important}.p-xxl-23{padding:5.75rem !important}.pt-xxl-23,.py-xxl-23{padding-top:5.75rem !important}.pr-xxl-23,.px-xxl-23{padding-right:5.75rem !important}.pb-xxl-23,.py-xxl-23{padding-bottom:5.75rem !important}.pl-xxl-23,.px-xxl-23{padding-left:5.75rem !important}.p-xxl-24{padding:6rem !important}.pt-xxl-24,.py-xxl-24{padding-top:6rem !important}.pr-xxl-24,.px-xxl-24{padding-right:6rem !important}.pb-xxl-24,.py-xxl-24{padding-bottom:6rem !important}.pl-xxl-24,.px-xxl-24{padding-left:6rem !important}.p-xxl-25{padding:6.25rem !important}.pt-xxl-25,.py-xxl-25{padding-top:6.25rem !important}.pr-xxl-25,.px-xxl-25{padding-right:6.25rem !important}.pb-xxl-25,.py-xxl-25{padding-bottom:6.25rem !important}.pl-xxl-25,.px-xxl-25{padding-left:6.25rem !important}.p-xxl-26{padding:6.5rem !important}.pt-xxl-26,.py-xxl-26{padding-top:6.5rem !important}.pr-xxl-26,.px-xxl-26{padding-right:6.5rem !important}.pb-xxl-26,.py-xxl-26{padding-bottom:6.5rem !important}.pl-xxl-26,.px-xxl-26{padding-left:6.5rem !important}.p-xxl-27{padding:6.75rem !important}.pt-xxl-27,.py-xxl-27{padding-top:6.75rem !important}.pr-xxl-27,.px-xxl-27{padding-right:6.75rem !important}.pb-xxl-27,.py-xxl-27{padding-bottom:6.75rem !important}.pl-xxl-27,.px-xxl-27{padding-left:6.75rem !important}.p-xxl-28{padding:7rem !important}.pt-xxl-28,.py-xxl-28{padding-top:7rem !important}.pr-xxl-28,.px-xxl-28{padding-right:7rem !important}.pb-xxl-28,.py-xxl-28{padding-bottom:7rem !important}.pl-xxl-28,.px-xxl-28{padding-left:7rem !important}.p-xxl-29{padding:7.25rem !important}.pt-xxl-29,.py-xxl-29{padding-top:7.25rem !important}.pr-xxl-29,.px-xxl-29{padding-right:7.25rem !important}.pb-xxl-29,.py-xxl-29{padding-bottom:7.25rem !important}.pl-xxl-29,.px-xxl-29{padding-left:7.25rem !important}.p-xxl-30{padding:7.5rem !important}.pt-xxl-30,.py-xxl-30{padding-top:7.5rem !important}.pr-xxl-30,.px-xxl-30{padding-right:7.5rem !important}.pb-xxl-30,.py-xxl-30{padding-bottom:7.5rem !important}.pl-xxl-30,.px-xxl-30{padding-left:7.5rem !important}.p-xxl-31{padding:7.75rem !important}.pt-xxl-31,.py-xxl-31{padding-top:7.75rem !important}.pr-xxl-31,.px-xxl-31{padding-right:7.75rem !important}.pb-xxl-31,.py-xxl-31{padding-bottom:7.75rem !important}.pl-xxl-31,.px-xxl-31{padding-left:7.75rem !important}.p-xxl-32{padding:8rem !important}.pt-xxl-32,.py-xxl-32{padding-top:8rem !important}.pr-xxl-32,.px-xxl-32{padding-right:8rem !important}.pb-xxl-32,.py-xxl-32{padding-bottom:8rem !important}.pl-xxl-32,.px-xxl-32{padding-left:8rem !important}.p-xxl-33{padding:8.25rem !important}.pt-xxl-33,.py-xxl-33{padding-top:8.25rem !important}.pr-xxl-33,.px-xxl-33{padding-right:8.25rem !important}.pb-xxl-33,.py-xxl-33{padding-bottom:8.25rem !important}.pl-xxl-33,.px-xxl-33{padding-left:8.25rem !important}.p-xxl-34{padding:8.5rem !important}.pt-xxl-34,.py-xxl-34{padding-top:8.5rem !important}.pr-xxl-34,.px-xxl-34{padding-right:8.5rem !important}.pb-xxl-34,.py-xxl-34{padding-bottom:8.5rem !important}.pl-xxl-34,.px-xxl-34{padding-left:8.5rem !important}.p-xxl-35{padding:8.75rem !important}.pt-xxl-35,.py-xxl-35{padding-top:8.75rem !important}.pr-xxl-35,.px-xxl-35{padding-right:8.75rem !important}.pb-xxl-35,.py-xxl-35{padding-bottom:8.75rem !important}.pl-xxl-35,.px-xxl-35{padding-left:8.75rem !important}.p-xxl-36{padding:9rem !important}.pt-xxl-36,.py-xxl-36{padding-top:9rem !important}.pr-xxl-36,.px-xxl-36{padding-right:9rem !important}.pb-xxl-36,.py-xxl-36{padding-bottom:9rem !important}.pl-xxl-36,.px-xxl-36{padding-left:9rem !important}.p-xxl-37{padding:9.25rem !important}.pt-xxl-37,.py-xxl-37{padding-top:9.25rem !important}.pr-xxl-37,.px-xxl-37{padding-right:9.25rem !important}.pb-xxl-37,.py-xxl-37{padding-bottom:9.25rem !important}.pl-xxl-37,.px-xxl-37{padding-left:9.25rem !important}.p-xxl-48{padding:9.5rem !important}.pt-xxl-48,.py-xxl-48{padding-top:9.5rem !important}.pr-xxl-48,.px-xxl-48{padding-right:9.5rem !important}.pb-xxl-48,.py-xxl-48{padding-bottom:9.5rem !important}.pl-xxl-48,.px-xxl-48{padding-left:9.5rem !important}.p-xxl-39{padding:9.75rem !important}.pt-xxl-39,.py-xxl-39{padding-top:9.75rem !important}.pr-xxl-39,.px-xxl-39{padding-right:9.75rem !important}.pb-xxl-39,.py-xxl-39{padding-bottom:9.75rem !important}.pl-xxl-39,.px-xxl-39{padding-left:9.75rem !important}.p-xxl-40{padding:10rem !important}.pt-xxl-40,.py-xxl-40{padding-top:10rem !important}.pr-xxl-40,.px-xxl-40{padding-right:10rem !important}.pb-xxl-40,.py-xxl-40{padding-bottom:10rem !important}.pl-xxl-40,.px-xxl-40{padding-left:10rem !important}.m-xxl-n1{margin:-0.25rem !important}.mt-xxl-n1,.my-xxl-n1{margin-top:-0.25rem !important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-0.25rem !important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-0.25rem !important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-0.25rem !important}.m-xxl-n2{margin:-0.5rem !important}.mt-xxl-n2,.my-xxl-n2{margin-top:-0.5rem !important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-0.5rem !important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-0.5rem !important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-0.5rem !important}.m-xxl-n3{margin:-0.75rem !important}.mt-xxl-n3,.my-xxl-n3{margin-top:-0.75rem !important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-0.75rem !important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-0.75rem !important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-0.75rem !important}.m-xxl-n4{margin:-1rem !important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1rem !important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1rem !important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1rem !important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1rem !important}.m-xxl-n5{margin:-1.25rem !important}.mt-xxl-n5,.my-xxl-n5{margin-top:-1.25rem !important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-1.25rem !important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-1.25rem !important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-1.25rem !important}.m-xxl-n6{margin:-1.5rem !important}.mt-xxl-n6,.my-xxl-n6{margin-top:-1.5rem !important}.mr-xxl-n6,.mx-xxl-n6{margin-right:-1.5rem !important}.mb-xxl-n6,.my-xxl-n6{margin-bottom:-1.5rem !important}.ml-xxl-n6,.mx-xxl-n6{margin-left:-1.5rem !important}.m-xxl-n7{margin:-1.75rem !important}.mt-xxl-n7,.my-xxl-n7{margin-top:-1.75rem !important}.mr-xxl-n7,.mx-xxl-n7{margin-right:-1.75rem !important}.mb-xxl-n7,.my-xxl-n7{margin-bottom:-1.75rem !important}.ml-xxl-n7,.mx-xxl-n7{margin-left:-1.75rem !important}.m-xxl-n8{margin:-2rem !important}.mt-xxl-n8,.my-xxl-n8{margin-top:-2rem !important}.mr-xxl-n8,.mx-xxl-n8{margin-right:-2rem !important}.mb-xxl-n8,.my-xxl-n8{margin-bottom:-2rem !important}.ml-xxl-n8,.mx-xxl-n8{margin-left:-2rem !important}.m-xxl-n9{margin:-2.25rem !important}.mt-xxl-n9,.my-xxl-n9{margin-top:-2.25rem !important}.mr-xxl-n9,.mx-xxl-n9{margin-right:-2.25rem !important}.mb-xxl-n9,.my-xxl-n9{margin-bottom:-2.25rem !important}.ml-xxl-n9,.mx-xxl-n9{margin-left:-2.25rem !important}.m-xxl-n10{margin:-2.5rem !important}.mt-xxl-n10,.my-xxl-n10{margin-top:-2.5rem !important}.mr-xxl-n10,.mx-xxl-n10{margin-right:-2.5rem !important}.mb-xxl-n10,.my-xxl-n10{margin-bottom:-2.5rem !important}.ml-xxl-n10,.mx-xxl-n10{margin-left:-2.5rem !important}.m-xxl-n11{margin:-2.75rem !important}.mt-xxl-n11,.my-xxl-n11{margin-top:-2.75rem !important}.mr-xxl-n11,.mx-xxl-n11{margin-right:-2.75rem !important}.mb-xxl-n11,.my-xxl-n11{margin-bottom:-2.75rem !important}.ml-xxl-n11,.mx-xxl-n11{margin-left:-2.75rem !important}.m-xxl-n12{margin:-3rem !important}.mt-xxl-n12,.my-xxl-n12{margin-top:-3rem !important}.mr-xxl-n12,.mx-xxl-n12{margin-right:-3rem !important}.mb-xxl-n12,.my-xxl-n12{margin-bottom:-3rem !important}.ml-xxl-n12,.mx-xxl-n12{margin-left:-3rem !important}.m-xxl-n13{margin:-3.25rem !important}.mt-xxl-n13,.my-xxl-n13{margin-top:-3.25rem !important}.mr-xxl-n13,.mx-xxl-n13{margin-right:-3.25rem !important}.mb-xxl-n13,.my-xxl-n13{margin-bottom:-3.25rem !important}.ml-xxl-n13,.mx-xxl-n13{margin-left:-3.25rem !important}.m-xxl-n14{margin:-3.5rem !important}.mt-xxl-n14,.my-xxl-n14{margin-top:-3.5rem !important}.mr-xxl-n14,.mx-xxl-n14{margin-right:-3.5rem !important}.mb-xxl-n14,.my-xxl-n14{margin-bottom:-3.5rem !important}.ml-xxl-n14,.mx-xxl-n14{margin-left:-3.5rem !important}.m-xxl-n15{margin:-3.75rem !important}.mt-xxl-n15,.my-xxl-n15{margin-top:-3.75rem !important}.mr-xxl-n15,.mx-xxl-n15{margin-right:-3.75rem !important}.mb-xxl-n15,.my-xxl-n15{margin-bottom:-3.75rem !important}.ml-xxl-n15,.mx-xxl-n15{margin-left:-3.75rem !important}.m-xxl-n16{margin:-4rem !important}.mt-xxl-n16,.my-xxl-n16{margin-top:-4rem !important}.mr-xxl-n16,.mx-xxl-n16{margin-right:-4rem !important}.mb-xxl-n16,.my-xxl-n16{margin-bottom:-4rem !important}.ml-xxl-n16,.mx-xxl-n16{margin-left:-4rem !important}.m-xxl-n17{margin:-4.25rem !important}.mt-xxl-n17,.my-xxl-n17{margin-top:-4.25rem !important}.mr-xxl-n17,.mx-xxl-n17{margin-right:-4.25rem !important}.mb-xxl-n17,.my-xxl-n17{margin-bottom:-4.25rem !important}.ml-xxl-n17,.mx-xxl-n17{margin-left:-4.25rem !important}.m-xxl-n18{margin:-4.5rem !important}.mt-xxl-n18,.my-xxl-n18{margin-top:-4.5rem !important}.mr-xxl-n18,.mx-xxl-n18{margin-right:-4.5rem !important}.mb-xxl-n18,.my-xxl-n18{margin-bottom:-4.5rem !important}.ml-xxl-n18,.mx-xxl-n18{margin-left:-4.5rem !important}.m-xxl-n19{margin:-4.75rem !important}.mt-xxl-n19,.my-xxl-n19{margin-top:-4.75rem !important}.mr-xxl-n19,.mx-xxl-n19{margin-right:-4.75rem !important}.mb-xxl-n19,.my-xxl-n19{margin-bottom:-4.75rem !important}.ml-xxl-n19,.mx-xxl-n19{margin-left:-4.75rem !important}.m-xxl-n20{margin:-5rem !important}.mt-xxl-n20,.my-xxl-n20{margin-top:-5rem !important}.mr-xxl-n20,.mx-xxl-n20{margin-right:-5rem !important}.mb-xxl-n20,.my-xxl-n20{margin-bottom:-5rem !important}.ml-xxl-n20,.mx-xxl-n20{margin-left:-5rem !important}.m-xxl-n21{margin:-5.25rem !important}.mt-xxl-n21,.my-xxl-n21{margin-top:-5.25rem !important}.mr-xxl-n21,.mx-xxl-n21{margin-right:-5.25rem !important}.mb-xxl-n21,.my-xxl-n21{margin-bottom:-5.25rem !important}.ml-xxl-n21,.mx-xxl-n21{margin-left:-5.25rem !important}.m-xxl-n22{margin:-5.5rem !important}.mt-xxl-n22,.my-xxl-n22{margin-top:-5.5rem !important}.mr-xxl-n22,.mx-xxl-n22{margin-right:-5.5rem !important}.mb-xxl-n22,.my-xxl-n22{margin-bottom:-5.5rem !important}.ml-xxl-n22,.mx-xxl-n22{margin-left:-5.5rem !important}.m-xxl-n23{margin:-5.75rem !important}.mt-xxl-n23,.my-xxl-n23{margin-top:-5.75rem !important}.mr-xxl-n23,.mx-xxl-n23{margin-right:-5.75rem !important}.mb-xxl-n23,.my-xxl-n23{margin-bottom:-5.75rem !important}.ml-xxl-n23,.mx-xxl-n23{margin-left:-5.75rem !important}.m-xxl-n24{margin:-6rem !important}.mt-xxl-n24,.my-xxl-n24{margin-top:-6rem !important}.mr-xxl-n24,.mx-xxl-n24{margin-right:-6rem !important}.mb-xxl-n24,.my-xxl-n24{margin-bottom:-6rem !important}.ml-xxl-n24,.mx-xxl-n24{margin-left:-6rem !important}.m-xxl-n25{margin:-6.25rem !important}.mt-xxl-n25,.my-xxl-n25{margin-top:-6.25rem !important}.mr-xxl-n25,.mx-xxl-n25{margin-right:-6.25rem !important}.mb-xxl-n25,.my-xxl-n25{margin-bottom:-6.25rem !important}.ml-xxl-n25,.mx-xxl-n25{margin-left:-6.25rem !important}.m-xxl-n26{margin:-6.5rem !important}.mt-xxl-n26,.my-xxl-n26{margin-top:-6.5rem !important}.mr-xxl-n26,.mx-xxl-n26{margin-right:-6.5rem !important}.mb-xxl-n26,.my-xxl-n26{margin-bottom:-6.5rem !important}.ml-xxl-n26,.mx-xxl-n26{margin-left:-6.5rem !important}.m-xxl-n27{margin:-6.75rem !important}.mt-xxl-n27,.my-xxl-n27{margin-top:-6.75rem !important}.mr-xxl-n27,.mx-xxl-n27{margin-right:-6.75rem !important}.mb-xxl-n27,.my-xxl-n27{margin-bottom:-6.75rem !important}.ml-xxl-n27,.mx-xxl-n27{margin-left:-6.75rem !important}.m-xxl-n28{margin:-7rem !important}.mt-xxl-n28,.my-xxl-n28{margin-top:-7rem !important}.mr-xxl-n28,.mx-xxl-n28{margin-right:-7rem !important}.mb-xxl-n28,.my-xxl-n28{margin-bottom:-7rem !important}.ml-xxl-n28,.mx-xxl-n28{margin-left:-7rem !important}.m-xxl-n29{margin:-7.25rem !important}.mt-xxl-n29,.my-xxl-n29{margin-top:-7.25rem !important}.mr-xxl-n29,.mx-xxl-n29{margin-right:-7.25rem !important}.mb-xxl-n29,.my-xxl-n29{margin-bottom:-7.25rem !important}.ml-xxl-n29,.mx-xxl-n29{margin-left:-7.25rem !important}.m-xxl-n30{margin:-7.5rem !important}.mt-xxl-n30,.my-xxl-n30{margin-top:-7.5rem !important}.mr-xxl-n30,.mx-xxl-n30{margin-right:-7.5rem !important}.mb-xxl-n30,.my-xxl-n30{margin-bottom:-7.5rem !important}.ml-xxl-n30,.mx-xxl-n30{margin-left:-7.5rem !important}.m-xxl-n31{margin:-7.75rem !important}.mt-xxl-n31,.my-xxl-n31{margin-top:-7.75rem !important}.mr-xxl-n31,.mx-xxl-n31{margin-right:-7.75rem !important}.mb-xxl-n31,.my-xxl-n31{margin-bottom:-7.75rem !important}.ml-xxl-n31,.mx-xxl-n31{margin-left:-7.75rem !important}.m-xxl-n32{margin:-8rem !important}.mt-xxl-n32,.my-xxl-n32{margin-top:-8rem !important}.mr-xxl-n32,.mx-xxl-n32{margin-right:-8rem !important}.mb-xxl-n32,.my-xxl-n32{margin-bottom:-8rem !important}.ml-xxl-n32,.mx-xxl-n32{margin-left:-8rem !important}.m-xxl-n33{margin:-8.25rem !important}.mt-xxl-n33,.my-xxl-n33{margin-top:-8.25rem !important}.mr-xxl-n33,.mx-xxl-n33{margin-right:-8.25rem !important}.mb-xxl-n33,.my-xxl-n33{margin-bottom:-8.25rem !important}.ml-xxl-n33,.mx-xxl-n33{margin-left:-8.25rem !important}.m-xxl-n34{margin:-8.5rem !important}.mt-xxl-n34,.my-xxl-n34{margin-top:-8.5rem !important}.mr-xxl-n34,.mx-xxl-n34{margin-right:-8.5rem !important}.mb-xxl-n34,.my-xxl-n34{margin-bottom:-8.5rem !important}.ml-xxl-n34,.mx-xxl-n34{margin-left:-8.5rem !important}.m-xxl-n35{margin:-8.75rem !important}.mt-xxl-n35,.my-xxl-n35{margin-top:-8.75rem !important}.mr-xxl-n35,.mx-xxl-n35{margin-right:-8.75rem !important}.mb-xxl-n35,.my-xxl-n35{margin-bottom:-8.75rem !important}.ml-xxl-n35,.mx-xxl-n35{margin-left:-8.75rem !important}.m-xxl-n36{margin:-9rem !important}.mt-xxl-n36,.my-xxl-n36{margin-top:-9rem !important}.mr-xxl-n36,.mx-xxl-n36{margin-right:-9rem !important}.mb-xxl-n36,.my-xxl-n36{margin-bottom:-9rem !important}.ml-xxl-n36,.mx-xxl-n36{margin-left:-9rem !important}.m-xxl-n37{margin:-9.25rem !important}.mt-xxl-n37,.my-xxl-n37{margin-top:-9.25rem !important}.mr-xxl-n37,.mx-xxl-n37{margin-right:-9.25rem !important}.mb-xxl-n37,.my-xxl-n37{margin-bottom:-9.25rem !important}.ml-xxl-n37,.mx-xxl-n37{margin-left:-9.25rem !important}.m-xxl-n48{margin:-9.5rem !important}.mt-xxl-n48,.my-xxl-n48{margin-top:-9.5rem !important}.mr-xxl-n48,.mx-xxl-n48{margin-right:-9.5rem !important}.mb-xxl-n48,.my-xxl-n48{margin-bottom:-9.5rem !important}.ml-xxl-n48,.mx-xxl-n48{margin-left:-9.5rem !important}.m-xxl-n39{margin:-9.75rem !important}.mt-xxl-n39,.my-xxl-n39{margin-top:-9.75rem !important}.mr-xxl-n39,.mx-xxl-n39{margin-right:-9.75rem !important}.mb-xxl-n39,.my-xxl-n39{margin-bottom:-9.75rem !important}.ml-xxl-n39,.mx-xxl-n39{margin-left:-9.75rem !important}.m-xxl-n40{margin:-10rem !important}.mt-xxl-n40,.my-xxl-n40{margin-top:-10rem !important}.mr-xxl-n40,.mx-xxl-n40{margin-right:-10rem !important}.mb-xxl-n40,.my-xxl-n40{margin-bottom:-10rem !important}.ml-xxl-n40,.mx-xxl-n40{margin-left:-10rem !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}@media (min-width: 1400px){.text-xxl-left{text-align:left !important}.text-xxl-right{text-align:right !important}.text-xxl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:500 !important}.font-weight-bolder{font-weight:600 !important}.font-weight-700{font-weight:700 !important}.font-italic{font-style:italic !important}.text-white{color:#ffffff !important}.text-primary{color:#3699FF !important}a.text-primary:hover,a.text-primary:focus{color:#0073e9 !important}.text-secondary{color:#E4E6EF !important}a.text-secondary:hover,a.text-secondary:focus{color:#b4bad3 !important}.text-success{color:#1BC5BD !important}a.text-success:hover,a.text-success:focus{color:#12827c !important}.text-info{color:#8950FC !important}a.text-info:hover,a.text-info:focus{color:#5605fb !important}.text-warning{color:#FFA800 !important}a.text-warning:hover,a.text-warning:focus{color:#b37600 !important}.text-danger{color:#F64E60 !important}a.text-danger:hover,a.text-danger:focus{color:#ec0c24 !important}.text-light{color:#F3F6F9 !important}a.text-light:hover,a.text-light:focus{color:#c0d0e0 !important}.text-dark{color:#181C32 !important}a.text-dark:hover,a.text-dark:focus{color:black !important}.text-white{color:#ffffff !important}a.text-white:hover,a.text-white:focus{color:#d9d9d9 !important}.text-body{color:#3F4254 !important}.text-muted{color:#B5B5C3 !important}.text-black-50{color:rgba(0,0,0,0.5) !important}.text-white-50{color:rgba(255,255,255,0.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.wizard [data-wizard-type="step-info"]{display:none}.wizard [data-wizard-type="step-info"][data-wizard-state="current"]{display:block}.wizard [data-wizard-type="step-content"]{display:none}.wizard [data-wizard-type="step-content"][data-wizard-state="current"]{display:block}.wizard [data-wizard-type="action-prev"]{display:none}.wizard [data-wizard-type="action-next"]{display:inline-block}.wizard [data-wizard-type="action-submit"]{display:none}.wizard[data-wizard-state="first"] [data-wizard-type="action-prev"]{display:none}.wizard[data-wizard-state="first"] [data-wizard-type="action-next"]{display:inline-block}.wizard[data-wizard-state="first"] [data-wizard-type="action-submit"]{display:none}.wizard[data-wizard-state="between"] [data-wizard-type="action-prev"]{display:inline-block}.wizard[data-wizard-state="between"] [data-wizard-type="action-next"]{display:inline-block}.wizard[data-wizard-state="between"] [data-wizard-type="action-submit"]{display:none}.wizard[data-wizard-state="last"] [data-wizard-type="action-prev"]{display:inline-block}.wizard[data-wizard-state="last"] [data-wizard-type="action-next"]{display:none}.wizard[data-wizard-state="last"] [data-wizard-type="action-submit"]{display:inline-block}.wizard[data-wizard-clickable="true"] .wizard-step{cursor:pointer}html{scroll-behavior:smooth}body{font-family:'IBM Plex Sans', sans-serif}.header-top{background:none;color:#9e9e9e;padding-bottom:0px}.header-top .fh5co-social a{color:#9e9e9e;font-size:14px}.header-top .fh5co-social a:hover,.header-top .fh5co-scoial a:active,.header-top .fh5co-social a:focus{color:#000 !important}.header-top .fh5co-social .contact-blue a:hover,.header-top .fh5co-social .contact-blue a:focus,.header-top .fh5co-social .contact-blue a:active{color:#fff !important}#fh5co-logo{margin:28px 0 28px 15px}.stuck #fh5co-logo{margin:28px 0 28px 15px}.search{display:inline-block;position:relative;height:18px;width:18px;box-sizing:border-box;margin:4px 0px 0px 0px;padding:0px 5px 0px 9px;border:2px solid #FFFFFF;border-radius:25px;-webkit-transition:all 200ms ease;transition:all 200ms ease;cursor:text;color:#fff;float:right}.search:after{content:"";position:absolute;width:3px;height:8px;right:-3px;top:14px;background:#FFFFFF;border-radius:2px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all 200ms ease;transition:all 200ms ease}.search.active,.search:hover{width:100%;margin-right:0px;height:31px;margin:0px}.search.active:after,.search:hover:after{height:0px}.search input{width:100%;border:none;box-sizing:border-box;font-family:'IBM Plex Sans';font-size:12px;font-weight:400;color:inherit;background:transparent;outline-width:0px;color:#fff;text-transform:capitalize !important}.search input::placeholder{color:transparent}.search.active input::placeholder,.search:hover input::placeholder{color:#fff}#fh5co-header-section .phone-number{float:right;margin:6px 0}#fh5co-header-section .phone-number i{float:left;font-size:30px;color:#156289;margin:10px 10px 11px 0}#fh5co-header-section .phone-number div{float:left;font-size:16px;font-weight:600;color:#156289}#offcanvas-menu ul li a{color:#fff;font-size:16px;opacity:0.8}#offcanvas-menu ul li.active>a{opacity:1;color:#92aa63}#fh5co-menu-wrap{margin-top:0px;transition:ease 0.5s all}a,a:hover,a:focus{color:#23C497;text-decoration:none}img{max-width:100%}.padding-0{padding:0px}.heading h2{font-size:27px;font-weight:600}div#banner-section{position:relative;z-index:1;padding:50px 0}div#banner-slider{height:720px;background:#fff;background-size:cover}.banner-content,.banner-img-wrap{width:100%;vertical-align:middle}.banner-img-wrap{padding-top:75px}.banner-content h1{font-size:55px;color:#383838 !important;font-family:'IBM Plex Sans', sans-serif;font-weight:400;margin-bottom:15px;line-height:65px}.banner-content h1 span{font-weight:bold}.banner-content p{font-family:'IBM Plex Sans', sans-serif;color:#363636;font-size:20px;line-height:32px;margin-bottom:20px;font-weight:400;margin-top:35px}.banner-btns a{min-width:200px !important}.banner-btns a:first-child{margin-right:10px}div#banner-slider.owl-carousel .owl-stage-outer{overflow:visible}.no-padd{padding:0}.zoom-small{transform:scale(1.05)}.heading-with-sub{position:relative}.heading-with-sub h2{margin-bottom:20px;font-size:43px;line-height:63px;font-family:'IBM Plex Sans', sans-serif;line-height:normal;font-weight:700}.black-caption .heading-with-sub h2 span{color:#355694 !important}.heading-with-sub h2{position:relative}.heading-with-sub h4{font-size:20px;margin-bottom:5px;font-weight:100}h3.small-heading{font-family:'IBM Plex Sans', sans-serif;line-height:normal;font-weight:800;color:#02cab8;font-size:35px;margin-bottom:15px}.black-caption{margin-bottom:70px}.black-caption h2{color:#0F121D}.black-caption h2 span{color:#383838}.white-caption p{color:#fff}.white-caption h2{color:#fff;margin-bottom:28px}.white-caption h2 span{color:#fff}.black-caption p{font-family:'IBM Plex Sans', sans-serif;line-height:32px;font-size:20px;color:#535760;margin-bottom:0px}div#audience-about-section{position:relative;padding:80px 0 140px;background:#fff url(/about-section-bg.png) no-repeat center top;background-size:100% 100%}.audience-about-video{position:relative}.audience-about-video .video-wrap{width:87%;min-height:345px;background:#fff;text-align:center;border-radius:10px;box-shadow:0px 0px 22px -8px #ccc;position:relative;margin-left:auto}.audience-about-video .video-wrap a{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.audience-about-video .video-info{background:#23C497;width:270px;position:absolute;z-index:99;bottom:-80px;padding:30px;border-radius:10px}.audience-about-video .video-info .video-info-head{font-family:'IBM Plex Sans', sans-serif;font-weight:700;margin-bottom:10px}.audience-about-video .video-info p{font-family:'IBM Plex Sans', sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#fff}.audience-about-video .video-info a{color:#fff;font-weight:600;font-size:16px}.audience-about-video .video-info a img{margin-left:15px}.audience-about-info-list{position:relative;padding:40px;padding-top:60px}.audience-about-info-list ul{padding:0;margin:0;list-style:none}.audience-about-info-list ul li{padding-left:40px;position:relative;margin-bottom:40px}.audience-about-info-list ul li:last-child{margin:0}.audience-about-info-list ul li:before{content:'';width:40px;height:40px;border-radius:25px;background:#fff;position:absolute;left:-15px;top:-5px}.audience-about-info-list ul li.blue:before{background:#355694}.audience-about-info-list ul li.green:before{background:#23C497}.audience-about-info-list ul li .about-info-list-head{font-family:'IBM Plex Sans', sans-serif;font-weight:600;color:#0F121D;font-size:20px;margin-bottom:10px}.audience-about-info-list ul li p{font-family:'IBM Plex Sans', sans-serif;font-size:16px;color:#535760;line-height:26px}img.about-arrow{position:absolute;left:35%}div#audience-why-section{position:relative;padding:80px 0 20px}.why-icon-box{position:relative;padding:30px;text-align:left;margin-bottom:30px}.why-icon-box .why-icon{margin-bottom:20px}.why-icon-box .why-icon img{width:70px}.why-icon-box .why-icon-box-info h2{font-family:'IBM Plex Sans', sans-serif;font-weight:600;font-size:20px;line-height:26px;margin-bottom:20px;min-height:52px;color:#0F121D}.why-icon-box .why-icon-box-info p{font-family:'IBM Plex Sans', sans-serif;font-size:16px;font-weight:400;color:#535760;line-height:24px}div#order-roll-section{position:relative;padding:100px 0;background:url(/assets/order-roll-bg.jpg) no-repeat center center;background-size:cover}div#banner2.owl-carousel .owl-stage-outer{overflow:visible}div#order-roll-section .order-roll-img .img-wrap{max-width:750px;margin:0 auto;position:relative}div#order-roll-section .order-roll-img .img-wrap img{width:100%}div#order-roll-section .order-roll-img span img{max-width:fit-content;margin:0;display:inline-block}div#order-roll-section .order-roll-img span.card.inner-right{position:absolute;left:18%;top:32%;transform:translate(0, -50%)}div#order-roll-section .order-roll-img span.circle.inner-left{position:absolute;right:29%;top:28%;transform:translate(0, -50%)}div#order-roll-section .order-roll-img span.circle.inner-bottom{position:absolute;bottom:45px;left:33%;transform:translateX(-50%)}div#order-roll-section .order-roll-img span.circle.right{position:absolute;left:-50px;top:45%;transform:translate(0, -50%)}div#order-roll-section .order-roll-img span.circle.left{position:absolute;right:-30px;top:30%;transform:translate(0, -50%)}div#order-roll-section .order-roll-img .img-wrap.non-active span.card.inner-right{left:0;transition:all 1.5s 0s ease !important}div#order-roll-section .owl-item.active.center .order-roll-img .img-wrap.non-active span.card.inner-right{left:18%;transition:all 1.5s 1s ease !important}div#order-roll-section .order-roll-img .img-wrap.non-active span.circle.inner-left{right:0;transition:all 1.5s 0s ease !important}div#order-roll-section .owl-item.active.center .order-roll-img .img-wrap.non-active span.circle.inner-left{right:29%;transition:all 1.5s 1s ease !important}div#order-roll-section .order-roll-img .img-wrap.non-active span.circle.inner-bottom{bottom:-45px;transition:all 1.5s 0s ease !important}div#order-roll-section .owl-item.active.center .order-roll-img .img-wrap.non-active span.circle.inner-bottom{bottom:45px;transition:all 1.5s 1s ease !important}div#order-roll-section .order-roll-img .img-wrap.non-active span.circle.right{left:-230px;transition:all 1.5s 0s ease !important}div#order-roll-section .owl-item.active.center .order-roll-img .img-wrap.non-active span.circle.right{left:-50px;transition:all 1.5s 1s ease !important}div#order-roll-section .order-roll-img .img-wrap.non-active span.circle.left{right:-230px;transition:all 1.5s 0s ease !important}div#order-roll-section .owl-item.active.center .order-roll-img .img-wrap.non-active span.circle.left{right:-30px;transition:all 1.5s 1s ease !important}.order-roll-hash{background:#E5E9F2;padding:22px 0}.order-roll-hash .row{display:flex;justify-content:center;align-items:center}.order-roll-hash .owl-slider-tabs{position:relative}.order-roll-hash .owl-slider-tabs ul{padding:0;margin:0;list-style:none;display:flex;justify-content:space-between}.order-roll-hash .owl-slider-tabs ul li,.order-roll-hash .owl-slider-tabs ul li a{color:#0F121D;font-family:'IBM Plex Sans', sans-serif !important;font-size:16px;font-weight:400}.order-roll-hash a.themebtn.blue{background:#355694;padding:9px 50px}.order-roll-hash a.themebtn.blue:hover,.order-roll-hash a.themebtn.blue:active,.order-roll-hash a.themebtn.blue:focus{background:#23c497}.order-roll-hash .owl-slider-tabs ul li{position:relative;margin-top:14px;display:inline-block;width:calc(98% / 4);text-align:center}.order-roll-hash .owl-slider-tabs ul li:before{content:'';width:100%;height:4px;background:#355694;background:#FFFFFF;position:absolute;top:-14px;right:2px;transform:translateX(-50%);transition:all 1s 0.5s ease !important}.order-roll-hash .owl-slider-tabs ul li.active:before{background:#355694;transition:all 1s 0.5s ease !important}.order-roll-hash .owl-slider-tabs ul li:first-child:before{opacity:0}.order-roll-hash .owl-slider-tabs ul li:after{content:'';width:10px;height:10px;position:absolute;background:#fff;left:77px;top:-17px;border-radius:70px;z-index:9999}.order-roll-hash .owl-slider-tabs ul li.active:after{background:#355694;transition:all 1s 0.5s ease !important}li.active.current~li:before,li.active.current~li:after{background:#fff !important;transition:all 1s 0.5s ease !important}@media screen and (max-width: 1220px){div#order-roll-section .owl-carousel.owl-drag .owl-item .item{overflow:hidden}}@media screen and (max-width: 991px){div#order-roll-section .order-roll-img .img-wrap{max-width:610px}div#order-roll-section .owl-carousel.owl-drag .owl-item .item{overflow:hidden}div#order-roll-section .order-roll-img .img-wrap span img{max-width:82%}div#order-roll-section{background-position-x:right}.order-roll-hash .row{display:block}.order-roll-hash .owl-slider-tabs{margin:0 auto;margin-bottom:30px;margin-top:20px;max-width:680px}.order-roll-hash a.themebtn.blue{margin-bottom:8px}}@media screen and (max-width: 650px){div#order-roll-section .owl-carousel.owl-drag .owl-item .item{overflow:hidden}div#order-roll-section .order-roll-img .img-wrap span img{max-width:55%}div#order-roll-section .owl-item.active.center .order-roll-img .img-wrap.non-active span.circle.inner-left{right:23%}div#order-roll-section .owl-item.active.center .order-roll-img .img-wrap.non-active span.card.inner-right{left:6%}div#order-roll-section .owl-item.active.center .order-roll-img .img-wrap.non-active span.circle.inner-bottom{bottom:15px}div#order-roll-section .owl-item.active.center .order-roll-img .img-wrap.non-active span.circle.right{left:-40px;top:55%}div#order-roll-section .owl-item.active.center .order-roll-img .img-wrap.non-active span.circle.left{right:-40px;top:36%}.order-roll-hash .owl-slider-tabs ul li:after{left:47%}.order-roll-hash .owl-slider-tabs ul li,.order-roll-hash .owl-slider-tabs ul li a{line-height:normal}}div#home-pricing-section{position:relative;padding:80px 0}.pricing-table{position:relative}.pricing-table table tr th:first-child{width:220px}.pricing-table table tr td:first-child{width:220px}.pricing-table table tr th,.pricing-table table tr td{text-align:left;height:47px;padding:12px 15px;border:0px}.pricing-table table tbody#ratesTable{display:block;overflow:auto;width:100%}.pricing-table table thead{width:calc( 100% - 1em)}.pricing-table table thead,.pricing-table table tr{display:table;width:100%;table-layout:fixed}.pricing-table table tbody{max-height:280px}.pricing-table input#ratesInput{width:60%;margin:0 auto;margin-bottom:40px;font-size:16px;height:50px;padding-left:35px;background:url(/search-icon.png) no-repeat center left;background-position-x:11px}.pricing-table table tbody#ratesTable::-webkit-scrollbar{width:5px;border-radius:3px}.pricing-table table tbody#ratesTable::-webkit-scrollbar-track{background:#F1F2F4;border-radius:5px}.pricing-table table tbody#ratesTable::-webkit-scrollbar-thumb{background:#BBBDC1;border-radius:5px}.pricing-table table tbody#ratesTable::-webkit-scrollbar-thumb:hover{background:#BBBDC1}.pricing-table table tr th{font-family:'IBM Plex Sans', sans-serif;font-weight:bold;color:#666C77;font-size:14px}.pricing-table table tr td{font-family:'IBM Plex Sans', sans-serif;font-weight:400;font-size:16px;color:#0F121D}.pricing-table table tr td:first-child{font-weight:bold}div#marketing-section{position:relative;padding:100px 0;background:url(/marketing-section-bg.png) no-repeat center center;background-size:cover}div#marketing-section a.themebtn{border:none;min-width:170px}div#marketing-section *{color:#fff}div#qa-section{position:relative;padding:80px 0}div#qa-section .black-caption{margin-bottom:40px}.qa-accordion{margin-top:40px}.qa-accordion .panel{border:none;margin-bottom:0px}.qa-accordion .panel>.panel-heading{padding:0px;background:transparent;border:none}.qa-accordion .panel h4 a{background:#fff url(/assets/down-arrow-4e7a4029030c7f07a0a2eb3d612020d0b426cb1ebb441157b873692301a72992.png) no-repeat calc(100% - 10px) center;background-size:9px;cursor:pointer;padding:15px 0px;width:100%;display:block;font-family:'IBM Plex Sans', sans-serif;font-size:20px;font-weight:600;color:#0F121D}.qa-accordion .panel h4 a[aria-expanded="true"]{background:#fff url(/up-arrow.png) no-repeat calc(100% - 10px) center;background-size:9px}.qa-accordion .panel-body{padding:25px;padding-left:0;padding-right:0;border-top:none !important;font-family:'IBM Plex Sans', sans-serif;font-size:16px;font-weight:400;color:#535760}.qa-accordion .panel-body p{font-family:'IBM Plex Sans', sans-serif;font-size:16px;font-weight:400;color:#535760;margin-bottom:0px}div#sayings-section{position:relative;background:#F4F7FE;padding:90px 0}div#sayings-section .black-caption{margin-bottom:50px}div#sayings-section .container-fluid{padding-right:0px}.sayings-wrap{padding-left:15px;padding-right:0px}.forgot-link{color:#535760}.gl-cancel{text-align:left;letter-spacing:0;text-transform:capitalize}.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title{text-align:left}.steps-sidebar .wizard-nav .wizard-steps{display:inline-block}#error_explanation h2{display:none}#error_explanation ul{padding:0}#error_explanation li{list-style:none;color:#FF0000}.login-footer{color:#535760;font-size:12px;text-align:center;position:absolute;bottom:25px;width:100%;left:0}.mocks-wrap{display:block;overflow-y:hidden;overflow-x:auto;margin-bottom:35px}.mocks-wrap2{width:100% !important;display:block;overflow-y:hidden;overflow-x:auto;margin-bottom:35px}.filter-scroll-container::-webkit-scrollbar,.mocks-wrap2::-webkit-scrollbar,.mocks-wrap::-webkit-scrollbar,.mocks-wrap2::-webkit-scrollbar{width:5px;height:5px}.filter-scroll-container::-webkit-scrollbar-track,.mocks-wrap::-webkit-scrollbar-track,.mocks-wrap2::-webkit-scrollbar-track{background:#F9FAFB}.filter-scroll-container::-webkit-scrollbar-thumb,.mocks-wrap::-webkit-scrollbar-thumb,.mocks-wrap2::-webkit-scrollbar-thumb{background:#F9FAFB}.filter-scroll-container::-webkit-scrollbar-thumb:hover,.mocks-wrap::-webkit-scrollbar-thumb:hover,.mocks-wrap2::-webkit-scrollbar-thumb:hover,.filter-scroll-container:hover::-webkit-scrollbar-thumb{background:#ccc;cursor:grab}.templates-filters{overflow-y:hidden;overflow-x:auto}.stripe_btn{min-width:180px !important}.top-5rm{padding-top:5rem}.filter-scroll-container{width:100% !important;overflow-x:auto;overflow-y:hidden}.templates-filters.scroll-filter{width:1840px}.contact-list-table-wrap{overflow-x:auto}#chart-1{margin-top:35px}.contact-list-table-wrap .dropdown-menu{left:auto;right:-20px}#sortmenu img{max-width:18px;height:4px}.top-50{margin-top:50px}.gl-content-box{background:#F9FAFB;border:1px solid rgba(187,189,193,0.12);box-shadow:0px 0px 3px -1px #bbbdc1;padding:40px}.roma-bullet li{list-style:lower-roman}.login-content .form-group .form-control.contact-msg{height:225px !important;resize:none}.show-on-tab{display:none !important}.hide-on-tab{display:block !important}.white-box{background:#fff;border-radius:5px;padding:0 15px 15px;box-shadow:0px 0px 3px -1px #bbbdc1;margin:auto auto 10px;position:relative}.white-box-inner{padding:25px;border-bottom:solid 1px #EFEFEF}.white-box-inner:nth-last-child(1){border:none}.box-title{float:left}.box-action{float:right}.grey-title{font-size:14px;color:#84878D}.white-box-row{margin-bottom:12px}.gl-msg-box{max-width:350px;vertical-align:bottom}@media (min-width: 576px){.sayings-wrap{margin-right:0;margin-left:calc(47vw  - 270px)}}@media (min-width: 768px){.sayings-wrap{margin-right:0;margin-left:calc(47vw  - 360px)}}@media (min-width: 992px){.sayings-wrap{margin-right:0;margin-left:calc(47vw  - 480px)}}@media (min-width: 1200px){.sayings-wrap{margin-right:0;margin-left:calc(47vw - 570px)}}div#sayings-slider{margin-bottom:35px;position:relative}.saying-icon-box{background:#fff;padding:35px 45px;border-radius:10px;margin:15px 0px;transition:all .3s ease}div#sayings-section{position:relative;background:#F4F7FE;padding:90px 0}div#sayings-slider .owl-item.active.firstactiveitem .saying-icon-box{box-shadow:0px 0px 19px -14px #000;transition:all .3s ease}div#sayings-section .container-fluid{padding-right:0px}.saying-icon-box p{font-size:18px;line-height:30px;font-family:'IBM Plex Sans', sans-serif;font-style:italic;color:#0F121D}.saying-icon-box .media p{margin:0px}.saying-icon-box .media .media-left,.saying-icon-box .media .media-right,.saying-icon-box .media .media-body{vertical-align:middle}.saying-icon-box .media .media-left img.media-object{width:60px}.saying-icon-box .media .media-body .media-heading{font-family:'IBM Plex Sans', sans-serif;font-weight:600;color:#0F121D;font-size:18px;margin-bottom:2px}.saying-icon-box .media .media-body p{font-size:14px;font-weight:400;font-style:inherit;color:#535760;line-height:normal}div#sayings-slider .owl-nav{position:absolute;top:-93px;margin:0;left:75%}div#sayings-slider .owl-nav button{margin:0 !important;margin-right:20px !important;width:35px;height:30px}div#sayings-slider .owl-nav button:last-child{margin:0 !important;margin-right:0px !important}div#sayings-slider .owl-nav button span{display:none}div#sayings-slider .owl-nav button.owl-prev{background:url(/carousel-arrow-left.png) no-repeat center center;background-size:contain;opacity:1}div#sayings-slider .owl-nav button.owl-next{background:url(/carousel-arrow-right.png) no-repeat center center;background-size:contain}div#sayings-slider .owl-nav button.owl-prev.disabled{opacity:0}div#services-section{position:relative;padding:100px 0;background:#fff;background-size:100%}div#services-section .black-caption{margin-bottom:40px}.service-box{position:relative;margin-bottom:50px;padding:0;overflow:hidden}.service-box .service-box-content{margin-top:0}.service-box .service-box-content .service-name{font-family:'IBM Plex Sans', sans-serif;font-weight:500;color:#fff;font-size:24px;margin-bottom:10px;min-height:90px}.service-box .service-box-content p{font-size:15px;font-family:'IBM Plex Sans', sans-serif;color:#383838;line-height:25px}.service-box a.themebtn{font-size:14px}div#services-section .black-caption h2{margin-bottom:80px}.service-box .service-box-content{position:absolute;top:0;left:0;width:calc(100% - 60px);height:calc(100% - 60px);margin:30px;border:1px solid #fff;padding:100px 0 30px}.service-box img{width:100%;transition:all .5s ease}.service-box:hover img{transition:all .5s ease;transform:scale(1.2)}div#about-mission-section{position:relative;padding:130px 0;background:#f8f9f6}.mission-info-wrap{position:relative;text-align:center}.mission-info-wrap ul{list-style:none;padding:0px 25px;margin:0}.mission-info-wrap ul li{margin-bottom:25px}.mission-icon-box img{margin-bottom:10px}.mission-icon-box h2{font-family:'IBM Plex Sans', sans-serif;font-weight:700;color:#515151;margin-bottom:15px;font-size:20px;line-height:normal}.mission-icon-box p{margin:0;font-family:'IBM Plex Sans', sans-serif;font-size:14px;line-height:24px;padding:0 15px}.mission-info-wrap ul li:last-child{margin:0;padding:0}.mission-info-wrap hr{width:80%;border-color:#dfe0dd}.mission-img-box.with-content{position:relative}.mission-img-box.with-content .misssion-img-box-content{text-align:center;padding:50px 30px;position:absolute;bottom:0}.mission-img-box.with-content .misssion-img-box-content p{color:#fff;font-family:'IBM Plex Sans', sans-serif;font-size:18px;margin-bottom:15px;line-height:28px}div#our-team-section{position:relative;padding:130px 0}div#our-team-section .black-caption h2{margin-bottom:80px}.team-box{position:relative;background:#fff;box-shadow:0px 0px 9px 1px rgba(0,0,0,0.11);padding:10px;border-radius:2px}.team-box .media-left{padding-right:20px}.team-box h3{font-family:'IBM Plex Sans', sans-serif;font-size:20px;color:#515151;line-height:normal;margin-bottom:10px;font-weight:700}.team-box p{font-family:'IBM Plex Sans', sans-serif;font-size:13px;line-height:25px;margin:0}.team-box hr{margin:12px 0}.team-box .media-body{padding:10px 10px 0 0}.team-box a{display:block;font-size:14px;margin-bottom:7px;font-family:'IBM Plex Sans',sans-serif}.team-box a:last-child{margin:0}.team-box a span{margin-right:10px;width:15px;display:inline-block;text-align:center}.contact-full-box{position:relative;margin:0 -15px}.contact-full-box .contact-form-wrap{position:relative;padding:80px 10%;background:#f8f9f6}.contact-details-wrap{position:relative;padding:40px 10% 50px;background:#90a861}.contact-details-wrap *{color:#fff}.contact-details-wrap ul{list-style:none;padding:0;margin:0}.contact-details-wrap ul li{display:inline-block;width:32.8%;text-align:center;position:relative}.contact-details-wrap ul li p{margin:0;font-family:'IBM Plex Sans', sans-serif;font-size:15px;line-height:22px}.contact-details-wrap ul li span{width:65px;height:65px;display:inline-block;line-height:65px;border:1px solid #fff;border-radius:50%;font-size:20px;margin-bottom:15px}.contact-details-wrap ul li p a,.contact-details-wrap ul li p b{font-family:'IBM Plex Sans', sans-serif;font-weight:600}.contact-details-wrap ul li p a:hover{color:#fff;text-decoration:underline}.contact-details-wrap ul li:before{content:'';width:1px;height:100%;background:#acbe88;position:absolute;right:0px;top:0}.contact-details-wrap ul li:last-child:before{display:none}.contact-full-box .black-caption h2{margin-bottom:30px}.contact-full-box .contact-form-wrap .form-group{margin-bottom:10px}.contact-full-box .contact-form-wrap .form-control{background:transparent;color:#767676;box-shadow:none;border:none;border-bottom:1px solid #767676;border-radius:0px;padding:9px 4px;height:auto;font-family:'IBM Plex Sans', sans-serif}.contact-full-box .contact-form-wrap .form-control::placeholder{color:#767676}.contact-full-box .contact-form-wrap .subbtn.with-icon{padding:11px 30px 11px 55px}.contact-full-box .contact-form-wrap .subbtn-wrap{margin-top:15px;display:inline-block;position:relative}.contact-full-box .contact-form-wrap .subbtn.with-icon+span{position:absolute;left:0;top:50%;transform:translate(0px, -50%);background:#fff;width:45px;height:45px;border-radius:50%;color:#90a860;line-height:45px;box-shadow:0px 0px 9px -6px #000;font-size:22px;transition:all .3s ease;padding-right:3px}.contact-full-box .contact-form-wrap .subbtn.with-icon:hover+span,.contact-full-box .contact-form-wrap .subbtn.with-icon:active+span,.contact-full-box .contact-form-wrap .subbtn.with-icon:focus+span{background:#90a860;color:#fff;transition:all .3s ease}.contact-full-box.reviews{background:url(/reviews-section-bg.jpg) no-repeat center center;background-size:cover;padding:80px 10%}.testimonial-box img{display:inline-block !important;width:auto !important}.testimonial-box *{color:#fff !important}.testimonial-box .quotes-img{margin-bottom:50px}.testimonial-box p{font-family:'IBM Plex Sans', sans-serif;font-size:18px;line-height:30px;margin-bottom:50px}.testimonial-box .reviewer-sign{margin-bottom:30px}.testimonial-box .name{font-family:'IBM Plex Sans', sans-serif;font-weight:700;font-size:20px;margin-bottom:5px}.testimonial-box .designation{font-size:16px}div#patients-slider .owl-nav{position:absolute;height:1px;margin:0;width:100%;top:42%;transform:translate(0px, -50%)}div#patients-slider .owl-nav button.owl-prev{float:left;margin-left:-35px !important}div#patients-slider .owl-nav button.owl-next{float:right;margin-right:-35px !important}div#patients-slider .owl-nav button{margin:0px !important;line-height:normal;width:30px;height:30px;border:1px solid;border-radius:50%;font-size:23px;text-align:center}div#patients-slider .owl-nav button:hover{background:#02c9b8}div#patients-slider .owl-dots{margin-top:20px}div#patients-slider .owl-dots button.owl-dot span{width:14px;margin:2px}div#patients-slider .owl-dots button.owl-dot.active span{background:#90a860;width:20px}a.tel-number{font-size:30px;color:#0170c0;font-family:'Roboto';font-weight:500}a.tel-number:hover{text-decoration:underline}p.name-head{font-size:28px;margin-bottom:18px;font-family:'Roboto';font-weight:500;color:#193771;line-height:normal}div#projects-section{position:relative;padding:80px 0px 0px}.main-gallery .fh5co-card-item .overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%;opacity:0;background:transparent;transition:all .5s ease}.main-gallery .fh5co-card-item .overlay .overlay-wapper{background:rgba(1,101,49,0.6);background-size:100% 100%;height:100%;display:inline-block;width:100%;vertical-align:middle;position:relative;transition:all .5s ease}.main-gallery .fh5co-card-item figure{max-height:inherit;min-height:inherit;overflow:hidden;position:relative;transition:all .5s ease}.main-gallery .fh5co-card-item figure img{width:100%;transition:all .5s ease}.main-gallery .fh5co-card-item:hover .overlay{opacity:.6;transition:all .5s ease}.heading-with-sap{margin-bottom:25px}.heading-with-sap h2{margin-bottom:0px;font-size:40px;font-family:'futura_btbold'}.heading-with-sap span.saperator{display:inline-block;width:60px;height:2px;background:#26a1a6;margin:0px 0 0}.links ul{list-style-type:none}.links ul{list-style-type:none;padding-left:0}.links ul li{padding:2px 0}.links ul a{transform:translatex(0px);-webkit-transform:translatex(0px);transition:all 0.4s !important;display:block;font-size:15px}.links ul a:hover{transform:translatex(10px);-webkit-transform:translatex(10px);display:block;transition:.3s all;-webkit-transition:.3s all;text-decoration:underline}a.themebtn{background:#355694;background:-moz-linear-gradient(90deg, #355694 0%, #50e198 100%);background:-webkit-linear-gradient(90deg, #355694 0%, #50e198 100%);background:linear-gradient(90deg, #355694 0%, #50e198 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#355694",endColorstr="#50e198",GradientType=1);padding:6px 20px;text-align:center;display:inline-block;min-width:auto;border-radius:7px;font-family:'IBM Plex Sans', sans-serif;font-size:16px;font-weight:600;color:#fff;box-shadow:none;border:1px solid #fff;transition:all .3s ease}a.themebtn:hover,a.themebtn:active,a.themebtn:focus{background:#355694;background:-moz-linear-gradient(90deg, #355694 100%, #50e198 0%);background:-webkit-linear-gradient(90deg, #355694 100%, #50e198 100%);background:linear-gradient(90deg, #355694 100%, #50e198 0%);background-size:100% 100%;color:#fff;transition:all .3s ease}a.themebtn.invert{background:#50e198;color:#fff !important;transition:all .3s ease}a.themebtn.invert:hover{background:#fff;color:#355694 !important;transition:all .3s ease}a.themebtn.borderbtn{background:transparent;border-color:#355694;color:#355694 !important}a.themebtn.borderbtn:hover{background:transparent;border-color:#50e198;color:#50e198 !important}a.themebtn.with-icon{position:relative;padding-left:55px}a.themebtn.with-icon span{position:absolute;left:0;top:50%;transform:translate(0px, -50%);background:#fff;width:45px;height:45px;border-radius:50%;color:#90a860;line-height:45px;box-shadow:0px 0px 9px -6px #000;font-size:22px;transition:all .3s ease}a.themebtn.with-icon:hover span,a.themebtn.with-icon:focus span,a.themebtn.with-icon:active span{background:#90a860;color:#fff;transition:all .3s ease}.banner-content a.themebtn{margin-top:10px}.subbtn{background:#90a860;padding:11px 30px;text-align:center;display:inline-block;min-width:auto;border-radius:25px;font-family:'IBM Plex Sans', sans-serif;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;box-shadow:none;border:none;transition:all .3s ease}.subbtn:hover,.subbtn:active,.subbtn:focus{background:#fff;background-size:100% 100%;color:#90a860;transition:all .3s ease}div#contact-us-section{position:relative;padding:100px 0;background-position-y:40px;background-size:600px}.contact-us-form{position:relative;padding:50px 0 0}.contact-us-form .group-label{font-family:'Myriad Pro Regular';color:#004689;font-size:18px;margin-bottom:10px;margin-top:15px}.contact-us-form .form-group{margin-bottom:17px}.contact-us-form .form-group input.form-control,.contact-us-form .form-group select.form-control,.contact-us-form .form-group textarea{border-color:#f8f9fa;box-shadow:none;border-radius:3px;color:#646464}.contact-us-form .form-group input.form-control::placeholder,.contact-us-form .form-group textarea::placeholder{color:#646464}.location-info-wrap.row{background:#193771;color:#fff;padding:30px 0}.location-info-wrap .media-left,.location-info-wrap .media-right,.location-info-wrap .media-body{vertical-align:middle}.location-info-wrap .media-body p{margin:0;font-size:22px;color:#fff}.location-info-wrap .media-body{padding-left:20px}ul.info-list{padding:45px 0;list-style:none;margin:0}ul.info-list li{display:flex;font-size:24px;color:#193771;margin-bottom:23px}ul.info-list li span{padding:4px 9px 0 0;font-size:20px;color:#7bb32f}ul.info-list li:last-child{margin:0px}#fh5co-menu-wrap ul.flexMenu-popup a{padding:8px 10px !important;color:#fff !important;border:none !important;line-height:normal}#fh5co-menu-wrap ul.flexMenu-popup li{margin:0}#fh5co-menu-wrap ul.flexMenu-popup{background:#90a860;top:100%}#fh5co-menu-wrap ul.flexMenu-popup a:hover{background:#fff}#fh5co-menu-wrap ul.flexMenu-popup ul.fh5co-sub-menu.child-nav{right:100%;left:auto;background:#90a860;min-width:210px}#fh5co-menu-wrap ul.flexMenu-popup ul.fh5co-sub-menu.child-nav li a{padding:8px 10px !important;color:#fff !important;border:none !important;line-height:normal;font-size:14px !important}#fh5co-menu-wrap ul.flexMenu-popup a.sf-withul.sf-with-ul:after{color:#fff;left:0;content:"\e926";margin-top:-9px;margin-left:10px}.gototop{position:fixed;bottom:20px;right:20px;z-index:999;opacity:0;visibility:hidden;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.gototop.active{opacity:1;visibility:visible}.gototop a{width:50px;height:50px;display:table;background:rgba(0,0,0,0.5);color:#fff;text-align:center;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.gototop a span{height:50px;display:table-cell;vertical-align:middle}.gototop a:hover,.gototop a:active,.gototop a:focus{text-decoration:none;outline:none}.banner-content p.subbanner-heading{font-weight:600;font-family:'IBM Plex Sans', sans-serif;color:#363636;font-size:25px;line-height:35px;margin-bottom:15px}div#signin-section{flex:1 auto;-ms-flex:1 0 0px;min-width:0;display:flex;height:100vh;background-color:#F9FAFB !important}.login-flex-row{display:flex;flex:1 auto;-ms-flex:1 0 0px;min-width:0;height:100vh;align-items:center}.login-flex-row .signin-form.signin-forgot,.login-flex-row .login-form.login-forgot{padding:0 50px;display:flex;flex:1 auto;-ms-flex:1 0 0px;min-width:0;height:100vh;align-items:center}div#signin-section.login-forgot-on .signin-form.signin-forgot{height:0;overflow:hidden;opacity:0;transition:all .3s ease}div#signin-section.login-forgot-on .login-form.login-forgot{height:100vh;overflow:auto;opacity:1;transition:all .3s ease}div#signin-section.login-signin-on .login-form.login-forgot{height:0;overflow:hidden;opacity:0;transition:all .3s ease}div#signin-section.login-signin-on .signin-form.signin-forgot{height:100vh;overflow:auto;opacity:1;transition:all .3s ease}.login-text>a{display:inline-block}.login-text .heading-with-sub h2{font-size:34px;margin-bottom:10px}.login-text .black-caption p{font-size:17px;line-height:normal}.login-content .form-group label{font-family:'IBM Plex Sans', sans-serif !important;font-size:14px !important;color:#535760 !important;font-weight:400 !important;line-height:20px !important}a#login_forgot{font-family:'IBM Plex Sans', sans-serif !important;font-size:14px !important;color:#535760 !important;font-weight:400 !important;line-height:20px !important}.sign-up-link{font-family:'IBM Plex Sans', sans-serif !important;font-size:16px !important;color:#535760 !important;font-weight:400 !important;line-height:20px !important}.sign-up-link a,.cancel-link,.cancel-link:hover,.cancel-link:focus{font-family:'IBM Plex Sans', sans-serif !important;font-size:14px !important;color:#355694 !important;font-weight:600 !important;line-height:20px !important;background:transparent !important}.login-content .form-group .form-control{height:45px !important;background:#fff;border-color:#D9DADB !important;border-radius:5px !important}.subbtn{background:#355694;background:-moz-linear-gradient(90deg, #355694 0%, #50e198 100%);background:-webkit-linear-gradient(90deg, #355694 0%, #50e198 100%);background:linear-gradient(90deg, #355694 0%, #50e198 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#355694",endColorstr="#50e198",GradientType=1);padding:6px 20px;text-align:center;display:inline-block;min-width:auto;border-radius:7px;font-family:'IBM Plex Sans', sans-serif;font-size:16px;font-weight:600;color:#fff;box-shadow:none !important;border:1px solid #fff !important;transition:all .3s ease;text-transform:inherit !important}.subbtn:hover,.subbtn:active,.subbtn:focus{background:#355694;background:-moz-linear-gradient(90deg, #355694 100%, #50e198 0%);background:-webkit-linear-gradient(90deg, #355694 100%, #50e198 100%);background:linear-gradient(90deg, #355694 100%, #50e198 0%);background-size:100% 100%;color:#fff;transition:all .3s ease}.iti{width:100%}.iti--separate-dial-code .iti__selected-flag{background:transparent;padding:0 20px}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background:transparent}.iti--separate-dial-code .iti__selected-flag:before{content:'';width:1px;height:40%;background:#D9DADB;right:6px;position:absolute;top:50%;transform:translate(0, -50%)}.login-content .form-group .form-control.error{border-color:red !important}.login-content .form-group #error-msg{color:red !important;font-family:'IBM Plex Sans', sans-serif;font-size:14px;margin-top:10px;display:inline-block}.login-forgot .form-group{position:relative}.form-group{position:relative}.form-group span#send-code{position:absolute;right:7px;bottom:31%;transform:translate(0, 50%);background:#D7E2F6;border:1px solid #355694;color:#355694;padding:5px 12px;font-family:'IBM Plex Sans', sans-serif;font-size:12px;font-weight:700;border-radius:5px;transition:all .3s ease;cursor:pointer}.form-group span#send-code:hover,.form-group span#send-code:focus{background:#355694;color:#fff;transition:all .3s ease}.password-field{position:relative;border-radius:5px}.iti.iti--allow-dropdown{border-radius:5px}.password-field span.fa{position:absolute;right:13px;top:50%;transform:translateY(-50%);font-size:15px;color:#ccc;cursor:pointer}.password-field span.fa-eye{color:#3F4254}.code-confirm-input{position:relative}.code-confirm-input span.fa{position:absolute;right:10px;top:50%;font-size:15px;transform:translateY(-50%);color:#23c497}div#signup-section{min-height:100vh;background-color:#F9FAFB !important}.signup-content{overflow:scroll;margin-right:-15px;overflow-x:hidden !important}.signup-content::-webkit-scrollbar{width:5px}.signup-content::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,0.3)}.signup-content::-webkit-scrollbar-thumb{background-color:darkgrey;outline:1px solid slategrey}.signup-flex-row{flex:1;-ms-flex:1 0 0px;min-width:0;display:flex;flex-direction:row !important}.steps-sidebar{background:#fff;border-right:1px solid #EFEFEF;text-align:center}.top-signup-link span{color:#535760  !important}.top-signup-link *{font-family:'IBM Plex Sans', sans-serif;font-size:16px;line-height:24px}.top-signup-link a{font-weight:600 !important;color:#355694 !important;margin-left:10px !important;display:inline-block !important}.login-form-signup{height:calc(100vh - 88px)}a.subbtn.disabled{background:#BBBDC1;border-color:#979797;cursor:not-allowed}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background:#F5F6F7 !important}.backbtn{color:#355694;font-family:'IBM PLEX SANS', sans-serif;font-size:16px}.login-form-signup .black-caption p{font-size:16px;color:#535760;line-height:26px}.gl-msg-box{margin:0 10px}.message-templates-wrap .mix-target{display:none}.message-templates-wrap .templates-filters a,.mocks-wrap .mocks-filter a,.filter-scroll-container .templates-filters a{color:#666C77;font-family:'IBM Plex Sans', sans-serif;font-size:16px;font-weight:600;padding-bottom:20px;position:relative;display:inline-block;margin:0 5px}.message-templates-wrap .templates-filters a:before,.mocks-wrap .mocks-filter a:before,.filter-scroll-container .templates-filters a:before{content:'';position:absolute;width:100%;height:2px;background:transparent;bottom:-1px;left:0}.message-templates-wrap .templates-filters,.mocks-wrap .mocks-filter{margin-bottom:10px}.mocks-filter,.filter-scroll-container.message-templates-wrap .templates-filters{border-bottom:1px solid #D9DADB}.mocks-wrap .mocks-filter a.active:before,.filter-scroll-container .templates-filters a.active:before{background:#23C497}.mocks-wrap .mocks-filter a.active,.filter-scroll-container .templates-filters a.active{color:#23C497}.filter-scroll-container.message-templates-wrap div#pick-templates-filters a:first-child{margin-bottom:0}a.msg-template-box-wrap{display:block}.msg-template-box{background:#E5DDD5;border-radius:5px;padding:20px;border:2px solid transparent;height:auto !important}.msg-template-box:hover,.msg-template-box:focus{border-color:#23C497}.msg-template-box .msg-template-name{color:#C5BCB4;font-family:'IBM Plex Sans', sans-serif;font-size:17px;font-weight:600;line-height:normal;margin-bottom:13px;margin-left:-8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-template-box .msg-template-content{background:#fff;padding:15px;border-radius:0px 11px 11px 11px;position:relative}.msg-template-box .msg-template-content label{text-transform:uppercase;color:#535760;font-size:11px;margin-bottom:5px;display:block}.msg-template-box .msg-template-content:before{content:'';width:0;height:0;border-right:20px solid #ffffff;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;left:-8px;top:-6px;transform:rotate(28deg)}.msg-template-content-head h3{font-size:14px;color:#0F121D;font-family:'IBM Plex Sans', sans-serif;font-weight:700;line-height:23px;margin-bottom:15px}.msg-template-content-body p{color:#535760;font-size:12px;line-height:18px;font-family:'IBM Plex Sans', sans-serif;margin-bottom:15px}.msg-template-content-footer p{color:#535760;font-size:12px;line-height:18px;font-family:'IBM Plex Sans', sans-serif;margin-bottom:0}.msg-template-btns{padding:7px 0 0;position:relative;margin-left:0}.msg-template-btns .tmp-btn{background:#fff !important;border:none !important;outline:none !important;color:#355694;font-size:13px;font-weight:400;padding:9px 0;line-height:normal;border-radius:10px}.msg-template-btns .tmp-btn span{margin-right:10px;color:#5EB0EA}.msg-template-btns .tmp-btn.no-event{pointer-events:none}.msg-template-content-head img,.msg-template-content-head video{margin:0 auto;display:block;width:200px;margin-bottom:11px;margin-top:11px;height:92px}.msg-template-box.edit{max-width:90%;margin-left:auto;margin-top:15px;padding:25px 45px}.msg-template-box.edit:hover,.msg-template-box.edit:focus{border-color:transparent}.msg-template-box.edit .msg-template-name{font-size:19px;margin-bottom:25px}.msg-template-box.edit .msg-template-content{padding:25px}.msg-template-box.edit .msg-template-content-head img,.msg-template-box.edit .msg-template-content-head video{width:100%;height:auto}.msg-template-box.edit .msg-template-content-head h3{font-size:18px;margin-bottom:20px}.msg-template-box.edit .msg-template-content-body p{font-size:16px;line-height:24px}.msg-template-box.edit .msg-template-content-body p b{color:#0F121D}.msg-template-box.edit .msg-template-content-footer p{font-size:13px;margin-top:25px}.msg-template-box.edit .tmp-btn{padding:13px 0;font-size:16px;pointer-events:auto !important;text-align:center}.test-msg-success .heading-with-sub h2{color:#23C497}.test-again{border:1px solid #355694;padding:7px 30px;border-radius:5px;color:#355694;font-weight:600;cursor:pointer;transition:all .3s ease}.test-again:hover{border-color:#23C497;color:#23C497;transition:all .3s ease}.form-group.input-with-currency:before{content:' USD ';position:absolute;bottom:9px;right:12px;color:#BBBDC1}.form-control.cc-input{background:#fff url(/mc_symbol.png) no-repeat center right !important;background-position-x:97% !important}.qa-accordion.inner .panel h4 a{font-size:16px !important;background:transparent url(/assets/down-arrow-4e7a4029030c7f07a0a2eb3d612020d0b426cb1ebb441157b873692301a72992.png) no-repeat calc(100% - 10px) center !important;color:#355694 !important;background-size:9px !important}.qa-accordion.inner .panel h4 a[aria-expanded="true"]{background:transparent url(/up-arrow.png) no-repeat calc(100% - 10px) center !important;background-size:9px !important}.qa-accordion.inner .panel{background-color:transparent !important}.qa-accordion.inner .panel-body{padding:12px 15px 16px;padding-left:0;padding-right:0}.qa-accordion.inner .panel-body *{font-size:15px !important}div#buyCredits .modal-dialog{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);max-width:500px}div#buyCredits .modal-dialog .modal-body{padding:30px 30px 10px}div#buyCredits .modal-dialog .modal-footer{border:none;padding:0px 30px 30px}div#buyCredits .modal-content .close{font-size:30px;position:absolute;right:7px;z-index:99999;opacity:1}ol.after-setup-list{list-style:none;counter-reset:my-awesome-counter}ol.after-setup-list li{counter-increment:my-awesome-counter;font-size:18px;font-family:'IBM Plex Sans', sans-serif;color:#0F121D;margin-bottom:20px}ol.after-setup-list li:last-child{margin:0px}ol.after-setup-list li::before{content:counter(my-awesome-counter) " ";color:#355694;font-weight:bold;font-size:14px;width:30px;height:30px;display:inline-block;float:left;text-align:center;line-height:30px;margin-right:15px;border:1px solid #355694;border-radius:25px}body.logged-in{background:#F9FAFB}.top-user-links{position:relative;margin:24px 0px}.top-user-links .available-balance span{font-size:18px;font-weight:700;font-family:'IBM Plex Sans', sans-serif;color:#355694;line-height:normal;margin-right:20px}.top-user-links .available-balance span img{float:left;position:relative;top:2px;margin-right:7px}.top-user-links .available-balance{line-height:normal;padding-right:35px}.top-user-links .available-balance a{float:right}.user-options .dropdown>a{color:#535760;font-size:18px;font-family:'IBM Plex Sans', sans-serif;font-weight:400;line-height:32px}.user-options .dropdown>a.dropdown-toggle img{margin-right:10px;width:35px}.user-options{position:relative}.user-options:before{content:'';width:1px;height:90%;background:#D8D8D8;position:absolute;left:-18px;top:50%;transform:translateY(-50%)}.user-options .dropdown.open .dropdown-menu a{display:block;margin-bottom:10px;color:#535760;font-size:15px;font-family:'IBM Plex Sans', sans-serif;font-weight:400;line-height:25px}.user-options .dropdown.open .dropdown-menu a span.fa-user-circle-o:before{content:"\f2be";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}.user-options .dropdown>a .caret{position:relative;top:-2px;left:3px}.user-options .dropdown.open .dropdown-menu{padding:15px}.user-options .dropdown.open .dropdown-menu>a>span{margin-right:10px;width:15px;font-size:20px;color:#b0b1b3;position:relative;top:3px}.user-options .dropdown.open .dropdown-menu a:last-child{margin-bottom:0px}#fh5co-header-section.logged-in{background:transparent}#fh5co-header-section.logged-in nav ul li.active a{position:relative}#fh5co-header-section.logged-in nav ul li.active a:before{content:'';position:absolute;width:106%;height:3px;background:#00c894;bottom:-99%;left:50%;transform:translateX(-50%);border-top-left-radius:18px;border-top-right-radius:18px}#fh5co-header-section.logged-in .logo-bar{background:#fff;box-shadow:0px 1px 5px -5px #ccc;padding-bottom:0px}#fh5co-header-section.logged-in .logo-bar #fh5co-logo{margin-left:0px}#fh5co-header-section.logged-in .logo-bar nav ul li{margin-right:30px}#fh5co-header-section.logged-in .logo-bar nav ul li>a{text-transform:uppercase;font-size:15px}#fh5co-header-section.logged-in .logo-bar nav ul{text-align:left}.row.search-bar{background:#fff;box-shadow:0px 2px 5px -5px #ccc;border-top:1px solid #EFEFEF}.search-box-top{position:relative}.search-box-top .form-group{margin:0px}.search-box-top .form-group input{border:none;box-shadow:none;background:url(/search-icon.png) no-repeat center left;padding:5px 25px;height:30px}.top-rates span{font-size:14px;font-weight:bold;font-family:'IBM Plex Sans', sans-serif;color:#355694;line-height:30px}.top-rates span:first-child{margin-right:22px}@media only screen and (max-width: 1200px) and (min-width: 1140px){.testimonial-box .quotes-img{margin-bottom:30px}.testimonial-box p{margin-bottom:30px}.testimonial-box .reviewer-sign{margin-bottom:15px}.team-box .media-body{padding:10px 0px 0 0}}@media only screen and (max-width: 1310px) and (min-width: 1140px){.contact-details-wrap{padding:40px 3% 70px}}@media only screen and (max-width: 1250px) and (min-width: 1120px){.top-notice-area{margin-top:28px}.top-notice-area ul li{font-size:15px;margin-right:22px}.top-notice-area ul li ul li{margin-right:10px}.top-link-wrap a{color:#fff;padding:10px 17px;font-size:12px}.service-box .service-box-content{padding:80px 0 30px}#fh5co-header-section nav ul li{margin-right:15px}}@media only screen and (max-width: 1170px) and (min-width: 1120px){.mission-info-wrap ul{list-style:none;padding:0px 3px;margin:0}}@media only screen and (min-device-width: 992px) and (max-device-width: 1024px){.top-notice-area{margin-top:25px}.top-notice-area ul li{font-size:14px;margin-right:18px}.top-notice-area ul li ul li{margin-right:5px}.top-link-wrap a{color:#fff;padding:10px 14px;font-size:10px}.top-notice-area ul li:before{right:-14px;top:-1px}.sf-menu{margin:16px auto  16px !important}#fh5co-logo{margin:28px 0 28px 15px}#fh5co-header-section nav ul li{margin-right:65px}#fh5co-menu-wrap .sf-menu a{padding:10px 0 !important}.top-link{padding:20px 0;margin:0px -19px 0 -63px}div#banner-slider{height:520px}.banner-content{padding:70px 0 0}.banner-content h1{font-size:39px;line-height:45px}.banner-content h1 span{font-size:44px}.banner-content p{font-size:16px;line-height:25px}.banner-content p.subbanner-heading{font-size:21px;line-height:28px;margin-bottom:15px}a.themebtn{font-size:13px;padding:12px 35px}.sayings-wrap{padding-left:0}.steps-sidebar .wizard-nav{padding-left:0 !important;padding-right:0 !important}.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-icon{margin-right:0.4rem;width:30px;height:30px}.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title{font-size:14px}.message-templates-wrap{overflow:scroll}.msg-template-box.edit{max-width:100%;margin-top:15px;padding:15px 20px}.msg-template-box.edit .msg-template-name{font-size:17px;margin-bottom:13px}.msg-template-box.edit .msg-template-content{padding:15px}.msg-template-box.edit .msg-template-content-head h3{font-size:15px;margin-bottom:15px}.msg-template-box.edit .msg-template-content-body p{font-size:14px;line-height:20px}.subbtn{padding-left:25px !important;padding-right:26px !important}}@media only screen and (min-device-width: 768px) and (max-device-width: 991px){.top-notice-area{margin-top:10px}.top-notice-area ul li{font-size:14px;margin-right:18px}.top-notice-area ul li ul li{margin-right:5px}.top-link-wrap a{color:#fff;padding:10px 14px;font-size:10px}.top-notice-area ul li:before{right:-14px;top:-1px}#fh5co-logo{margin:15px 0 0px 0px}.stuck #fh5co-logo{margin:15px 0 0px 0px}#fh5co-logo img{max-width:240px}h1#fh5co-logo:before,.websearch{display:none}.fh5co-cover,.fh5co-hero{height:325px !important}.logo-bar{padding:10px 0px;position:relative}.fh5co-nav-toggle{top:12px;margin-top:0em}.stuck .fh5co-nav-toggle{top:12px;margin-top:0em}div#banner-slider{height:540px}.banner-content{padding:70px 0 0}.banner-content h1{font-size:35px;line-height:40px}.banner-content h1 span{font-size:35px}.banner-content p{font-size:16px;line-height:25px;margin-top:18px}.banner-btns a{min-width:inherit !important}.banner-btns{display:flex;justify-content:space-between}.banner-btns a{margin:0 !important;width:49%}div#audience-about-section{background-size:cover;background-repeat-y:repeat}.audience-about-info-list{position:relative;padding:15px;padding-top:35px}.audience-about-info-list ul li{padding-left:30px}.audience-about-info-list ul li:before{width:35px;height:35px;top:-3px}.audience-about-video .video-info{bottom:-120px}img.about-arrow{left:40%}.heading-with-sub h2{font-size:40px}div#sayings-slider .owl-nav{top:-85px;left:85%}.sayings-wrap{padding-left:0px}a.themebtn{padding:12px 40px;font-size:13px}.tag-box{margin-bottom:30px}h3.small-heading{font-size:25px}a.themebtn.small,a.themebtn.small.invert{min-width:170px !important}.steps-sidebar .wizard-nav{padding-left:0 !important;padding-right:0 !important}.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-icon{margin-right:0.4rem;width:30px;height:30px}.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title{font-size:14px}.msg-template-box.edit{max-width:100%;margin-top:15px;padding:15px 20px}.msg-template-box.edit .msg-template-name{font-size:17px;margin-bottom:13px}.msg-template-box.edit .msg-template-content{padding:15px}.msg-template-box.edit .msg-template-content-head h3{font-size:15px;margin-bottom:15px}.msg-template-box.edit .msg-template-content-body p{font-size:14px;line-height:20px}.subbtn{padding-left:25px !important;padding-right:26px !important}.msg-template-content-head h3{font-size:12px;line-height:16px;margin-bottom:8px}.test-msg-success .d-flex.justify-content-start .remaining-msg-text{margin:0 !important}.test-msg-success .d-flex.justify-content-start .test-again{padding:5px 14px;font-size:15px}.test-msg-success .d-flex.justify-content-start{justify-content:space-between !important}.pricing-table.inner-step{width:442px}.pricing-table.inner-step table tbody#ratesTable{display:table-row-group;width:auto;overflow:inherit}.pricing-table.inner-step table thead{display:table-header-group;width:auto}.pricing-table.inner-step table tr{display:table-row;width:auto}.inner-step .pricing-table-mobile{overflow:scroll}#gtco-footer .gtco-widget p,#gtco-footer .gtco-widget .links a{font-size:13px}#gtco-footer .copyright-info p,#gtco-footer .copyright-info a{font-size:17px}.heading-with-sap{margin-bottom:10px}#gtco-footer .gtco-widget.footer-logo{margin-bottom:40px}.footer-nav ul li:before{content:' | ';position:absolute;top:-1px;right:-11px;color:#02cab8}}@media screen and (max-width: 991px){.login.login-1 .login-content{margin:0 auto !important}}@media (max-width: 767px){.hidden-xs{display:none !important}.login-flex-row .signin-form.signin-forgot,.login-flex-row .login-form.login-forgot{display:block}.signup-content div#step_1{max-width:100%}.login-footer{display:none}.show-on-tab{display:block !important}.hide-on-tab{display:none !important}.contact-list-table-wrap .dropdown-menu{right:0}}@media screen and (max-width: 767px){.top-notice-area{margin-top:0px}.top-notice-area ul li{font-size:14px;margin-right:18px}.top-notice-area ul li ul li{margin-right:5px}.top-link-wrap a{color:#fff;padding:10px 14px;font-size:10px}.top-notice-area ul li:before{right:-14px;top:-1px}.top-notice-area>ul{padding-bottom:5px}.logo-bar{padding:10px 0px}#fh5co-logo{margin:15px 0 0px 0px;background:transparent !important;border-radius:0px;box-shadow:none;width:auto;display:inline-block}#fh5co-logo img{max-width:200px}.fh5co-nav-toggle{top:11px;margin-top:0em}.stuck .fh5co-nav-toggle{top:11px;margin-top:0em}.logo-bar{padding:10px 0px;position:relative}div#banner-slider{height:auto;background-position:left bottom;background-position-x:-200px}.banner-content{padding:50px 0 70px}.banner-content h1{font-size:35px;line-height:47px}.banner-content p{font-size:16px;line-height:28px}.banner-img-wrap{padding-top:0;padding-bottom:20px}.banner-btns a{min-width:inherit !important}.banner-btns{display:block;justify-content:space-between}.banner-btns a{margin:0 !important;width:100%}.banner-btns a:first-child{margin-bottom:15px !important}div#audience-about-section{padding:60px 0 60px}div#audience-about-section .black-caption h2 hr{border:none;margin:0}div#audience-about-section{background:url(/mobile-about-bg.png) no-repeat center top;background-size:cover;background-repeat-y:repeat}.audience-about-info-list{position:relative;padding:15px;padding-top:45px}.audience-about-info-list ul li{padding-left:30px}.audience-about-info-list ul li:before{width:35px;height:35px;top:-3px}.audience-about-video .video-info{bottom:0px;position:relative;width:85%;margin:0 auto;margin-top:-35px !important;padding:28px}.audience-about-video .video-wrap{width:100%;min-height:275px}.audience-about-video .video-info .video-info-head{margin-bottom:7px;font-size:16px}.audience-about-video .video-info p{font-size:14px;line-height:22px;margin-bottom:13px}.why-icon-box{padding:30px 0 0;text-align:left;margin-bottom:0px}.why-icon-box .why-icon-box-info h2{font-size:18px;min-height:inherit}.why-icon-box .why-icon-box-info p{font-size:14px}div#order-roll-section{padding:60px 0}div#home-pricing-section{padding:60px 0}.pricing-table input#ratesInput{width:100%}.pricing-table table tbody#ratesTable{display:table-row-group;width:auto;overflow:inherit}.pricing-table table thead{display:table-header-group;width:auto}.pricing-table table tr{display:table-row;width:auto}.pricing-table-mobile{overflow:scroll}div#marketing-section{padding:60px 0}div#qa-section{padding:60px 0}.qa-accordion{margin-top:0px}div#sayings-section{padding:60px 0}div#sayings-slider .owl-nav{display:none}.sayings-wrap{padding-left:0px}div#sayings-slider .owl-stage{padding-left:0px !important}div#sayings-section h2{text-align:center}.sayings-wrap .col-md-12.text-left{text-align:center}a.themebtn{padding:12px 40px;font-size:13px}a.themebtn.small,a.themebtn.small.invert{min-width:170px !important}.social-media a,.social-media a:hover{color:#fff}.social-media a{background:transparent}a.header-btn{margin:26px 60px 26px 0}.stuck a.header-btn{margin:19px 60px 19px 0}.login-text .heading-with-sub h2{font-size:20px;line-height:26px}.login-flex-row .signin-form.signin-forgot,.login-flex-row .login-form.login-forgot{padding:0 10px}.iti-mobile .iti--container{left:20px;right:15px;max-width:90%}.signup-flex-row{display:block}.signup-content{overflow:hidden;margin-right:0;overflow-x:hidden !important;padding-left:15px !important;padding-right:15px !important}.steps-sidebar{position:relative;padding:25px 25px 0 25px !important}a.question-mobile{position:absolute;right:25px;top:38px}.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-label{display:none}.steps-sidebar .wizard-nav{padding:20px 0px 20px !important}.steps-sidebar .wizard-nav .wizard-steps{display:flex;flex-direction:row;justify-content:space-between}.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-icon{margin-right:0px}.login-form-signup{height:auto;padding-top:20px !important}.steps-sidebar .wizard-nav .wizard-steps:before{content:'';position:absolute;width:100%;height:1px;background:#D9DADB;left:50%;top:50%;transform:translate(-50%, -50%);z-index:0}.steps-sidebar .wizard-nav .wizard-steps{position:relative}.steps-sidebar .wizard-nav .wizard-steps .wizard-step{z-index:1}.msg-template-box{padding:15px}.msg-template-box .msg-template-name{font-size:14px;margin-bottom:10px}.msg-template-box .msg-template-content{padding:10px;border-radius:0px 5px 5px 5px}.msg-template-box .msg-template-content label{font-size:9px;line-height:normal}.msg-template-content-head h3{font-size:10px;line-height:normal;margin-bottom:5px}.msg-template-content-body p{font-size:10px;line-height:normal}.msg-template-content-footer p{font-size:10px;line-height:normal}.msg-template-btns .tmp-btn{padding:5px 0;font-size:10px}.msg-template-btns .tmp-btn span{margin-right:5px}.msg-template-content-head img,.msg-template-content-head video{width:150px;height:67px}.msg-template-box.edit{max-width:100%;margin-top:15px;padding:15px 20px}.msg-template-box.edit .msg-template-name{font-size:17px;margin-bottom:13px}.msg-template-box.edit .msg-template-content{padding:15px}.msg-template-box.edit .msg-template-content-head h3{font-size:15px;margin-bottom:15px}.msg-template-box.edit .msg-template-content-body p{font-size:14px;line-height:20px}.subbtn{padding-left:15px !important;padding-right:16px !important;padding-top:9px !important;padding-bottom:9px !important}.msg-template-content-head h3{font-size:12px;line-height:16px;margin-bottom:8px}.test-msg-success .d-flex.justify-content-start .remaining-msg-text{margin:0 !important}.test-msg-success .d-flex.justify-content-start .test-again{padding:5px 14px;font-size:15px;margin-top:20px;display:inline-block}.test-msg-success .d-flex.justify-content-start{justify-content:space-between !important;display:grid !important;grid-template:none}.pricing-table.inner-step{width:100%}.pricing-table.inner-step table tbody#ratesTable{display:table-row-group;width:auto;overflow:inherit}.pricing-table.inner-step table thead{display:table-header-group;width:auto}.pricing-table.inner-step table tr{display:table-row;width:auto}.inner-step .pricing-table-mobile{overflow:scroll}div#buyCredits .modal-dialog{margin:0;padding:10px;width:100%}.d-flex.inner-setps-actions,.test-msg-success .d-flex.inner-setps-actions{flex-direction:column-reverse;text-align:center;display:flex !important}h3.small-heading{font-size:26px}#gtco-footer{padding:3em 0em 1em}#gtco-footer hr{margin:0 -15px 1em}#gtco-footer .gtco-widget.footer-logo{text-align:left;margin-bottom:40px}#gtco-footer .social-media{text-align:center}.fh5co-cover,.fh5co-hero{height:270px !important}.fh5co-cover .desc{margin-top:0;top:13%}.fh5co-cover .desc p{font-size:16px;line-height:normal;margin-bottom:10px}.fh5co-cover .desc a.themebtn{padding:12px 25px;min-width:215px;font-size:14px}#gtco-footer .copyright-info p br{display:none}#gtco-footer .gtco-widget p{font-size:15px;line-height:25px}.footer-links a{margin:0 10px}#gtco-footer .copyright-info p,#gtco-footer .copyright-info a{font-size:15px;line-height:27px}.copyright{margin-top:15px}#gtco-footer h3{text-align:center;margin-top:10px}.mobile-margin{margin-top:25px;display:block}.footer-nav ul li{margin-right:20px}.footer-nav ul li:before{top:0px;right:-15px}.gtco-widget.footer-info p,.gtco-widget.footer-info a{font-size:17px !important;line-height:28px !important}#gtco-footer .gtco-widget p,#gtco-footer .gtco-widget .links a{font-size:13px}#gtco-footer .copyright-info p,#gtco-footer .copyright-info a{font-size:17px}.heading-with-sap{margin-bottom:10px}#gtco-footer .gtco-widget.footer-logo{margin-bottom:40px}.footer-nav ul li:before{content:' | ';position:absolute;top:-1px;right:-11px;color:#02cab8}}@media screen and (max-width: 555px){h3.gl-h3-fix{font-size:20px}}@media screen and (max-width: 520px){.analytics-chart-head{display:block !important}.analytics-chart-head form{display:block !important;margin-top:15px}.analytics-chart-head form .form-group{display:inline-block !important}}@media screen and (max-width: 480px){h3.gl-h3-fix{font-size:15px}.gl-sm-fix .remaining-msg-text.pull-right,.gl-sm-fix h3.pull-left{float:none !important}.gl-sm-fix h3.pull-left{margin-top:5rem}footer .rst-acc-socials li{display:inline-block;padding:0 5px;width:45%}.blue-heading{font-size:23px}.banner-top-text{font-size:32px}.fh5co-inner-banner .banner-top-text{font-size:32px}.heading-with-sub h2{font-size:24px}.heading-with-sub h4{font-size:18px}.heading-with-sap h2{font-size:24px}.heading h2{font-size:25px}.black-caption h2{font-size:24px;line-height:30px}.white-caption h2{font-size:24px;line-height:30px}.black-caption p{line-height:28px;font-size:16px}.black-caption{margin-bottom:40px}#edit_template_61{height:calc(100vh - 220px)}.gl-xs-btn-fix{position:absolute;width:100%;left:0;bottom:25px}}@media screen and (max-width: 380px){.banner-top-text{font-size:29px}.fh5co-inner-banner .banner-top-text{font-size:22px}}@media screen and (max-width: 340px){.gtco-widget .heading h2{font-size:20px}.black-caption h2{font-size:24px}.white-caption h2{font-size:24px}.heading-with-sub h2{font-size:24px}.heading-with-sub h4{font-size:17px}.banner-top-text{font-size:23px}.fh5co-inner-banner .banner-top-text{font-size:17px}img.footer-logo{max-width:180px}}.social-icon-footer ul{padding:0;list-style:none;margin:0;text-align:center}.social-icon-footer ul li{display:inline-block;margin-right:15px}.social-icon-footer ul li:last-child{margin-right:0}.social-icon-footer ul li a{color:#5e5e5e !important;font-size:19px !important;line-height:41px;width:40px !important;height:40px !important;display:inline-block;border-radius:50%;border:1px solid rgba(94,94,94,0.39);transition:all .3s ease}.social-icon-footer ul li a:hover{color:#8a6c8e !important;transition:all .3s ease}.social-icon-footer ul li a:hover span{transform:rotate(360deg) !important;transition:all .3s ease}.social-icon-footer ul li a span{transform:rotate(0deg) !important;transition:all .3s ease}h2.empty_contacts{text-align:center;width:300px;margin:60px auto;padding:60px 20px}div#contact-list-section{position:relative;padding:65px 0 0}div#contact-list-section .black-caption{margin-bottom:50px}.contact-list-btns{position:relative}.contact-list-btn{background:#23C497;color:#fff;padding:15px 23px;border-radius:6px;font-size:16px;font-weight:600;font-family:'IBM Plex Sans', sans-serif;line-height:normal;transition:all .3s ease;display:inline-block;min-width:auto;text-align:center;border:1px solid transparent}.contact-list-btns .contact-list-btn:first-child{margin-right:10px}.contact-list-btn img{margin-right:9px;float:left}.contact-list-btn:hover,.contact-list-btn:focus,.contact-list-btn:active{background:#355694;color:#fff !important}.contact-list-btn.invert{background:transparent;border:1px solid #23C497;color:#23C497}.contact-list-btn.invert:hover,.contact-list-btn.invert:active,.contact-list-btn.invert:focus{background:#23C497}.checkbox{margin:0px;width:20px;height:20px}.checkbox input[type="checkbox"]{display:none}.checkbox input[type="checkbox"]+.box:before,.checkbox input[type="checkbox"]+.box:after{transition:all 0.3s}.checkbox input[type="checkbox"]+.box:after{position:absolute;left:4px;top:3px;margin-top:-5px;margin-left:-4px;display:inline-block;content:' ';width:20px;height:20px;border:2px solid #e9e9e9;border-radius:2px;background-color:#fff;z-index:1000}.checkbox input[type="checkbox"]:checked+.box:after{background-color:#23C497;border-color:#23C497}.checkbox input[type="checkbox"]:checked+.box:before{transform:rotate(45deg);position:absolute;left:7px;top:0px;width:6px;height:13px;border-width:2px;border-style:solid;border-top:0;border-left:0;border-color:#fff;content:'';z-index:10000}.contact-list-table-wrap .table th,.contact-list-table-wrap .table td{padding:10px 25px;border:none}.contact-list-table-wrap .table tbody tr{background:#fff;border:1px solid rgba(187,189,193,0.12);box-shadow:0px 0px 3px -1px #bbbdc1}.contact-list-table-wrap .table tbody tr td{vertical-align:middle;padding:25px;font-family:'IBM Plex Sans', sans-serif;font-size:16px;color:#0F121D;line-height:22px;font-weight:400}.contact-list-table-wrap .table th{border:none;color:#84878D;font-weight:600;text-transform:uppercase;font-size:14px;padding-bottom:20px;white-space:nowrap}.contact-list-table-wrap .table tbody tr td[nowrap=nowrap] .delete-row{visibility:hidden;opacity:0;transition:all .3s ease}.contact-list-table-wrap .table tbody tr:hover>td[nowrap=nowrap]>.delete-row{visibility:visible;opacity:1;transition:all .3s ease}.contact-list-links ul{list-style:none;padding:0;margin:5px 0px;display:flex;justify-content:space-between;padding-right:70px}.contact-list-links ul li{font-family:'IBM Plex Sans', sans-serif;font-size:16px;color:#0F121D}.contact-list-links ul li strong{margin-right:5px}.contact-list-links ul li a img{margin-right:5px;position:relative;top:-1px}.contact-list-links ul li a{font-family:'IBM Plex Sans', sans-serif;font-size:14px}.current-message-sort-boxes.contact_list_sort_wrap{justify-content:space-between}.current-message-sort-boxes.contact_list_sort_wrap .search-box.sort{width:100%;padding-right:30px}.current-message-sort-boxes.contact_list_sort_wrap .search-box.sort input{padding-left:35px;height:39px;background:#fff url(/search-icon.png) no-repeat center left;background-position-x:11px;border-color:#D9DADB}.current-message-sort-boxes.contact_list_sort_wrap .dropdown button{font-family:'IBM Plex Sans', sans-serif !important;letter-spacing:0}.current-message-sort-boxes.contact_list_sort_wrap .dropdown button b{margin-left:5px}div#logged-in-bottom-section{padding-bottom:50px}.dropup.quick_broadcast_link{float:right}.dropup.quick_broadcast_link>button{background:#23C497;color:#fff;text-transform:capitalize;font-family:'IBM Plex Sans', sans-serif !important;letter-spacing:0;font-size:14px;font-weight:600;padding:7px 22px;transition:all .3s ease}.dropup.quick_broadcast_link>button:hover,.dropup.quick_broadcast_link>button:focus,.dropup.quick_broadcast_link>button:active{background:#355694 !important;color:#fff !important}.dropup.quick_broadcast_link ul.dropdown-menu{right:0;left:auto;padding:20px 0;min-width:210px;text-align:center}.dropup.quick_broadcast_link ul.dropdown-menu li a{font-size:16px;padding:7px 0px;font-family:'IBM Plex Sans', sans-serif;font-weight:500}.dropup.quick_broadcast_link ul.dropdown-menu li a img{margin-right:7px}div#upload_contacts_popup .modal-dialog{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);max-width:560px}div#upload_contacts_popup .modal-dialog .modal-content{border-radius:13px}div#upload_contacts_popup .modal-dialog .modal-body{padding:30px 30px 10px}div#upload_contacts_popup .modal-dialog .modal-footer{border:none;padding:0px 30px 30px}div#upload_contacts_popup .modal-content .close{font-size:30px;position:absolute;right:7px;z-index:99999}.upload_contact_xml_btn{margin:20px 0 30px}div#upload_contacts_popup #custom-file-button{padding:10px 30px;background:#fff;border:1px solid #355694;color:#355694;font-family:'IBM Plex Sans', sans-serif !important;border-radius:5px;cursor:pointer;letter-spacing:0;font-weight:600;font-size:16px;transition:all .3s ease}div#upload_contacts_popup #custom-file-button:hover,div#upload_contacts_popup #custom-file-button:focus,div#upload_contacts_popup #custom-file-button:active{background:#23C497;color:#fff;border-color:#23C497;transition:all .3s ease}div#upload_contacts_popup #custom-file-button:hover{background-color:#00b28f}div#upload_contacts_popup #custom-file-text{margin-right:10px;font-family:'IBM Plex Sans', sans-serif;color:#0F121D;font-weight:bold;font-size:16px}.upload-popup-saperator{position:relative;margin-bottom:25px;margin-top:10px}.upload-popup-saperator hr{margin:0}.upload-popup-saperator span{background:#fff;padding:0 9px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);line-height:normal}div#upload_contacts_popup p.import-content{font-family:'IBM Plex Sans', sans-serif;font-size:18px;color:#0F121D;margin-bottom:0;margin-top:10px;padding:0 30px}div#upload_contacts_popup .submit-btn-wrap{display:flex;justify-content:space-evenly;margin:35px 0 25px;align-items:center}div#upload_contacts_popup .submit-btn-wrap .subbtn{padding:11px 25px !important}div#upload_contacts_popup .checkbox{width:auto;height:auto}div#upload_contacts_popup .checkbox input[type="checkbox"]+.box:after{position:absolute;left:-5px;top:8px}div#upload_contacts_popup .checkbox input[type="checkbox"]:checked+.box:before{left:-2px;top:4px}div#upload_contacts_popup .checkbox label{font-family:'IBM Plex Sans', sans-serif !important;font-weight:400;color:#0F121D}div#upload_contacts_popup .modal-dialog .modal-footer p{margin:0;color:#666C77;font-size:14px;font-family:'IBM Plex Sans', sans-serif;font-weight:400}div#success_upload_contacts_popup .modal-dialog{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);max-width:560px}div#success_upload_contacts_popup .modal-dialog .modal-content{border-radius:13px}div#success_upload_contacts_popup .modal-dialog .modal-body{padding:30px 30px 10px}div#success_upload_contacts_popup .modal-dialog .modal-footer{border:none;padding:0px 30px 30px}div#success_upload_contacts_popup .modal-content .close{font-size:30px;position:absolute;right:7px;z-index:99999}.upload_contact_xml_btn{margin:20px 0 30px}div#success_upload_contacts_popup #custom-file-button{padding:10px 30px;background:#fff;border:1px solid #355694;color:#355694;font-family:'IBM Plex Sans', sans-serif !important;border-radius:5px;cursor:pointer;letter-spacing:0;font-weight:600;font-size:16px;transition:all .3s ease}div#success_upload_contacts_popup #custom-file-button:hover,div#success_upload_contacts_popup #custom-file-button:focus,div#success_upload_contacts_popup #custom-file-button:active{background:#23C497;color:#fff;border-color:#23C497;transition:all .3s ease}div#success_upload_contacts_popup #custom-file-button:hover{background-color:#00b28f}div#success_upload_contacts_popup #custom-file-text{margin-right:10px;font-family:'IBM Plex Sans', sans-serif;color:#0F121D;font-weight:bold;font-size:16px}.upload-popup-saperator{position:relative;margin-bottom:25px;margin-top:10px}.upload-popup-saperator hr{margin:0}.upload-popup-saperator span{background:#fff;padding:0 9px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);line-height:normal}div#success_upload_contacts_popup p.import-content{font-family:'IBM Plex Sans', sans-serif;font-size:18px;color:#0F121D;margin-bottom:0;margin-top:10px;padding:0 30px}div#success_upload_contacts_popup .submit-btn-wrap{display:flex;justify-content:space-evenly;margin:35px 0 25px;align-items:center}div#success_upload_contacts_popup .submit-btn-wrap .subbtn{padding:11px 25px !important}div#success_upload_contacts_popup .checkbox{width:auto;height:auto}div#success_upload_contacts_popup .checkbox input[type="checkbox"]+.box:after{position:absolute;left:-5px;top:8px}div#success_upload_contacts_popup .checkbox input[type="checkbox"]:checked+.box:before{left:-2px;top:4px}div#success_upload_contacts_popup .checkbox label{font-family:'IBM Plex Sans', sans-serif !important;font-weight:400;color:#0F121D}div#success_upload_contacts_popup .modal-dialog .modal-footer p{margin:0;color:#666C77;font-size:14px;font-family:'IBM Plex Sans', sans-serif;font-weight:400}@media screen and (max-width: 767px){#fh5co-header-section.logged-in .logo-bar #fh5co-logo{margin-left:0}#fh5co-header-section.logged-in .top-user-links{margin:10px 0}#fh5co-header-section.logged-in .top-user-links .available-balance{padding-right:15px}#fh5co-header-section.logged-in .top-user-links .available-balance span{margin-right:0;font-size:16px}#fh5co-header-section.logged-in .top-user-links .available-balance a{display:none}#fh5co-header-section.logged-in .user-options .dropdown>a span,#fh5co-header-section.logged-in .user-options .dropdown>a b.caret{display:none}#fh5co-header-section.logged-in .user-options:before{display:none}#fh5co-header-section.logged-in .user-options .dropdown.open .dropdown-menu{left:auto;right:0}#fh5co-header-section.logged-in nav#fh5co-menu-wrap{display:block}#fh5co-header-section.logged-in nav#fh5co-menu-wrap ul{display:flex;justify-content:space-between;padding:0 10px;margin:20px 0 !important}#fh5co-header-section.logged-in nav ul li.active a:before{bottom:-20px}#fh5co-header-section.logged-in .top-rates{display:none !important}#fh5co-header-section.logged-in .search-box-top .form-group input{height:45px}.contact-list-btn{font-size:20px;padding:11px 20px}div#contact-list-section{padding-top:30px}div#contact-list-section .black-caption{margin-bottom:25px;margin-top:6px}.contact-list-links ul li:not(:first-child){display:none}.current-message-sort-boxes.contact_list_sort_wrap{display:block}.current-message-sort-boxes.contact_list_sort_wrap .search-box.sort{position:absolute;bottom:-84px;width:320px;right:0px;z-index:1}.contact-list-table-wrap>table>thead{display:block;width:100%}.contact-list-table-wrap>table>thead tr{display:block !important;width:100%}.contact-list-table-wrap>table>thead>tr th:not(:first-child){display:none !important}.contact-list-table-wrap>table>thead>tr th:first-child{padding-bottom:25px !important;padding-top:25px !important;width:100%}.contact-list-table-wrap>table>thead{background:#fff}.contact-list-table-wrap .table{background:#fff}.contact-list-table-wrap .table tbody,.contact-list-table-wrap .table tbody tr,.contact-list-table-wrap .table tbody tr td{display:block !important}.contact-list-table-wrap .table tbody tr{border:none !important;box-shadow:none;border-top:1px solid #f3f3f3 !important;padding:15px 0;position:relative}.contact-list-table-wrap .table tbody tr td:nth-child(-n + 2){display:inline-block !important}.contact-list-table-wrap .table tbody tr td{padding:8px 25px;font-weight:bold}.contact-list-table-wrap .table tbody tr td:before{content:attr(data-label);display:block;float:left;width:125px;white-space:nowrap;margin-right:30px;margin-left:50px;font-weight:400}.contact-list-table-wrap .table tbody tr td:nth-child(-n + 2):before{display:none}.contact-list-table-wrap .table tbody tr td:nth-child(-n + 1){padding-right:0px}.contact-list-table-wrap .table tbody tr td:last-child{position:absolute;top:0px;right:0;width:auto !important;display:inline-block !important}.contact-list-table-wrap .table tbody tr td:last-child:before{display:none}.contact-list-table-wrap .table tbody tr td[nowrap=nowrap] .delete-row{visibility:visible;opacity:1}div#upload_contacts_popup .modal-dialog{width:100%;max-width:100%;margin:0;padding:0 15px}div#upload_contacts_popup p.import-content{font-size:16px;padding:0 0px}div#success_upload_contacts_popup .modal-dialog{width:100%;max-width:100%;margin:0;padding:0 15px}div#success_upload_contacts_popup p.import-content{font-size:16px;padding:0 0px}}.btn-file{position:relative;overflow:hidden}.btn-file input[type="file"]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;opacity:0;outline:0;background:#fff;cursor:inherit;display:block}#img-upload{width:100%;max-width:150px;height:150px;margin-right:25px;background:url(https://womens-hormone.s3-us-west-1.amazonaws.com/placeholder-img.jpg);background-position:top center !important;background-size:cover !important;background-repeat:no-repeat !important;border-radius:50% !important}#msg-template-head-image{width:100%;max-width:150px;height:150px;margin-right:25px;background-position:top center !important;background-size:cover !important;background-repeat:no-repeat !important;border-radius:50% !important}span.file-info{display:block;text-align:center;font-size:12px;font-family:'IBM Plex Sans',sans-serif;color:#000}span.btn.btn-purple.btn-file{margin:0;width:100%;font-size:16px;padding:8px;margin-bottom:10px;margin-top:1px;font-family:'IBM Plex Sans', sans-serif;border-radius:15px !important;text-transform:capitalize;letter-spacing:0px;background:#355694;color:#fff}.flex-group.form-group{display:flex;align-items:center;margin-bottom:40px}.flex-group .input-group-btn{white-space:normal;font-size:inherit}.flex-group .input-group{max-width:262px !important}div#broadcast-message-section{position:relative;padding:65px 0}div#broadcast-message-section .black-caption{margin-bottom:50px}.broadcast-btns{position:relative}.broadcast-btn{background:#23C497;color:#fff;padding:15px 40px;border-radius:6px;font-size:16px;font-weight:600;font-family:'IBM Plex Sans', sans-serif;line-height:normal;transition:all .3s ease;display:inline-block;min-width:240px;text-align:center}.broadcast-btns .broadcast-btn:first-child{margin-right:10px}.broadcast-btn img{margin-right:9px;float:left}.broadcast-btn:hover,.broadcast-btn:active{background:#355694;color:#fff !important}.broadcast-btn.invert{background:#355694}.broadcast-btn.invert:hover,.broadcast-btn.invert:active{background:#23C497}.message-status-list-wrap{margin:70px -15px 0}.current-message-status-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.current-message-status-head h2{font-weight:bold;font-family:'IBM Plex Sans', sans-serif;font-size:22px;margin:0}.current-message-sort-boxes{display:flex}.current-message-sort-boxes .dropdown:first-child{margin-right:20px}.current-message-sort-boxes .dropdown button{background:transparent !important;border:1px solid #D9DADB !important;font-size:14px;font-weight:500;text-transform:capitalize;padding:8px 20px}.current-message-sort-boxes .dropdown button b{font-weight:800}.current-message-status-list .table__rwd th,.current-message-status-list .table__rwd td{padding:10px 25px;border:none}.current-message-status-list .table__rwd tbody tr{height:100px;background:#fff;border:1px solid rgba(187,189,193,0.12);box-shadow:0px 0px 3px -1px #bbbdc1}.current-message-status-list .table__rwd tbody tr.spacer{height:20px;background:transparent !important;box-shadow:none;border:none}.current-message-status-list .table__rwd tbody tr td{vertical-align:middle;padding:25px;font-family:'IBM Plex Sans', sans-serif;font-size:14px;color:#0F121D;line-height:22px;font-weight:400}.current-message-status-list .table__rwd th{border:none;color:#84878D;font-weight:600;text-transform:uppercase;font-size:14px}.current-message-status-list .table__rwd td:nth-child(1){width:calc(100% / 5)}.current-message-status-list .table__rwd td{width:calc(100% / 5)}.current-message-status-list .table__rwd td:nth-child(2),.current-message-status-list .table__rwd td:nth-child(3){width:calc(100% / 60)}.current-message-status-list .table__rwd td:nth-child(4){width:calc(100% / 1)}.current-message-status-list .table__rwd td:last-child{padding:0;text-align:center}.current-message-status-list .table__rwd td.first_col{font-size:14px;font-weight:500;font-family:'IBM Plex Sans', sans-serif}.current-message-status-list .table__rwd td span.current-status,.white-box-row span.current-status{font-family:'IBM Plex Sans', sans-serif;font-size:11px;font-weight:bold;background:rgba(204,204,204,0.35);padding:5px 10px;border-radius:25px}.current-message-status-list .table__rwd td span.current-status.approved,.white-box-row span.current-status.approved{color:#23C497;background:#E4F9EF}.current-message-status-list .table__rwd td span.current-status.pending,.white-box-row span.current-status.pending{background:#E8F3FF;color:#355694}.current-message-status-list .table__rwd td span.current-status.rejected,.white-box-row span.current-status.rejected{background:#F9E4E4;color:#C42323}.current-message-status-list .table__rwd .dropdown-menu{left:auto;right:0;padding:13px 8px;border:none}.current-message-status-list .table__rwd .dropdown-menu li a{display:block;margin-bottom:0;color:#535760;font-size:15px;font-family:'IBM Plex Sans', sans-serif;font-weight:400;line-height:25px;background:transparent !important}.current-message-status-list .table__rwd .dropdown-menu li a span{margin-right:10px}.current-message-status-list .table__rwd .dropdown.actions button,.current-message-status-list .table__rwd .dropdown.actions button:hover,.current-message-status-list .table__rwd .dropdown.actions button:active{background:transparent !important;border:none !important;box-shadow:none !important}div#message_preview_popup .modal-dialog{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);max-width:560px}div#message_preview_popup .modal-dialog .modal-content{border-radius:13px}div#message_preview_popup .modal-dialog .modal-body{padding:30px 30px 10px}div#message_preview_popup .modal-dialog .modal-footer{border:none;padding:0px 30px 30px}div#message_preview_popup .modal-content .close{font-size:30px;position:absolute;right:7px;z-index:99999}div#message_preview_popup .msg-template-box.edit{max-width:100%;margin-bottom:25px}div#remove_message_confirmation_popup .modal-dialog{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);max-width:560px}div#remove_message_confirmation_popup .modal-dialog .modal-content{border-radius:13px}div#remove_message_confirmation_popup .modal-dialog .modal-body{padding:30px 30px 10px}div#remove_message_confirmation_popup .modal-dialog .modal-footer{border:none;padding:0px 30px 30px}div#remove_message_confirmation_popup .modal-content .close{font-size:30px;position:absolute;right:7px;z-index:99999}div#remove_message_confirmation_popup .submit-btn-wrap .left{margin-right:20px}div#remove_message_confirmation_popup .submit-btn-wrap .left .subbtn{background:#fff;color:#355694;border:1px solid #355694 !important}div#remove_message_confirmation_popup .submit-btn-wrap .left .subbtn:hover,div#remove_message_confirmation_popup .submit-btn-wrap .left .subbtn:focus,div#remove_message_confirmation_popup .submit-btn-wrap .left .subbtn:active{background:#355694;color:#fff}@media screen and (max-width: 767px){div#broadcast-message-section{position:relative;padding:25px 0}div#broadcast-message-section .black-caption{margin-bottom:30px}.broadcast-btns .broadcast-btn{min-width:inherit;width:100%;padding:15px 15px}.broadcast-btns{display:flex;justify-content:space-between;width:100%}.current-message-status-head{display:block}.current-message-status-head h2{margin-bottom:20px}div#message_preview_popup .modal-dialog{width:100%;max-width:100%;margin:0;padding:0 15px}div#message_preview_popup .msg-template-box.edit{max-width:100%;margin-bottom:25px}div#remove_message_confirmation_popup .modal-dialog{width:100%;max-width:100%;margin:0;padding:0 15px}}div#broadcast-message-section.create-new-broadcast-section .black-caption a.back-btn{position:absolute;left:0;top:50%;transform:translate(-50px, -50%);color:#0f121d;font-size:26px;line-height:normal}div#broadcast-message-section.create-new-broadcast-section .black-caption{position:relative}div#broadcast-message-section.create-new-broadcast-section .black-caption a.back-btn span{position:relative;top:2px}a.custom-body-variable-link{font-family:'IBM Plex Sans', sans-serif;font-size:16px;line-height:24px;display:inline-block}a.custom-body-variable-link img{float:right;width:20px;position:relative;top:2px;margin-left:5px;filter:grayscale(0.6) brightness(1.5)}textarea.form-control::placeholder{color:#767676 !important}.row.message_variable_content{max-width:95%;margin-left:auto}#image_upload_filed .btn-file{position:relative;overflow:hidden}#image_upload_filed .btn-file input[type="file"]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;opacity:0;outline:0;background:#fff;cursor:inherit;display:block}#image_upload_filed #img-upload{width:100%;max-width:200px;height:100px;margin-right:25px;background:transparent;background-position:center center !important;background-size:cover !important;background-repeat:no-repeat !important;border-radius:0% !important}#msg-template-head-image{width:100%;max-width:200px;height:100px;margin-right:25px;background:transparent;background-position:center center !important;background-size:cover !important;background-repeat:no-repeat !important;border-radius:0% !important}#image_upload_filed span.btn.btn-purple.btn-file{padding:10px 30px;background:#fff;border:1px solid #355694;color:#355694;font-family:'IBM Plex Sans', sans-serif !important;border-radius:5px;cursor:pointer;letter-spacing:0;font-weight:600;font-size:16px !important;transition:all .3s ease;text-transform:capitalize !important}#image_upload_filed span.btn.btn-purple.btn-file:hover,#image_upload_filed span.btn.btn-purple.btn-file:focus,#image_upload_filed span.btn.btn-purple.btn-file:active{background:#23C497 !important;color:#fff !important;border-color:#23C497 !important;transition:all .3s ease}#image_upload_filed .flex-group.form-group{display:flex;align-items:center}#image_upload_filed .flex-group .input-group-btn{white-space:normal;font-size:inherit}#image_upload_filed .flex-group .input-group{max-width:262px !important}@media screen and (max-width: 767px){div#broadcast-message-section.create-new-broadcast-section .black-caption .heading-with-sub{padding-left:30px}div#broadcast-message-section.create-new-broadcast-section .black-caption a.back-btn{transform:translate(0px, -50%);font-size:20px}div#broadcast-message-section.create-new-broadcast-section .new-message-fields .msg-template-box.edit{margin:20px -15px 0;max-width:inherit}div#broadcast-message-section.create-new-broadcast-section .row.message_variable_content{max-width:inherit;margin-left:-15px}div#broadcast-message-section.create-new-broadcast-section span.text-muted.sign-up-link{display:block}div#broadcast-message-section.create-new-broadcast-section .d-flex.inner-setps-actions,div#broadcast-message-section.create-new-broadcast-section .test-msg-success .d-flex.inner-setps-actions{flex-direction:column;margin-top:70px !important}}.send-broadcast-steps.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title{color:#0F121D;font-weight:600}.send-broadcast-steps.steps-sidebar .wizard-nav .wizard-steps .wizard-step{margin-bottom:0;background:#f9fafb;padding-left:15px;padding-right:15px}.send-broadcast-steps.steps-sidebar .wizard-nav{margin-bottom:35px}.send-broadcast-steps.steps-sidebar .wizard-nav .wizard-steps .wizard-step .wizard-icon{margin-right:5px;width:35px;height:35px;line-height:35px}.send-broadcast-steps.steps-sidebar .wizard-steps{position:relative}.send-broadcast-steps.steps-sidebar .wizard-steps:before{content:'';position:absolute;width:100%;height:1px;background:#D9DADB;left:50%;top:50%;transform:translate(-50%, -50%);z-index:-1}.segments_boxes{position:relative}.segments_boxes span{display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f00d";position:absolute;right:-30px;top:50%;width:20px;height:20px;color:#fff;background:#84878D;text-align:center;line-height:20px;border-radius:50%;font-size:11px;transform:translate(0, -50%);cursor:pointer}.cost-estimator-wrap{background:#F5F8FF;padding:25px;border:1px solid #A9BEE5;border-radius:5px}.cost-estimator-wrap h2{font-family:'IBM Plex Sans', sans-serif;font-size:20px;font-weight:bold;margin-bottom:7px}.cost-estimator-wrap p{font-family:'IBM Plex Sans', sans-serif;font-size:16px;margin:0;line-height:normal}@media screen and (max-width: 767px){.send-broadcast-steps.steps-sidebar{padding-top:0px !important;padding-left:15px !important;padding-right:15px !important}.send-broadcast-steps.steps-sidebar .wizard-nav{padding:0 !important}.send-broadcast-steps.steps-sidebar .wizard-nav .wizard-steps .wizard-step{padding-left:5px;padding-right:5px}div#broadcast-message-section.create-new-broadcast-section .message-templates-wrap{overflow:scroll;width:calc(100% - 0px)}div#broadcast-message-section.create-new-broadcast-section .search-box.sort{position:relative;bottom:inherit;width:100%}div#broadcast-message-section.create-new-broadcast-section .contact-list-links ul li:not(:first-child){display:block}div#broadcast-message-section.create-new-broadcast-section .d-flex.inner-setps-actions.mobile-reverse,div#broadcast-message-section.create-new-broadcast-section .test-msg-success .d-flex.inner-setps-actions.mobile-reverse{flex-direction:column-reverse}}@media screen and (min-width: 768px){div#pick-templates.d-grid{display:grid !important;grid-template-columns:33.3% 33.3% 33.3%;grid-row-gap:30px}div#pick-templates.d-grid .col-md-4.col-sm-4.col-xs-4{width:100%}div#pick-templates-filters{display:block !important}div#pick-templates-filters a{display:inline-block}div#pick-templates-filters a:first-child{margin-bottom:25px}.form-group.select-variables label{width:200px;align-self:center;font-weight:600 !important}.form-group.select-variables{align-content:center}}@media screen and (max-width: 768px){div#pick-templates .col-md-4.col-sm-4.col-xs-4{width:100%;margin-bottom:30px}div#broadcast-message-section.create-new-broadcast-section .message-templates-wrap.no-scroll-mobile{overflow:inherit !important}.message-templates-wrap.py-20.scroll-mobile{padding-bottom:0px !important}.message-templates-wrap.py-20.scroll-mobile div#pick-templates-filters{width:1965px}div#broadcast-message-section.create-new-broadcast-section .black-caption a.back-btn{z-index:999}}div#crypto-btn{background:#002c74;padding:10px 20px;margin-left:20px;height:50px !important;width:250px !important;text-align:center}div#crypto-btn>div{width:100% !important}div#pay-button{display:flex;margin-left:15px}div#pay-button>div{width:250px !important}.analytics-chart-area{background:#fff;border:1px solid rgba(187,189,193,0.12);box-shadow:0px 0px 3px -1px #bbbdc1;padding:40px}.icon-box-analytics{background:#fff;border:1px solid rgba(187,189,193,0.12);box-shadow:0px 0px 3px -1px #bbbdc1;padding:40px}.icon-box-analytics img{margin-bottom:20px}.icon-box-analytics h2{font-size:44px;font-family:'IBM Plex Sans', sans-serif;font-weight:300;margin-bottom:5px;color:#0F121D}.icon-box-analytics p{font-size:15px;font-family:'IBM Plex Sans', sans-serif;font-weight:400;margin-bottom:10px;color:#0F121D}.icon-box-analytics ul{padding:0;list-style:none}.icon-box-analytics ul li{font-size:14px;font-family:'IBM Plex Sans', sans-serif;border-bottom:1px solid #ededed;padding:7px 0 1px}.icon-box-analytics ul li b{float:right}.contact-list-links ul li span.remove_selected_link input{background:transparent;border:none;padding:0;line-height:normal;font-family:'IBM Plex Sans', sans-serif;font-size:14px;color:"black"}.gl-content>.alert{position:fixed;left:30px;bottom:50px;min-width:310px;z-index:9999}.analytics-chart-head{display:flex;align-items:center}.analytics-chart-head h2{font-weight:bold;font-family:'IBM Plex Sans', sans-serif;font-size:22px;margin:0;margin-right:30px}.analytics-chart-head form{display:flex}.analytics-chart-head form .form-group{margin:0;margin-right:10px}.analytics-chart-head form .form-group input#search_dob{padding:0 15px;height:35px;padding-left:35px;border:1px solid #D9DADB;border-radius:5px;background:#fff url(/ico_calendar.png) no-repeat left center;background-position-x:10px;min-width:250px}.user-options .dropdown.open .dropdown-menu a.account_link{position:relative;padding-left:25px}.user-options .dropdown.open .dropdown-menu a.account_link:before{content:'';width:20px;height:20px;background:#fff url(/user-circle.png) no-repeat center center;background-size:contain;position:absolute;left:-2px;top:50%;transform:translateY(-50%)}.user-options .dropdown.open .dropdown-menu a.sign_out_link{position:relative;padding-left:25px}.user-options .dropdown.open .dropdown-menu a.sign_out_link:before{content:'';width:18px;height:18px;background:#fff url(/upload-alt.png) no-repeat center center;background-size:contain;position:absolute;left:0;top:50%;transform:translateY(-50%)}.pricing-table.account_payment_pricing_table table{background:transparent !important}.pricing-table.account_payment_pricing_table table tbody#ratesTable{background:#fff}.pricing-table.account_payment_pricing_table table tbody tr{border-bottom:1px solid #EFEFEF}.pricing-table.account_payment_pricing_table table tbody tr td{padding:16px 15px}.account_scopes ul{list-style:none;padding:0;display:flex}.account_scopes ul li:not(:last-child){margin-right:50px}.account_scopes ul li a{font-family:'IBM Plex Sans', sans-serif !important;font-weight:bold;font-size:16px;color:#535760;position:relative}.account_scopes ul li.active a:before{content:'';position:absolute;width:100%;height:3px;background:#00c894;bottom:-99%;left:50%;transform:translateX(-50%);border-top-left-radius:18px;border-top-right-radius:18px}.account_scopes{position:relative}.account_scopes:before{content:'';position:absolute;width:100%;height:1px;background:#D9DADB;bottom:-56%;left:50%;transform:translateX(-50%);border-top-left-radius:18px;border-top-right-radius:18px}.account_scopes ul li.active a{color:#00c894}@media screen and (max-width: 767px){.icon-box-analytics h2{display:inline-block;margin-left:10px}.icon-box-analytics{margin-bottom:30px}.analytics-chart-area{padding:15px}.buy-btns-wrap{display:block !important}.buy-btns-wrap>a{margin-bottom:15px;height:50px !important;width:100% !important}div#crypto-btn{width:100% !important}.buy-btns-wrap #crypto-btn{margin:0}.account_scopes ul li a{font-size:14px}.account_scopes ul{justify-content:space-between}.account_scopes ul li:not(:last-child){margin-right:0px}.account_scopes:before{bottom:-45%}}.btn[data-toggle=popover]{background:transparent !important;color:#355694 !important;text-transform:inherit;font-size:16px;letter-spacing:normal;line-height:28px;padding:0}div.my-popover{max-width:460px;background:#03316C;padding:25px;top:100% !important}div.my-popover .popover-title{background:transparent;border:none;padding:0}div.my-popover .popover-title h3{margin-bottom:18px;font-family:'IBM Plex Sans', sans-serif;font-size:16px;color:#fff;font-weight:600;line-height:normal}div.my-popover .popover-content{padding:0px}div.my-popover .popover-content p{font-family:'IBM Plex Sans', sans-serif;font-weight:400;color:#fff;margin-bottom:10px;font-size:16px}div.my-popover .popover-content p:last-child{margin-bottom:0px}div.my-popover .popover-content p span{color:#23C497}div.my-popover>.arrow{border-bottom-color:#03316C !important;top:-20px !important;border-width:21px}div.my-popover>.arrow:after{border-bottom-color:#03316C !important}.btn.extra-credit-btn{opacity:1 !important;text-transform:inherit;letter-spacing:normal;font-family:'IBM Plex Sans', sans-serif !important;font-weight:700 !important;font-size:14px !important;color:#23C497;border:1px solid #23C497;border-radius:30px;padding:9px 13px;line-height:normal;background:rgba(35,196,151,0.05) !important}.btn.extra-credit-btn span{color:#0F121D}.pricing-table table tr td{text-align:center}.pricing-table table tr{border-bottom:1px solid #f1f1f1}.pricing-table table tr td:first-child{width:auto}p.broadcast-rate-text{text-align:center;margin-bottom:10px;font-family:'IBM Plex Sans', sans-serif;font-size:14px;font-weight:600;color:#666C77}@media screen and (max-width: 767px){div.my-popover{left:0 !important}}@media screen and (max-width: 405px){.contact-list-table-wrap .table tbody tr td:before{width:65px}.current-message-sort-boxes.contact_list_sort_wrap .search-box.sort{width:300px}.current-message-sort-boxes .dropdown button{padding:8px}#fh5co-logo img{max-width:100%}.broadcast-btn{font-size:14px}.broadcast-btns .broadcast-btn{padding:15px 10px}.gl-content-box{padding:20px}.gl-content-box.login-content{padding:20px 0}}:root{--primary-color: #25D366;--primary-dark: #128C7E;--primary-light: #DCF8C6;--secondary-color: #075E54;--accent-color: #34B7F1;--dark-color: #1a1a2e;--dark-secondary: #16213e;--text-color: #333333;--text-light: #666666;--text-muted: #999999;--border-color: #e0e0e0;--bg-light: #f8f9fa;--bg-lighter: #fafbfc;--white: #ffffff;--success-color: #28a745;--danger-color: #dc3545;--warning-color: #ffc107;--info-color: #17a2b8;--gradient-primary: linear-gradient(135deg, #25D366 0%, #128C7E 100%);--gradient-dark: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);--gradient-hero: linear-gradient(135deg, #075E54 0%, #25D366 50%, #34B7F1 100%);--shadow-sm: 0 2px 4px rgba(0,0,0,0.05);--shadow-md: 0 4px 12px rgba(0,0,0,0.1);--shadow-lg: 0 8px 30px rgba(0,0,0,0.12);--shadow-xl: 0 20px 60px rgba(0,0,0,0.15);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 50px;--transition-fast: 0.15s ease;--transition-normal: 0.3s ease;--transition-slow: 0.5s ease;--font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--font-heading: 'Plus Jakarta Sans', var(--font-primary)}*{box-sizing:border-box}body{font-family:var(--font-primary);color:var(--text-color);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.3;color:var(--dark-color)}a{color:var(--primary-color);text-decoration:none;transition:var(--transition-fast)}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto}.section-padding{padding:80px 0}@media (max-width: 768px){.section-padding{padding:50px 0}}.bg-light{background-color:var(--bg-light)}.bg-dark{background-color:var(--dark-color)}.bg-gradient{background:var(--gradient-primary)}.text-white{color:var(--white) !important}.text-light{color:rgba(255,255,255,0.8) !important}.section-header{margin-bottom:50px}.section-badge{display:inline-block;padding:6px 16px;background:rgba(37,211,102,0.1);color:var(--primary-dark);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius-full);margin-bottom:16px}.section-badge.light{background:rgba(255,255,255,0.15);color:var(--white)}.section-title{font-size:42px;font-weight:800;margin-bottom:16px;color:var(--dark-color)}@media (max-width: 768px){.section-title{font-size:28px}}.section-subtitle{font-size:18px;color:var(--text-light);max-width:600px;margin:0 auto;text-align:center}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlight-red{color:var(--danger-color)}.themebtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-normal);border:2px solid transparent;text-decoration:none}.primary-btn{background:var(--gradient-primary);color:var(--white);border-color:var(--primary-color)}.primary-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);color:var(--white)}.borderbtn{background:transparent;color:var(--primary-color);border-color:var(--primary-color)}.borderbtn:hover{background:var(--primary-color);color:var(--white)}.white-btn{background:var(--white);color:var(--primary-dark);border-color:var(--white)}.white-btn:hover{background:transparent;color:var(--white)}.white-outline-btn{background:transparent;color:var(--white);border-color:var(--white)}.white-outline-btn:hover{background:var(--white);color:var(--primary-dark)}.large-btn{padding:18px 36px;font-size:16px}.full-width{width:100%}.hero-banner{position:relative;background:linear-gradient(180deg, #f8fffe 0%, #fff 100%);overflow:hidden}.banner-content{position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(37,211,102,0.1);border:1px solid rgba(37,211,102,0.3);border-radius:var(--radius-full);font-size:13px;font-weight:600;color:var(--primary-dark);margin-bottom:24px}.hero-banner h1{font-size:52px;font-weight:800;line-height:1.15;margin-bottom:20px;color:var(--dark-color)}@media (max-width: 992px){.hero-banner h1{font-size:38px}}@media (max-width: 768px){.hero-banner{padding:80px 0 50px;text-align:center}.hero-banner h1{font-size:32px}}.hero-tagline{font-size:1.15rem;font-weight:700;margin-bottom:10px;color:inherit}.hero-subtitle{margin-top:0}.stat-sub{display:block;font-size:0.8rem;color:#666;font-style:italic;margin-top:2px}.strip-items{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 32px;padding:20px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.strip-item{display:flex;align-items:center;gap:8px;font-size:0.9rem;font-weight:500;color:#333;white-space:nowrap}.strip-item svg{color:#25D366;flex-shrink:0}.hero-subtitle{font-size:18px;color:var(--text-light);line-height:1.7;margin-bottom:30px;max-width:520px}@media (max-width: 768px){.hero-subtitle{margin-left:auto;margin-right:auto}}.hero-stats{display:flex;gap:40px;margin-bottom:30px}@media (max-width: 768px){.hero-stats{justify-content:center;gap:24px;flex-wrap:wrap}}.stat-item{text-align:left}@media (max-width: 768px){.stat-item{text-align:center}}.stat-number{display:block;font-size:32px;font-weight:800;color:var(--primary-dark);line-height:1}.stat-label{display:block;font-size:13px;color:var(--text-muted);margin-top:4px}.banner-btns{display:flex;gap:16px;margin-bottom:30px}@media (max-width: 768px){.banner-btns{flex-direction:column;align-items:center}.banner-btns .themebtn{width:100%;max-width:280px}}.trust-badges{display:flex;align-items:center;gap:12px}@media (max-width: 768px){.trust-badges{justify-content:center;flex-wrap:wrap}}.trust-text{font-size:13px;color:var(--text-muted)}.country-flags{display:flex;gap:8px}.country-flags img{border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;max-height:800px}.hero-mockup{max-width:420px;max-height:730px;height:auto;width:100%;object-fit:contain;filter:drop-shadow(0 20px 60px rgba(0,0,0,0.15))}.floating-card{position:absolute;display:flex;align-items:center;gap:8px;padding:14px 18px;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);animation:float 3s ease-in-out infinite}.floating-card.card-order{top:25%;left:2px;animation-delay:0s}.floating-card.card-payment{bottom:10%;right:12px;animation-delay:1.5s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.card-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md)}.card-icon.success{background:rgba(40,167,69,0.1);color:var(--success-color)}.card-icon.payment{background:rgba(52,183,241,0.1);color:var(--accent-color)}.card-content{display:flex;flex-direction:column}.card-title{font-size:14px;font-weight:600;color:var(--dark-color)}.card-subtitle{font-size:12px;color:var(--text-muted)}.hero-bg-decoration{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.decoration-circle{position:absolute;border-radius:50%;background:var(--gradient-primary);opacity:0.05}.circle-1{width:600px;height:600px;top:-200px;right:-100px}.circle-2{width:400px;height:400px;bottom:-100px;left:-100px}.partners-strip{padding:30px 0;background:var(--white);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.partners-content{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.partners-label{font-size:13px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.partners-logos{display:flex;align-items:center;gap:40px;flex-wrap:wrap;justify-content:center}.partners-logos img{height:30px;opacity:0.6;filter:grayscale(100%);transition:var(--transition-normal)}.partners-logos img:hover{opacity:1;filter:grayscale(0%)}.comparison-row{display:flex;align-items:stretch;margin-top:50px}.comparison-card{background:var(--white);border-radius:var(--radius-lg);padding:30px;height:100%;box-shadow:var(--shadow-md);border:2px solid var(--border-color);transition:var(--transition-normal)}.comparison-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.problem-card{border-color:rgba(220,53,69,0.2)}.solution-card{border-color:rgba(40,167,69,0.3);background:linear-gradient(180deg, #f0fff4 0%, #fff 100%)}.comparison-card .card-header{margin-bottom:20px}.card-badge{display:inline-block;padding:6px 14px;border-radius:var(--radius-full);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px}.card-badge.danger{background:rgba(220,53,69,0.1);color:var(--danger-color)}.card-badge.success{background:rgba(40,167,69,0.1);color:var(--success-color)}.comparison-list{list-style:none;padding:0;margin:0}.comparison-list li{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--border-color);font-size:15px}.comparison-list li:last-child{border-bottom:none}.comparison-list li svg{flex-shrink:0;margin-top:2px}.comparison-list li.negative svg{color:var(--danger-color)}.comparison-list li.positive svg{color:var(--success-color)}.comparison-card .card-footer{margin-top:20px;padding-top:20px;border-top:2px dashed var(--border-color);text-align:center}.loss-amount{display:block;font-size:28px;font-weight:800;color:var(--danger-color)}.loss-label{font-size:13px;color:var(--text-muted)}.savings-amount{display:block;font-size:28px;font-weight:800;color:var(--success-color)}.savings-label{font-size:13px;color:var(--text-muted)}.comparison-vs{display:flex;align-items:center;justify-content:center}.vs-badge{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--dark-color);color:var(--white);font-size:16px;font-weight:800;border-radius:50%;box-shadow:var(--shadow-lg)}.steps-timeline{margin-top:50px}.step-item{display:flex;align-items:center;gap:60px;margin-bottom:60px;position:relative}.step-item.reverse{flex-direction:row-reverse}@media (max-width: 768px){.step-item,.step-item.reverse{flex-direction:column;gap:30px;text-align:center}}.step-number{position:absolute;top:0;left:50%;transform:translateX(-50%);font-size:120px;font-weight:900;color:rgba(37,211,102,0.08);line-height:1;z-index:0}@media (max-width: 768px){.step-number{position:relative;left:auto;transform:none;font-size:80px}}.step-content{flex:1;position:relative;z-index:1}.step-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(37,211,102,0.1) 0%, rgba(18,140,126,0.1) 100%);border-radius:var(--radius-lg);margin-bottom:20px}@media (max-width: 768px){.step-icon{margin-left:auto;margin-right:auto}}.step-title{font-size:24px;font-weight:700;margin-bottom:12px;color:var(--dark-color)}.step-description{font-size:16px;color:var(--text-light);line-height:1.7}.step-visual{flex:1;position:relative;z-index:1}.step-image{width:100%;max-width:450px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.cta-note{margin-top:16px;font-size:14px;color:var(--text-muted)}.features-grid{margin-top:50px}.feature-card{background:var(--white);border-radius:var(--radius-lg);padding:30px;height:100%;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:var(--transition-normal);position:relative;margin-bottom:30px}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.feature-card.featured{background:linear-gradient(180deg, #f0fff4 0%, #fff 100%);border-color:var(--primary-color)}.feature-badge{position:absolute;top:-10px;right:20px;padding:4px 12px;background:var(--gradient-primary);color:var(--white);font-size:11px;font-weight:700;text-transform:uppercase;border-radius:var(--radius-full)}.feature-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(37,211,102,0.1) 0%, rgba(18,140,126,0.1) 100%);border-radius:var(--radius-md);margin-bottom:20px}.feature-title{font-size:18px;font-weight:700;margin-bottom:12px;color:var(--dark-color)}.feature-description{font-size:14px;color:var(--text-light);line-height:1.6;margin-bottom:16px}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{font-size:13px;color:var(--text-light);padding:6px 0;padding-left:20px;position:relative}.feature-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:var(--primary-color);border-radius:50%}#demo-section{background:var(--gradient-dark)}.demo-phone-container{margin-top:50px}.phone-mockup{text-align:center}.phone-demo-img{max-width:350px;border-radius:30px;box-shadow:0 30px 80px rgba(0,0,0,0.4)}.demo-steps-list{padding:20px 0}.demo-step-item{display:flex;align-items:flex-start;gap:20px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,0.1)}.demo-step-item:last-child{border-bottom:none}.step-number-circle{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:var(--white);font-size:16px;font-weight:700;border-radius:50%;flex-shrink:0}.demo-step-item .step-info h4{font-size:18px;font-weight:600;color:var(--white);margin-bottom:4px}.demo-step-item .step-info p{font-size:14px;color:rgba(255,255,255,0.7);margin:0}.pricing-cards{margin-top:50px}.pricing-card{background:var(--white);border-radius:var(--radius-xl);padding:0;height:100%;box-shadow:var(--shadow-md);border:2px solid var(--border-color);transition:var(--transition-normal);position:relative;overflow:hidden;margin-bottom:30px}.pricing-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.pricing-card.featured{border-color:var(--primary-color);transform:scale(1.02)}.pricing-card.featured:hover{transform:scale(1.02) translateY(-5px)}.popular-badge,.addon-badge{position:absolute;top:0;left:50%;transform:translateX(-50%);padding:6px 20px;font-size:12px;font-weight:700;text-transform:uppercase;border-radius:0 0 var(--radius-md) var(--radius-md)}.popular-badge{background:var(--gradient-primary);color:var(--white)}.addon-badge{background:var(--accent-color);color:var(--white)}.pricing-header{padding:40px 30px 30px;text-align:center;border-bottom:1px solid var(--border-color)}.plan-name{font-size:24px;font-weight:700;color:var(--dark-color);margin-bottom:4px}.plan-tagline{font-size:14px;color:var(--text-muted);margin-bottom:20px}.plan-price{display:flex;align-items:flex-start;justify-content:center;gap:4px}.plan-price .currency{font-size:24px;font-weight:700;color:var(--dark-color);margin-top:8px}.plan-price .amount{font-size:56px;font-weight:800;color:var(--dark-color);line-height:1}.plan-price .period{font-size:16px;color:var(--text-muted);margin-top:30px}.pricing-body{padding:30px}.plan-features{list-style:none;padding:0;margin:0}.plan-features li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;font-size:15px;color:var(--text-color)}.plan-features li svg{flex-shrink:0;color:var(--primary-color);margin-top:2px}.plan-features li.highlight{font-weight:600;color:var(--primary-dark)}.pricing-footer{padding:0 30px 30px;text-align:center}.pricing-note{display:block;margin-top:12px;font-size:13px;color:var(--text-muted)}.industries-grid{margin-top:50px}.industry-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:var(--transition-normal);margin-bottom:30px}.industry-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.industry-image{height:180px;overflow:hidden}.industry-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition-slow)}.industry-card:hover .industry-image img{transform:scale(1.05)}.industry-content{padding:24px}.industry-content h3{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--dark-color)}.industry-content p{font-size:14px;color:var(--text-light);margin:0;line-height:1.6}.coming-soon-banner{background:linear-gradient(135deg, rgba(37,211,102,0.05) 0%, rgba(18,140,126,0.05) 100%);border:2px dashed var(--primary-color);border-radius:var(--radius-lg);padding:40px}.coming-soon-banner h3{font-size:22px;font-weight:700;color:var(--dark-color);margin-bottom:8px}.coming-soon-banner p{font-size:15px;color:var(--text-light);margin-bottom:20px}.security-content{padding-right:40px}@media (max-width: 768px){.security-content{padding-right:0;margin-bottom:40px}}.security-features{margin:30px 0}.security-item{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid var(--border-color)}.security-item:last-child{border-bottom:none}.security-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(37,211,102,0.1) 0%, rgba(18,140,126,0.1) 100%);border-radius:var(--radius-md);color:var(--primary-dark);flex-shrink:0}.security-text h4{font-size:16px;font-weight:600;color:var(--dark-color);margin-bottom:4px}.security-text p{font-size:14px;color:var(--text-light);margin:0}.permissions-card{background:var(--white);border-radius:var(--radius-lg);padding:30px;box-shadow:var(--shadow-lg);border:1px solid var(--border-color)}.permissions-card h3{font-size:20px;font-weight:700;color:var(--dark-color);margin-bottom:8px}.permissions-intro{font-size:14px;color:var(--text-light);margin-bottom:24px}.permission-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:var(--bg-light);border-radius:var(--radius-md);margin-bottom:12px}.permission-icon{flex-shrink:0}.permission-content h4{font-size:14px;font-weight:600;color:var(--primary-dark);margin-bottom:4px;font-family:monospace}.permission-content p{font-size:13px;color:var(--text-light);margin:0}.permission-note{display:flex;align-items:center;gap:8px;margin-top:20px;padding:12px 16px;background:rgba(23,162,184,0.1);border-radius:var(--radius-md);font-size:13px;color:var(--info-color)}.permission-note svg{flex-shrink:0}#cta-section{background:var(--gradient-primary);position:relative;overflow:hidden}#cta-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:0.5}.cta-content{position:relative;z-index:1}.cta-title{font-size:42px;font-weight:800;color:var(--white);margin-bottom:16px}@media (max-width: 768px){.cta-title{font-size:28px}}.cta-subtitle{font-size:18px;color:rgba(255,255,255,0.9);max-width:600px;margin:0 auto 30px}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-features{display:flex;gap:30px;justify-content:center;margin-top:30px;flex-wrap:wrap}.cta-feature{display:flex;align-items:center;gap:8px;font-size:14px;color:rgba(255,255,255,0.9)}.cta-feature svg{color:var(--white)}.faq-header{position:sticky;top:100px}@media (max-width: 768px){.faq-header{position:static;margin-bottom:40px}}.faq-header p{font-size:15px;color:var(--text-light);margin:16px 0 24px}.qa-accordion .panel{border:1px solid var(--border-color);border-radius:var(--radius-md);margin-bottom:12px;box-shadow:none}.qa-accordion .panel-heading{padding:0;background:var(--white);border-radius:var(--radius-md)}.qa-accordion .panel-title a{display:block;padding:18px 24px;font-size:16px;font-weight:600;color:var(--dark-color);text-decoration:none;position:relative;padding-right:50px}.qa-accordion .panel-title a::after{content:'+';position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:24px;font-weight:400;color:var(--primary-color);transition:var(--transition-fast)}.qa-accordion .panel-title a[aria-expanded="true"]::after{content:'−'}.qa-accordion .panel-body{padding:0 24px 18px;font-size:15px;color:var(--text-light);line-height:1.7}.qa-accordion .panel-body p{margin:0}.faq-more a{font-size:15px;font-weight:600;color:var(--primary-color)}.faq-more a:hover{color:var(--primary-dark)}.language-switcher{position:fixed;bottom:30px;right:30px;display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--white);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);z-index:1000}.lang-option{font-size:14px;font-weight:600;color:var(--text-muted);text-decoration:none;transition:var(--transition-fast)}.lang-option.active,.lang-option:hover{color:var(--primary-color)}.lang-divider{color:var(--border-color)}.legal-page{padding-bottom:80px}.legal-header{background:var(--gradient-dark);padding:100px 0 60px;text-align:center}.legal-header h1{font-size:42px;font-weight:800;color:var(--white);margin-bottom:8px}.last-updated{font-size:14px;color:rgba(255,255,255,0.7)}.legal-content{padding-top:60px}.legal-nav{background:var(--bg-light);border-radius:var(--radius-lg);padding:24px}.legal-nav h4{font-size:14px;font-weight:700;color:var(--dark-color);text-transform:uppercase;letter-spacing:0.5px;margin-bottom:16px}.legal-nav ul{list-style:none;padding:0;margin:0}.legal-nav ul li{margin-bottom:8px}.legal-nav ul li a{font-size:14px;color:var(--text-light);text-decoration:none;transition:var(--transition-fast)}.legal-nav ul li a:hover{color:var(--primary-color)}.sticky-nav{position:sticky;top:100px}@media (max-width: 768px){.sticky-nav{position:static;margin-bottom:30px}}.legal-body section{margin-bottom:50px;scroll-margin-top:100px}.legal-body h2{font-size:26px;font-weight:700;color:var(--dark-color);margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--primary-color)}.legal-body h3{font-size:18px;font-weight:600;color:var(--dark-color);margin-top:30px;margin-bottom:12px}.legal-body h4{font-size:16px;font-weight:600;color:var(--dark-color);margin-top:20px;margin-bottom:10px}.legal-body p{font-size:15px;color:var(--text-color);line-height:1.8;margin-bottom:16px}.legal-body ul{margin-bottom:20px;padding-left:24px}.legal-body ul li{font-size:15px;color:var(--text-color);line-height:1.8;margin-bottom:8px}.legal-body a{color:var(--primary-color);text-decoration:underline}.permission-explanation{background:var(--bg-light);border-radius:var(--radius-md);padding:24px;margin:20px 0;border-left:4px solid var(--primary-color)}.permission-explanation h3{margin-top:0;font-family:monospace;color:var(--primary-dark)}.important-note{background:rgba(23,162,184,0.1);border-radius:var(--radius-md);padding:24px;margin:20px 0;border-left:4px solid var(--info-color)}.important-note h4{margin-top:0;color:var(--info-color)}.contact-info{background:var(--bg-light);border-radius:var(--radius-md);padding:24px;margin:20px 0}.complaint-info{background:rgba(255,193,7,0.1);border-radius:var(--radius-md);padding:24px;margin:20px 0;border-left:4px solid var(--warning-color)}.complaint-info h3{margin-top:0;color:var(--warning-color)}.cookies-table{width:100%;border-collapse:collapse;margin:20px 0}.cookies-table th,.cookies-table td{padding:12px 16px;text-align:left;border:1px solid var(--border-color);font-size:14px}.cookies-table th{background:var(--bg-light);font-weight:600;color:var(--dark-color)}.pricing-table-legal{width:100%;border-collapse:collapse;margin:20px 0}.pricing-table-legal th,.pricing-table-legal td{padding:12px 16px;text-align:left;border:1px solid var(--border-color);font-size:14px}.pricing-table-legal th{background:var(--bg-light);font-weight:600;color:var(--dark-color)}.placeholder-img{background:linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);display:flex;align-items:center;justify-content:center;color:#999;font-size:14px;text-align:center}@media (max-width: 992px){.section-title{font-size:32px}}@media (max-width: 768px){.hidden-xs{display:none !important}.section-padding{padding:50px 0}.text-center-mobile{text-align:center}}[data-aos]{opacity:0;transition-property:transform, opacity}.aos-animate[data-aos]{opacity:1}[data-aos="fade-up"]{transform:translateY(30px)}.aos-animate[data-aos="fade-up"]{transform:translateY(0)}[data-aos="fade-right"]{transform:translateX(-30px)}.aos-animate[data-aos="fade-right"]{transform:translateX(0)}[data-aos="fade-left"]{transform:translateX(30px)}.aos-animate[data-aos="fade-left"]{transform:translateX(0)}[data-aos="zoom-in"]{transform:scale(0.9)}.aos-animate[data-aos="zoom-in"]{transform:scale(1)}#gtco-footer.site-footer{background:linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);padding:60px 0 30px;margin-top:0}#gtco-footer .footer-brand{margin-bottom:10px}#gtco-footer .footer-logo{display:inline-block}#gtco-footer .footer-logo img{height:36px;width:auto;margin-bottom:20px}#gtco-footer .footer-text{color:rgba(255,255,255,0.7);font-size:14px;line-height:1.7;margin-bottom:25px;max-width:320px}#gtco-footer .social-links{margin-bottom:20px}#gtco-footer .social-links ul{display:flex;gap:10px;list-style:none;padding:0;margin:0}#gtco-footer .social-links ul li{margin:0;padding:0}#gtco-footer .social-links ul li a{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:rgba(255,255,255,0.08);border-radius:10px;color:rgba(255,255,255,0.8);font-size:16px;transition:all 0.3s ease;text-decoration:none}#gtco-footer .social-links ul li a:hover{background:#25D366;color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px rgba(37,211,102,0.3)}#gtco-footer .social-links ul li a .fa{line-height:1}#gtco-footer .gtco-widget{margin-bottom:20px}#gtco-footer .footer-links{margin-bottom:20px}#gtco-footer .footer-links-head{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;position:relative;padding-bottom:12px}#gtco-footer .footer-links-head::after{content:'';position:absolute;bottom:0;left:0;width:30px;height:2px;background:#25D366;border-radius:2px}#gtco-footer .footer-links a{display:inline-block;color:rgba(255,255,255,0.65);font-size:14px;margin-bottom:12px;text-decoration:none;transition:all 0.25s ease;position:relative}#gtco-footer .footer-links a:hover{color:#25D366;padding-left:8px}#gtco-footer .footer-links a::before{content:'';position:absolute;left:-15px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid #25D366;border-top:4px solid transparent;border-bottom:4px solid transparent;opacity:0;transition:all 0.25s ease}#gtco-footer .footer-links a:hover::before{opacity:1;left:-10px}#gtco-footer .partner-badges{display:flex;gap:15px;align-items:center;margin:35px 0 25px;padding-top:25px;border-top:1px solid rgba(255,255,255,0.08)}#gtco-footer .partner-badges img{height:28px;opacity:0.6;transition:all 0.3s ease;filter:grayscale(20%)}#gtco-footer .partner-badges img:hover{opacity:1;filter:grayscale(0%);transform:scale(1.05)}#gtco-footer hr{border:none;border-top:1px solid rgba(255,255,255,0.08);margin:25px 0}#gtco-footer .copyright-text{color:rgba(255,255,255,0.5);font-size:13px;margin:0}#gtco-footer .company-address{color:rgba(255,255,255,0.35);font-size:12px;margin:0}@media (max-width: 991px){#gtco-footer.site-footer{padding:50px 0 25px}#gtco-footer .footer-links-head{margin-bottom:15px;margin-top:25px}#gtco-footer .footer-text{max-width:100%}}@media (max-width: 767px){#gtco-footer.site-footer{padding:40px 0 20px}#gtco-footer .partner-badges{justify-content:center;flex-wrap:wrap}#gtco-footer .copyright-text{text-align:center;margin-bottom:10px}#gtco-footer .company-address{text-align:center}#gtco-footer .footer-brand{text-align:center}#gtco-footer .footer-logo img{margin:0 auto 20px}#gtco-footer .footer-text{text-align:center;margin-left:auto;margin-right:auto}#gtco-footer .social-links ul{justify-content:center}#gtco-footer .footer-links{text-align:center}#gtco-footer .footer-links-head{text-align:center}#gtco-footer .footer-links-head::after{left:50%;transform:translateX(-50%)}#gtco-footer .footer-links a::before{display:none}#gtco-footer .footer-links a:hover{padding-left:0}}@media (prefers-color-scheme: dark){#gtco-footer.site-footer{background:linear-gradient(135deg, #0d0d1a 0%, #0f1628 100%)}}.hero-stats{display:flex;gap:16px;margin:24px 0;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:14px 18px;min-width:110px}.stat-item .stat-number{font-size:1.8rem;font-weight:700;color:#25D366;line-height:1}.stat-item .stat-label{font-size:0.8rem;font-weight:600;color:#111;margin-top:4px}.hero-stats{flex-wrap:nowrap !important;align-items:stretch}.stat-item{flex:1;min-width:0}.stat-icon{font-size:22px;margin-bottom:6px;display:block}@media (max-width: 480px){.hero-stats{flex-wrap:wrap !important}.stat-item{min-width:130px}}.step-item .step-number{left:600px !important;transform:none;top:50%;margin-top:-60px}.step-item.reverse .step-number{left:auto;right:0}body.rtl-body #pricing-section .pricing-cards{display:flex !important;flex-wrap:wrap !important}body.rtl-body #pricing-section .pricing-cards>.col-md-4:nth-child(1){order:3 !important;float:none !important}body.rtl-body #pricing-section .pricing-cards>.col-md-4:nth-child(2){order:2 !important;float:none !important}body.rtl-body #pricing-section .pricing-cards>.col-md-4:nth-child(3){order:1 !important;float:none !important}.footer-text{color:#cccccc !important;line-height:1.8 !important;font-family:'IBM Plex Sans', sans-serif;font-size:20px !important;line-height:26px !important;margin:0 !important}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0, 0, 0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0 !important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
