/*
 * com.bwd.lib.sectionspro
 */

.sections-stack.s-pro.eq-height,.sections-stack.s-pro.eq-height > .shear-wrapper{margin-top:0 !important}.sections-stack.s-pro.top-margin-none{margin-top:0}.sections-stack.s-pro.bot-margin-none{margin-bottom:0}.sections-stack.s-pro .inner-content{position:relative}.sections-stack.s-pro .content-wrapper.fill-content{height:100%}.sections-stack.s-pro .content-wrapper > .content{margin:0;padding:0}.sections-stack.s-pro .shear-inner::before,.sections-stack.s-pro .shear-inner::after{-webkit-box-sizing:border-box !important;box-sizing:border-box !important;pointer-events:none !important;position:absolute;top:0;height:100%;left:0;width:100%;content:""}.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner.full-height,.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner > .inner-content.v-center,.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner.fixed-height > .inner-content{overflow:visible !important}


/*
 * animate
 */

:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:calc(var(--animate-repeat) * 2)}.animated.repeat-3{animation-iteration-count:calc(var(--animate-repeat) * 3)}.animated.delay-1s{animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:calc(var(--animate-delay) * 2)}.animated.delay-3s{animation-delay:calc(var(--animate-delay) * 3)}.animated.delay-4s{animation-delay:calc(var(--animate-delay) * 4)}.animated.delay-5s{animation-delay:calc(var(--animate-delay) * 5)}.animated.faster{animation-duration:calc(var(--animate-duration) / 2)}.animated.fast{animation-duration:calc(var(--animate-duration) * 0.8)}.animated.slow{animation-duration:calc(var(--animate-duration) * 2)}.animated.slower{animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animated[class*='Out']{opacity:0}}@keyframes bounce{from,20%,53%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0) scaleY(0.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,0.75,1)}40%{transform:scale3d(0.75,1.25,1)}50%{transform:scale3d(1.15,0.85,1)}65%{transform:scale3d(0.95,1.05,1)}75%{transform:scale3d(1.05,0.95,1)}to{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shakeX{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shakeX{animation-name:shakeX}@keyframes shakeY{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0,0,0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translate3d(0,0,0)}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:translate3d(0,0,0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:translateY(700px) scale(0.7);opacity:0.7}}.backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:translateX(-2000px) scale(0.7);opacity:0.7}}.backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:translateX(2000px) scale(0.7);opacity:0.7}}.backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:translateY(-700px) scale(0.7);opacity:0.7}}.backOutUp{animation-name:backOutUp}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:scale3d(0.3,0.3,0.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(0.97,0.97,0.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(0.9)}75%{transform:translate3d(0,-10px,0) scaleY(0.95)}90%{transform:translate3d(0,5px,0) scaleY(0.985)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(0.98)}90%{transform:translate3d(5px,0,0) scaleX(0.995)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(0.98)}90%{transform:translate3d(-5px,0,0) scaleX(0.995)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(0.9)}75%{transform:translate3d(0,10px,0) scaleY(0.95)}90%{transform:translate3d(0,-5px,0) scaleY(0.985)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9,0.9,0.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(0.3,0.3,0.3)}}.bounceOut{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(0.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(0.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{from{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{from{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{from{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{from{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{from{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95,0.95,0.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{opacity:1;transform:perspective(400px)}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{opacity:1;transform:perspective(400px)}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{animation-duration:calc(var(--animate-duration) * 0.75);backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedInRight{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{opacity:1;transform:translate3d(0,0,0)}}.lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{from{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{opacity:1;transform:translate3d(0,0,0)}}.lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{from{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{from{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{from{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{from{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{from{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{from{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{from{transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{from{opacity:1}to{transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{from{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{from{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{from{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{from{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translate3d(0,0,0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3,0.3,0.3)}50%{opacity:1}to{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3,0.3,0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px,0,0)}}.zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(2000px,0,0)}}.zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}


.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}
.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
@charset "UTF-8";.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}


@-webkit-keyframes puffIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2,2);
    -webkit-filter: blur(2px);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1,1);
    -webkit-filter: blur(0px);
  }
}
@keyframes puffIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2,2);
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1,1);
    filter: blur(0px);
  }
}
@-webkit-keyframes vanishIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}

.puffIn {
  -webkit-animation-name: puffIn;
  animation-name: puffIn;
}
.puffOut {
  -webkit-animation-name: puffOut;
  animation-name: puffOut;
}
.vanishIn {
  -webkit-animation-name: vanishIn;
  animation-name: vanishIn;
}.com_bigwhiteduck_stacks_FoundationButtonPlus2_stack{position:relative}.b-p.icon-only{-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.bp-wrap.bp-txt-left>.b-p:not(.icon-only){text-align:left!important}.bp-wrap.bp-txt-center>.b-p:not(.icon-only){text-align:center!important}.bp-wrap.bp-txt-right>.b-p:not(.icon-only){text-align:right!important}.bp-wrap.noclick-active>.b-p.active{pointer-events:none!important} .bp-wrap.inline-wrap{display:inline-block}
.com_joeworkman_stacks_impact_stack .impact-animate.pre-anim{display:none}.com_joeworkman_stacks_impact_stack .slides-navigation{margin:0 auto;position:absolute;z-index:99;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a{position:absolute;display:block;text-decoration:none}.com_joeworkman_stacks_impact_stack .slides-navigation a::before{line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;text-rendering:auto;transform:translate(0,0)}.com_joeworkman_stacks_impact_stack .slides-pagination > a{text-decoration:none}.com_joeworkman_stacks_impact_stack .fg-content{position:absolute;top:0;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a:before{font-family:"FontAwesome","Font Awesome 5 Pro";font-weight:900}.com_joeworkman_stacks_impact_stack .impact-scroll:hover{cursor:pointer}.com_joeworkman_stacks_impact_stack .slides-container{display:none}.com_joeworkman_stacks_impact_stack .scrollable{position:relative;top:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}.com_joeworkman_stacks_impact_stack .scrollable::after{content:"";display:table;clear:both}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap{position:absolute;z-index:1050;top:0;margin-left:-45px;width:90px;height:90px;padding:0;font-size:9px;display:block}.com_joeworkman_stacks_impact_stack .impact-arrow{float:left;position:absolute;margin-top:20px;margin-left:23px;width:40px;height:40px;border-style:solid;border-bottom-color:transparent;border-left-color:transparent;transform:rotate(135deg)}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap.animates .impact-arrow{animation:impactArrows linear 1.8s 0.4s}.com_joeworkman_stacks_impact_stack .video-container{min-height:100%;min-width:100%;position:absolute;top:0;left:0}.com_joeworkman_stacks_impact_stack .video-container > img{width:100%;height:100%}.com_joeworkman_stacks_impact_stack video{max-width:none}.com_joeworkman_stacks_impact_stack .impact-container{position:absolute}.com_joeworkman_stacks_impact_stack .impact-container.v-full{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-full .slide-content{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-center{top:50%;transform:translateY(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center{left:50%;transform:translateX(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center.v-center{top:50%;left:50%;transform:translate(-50%,-50%)}.com_joeworkman_stacks_impact_stack .impact-container:not(.h-center):not(.h-left):not(.h-right){width:100%}@keyframes impactArrows{0%{transform:translate(0px,0px) rotate(135deg) scale(1)}15%{transform:translate(0px,22px) rotate(135deg) scale(0.8)}30%{transform:translate(0px,13px) rotate(135deg) scale(0.9)}45%{transform:translate(0px,27px) rotate(135deg) scale(0.8)}60%{transform:translate(0px,13px) rotate(135deg) scale(0.8)}75%{transform:translate(0px,4px) rotate(135deg) scale(0.9)}100%{transform:translate(0px,0px) rotate(135deg) scale(1)}}
.blu-wrap.bwd{overflow:visible}.blu-wrap.bwd>.blueprint-col{padding-top:.1px;padding-bottom:.1px}.blu-wrap.bwd>.blueprint-col,.blu-wrap.bwd>.blueprint-col>.blucol-content{position:relative}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"].has-z{z-index:1}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]::before{z-index:-1}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]:not(.full-ovl)::after{z-index:-1}.blu-wrap.bwd>.blueprint-col .blu-cf::before,.blu-wrap.bwd>.blueprint-col .blu-cf::after{content:" ";display:table}.blu-wrap.bwd>.blueprint-col .blu-cf::after{clear:both}.blu-wrap.bwd>.blueprint-col>.blu-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
*{min-height:0;min-width:0}.blu-sidebar,.blu-sidebar .flex-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blu-sidebar .flex-col>.stacks_out{width:100%}.blu-sidebar,.blu-sidebar>.blu-side,.blu-sidebar>.blu-side>.blu-side__wrap,.blu-sidebar>.blu-content,.blu-sidebar>.blu-gutter{position:relative}.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap,.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap>.blueprint-col,.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap>.blueprint-col>.blucol-content,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap>.blueprint-col,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap>.blueprint-col>.blucol-content{position:static!important}.blu-sidebar>.blu-gutter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}.sections-stack video.video-bg{max-width:none}


body {
	visibility: hidden;
}

@media screen and (max-width: 0px) {
	/* Hide FancyIntro below this screen width breakpoint */
	body {
		visibility: visible;
	}

	.atmFancyIntroBackground,
	.atmFancyIntroText,
	.atmFancyIntroLine {
		display: none;
	}
}

.atmFancyIntroBackground {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	width: 100% !important;
	background-color: rgba(0, 0, 0, 1.00) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1.00)), to(rgba(0, 0, 0, 1.00)));
	background: -webkit-linear-gradient(rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 1.00)) !important;
	background: -moz-linear-gradient(top,  rgba(0, 0, 0, 1.00),  rgba(0, 0, 0, 1.00)) !important;
	background: -o-linear-gradient(rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 1.00));
	/*visibility: hidden;*/
	z-index: 16000001 !important;
}

.atmFancyIntroText {
	position: fixed !important;
	left: 0 !important;
	width: 100% !important;
	visibility: hidden;
	z-index: 16000002 !important;
}

.atmFancyIntroText p {
	padding: 0;
	margin: 0;
}

.atmFancyIntroTextHolder img {
	max-width: 100%;
	height: auto;
}

.atmFancyIntroUpperText {
	bottom: 60.00% !important;
	vertical-align: bottom !important;
	font-size: 40px;
	letter-spacing: 2px;
	line-height: 1.1;
	padding: 0px 15px;
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0px 2px 3px rgba(85, 85, 85, 1.00);
	font-weight: normal;
	font-style: normal;
	text-decoration: normal;
	
    text-align: center !important;
    
}

.atmFancyIntroLowerText {
	top: 60.00% !important;
	vertical-align: top !important;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.1;
	padding: 0px 15px;
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0px 2px 3px rgba(85, 85, 85, 1.00);
	font-weight: normal;
	font-style: italic;
	text-decoration: normal;
	
    text-align: center !important;
    
}

.atmFancyIntroTextHolder {
	display: none;
}

.atmFancyIntroLine {
	position: fixed !important;
	top: 50%;
	left: 0 !important;
	height: 0.75%;
	width: 0px; /* Using 0% causes jQuery animate errors in Opera depending on the jQuery version */
	background-color: rgba(252, 47, 7, 1.00) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 47, 7, 1.00)), to(rgba(137, 0, 2, 1.00)));
	background: -webkit-linear-gradient(rgba(252, 47, 7, 1.00), rgba(137, 0, 2, 1.00)) !important;
	background: -moz-linear-gradient(top, rgba(252, 47, 7, 1.00), rgba(137, 0, 2, 1.00)) !important;
	background: -o-linear-gradient(rgba(252, 47, 7, 1.00), rgba(137, 0, 2, 1.00)) !important;
	visibility: hidden;
	z-index: 16000003 !important;
}

#stacks_in_1024 {
	margin: 0px !important;
	padding: 0px !important;
	display: none;
}

/* Print style settings */
@media print {
	body {
		visibility: visible;
	}

	.atmFancyIntroBackground,
	.atmFancyIntroText,
	.atmFancyIntroLine {
		display: none;
	}
}


  .theme-version{display:block}.theme-version.number-110,#stacks_in_525{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}body,.font-family-text{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:400;}h1,.font-family-h1{font-family:'Open Sans',sans-serif;font-style:normal;font-weight:300;}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{font-family:'Open Sans',sans-serif;font-style:normal;font-weight:600;}h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#FFFFFF;}.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{image-rendering:optimizeQuality;max-width:none !important}.vegas-overlay,.vegas-background{-webkit-user-select:none;user-select:none}.hide-overflow{overflow:hidden !important}.columns > .equalizer.small-up{height:100%}@media only screen and (min-width:40.063em){.columns > .equalizer.medium-up{height:100%}}@media only screen and (min-width:62.563em){.columns > .equalizer.large-up{height:100%}}@media only screen and (max-width:40em){.row.collapse-small > .columns{padding-left:0;padding-right:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.collapse-medium > .columns{padding-left:0;padding-right:0}}@media only screen and (max-width:40em){.row .row.collapse-small{margin:0;width:auto}.row .row.collapse-small::before,.row .row.collapse-small::after{content:" ";display:table}.row .row.collapse-small::after{clear:both}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row .row.collapse-medium{margin:0;width:auto}.row .row.collapse-medium::before,.row .row.collapse-medium::after{content:" ";display:table}.row .row.collapse-medium::after{clear:both}}.column,.columns{padding-left:0.94rem;padding-right:0.94rem}.row .row{margin:0 -0.94rem}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -0.94rem;position:absolute}@media only screen and (max-width:40em){.row.divider-medium-up > .columns::before,.row.divider-large-up > .columns::before,.small-12::before{display:none}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.divider-large-up > .columns::before,.medium-12::before{display:none}}@media only screen and (min-width:62.563em){.large-12:before{display:none}}.floating-body.radius{border-radius:3px}.floating-body.radius > .columns > .stacks_out:first-child > .stacks_in > .top-bar-wrapper:not(.fixed){border-top-right-radius:3px;border-top-left-radius:3px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1000px;left:50%;transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#FFFFFF}img.radius{border-radius:3px}img.round{border-radius:1000px}.row{max-width:1000px !important;}.row.max-edge{max-width:100% !important}body{color:rgba(34, 34, 34, 1.00)}a{color:rgba(0, 140, 186, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(0, 102, 136, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(0, 140, 186, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(0, 102, 136, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(255, 255, 255, 1.00);margin-top:0}h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt{color:rgba(255, 255, 255, 1.00)}h1.subheader,h2.subheader,h3.subheader,h4.subheader,h5.subheader,h6.subheader{color:rgba(255, 255, 255, 1.00)}h1.subheader.alt,h2.subheader.alt,h3.subheader.alt,h4.subheader.alt,h5.subheader.alt,h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:30%;color:rgba(44, 44, 44, 1.00)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit !important}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{opacity:0.8;color:inherit !important}h1{font-size:2.12rem}h2{font-size:1.69rem}h3{font-size:1.38rem}h4{font-size:1.12rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}@media only screen and (min-width:40.063em){h1{font-size:2.75rem}h2{font-size:2.31rem}h3{font-size:1.69rem}h4{font-size:1.44rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}}code{color:rgba(204, 55, 30, 1.00)}hr,blockquote,abbr,acronym,.vcard{border-color:rgba(221, 221, 221, 1.00)}hr.alt,blockquote.alt,abbr.alt,acronym.alt,.vcard.alt{border-color:rgba(221, 221, 221, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 140, 186, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 140, 186, 1.00)}hr.secondary,blockquote.secondary,abbr.secondary,acronym.secondary,.vcard.secondary{border-color:rgba(231, 231, 231, 1.00)}hr.swatch1,blockquote.swatch1,abbr.swatch1,acronym.swatch1,.vcard.swatch1{border-color:rgba(34, 34, 34, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(34, 34, 34, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(34, 34, 34, 1.00)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(248, 248, 248, 1.00)}hr.swatch5,blockquote.swatch5,abbr.swatch5,acronym.swatch5,.vcard.swatch5{border-color:rgba(248, 248, 248, 1.00)}hr.swatch6,blockquote.swatch6,abbr.swatch6,acronym.swatch6,.vcard.swatch6{border-color:rgba(248, 248, 248, 1.00)}blockquote,blockquote p{color:rgba(44, 44, 44, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(40, 40, 40, 1.00)}blockquote.alt,blockquote.alt p,blockquote p.alt,blockquote p.alt p{color:rgba(255, 255, 255, 1.00)}blockquote.alt cite,blockquote.alt cite a,blockquote.alt p cite,blockquote.alt p cite a,blockquote p.alt cite,blockquote p.alt cite a,blockquote p.alt p cite,blockquote p.alt p cite a{color:rgba(255, 255, 255, 1.00)}.flex-video{margin-bottom:0}.contain-to-grid .top-bar{max-width:1000px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar .top-bar-section ul li > a.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.top-bar .top-bar-section ul li > a.button.alert{background-color:rgba(240, 65, 36, 1.00)}.top-bar .top-bar-section ul li > a.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.top-bar .top-bar-section ul li > a.button.success{background-color:rgba(67, 172, 106, 1.00)}.top-bar .top-bar-section ul li > a.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.top-bar .top-bar-section ul li > a.button.radius{border-radius:3px}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(0, 140, 186, 1.00)}.top-bar-wrapper.fn-scheme-primary .site-title,.top-bar-wrapper.fn-scheme-primary .site-title small,.top-bar-wrapper.fn-scheme-primary a:not(.button){color:rgba(255, 255, 255, 1.00) !important}.top-bar-wrapper.fn-scheme-primary .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(231, 231, 231, 1.00)}.top-bar-wrapper.fn-scheme-secondary .site-title,.top-bar-wrapper.fn-scheme-secondary .site-title small,.top-bar-wrapper.fn-scheme-secondary a:not(.button){color:rgba(51, 51, 51, 1.00) !important}.top-bar-wrapper.fn-scheme-secondary .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(51, 51, 51, 1.00),0 7px 0 1px rgba(51, 51, 51, 1.00),0 14px 0 1px rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 .site-title,.top-bar-wrapper.fn-scheme-swatch1 .site-title small,.top-bar-wrapper.fn-scheme-swatch1 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch1 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 .site-title,.top-bar-wrapper.fn-scheme-swatch2 .site-title small,.top-bar-wrapper.fn-scheme-swatch2 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch2 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 .site-title,.top-bar-wrapper.fn-scheme-swatch3 .site-title small,.top-bar-wrapper.fn-scheme-swatch3 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch3 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 .site-title,.top-bar-wrapper.fn-scheme-swatch4 .site-title small,.top-bar-wrapper.fn-scheme-swatch4 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch4 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 .site-title,.top-bar-wrapper.fn-scheme-swatch5 .site-title small,.top-bar-wrapper.fn-scheme-swatch5 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch5 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 .site-title,.top-bar-wrapper.fn-scheme-swatch6 .site-title small,.top-bar-wrapper.fn-scheme-swatch6 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch6 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.alert-box{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 133, 176, 1.00)}.alert-box a:not(.close){color:rgba(255, 255, 255, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00)}.alert-box.alert{background-color:rgba(240, 65, 36, 1.00);border-color:rgba(228, 61, 34, 1.00)}.alert-box.success{background-color:rgba(67, 172, 106, 1.00);border-color:rgba(63, 163, 100, 1.00)}.alert-box.warning{background-color:rgba(240, 138, 36, 1.00);border-color:rgba(228, 131, 34, 1.00)}.alert-box.info{background-color:rgba(160, 211, 232, 1.00);color:rgba(76, 76, 76, 1.00);border-color:rgba(152, 200, 220, 1.00)}.alert-box.radius{border-radius:3px}.breadcrumbs{background-color:rgba(231, 231, 231, 1.00);border-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}.breadcrumbs .current a{color:rgba(51, 51, 51, 1.00)}.breadcrumbs.radius{border-radius:3px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(51, 51, 51, 1.00)}.breadcrumbs li:before{color:rgba(76, 76, 76, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.alert{background-color:rgba(240, 65, 36, 1.00)}.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.button.success{background-color:rgba(67, 172, 106, 1.00)}.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.button.radius{border-radius:3px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(0, 140, 186, 1.00);color:rgba(0, 140, 186, 1.00)}.button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 133, 176, 1.00);background-color:rgba(0, 133, 176, 1.00)}.button.ghost.secondary{border-color:rgba(231, 231, 231, 1.00);color:rgba(231, 231, 231, 1.00)}.button.ghost.secondary:hover{color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.ghost.alert{border-color:rgba(240, 65, 36, 1.00);color:rgba(240, 65, 36, 1.00)}.button.ghost.alert:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(228, 61, 34, 1.00);background-color:rgba(228, 61, 34, 1.00)}.button.ghost.success{border-color:rgba(67, 172, 106, 1.00);color:rgba(67, 172, 106, 1.00)}.button.ghost.success:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(63, 163, 100, 1.00);background-color:rgba(63, 163, 100, 1.00)}.split.button.radius span{border-top-right-radius:3px;border-bottom-right-radius:3px}.split.button span::after{border-top-color:rgba(255, 255, 255, 1.00)}.split.button.secondary span::after{border-top-color:rgba(51, 51, 51, 1.00)}.button-group.radius > *:first-child,.button-group.radius > *:first-child > a,.button-group.radius > *:first-child > button,.button-group.radius > *:first-child > .button{border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius > *:last-child,.button-group.radius > *:last-child > a,.button-group.radius > *:last-child > button,.button-group.radius > *:last-child > .button{border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group.stack > li .button,.button-group.stack-for-small > li .button{border-top:1px solid rgba(255,255,255,0.5)}.icon-bar{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.icon-bar > .item{cursor:pointer;color:rgba(255, 255, 255, 1.00)}.icon-bar > .item label,.icon-bar > .item i{color:rgba(255, 255, 255, 1.00)}.icon-bar > .item:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.icon-bar.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item label,.icon-bar.secondary > .item i{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item:hover{background-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}form[data-abide] .error label{color:rgba(240, 65, 36, 1.00)}form[data-abide] .error small.error,form[data-abide] .error span.error{background-color:rgba(240, 65, 36, 1.00);color:rgba(255, 255, 255, 1.00)}input[type="radio"]{margin-left:1px}form input[type="text"],form input[type="password"],form input[type="date"],form input[type="datetime"],form input[type="datetime-local"],form input[type="month"],form input[type="week"],form input[type="email"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="time"],form input[type="url"],form textarea,form select{font-size:16px;color:rgba(34, 34, 34, 1.00)}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="date"]:focus,form input[type="datetime"]:focus,form input[type="datetime-local"]:focus,form input[type="month"]:focus,form input[type="week"]:focus,form input[type="email"]:focus,form input[type="number"]:focus,form input[type="search"]:focus,form input[type="tel"]:focus,form input[type="time"]:focus,form input[type="url"]:focus,form textarea:focus,form select:focus{border-color:rgba(0, 140, 186, 1.00)}form fieldset{border-color:rgba(221, 221, 221, 1.00)}form legend{background-color:#FFFFFF}form label{color:rgba(40, 40, 40, 1.00)}form.radius input[type="text"],form.radius input[type="password"],form.radius input[type="date"],form.radius input[type="datetime"],form.radius input[type="datetime-local"],form.radius input[type="month"],form.radius input[type="week"],form.radius input[type="email"],form.radius input[type="number"],form.radius input[type="search"],form.radius input[type="tel"],form.radius input[type="time"],form.radius input[type="url"],form.radius textarea,form.radius select,form.radius small.error{border-radius:3px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:3px;border-bottom-right-radius:3px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:3px;border-bottom-right-radius:3px}.range-slider,.range-slider.radius,.range-slider.round{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 1.00)}.range-slider .range-slider-handle,.range-slider.radius .range-slider-handle,.range-slider.round .range-slider-handle{background-color:rgba(0, 140, 186, 1.00)}.range-slider .range-slider-handle:hover,.range-slider.radius .range-slider-handle:hover,.range-slider.round .range-slider-handle:hover{background-color:rgba(0, 133, 176, 1.00)}.range-slider .range-slider-active-segment,.range-slider.radius .range-slider-active-segment,.range-slider.round .range-slider-active-segment{background-color:rgba(225, 225, 225, 1.00)}.range-slider.secondary,.range-slider.radius.secondary,.range-slider.round.secondary{background-color:rgba(51, 51, 51, 1.00);border-color:rgba(21, 21, 21, 1.00)}.range-slider.secondary .range-slider-handle,.range-slider.radius.secondary .range-slider-handle,.range-slider.round.secondary .range-slider-handle{background-color:rgba(231, 231, 231, 1.00)}.range-slider.secondary .range-slider-handle:hover,.range-slider.radius.secondary .range-slider-handle:hover,.range-slider.round.secondary .range-slider-handle:hover{background-color:rgba(219, 219, 219, 1.00)}.range-slider.secondary .range-slider-active-segment,.range-slider.radius.secondary .range-slider-active-segment,.range-slider.round.secondary .range-slider-active-segment{background-color:rgba(21, 21, 21, 1.00)}.slider-display{display:block;margin-top:16px}fieldset.switch label{background-color:#e6e6e6}fieldset.switch label::after{background-color:rgba(255, 255, 255, 1.00)}fieldset.switch input:checked + label{background-color:rgba(0, 140, 186, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(51, 51, 51, 1.00)}fieldset.switch.secondary input:checked + label{background-color:rgba(231, 231, 231, 1.00)}fieldset.switch.alert input:checked + label{background-color:rgba(240, 65, 36, 1.00)}fieldset.switch.success input:checked + label{background-color:rgba(67, 172, 106, 1.00)}.label{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.label.alert{background-color:rgba(240, 65, 36, 1.00)}.label.success{background-color:rgba(67, 172, 106, 1.00)}.label.radius{border-radius:3px}.alert-box .close{opacity:0.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(231, 231, 231, 1.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(0, 140, 186, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(0, 133, 176, 1.00)}.accordion .accordion-navigation > a.radius{border-radius:3px}.accordion .accordion-navigation > a.round{border-radius:1000px}.accordion .accordion-navigation.active > a{background-color:rgba(0, 133, 176, 1.00)}.accordion .accordion-navigation > .content{background-color:transparent !important}.accordion.secondary .accordion-navigation > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.accordion.secondary .accordion-navigation > a:hover{background-color:rgba(219, 219, 219, 1.00)}.accordion.secondary .accordion-navigation.active > a{background-color:rgba(219, 219, 219, 1.00)}.tabs li.tab-title > a{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(0, 133, 176, 1.00)}.tabs li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.tabs.secondary li.tab-title > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.tabs.secondary li.tab-title > a:hover{background-color:rgba(219, 219, 219, 1.00)}.tabs.secondary li.tab-title.active > a{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.tabs.swatch1 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch1 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch1 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch2 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch3 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch4 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch4 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch4 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch5 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch6 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.radius li.tab-title:first-child a{border-bottom-left-radius:3px;border-top-left-radius:3px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:3px;border-bottom-right-radius:3px}.th.radius{border-radius:3px}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(0, 70, 93, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(255, 255, 255, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(204, 204, 204, 1.00) transparent}.f-dropdown li a,.f-dropdown.content li a{color:rgba(51, 51, 51, 1.00)}.f-dropdown li:hover,.f-dropdown.content li:hover{background-color:rgba(0,0,0,0.1)}.f-dropdown.radius,.f-dropdown.content.radius{border-radius:3px}.tooltip{border-radius:3px;background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}.panel{background-color:rgba(242, 242, 242, 1.00);border-color:rgba(219, 219, 219, 1.00)}.panel.radius{border-radius:3px}.panel p{color:rgba(34, 34, 34, 1.00)}.panel p a{color:rgba(0, 140, 186, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(0, 140, 186, 1.00)}.panel p.alt a:hover{color:rgba(0, 102, 136, 1.00)}.panel p.alt small{color:rgba(255, 255, 255, 1.00)}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{color:rgba(255, 255, 255, 1.00)}.panel h1.alt,.panel h2.alt,.panel h3.alt,.panel h4.alt,.panel h5.alt,.panel h6.alt{color:rgba(255, 255, 255, 1.00)}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{color:rgba(255, 255, 255, 1.00)}.panel h1.subheader.alt,.panel h2.subheader.alt,.panel h3.subheader.alt,.panel h4.subheader.alt,.panel h5.subheader.alt,.panel h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .title{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .price{color:rgba(34, 34, 34, 1.00)}.pricing-table.primary .description{color:rgba(34, 34, 34, 1.00)}.pricing-table.primary .bullet-item{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .title{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.pricing-table.secondary .price{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .description{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(34, 34, 34, 1.00)}.pricing-table.radius{border-radius:3px}.pricing-table.radius .title{border-top-right-radius:3px;border-top-left-radius:3px}.pricing-table.radius .cta-button{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.side-nav li a:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 102, 136, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 119, 158, 1.00)}.side-nav header{color:rgba(34, 34, 34, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(40, 40, 40, 1.00)}.side-nav li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.side-nav.alt li a:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 102, 136, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 119, 158, 1.00)}.side-nav.alt header{color:rgba(255, 255, 255, 1.00)}.side-nav.alt label{color:rgba(255, 255, 255, 1.00)}.side-nav.alt li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.sub-nav dt,.sub-nav dd,.sub-nav li{float:none;display:inline-block}.sub-nav dt a:not(.button),.sub-nav dd a:not(.button),.sub-nav li a:not(.button){color:rgba(0, 140, 186, 1.00)}.sub-nav dt a:not(.button):hover,.sub-nav dd a:not(.button):hover,.sub-nav li a:not(.button):hover{color:rgba(0, 133, 176, 1.00)}.sub-nav dt.active a:not(.button),.sub-nav dd.active a:not(.button),.sub-nav li.active a:not(.button){color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 140, 186, 1.00)}.sub-nav dt.active a:not(.button):hover,.sub-nav dd.active a:not(.button):hover,.sub-nav li.active a:not(.button):hover{background-color:rgba(0, 133, 176, 1.00)}.sub-nav dt.active a:not(.button).secondary,.sub-nav dd.active a:not(.button).secondary,.sub-nav li.active a:not(.button).secondary{color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav dt.active a:not(.button).secondary:hover,.sub-nav dd.active a:not(.button).secondary:hover,.sub-nav li.active a:not(.button).secondary:hover{background-color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt a:not(.button),.sub-nav.secondary dd a:not(.button),.sub-nav.secondary li a:not(.button){color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt a:not(.button):hover,.sub-nav.secondary dd a:not(.button):hover,.sub-nav.secondary li a:not(.button):hover{color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt.active a:not(.button),.sub-nav.secondary dd.active a:not(.button),.sub-nav.secondary li.active a:not(.button){color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt.active a:not(.button):hover,.sub-nav.secondary dd.active a:not(.button):hover,.sub-nav.secondary li.active a:not(.button):hover{background-color:rgba(219, 219, 219, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00);border:none;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0 !important}}.reveal-modal.fullscreen{position:fixed;top:0px !important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:3px}.reveal-modal .close-reveal-modal{color:rgba(170, 170, 170, 1.00);font-weight:normal;z-index:99999}.reveal-modal-bg{z-index:9998;background:rgba(0, 0, 0, 0.45)}nav.inline-nav ul.inline-list{margin-left:0}nav.inline-nav ul.inline-list li{float:none;display:inline-block}nav.inline-nav ul.inline-list li:first-child{margin-left:0}nav.inline-nav ul.inline-list li.active{border-width:0 0 1px 0;border-style:solid;border-bottom-color:rgba(0, 140, 186, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(0, 140, 186, 1.00)}.clearing-blackout{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(242, 242, 242, 1.00)}.clearing-assembled .clearing-container .clearing-close{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-close:hover,.clearing-assembled .clearing-container .clearing-close:focus{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-main-next > span{border-color:transparent;border-left-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-main-prev > span{border-color:transparent;border-right-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-caption{color:rgba(51, 51, 51, 1.00)}.copyright{color:rgba(34, 34, 34, 1.00);font-size:0.9rem}.copyright a{color:rgba(0, 140, 186, 1.00)}.copyright a:hover{color:rgba(0, 102, 136, 1.00)}.stacks_s_hidden,.stacks_m_hidden,.stacks_l_hidden{display:block !important}@media only screen and (max-width:40em){.stacks_s_hidden{display:none !important}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.stacks_m_hidden{display:none !important}}@media only screen and (min-width:62.563em){.stacks_l_hidden{display:none !important}}.fn-text-header{color:rgba(255, 255, 255, 1.00)}.fn-text-link a{color:rgba(0, 140, 186, 1.00)}.fn-text-link a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-text{color:rgba(34, 34, 34, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(34, 34, 34, 1.00)}.fn-text-accent{color:rgba(221, 221, 221, 1.00)}.fn-text-code-text{color:rgba(204, 55, 30, 1.00)}.fn-text-header-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-link-alt a{color:rgba(0, 140, 186, 1.00)}.fn-text-link-alt a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-accent-alt{color:rgba(221, 221, 221, 1.00)}.fn-text-primary{color:rgba(0, 140, 186, 1.00)}.fn-text-primary-text{color:rgba(255, 255, 255, 1.00)}.fn-text-primary-text p,.fn-text-primary-text div{color:rgba(255, 255, 255, 1.00)}.fn-text-secondary{color:rgba(231, 231, 231, 1.00)}.fn-text-secondary-text{color:rgba(51, 51, 51, 1.00)}.fn-text-secondary-text p,.fn-text-secondary-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-alert{color:rgba(240, 65, 36, 1.00)}.fn-text-success{color:rgba(67, 172, 106, 1.00)}.fn-text-warning{color:rgba(240, 138, 36, 1.00)}.fn-text-info{color:rgba(160, 211, 232, 1.00)}.fn-text-modal{color:rgba(255, 255, 255, 1.00)}.fn-text-modal-close{color:rgba(170, 170, 170, 1.00)}.fn-text-modal-text{color:rgba(51, 51, 51, 1.00)}.fn-text-modal-text p,.fn-text-modal-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-text-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt p,.fn-text-text-alt div{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1,.fn-text-text-alt h2,.fn-text-text-alt h3,.fn-text-text-alt h4,.fn-text-text-alt h5,.fn-text-text-alt h6{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 a,.fn-text-text-alt h2 a,.fn-text-text-alt h3 a,.fn-text-text-alt h4 a,.fn-text-text-alt h5 a,.fn-text-text-alt h6 a{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 a:hover,.fn-text-text-alt h2 a:hover,.fn-text-text-alt h3 a:hover,.fn-text-text-alt h4 a:hover,.fn-text-text-alt h5 a:hover,.fn-text-text-alt h6 a:hover{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 small,.fn-text-text-alt h2 small,.fn-text-text-alt h3 small,.fn-text-text-alt h4 small,.fn-text-text-alt h5 small,.fn-text-text-alt h6 small{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt a{color:rgba(0, 140, 186, 1.00)}.fn-text-text-alt a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 h1,.fn-text-sw1c1 h2,.fn-text-sw1c1 h3,.fn-text-sw1c1 h4,.fn-text-sw1c1 h5,.fn-text-sw1c1 h6,.fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 p,.fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 h1,.fn-text-sw1c2 h2,.fn-text-sw1c2 h3,.fn-text-sw1c2 h4,.fn-text-sw1c2 h5,.fn-text-sw1c2 h6,.fn-text-sw1c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw2c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c1 h1,.fn-text-sw2c1 h2,.fn-text-sw2c1 h3,.fn-text-sw2c1 h4,.fn-text-sw2c1 h5,.fn-text-sw2c1 h6,.fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 p,.fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 h1,.fn-text-sw2c2 h2,.fn-text-sw2c2 h3,.fn-text-sw2c2 h4,.fn-text-sw2c2 h5,.fn-text-sw2c2 h6,.fn-text-sw2c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 h1,.fn-text-sw3c1 h2,.fn-text-sw3c1 h3,.fn-text-sw3c1 h4,.fn-text-sw3c1 h5,.fn-text-sw3c1 h6,.fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 p,.fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 h1,.fn-text-sw3c2 h2,.fn-text-sw3c2 h3,.fn-text-sw3c2 h4,.fn-text-sw3c2 h5,.fn-text-sw3c2 h6,.fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 p,.fn-text-sw4c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 h1,.fn-text-sw4c1 h2,.fn-text-sw4c1 h3,.fn-text-sw4c1 h4,.fn-text-sw4c1 h5,.fn-text-sw4c1 h6,.fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 p,.fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 h1,.fn-text-sw4c2 h2,.fn-text-sw4c2 h3,.fn-text-sw4c2 h4,.fn-text-sw4c2 h5,.fn-text-sw4c2 h6,.fn-text-sw4c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 p,.fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 h1,.fn-text-sw5c1 h2,.fn-text-sw5c1 h3,.fn-text-sw5c1 h4,.fn-text-sw5c1 h5,.fn-text-sw5c1 h6,.fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 p,.fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 h1,.fn-text-sw5c2 h2,.fn-text-sw5c2 h3,.fn-text-sw5c2 h4,.fn-text-sw5c2 h5,.fn-text-sw5c2 h6,.fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 p,.fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 h1,.fn-text-sw6c1 h2,.fn-text-sw6c1 h3,.fn-text-sw6c1 h4,.fn-text-sw6c1 h5,.fn-text-sw6c1 h6,.fn-text-sw6c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 p,.fn-text-sw6c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 h1,.fn-text-sw6c2 h2,.fn-text-sw6c2 h3,.fn-text-sw6c2 h4,.fn-text-sw6c2 h5,.fn-text-sw6c2 h6,.fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 h1,.panel .fn-text-sw1c1 h2,.panel .fn-text-sw1c1 h3,.panel .fn-text-sw1c1 h4,.panel .fn-text-sw1c1 h5,.panel .fn-text-sw1c1 h6,.panel .fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 p,.panel .fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 h1,.panel .fn-text-sw1c2 h2,.panel .fn-text-sw1c2 h3,.panel .fn-text-sw1c2 h4,.panel .fn-text-sw1c2 h5,.panel .fn-text-sw1c2 h6,.panel .fn-text-sw1c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw2c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c1 h1,.panel .fn-text-sw2c1 h2,.panel .fn-text-sw2c1 h3,.panel .fn-text-sw2c1 h4,.panel .fn-text-sw2c1 h5,.panel .fn-text-sw2c1 h6,.panel .fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 p,.panel .fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 h1,.panel .fn-text-sw2c2 h2,.panel .fn-text-sw2c2 h3,.panel .fn-text-sw2c2 h4,.panel .fn-text-sw2c2 h5,.panel .fn-text-sw2c2 h6,.panel .fn-text-sw2c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 h1,.panel .fn-text-sw3c1 h2,.panel .fn-text-sw3c1 h3,.panel .fn-text-sw3c1 h4,.panel .fn-text-sw3c1 h5,.panel .fn-text-sw3c1 h6,.panel .fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 p,.panel .fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 h1,.panel .fn-text-sw3c2 h2,.panel .fn-text-sw3c2 h3,.panel .fn-text-sw3c2 h4,.panel .fn-text-sw3c2 h5,.panel .fn-text-sw3c2 h6,.panel .fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c1 p,.panel .fn-text-sw4c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c1 h1,.panel .fn-text-sw4c1 h2,.panel .fn-text-sw4c1 h3,.panel .fn-text-sw4c1 h4,.panel .fn-text-sw4c1 h5,.panel .fn-text-sw4c1 h6,.panel .fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 p,.panel .fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 h1,.panel .fn-text-sw4c2 h2,.panel .fn-text-sw4c2 h3,.panel .fn-text-sw4c2 h4,.panel .fn-text-sw4c2 h5,.panel .fn-text-sw4c2 h6,.panel .fn-text-sw4c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 p,.panel .fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 h1,.panel .fn-text-sw5c1 h2,.panel .fn-text-sw5c1 h3,.panel .fn-text-sw5c1 h4,.panel .fn-text-sw5c1 h5,.panel .fn-text-sw5c1 h6,.panel .fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 p,.panel .fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 h1,.panel .fn-text-sw5c2 h2,.panel .fn-text-sw5c2 h3,.panel .fn-text-sw5c2 h4,.panel .fn-text-sw5c2 h5,.panel .fn-text-sw5c2 h6,.panel .fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 p,.panel .fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 h1,.panel .fn-text-sw6c1 h2,.panel .fn-text-sw6c1 h3,.panel .fn-text-sw6c1 h4,.panel .fn-text-sw6c1 h5,.panel .fn-text-sw6c1 h6,.panel .fn-text-sw6c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 p,.panel .fn-text-sw6c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 h1,.panel .fn-text-sw6c2 h2,.panel .fn-text-sw6c2 h3,.panel .fn-text-sw6c2 h4,.panel .fn-text-sw6c2 h5,.panel .fn-text-sw6c2 h6,.panel .fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-bg-header{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-text{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-link{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-link-hover{background-color:rgba(0, 102, 136, 1.00)}.fn-bg-accent{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-code-text{background-color:rgba(204, 55, 30, 1.00)}.fn-bg-modal-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-header-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-text-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-link-alt{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(0, 102, 136, 1.00)}.fn-bg-accent-alt{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-primary{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-primary-text{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-secondary{background-color:rgba(231, 231, 231, 1.00)}.fn-bg-secondary-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-alert{background-color:rgba(240, 65, 36, 1.00)}.fn-bg-success{background-color:rgba(67, 172, 106, 1.00)}.fn-bg-warning{background-color:rgba(240, 138, 36, 1.00)}.fn-bg-info{background-color:rgba(160, 211, 232, 1.00)}.fn-bg-modal{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-modal-close{background-color:rgba(170, 170, 170, 1.00)}.fn-bg-sw1c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw1c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw2c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw2c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw3c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw3c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw5c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw5c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw6c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw6c2{background-color:rgba(34, 34, 34, 1.00)}.fn-backdrop{background-color:rgba(0, 0, 0, 0.45)}.fn-backdrop-solid{background-color:rgba(0, 0, 0, 0.45)}.fn-scheme-primary{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary div,.fn-scheme-primary p{color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary.button:hover{background-color:rgba(0, 133, 176, 1.00)}.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary div,.fn-scheme-secondary p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary.button:hover{background-color:rgba(219, 219, 219, 1.00)}.fn-scheme-modal{background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal div,.fn-scheme-modal p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal .close{color:rgba(170, 170, 170, 1.00)}.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1 div,.fn-scheme-swatch1 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch{background-color:transparent}.fn-scheme-swatch1.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2 div,.fn-scheme-swatch2 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch{background-color:transparent}.fn-scheme-swatch2.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3 div,.fn-scheme-swatch3 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch{background-color:transparent}.fn-scheme-swatch3.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4 div,.fn-scheme-swatch4 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch{background-color:transparent}.fn-scheme-swatch4.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch4.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5 div,.fn-scheme-swatch5 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5.switch{background-color:transparent}.fn-scheme-swatch5.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6 div,.fn-scheme-swatch6 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch{background-color:transparent}.fn-scheme-swatch6.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}


/*This is because the show-for-small class is had coded in the Top Bar JS*/
#stacks_in_1219 ul.dropdown .parent-link.show-for-small {
	display:block!important;
}

ul.zone {
	float:left;
}


meta.foundation-mq-topbar {
  font-family:"/only screen and (min-width:40.063em)/"!important;
  width:40.063em!important;
}
@media only screen and (min-width:40.063em) {


	

	.contain-to-grid.matchPadding .top-bar {
		padding-left:0.9375rem;
		padding-right:0.9375rem;
	}

	.menu-align-right.zone-align-left ul.menu,
	.menu-align-left.zone-align-right ul.zone,
	.menu-align-centered.zone-align-right ul.zone,
	.menu-align-right.zone-align-right .top-bar-section {
		float:right;
	}

	.menu-align-centered.full-width .zone,
	.menu-align-centered.full-width .title-area .name {
		display:none!important;
	}
	.top-bar .title-area {
		margin-right:1.1rem;
	}
	.top-bar .title-area.title-area-hide {
		margin-right:0;
	}

	#stacks_in_1219 ul.dropdown .parent-link.show-for-small {
		display:none!important;
	}

	.top-bar {overflow: visible; }
	  .top-bar:before, .top-bar:after {
	    content: " ";
	    display: table; }
	  .top-bar:after {
	    clear: both; }
	  .top-bar .toggle-topbar {
	    display: none; }
	  .top-bar .title-area {
	    float: left; }
	  .top-bar .name .site-title a {
	    width: auto; }
	  .top-bar input, .top-bar .button, .top-bar button {
	    font-size: 0.875rem;
	    position: relative;
	    top: 7px; }
	.top-bar-section {
	  transition: none 0 0;
	  left: 0 !important; }
/*
.top-bar-section.align-right {
	  position: absolute;
	  left:auto!important;
	  right:0 !important; }
*/
	.top-bar-section ul {
	    width: auto;
	    height: auto !important;
	    display: inline; }
	    .top-bar-section ul li {
	      float: left; }

	    *[dir="rtl"] .top-bar-section ul li {float:right}

	      .top-bar-section ul li .js-generated {
	        display: none; }
	  .top-bar-section li:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 66px;}
	  .top-bar-section li.active:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 66px;
	    color: white;}
	  .top-bar-section .has-dropdown > a {
	    padding-right: 35px !important; }
	  *[dir="rtl"] .top-bar-section .has-dropdown > a {
	    padding-right: 15px !important;
	    padding-left: 35px !important; }
	    .top-bar-section .has-dropdown > a:after {
	      content: "";
	      display: block;
	      width: 0;
	      height: 0;
	      border: solid 5px;
	      margin-top: -2.5px;
	      top: 22.5px; }
	  .top-bar-section .has-dropdown.moved {
	    position: relative; }
	    .top-bar-section .has-dropdown.moved > .dropdown {
	      display: block;
	      position: absolute !important;
	      height: 1px;
	      width: 1px;
	      overflow: hidden;
	      clip: rect(1px, 1px, 1px, 1px); }
	  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
	    display: block;
	    position: static !important;
	    height: auto;
	    width: auto;
	    overflow: visible;
	    clip: auto;
	    position: absolute !important; }
	  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	    border: none;
	    content: "\00bb";
	    top: 1rem;
	    margin-top: -1px;
	    right: 5px;
	    line-height: 1.2; }
	  .top-bar-section .dropdown {
	    left: 0;
	    top: auto;
	    background: transparent;
	    min-width: 100%; }
	   *[dir="rtl"] .top-bar-section .dropdown {
	      left: auto;
	      right:0; }
	    .top-bar-section .dropdown li a {
	      color: white;
	      line-height: 45px;
	      white-space: nowrap;
	      padding: 12px 15px;}
	    .top-bar-section .dropdown li label {
	      white-space: nowrap;}
	    .top-bar-section .dropdown li .dropdown {
	      left: 100%;
	      top: 0; }
	   /* Updated below selector to support Magellan div */
	  .top-bar-section > div > ul > .divider, .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	    border-bottom: none;
	    border-top: none;
	    border-right: solid 1px #4e4e4e;
	    clear: none;
	    height: 66px;
	    width: 0; }
	  .top-bar-section .has-form {
	    padding: 0 15px;
	    height: 66px; }
	  .top-bar-section .right li .dropdown {
	    left: auto;
	    right: 0; }
	    .top-bar-section .right li .dropdown li .dropdown {
	      right: 100%; }
	  .top-bar-section .left li .dropdown {
	    right: auto;
	    left: 0; }
	    .top-bar-section .left li .dropdown li .dropdown {
	      left: 100%; }
	.no-js .top-bar-section .has-dropdown:hover > .dropdown {
	  display: block;
	  position: static !important;
	  height: auto;
	  width: auto;
	  overflow: visible;
	  clip: auto;
	  position: absolute !important; }

	#stacks_in_1219 .menu-align-centered ul.menu {
		display:block;
		text-align:center;
		position: absolute;
		top:0;
		left:0;
		width:100%;
	}
	#stacks_in_1219 .menu-align-centered ul.menu >li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	#stacks_in_1219 .menu-align-centered.full-width ul.menu >li {
		float:left;
	}
	#stacks_in_1219 .top-bar .name .site-title small{
		display:inline!important;
	}

 
	#stacks_in_1219 .top-bar-section > ul > .divider,
	#stacks_in_1219 .top-bar-section > ul > [role="separator"] {
		height: 66px;
	}

	#stacks_in_1219 .top-bar-section li:not(.has-form) a:not(.button) {
	    padding: 0 25px;
	    line-height: 66px;
	}

	#stacks_in_1219 .top-bar-section .has-dropdown > a{
		padding-right: 45px !important;
	}
	#stacks_in_1219 .top-bar-section .has-dropdown > a:after {
		top:50%;
	}
	#stacks_in_1219 .top-bar-section .has-dropdown .dropdown li a{
    	line-height:45px !important;
		padding:0 15px !important;
	}
	#stacks_in_1219 .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after{
		top: 1rem;
	}
	#stacks_in_1219 .top-bar-section .has-dropdown .dropdown label {
		padding: 8px 15px 2px;
	}
	#stacks_in_1219 .top-bar-section .has-form {
		padding: 0 25px;
		height: 66px;
	}

}

*[dir="rtl"] .top-bar .toggle-topbar.menu-icon a{padding:0 .9375rem 0 2.5rem;text-indent:0}*[dir="rtl"] .top-bar-section ul li > a{padding:12px 0.9375rem}#stacks_in_1219{overflow:visible}#stacks_in_1219 [data-magellan-expedition],#stacks_in_1219 [data-magellan-expedition-clone]{background:none;padding:0 !important}#stacks_in_1219 .contain-to-grid .top-bar{margin:0 auto}#stacks_in_1219 .top-bar-wrapper{z-index:1999}#stacks_in_1219 .top-bar-wrapper .top-bar-section .dropdown{z-index:1999}#stacks_in_1219 .top-bar .site-title small{font-size:60%;display:inline}#stacks_in_1219 .top-bar .top-bar-section ul li{background:none !important}#stacks_in_1219 .top-bar .top-bar-section ul li > a.button{padding-top:0.35rem;position:relative}#stacks_in_1219 a:not(.button){text-decoration:none}#stacks_in_1219 .top-bar-section .has-form{background:inherit}#stacks_in_1219 .top-bar .fa{vertical-align:middle}#stacks_in_1219 .top-bar ul.title-area,#stacks_in_1219 .top-bar ul.zone{z-index:2000}#stacks_in_1219 .top-bar ul.zone{position:relative}#stacks_in_1219 .top-bar .name{display:block;position:relative;padding:0 0.9375rem}#stacks_in_1219 .top-bar .name.collapse{padding:0}#stacks_in_1219 .top-bar .name a{height:45px;display:inline-block}#stacks_in_1219 .top-bar .name span{height:100%}#stacks_in_1219 .top-bar .name img{display:inline-block;vertical-align:top;height:100%;width:auto}#stacks_in_1219 .top-bar .name .site-title{display:inline-block;color:rgba(255, 255, 255, 1.00);height:45px;padding:0;margin:0;line-height:45px;font-size:1.0625rem}#stacks_in_1219 .top-bar .name .site-title small{color:rgba(229, 229, 229, 1.00)}#stacks_in_1219 .top-bar,#stacks_in_1219 .title-area,#stacks_in_1219 a:not(.button){background:transparent}#stacks_in_1219 ul:not(.title-area) .dropdown label{color:rgba(255, 255, 255, 0.40)}#stacks_in_1219 ul:not(.title-area) li:hover > a:not(.button),#stacks_in_1219 ul:not(.title-area) li.has-dropdown > a.hovered:not(.button){background-color:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 1.00)}#stacks_in_1219 .top-bar-section .divider,#stacks_in_1219 .top-bar-section [role="separator"]{border-color:rgba(255, 255, 255, 0.40)}#stacks_in_1219 .top-bar-section .has-dropdown > a:after{border-color:rgba(255, 255, 255, 0.40) transparent transparent transparent}#stacks_in_1219 .top-bar.expanded .toggle-topbar a span{box-shadow:none}#stacks_in_1219 .top-bar-wrapper:not(.swatch) .site-title{color:rgba(255, 255, 255, 1.00)}#stacks_in_1219 .top-bar-wrapper:not(.swatch) .site-title small{color:rgba(229, 229, 229, 1.00)}#stacks_in_1219 .top-bar-wrapper:not(.swatch) .back > h5,#stacks_in_1219 .top-bar-wrapper:not(.swatch) .back > h5 > a,#stacks_in_1219 .top-bar-wrapper:not(.swatch) a:not(.button){color:rgba(255, 255, 255, 1.00)}#stacks_in_1219 .top-bar-wrapper:not(.swatch) .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00);height:1px;background-color:rgba(255, 255, 255, 1.00)}#stacks_in_1219 .top-bar-wrapper:not(.swatch) ul:not(.title-area) ul.dropdown{background:rgba(0, 0, 0, 1.00)}#stacks_in_1219 .top-bar-wrapper.fixed{top:0px}#stacks_in_1219 .top-bar-wrapper.fixed.fixedShadow{box-shadow:rgba(0,0,0,0.40) 0 1px 5px}#stacks_in_1219 .top-bar-wrapper.solid{background:rgba(0, 0, 0, 1.00)}#stacks_in_1219 .top-bar-wrapper.twotone{background-color:rgba(135, 135, 135, 1.00);background-image:linear-gradient(to bottom,rgba(135, 135, 135, 1.00) 0%,rgba(125, 125, 125, 1.00) 45%,rgba(120, 120, 120, 1.00) 50%,rgba(0, 0, 0, 1.00) 50%,rgba(0, 0, 0, 1.00) 100%)}#stacks_in_1219 .top-bar-wrapper.onecolor{background-color:rgba(40, 40, 40, 1.00);background-image:linear-gradient(to bottom,rgba(40, 40, 40, 1.00),rgba(0, 0, 0, 1.00) 85%)}#stacks_in_1219 .top-bar-wrapper.twocolor{background-color:rgba(115, 115, 115, 1.00);background-image:linear-gradient(to bottom,rgba(115, 115, 115, 1.00),rgba(0, 0, 0, 1.00) 85%)}#stacks_in_1219 .top-bar-wrapper.styleActive li.active > a{background:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 1.00)}#stacks_in_1219 .top-bar-wrapper.stickyLogo.sticky .top-bar .title-area li.name{visibility:hidden;opacity:0;transition:visibility 0s linear 0.5s,opacity 0.5s linear}#stacks_in_1219 .top-bar-wrapper.stickyLogo.fixed .top-bar .title-area li.name{opacity:1;visibility:visible;transition-delay:0s}#stacks_in_1219 .top-bar-wrapper.sticky.sticky-hide{opacity:0;transition:opacity 0.1s ease}#stacks_in_1219 .top-bar-wrapper.sticky.sticky-hide.fixed{opacity:1;height:66px;transition:opacity 0.5s ease}#stacks_in_1219 .top-bar-wrapper.sticky.sticky-hide.expanded{height:auto}#stacks_in_1219 .top-bar-wrapper:not(.submenuIndicator) .top-bar-section .has-dropdown > a{padding-right:15px !important}#stacks_in_1219 .top-bar-wrapper:not(.submenuIndicator) .top-bar-section .has-dropdown > a::after{display:none}.f-topbar-fixed{padding-top:66px !important}#stacks_in_1219 .expanded:not(.top-bar) .top-bar-section{margin-top:66px}#stacks_in_1219 .top-bar{height:66px;line-height:66px}#stacks_in_1219 .top-bar.expanded{height:auto;line-height:inherit}#stacks_in_1219 .top-bar .name{height:66px;padding:0 25px}#stacks_in_1219 .top-bar .name .site-title,#stacks_in_1219 .top-bar .name a,#stacks_in_1219 .top-bar .name span{height:66px;line-height:66px;font-size:1.06rem}#stacks_in_1219 .toggle-topbar a{font-size:1.00rem}#stacks_in_1219 .toggle-topbar.menu-icon{right:25px}#stacks_in_1219 .top-bar-section ul li > a{padding-left:25px;font-size:1.00rem}#stacks_in_1219 .top-bar-section ul li > a.button{font-size:1.00rem;padding-right:25px;padding-left:25px}#stacks_in_1219 .top-bar-section .has-form{padding:0 15px}#stacks_in_1219 .top-bar-section .dropdown li{font-size:1.00rem}#stacks_in_1219 .top-bar-section .dropdown li a{padding:8px 25px}#stacks_in_1219 .top-bar-section .dropdown li.has-form{padding:8px 25px}#stacks_in_1219 .top-bar-section .dropdown label{padding:8px 25px 2px;font-size:80%}
#stacks_in_561 .fg-content.fg-full-height{height:100%}#stacks_in_561 .slides-container{margin:0}#stacks_in_561 .slides-container > li{margin:0}#stacks_in_561 .slides-container > li::before,#stacks_in_561 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 4000ms ease}#stacks_in_561 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_561 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_561 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_561 .impact-wrapper{z-index:0}#stacks_in_561 .impact-wrapper.fill-container{min-width:100%}#stacks_in_561 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_561 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_561 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_561 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_561 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_561 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_561 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_561 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 4000ms ease,visibility 0 0.2s}#stacks_in_561 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_561 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_561 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_561 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_561 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_561 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_561 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_561 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_561 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_561 .impact-wrapper > .pre-loader.bg-overlay::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:0}#stacks_in_561 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_561 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_561 .impact-container{z-index:5}#stacks_in_561 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.70);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_561 .scrollDown{transform:scale(0.70)}}#stacks_in_561 .scrollDown.button-bottom{bottom:120px}#stacks_in_561 .scrollDown.button-top{top:120px}@media screen and (max-width:640px){#stacks_in_561 .scrollDown.hide-on-mob{display:none}}#stacks_in_561 .impact-arrow-wrap{background:rgba(0, 0, 0, 0.50);border-radius:50%;border:2px solid rgba(255, 255, 255, 0.00);box-shadow:0px 0px 0px 0px rgba(51, 51, 51, 0.60);transition:all 90ms ease}#stacks_in_561 .impact-arrow-wrap:hover{background:rgba(137, 0, 2, 1.00);transition:all 90ms ease}#stacks_in_561 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_561 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:7}#stacks_in_561 .impact-arrow{border-top-color:rgba(255, 255, 255, 0.85);border-right-color:rgba(255, 255, 255, 0.85);border-width:4px}#stacks_in_561 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_561 .impact-hint{position:absolute;top:0.6em;width:100%;left:0;font-size:2em;font-style:italic;text-align:center;color:rgba(255, 255, 255, 0.85);opacity:0}#stacks_in_561 .slides-pagination > a{transition:all 3000ms ease}#stacks_in_561 .slides-pagination > a.current{transition:all 3000ms ease}

#stacks_in_561 {
	background-color: rgba(0, 0, 0, 1.00);
}
.slide-stacks_in_1034 .impact-container.v-bottom{bottom:20%}.slide-stacks_in_1034 .impact-container.h-right{right:0px}.slide-stacks_in_1034 .impact-container.h-left{left:0px}.slide-stacks_in_1034 .impact-container.v-top{top:20%}
#stacks_in_1057{overflow:visible !important}#stacks_in_1057 > .impact-animate{animation-duration:500ms;animation-delay:1250ms}
    #stacks_in_1068.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1068.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1068.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_1068.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1068.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1068.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1068.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00% 2.00% 0.00% 0.00% }#stacks_in_1068.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1068.blu-wrap>.blueprint-col{ width:50%;min-width:0px;max-width:9999px;}#stacks_in_1068.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1068.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1068.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1068.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1068.blu-wrap>.blueprint-col{ }
#stacks_in_1068.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1068.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1068.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1068.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1068.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1068.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1068.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1068.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1068.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}    @media screen and (min-width:640px){#stacks_in_1068.blu-wrap>.blueprint-col>.blucol-content{padding: -4.00% 0.00% 0.00% 0.00% }}  
    #stacks_in_1069.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1069.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1069.blu-wrap>.blueprint-col{}#stacks_in_1069.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1069.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1069.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1069.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:4.00% 3.00% 3.00% 3.00% }#stacks_in_1069.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(0, 0, 0, 0.49)} @media screen and (min-width:640px){#stacks_in_1069.blu-wrap>.blueprint-col{ }#stacks_in_1069.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1069.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1069.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1069.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1069.blu-wrap>.blueprint-col{ }
#stacks_in_1069.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1069.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1069.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1069.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1069.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1069.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1069.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1069.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1069.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}      #stacks_in_1069.blu-wrap>.blueprint-col>.blucol-content.bdr-stack{border-width:0px;border-color:rgba(0, 0, 0, 1.00);border-style:solid;border-radius:10px}
#stacks_in_1070 a{display:block}#stacks_in_1070 img{}#stacks_in_1070 img{max-width:250px}@media only screen and (min-width:641px){#stacks_in_1070 img{max-width:475px}}@media only screen and (min-width:1024px){#stacks_in_1070 img{max-width:475px}}
#stacks_in_1071 h1,#stacks_in_1071 .hTxt:not(.segment) div{font-size:2.20rem}@media all and (max-width:640px){#stacks_in_1071 h1,#stacks_in_1071 .hTxt:not(.segment) div{font-size:1.16rem}}#stacks_in_1071 h1,#stacks_in_1071 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_1071 h1 a,#stacks_in_1071 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1071 h1 a:hover,#stacks_in_1071 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_1071 small,#stacks_in_1071 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1071 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",Sans-Serif;font-weight:600;font-style:italic}


#stacks_in_1071 {
	padding: 18px 0px 0px 0px;
}
.slide-stacks_in_1085 .impact-container.v-bottom{bottom:20%}.slide-stacks_in_1085 .impact-container.h-right{right:0px}.slide-stacks_in_1085 .impact-container.h-left{left:0px}.slide-stacks_in_1085 .impact-container.v-top{top:20%}
    #stacks_in_1087.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1087.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1087.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_1087.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1087.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1087.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1087.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00% 2.00% 0.00% 0.00% }#stacks_in_1087.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1087.blu-wrap>.blueprint-col{ width:50%;min-width:0px;max-width:9999px;}#stacks_in_1087.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1087.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1087.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1087.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1087.blu-wrap>.blueprint-col{ }
#stacks_in_1087.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1087.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1087.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1087.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1087.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1087.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1087.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1087.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1087.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}    @media screen and (min-width:640px){#stacks_in_1087.blu-wrap>.blueprint-col>.blucol-content{padding: -4.00% 0.00% 0.00% 0.00% }}  
    #stacks_in_1088.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1088.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1088.blu-wrap>.blueprint-col{}#stacks_in_1088.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1088.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1088.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1088.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:4.00% 3.00% 3.00% 3.00% }#stacks_in_1088.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(0, 0, 0, 0.49)} @media screen and (min-width:640px){#stacks_in_1088.blu-wrap>.blueprint-col{ }#stacks_in_1088.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1088.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1088.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1088.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1088.blu-wrap>.blueprint-col{ }
#stacks_in_1088.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1088.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1088.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1088.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1088.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1088.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1088.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1088.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1088.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}      #stacks_in_1088.blu-wrap>.blueprint-col>.blucol-content.bdr-stack{border-width:0px;border-color:rgba(0, 0, 0, 1.00);border-style:solid;border-radius:10px}
#stacks_in_1089 a{display:block}#stacks_in_1089 img{}#stacks_in_1089 img{max-width:250px}@media only screen and (min-width:641px){#stacks_in_1089 img{max-width:475px}}@media only screen and (min-width:1024px){#stacks_in_1089 img{max-width:475px}}
#stacks_in_1090 h1,#stacks_in_1090 .hTxt:not(.segment) div{font-size:2.20rem}@media all and (max-width:640px){#stacks_in_1090 h1,#stacks_in_1090 .hTxt:not(.segment) div{font-size:1.16rem}}#stacks_in_1090 h1,#stacks_in_1090 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_1090 h1 a,#stacks_in_1090 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1090 h1 a:hover,#stacks_in_1090 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_1090 small,#stacks_in_1090 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1090 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",Sans-Serif;font-weight:600;font-style:italic}


#stacks_in_1090 {
	padding: 18px 0px 0px 0px;
}
.slide-stacks_in_1037 .impact-container.v-bottom{bottom:18%}.slide-stacks_in_1037 .impact-container.h-right{right:10%}.slide-stacks_in_1037 .impact-container.h-left{left:10%}.slide-stacks_in_1037 .impact-container.v-top{top:18%}
#stacks_in_1051{overflow:visible !important}#stacks_in_1051 > .impact-animate{animation-duration:500ms;animation-delay:0ms}
#stacks_in_1167 p,#stacks_in_1167 div{margin-bottom:0}#stacks_in_1167 p,#stacks_in_1167 div,#stacks_in_1167 ul,#stacks_in_1167 ol,#stacks_in_1167 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1167 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1167 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_1167,#stacks_in_1167 div,#stacks_in_1167 p,#stacks_in_1167 ol,#stacks_in_1167 ul li,#stacks_in_1167 ol li,#stacks_in_1167 ol,#stacks_in_1167 dl{font-size:3.50rem}@media all and (max-width:640px){#stacks_in_1167,#stacks_in_1167 div,#stacks_in_1167 p,#stacks_in_1167 ol,#stacks_in_1167 ul li,#stacks_in_1167 ol li,#stacks_in_1167 ol,#stacks_in_1167 dl{font-size:1.25rem}}@media only screen and (min-width:0px){#stacks_in_1167,#stacks_in_1167 div,#stacks_in_1167 p,#stacks_in_1167 .fa:not(.no-indent),#stacks_in_1167 ol,#stacks_in_1167 ul li,#stacks_in_1167 ol li,#stacks_in_1167 ol,#stacks_in_1167 dl{line-height:1.25}}@media only screen and (min-width:0px){#stacks_in_1167{}}#stacks_in_1167,#stacks_in_1167 div,#stacks_in_1167 p,#stacks_in_1167 ul,#stacks_in_1167 ul li,#stacks_in_1167 ol li,#stacks_in_1167 ol,#stacks_in_1167 dl,#stacks_in_1167 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Contrail One",Sans-Serif ;font-weight:900 ;font-style:italic }


#stacks_in_1167 {
	background-color: rgba(0, 0, 0, 0.50);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 20px 20px 20px 20px;
}
.slide-stacks_in_1038 .impact-container.v-bottom{bottom:18%}.slide-stacks_in_1038 .impact-container.h-right{right:10%}.slide-stacks_in_1038 .impact-container.h-left{left:10%}.slide-stacks_in_1038 .impact-container.v-top{top:18%}
#stacks_in_1099{overflow:visible !important}#stacks_in_1099 > .impact-animate{animation-duration:500ms;animation-delay:0ms}
#stacks_in_1170 p,#stacks_in_1170 div{margin-bottom:0}#stacks_in_1170 p,#stacks_in_1170 div,#stacks_in_1170 ul,#stacks_in_1170 ol,#stacks_in_1170 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1170 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1170 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_1170,#stacks_in_1170 div,#stacks_in_1170 p,#stacks_in_1170 ol,#stacks_in_1170 ul li,#stacks_in_1170 ol li,#stacks_in_1170 ol,#stacks_in_1170 dl{font-size:3.50rem}@media all and (max-width:640px){#stacks_in_1170,#stacks_in_1170 div,#stacks_in_1170 p,#stacks_in_1170 ol,#stacks_in_1170 ul li,#stacks_in_1170 ol li,#stacks_in_1170 ol,#stacks_in_1170 dl{font-size:1.35rem}}@media only screen and (min-width:0px){#stacks_in_1170,#stacks_in_1170 div,#stacks_in_1170 p,#stacks_in_1170 .fa:not(.no-indent),#stacks_in_1170 ol,#stacks_in_1170 ul li,#stacks_in_1170 ol li,#stacks_in_1170 ol,#stacks_in_1170 dl{line-height:1.25}}@media only screen and (min-width:0px){#stacks_in_1170{}}#stacks_in_1170,#stacks_in_1170 div,#stacks_in_1170 p,#stacks_in_1170 ul,#stacks_in_1170 ul li,#stacks_in_1170 ol li,#stacks_in_1170 ol,#stacks_in_1170 dl,#stacks_in_1170 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Contrail One",Sans-Serif ;font-weight:900 ;font-style:italic }


#stacks_in_1170 {
	background-color: rgba(0, 0, 0, 0.50);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 20px 20px 20px 20px;
}
.slide-stacks_in_1040 .impact-container.v-bottom{bottom:18%}.slide-stacks_in_1040 .impact-container.h-right{right:10%}.slide-stacks_in_1040 .impact-container.h-left{left:10%}.slide-stacks_in_1040 .impact-container.v-top{top:18%}
#stacks_in_1109{overflow:visible !important}#stacks_in_1109 > .impact-animate{animation-duration:500ms;animation-delay:0ms}
#stacks_in_1173 p,#stacks_in_1173 div{margin-bottom:0}#stacks_in_1173 p,#stacks_in_1173 div,#stacks_in_1173 ul,#stacks_in_1173 ol,#stacks_in_1173 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1173 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1173 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_1173,#stacks_in_1173 div,#stacks_in_1173 p,#stacks_in_1173 ol,#stacks_in_1173 ul li,#stacks_in_1173 ol li,#stacks_in_1173 ol,#stacks_in_1173 dl{font-size:3.50rem}@media all and (max-width:640px){#stacks_in_1173,#stacks_in_1173 div,#stacks_in_1173 p,#stacks_in_1173 ol,#stacks_in_1173 ul li,#stacks_in_1173 ol li,#stacks_in_1173 ol,#stacks_in_1173 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_1173,#stacks_in_1173 div,#stacks_in_1173 p,#stacks_in_1173 .fa:not(.no-indent),#stacks_in_1173 ol,#stacks_in_1173 ul li,#stacks_in_1173 ol li,#stacks_in_1173 ol,#stacks_in_1173 dl{line-height:1.25}}@media only screen and (min-width:0px){#stacks_in_1173{}}#stacks_in_1173,#stacks_in_1173 div,#stacks_in_1173 p,#stacks_in_1173 ul,#stacks_in_1173 ul li,#stacks_in_1173 ol li,#stacks_in_1173 ol,#stacks_in_1173 dl,#stacks_in_1173 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Contrail One",Sans-Serif ;font-weight:900 ;font-style:italic }


#stacks_in_1173 {
	background-color: rgba(0, 0, 0, 0.50);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 20px 32px 20px 20px;
}
.slide-stacks_in_1039 .impact-container.v-bottom{bottom:18%}.slide-stacks_in_1039 .impact-container.h-right{right:10%}.slide-stacks_in_1039 .impact-container.h-left{left:10%}.slide-stacks_in_1039 .impact-container.v-top{top:18%}
#stacks_in_1119{overflow:visible !important}#stacks_in_1119 > .impact-animate{animation-duration:500ms;animation-delay:0ms}
#stacks_in_1176 p,#stacks_in_1176 div{margin-bottom:0}#stacks_in_1176 p,#stacks_in_1176 div,#stacks_in_1176 ul,#stacks_in_1176 ol,#stacks_in_1176 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1176 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1176 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_1176,#stacks_in_1176 div,#stacks_in_1176 p,#stacks_in_1176 ol,#stacks_in_1176 ul li,#stacks_in_1176 ol li,#stacks_in_1176 ol,#stacks_in_1176 dl{font-size:3.50rem}@media all and (max-width:640px){#stacks_in_1176,#stacks_in_1176 div,#stacks_in_1176 p,#stacks_in_1176 ol,#stacks_in_1176 ul li,#stacks_in_1176 ol li,#stacks_in_1176 ol,#stacks_in_1176 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_1176,#stacks_in_1176 div,#stacks_in_1176 p,#stacks_in_1176 .fa:not(.no-indent),#stacks_in_1176 ol,#stacks_in_1176 ul li,#stacks_in_1176 ol li,#stacks_in_1176 ol,#stacks_in_1176 dl{line-height:1.25}}@media only screen and (min-width:0px){#stacks_in_1176{}}#stacks_in_1176,#stacks_in_1176 div,#stacks_in_1176 p,#stacks_in_1176 ul,#stacks_in_1176 ul li,#stacks_in_1176 ol li,#stacks_in_1176 ol,#stacks_in_1176 dl,#stacks_in_1176 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Contrail One",Sans-Serif ;font-weight:900 ;font-style:italic }


#stacks_in_1176 {
	background-color: rgba(0, 0, 0, 0.50);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 20px 32px 20px 20px;
}
.slide-stacks_in_1041 .impact-container.v-bottom{bottom:18%}.slide-stacks_in_1041 .impact-container.h-right{right:10%}.slide-stacks_in_1041 .impact-container.h-left{left:10%}.slide-stacks_in_1041 .impact-container.v-top{top:18%}
#stacks_in_1129{overflow:visible !important}#stacks_in_1129 > .impact-animate{animation-duration:500ms;animation-delay:0ms}
#stacks_in_1182 p,#stacks_in_1182 div{margin-bottom:0}#stacks_in_1182 p,#stacks_in_1182 div,#stacks_in_1182 ul,#stacks_in_1182 ol,#stacks_in_1182 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1182 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1182 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_1182,#stacks_in_1182 div,#stacks_in_1182 p,#stacks_in_1182 ol,#stacks_in_1182 ul li,#stacks_in_1182 ol li,#stacks_in_1182 ol,#stacks_in_1182 dl{font-size:3.50rem}@media all and (max-width:640px){#stacks_in_1182,#stacks_in_1182 div,#stacks_in_1182 p,#stacks_in_1182 ol,#stacks_in_1182 ul li,#stacks_in_1182 ol li,#stacks_in_1182 ol,#stacks_in_1182 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_1182,#stacks_in_1182 div,#stacks_in_1182 p,#stacks_in_1182 .fa:not(.no-indent),#stacks_in_1182 ol,#stacks_in_1182 ul li,#stacks_in_1182 ol li,#stacks_in_1182 ol,#stacks_in_1182 dl{line-height:1.25}}@media only screen and (min-width:0px){#stacks_in_1182{}}#stacks_in_1182,#stacks_in_1182 div,#stacks_in_1182 p,#stacks_in_1182 ul,#stacks_in_1182 ul li,#stacks_in_1182 ol li,#stacks_in_1182 ol,#stacks_in_1182 dl,#stacks_in_1182 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Contrail One",Sans-Serif ;font-weight:900 ;font-style:italic }


#stacks_in_1182 {
	background-color: rgba(0, 0, 0, 0.50);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 20px 32px 20px 20px;
}
.slide-stacks_in_1042 .impact-container.v-bottom{bottom:18%}.slide-stacks_in_1042 .impact-container.h-right{right:10%}.slide-stacks_in_1042 .impact-container.h-left{left:10%}.slide-stacks_in_1042 .impact-container.v-top{top:18%}
#stacks_in_1139{overflow:visible !important}#stacks_in_1139 > .impact-animate{animation-duration:500ms;animation-delay:0ms}
#stacks_in_1179 p,#stacks_in_1179 div{margin-bottom:0}#stacks_in_1179 p,#stacks_in_1179 div,#stacks_in_1179 ul,#stacks_in_1179 ol,#stacks_in_1179 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1179 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1179 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_1179,#stacks_in_1179 div,#stacks_in_1179 p,#stacks_in_1179 ol,#stacks_in_1179 ul li,#stacks_in_1179 ol li,#stacks_in_1179 ol,#stacks_in_1179 dl{font-size:3.50rem}@media all and (max-width:640px){#stacks_in_1179,#stacks_in_1179 div,#stacks_in_1179 p,#stacks_in_1179 ol,#stacks_in_1179 ul li,#stacks_in_1179 ol li,#stacks_in_1179 ol,#stacks_in_1179 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_1179,#stacks_in_1179 div,#stacks_in_1179 p,#stacks_in_1179 .fa:not(.no-indent),#stacks_in_1179 ol,#stacks_in_1179 ul li,#stacks_in_1179 ol li,#stacks_in_1179 ol,#stacks_in_1179 dl{line-height:1.25}}@media only screen and (min-width:0px){#stacks_in_1179{}}#stacks_in_1179,#stacks_in_1179 div,#stacks_in_1179 p,#stacks_in_1179 ul,#stacks_in_1179 ul li,#stacks_in_1179 ol li,#stacks_in_1179 ol,#stacks_in_1179 dl,#stacks_in_1179 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Contrail One",Sans-Serif ;font-weight:900 ;font-style:italic }


#stacks_in_1179 {
	background-color: rgba(0, 0, 0, 0.50);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 20px 32px 20px 20px;
}
.slide-stacks_in_1043 .impact-container.v-bottom{bottom:18%}.slide-stacks_in_1043 .impact-container.h-right{right:10%}.slide-stacks_in_1043 .impact-container.h-left{left:10%}.slide-stacks_in_1043 .impact-container.v-top{top:18%}
#stacks_in_1149{overflow:visible !important}#stacks_in_1149 > .impact-animate{animation-duration:500ms;animation-delay:0ms}
#stacks_in_1185 p,#stacks_in_1185 div{margin-bottom:0}#stacks_in_1185 p,#stacks_in_1185 div,#stacks_in_1185 ul,#stacks_in_1185 ol,#stacks_in_1185 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1185 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1185 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_1185,#stacks_in_1185 div,#stacks_in_1185 p,#stacks_in_1185 ol,#stacks_in_1185 ul li,#stacks_in_1185 ol li,#stacks_in_1185 ol,#stacks_in_1185 dl{font-size:3.50rem}@media all and (max-width:640px){#stacks_in_1185,#stacks_in_1185 div,#stacks_in_1185 p,#stacks_in_1185 ol,#stacks_in_1185 ul li,#stacks_in_1185 ol li,#stacks_in_1185 ol,#stacks_in_1185 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_1185,#stacks_in_1185 div,#stacks_in_1185 p,#stacks_in_1185 .fa:not(.no-indent),#stacks_in_1185 ol,#stacks_in_1185 ul li,#stacks_in_1185 ol li,#stacks_in_1185 ol,#stacks_in_1185 dl{line-height:1.25}}@media only screen and (min-width:0px){#stacks_in_1185{}}#stacks_in_1185,#stacks_in_1185 div,#stacks_in_1185 p,#stacks_in_1185 ul,#stacks_in_1185 ul li,#stacks_in_1185 ol li,#stacks_in_1185 ol,#stacks_in_1185 dl,#stacks_in_1185 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Contrail One",Sans-Serif ;font-weight:900 ;font-style:italic }


#stacks_in_1185 {
	background-color: rgba(0, 0, 0, 0.50);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 20px 32px 20px 20px;
}
.slide-stacks_in_1234 .impact-container.v-bottom{bottom:18%}.slide-stacks_in_1234 .impact-container.h-right{right:10%}.slide-stacks_in_1234 .impact-container.h-left{left:10%}.slide-stacks_in_1234 .impact-container.v-top{top:18%}
#stacks_in_1236{overflow:visible !important}#stacks_in_1236 > .impact-animate{animation-duration:500ms;animation-delay:0ms}
#stacks_in_1237 p,#stacks_in_1237 div{margin-bottom:0}#stacks_in_1237 p,#stacks_in_1237 div,#stacks_in_1237 ul,#stacks_in_1237 ol,#stacks_in_1237 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1237 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1237 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_1237,#stacks_in_1237 div,#stacks_in_1237 p,#stacks_in_1237 ol,#stacks_in_1237 ul li,#stacks_in_1237 ol li,#stacks_in_1237 ol,#stacks_in_1237 dl{font-size:3.50rem}@media all and (max-width:640px){#stacks_in_1237,#stacks_in_1237 div,#stacks_in_1237 p,#stacks_in_1237 ol,#stacks_in_1237 ul li,#stacks_in_1237 ol li,#stacks_in_1237 ol,#stacks_in_1237 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_1237,#stacks_in_1237 div,#stacks_in_1237 p,#stacks_in_1237 .fa:not(.no-indent),#stacks_in_1237 ol,#stacks_in_1237 ul li,#stacks_in_1237 ol li,#stacks_in_1237 ol,#stacks_in_1237 dl{line-height:1.25}}@media only screen and (min-width:0px){#stacks_in_1237{}}#stacks_in_1237,#stacks_in_1237 div,#stacks_in_1237 p,#stacks_in_1237 ul,#stacks_in_1237 ul li,#stacks_in_1237 ol li,#stacks_in_1237 ol,#stacks_in_1237 dl,#stacks_in_1237 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Contrail One",Sans-Serif ;font-weight:900 ;font-style:italic }


#stacks_in_1237 {
	background-color: rgba(0, 0, 0, 0.50);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 20px 32px 20px 20px;
}
#stacks_in_961 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_961 > .s-pro > .sections-layer{display:none}#stacks_in_961 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_961 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_961 {
	background-color: rgba(0, 0, 0, 1.00);
}
    #stacks_in_607.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_607.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_607.blu-wrap>.blueprint-col{ width:94%;min-width:0px;max-width:1400px;}#stacks_in_607.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_607.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_607.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_607.blu-wrap>.blueprint-col>.blucol-content{margin:10.00% 0.00% 6.00% 0.00% ;padding: 0px }#stacks_in_607.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_607.blu-wrap>.blueprint-col{ }#stacks_in_607.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_607.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_607.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_607.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_607.blu-wrap>.blueprint-col{ }
#stacks_in_607.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_607.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_607.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_607.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_607.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_607.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_607.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_607.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_607.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_909 h3,#stacks_in_909 div{color:rgba(251, 0, 13, 1.00)}#stacks_in_909 h3 a,#stacks_in_909 div a{color:rgba(251, 0, 13, 1.00)}#stacks_in_909 h3 a:hover,#stacks_in_909 div a:hover{color:rgba(188, 0, 9, 1.00)}#stacks_in_909 small,#stacks_in_909 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_909 {
	margin: 12px 0px 26px 0px;
	padding: 12px 0px 0px 0px;
}
#stacks_in_749 p,#stacks_in_749 div,#stacks_in_749 ul,#stacks_in_749 ol,#stacks_in_749 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_749 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_749 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_749,#stacks_in_749 div,#stacks_in_749 p,#stacks_in_749 ol,#stacks_in_749 ul li,#stacks_in_749 ol li,#stacks_in_749 ol,#stacks_in_749 dl{font-size:1.15rem}@media all and (max-width:640px){#stacks_in_749,#stacks_in_749 div,#stacks_in_749 p,#stacks_in_749 ol,#stacks_in_749 ul li,#stacks_in_749 ol li,#stacks_in_749 ol,#stacks_in_749 dl{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_749,#stacks_in_749 div,#stacks_in_749 p,#stacks_in_749 .fa:not(.no-indent),#stacks_in_749 ol,#stacks_in_749 ul li,#stacks_in_749 ol li,#stacks_in_749 ol,#stacks_in_749 dl{line-height:1.60}}@media only screen and (min-width:0px){#stacks_in_749{}}

    #stacks_in_527.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_527.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_527.blu-wrap>.blueprint-col{ width:94%;min-width:0px;max-width:1400px;}#stacks_in_527.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_527.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_527.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_527.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 0px }#stacks_in_527.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_527.blu-wrap>.blueprint-col{ }#stacks_in_527.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_527.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_527.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_527.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_527.blu-wrap>.blueprint-col{ }
#stacks_in_527.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_527.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_527.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_527.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_527.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_527.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_527.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_527.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_527.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_527.blu-wrap>.blueprint-col>.blucol-content{margin: 7.00% 0.00% 4.00% 0.00% }}    
 @media(hover:hover){#stacks_in_537.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_537.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_537.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_537.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_537.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_537.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_537.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_537.blu-sidebar.full-height{height:100vh}#stacks_in_537.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_537.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_537.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_537.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_537.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_537.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_537.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_537.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:2.46%;margin-right:2.46%}#stacks_in_537.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}#stacks_in_537.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}@media screen and (max-height:0px){#stacks_in_537.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_537.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_537.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_537.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_537.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_537.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_537.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_537.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_537.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_537.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_537.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_537.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_537.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_537.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_537.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_537.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(50% - 2.46%);flex-basis:calc(50% - 2.46%);max-width:9999px;min-width:100px}
#stacks_in_537.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_537.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_537.blu-sidebar>.blu-content::before,#stacks_in_537.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_537.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_537.blu-sidebar>.blu-side::before,#stacks_in_537.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_613{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */    #stacks_in_996.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_996.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_996.blu-wrap>.blueprint-col{}#stacks_in_996.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_996.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_996.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_996.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:8.00% 0.00% 0.00% 0.00% }#stacks_in_996.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_996.blu-wrap>.blueprint-col{ }#stacks_in_996.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_996.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_996.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_996.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_996.blu-wrap>.blueprint-col{ }
#stacks_in_996.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_996.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_996.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_996.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_996.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_996.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_996.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_996.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_996.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_534 a{display:block}#stacks_in_534 img{}

#stacks_in_534 {
	padding: 10px 0px 0px 0px;
}
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_615{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */    #stacks_in_978.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_978.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_978.blu-wrap>.blueprint-col{}#stacks_in_978.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_978.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_978.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_978.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:8.00% 0.00% 15.00% 0.00% }#stacks_in_978.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_978.blu-wrap>.blueprint-col{ }#stacks_in_978.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_978.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_978.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_978.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_978.blu-wrap>.blueprint-col{ }
#stacks_in_978.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_978.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_978.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_978.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_978.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_978.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_978.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_978.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_978.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_618 h3,#stacks_in_618 div{color:rgba(251, 0, 13, 1.00)}#stacks_in_618 h3 a,#stacks_in_618 div a{color:rgba(251, 0, 13, 1.00)}#stacks_in_618 h3 a:hover,#stacks_in_618 div a:hover{color:rgba(188, 0, 9, 1.00)}#stacks_in_618 small,#stacks_in_618 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_618 {
	padding: 0px 3px 10px 0px;
}
#stacks_in_610 p,#stacks_in_610 div,#stacks_in_610 ul,#stacks_in_610 ol,#stacks_in_610 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_610 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_610 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_610,#stacks_in_610 div,#stacks_in_610 p,#stacks_in_610 ol,#stacks_in_610 ul li,#stacks_in_610 ol li,#stacks_in_610 ol,#stacks_in_610 dl{font-size:1.15rem}@media all and (max-width:640px){#stacks_in_610,#stacks_in_610 div,#stacks_in_610 p,#stacks_in_610 ol,#stacks_in_610 ul li,#stacks_in_610 ol li,#stacks_in_610 ol,#stacks_in_610 dl{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_610{}}

/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_752 *,
#adaptiveGridstacks_in_752 *:before,
#adaptiveGridstacks_in_752 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_752 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_752 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_752:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_752 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_752 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_752 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_752 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_752 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_752 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_752 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_752 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_752 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_752 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_752 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_752 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_752 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_752 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_752 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_752 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_752 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_752 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_752 .column1 {
		width: 50.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_752 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_752 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_752 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_752 .column2 {
		width: 50.00%;
	}
}






















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_752 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_752 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_752 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_752 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_752 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_752 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_752 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_752 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_752 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_752 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_752 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_752 .column1,
	#adaptiveGridstacks_in_752 .column2,
	#adaptiveGridstacks_in_752 .column3,
	#adaptiveGridstacks_in_752 .column4,
	#adaptiveGridstacks_in_752 .column5,
	#adaptiveGridstacks_in_752 .column6,
	#adaptiveGridstacks_in_752 .column7,
	#adaptiveGridstacks_in_752 .column8,
	#adaptiveGridstacks_in_752 .column9,
	#adaptiveGridstacks_in_752 .column10,
	#adaptiveGridstacks_in_752 .column11,
	#adaptiveGridstacks_in_752 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_752 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_752 {
	padding: 8px 0px 13px 20px;
}
#stacks_in_753 p,#stacks_in_753 div{margin-bottom:0}#stacks_in_753 p,#stacks_in_753 div,#stacks_in_753 ul,#stacks_in_753 ol,#stacks_in_753 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_753 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_753 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_753,#stacks_in_753 div,#stacks_in_753 p,#stacks_in_753 .fa:not(.no-indent),#stacks_in_753 ol,#stacks_in_753 ul li,#stacks_in_753 ol li,#stacks_in_753 ol,#stacks_in_753 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_753{}}#stacks_in_753,#stacks_in_753 div,#stacks_in_753 p,#stacks_in_753 ul,#stacks_in_753 ul li,#stacks_in_753 ol li,#stacks_in_753 ol,#stacks_in_753 dl,#stacks_in_753 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_753,#stacks_in_753 div,#stacks_in_753 p,#stacks_in_753 ol,#stacks_in_753 ul li,#stacks_in_753 ol li,#stacks_in_753 ol,#stacks_in_753 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_753,#stacks_in_753 div,#stacks_in_753 p,#stacks_in_753 ol,#stacks_in_753 ul li,#stacks_in_753 ol li,#stacks_in_753 ol,#stacks_in_753 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_753,#stacks_in_753 div,#stacks_in_753 p,#stacks_in_753 ol,#stacks_in_753 ul li,#stacks_in_753 ol li,#stacks_in_753 ol,#stacks_in_753 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_753,#stacks_in_753 div,#stacks_in_753 p,#stacks_in_753 ol,#stacks_in_753 ul li,#stacks_in_753 ol li,#stacks_in_753 ol,#stacks_in_753 dl{font-size:1.20rem!important}}
#stacks_in_757 p,#stacks_in_757 div{margin-bottom:0}#stacks_in_757 p,#stacks_in_757 div,#stacks_in_757 ul,#stacks_in_757 ol,#stacks_in_757 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_757 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_757 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_757,#stacks_in_757 div,#stacks_in_757 p,#stacks_in_757 .fa:not(.no-indent),#stacks_in_757 ol,#stacks_in_757 ul li,#stacks_in_757 ol li,#stacks_in_757 ol,#stacks_in_757 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_757{}}#stacks_in_757,#stacks_in_757 div,#stacks_in_757 p,#stacks_in_757 ul,#stacks_in_757 ul li,#stacks_in_757 ol li,#stacks_in_757 ol,#stacks_in_757 dl,#stacks_in_757 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_757,#stacks_in_757 div,#stacks_in_757 p,#stacks_in_757 ol,#stacks_in_757 ul li,#stacks_in_757 ol li,#stacks_in_757 ol,#stacks_in_757 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_757,#stacks_in_757 div,#stacks_in_757 p,#stacks_in_757 ol,#stacks_in_757 ul li,#stacks_in_757 ol li,#stacks_in_757 ol,#stacks_in_757 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_757,#stacks_in_757 div,#stacks_in_757 p,#stacks_in_757 ol,#stacks_in_757 ul li,#stacks_in_757 ol li,#stacks_in_757 ol,#stacks_in_757 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_757,#stacks_in_757 div,#stacks_in_757 p,#stacks_in_757 ol,#stacks_in_757 ul li,#stacks_in_757 ol li,#stacks_in_757 ol,#stacks_in_757 dl{font-size:1.20rem!important}}
#stacks_in_761 p,#stacks_in_761 div{margin-bottom:0}#stacks_in_761 p,#stacks_in_761 div,#stacks_in_761 ul,#stacks_in_761 ol,#stacks_in_761 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_761 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_761 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_761,#stacks_in_761 div,#stacks_in_761 p,#stacks_in_761 .fa:not(.no-indent),#stacks_in_761 ol,#stacks_in_761 ul li,#stacks_in_761 ol li,#stacks_in_761 ol,#stacks_in_761 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_761{}}#stacks_in_761,#stacks_in_761 div,#stacks_in_761 p,#stacks_in_761 ul,#stacks_in_761 ul li,#stacks_in_761 ol li,#stacks_in_761 ol,#stacks_in_761 dl,#stacks_in_761 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_761,#stacks_in_761 div,#stacks_in_761 p,#stacks_in_761 ol,#stacks_in_761 ul li,#stacks_in_761 ol li,#stacks_in_761 ol,#stacks_in_761 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_761,#stacks_in_761 div,#stacks_in_761 p,#stacks_in_761 ol,#stacks_in_761 ul li,#stacks_in_761 ol li,#stacks_in_761 ol,#stacks_in_761 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_761,#stacks_in_761 div,#stacks_in_761 p,#stacks_in_761 ol,#stacks_in_761 ul li,#stacks_in_761 ol li,#stacks_in_761 ol,#stacks_in_761 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_761,#stacks_in_761 div,#stacks_in_761 p,#stacks_in_761 ol,#stacks_in_761 ul li,#stacks_in_761 ol li,#stacks_in_761 ol,#stacks_in_761 dl{font-size:1.20rem!important}}

    #stacks_in_1192 .button.b-p,#stacks_in_1192 .button.b-p::before{border-radius:6px}        @media screen and (max-width:641px){#stacks_in_1192>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1192>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1192.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1192 .button.b-p.expand-large:not(.icon-only),#stacks_in_1192>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
          #stacks_in_1192 .button.b-p:not(.icon-only){width:50.00%}@media screen and (min-width:641px){#stacks_in_1192 .button.b-p:not(.icon-only){width:40.00%}}   #stacks_in_1192 .button.b-p{font-size:0.95rem}#stacks_in_1192 .button.b-p.icon-only{width:calc(0.95rem + 0.50rem);height:calc(0.95rem + 0.50rem)}#stacks_in_1192 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.95rem + 0.50rem)}@media all and (max-width:640px){#stacks_in_1192 .button.b-p{font-size:0.95rem}#stacks_in_1192 .button.b-p.icon-only{width:calc(0.95rem + 0.50rem);height:calc(0.95rem + 0.50rem)}#stacks_in_1192 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.95rem + 0.50rem)}} 
  #stacks_in_1192 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1192 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1192 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(137, 0, 2, 1.00)}#stacks_in_1192 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1192 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(250, 77, 60, 1.00);}     
       
  #stacks_in_1192 .d-hov,#stacks_in_1192 .d-hov::before,#stacks_in_1192 .d-hov::after{-webkit-transition-duration:600ms;transition-duration:600ms}#stacks_in_1192 .d-hov.active,#stacks_in_1192 .d-hov.active::before,#stacks_in_1192 .d-hov.active::after{-webkit-transition-duration:0ms;transition-duration:0ms}#stacks_in_1192 .hover-col:not(.button.b-p):not(.bp-zone-item)::before{background:rgba(239, 128, 10, 1.00)!important}#stacks_in_1192 .hover-col::before,#stacks_in_1192 .hover-col::after{-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}#stacks_in_1192 .hover-col:hover::before{background:rgba(239, 128, 10, 1.00)}#stacks_in_1192 .hover-col.active::before{background:rgba(207, 0, 32, 1.00)}#stacks_in_1192 .d-hov-ripple-out:hover::before{border:rgba(239, 128, 10, 1.00) solid 2px}#stacks_in_1192 .d-hov-pop:hover,#stacks_in_1192 .d-hov-pop:focus,#stacks_in_1192 .d-hov-pop.active{-webkit-animation-duration:600ms;animation-duration:600ms}#stacks_in_1192 .d-hov[class*="d-hov-underline-"]::before,#stacks_in_1192 .d-hov[class*="d-hov-overline-"]::before{height:4px!important}#stacks_in_1192 .d-hov[class*="d-hov-text-underline-"]>.bp-text::before,#stacks_in_1192 .d-hov[class*="d-hov-text-underline-"] .ml-text::before{bottom:-6px;border-bottom-color:rgba(239, 128, 10, 1.00)!important;border-bottom-width:4px;-webkit-transition-duration:600ms;transition-duration:600ms}#stacks_in_1192 .d-hov[class*="d-hov-text-underline-"].active>.bp-text::before,#stacks_in_1192 .d-hov[class*="d-hov-text-underline-"].active .ml-text::before{-webkit-transition-duration:0ms;transition-duration:0ms;border-bottom-color:rgba(207, 0, 32, 1.00)!important}#stacks_in_1192 .d-hov-reveal:hover::before,#stacks_in_1192 .d-hov-reveal.active::before{border-width:4px!important} 
               
    #stacks_in_642.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_642.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_642.blu-wrap>.blueprint-col{ width:94%;min-width:0px;max-width:1400px;}#stacks_in_642.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_642.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_642.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_642.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_642.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_642.blu-wrap>.blueprint-col{ }#stacks_in_642.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_642.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_642.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_642.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_642.blu-wrap>.blueprint-col{ }
#stacks_in_642.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_642.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_642.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_642.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_642.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_642.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_642.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_642.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_642.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_642.blu-wrap>.blueprint-col>.blucol-content{margin: 7.00% 0.00% 4.00% 0.00% }}    
 @media(hover:hover){#stacks_in_643.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_643.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_643.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_643.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_643.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_643.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_643.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_643.blu-sidebar.full-height{height:100vh}#stacks_in_643.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_643.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_643.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_643.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_643.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_643.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_643.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_643.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:2.46%;margin-right:2.46%}#stacks_in_643.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}#stacks_in_643.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}@media screen and (max-height:0px){#stacks_in_643.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_643.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_643.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_643.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_643.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_643.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_643.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_643.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_643.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_643.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_643.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_643.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_643.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_643.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_643.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_643.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(50% - 2.46%);flex-basis:calc(50% - 2.46%);max-width:9999px;min-width:100px}
#stacks_in_643.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_643.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_643.blu-sidebar>.blu-content::before,#stacks_in_643.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_643.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_643.blu-sidebar>.blu-side::before,#stacks_in_643.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_644{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */    #stacks_in_999.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_999.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_999.blu-wrap>.blueprint-col{}#stacks_in_999.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_999.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_999.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_999.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:8.00% 0.00% 0.00% 0.00% }#stacks_in_999.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_999.blu-wrap>.blueprint-col{ }#stacks_in_999.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_999.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_999.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_999.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_999.blu-wrap>.blueprint-col{ }
#stacks_in_999.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_999.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_999.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_999.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_999.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_999.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_999.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_999.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_999.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_645 a{display:block}#stacks_in_645 img{}

#stacks_in_645 {
	padding: 8px 0px 0px 0px;
}
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_648{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */    #stacks_in_981.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_981.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_981.blu-wrap>.blueprint-col{}#stacks_in_981.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_981.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_981.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_981.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:8.00% 0.00% 15.00% 0.00% }#stacks_in_981.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_981.blu-wrap>.blueprint-col{ }#stacks_in_981.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_981.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_981.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_981.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_981.blu-wrap>.blueprint-col{ }
#stacks_in_981.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_981.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_981.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_981.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_981.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_981.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_981.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_981.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_981.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_649 h3,#stacks_in_649 div{color:rgba(251, 0, 13, 1.00)}#stacks_in_649 h3 a,#stacks_in_649 div a{color:rgba(251, 0, 13, 1.00)}#stacks_in_649 h3 a:hover,#stacks_in_649 div a:hover{color:rgba(188, 0, 9, 1.00)}#stacks_in_649 small,#stacks_in_649 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_649 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_652 p,#stacks_in_652 div,#stacks_in_652 ul,#stacks_in_652 ol,#stacks_in_652 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_652 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_652 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_652,#stacks_in_652 div,#stacks_in_652 p,#stacks_in_652 ol,#stacks_in_652 ul li,#stacks_in_652 ol li,#stacks_in_652 ol,#stacks_in_652 dl{font-size:1.15rem}@media all and (max-width:640px){#stacks_in_652,#stacks_in_652 div,#stacks_in_652 p,#stacks_in_652 ol,#stacks_in_652 ul li,#stacks_in_652 ol li,#stacks_in_652 ol,#stacks_in_652 dl{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_652{}}

/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_762 *,
#adaptiveGridstacks_in_762 *:before,
#adaptiveGridstacks_in_762 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_762 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_762 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_762:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_762 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_762 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_762 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_762 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_762 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_762 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_762 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_762 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_762 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_762 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_762 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_762 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_762 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_762 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_762 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_762 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_762 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_762 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_762 .column1 {
		width: 50.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_762 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_762 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_762 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_762 .column2 {
		width: 50.00%;
	}
}






















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_762 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_762 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_762 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_762 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_762 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_762 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_762 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_762 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_762 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_762 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_762 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_762 .column1,
	#adaptiveGridstacks_in_762 .column2,
	#adaptiveGridstacks_in_762 .column3,
	#adaptiveGridstacks_in_762 .column4,
	#adaptiveGridstacks_in_762 .column5,
	#adaptiveGridstacks_in_762 .column6,
	#adaptiveGridstacks_in_762 .column7,
	#adaptiveGridstacks_in_762 .column8,
	#adaptiveGridstacks_in_762 .column9,
	#adaptiveGridstacks_in_762 .column10,
	#adaptiveGridstacks_in_762 .column11,
	#adaptiveGridstacks_in_762 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_762 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_762 {
	padding: 8px 0px 0px 0px;
}
#stacks_in_763 p,#stacks_in_763 div{margin-bottom:0}#stacks_in_763 p,#stacks_in_763 div,#stacks_in_763 ul,#stacks_in_763 ol,#stacks_in_763 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_763 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_763 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_763,#stacks_in_763 div,#stacks_in_763 p,#stacks_in_763 .fa:not(.no-indent),#stacks_in_763 ol,#stacks_in_763 ul li,#stacks_in_763 ol li,#stacks_in_763 ol,#stacks_in_763 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_763{}}#stacks_in_763,#stacks_in_763 div,#stacks_in_763 p,#stacks_in_763 ul,#stacks_in_763 ul li,#stacks_in_763 ol li,#stacks_in_763 ol,#stacks_in_763 dl,#stacks_in_763 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_763,#stacks_in_763 div,#stacks_in_763 p,#stacks_in_763 ol,#stacks_in_763 ul li,#stacks_in_763 ol li,#stacks_in_763 ol,#stacks_in_763 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_763,#stacks_in_763 div,#stacks_in_763 p,#stacks_in_763 ol,#stacks_in_763 ul li,#stacks_in_763 ol li,#stacks_in_763 ol,#stacks_in_763 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_763,#stacks_in_763 div,#stacks_in_763 p,#stacks_in_763 ol,#stacks_in_763 ul li,#stacks_in_763 ol li,#stacks_in_763 ol,#stacks_in_763 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_763,#stacks_in_763 div,#stacks_in_763 p,#stacks_in_763 ol,#stacks_in_763 ul li,#stacks_in_763 ol li,#stacks_in_763 ol,#stacks_in_763 dl{font-size:1.20rem!important}}
#stacks_in_767 p,#stacks_in_767 div{margin-bottom:0}#stacks_in_767 p,#stacks_in_767 div,#stacks_in_767 ul,#stacks_in_767 ol,#stacks_in_767 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_767 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_767 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_767,#stacks_in_767 div,#stacks_in_767 p,#stacks_in_767 .fa:not(.no-indent),#stacks_in_767 ol,#stacks_in_767 ul li,#stacks_in_767 ol li,#stacks_in_767 ol,#stacks_in_767 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_767{}}#stacks_in_767,#stacks_in_767 div,#stacks_in_767 p,#stacks_in_767 ul,#stacks_in_767 ul li,#stacks_in_767 ol li,#stacks_in_767 ol,#stacks_in_767 dl,#stacks_in_767 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_767,#stacks_in_767 div,#stacks_in_767 p,#stacks_in_767 ol,#stacks_in_767 ul li,#stacks_in_767 ol li,#stacks_in_767 ol,#stacks_in_767 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_767,#stacks_in_767 div,#stacks_in_767 p,#stacks_in_767 ol,#stacks_in_767 ul li,#stacks_in_767 ol li,#stacks_in_767 ol,#stacks_in_767 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_767,#stacks_in_767 div,#stacks_in_767 p,#stacks_in_767 ol,#stacks_in_767 ul li,#stacks_in_767 ol li,#stacks_in_767 ol,#stacks_in_767 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_767,#stacks_in_767 div,#stacks_in_767 p,#stacks_in_767 ol,#stacks_in_767 ul li,#stacks_in_767 ol li,#stacks_in_767 ol,#stacks_in_767 dl{font-size:1.20rem!important}}
#stacks_in_771 p,#stacks_in_771 div{margin-bottom:0}#stacks_in_771 p,#stacks_in_771 div,#stacks_in_771 ul,#stacks_in_771 ol,#stacks_in_771 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_771 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_771 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_771,#stacks_in_771 div,#stacks_in_771 p,#stacks_in_771 .fa:not(.no-indent),#stacks_in_771 ol,#stacks_in_771 ul li,#stacks_in_771 ol li,#stacks_in_771 ol,#stacks_in_771 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_771{}}#stacks_in_771,#stacks_in_771 div,#stacks_in_771 p,#stacks_in_771 ul,#stacks_in_771 ul li,#stacks_in_771 ol li,#stacks_in_771 ol,#stacks_in_771 dl,#stacks_in_771 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_771,#stacks_in_771 div,#stacks_in_771 p,#stacks_in_771 ol,#stacks_in_771 ul li,#stacks_in_771 ol li,#stacks_in_771 ol,#stacks_in_771 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_771,#stacks_in_771 div,#stacks_in_771 p,#stacks_in_771 ol,#stacks_in_771 ul li,#stacks_in_771 ol li,#stacks_in_771 ol,#stacks_in_771 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_771,#stacks_in_771 div,#stacks_in_771 p,#stacks_in_771 ol,#stacks_in_771 ul li,#stacks_in_771 ol li,#stacks_in_771 ol,#stacks_in_771 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_771,#stacks_in_771 div,#stacks_in_771 p,#stacks_in_771 ol,#stacks_in_771 ul li,#stacks_in_771 ol li,#stacks_in_771 ol,#stacks_in_771 dl{font-size:1.20rem!important}}

    #stacks_in_1195 .button.b-p,#stacks_in_1195 .button.b-p::before{border-radius:6px}        @media screen and (max-width:641px){#stacks_in_1195>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1195>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1195.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1195 .button.b-p.expand-large:not(.icon-only),#stacks_in_1195>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
          #stacks_in_1195 .button.b-p:not(.icon-only){width:50.00%}@media screen and (min-width:641px){#stacks_in_1195 .button.b-p:not(.icon-only){width:40.00%}}   #stacks_in_1195 .button.b-p{font-size:0.95rem}#stacks_in_1195 .button.b-p.icon-only{width:calc(0.95rem + 0.50rem);height:calc(0.95rem + 0.50rem)}#stacks_in_1195 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.95rem + 0.50rem)}@media all and (max-width:640px){#stacks_in_1195 .button.b-p{font-size:0.95rem}#stacks_in_1195 .button.b-p.icon-only{width:calc(0.95rem + 0.50rem);height:calc(0.95rem + 0.50rem)}#stacks_in_1195 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.95rem + 0.50rem)}} 
  #stacks_in_1195 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1195 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1195 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(137, 0, 2, 1.00)}#stacks_in_1195 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1195 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(250, 77, 60, 1.00);}     
       
  #stacks_in_1195 .d-hov,#stacks_in_1195 .d-hov::before,#stacks_in_1195 .d-hov::after{-webkit-transition-duration:600ms;transition-duration:600ms}#stacks_in_1195 .d-hov.active,#stacks_in_1195 .d-hov.active::before,#stacks_in_1195 .d-hov.active::after{-webkit-transition-duration:0ms;transition-duration:0ms}#stacks_in_1195 .hover-col:not(.button.b-p):not(.bp-zone-item)::before{background:rgba(239, 128, 10, 1.00)!important}#stacks_in_1195 .hover-col::before,#stacks_in_1195 .hover-col::after{-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}#stacks_in_1195 .hover-col:hover::before{background:rgba(239, 128, 10, 1.00)}#stacks_in_1195 .hover-col.active::before{background:rgba(207, 0, 32, 1.00)}#stacks_in_1195 .d-hov-ripple-out:hover::before{border:rgba(239, 128, 10, 1.00) solid 2px}#stacks_in_1195 .d-hov-pop:hover,#stacks_in_1195 .d-hov-pop:focus,#stacks_in_1195 .d-hov-pop.active{-webkit-animation-duration:600ms;animation-duration:600ms}#stacks_in_1195 .d-hov[class*="d-hov-underline-"]::before,#stacks_in_1195 .d-hov[class*="d-hov-overline-"]::before{height:4px!important}#stacks_in_1195 .d-hov[class*="d-hov-text-underline-"]>.bp-text::before,#stacks_in_1195 .d-hov[class*="d-hov-text-underline-"] .ml-text::before{bottom:-6px;border-bottom-color:rgba(239, 128, 10, 1.00)!important;border-bottom-width:4px;-webkit-transition-duration:600ms;transition-duration:600ms}#stacks_in_1195 .d-hov[class*="d-hov-text-underline-"].active>.bp-text::before,#stacks_in_1195 .d-hov[class*="d-hov-text-underline-"].active .ml-text::before{-webkit-transition-duration:0ms;transition-duration:0ms;border-bottom-color:rgba(207, 0, 32, 1.00)!important}#stacks_in_1195 .d-hov-reveal:hover::before,#stacks_in_1195 .d-hov-reveal.active::before{border-width:4px!important} 
               
    #stacks_in_665.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_665.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_665.blu-wrap>.blueprint-col{ width:94%;min-width:0px;max-width:1400px;}#stacks_in_665.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_665.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_665.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_665.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_665.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_665.blu-wrap>.blueprint-col{ }#stacks_in_665.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_665.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_665.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_665.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_665.blu-wrap>.blueprint-col{ }
#stacks_in_665.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_665.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_665.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_665.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_665.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_665.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_665.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_665.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_665.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_665.blu-wrap>.blueprint-col>.blucol-content{margin: 7.00% 0.00% 4.00% 0.00% }}    
 @media(hover:hover){#stacks_in_666.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_666.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_666.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_666.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_666.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_666.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_666.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_666.blu-sidebar.full-height{height:100vh}#stacks_in_666.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_666.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_666.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_666.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_666.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_666.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_666.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_666.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:2.46%;margin-right:2.46%}#stacks_in_666.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}#stacks_in_666.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}@media screen and (max-height:0px){#stacks_in_666.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_666.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_666.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_666.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_666.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_666.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_666.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_666.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_666.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_666.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_666.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_666.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_666.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_666.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_666.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_666.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(50% - 2.46%);flex-basis:calc(50% - 2.46%);max-width:9999px;min-width:100px}
#stacks_in_666.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_666.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_666.blu-sidebar>.blu-content::before,#stacks_in_666.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_666.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_666.blu-sidebar>.blu-side::before,#stacks_in_666.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_667{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */    #stacks_in_1002.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1002.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1002.blu-wrap>.blueprint-col{}#stacks_in_1002.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1002.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1002.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1002.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:8.00% 0.00% 0.00% 0.00% }#stacks_in_1002.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1002.blu-wrap>.blueprint-col{ }#stacks_in_1002.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1002.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1002.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1002.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1002.blu-wrap>.blueprint-col{ }
#stacks_in_1002.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1002.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1002.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1002.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1002.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1002.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1002.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1002.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1002.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_668 a{display:block}#stacks_in_668 img{}
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_671{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */    #stacks_in_984.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_984.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_984.blu-wrap>.blueprint-col{}#stacks_in_984.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_984.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_984.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_984.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:8.00% 0.00% 15.00% 0.00% }#stacks_in_984.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_984.blu-wrap>.blueprint-col{ }#stacks_in_984.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_984.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_984.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_984.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_984.blu-wrap>.blueprint-col{ }
#stacks_in_984.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_984.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_984.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_984.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_984.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_984.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_984.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_984.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_984.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_672 h3,#stacks_in_672 div{color:rgba(251, 0, 13, 1.00)}#stacks_in_672 h3 a,#stacks_in_672 div a{color:rgba(251, 0, 13, 1.00)}#stacks_in_672 h3 a:hover,#stacks_in_672 div a:hover{color:rgba(188, 0, 9, 1.00)}#stacks_in_672 small,#stacks_in_672 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_672 {
	padding: 0px 8px 10px 0px;
}
#stacks_in_972 p,#stacks_in_972 div,#stacks_in_972 ul,#stacks_in_972 ol,#stacks_in_972 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_972 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_972 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_972,#stacks_in_972 div,#stacks_in_972 p,#stacks_in_972 ol,#stacks_in_972 ul li,#stacks_in_972 ol li,#stacks_in_972 ol,#stacks_in_972 dl{font-size:1.15rem}@media all and (max-width:640px){#stacks_in_972,#stacks_in_972 div,#stacks_in_972 p,#stacks_in_972 ol,#stacks_in_972 ul li,#stacks_in_972 ol li,#stacks_in_972 ol,#stacks_in_972 dl{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_972{}}

/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_821 *,
#adaptiveGridstacks_in_821 *:before,
#adaptiveGridstacks_in_821 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_821 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_821 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_821:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_821 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_821 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_821 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_821 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_821 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_821 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_821 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_821 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_821 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_821 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_821 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_821 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_821 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_821 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_821 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_821 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_821 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_821 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_821 .column1 {
		width: 50.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_821 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_821 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_821 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_821 .column2 {
		width: 50.00%;
	}
}






















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_821 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_821 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_821 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_821 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_821 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_821 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_821 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_821 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_821 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_821 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_821 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_821 .column1,
	#adaptiveGridstacks_in_821 .column2,
	#adaptiveGridstacks_in_821 .column3,
	#adaptiveGridstacks_in_821 .column4,
	#adaptiveGridstacks_in_821 .column5,
	#adaptiveGridstacks_in_821 .column6,
	#adaptiveGridstacks_in_821 .column7,
	#adaptiveGridstacks_in_821 .column8,
	#adaptiveGridstacks_in_821 .column9,
	#adaptiveGridstacks_in_821 .column10,
	#adaptiveGridstacks_in_821 .column11,
	#adaptiveGridstacks_in_821 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_821 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_821 {
	padding: 8px 0px 20px 11px;
}
#stacks_in_822 p,#stacks_in_822 div{margin-bottom:0}#stacks_in_822 p,#stacks_in_822 div,#stacks_in_822 ul,#stacks_in_822 ol,#stacks_in_822 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_822 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_822 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_822,#stacks_in_822 div,#stacks_in_822 p,#stacks_in_822 .fa:not(.no-indent),#stacks_in_822 ol,#stacks_in_822 ul li,#stacks_in_822 ol li,#stacks_in_822 ol,#stacks_in_822 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_822{}}#stacks_in_822,#stacks_in_822 div,#stacks_in_822 p,#stacks_in_822 ul,#stacks_in_822 ul li,#stacks_in_822 ol li,#stacks_in_822 ol,#stacks_in_822 dl,#stacks_in_822 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_822,#stacks_in_822 div,#stacks_in_822 p,#stacks_in_822 ol,#stacks_in_822 ul li,#stacks_in_822 ol li,#stacks_in_822 ol,#stacks_in_822 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_822,#stacks_in_822 div,#stacks_in_822 p,#stacks_in_822 ol,#stacks_in_822 ul li,#stacks_in_822 ol li,#stacks_in_822 ol,#stacks_in_822 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_822,#stacks_in_822 div,#stacks_in_822 p,#stacks_in_822 ol,#stacks_in_822 ul li,#stacks_in_822 ol li,#stacks_in_822 ol,#stacks_in_822 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_822,#stacks_in_822 div,#stacks_in_822 p,#stacks_in_822 ol,#stacks_in_822 ul li,#stacks_in_822 ol li,#stacks_in_822 ol,#stacks_in_822 dl{font-size:1.20rem!important}}
#stacks_in_826 p,#stacks_in_826 div{margin-bottom:0}#stacks_in_826 p,#stacks_in_826 div,#stacks_in_826 ul,#stacks_in_826 ol,#stacks_in_826 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_826 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_826 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_826,#stacks_in_826 div,#stacks_in_826 p,#stacks_in_826 .fa:not(.no-indent),#stacks_in_826 ol,#stacks_in_826 ul li,#stacks_in_826 ol li,#stacks_in_826 ol,#stacks_in_826 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_826{}}#stacks_in_826,#stacks_in_826 div,#stacks_in_826 p,#stacks_in_826 ul,#stacks_in_826 ul li,#stacks_in_826 ol li,#stacks_in_826 ol,#stacks_in_826 dl,#stacks_in_826 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_826,#stacks_in_826 div,#stacks_in_826 p,#stacks_in_826 ol,#stacks_in_826 ul li,#stacks_in_826 ol li,#stacks_in_826 ol,#stacks_in_826 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_826,#stacks_in_826 div,#stacks_in_826 p,#stacks_in_826 ol,#stacks_in_826 ul li,#stacks_in_826 ol li,#stacks_in_826 ol,#stacks_in_826 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_826,#stacks_in_826 div,#stacks_in_826 p,#stacks_in_826 ol,#stacks_in_826 ul li,#stacks_in_826 ol li,#stacks_in_826 ol,#stacks_in_826 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_826,#stacks_in_826 div,#stacks_in_826 p,#stacks_in_826 ol,#stacks_in_826 ul li,#stacks_in_826 ol li,#stacks_in_826 ol,#stacks_in_826 dl{font-size:1.20rem!important}}
#stacks_in_858 p,#stacks_in_858 div{margin-bottom:0}#stacks_in_858 p,#stacks_in_858 div,#stacks_in_858 ul,#stacks_in_858 ol,#stacks_in_858 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_858 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_858 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_858,#stacks_in_858 div,#stacks_in_858 p,#stacks_in_858 .fa:not(.no-indent),#stacks_in_858 ol,#stacks_in_858 ul li,#stacks_in_858 ol li,#stacks_in_858 ol,#stacks_in_858 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_858{}}#stacks_in_858,#stacks_in_858 div,#stacks_in_858 p,#stacks_in_858 ul,#stacks_in_858 ul li,#stacks_in_858 ol li,#stacks_in_858 ol,#stacks_in_858 dl,#stacks_in_858 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_858,#stacks_in_858 div,#stacks_in_858 p,#stacks_in_858 ol,#stacks_in_858 ul li,#stacks_in_858 ol li,#stacks_in_858 ol,#stacks_in_858 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_858,#stacks_in_858 div,#stacks_in_858 p,#stacks_in_858 ol,#stacks_in_858 ul li,#stacks_in_858 ol li,#stacks_in_858 ol,#stacks_in_858 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_858,#stacks_in_858 div,#stacks_in_858 p,#stacks_in_858 ol,#stacks_in_858 ul li,#stacks_in_858 ol li,#stacks_in_858 ol,#stacks_in_858 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_858,#stacks_in_858 div,#stacks_in_858 p,#stacks_in_858 ol,#stacks_in_858 ul li,#stacks_in_858 ol li,#stacks_in_858 ol,#stacks_in_858 dl{font-size:1.20rem!important}}

    #stacks_in_1198 .button.b-p,#stacks_in_1198 .button.b-p::before{border-radius:6px}        @media screen and (max-width:641px){#stacks_in_1198>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1198>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1198.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1198 .button.b-p.expand-large:not(.icon-only),#stacks_in_1198>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
          #stacks_in_1198 .button.b-p:not(.icon-only){width:50.00%}@media screen and (min-width:641px){#stacks_in_1198 .button.b-p:not(.icon-only){width:40.00%}}   #stacks_in_1198 .button.b-p{font-size:0.95rem}#stacks_in_1198 .button.b-p.icon-only{width:calc(0.95rem + 0.50rem);height:calc(0.95rem + 0.50rem)}#stacks_in_1198 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.95rem + 0.50rem)}@media all and (max-width:640px){#stacks_in_1198 .button.b-p{font-size:0.95rem}#stacks_in_1198 .button.b-p.icon-only{width:calc(0.95rem + 0.50rem);height:calc(0.95rem + 0.50rem)}#stacks_in_1198 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.95rem + 0.50rem)}} 
  #stacks_in_1198 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1198 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1198 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(137, 0, 2, 1.00)}#stacks_in_1198 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1198 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(250, 77, 60, 1.00);}     
       
  #stacks_in_1198 .d-hov,#stacks_in_1198 .d-hov::before,#stacks_in_1198 .d-hov::after{-webkit-transition-duration:600ms;transition-duration:600ms}#stacks_in_1198 .d-hov.active,#stacks_in_1198 .d-hov.active::before,#stacks_in_1198 .d-hov.active::after{-webkit-transition-duration:0ms;transition-duration:0ms}#stacks_in_1198 .hover-col:not(.button.b-p):not(.bp-zone-item)::before{background:rgba(239, 128, 10, 1.00)!important}#stacks_in_1198 .hover-col::before,#stacks_in_1198 .hover-col::after{-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}#stacks_in_1198 .hover-col:hover::before{background:rgba(239, 128, 10, 1.00)}#stacks_in_1198 .hover-col.active::before{background:rgba(207, 0, 32, 1.00)}#stacks_in_1198 .d-hov-ripple-out:hover::before{border:rgba(239, 128, 10, 1.00) solid 2px}#stacks_in_1198 .d-hov-pop:hover,#stacks_in_1198 .d-hov-pop:focus,#stacks_in_1198 .d-hov-pop.active{-webkit-animation-duration:600ms;animation-duration:600ms}#stacks_in_1198 .d-hov[class*="d-hov-underline-"]::before,#stacks_in_1198 .d-hov[class*="d-hov-overline-"]::before{height:4px!important}#stacks_in_1198 .d-hov[class*="d-hov-text-underline-"]>.bp-text::before,#stacks_in_1198 .d-hov[class*="d-hov-text-underline-"] .ml-text::before{bottom:-6px;border-bottom-color:rgba(239, 128, 10, 1.00)!important;border-bottom-width:4px;-webkit-transition-duration:600ms;transition-duration:600ms}#stacks_in_1198 .d-hov[class*="d-hov-text-underline-"].active>.bp-text::before,#stacks_in_1198 .d-hov[class*="d-hov-text-underline-"].active .ml-text::before{-webkit-transition-duration:0ms;transition-duration:0ms;border-bottom-color:rgba(207, 0, 32, 1.00)!important}#stacks_in_1198 .d-hov-reveal:hover::before,#stacks_in_1198 .d-hov-reveal.active::before{border-width:4px!important} 
               
    #stacks_in_684.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_684.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_684.blu-wrap>.blueprint-col{ width:94%;min-width:0px;max-width:1400px;}#stacks_in_684.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_684.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_684.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_684.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_684.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_684.blu-wrap>.blueprint-col{ }#stacks_in_684.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_684.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_684.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_684.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_684.blu-wrap>.blueprint-col{ }
#stacks_in_684.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_684.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_684.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_684.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_684.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_684.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_684.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_684.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_684.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_684.blu-wrap>.blueprint-col>.blucol-content{margin: 7.00% 0.00% 4.00% 0.00% }}    
 @media(hover:hover){#stacks_in_685.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_685.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_685.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_685.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_685.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_685.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_685.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_685.blu-sidebar.full-height{height:100vh}#stacks_in_685.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_685.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_685.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_685.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_685.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_685.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_685.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_685.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:2.46%;margin-right:2.46%}#stacks_in_685.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}#stacks_in_685.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}@media screen and (max-height:0px){#stacks_in_685.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_685.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_685.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_685.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_685.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_685.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_685.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_685.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_685.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_685.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_685.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_685.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_685.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_685.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_685.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_685.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(50% - 2.46%);flex-basis:calc(50% - 2.46%);max-width:9999px;min-width:100px}
#stacks_in_685.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_685.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_685.blu-sidebar>.blu-content::before,#stacks_in_685.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_685.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_685.blu-sidebar>.blu-side::before,#stacks_in_685.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_686{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */    #stacks_in_1005.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1005.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1005.blu-wrap>.blueprint-col{}#stacks_in_1005.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1005.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1005.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1005.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:8.00% 0.00% 0.00% 0.00% }#stacks_in_1005.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1005.blu-wrap>.blueprint-col{ }#stacks_in_1005.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1005.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1005.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1005.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1005.blu-wrap>.blueprint-col{ }
#stacks_in_1005.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1005.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1005.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1005.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1005.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1005.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1005.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1005.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1005.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_687 a{display:block}#stacks_in_687 img{}
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_690{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */    #stacks_in_987.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_987.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_987.blu-wrap>.blueprint-col{}#stacks_in_987.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_987.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_987.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_987.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:8.00% 0.00% 15.00% 0.00% }#stacks_in_987.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_987.blu-wrap>.blueprint-col{ }#stacks_in_987.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_987.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_987.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_987.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_987.blu-wrap>.blueprint-col{ }
#stacks_in_987.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_987.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_987.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_987.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_987.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_987.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_987.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_987.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_987.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_691 h3,#stacks_in_691 div{color:rgba(251, 0, 13, 1.00)}#stacks_in_691 h3 a,#stacks_in_691 div a{color:rgba(251, 0, 13, 1.00)}#stacks_in_691 h3 a:hover,#stacks_in_691 div a:hover{color:rgba(188, 0, 9, 1.00)}#stacks_in_691 small,#stacks_in_691 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_691 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_694 p,#stacks_in_694 div,#stacks_in_694 ul,#stacks_in_694 ol,#stacks_in_694 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_694 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_694 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_694,#stacks_in_694 div,#stacks_in_694 p,#stacks_in_694 ol,#stacks_in_694 ul li,#stacks_in_694 ol li,#stacks_in_694 ol,#stacks_in_694 dl{font-size:1.15rem}@media all and (max-width:640px){#stacks_in_694,#stacks_in_694 div,#stacks_in_694 p,#stacks_in_694 ol,#stacks_in_694 ul li,#stacks_in_694 ol li,#stacks_in_694 ol,#stacks_in_694 dl{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_694{}}

/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_830 *,
#adaptiveGridstacks_in_830 *:before,
#adaptiveGridstacks_in_830 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_830 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_830 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_830:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_830 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_830 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_830 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_830 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_830 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_830 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_830 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_830 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_830 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_830 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_830 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_830 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_830 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_830 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_830 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_830 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_830 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_830 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_830 .column1 {
		width: 50.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_830 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_830 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_830 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_830 .column2 {
		width: 50.00%;
	}
}






















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_830 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_830 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_830 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_830 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_830 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_830 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_830 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_830 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_830 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_830 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_830 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_830 .column1,
	#adaptiveGridstacks_in_830 .column2,
	#adaptiveGridstacks_in_830 .column3,
	#adaptiveGridstacks_in_830 .column4,
	#adaptiveGridstacks_in_830 .column5,
	#adaptiveGridstacks_in_830 .column6,
	#adaptiveGridstacks_in_830 .column7,
	#adaptiveGridstacks_in_830 .column8,
	#adaptiveGridstacks_in_830 .column9,
	#adaptiveGridstacks_in_830 .column10,
	#adaptiveGridstacks_in_830 .column11,
	#adaptiveGridstacks_in_830 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_830 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_830 {
	padding: 8px 0px 20px 0px;
}
#stacks_in_831 p,#stacks_in_831 div{margin-bottom:0}#stacks_in_831 p,#stacks_in_831 div,#stacks_in_831 ul,#stacks_in_831 ol,#stacks_in_831 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_831 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_831 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_831,#stacks_in_831 div,#stacks_in_831 p,#stacks_in_831 .fa:not(.no-indent),#stacks_in_831 ol,#stacks_in_831 ul li,#stacks_in_831 ol li,#stacks_in_831 ol,#stacks_in_831 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_831{}}#stacks_in_831,#stacks_in_831 div,#stacks_in_831 p,#stacks_in_831 ul,#stacks_in_831 ul li,#stacks_in_831 ol li,#stacks_in_831 ol,#stacks_in_831 dl,#stacks_in_831 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_831,#stacks_in_831 div,#stacks_in_831 p,#stacks_in_831 ol,#stacks_in_831 ul li,#stacks_in_831 ol li,#stacks_in_831 ol,#stacks_in_831 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_831,#stacks_in_831 div,#stacks_in_831 p,#stacks_in_831 ol,#stacks_in_831 ul li,#stacks_in_831 ol li,#stacks_in_831 ol,#stacks_in_831 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_831,#stacks_in_831 div,#stacks_in_831 p,#stacks_in_831 ol,#stacks_in_831 ul li,#stacks_in_831 ol li,#stacks_in_831 ol,#stacks_in_831 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_831,#stacks_in_831 div,#stacks_in_831 p,#stacks_in_831 ol,#stacks_in_831 ul li,#stacks_in_831 ol li,#stacks_in_831 ol,#stacks_in_831 dl{font-size:1.20rem!important}}
#stacks_in_835 p,#stacks_in_835 div{margin-bottom:0}#stacks_in_835 p,#stacks_in_835 div,#stacks_in_835 ul,#stacks_in_835 ol,#stacks_in_835 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_835 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_835 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_835,#stacks_in_835 div,#stacks_in_835 p,#stacks_in_835 .fa:not(.no-indent),#stacks_in_835 ol,#stacks_in_835 ul li,#stacks_in_835 ol li,#stacks_in_835 ol,#stacks_in_835 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_835{}}#stacks_in_835,#stacks_in_835 div,#stacks_in_835 p,#stacks_in_835 ul,#stacks_in_835 ul li,#stacks_in_835 ol li,#stacks_in_835 ol,#stacks_in_835 dl,#stacks_in_835 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_835,#stacks_in_835 div,#stacks_in_835 p,#stacks_in_835 ol,#stacks_in_835 ul li,#stacks_in_835 ol li,#stacks_in_835 ol,#stacks_in_835 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_835,#stacks_in_835 div,#stacks_in_835 p,#stacks_in_835 ol,#stacks_in_835 ul li,#stacks_in_835 ol li,#stacks_in_835 ol,#stacks_in_835 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_835,#stacks_in_835 div,#stacks_in_835 p,#stacks_in_835 ol,#stacks_in_835 ul li,#stacks_in_835 ol li,#stacks_in_835 ol,#stacks_in_835 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_835,#stacks_in_835 div,#stacks_in_835 p,#stacks_in_835 ol,#stacks_in_835 ul li,#stacks_in_835 ol li,#stacks_in_835 ol,#stacks_in_835 dl{font-size:1.20rem!important}}
#stacks_in_871 p,#stacks_in_871 div{margin-bottom:0}#stacks_in_871 p,#stacks_in_871 div,#stacks_in_871 ul,#stacks_in_871 ol,#stacks_in_871 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_871 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_871 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_871,#stacks_in_871 div,#stacks_in_871 p,#stacks_in_871 .fa:not(.no-indent),#stacks_in_871 ol,#stacks_in_871 ul li,#stacks_in_871 ol li,#stacks_in_871 ol,#stacks_in_871 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_871{}}#stacks_in_871,#stacks_in_871 div,#stacks_in_871 p,#stacks_in_871 ul,#stacks_in_871 ul li,#stacks_in_871 ol li,#stacks_in_871 ol,#stacks_in_871 dl,#stacks_in_871 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_871,#stacks_in_871 div,#stacks_in_871 p,#stacks_in_871 ol,#stacks_in_871 ul li,#stacks_in_871 ol li,#stacks_in_871 ol,#stacks_in_871 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_871,#stacks_in_871 div,#stacks_in_871 p,#stacks_in_871 ol,#stacks_in_871 ul li,#stacks_in_871 ol li,#stacks_in_871 ol,#stacks_in_871 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_871,#stacks_in_871 div,#stacks_in_871 p,#stacks_in_871 ol,#stacks_in_871 ul li,#stacks_in_871 ol li,#stacks_in_871 ol,#stacks_in_871 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_871,#stacks_in_871 div,#stacks_in_871 p,#stacks_in_871 ol,#stacks_in_871 ul li,#stacks_in_871 ol li,#stacks_in_871 ol,#stacks_in_871 dl{font-size:1.20rem!important}}

    #stacks_in_1201 .button.b-p,#stacks_in_1201 .button.b-p::before{border-radius:6px}        @media screen and (max-width:641px){#stacks_in_1201>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1201>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1201.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1201 .button.b-p.expand-large:not(.icon-only),#stacks_in_1201>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
          #stacks_in_1201 .button.b-p:not(.icon-only){width:50.00%}@media screen and (min-width:641px){#stacks_in_1201 .button.b-p:not(.icon-only){width:40.00%}}   #stacks_in_1201 .button.b-p{font-size:0.95rem}#stacks_in_1201 .button.b-p.icon-only{width:calc(0.95rem + 0.50rem);height:calc(0.95rem + 0.50rem)}#stacks_in_1201 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.95rem + 0.50rem)}@media all and (max-width:640px){#stacks_in_1201 .button.b-p{font-size:0.95rem}#stacks_in_1201 .button.b-p.icon-only{width:calc(0.95rem + 0.50rem);height:calc(0.95rem + 0.50rem)}#stacks_in_1201 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.95rem + 0.50rem)}} 
  #stacks_in_1201 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1201 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1201 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(137, 0, 2, 1.00)}#stacks_in_1201 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1201 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(250, 77, 60, 1.00);}     
       
  #stacks_in_1201 .d-hov,#stacks_in_1201 .d-hov::before,#stacks_in_1201 .d-hov::after{-webkit-transition-duration:600ms;transition-duration:600ms}#stacks_in_1201 .d-hov.active,#stacks_in_1201 .d-hov.active::before,#stacks_in_1201 .d-hov.active::after{-webkit-transition-duration:0ms;transition-duration:0ms}#stacks_in_1201 .hover-col:not(.button.b-p):not(.bp-zone-item)::before{background:rgba(239, 128, 10, 1.00)!important}#stacks_in_1201 .hover-col::before,#stacks_in_1201 .hover-col::after{-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}#stacks_in_1201 .hover-col:hover::before{background:rgba(239, 128, 10, 1.00)}#stacks_in_1201 .hover-col.active::before{background:rgba(207, 0, 32, 1.00)}#stacks_in_1201 .d-hov-ripple-out:hover::before{border:rgba(239, 128, 10, 1.00) solid 2px}#stacks_in_1201 .d-hov-pop:hover,#stacks_in_1201 .d-hov-pop:focus,#stacks_in_1201 .d-hov-pop.active{-webkit-animation-duration:600ms;animation-duration:600ms}#stacks_in_1201 .d-hov[class*="d-hov-underline-"]::before,#stacks_in_1201 .d-hov[class*="d-hov-overline-"]::before{height:4px!important}#stacks_in_1201 .d-hov[class*="d-hov-text-underline-"]>.bp-text::before,#stacks_in_1201 .d-hov[class*="d-hov-text-underline-"] .ml-text::before{bottom:-6px;border-bottom-color:rgba(239, 128, 10, 1.00)!important;border-bottom-width:4px;-webkit-transition-duration:600ms;transition-duration:600ms}#stacks_in_1201 .d-hov[class*="d-hov-text-underline-"].active>.bp-text::before,#stacks_in_1201 .d-hov[class*="d-hov-text-underline-"].active .ml-text::before{-webkit-transition-duration:0ms;transition-duration:0ms;border-bottom-color:rgba(207, 0, 32, 1.00)!important}#stacks_in_1201 .d-hov-reveal:hover::before,#stacks_in_1201 .d-hov-reveal.active::before{border-width:4px!important} 
               
    #stacks_in_707.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_707.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_707.blu-wrap>.blueprint-col{ width:94%;min-width:0px;max-width:1400px;}#stacks_in_707.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_707.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_707.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_707.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_707.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_707.blu-wrap>.blueprint-col{ }#stacks_in_707.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_707.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_707.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_707.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_707.blu-wrap>.blueprint-col{ }
#stacks_in_707.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_707.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_707.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_707.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_707.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_707.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_707.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_707.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_707.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_707.blu-wrap>.blueprint-col>.blucol-content{margin: 7.00% 0.00% 4.00% 0.00% }}    
 @media(hover:hover){#stacks_in_708.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_708.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_708.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_708.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_708.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_708.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_708.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_708.blu-sidebar.full-height{height:100vh}#stacks_in_708.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_708.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_708.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_708.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_708.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_708.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_708.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_708.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:2.46%;margin-right:2.46%}#stacks_in_708.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}#stacks_in_708.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}@media screen and (max-height:0px){#stacks_in_708.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_708.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_708.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_708.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_708.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_708.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_708.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_708.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_708.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_708.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_708.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_708.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_708.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_708.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_708.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_708.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(50% - 2.46%);flex-basis:calc(50% - 2.46%);max-width:9999px;min-width:100px}
#stacks_in_708.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_708.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_708.blu-sidebar>.blu-content::before,#stacks_in_708.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_708.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_708.blu-sidebar>.blu-side::before,#stacks_in_708.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_709{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */    #stacks_in_1008.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1008.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1008.blu-wrap>.blueprint-col{}#stacks_in_1008.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1008.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1008.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1008.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:8.00% 0.00% 0.00% 0.00% }#stacks_in_1008.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1008.blu-wrap>.blueprint-col{ }#stacks_in_1008.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1008.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1008.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1008.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1008.blu-wrap>.blueprint-col{ }
#stacks_in_1008.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1008.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1008.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1008.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1008.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1008.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1008.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1008.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1008.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_710 a{display:block}#stacks_in_710 img{}
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_713{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */    #stacks_in_990.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_990.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_990.blu-wrap>.blueprint-col{}#stacks_in_990.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_990.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_990.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_990.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:8.00% 0.00% 15.00% 0.00% }#stacks_in_990.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_990.blu-wrap>.blueprint-col{ }#stacks_in_990.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_990.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_990.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_990.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_990.blu-wrap>.blueprint-col{ }
#stacks_in_990.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_990.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_990.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_990.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_990.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_990.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_990.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_990.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_990.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_714 h3,#stacks_in_714 div{color:rgba(251, 0, 13, 1.00)}#stacks_in_714 h3 a,#stacks_in_714 div a{color:rgba(251, 0, 13, 1.00)}#stacks_in_714 h3 a:hover,#stacks_in_714 div a:hover{color:rgba(188, 0, 9, 1.00)}#stacks_in_714 small,#stacks_in_714 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_714 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_717 p,#stacks_in_717 div,#stacks_in_717 ul,#stacks_in_717 ol,#stacks_in_717 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_717 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_717 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_717,#stacks_in_717 div,#stacks_in_717 p,#stacks_in_717 ol,#stacks_in_717 ul li,#stacks_in_717 ol li,#stacks_in_717 ol,#stacks_in_717 dl{font-size:1.15rem}@media all and (max-width:640px){#stacks_in_717,#stacks_in_717 div,#stacks_in_717 p,#stacks_in_717 ol,#stacks_in_717 ul li,#stacks_in_717 ol li,#stacks_in_717 ol,#stacks_in_717 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_717{}}

/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_839 *,
#adaptiveGridstacks_in_839 *:before,
#adaptiveGridstacks_in_839 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_839 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_839 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_839:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_839 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_839 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_839 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_839 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_839 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_839 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_839 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_839 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_839 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_839 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_839 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_839 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_839 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_839 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_839 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_839 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_839 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_839 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_839 .column1 {
		width: 50.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_839 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_839 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_839 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_839 .column2 {
		width: 50.00%;
	}
}






















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_839 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_839 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_839 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_839 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_839 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_839 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_839 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_839 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_839 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_839 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_839 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_839 .column1,
	#adaptiveGridstacks_in_839 .column2,
	#adaptiveGridstacks_in_839 .column3,
	#adaptiveGridstacks_in_839 .column4,
	#adaptiveGridstacks_in_839 .column5,
	#adaptiveGridstacks_in_839 .column6,
	#adaptiveGridstacks_in_839 .column7,
	#adaptiveGridstacks_in_839 .column8,
	#adaptiveGridstacks_in_839 .column9,
	#adaptiveGridstacks_in_839 .column10,
	#adaptiveGridstacks_in_839 .column11,
	#adaptiveGridstacks_in_839 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_839 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_839 {
	padding: 8px 0px 20px 0px;
}
#stacks_in_840 p,#stacks_in_840 div{margin-bottom:0}#stacks_in_840 p,#stacks_in_840 div,#stacks_in_840 ul,#stacks_in_840 ol,#stacks_in_840 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_840 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_840 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_840,#stacks_in_840 div,#stacks_in_840 p,#stacks_in_840 .fa:not(.no-indent),#stacks_in_840 ol,#stacks_in_840 ul li,#stacks_in_840 ol li,#stacks_in_840 ol,#stacks_in_840 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_840{}}#stacks_in_840,#stacks_in_840 div,#stacks_in_840 p,#stacks_in_840 ul,#stacks_in_840 ul li,#stacks_in_840 ol li,#stacks_in_840 ol,#stacks_in_840 dl,#stacks_in_840 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_840,#stacks_in_840 div,#stacks_in_840 p,#stacks_in_840 ol,#stacks_in_840 ul li,#stacks_in_840 ol li,#stacks_in_840 ol,#stacks_in_840 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_840,#stacks_in_840 div,#stacks_in_840 p,#stacks_in_840 ol,#stacks_in_840 ul li,#stacks_in_840 ol li,#stacks_in_840 ol,#stacks_in_840 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_840,#stacks_in_840 div,#stacks_in_840 p,#stacks_in_840 ol,#stacks_in_840 ul li,#stacks_in_840 ol li,#stacks_in_840 ol,#stacks_in_840 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_840,#stacks_in_840 div,#stacks_in_840 p,#stacks_in_840 ol,#stacks_in_840 ul li,#stacks_in_840 ol li,#stacks_in_840 ol,#stacks_in_840 dl{font-size:1.20rem!important}}
#stacks_in_844 p,#stacks_in_844 div{margin-bottom:0}#stacks_in_844 p,#stacks_in_844 div,#stacks_in_844 ul,#stacks_in_844 ol,#stacks_in_844 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_844 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_844 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_844,#stacks_in_844 div,#stacks_in_844 p,#stacks_in_844 .fa:not(.no-indent),#stacks_in_844 ol,#stacks_in_844 ul li,#stacks_in_844 ol li,#stacks_in_844 ol,#stacks_in_844 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_844{}}#stacks_in_844,#stacks_in_844 div,#stacks_in_844 p,#stacks_in_844 ul,#stacks_in_844 ul li,#stacks_in_844 ol li,#stacks_in_844 ol,#stacks_in_844 dl,#stacks_in_844 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_844,#stacks_in_844 div,#stacks_in_844 p,#stacks_in_844 ol,#stacks_in_844 ul li,#stacks_in_844 ol li,#stacks_in_844 ol,#stacks_in_844 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_844,#stacks_in_844 div,#stacks_in_844 p,#stacks_in_844 ol,#stacks_in_844 ul li,#stacks_in_844 ol li,#stacks_in_844 ol,#stacks_in_844 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_844,#stacks_in_844 div,#stacks_in_844 p,#stacks_in_844 ol,#stacks_in_844 ul li,#stacks_in_844 ol li,#stacks_in_844 ol,#stacks_in_844 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_844,#stacks_in_844 div,#stacks_in_844 p,#stacks_in_844 ol,#stacks_in_844 ul li,#stacks_in_844 ol li,#stacks_in_844 ol,#stacks_in_844 dl{font-size:1.20rem!important}}
#stacks_in_884 p,#stacks_in_884 div{margin-bottom:0}#stacks_in_884 p,#stacks_in_884 div,#stacks_in_884 ul,#stacks_in_884 ol,#stacks_in_884 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_884 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_884 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_884,#stacks_in_884 div,#stacks_in_884 p,#stacks_in_884 .fa:not(.no-indent),#stacks_in_884 ol,#stacks_in_884 ul li,#stacks_in_884 ol li,#stacks_in_884 ol,#stacks_in_884 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_884{}}#stacks_in_884,#stacks_in_884 div,#stacks_in_884 p,#stacks_in_884 ul,#stacks_in_884 ul li,#stacks_in_884 ol li,#stacks_in_884 ol,#stacks_in_884 dl,#stacks_in_884 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_884,#stacks_in_884 div,#stacks_in_884 p,#stacks_in_884 ol,#stacks_in_884 ul li,#stacks_in_884 ol li,#stacks_in_884 ol,#stacks_in_884 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_884,#stacks_in_884 div,#stacks_in_884 p,#stacks_in_884 ol,#stacks_in_884 ul li,#stacks_in_884 ol li,#stacks_in_884 ol,#stacks_in_884 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_884,#stacks_in_884 div,#stacks_in_884 p,#stacks_in_884 ol,#stacks_in_884 ul li,#stacks_in_884 ol li,#stacks_in_884 ol,#stacks_in_884 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_884,#stacks_in_884 div,#stacks_in_884 p,#stacks_in_884 ol,#stacks_in_884 ul li,#stacks_in_884 ol li,#stacks_in_884 ol,#stacks_in_884 dl{font-size:1.20rem!important}}

    #stacks_in_1204 .button.b-p,#stacks_in_1204 .button.b-p::before{border-radius:6px}        @media screen and (max-width:641px){#stacks_in_1204>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1204>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1204.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1204 .button.b-p.expand-large:not(.icon-only),#stacks_in_1204>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
          #stacks_in_1204 .button.b-p:not(.icon-only){width:50.00%}@media screen and (min-width:641px){#stacks_in_1204 .button.b-p:not(.icon-only){width:40.00%}}   #stacks_in_1204 .button.b-p{font-size:0.95rem}#stacks_in_1204 .button.b-p.icon-only{width:calc(0.95rem + 0.50rem);height:calc(0.95rem + 0.50rem)}#stacks_in_1204 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.95rem + 0.50rem)}@media all and (max-width:640px){#stacks_in_1204 .button.b-p{font-size:0.95rem}#stacks_in_1204 .button.b-p.icon-only{width:calc(0.95rem + 0.50rem);height:calc(0.95rem + 0.50rem)}#stacks_in_1204 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.95rem + 0.50rem)}} 
  #stacks_in_1204 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1204 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1204 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(137, 0, 2, 1.00)}#stacks_in_1204 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1204 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(250, 77, 60, 1.00);}     
       
  #stacks_in_1204 .d-hov,#stacks_in_1204 .d-hov::before,#stacks_in_1204 .d-hov::after{-webkit-transition-duration:600ms;transition-duration:600ms}#stacks_in_1204 .d-hov.active,#stacks_in_1204 .d-hov.active::before,#stacks_in_1204 .d-hov.active::after{-webkit-transition-duration:0ms;transition-duration:0ms}#stacks_in_1204 .hover-col:not(.button.b-p):not(.bp-zone-item)::before{background:rgba(239, 128, 10, 1.00)!important}#stacks_in_1204 .hover-col::before,#stacks_in_1204 .hover-col::after{-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}#stacks_in_1204 .hover-col:hover::before{background:rgba(239, 128, 10, 1.00)}#stacks_in_1204 .hover-col.active::before{background:rgba(207, 0, 32, 1.00)}#stacks_in_1204 .d-hov-ripple-out:hover::before{border:rgba(239, 128, 10, 1.00) solid 2px}#stacks_in_1204 .d-hov-pop:hover,#stacks_in_1204 .d-hov-pop:focus,#stacks_in_1204 .d-hov-pop.active{-webkit-animation-duration:600ms;animation-duration:600ms}#stacks_in_1204 .d-hov[class*="d-hov-underline-"]::before,#stacks_in_1204 .d-hov[class*="d-hov-overline-"]::before{height:4px!important}#stacks_in_1204 .d-hov[class*="d-hov-text-underline-"]>.bp-text::before,#stacks_in_1204 .d-hov[class*="d-hov-text-underline-"] .ml-text::before{bottom:-6px;border-bottom-color:rgba(239, 128, 10, 1.00)!important;border-bottom-width:4px;-webkit-transition-duration:600ms;transition-duration:600ms}#stacks_in_1204 .d-hov[class*="d-hov-text-underline-"].active>.bp-text::before,#stacks_in_1204 .d-hov[class*="d-hov-text-underline-"].active .ml-text::before{-webkit-transition-duration:0ms;transition-duration:0ms;border-bottom-color:rgba(207, 0, 32, 1.00)!important}#stacks_in_1204 .d-hov-reveal:hover::before,#stacks_in_1204 .d-hov-reveal.active::before{border-width:4px!important} 
               
    #stacks_in_730.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_730.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_730.blu-wrap>.blueprint-col{ width:94%;min-width:0px;max-width:1400px;}#stacks_in_730.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_730.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_730.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_730.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_730.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_730.blu-wrap>.blueprint-col{ }#stacks_in_730.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_730.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_730.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_730.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_730.blu-wrap>.blueprint-col{ }
#stacks_in_730.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_730.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_730.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_730.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_730.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_730.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_730.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_730.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_730.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_730.blu-wrap>.blueprint-col>.blucol-content{margin: 7.00% 0.00% 7.00% 0.00% }}    
 @media(hover:hover){#stacks_in_731.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_731.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_731.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_731.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_731.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_731.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_731.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_731.blu-sidebar.full-height{height:100vh}#stacks_in_731.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_731.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_731.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_731.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_731.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_731.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_731.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_731.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:2.46%;margin-right:2.46%}#stacks_in_731.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}#stacks_in_731.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}@media screen and (max-height:0px){#stacks_in_731.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_731.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_731.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_731.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_731.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_731.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_731.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_731.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_731.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_731.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_731.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_731.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_731.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_731.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_731.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_731.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(50% - 2.46%);flex-basis:calc(50% - 2.46%);max-width:9999px;min-width:100px}
#stacks_in_731.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_731.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_731.blu-sidebar>.blu-content::before,#stacks_in_731.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_731.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_731.blu-sidebar>.blu-side::before,#stacks_in_731.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_732{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */    #stacks_in_1011.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1011.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1011.blu-wrap>.blueprint-col{}#stacks_in_1011.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1011.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1011.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1011.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:8.00% 0.00% 0.00% 0.00% }#stacks_in_1011.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1011.blu-wrap>.blueprint-col{ }#stacks_in_1011.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1011.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1011.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1011.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1011.blu-wrap>.blueprint-col{ }
#stacks_in_1011.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1011.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1011.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1011.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1011.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1011.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1011.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1011.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1011.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_733 a{display:block}#stacks_in_733 img{}
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_736{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */    #stacks_in_993.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_993.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_993.blu-wrap>.blueprint-col{}#stacks_in_993.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_993.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_993.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_993.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:8.00% 0.00% 25.00% 0.00% }#stacks_in_993.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_993.blu-wrap>.blueprint-col{ }#stacks_in_993.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_993.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_993.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_993.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_993.blu-wrap>.blueprint-col{ }
#stacks_in_993.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_993.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_993.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_993.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_993.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_993.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_993.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_993.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_993.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_737 h3,#stacks_in_737 div{color:rgba(251, 0, 13, 1.00)}#stacks_in_737 h3 a,#stacks_in_737 div a{color:rgba(251, 0, 13, 1.00)}#stacks_in_737 h3 a:hover,#stacks_in_737 div a:hover{color:rgba(188, 0, 9, 1.00)}#stacks_in_737 small,#stacks_in_737 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_737 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_740 p,#stacks_in_740 div,#stacks_in_740 ul,#stacks_in_740 ol,#stacks_in_740 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_740 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_740 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_740,#stacks_in_740 div,#stacks_in_740 p,#stacks_in_740 ol,#stacks_in_740 ul li,#stacks_in_740 ol li,#stacks_in_740 ol,#stacks_in_740 dl{font-size:1.15rem}@media all and (max-width:640px){#stacks_in_740,#stacks_in_740 div,#stacks_in_740 p,#stacks_in_740 ol,#stacks_in_740 ul li,#stacks_in_740 ol li,#stacks_in_740 ol,#stacks_in_740 dl{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_740{}}

/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_848 *,
#adaptiveGridstacks_in_848 *:before,
#adaptiveGridstacks_in_848 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_848 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_848 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_848:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_848 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_848 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_848 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_848 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_848 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_848 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_848 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_848 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_848 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_848 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_848 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_848 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_848 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_848 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_848 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_848 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_848 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_848 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_848 .column1 {
		width: 50.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_848 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_848 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_848 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_848 .column2 {
		width: 50.00%;
	}
}






















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_848 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_848 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_848 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_848 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_848 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_848 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_848 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_848 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_848 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_848 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_848 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_848 .column1,
	#adaptiveGridstacks_in_848 .column2,
	#adaptiveGridstacks_in_848 .column3,
	#adaptiveGridstacks_in_848 .column4,
	#adaptiveGridstacks_in_848 .column5,
	#adaptiveGridstacks_in_848 .column6,
	#adaptiveGridstacks_in_848 .column7,
	#adaptiveGridstacks_in_848 .column8,
	#adaptiveGridstacks_in_848 .column9,
	#adaptiveGridstacks_in_848 .column10,
	#adaptiveGridstacks_in_848 .column11,
	#adaptiveGridstacks_in_848 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_848 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_848 {
	padding: 8px 0px 20px 0px;
}
#stacks_in_849 p,#stacks_in_849 div{margin-bottom:0}#stacks_in_849 p,#stacks_in_849 div,#stacks_in_849 ul,#stacks_in_849 ol,#stacks_in_849 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_849 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_849 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_849,#stacks_in_849 div,#stacks_in_849 p,#stacks_in_849 .fa:not(.no-indent),#stacks_in_849 ol,#stacks_in_849 ul li,#stacks_in_849 ol li,#stacks_in_849 ol,#stacks_in_849 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_849{}}#stacks_in_849,#stacks_in_849 div,#stacks_in_849 p,#stacks_in_849 ul,#stacks_in_849 ul li,#stacks_in_849 ol li,#stacks_in_849 ol,#stacks_in_849 dl,#stacks_in_849 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_849,#stacks_in_849 div,#stacks_in_849 p,#stacks_in_849 ol,#stacks_in_849 ul li,#stacks_in_849 ol li,#stacks_in_849 ol,#stacks_in_849 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_849,#stacks_in_849 div,#stacks_in_849 p,#stacks_in_849 ol,#stacks_in_849 ul li,#stacks_in_849 ol li,#stacks_in_849 ol,#stacks_in_849 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_849,#stacks_in_849 div,#stacks_in_849 p,#stacks_in_849 ol,#stacks_in_849 ul li,#stacks_in_849 ol li,#stacks_in_849 ol,#stacks_in_849 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_849,#stacks_in_849 div,#stacks_in_849 p,#stacks_in_849 ol,#stacks_in_849 ul li,#stacks_in_849 ol li,#stacks_in_849 ol,#stacks_in_849 dl{font-size:1.20rem!important}}
#stacks_in_853 p,#stacks_in_853 div{margin-bottom:0}#stacks_in_853 p,#stacks_in_853 div,#stacks_in_853 ul,#stacks_in_853 ol,#stacks_in_853 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_853 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_853 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_853,#stacks_in_853 div,#stacks_in_853 p,#stacks_in_853 .fa:not(.no-indent),#stacks_in_853 ol,#stacks_in_853 ul li,#stacks_in_853 ol li,#stacks_in_853 ol,#stacks_in_853 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_853{}}#stacks_in_853,#stacks_in_853 div,#stacks_in_853 p,#stacks_in_853 ul,#stacks_in_853 ul li,#stacks_in_853 ol li,#stacks_in_853 ol,#stacks_in_853 dl,#stacks_in_853 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_853,#stacks_in_853 div,#stacks_in_853 p,#stacks_in_853 ol,#stacks_in_853 ul li,#stacks_in_853 ol li,#stacks_in_853 ol,#stacks_in_853 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_853,#stacks_in_853 div,#stacks_in_853 p,#stacks_in_853 ol,#stacks_in_853 ul li,#stacks_in_853 ol li,#stacks_in_853 ol,#stacks_in_853 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_853,#stacks_in_853 div,#stacks_in_853 p,#stacks_in_853 ol,#stacks_in_853 ul li,#stacks_in_853 ol li,#stacks_in_853 ol,#stacks_in_853 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_853,#stacks_in_853 div,#stacks_in_853 p,#stacks_in_853 ol,#stacks_in_853 ul li,#stacks_in_853 ol li,#stacks_in_853 ol,#stacks_in_853 dl{font-size:1.20rem!important}}
#stacks_in_897 p,#stacks_in_897 div{margin-bottom:0}#stacks_in_897 p,#stacks_in_897 div,#stacks_in_897 ul,#stacks_in_897 ol,#stacks_in_897 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_897 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_897 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_897,#stacks_in_897 div,#stacks_in_897 p,#stacks_in_897 .fa:not(.no-indent),#stacks_in_897 ol,#stacks_in_897 ul li,#stacks_in_897 ol li,#stacks_in_897 ol,#stacks_in_897 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_897{}}#stacks_in_897,#stacks_in_897 div,#stacks_in_897 p,#stacks_in_897 ul,#stacks_in_897 ul li,#stacks_in_897 ol li,#stacks_in_897 ol,#stacks_in_897 dl,#stacks_in_897 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"IBM Plex Sans Condensed",Sans-Serif ;font-weight:500 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_897,#stacks_in_897 div,#stacks_in_897 p,#stacks_in_897 ol,#stacks_in_897 ul li,#stacks_in_897 ol li,#stacks_in_897 ol,#stacks_in_897 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:720.00px){#stacks_in_897,#stacks_in_897 div,#stacks_in_897 p,#stacks_in_897 ol,#stacks_in_897 ul li,#stacks_in_897 ol li,#stacks_in_897 ol,#stacks_in_897 dl{font-size:1.10rem!important}}@media only screen and (min-width:720.00px) and (max-width:1600.00px){#stacks_in_897,#stacks_in_897 div,#stacks_in_897 p,#stacks_in_897 ol,#stacks_in_897 ul li,#stacks_in_897 ol li,#stacks_in_897 ol,#stacks_in_897 dl{font-size:1.10rem!important}}@media only screen and (min-width:1600.00px){#stacks_in_897,#stacks_in_897 div,#stacks_in_897 p,#stacks_in_897 ol,#stacks_in_897 ul li,#stacks_in_897 ol li,#stacks_in_897 ol,#stacks_in_897 dl{font-size:1.20rem!important}}

    #stacks_in_1207 .button.b-p,#stacks_in_1207 .button.b-p::before{border-radius:6px}        @media screen and (max-width:641px){#stacks_in_1207>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1207>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1207.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1207 .button.b-p.expand-large:not(.icon-only),#stacks_in_1207>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
          #stacks_in_1207 .button.b-p:not(.icon-only){width:50.00%}@media screen and (min-width:641px){#stacks_in_1207 .button.b-p:not(.icon-only){width:40.00%}}   #stacks_in_1207 .button.b-p{font-size:0.95rem}#stacks_in_1207 .button.b-p.icon-only{width:calc(0.95rem + 0.50rem);height:calc(0.95rem + 0.50rem)}#stacks_in_1207 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.95rem + 0.50rem)}@media all and (max-width:640px){#stacks_in_1207 .button.b-p{font-size:0.95rem}#stacks_in_1207 .button.b-p.icon-only{width:calc(0.95rem + 0.50rem);height:calc(0.95rem + 0.50rem)}#stacks_in_1207 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.95rem + 0.50rem)}} 
  #stacks_in_1207 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1207 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1207 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(137, 0, 2, 1.00)}#stacks_in_1207 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1207 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(250, 77, 60, 1.00);}     
       
  #stacks_in_1207 .d-hov,#stacks_in_1207 .d-hov::before,#stacks_in_1207 .d-hov::after{-webkit-transition-duration:600ms;transition-duration:600ms}#stacks_in_1207 .d-hov.active,#stacks_in_1207 .d-hov.active::before,#stacks_in_1207 .d-hov.active::after{-webkit-transition-duration:0ms;transition-duration:0ms}#stacks_in_1207 .hover-col:not(.button.b-p):not(.bp-zone-item)::before{background:rgba(239, 128, 10, 1.00)!important}#stacks_in_1207 .hover-col::before,#stacks_in_1207 .hover-col::after{-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}#stacks_in_1207 .hover-col:hover::before{background:rgba(239, 128, 10, 1.00)}#stacks_in_1207 .hover-col.active::before{background:rgba(207, 0, 32, 1.00)}#stacks_in_1207 .d-hov-ripple-out:hover::before{border:rgba(239, 128, 10, 1.00) solid 2px}#stacks_in_1207 .d-hov-pop:hover,#stacks_in_1207 .d-hov-pop:focus,#stacks_in_1207 .d-hov-pop.active{-webkit-animation-duration:600ms;animation-duration:600ms}#stacks_in_1207 .d-hov[class*="d-hov-underline-"]::before,#stacks_in_1207 .d-hov[class*="d-hov-overline-"]::before{height:4px!important}#stacks_in_1207 .d-hov[class*="d-hov-text-underline-"]>.bp-text::before,#stacks_in_1207 .d-hov[class*="d-hov-text-underline-"] .ml-text::before{bottom:-6px;border-bottom-color:rgba(239, 128, 10, 1.00)!important;border-bottom-width:4px;-webkit-transition-duration:600ms;transition-duration:600ms}#stacks_in_1207 .d-hov[class*="d-hov-text-underline-"].active>.bp-text::before,#stacks_in_1207 .d-hov[class*="d-hov-text-underline-"].active .ml-text::before{-webkit-transition-duration:0ms;transition-duration:0ms;border-bottom-color:rgba(207, 0, 32, 1.00)!important}#stacks_in_1207 .d-hov-reveal:hover::before,#stacks_in_1207 .d-hov-reveal.active::before{border-width:4px!important} 
               
#stacks_in_957_1 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_957_1 > .s-pro > .sections-layer{display:none}#stacks_in_957_1 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_957_1 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_957_1 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_957_1 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-center{margin-left:auto;margin-right:auto}#stacks_in_957_1 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-left{margin-left:0;margin-right:auto}#stacks_in_957_1 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-right{margin-right:0;margin-left:auto}@media screen and (min-width:640px){#stacks_in_957_1 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:1920px}#stacks_in_957_1 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-center{margin:0 auto}#stacks_in_957_1 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-left{margin-left:0;margin-right:auto}#stacks_in_957_1 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-right{margin-right:0;margin-left:auto}}

#stacks_in_957_1 {
	background-color: rgba(0, 0, 0, 1.00);
	border: solid rgba(21, 21, 21, 1.00);
	border-width: 2px 0px 0px 0px;
}
    #stacks_in_957_3.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_957_3.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_957_3.blu-wrap>.blueprint-col{}#stacks_in_957_3.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_957_3.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_957_3.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_957_3.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:6.00% 2.00% 0.00% 2.00% }#stacks_in_957_3.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_957_3.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:1400px;}#stacks_in_957_3.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_957_3.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_957_3.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_957_3.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_957_3.blu-wrap>.blueprint-col{ }
#stacks_in_957_3.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_957_3.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_957_3.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_957_3.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_957_3.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_957_3.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_957_3.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_957_3.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_957_3.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_957_3.blu-wrap>.blueprint-col>.blucol-content{margin: 4.00% 0.00% 0.00% 0.00% }}    
 @media(hover:hover){#stacks_in_957_4.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_957_4.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_957_4.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_957_4.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_957_4.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_957_4.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_957_4.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_957_4.blu-sidebar.full-height{height:100vh}#stacks_in_957_4.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_957_4.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_957_4.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_957_4.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_957_4.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_957_4.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_957_4.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_957_4.blu-sidebar>.blu-gutter{border-left:1px solid rgba(204, 204, 204, 0.56);margin-left:5.07%;margin-right:5.07%}#stacks_in_957_4.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}#stacks_in_957_4.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}@media screen and (max-height:0px){#stacks_in_957_4.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_957_4.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_957_4.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_957_4.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_957_4.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_957_4.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_957_4.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_957_4.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_957_4.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_957_4.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_957_4.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_957_4.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_957_4.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_957_4.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_957_4.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_957_4.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(40% - 5.07%);flex-basis:calc(40% - 5.07%);max-width:9999px;min-width:100px}
#stacks_in_957_4.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_957_4.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_957_4.blu-sidebar>.blu-content::before,#stacks_in_957_4.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_957_4.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_957_4.blu-sidebar>.blu-side::before,#stacks_in_957_4.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_957_5 a{display:block}#stacks_in_957_5 img{}
    #stacks_in_957_6.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_957_6.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_957_6.blu-wrap>.blueprint-col{}#stacks_in_957_6.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_957_6.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_957_6.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_957_6.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_957_6.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_957_6.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:9999px;}#stacks_in_957_6.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_957_6.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_957_6.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_957_6.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_957_6.blu-wrap>.blueprint-col{ }
#stacks_in_957_6.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_957_6.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_957_6.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_957_6.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_957_6.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_957_6.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_957_6.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_957_6.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_957_6.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_957_6.blu-wrap>.blueprint-col>.blucol-content{margin: 7.00% 0.00% 0.00% 0.00% }}    
#stacks_in_957_7 p,#stacks_in_957_7 div,#stacks_in_957_7 ul,#stacks_in_957_7 ol,#stacks_in_957_7 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_957_7 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_957_7 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_957_7,#stacks_in_957_7 div,#stacks_in_957_7 p,#stacks_in_957_7 ol,#stacks_in_957_7 ul li,#stacks_in_957_7 ol li,#stacks_in_957_7 ol,#stacks_in_957_7 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_957_7,#stacks_in_957_7 div,#stacks_in_957_7 p,#stacks_in_957_7 ol,#stacks_in_957_7 ul li,#stacks_in_957_7 ol li,#stacks_in_957_7 ol,#stacks_in_957_7 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_957_7{}}


#stacks_in_957_7 {
	margin: 11px 0px 33px 0px;
}
#stacks_in_957_44 h3,#stacks_in_957_44 div{color:rgba(216, 0, 12, 1.00)}#stacks_in_957_44 h3 a,#stacks_in_957_44 div a{color:rgba(216, 0, 12, 1.00)}#stacks_in_957_44 h3 a:hover,#stacks_in_957_44 div a:hover{color:rgba(162, 0, 9, 1.00)}#stacks_in_957_44 small,#stacks_in_957_44 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_957_44 {
	padding: 0px 0px 12px 0px;
}
#stacks_in_957_41 p,#stacks_in_957_41 div,#stacks_in_957_41 ul,#stacks_in_957_41 ol,#stacks_in_957_41 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_957_41 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_957_41 a:hover{color:rgba(216, 0, 12, 1.00)}#stacks_in_957_41,#stacks_in_957_41 div,#stacks_in_957_41 p,#stacks_in_957_41 ol,#stacks_in_957_41 ul li,#stacks_in_957_41 ol li,#stacks_in_957_41 ol,#stacks_in_957_41 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_957_41,#stacks_in_957_41 div,#stacks_in_957_41 p,#stacks_in_957_41 ol,#stacks_in_957_41 ul li,#stacks_in_957_41 ol li,#stacks_in_957_41 ol,#stacks_in_957_41 dl{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_957_41,#stacks_in_957_41 div,#stacks_in_957_41 p,#stacks_in_957_41 .fa:not(.no-indent),#stacks_in_957_41 ol,#stacks_in_957_41 ul li,#stacks_in_957_41 ol li,#stacks_in_957_41 ol,#stacks_in_957_41 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_957_41{}}

    #stacks_in_957_12.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_957_12.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_957_12.blu-wrap>.blueprint-col{}#stacks_in_957_12.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_957_12.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_957_12.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_957_12.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00% 2.00% 0.00% 2.00% }#stacks_in_957_12.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_957_12.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:1400px;}#stacks_in_957_12.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_957_12.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_957_12.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_957_12.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_957_12.blu-wrap>.blueprint-col{ }
#stacks_in_957_12.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_957_12.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_957_12.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_957_12.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_957_12.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_957_12.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_957_12.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_957_12.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_957_12.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_957_12.blu-wrap>.blueprint-col>.blucol-content{margin: 17.00% 0.00% 5.00% 0.00% }}    
#stacks_in_957_13 .copyright{color:rgba(255, 255, 255, 1.00);font-size:0.90rem}#stacks_in_957_13 .copyright a{color:rgba(0, 140, 186, 1.00)}#stacks_in_957_13 .copyright a:hover{color:rgba(0, 102, 136, 1.00)}#stacks_in_957_13 .copyright{margin-bottom:0}
