/*
 * 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}



 .sections-box--stack .s-box>.s-box-content{position:relative}.sections-box--stack.box-3d{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.sections-box--stack.box-pos.sbox-h-center{margin-left:auto!important;margin-right:auto!important}.sections-box--stack.box-pos.sbox-h-right{margin-right:0!important;margin-left:auto!important}.sections-box--stack.box-pos>.s-box{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.sections-box--stack.box-pos>.s-box>.s-box-content{position:relative;width:100%}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-top{-ms-flex-item-align:start;align-self:flex-start}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-center{-ms-flex-item-align:center;align-self:center}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-bottom{-ms-flex-item-align:end;align-self:flex-end}.sections-box--stack.box-abs-inline{position:absolute!important;display:inline-block;width:auto!important}.sections-box--stack.box-abs{position:absolute!important;max-width:100%;max-height:100%}.sections-box--stack.box-abs.sbox-top{top:0}.sections-box--stack.box-abs.sbox-h-left{left:0;right:auto}.sections-box--stack.box-abs.sbox-h-right{right:0;left:auto}.sections-box--stack.box-abs.sbox-v-bottom{bottom:0;top:auto}.sections-box--stack.box-abs.sbox-v-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sections-box--stack.box-abs.sbox-h-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.sections-box--stack.box-abs.sbox-v-center.sbox-h-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sections-box--stack.box-abs.size-content{height:auto!important}.sections-box--stack.box-abs.size-content>.s-box{position:relative}.sections-box--stack.box-abs:not(.size-content)>.s-box>.s-box-content.box-v-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sections-box--stack.box-abs:not(.size-content)>.s-box>.s-box-content.box-v-bottom{position:absolute;bottom:0;left:0;width:100%}.sections-box--stack .box-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
.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_bigwhiteduck_stacks_markdownpro_stack figure{margin:0}.com_bigwhiteduck_stacks_markdownpro_stack figure img{max-width:100%;height:auto}.com_bigwhiteduck_stacks_markdownpro_stack figure figcaption{display:none}.com_bigwhiteduck_stacks_markdownpro_stack pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-center p{text-align:center}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-left p{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-right p{text-align:right}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-justify p{text-align:justify}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-inherit{text-align:inherit}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h6{text-align:center}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h6{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h6{text-align:right}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h6{text-align:inherit}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-center ul{display:table;margin:0 auto}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-left ul{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-right ul{display:table;margin:0 0 0 auto}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-txt-center ul li p{text-align:center}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-txt-left ul li p{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-txt-right ul li p{text-align:right}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-text-center,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-text-center p{text-align:center}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h6{text-align:center}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-list-center ul{display:table;margin:0 auto}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-listtext-center ul li p{text-align:center}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-justify.small-only-just-left p{text-align:left !important}}.com_bigwhiteduck_stacks_markdownpro_stack .mdp p:empty{display:none !important}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.quote-left[class*="text-"] blockquote{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.quote-left[class*="text-"] blockquote > p{text-align:left;margin-bottom:0}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.no-bot-margin >:nth-last-child(2){margin-bottom:0 !important}.com_bigwhiteduck_stacks_markdownpro_stack .md-clearfix::before,.com_bigwhiteduck_stacks_markdownpro_stack .md-clearfix::after{content:" ";display:table}.com_bigwhiteduck_stacks_markdownpro_stack .md-clearfix::after{clear:both}.com_bigwhiteduck_stacks_markdownpro_stack .mdp-cntrls{display:none !important}
*{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}
 html.bwd-js .animate-sm.is-fresh{-webkit-transition-duration:0ms!important;transition-duration:0ms!important;visibility:hidden!important}.sm-click-thru{pointer-events:none!important}.scroll-mate-wrapper.sm-float{position:absolute;top:0;width:100%;height:100%}.scroll-mate-wrapper.sm-float>.scroll-mate-inner{height:100%}
.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}
.com_joeworkman_stacks_fontawesome_stack .jw-wrapper{margin:0;text-align:left}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper.jw-center{text-align:center}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper.jw-right{text-align:right}.com_joeworkman_stacks_fontawesome_stack i.fa,.com_joeworkman_stacks_fontawesome_stack .fa-stack{-webkit-transition:color 300ms ease 0s;transition:color 300ms ease 0s}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-spin,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-spin{padding:0.2em;-webkit-box-sizing:content-box;box-sizing:content-box}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-45,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-45{padding:0.2em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-135,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-135{padding:0.2em;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-225,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-225{padding:0.2em;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-315,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-315{padding:0.2em;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-border{padding:0}.com_joeworkman_stacks_fontawesome_stack a{text-decoration:none}
.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}}
.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}
.font-weight-100{font-weight:100}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-weight-900{font-weight:900}.font-style-normal{font-style:normal}.font-style-italic{font-style:italic}
.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}
#stacks_in_1263610_1 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1263610_1 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1263610_1 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1263610_1 > .row.padding-detailed.padding-medium-up,#stacks_in_1263610_1 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1263610_1 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1263610_1 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1263610_1 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1263610_1 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

 .no-js #foundation-loader{display:none}#foundation-loader{display:block;background-color:rgba(150, 0, 31, 1.00)}#foundation-loader .loader-inner{margin-left:0px}#foundation-loader .loader-inner > div{background-color:rgba(255, 255, 255, 1.00)}#foundation-loader .ball-grid-pulse,#foundation-loader .ball-grid-beat,#foundation-loader .semi-circle-spin{margin:0 auto;-webkit-transform:translateY(40%);transform:translateY(40%)}#foundation-loader .loader-inner > div,#foundation-loader .ball-rotate > div:before,#foundation-loader .ball-rotate > div:after,#foundation-loader .ball-clip-rotate-pulse > div:first-child,#foundation-loader .pacman > div:nth-child(3),#foundation-loader .pacman > div:nth-child(4),#foundation-loader .pacman > div:nth-child(5),#foundation-loader .pacman > div:nth-child(6){background-color:rgba(255, 255, 255, 1.00)}#foundation-loader .square-spin > div,#foundation-loader .ball-clip-rotate > div{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(255, 255, 255, 1.00)}#foundation-loader .ball-clip-rotate > div{border-bottom-color:transparent}#foundation-loader .ball-clip-rotate-pulse > div:last-child,#foundation-loader .ball-clip-rotate-multiple > div:last-child{background-color:transparent;border-color:rgba(255, 255, 255, 1.00) transparent rgba(255, 255, 255, 1.00) transparent}#foundation-loader .ball-clip-rotate-multiple > div{background-color:transparent;border-color:transparent rgba(255, 255, 255, 1.00) transparent rgba(255, 255, 255, 1.00)}#foundation-loader .ball-scale-ripple > div,#foundation-loader .ball-scale-ripple-multiple > div,#foundation-loader .ball-triangle-path > div{background-color:transparent;border-color:rgba(255, 255, 255, 1.00)}#foundation-loader .triangle-skew-spin > div{background-color:transparent;border-left-color:transparent;border-right-color:transparent;border-bottom-color:rgba(255, 255, 255, 1.00)}#foundation-loader .pacman > div:first-of-type,#foundation-loader .pacman > div:nth-child(2){background-color:transparent;border-right-color:transparent;border-top-color:rgba(255, 255, 255, 1.00);border-left-color:rgba(255, 255, 255, 1.00);border-bottom-color:rgba(255, 255, 255, 1.00)}#foundation-loader .semi-circle-spin > div{width:35px;height:35px;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(70%,transparent),color-stop(30%,rgba(255, 255, 255, 1.00)),to(rgba(255, 255, 255, 1.00)));background-image:linear-gradient(transparent 0%,transparent 70%,rgba(255, 255, 255, 1.00) 30%,rgba(255, 255, 255, 1.00) 100%)}.stacks_top{opacity:0} .theme-version{display:block}.theme-version.number-110,#stacks_in_1263610_15{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}::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:"Titillium Web",sans-serif;font-weight:400;}h1,.font-family-h1{font-family:"Roboto",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:"Roboto",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{-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality;max-width:none !important}.vegas-overlay,.vegas-background{-webkit-user-select:none;-moz-user-select:none;-ms-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.80rem;padding-right:0.80rem}.row .row{margin:0 -0.80rem}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -0.80rem;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:8px}.floating-body.radius > .columns > .stacks_out:first-child > .stacks_in > .top-bar-wrapper:not(.fixed){border-top-right-radius:8px;border-top-left-radius:8px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1200px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#FFFFFF}img.radius{border-radius:8px}img.round{border-radius:1000px}.row{max-width:1200px !important;}.row.max-edge{max-width:100% !important}body{color:rgba(0, 0, 0, 1.00)}a{color:rgba(217, 76, 105, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(174, 37, 50, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(255, 204, 102, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(255, 204, 102, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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.05rem}@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.15rem}}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(255, 255, 255, 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(0, 0, 0, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(0, 0, 0, 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:1200px}.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:8px}.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{-webkit-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);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{-webkit-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);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{-webkit-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);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{-webkit-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);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{-webkit-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);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{-webkit-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);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{-webkit-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);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{-webkit-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);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:8px}.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:8px}.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:8px}.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:8px;border-bottom-right-radius:8px}.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:8px;border-top-left-radius:8px}.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:8px;border-bottom-right-radius:8px}.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(0, 0, 0, 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(0, 0, 0, 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:8px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:8px;border-top-left-radius:8px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:8px;border-bottom-right-radius:8px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:8px;border-top-left-radius:8px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:8px;border-bottom-right-radius:8px}.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:8px}.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:8px}.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:8px;border-top-left-radius:8px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:8px;border-bottom-right-radius:8px}.th.radius{border-radius:8px}.th:hover,.th:focus{-webkit-box-shadow:0 0 6px 1px rgba(0, 70, 93, 1.00);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:8px}.tooltip{border-radius:8px;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:8px}.panel p{color:rgba(0, 0, 0, 1.00)}.panel p a{color:rgba(217, 76, 105, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(255, 204, 102, 1.00)}.panel p.alt a:hover{color:rgba(255, 204, 102, 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(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 1.00)}.pricing-table.primary .description{color:rgba(0, 0, 0, 1.00)}.pricing-table.primary .bullet-item{color:rgba(0, 0, 0, 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(0, 0, 0, 1.00)}.pricing-table.secondary .description{color:rgba(0, 0, 0, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(0, 0, 0, 1.00)}.pricing-table.radius{border-radius:8px}.pricing-table.radius .title{border-top-right-radius:8px;border-top-left-radius:8px}.pricing-table.radius .cta-button{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.side-nav li a:not(.button){color:rgba(217, 76, 105, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(174, 37, 50, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(217, 76, 105, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(184, 64, 89, 1.00)}.side-nav header{color:rgba(0, 0, 0, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(0, 0, 0, 1.00)}.side-nav li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.side-nav.alt li a:not(.button){color:rgba(255, 204, 102, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(255, 255, 255, 1.00);color:rgba(255, 204, 102, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(255, 204, 102, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(216, 173, 86, 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(255, 255, 255, 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:8px}.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(217, 76, 105, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(255, 204, 102, 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(0, 0, 0, 1.00);font-size:0.9rem}.copyright a{color:rgba(217, 76, 105, 1.00)}.copyright a:hover{color:rgba(174, 37, 50, 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(0, 0, 0, 1.00)}.fn-text-link a{color:rgba(217, 76, 105, 1.00)}.fn-text-link a:hover{color:rgba(174, 37, 50, 1.00)}.fn-text-text{color:rgba(0, 0, 0, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(0, 0, 0, 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(255, 204, 102, 1.00)}.fn-text-link-alt a:hover{color:rgba(255, 204, 102, 1.00)}.fn-text-accent-alt{color:rgba(255, 255, 255, 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(255, 204, 102, 1.00)}.fn-text-text-alt a:hover{color:rgba(255, 204, 102, 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(0, 0, 0, 1.00)}.fn-bg-text{background-color:rgba(0, 0, 0, 1.00)}.fn-bg-link{background-color:rgba(217, 76, 105, 1.00)}.fn-bg-link-hover{background-color:rgba(174, 37, 50, 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(255, 204, 102, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(255, 204, 102, 1.00)}.fn-bg-accent-alt{background-color:rgba(255, 255, 255, 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)}


 .font-vault-1 > a, .font-vault-1,.font-vault-1 > li, .fontpro-stacks_in_1263610_17_81{font-style:normal;font-weight:400;font-family:"Poppins",sans-serif }

 .font-vault-2 > a, .font-vault-2,.font-vault-2 > li, .fontpro-stacks_in_1263610_17_82{font-style:normal;font-weight:200;font-family:"Poppins",sans-serif }

 .font-vault-3 > a, .font-vault-3,.font-vault-3 > li, .fontpro-stacks_in_1263610_17_83{font-style:normal;font-weight:600;font-family:"Poppins",sans-serif }

 .font-vault-4 > a, .font-vault-4,.font-vault-4 > li, .fontpro-stacks_in_1263610_17_84{font-style:normal;font-weight:200;font-family:"Montserrat",sans-serif }

 .font-vault-5 > a, .font-vault-5,.font-vault-5 > li, .fontpro-stacks_in_1263610_17_85{font-style:normal;font-weight:400;font-family:"Montserrat Alternates",sans-serif }

 .font-vault-6 > a, .font-vault-6,.font-vault-6 > li, .fontpro-stacks_in_1263610_17_86{font-style:normal;font-weight:600;font-family:"Montserrat Alternates",sans-serif }

 .font-vault-7 > a, .font-vault-7,.font-vault-7 > li, .fontpro-stacks_in_1263610_17_87{font-style:normal;font-weight:400;font-family:"Bree Serif",sans-serif }

@font-face{font-family:Roboto Slab;font-style:normal;font-weight:normal;src:url("resources/fonts/Roboto_Slab/RobotoSlab-Regular.ttf") format("woff")}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:bold;src:url("resources/fonts/Roboto_Slab/RobotoSlab-Bold.ttf") format("woff")}
 .font-vault-8 > a, .font-vault-8,.font-vault-8 > li, .fontpro-stacks_in_1263610_17_88{font-family:"Roboto Slab",serif }


 .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_1263610_17_89{line-height:1.45 ;letter-spacing:0.02em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:0.80rem ; }
     .font-style-1>br,.font-style-1>br > li,.font-style-1 > *>br, .fontpro-stacks_in_1263610_17_89 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_1263610_17_89{font-size:0.90rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_1263610_17_89{font-size:1.00rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_1263610_17_89{font-size:1.20rem }} 

 .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_1263610_17_90{line-height:1.45 ;letter-spacing:0.02em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:0.90rem ; }
     .font-style-2>br,.font-style-2>br > li,.font-style-2 > *>br, .fontpro-stacks_in_1263610_17_90 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:40.000000em){ .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_1263610_17_90{font-size:1.00rem }} 
  @media only screen and (min-width:49.000000em){ .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_1263610_17_90{font-size:1.10rem }} 
  @media only screen and (min-width:64.000000em){ .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_1263610_17_90{font-size:1.30rem }} 

 .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_1263610_17_91{line-height:1.40 ;letter-spacing:0.04em ;word-spacing:0.06em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.00rem ; }
     .font-style-3>br,.font-style-3>br > li,.font-style-3 > *>br, .fontpro-stacks_in_1263610_17_91 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:40.000000em){ .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_1263610_17_91{font-size:1.20rem }} 
  @media only screen and (min-width:49.000000em){ .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_1263610_17_91{font-size:1.30rem }} 
  @media only screen and (min-width:64.000000em){ .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_1263610_17_91{font-size:1.40rem }} 

 .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_1263610_17_92{line-height:1.10 ;letter-spacing:0.00em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.40rem ; color:rgba(0, 64, 128, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;}
     .font-style-4>br,.font-style-4>br > li,.font-style-4 > *>br, .fontpro-stacks_in_1263610_17_92 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_1263610_17_92{font-size:1.50rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_1263610_17_92{font-size:1.60rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_1263610_17_92{font-size:1.70rem }} 

 .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_1263610_17_93{line-height:1.10 ;letter-spacing:0.03em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.20rem ; color:rgba(255, 255, 255, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;text-shadow:0.09em 0.04em 0.13em rgba(0, 0, 0, 0.23),-1px -1px 0 rgba(28, 51, 66, 1.00),1px -1px 0 rgba(28, 51, 66, 1.00),-1px 1px 0 rgba(28, 51, 66, 1.00),1px 1px 0 rgba(28, 51, 66, 1.00) ;}
     .font-style-5>br,.font-style-5>br > li,.font-style-5 > *>br, .fontpro-stacks_in_1263610_17_93 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_1263610_17_93{font-size:1.20rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_1263610_17_93{font-size:1.30rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_1263610_17_93{font-size:1.80rem }} 

 .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_1263610_17_57{line-height:1.20 ;letter-spacing:0.04em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.50rem ; color:rgba(255, 255, 255, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;text-shadow:0.09em 0.04em 0.13em rgba(0, 0, 0, 0.23),-1px -1px 0 rgba(51, 51, 51, 1.00),1px -1px 0 rgba(51, 51, 51, 1.00),-1px 1px 0 rgba(51, 51, 51, 1.00),1px 1px 0 rgba(51, 51, 51, 1.00) ;}
     .font-style-6>br,.font-style-6>br > li,.font-style-6 > *>br, .fontpro-stacks_in_1263610_17_57 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_1263610_17_57{font-size:2.30rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_1263610_17_57{font-size:2.80rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_1263610_17_57{font-size:3.20rem }} 

 .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_1263610_17_94{line-height:1.10 ;letter-spacing:0.03em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:0.90rem ; color:rgba(255, 255, 255, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;text-shadow:0.13em 0.13em 0.42em rgba(0, 0, 0, 0.49) ;}
     .font-style-7>br,.font-style-7>br > li,.font-style-7 > *>br, .fontpro-stacks_in_1263610_17_94 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_1263610_17_94{font-size:0.90rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_1263610_17_94{font-size:0.90rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_1263610_17_94{font-size:1.10rem }} 

 .font-style-8,.font-style-8 > li,.font-style-8 > *,   .myheader h3, .fontpro-stacks_in_1263610_17_95{ font-size:1.00rem !important; color:rgba(255, 255, 255, 1.00) !important;text-decoration-color:rgba(0, 0, 0, 1.00) !important;text-shadow:0.00em 0.02em 0.03em rgba(0, 0, 0, 1.00) !important;}
  
  
  @media only screen and (min-width:25.875000em){ .font-style-8,.font-style-8 > li,.font-style-8 > *,   .myheader h3, .fontpro-stacks_in_1263610_17_95{font-size:2.00rem !important}} 
  @media only screen and (min-width:48.000000em){ .font-style-8,.font-style-8 > li,.font-style-8 > *,   .myheader h3, .fontpro-stacks_in_1263610_17_95{font-size:3.00rem !important}} 
  @media only screen and (min-width:62.500000em){ .font-style-8,.font-style-8 > li,.font-style-8 > *,   .myheader h3, .fontpro-stacks_in_1263610_17_95{font-size:4.00rem !important}} 
.button.b-p {
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.button.b-p {
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer; }

.button.b-p[disabled] {
  cursor: default; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button.b-p {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  transition: all 300ms ease-out; }
  .button.b-p.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  .button.b-p.small {
    padding: .875rem 1.75rem .9375rem 1.75rem;
    font-size: .8125rem; }
  .button.b-p.tiny {
    padding: .625rem 1.25rem .6875rem 1.25rem;
    font-size: .6875rem; }
  .button.b-p.expand {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  .button.b-p.left-align {
    text-align: left;
    text-indent: .75rem; }
  .button.b-p.right-align {
    text-align: right;
    padding-right: .75rem; }
  .button.b-p.radius, .button.b-p.radius::before, .button.b-p.radius::after {
    border-radius: 3px; }
  .button.b-p.round, .button.b-p.radius::before, .button.b-p.round::after {
    border-radius: 1000px; }
  .button.b-p.disabled, .button.b-p[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7; }
  .button.b-p.right {
    float: right !important; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  .button.b-p {
    display: inline-block; } }

.bp-styles-warning {
  display: none; }

.button.b-p:not(.custom) {
  background-color: rgba(102, 102, 102, 1.00);
  color: rgba(255, 255, 255, 1.00); }
  .button.b-p:not(.custom):hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: #404040; }
  .button.b-p.secondary:not(.custom) {
    background-color: rgba(231, 231, 231, 1.00);
    color: rgba(51, 51, 51, 1.00); }
    .button.b-p.secondary:not(.custom):hover {
      color: rgba(51, 51, 51, 1.00);
      background-color: #c1c1c1; }
  .button.b-p.alert:not(.custom) {
    background-color: rgba(217, 83, 79, 1.00); }
    .button.b-p.alert:not(.custom):hover {
      background-color: #b52b27; }
  .button.b-p.success:not(.custom) {
    background-color: rgba(92, 184, 92, 1.00); }
    .button.b-p.success:not(.custom):hover {
      background-color: #3d8b3d; }
  .button.b-p.radius:not(.custom) {
    border-radius: 60px; }
  .button.b-p.ghost:not(.custom) {
    background-color: transparent;
    border-width: 1px;
    border-color: rgba(102, 102, 102, 1.00);
    color: rgba(102, 102, 102, 1.00); }
    .button.b-p.ghost:not(.custom):hover {
      color: rgba(255, 255, 255, 1.00);
      border-color: #404040;
      background-color: #404040; }
    .button.b-p.ghost.secondary:not(.custom) {
      border-color: rgba(231, 231, 231, 1.00);
      color: rgba(231, 231, 231, 1.00); }
      .button.b-p.ghost.secondary:not(.custom):hover {
        color: rgba(51, 51, 51, 1.00);
        border-color: #c1c1c1;
        background-color: #c1c1c1; }
    .button.b-p.ghost.alert:not(.custom) {
      border-color: rgba(217, 83, 79, 1.00);
      color: rgba(217, 83, 79, 1.00); }
      .button.b-p.ghost.alert:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #b52b27;
        background-color: #b52b27; }
    .button.b-p.ghost.success:not(.custom) {
      border-color: rgba(92, 184, 92, 1.00);
      color: rgba(92, 184, 92, 1.00); }
      .button.b-p.ghost.success:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #3d8b3d;
        background-color: #3d8b3d; }
  .button.b-p.outline-ghost:not(.custom) {
    border-color: rgba(204, 204, 204, 1.00);
    border-width: 1px;
    color: rgba(55, 58, 60, 1.00);
    background-color: transparent; }
    .button.b-p.outline-ghost:not(.custom):hover {
      color: #121314;
      border-color: #a6a6a6;
      background-color: rgba(212, 212, 212, 0.00); }

.button.b-p:not(.custom) {
  border-radius: 60px; }


       .bp-vault-1.b-p:not(.not-vault){border:3px solid rgba(230, 230, 230, 1.00)}.bp-vault-1.b-p:not(.not-vault):hover{border:3px solid rgba(153, 153, 153, 1.00)} .bp-vault-1.b-p:not(.not-vault){color:rgba(255, 255, 255, 1.00);background-color:rgba(102, 102, 102, 1.00)}.bp-vault-1.b-p:not(.not-vault):not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease} .bp-vault-1.b-p:not(.not-vault),.bp-vault-1.b-p:not(.not-vault).split-icon>.bp-icon:not(.not-vault){background-image:none}  .bp-vault-1.b-p:not(.not-vault):not(.bp-hover):hover{color:rgba(254, 204, 102, 1.00)!important; background-color:rgba(51, 51, 51, 1.00);} .bp-vault-1.b-p:not(.not-vault):not(.bp-hover):hover,.bp-vault-1.b-p:not(.not-vault):not(.bp-hover).split-icon{background-image:none}   .bp-vault-1.b-p:not(.not-vault)>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)!important}.bp-vault-1.b-p:not(.not-vault):not(.d-hov)>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon{background-color:rgba(76, 76, 76, 1.00)!important}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important} .bp-vault-1.b-p:not(.not-vault):hover>.bp-icon>.bp-glyph{color:rgba(254, 204, 102, 1.00)!important}.bp-vault-1.b-p:not(.not-vault):not(.d-hov):hover>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon{background:rgba(0, 0, 0, 1.00);background-color:rgba(0, 0, 0, 1.00)!important}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important}   .bp-vault-1.b-p:not(.custom-shape){border-radius:1000px}.bp-vault-1.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-left{border-top-left-radius:1000px!important;border-bottom-left-radius:1000px!important}.bp-vault-1.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-right{border-top-right-radius:1000px!important;border-bottom-right-radius:1000px!important}   .bp-vault-1:not(.not-vault) .code-finder{content:"bp-fonts"}.bp-vault-1.icon-only{padding:0!important;border-radius:50%!important; width:51px;height:51px;}.bp-vault-1.icon-only>.bp-icon>.bp-glyph{font-size:100%!important;margin-left:0.00%!important}.bp-vault-1.icon-only .fa:before{line-height:51px}.bp-vault-1.icon-only.tiny{width:33px;height:33px}.bp-vault-1.icon-only.tiny .fa:before{line-height:33px}.bp-vault-1.icon-only.small{width:44px;height:44px}.bp-vault-1.icon-only.small .fa:before{line-height:44px}.bp-vault-1.icon-only.large{width:61px;height:61px}.bp-vault-1.icon-only.large .fa:before{line-height:61px}  
       .bp-vault-2.b-p:not(.not-vault){border:3px solid rgba(255, 255, 255, 1.00)}.bp-vault-2.b-p:not(.not-vault):hover{border:3px solid rgba(204, 204, 204, 1.00)} .bp-vault-2.b-p:not(.not-vault){color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.50)}.bp-vault-2.b-p:not(.not-vault):not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease} .bp-vault-2.b-p:not(.not-vault),.bp-vault-2.b-p:not(.not-vault).split-icon>.bp-icon:not(.not-vault){background-image:none}  .bp-vault-2.b-p:not(.not-vault):not(.bp-hover):hover{color:rgba(254, 204, 102, 1.00)!important; background-color:rgba(0, 0, 0, 0.70);} .bp-vault-2.b-p:not(.not-vault):not(.bp-hover):hover,.bp-vault-2.b-p:not(.not-vault):not(.bp-hover).split-icon{background-image:none}   .bp-vault-2.b-p:not(.not-vault)>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)!important}.bp-vault-2.b-p:not(.not-vault):not(.d-hov)>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-2.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon{background-color:rgba(0, 0, 0, 0.50)!important}.bp-vault-2.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-2.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important} .bp-vault-2.b-p:not(.not-vault):hover>.bp-icon>.bp-glyph{color:rgba(254, 204, 102, 1.00)!important}.bp-vault-2.b-p:not(.not-vault):not(.d-hov):hover>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-2.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon{background:rgba(0, 0, 0, 0.70);background-color:rgba(0, 0, 0, 0.70)!important}.bp-vault-2.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-2.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important}   .bp-vault-2.b-p:not(.custom-shape){border-radius:1000px}.bp-vault-2.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-left{border-top-left-radius:1000px!important;border-bottom-left-radius:1000px!important}.bp-vault-2.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-right{border-top-right-radius:1000px!important;border-bottom-right-radius:1000px!important}   .bp-vault-2:not(.not-vault) .code-finder{content:"bp-fonts"}.bp-vault-2.icon-only{padding:0!important;border-radius:50%!important; width:51px;height:51px;}.bp-vault-2.icon-only>.bp-icon>.bp-glyph{font-size:100%!important;margin-left:0.00%!important}.bp-vault-2.icon-only .fa:before{line-height:51px}.bp-vault-2.icon-only.tiny{width:33px;height:33px}.bp-vault-2.icon-only.tiny .fa:before{line-height:33px}.bp-vault-2.icon-only.small{width:44px;height:44px}.bp-vault-2.icon-only.small .fa:before{line-height:44px}.bp-vault-2.icon-only.large{width:61px;height:61px}.bp-vault-2.icon-only.large .fa:before{line-height:61px}  
       .bp-vault-3.b-p:not(.not-vault){border:2px solid rgba(128, 128, 128, 1.00)}.bp-vault-3.b-p:not(.not-vault):hover{border:2px solid rgba(51, 51, 51, 1.00)} .bp-vault-3.b-p:not(.not-vault){color:rgba(128, 128, 128, 1.00);background-color:rgba(255, 255, 255, 0.00)}.bp-vault-3.b-p:not(.not-vault):not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease} .bp-vault-3.b-p:not(.not-vault),.bp-vault-3.b-p:not(.not-vault).split-icon>.bp-icon:not(.not-vault){background-image:none}  .bp-vault-3.b-p:not(.not-vault):not(.bp-hover):hover{color:rgba(51, 51, 51, 1.00)!important; background-color:rgba(235, 235, 235, 0.00);} .bp-vault-3.b-p:not(.not-vault):not(.bp-hover):hover,.bp-vault-3.b-p:not(.not-vault):not(.bp-hover).split-icon{background-image:none}   .bp-vault-3.b-p:not(.not-vault)>.bp-icon>.bp-glyph{color:rgba(204, 204, 204, 1.00)!important}.bp-vault-3.b-p:not(.not-vault):not(.d-hov)>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-3.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon{background-color:rgba(128, 128, 128, 1.00)!important}.bp-vault-3.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-3.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important} .bp-vault-3.b-p:not(.not-vault):hover>.bp-icon>.bp-glyph{color:rgba(186, 186, 186, 1.00)!important}.bp-vault-3.b-p:not(.not-vault):not(.d-hov):hover>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-3.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon{background:rgba(51, 51, 51, 1.00);background-color:rgba(51, 51, 51, 1.00)!important}.bp-vault-3.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-3.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important}   .bp-vault-3.b-p:not(.custom-shape){border-radius:1000px}.bp-vault-3.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-left{border-top-left-radius:1000px!important;border-bottom-left-radius:1000px!important}.bp-vault-3.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-right{border-top-right-radius:1000px!important;border-bottom-right-radius:1000px!important}   .bp-vault-3:not(.not-vault) .code-finder{content:"bp-fonts"}.bp-vault-3.icon-only{padding:0!important;border-radius:50%!important; width:51px;height:51px;}.bp-vault-3.icon-only>.bp-icon>.bp-glyph{font-size:100%!important;margin-left:0.00%!important}.bp-vault-3.icon-only .fa:before{line-height:51px}.bp-vault-3.icon-only.tiny{width:33px;height:33px}.bp-vault-3.icon-only.tiny .fa:before{line-height:33px}.bp-vault-3.icon-only.small{width:44px;height:44px}.bp-vault-3.icon-only.small .fa:before{line-height:44px}.bp-vault-3.icon-only.large{width:61px;height:61px}.bp-vault-3.icon-only.large .fa:before{line-height:61px}  
       .bp-vault-4.b-p:not(.not-vault){border:3px solid rgba(230, 230, 230, 1.00)}.bp-vault-4.b-p:not(.not-vault):hover{border:3px solid rgba(179, 179, 177, 1.00)} .bp-vault-4.b-p:not(.not-vault){color:rgba(255, 255, 255, 1.00);background-color:rgba(217, 76, 105, 1.00)}.bp-vault-4.b-p:not(.not-vault):not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease} .bp-vault-4.b-p:not(.not-vault),.bp-vault-4.b-p:not(.not-vault).split-icon>.bp-icon:not(.not-vault){background-image:none}  .bp-vault-4.b-p:not(.not-vault):not(.bp-hover):hover{color:rgba(254, 204, 102, 1.00)!important; background-color:rgba(174, 37, 50, 1.00);} .bp-vault-4.b-p:not(.not-vault):not(.bp-hover):hover,.bp-vault-4.b-p:not(.not-vault):not(.bp-hover).split-icon{background-image:none}   .bp-vault-4.b-p:not(.not-vault)>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)!important}.bp-vault-4.b-p:not(.not-vault):not(.d-hov)>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-4.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon{background-color:rgba(127, 127, 127, 0.50)!important}.bp-vault-4.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-4.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important} .bp-vault-4.b-p:not(.not-vault):hover>.bp-icon>.bp-glyph{color:rgba(254, 204, 102, 1.00)!important}.bp-vault-4.b-p:not(.not-vault):not(.d-hov):hover>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-4.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon{background:rgba(40, 40, 41, 0.61);background-color:rgba(40, 40, 41, 0.61)!important}.bp-vault-4.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-4.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important}   .bp-vault-4.b-p:not(.custom-shape){border-radius:1000px}.bp-vault-4.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-left{border-top-left-radius:1000px!important;border-bottom-left-radius:1000px!important}.bp-vault-4.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-right{border-top-right-radius:1000px!important;border-bottom-right-radius:1000px!important}   .bp-vault-4:not(.not-vault) .code-finder{content:"bp-fonts"}.bp-vault-4.icon-only{padding:0!important;border-radius:50%!important; width:51px;height:51px;}.bp-vault-4.icon-only>.bp-icon>.bp-glyph{font-size:100%!important;margin-left:0.00%!important}.bp-vault-4.icon-only .fa:before{line-height:51px}.bp-vault-4.icon-only.tiny{width:33px;height:33px}.bp-vault-4.icon-only.tiny .fa:before{line-height:33px}.bp-vault-4.icon-only.small{width:44px;height:44px}.bp-vault-4.icon-only.small .fa:before{line-height:44px}.bp-vault-4.icon-only.large{width:61px;height:61px}.bp-vault-4.icon-only.large .fa:before{line-height:61px}  
       .bp-vault-5.b-p:not(.not-vault){border:3px solid rgba(127, 127, 127, 1.00)}.bp-vault-5.b-p:not(.not-vault):hover{border:3px solid rgba(127, 127, 127, 1.00)} .bp-vault-5.b-p:not(.not-vault){color:rgba(76, 76, 76, 1.00);background-color:rgba(254, 212, 84, 1.00)}.bp-vault-5.b-p:not(.not-vault):not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease} .bp-vault-5.b-p:not(.not-vault),.bp-vault-5.b-p:not(.not-vault).split-icon>.bp-icon:not(.not-vault){background-image:none}  .bp-vault-5.b-p:not(.not-vault):not(.bp-hover):hover{color:rgba(25, 25, 25, 1.00)!important; background-color:rgba(254, 204, 102, 1.00);} .bp-vault-5.b-p:not(.not-vault):not(.bp-hover):hover,.bp-vault-5.b-p:not(.not-vault):not(.bp-hover).split-icon{background-image:none}   .bp-vault-5.b-p:not(.not-vault)>.bp-icon>.bp-glyph{color:rgba(76, 76, 76, 1.00)!important}.bp-vault-5.b-p:not(.not-vault):not(.d-hov)>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-5.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon{background-color:rgba(127, 127, 127, 0.60)!important}.bp-vault-5.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-5.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important} .bp-vault-5.b-p:not(.not-vault):hover>.bp-icon>.bp-glyph{color:rgba(25, 25, 25, 1.00)!important}.bp-vault-5.b-p:not(.not-vault):not(.d-hov):hover>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-5.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon{background:rgba(0, 0, 0, 0.60);background-color:rgba(0, 0, 0, 0.60)!important}.bp-vault-5.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-5.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important}   .bp-vault-5.b-p:not(.custom-shape){border-radius:1000px}.bp-vault-5.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-left{border-top-left-radius:1000px!important;border-bottom-left-radius:1000px!important}.bp-vault-5.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-right{border-top-right-radius:1000px!important;border-bottom-right-radius:1000px!important}   .bp-vault-5:not(.not-vault) .code-finder{content:"bp-fonts"}.bp-vault-5.icon-only{padding:0!important;border-radius:50%!important; width:51px;height:51px;}.bp-vault-5.icon-only>.bp-icon>.bp-glyph{font-size:100%!important;margin-left:0.00%!important}.bp-vault-5.icon-only .fa:before{line-height:51px}.bp-vault-5.icon-only.tiny{width:33px;height:33px}.bp-vault-5.icon-only.tiny .fa:before{line-height:33px}.bp-vault-5.icon-only.small{width:44px;height:44px}.bp-vault-5.icon-only.small .fa:before{line-height:44px}.bp-vault-5.icon-only.large{width:61px;height:61px}.bp-vault-5.icon-only.large .fa:before{line-height:61px}  
    #stacks_in_1263568_121.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1263568_121.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1263568_121.blu-wrap>.blueprint-col{}#stacks_in_1263568_121.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1263568_121.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1263568_121.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1263568_121.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:2.00px 0.00px 0.00px 0.00px }#stacks_in_1263568_121.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1263568_121.blu-wrap>.blueprint-col{ }#stacks_in_1263568_121.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1263568_121.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1263568_121.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1263568_121.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1263568_121.blu-wrap>.blueprint-col{ }
#stacks_in_1263568_121.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1263568_121.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1263568_121.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1263568_121.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1263568_121.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1263568_121.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1263568_121.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1263568_121.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1263568_121.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     @media screen and (min-width:1000px){#stacks_in_1263568_121.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00px 0.00px 0.00px 0.00px }} 

#stacks_in_1263568_144 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1263568_144 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1263568_144 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
/* Start Responsive Shim stack CSS code */.stacks_in_1263568_158shim{	padding-top: 14%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1263568_157shim{	padding-top: 22%;}/* End Responsive Shim stack CSS code */#stacks_in_1263568_26 > .row.max-custom{margin:0 auto;max-width:300px !important}#stacks_in_1263568_26 > .row.max-custom.max-left{margin-left:0}#stacks_in_1263568_26 > .row.max-custom.max-right{margin-right:0}
#stacks_in_1263568_26 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1263568_26 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1263568_26 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_in_1263568_26 {
	padding: 15px 0px 0px 0px;
}
#stacks_in_1263568_31 .background{}#stacks_in_1263568_31 .fa-stack,#stacks_in_1263568_31 i.fa{color:rgba(150, 0, 31, 1.00);border-radius:0px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_1263568_31 .fa-stack.custom,#stacks_in_1263568_31 i.fa.custom{font-size:24px}#stacks_in_1263568_31 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_1263568_31 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_1263568_31 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_1263568_31 a:hover i.fa{color:rgba(135, 0, 27, 1.00)}#stacks_in_1263568_31 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_1263568_31 a:hover .fa-border{}#stacks_in_1263568_31 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1263568_31 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1263568_31 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1263568_31 .jw-wrapper{}#stacks_in_1263568_31 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1263568_31 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1263568_31 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1263568_31 .jw-wrapper.match{color:rgba(150, 0, 31, 1.00)}#stacks_in_1263568_31 .jw-wrapper.match a{color:rgba(150, 0, 31, 1.00)}#stacks_in_1263568_31 .jw-wrapper.match a:hover{color:rgba(135, 0, 27, 1.00)}#stacks_in_1263568_31 .jw-wrapper.hover i.fa:hover,#stacks_in_1263568_31 .jw-wrapper.hover a:hover{color:rgba(153, 153, 153, 1.00)}

#stacks_in_1263568_31 {
	padding: 0px 10px 20px 0px;
}

#stacks_out_1263568_31 {
	width: 30px;
}
@media only screen and (max-width:414px){#stacks_in_1263568_27 p,#stacks_in_1263568_27 div{text-align:center !important}}#stacks_in_1263568_27 p,#stacks_in_1263568_27 div,#stacks_in_1263568_27 ul,#stacks_in_1263568_27 ol,#stacks_in_1263568_27 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_1263568_27 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1263568_27 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_1263568_27{}}#stacks_in_1263568_27,#stacks_in_1263568_27 div,#stacks_in_1263568_27 p,#stacks_in_1263568_27 ul,#stacks_in_1263568_27 ul li,#stacks_in_1263568_27 ol li,#stacks_in_1263568_27 ol,#stacks_in_1263568_27 dl,#stacks_in_1263568_27 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:"Open Sans",sans-serif ;font-weight:400 ;font-style:normal }


#stacks_in_1263568_27 {
	padding: 0px 0px 0px 4px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1263568_150_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */#stacks_in_1263568_18 a{display:block}#stacks_in_1263568_18{max-width:200px}@media only screen and (min-width:641px){#stacks_in_1263568_18{max-width:225px}}@media only screen and (min-width:1024px){#stacks_in_1263568_18{max-width:270px}}#stacks_in_1263568_18{margin:0 auto;margin-left:auto !important;margin-right:auto !important;}#stacks_in_1263568_18 .prevent-reflow{padding-bottom:57.60%;position:relative;width:100%}#stacks_in_1263568_18 .prevent-reflow img{display:block;position:absolute;top:0;left:0;width:100%;height:auto;margin:0;padding:0}
#stacks_in_1263568_171 > .row.max-custom{margin:0 auto;max-width:200px !important}#stacks_in_1263568_171 > .row.max-custom.max-left{margin-left:0}#stacks_in_1263568_171 > .row.max-custom.max-right{margin-right:0}
#stacks_in_1263568_171 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1263568_171 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1263568_171 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_in_1263568_171 {
	padding: 15px 0px 0px 0px;
}
#stacks_in_1263568_176 .background{}#stacks_in_1263568_176 .fa-stack,#stacks_in_1263568_176 i.fa{color:rgba(150, 0, 31, 1.00);border-radius:0px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_1263568_176 .fa-stack.custom,#stacks_in_1263568_176 i.fa.custom{font-size:24px}#stacks_in_1263568_176 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_1263568_176 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_1263568_176 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_1263568_176 a:hover i.fa{color:rgba(135, 0, 27, 1.00)}#stacks_in_1263568_176 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_1263568_176 a:hover .fa-border{}#stacks_in_1263568_176 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1263568_176 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1263568_176 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1263568_176 .jw-wrapper{}#stacks_in_1263568_176 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1263568_176 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1263568_176 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1263568_176 .jw-wrapper.match{color:rgba(150, 0, 31, 1.00)}#stacks_in_1263568_176 .jw-wrapper.match a{color:rgba(150, 0, 31, 1.00)}#stacks_in_1263568_176 .jw-wrapper.match a:hover{color:rgba(135, 0, 27, 1.00)}#stacks_in_1263568_176 .jw-wrapper.hover i.fa:hover,#stacks_in_1263568_176 .jw-wrapper.hover a:hover{color:rgba(153, 153, 153, 1.00)}

#stacks_in_1263568_176 {
	padding: 0px 10px 20px 0px;
}

#stacks_out_1263568_176 {
	width: 30px;
}
@media only screen and (max-width:414px){#stacks_in_1263568_172 p,#stacks_in_1263568_172 div{text-align:center !important}}#stacks_in_1263568_172 p,#stacks_in_1263568_172 div,#stacks_in_1263568_172 ul,#stacks_in_1263568_172 ol,#stacks_in_1263568_172 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_1263568_172 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1263568_172 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_1263568_172{}}#stacks_in_1263568_172,#stacks_in_1263568_172 div,#stacks_in_1263568_172 p,#stacks_in_1263568_172 ul,#stacks_in_1263568_172 ul li,#stacks_in_1263568_172 ol li,#stacks_in_1263568_172 ol,#stacks_in_1263568_172 dl,#stacks_in_1263568_172 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:"Open Sans",sans-serif ;font-weight:400 ;font-style:normal }


#stacks_in_1263568_172 {
	padding: 0px 0px 0px 4px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1263568_170_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */#stacks_in_1263568_166 > .row{padding-top:1.00rem;padding-bottom:0.00rem}#stacks_in_1263568_166 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1263568_166 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1263568_166 > .row.padding-detailed.padding-medium-up,#stacks_in_1263568_166 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1263568_166 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1263568_166 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1263568_166 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1263568_166 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_1263568_166 > .row.max-custom{margin:0 auto;max-width:200px !important}#stacks_in_1263568_166 > .row.max-custom.max-left{margin-left:0}#stacks_in_1263568_166 > .row.max-custom.max-right{margin-right:0}

  #stacks_in_1263568_167{text-align:center}    #stacks_in_1263568_167 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1263568_167 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1263568_167 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1263568_167.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_1263568_167.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_1263568_167>.button.b-p,#stacks_in_1263568_167>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1263568_167>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1263568_167>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1263568_167.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1263568_167 .button.b-p.expand-large:not(.icon-only),#stacks_in_1263568_167>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1263568_167.bp-wrap{padding:0px 0px 0px 0px}}         
  
/* Start Responsive Shim stack CSS code */.stacks_in_1263568_151_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1263568_164shim{	padding-top: 14%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1263568_165shim{	padding-top: 22%;}/* End Responsive Shim stack CSS code */
     #stacks_in_1263568_160 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1263568_160 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1263568_160 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1263568_160.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_1263568_160.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_1263568_160>.button.b-p,#stacks_in_1263568_160>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1263568_160>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1263568_160>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1263568_160.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1263568_160 .button.b-p.expand-large:not(.icon-only),#stacks_in_1263568_160>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
  @media only screen and (max-width:414px){#stacks_in_1263568_160.bp-wrap{text-align:center!important}#stacks_in_1263568_160.inline-wrap{display:block!important}#stacks_in_1263568_160 .button{float:none!important}}     @media screen and (max-width:641px){#stacks_in_1263568_160.bp-wrap{display:none!important}}       
  
/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_1263568_136 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_1263568_136 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

#stacks_in_1263568_136 .clean-menu-extra {
  display: none;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-logo .cm-logo-right {
  white-space: nowrap;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-logo .cm-logo-right * {
  margin: 0;
  display: flex;
  align-self: center;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu li > a:hover,
#clean-menu_stacks_in_1263568_136 li > a:hover {
  text-decoration: none;
}

#stacks_in_1263568_136 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_1263568_136 {
  max-width: 1320px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}
/* compatability fixes */
#clean-menu_stacks_in_1263568_136 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_1263568_136 ul li > a:after,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_1263568_136.cm-full-menu,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  display: block;
  padding: 0px 0px;
  background: transparent;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li > a {
  padding: 5px 20px;
  margin: 0;
  line-height: 1;
  background: transparent;
  display: inline-block;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul > div,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul > div a,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul ul,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, opacity 300ms ease;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  min-width: 250px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu.clean-menu-active {
  height: auto;
}



#clean-menu-full_stacks_in_1263568_136.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_1263568_136 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_1263568_136.clean-menu-active ul {
  opacity: 1;
  pointer-events: all;
}
.cm-toggle {
  width: 30px;
  height: 28px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.cm-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.cm-toggle span:nth-child(1) {
  top: 0px;
}
.cm-toggle span:nth-child(2),.cm-toggle span:nth-child(3) {
  top: 10px;
}
.cm-toggle span:nth-child(4) {
  top: 20px;
}
.cm-toggle.open span:nth-child(1) {
  opacity: 0;
}
.cm-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cm-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cm-toggle.open span:nth-child(4) {
  opacity: 0;
}


#clean-menu_stacks_in_1263568_136 .cm-toggle span {
  width: 19px;
  border-radius: 4px;
}
#clean-menu_stacks_in_1263568_136 .cm-toggle span:nth-child(1),
#clean-menu_stacks_in_1263568_136 .cm-toggle span:nth-child(4) {
  display: none;
}
#clean-menu_stacks_in_1263568_136 .cm-toggle span:nth-child(2) {
  top: 10px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#clean-menu_stacks_in_1263568_136 .cm-toggle span:nth-child(3) {
  top: 10px;
  left: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#clean-menu_stacks_in_1263568_136 .cm-toggle.open span:nth-child(2) {
  width: 100%;
  left: 0;
  top: 10px;
}
#clean-menu_stacks_in_1263568_136 .cm-toggle.open span:nth-child(3) {
  width: 100%;
  left: 0;
  top: 10px;
}


#clean-menu_stacks_in_1263568_136 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#clean-menu_stacks_in_1263568_136 > div {
  align-self: center;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-full .cm-menu-toggle {
  width: 30px;
  height: 25px;
  box-sizing: border-box;
  padding: 0;
/*  border: 1px solid #000;*/
  border-radius: 3px;
  cursor: pointer;
}
#clean-menu_stacks_in_1263568_136 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-logo {
  max-width: 100px;
  min-width: 100px;
  margin: 0;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-logo .cm-logo-wrap {
  max-width: 100px;
  min-width: 100px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_1263568_136.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_1263568_136 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  display: none;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_1263568_136.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_1263568_136 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  
  
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  text-decoration: none;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_1263568_136.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li > a:visited {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
  font-size: 16px;
  
  font-weight: bold;
  
  line-height: 25px;
  align-items: center;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a {
  font-size: 16px;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a {
  font-family: inherit;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu > ul > li > a {
  
  font-weight: bold;
  
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li > a svg {
  fill: rgba(255, 255, 255, 1.00);
  align-self: center;
  vertical-align: middle;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  
  font-size: 16px;
  line-height: 16px;
  

}
#stacks_in_1263568_136 li > a svg,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 16px;
  height: 16px;
  
}

#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li > a:hover {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(230, 230, 230, 1.00);
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a:hover svg {
  fill: rgba(230, 230, 230, 1.00);
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(255, 255, 255, 1.00);
}
#clean-menu_stacks_in_1263568_136 .cm-toggle span {
  background: #000000;
}
#clean-menu_stacks_in_1263568_136 h1, #clean-menu_stacks_in_1263568_136 h2, #clean-menu_stacks_in_1263568_136 h3, #clean-menu_stacks_in_1263568_136 h4, #clean-menu_stacks_in_1263568_136 h5, #clean-menu_stacks_in_1263568_136 h6, #clean-menu_stacks_in_1263568_136 .layouts-text, #clean-menu_stacks_in_1263568_136 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu > ul > li,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul ul li:before {
  color: rgba(0, 0, 0, 0.40);
  fill: rgba(0, 0, 0, 0.40);
}
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(0, 0, 0, 0.20);
  fill:  rgba(0, 0, 0, 0.20);
}
/* #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(0, 0, 0, 0.40);
  cursor: default;
} */
#clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(0, 0, 0, 0.60);
  fill:  rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(255, 255, 255, 1.00);
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(230, 230, 230, 1.00);
}
/* #clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(255, 255, 255, 1.00);
} */
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(255, 255, 255, 1.00);
}
.disable-parents #clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_1263568_136.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}
.disable-parents #clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li > a.parent:hover:after {
  color: rgba(255, 255, 255, 1.00);
  border-color: rgba(255, 255, 255, 1.00);
}



#clean-menu_stacks_in_1263568_136 .clean-menu-logo {
  margin: 0;
  width: auto;
  max-width: 100px;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  max-width: 100px;
  width: 100%;
  float: right;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-full {
  width: 100px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
/*
div[tag="slice"] > .mez > #stacks_in_1263568_136.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-full {
width: auto; max-width: 300px;
}
*/
#clean-menu_stacks_in_1263568_136 .clean-menu-full .cm-menu-toggle {
  display: block;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div[tag="slice"] > .mez > #stacks_in_1263568_136.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 7px;
}




#clean-menu_stacks_in_1263568_136 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul {
  display: block;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > a.parent:after {
  content: "";
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 8px;
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > a.parent a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > a.parent a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.60);
}


#clean-menu_stacks_in_1263568_136 .clean-menu-logo,
#clean-menu_stacks_in_1263568_136 .clean-menu-full {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}




.cm-sticky-wrap_stacks_in_1263568_136 {
  transition: background 300ms ease;
  background: transparent;
}
.cm-sticky-wrap_stacks_in_1263568_136.cm-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(169, 15, 41, 1.00);
}
.cm-sticky-wrap_stacks_in_1263568_136.cm-sticky > #clean-menu-full_stacks_in_1263568_136.cm-full-menu {
  z-index: 9999;
}
.cm-sticky-wrap_stacks_in_1263568_136.cm-sticky #clean-menu_stacks_in_1263568_136.clean-menu {
  max-width: 1320px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}



@media all and (min-width: 771px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1263568_136 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_1263568_136 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_1263568_136 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

@media all and (max-width: 770px) {
  
  #clean-menu_stacks_in_1263568_136.clean-menu {
    flex-wrap: wrap-reverse;
  }
  #clean-menu_stacks_in_1263568_136 > div  {
    
    
  }
  
  #clean-menu_stacks_in_1263568_136.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_1263568_136 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_1263568_136 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_1263568_136 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_1263568_136 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_1263568_136 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a {
    font-size: calc(16px + 2 );
    line-height: calc(16px + 2 );
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_1263568_136.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_1263568_136.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






.cm-mobile-example #clean-menu-full_stacks_in_1263568_136 {
  min-width: 300px;
}
.cm-mobile-example #clean-menu_stacks_in_1263568_136 .clean-menu-full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_1263568_136 > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_1263568_136 .clean-menu-full .cm-menu-toggle {
  display: block;
}
.cm-mobile-example #clean-menu_stacks_in_1263568_136 .clean-menu-top-level {
  display: none;
}
.cm-mobile-example #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li {
  display: block;
}
.cm-mobile-example #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul ul > li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li.cm-grouped-item > a {
  width: auto;
}
.cm-mobile-example #clean-menu-full_stacks_in_1263568_136.cm-full-menu {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.cm-mobile-example #clean-menu-full_stacks_in_1263568_136.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.cm-mobile-example #clean-menu-full_stacks_in_1263568_136.cm-full-menu ul li.cm-grouped-item > a {
  padding: 8px 30px 8px 0;
}


.cm-mobile-example #clean-menu_stacks_in_1263568_136 .clean-menu-logo {

}








#clean-menu_stacks_in_1263568_136 .clean-menu-top-level ul li.cm-current > a {
  
}

#stacks_in_1263568_136 {
	background-color: rgba(169, 15, 41, 1.00);
	padding: 5px 0px 5px 0px;
}
#stacks_in_1263568_137 a{display:block}#stacks_in_1263568_137 img{}

#stacks_in_1265060 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_1265060 > .s-pro > .sections-layer{display:none}#stacks_in_1265060 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_1265060 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_1265060 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_1265060 > .s-pro > .sections-layer.preload-height{height:10.00vh !important}}#stacks_in_1265060 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_1265060 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:10.00vh}#stacks_in_1265060 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(255, 255, 255, 1.00)}#stacks_in_1265060 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_1265060 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_1265060 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_1265060 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_1265060 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_1265060 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_1265066.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_1265066.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_1265066.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_1265066{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_1265066.box-pos>.s-box{overflow:hidden} #stacks_in_1265066>.s-box{margin: 0px }#stacks_in_1265066>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_1265066>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_1265066>.s-box>.s-box-content{padding: 0px }}   #stacks_in_1265066{max-width:100.00%}@media all and (min-width:640px){#stacks_in_1265066{max-width:100.00%}}#stacks_in_1265066.auto-width{width:auto!important}#stacks_in_1265066.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_1265066>.s-box{position:relative}      
    #stacks_in_1265069.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1265069.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1265069.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:3000px;}#stacks_in_1265069.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1265069.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1265069.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1265069.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 22px }#stacks_in_1265069.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1265069.blu-wrap>.blueprint-col{ width:40%;min-width:0px;max-width:600px;}#stacks_in_1265069.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1265069.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1265069.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1265069.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:900px){#stacks_in_1265069.blu-wrap>.blueprint-col{ width:40%;min-width:0px;max-width:600px;}
#stacks_in_1265069.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1265069.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1265069.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1265069.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1265069.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1265069.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1265069.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1265069.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1265069.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_1265069.blu-wrap>.blueprint-col>.blucol-content{margin: 0.00% 20.00% 0.00% 0.00% }}   @media screen and (min-width:640px){#stacks_in_1265069.blu-wrap>.blueprint-col>.blucol-content{padding: 10.00% 10.00% 10.00% 10.00% }}  @media screen and (min-width:900px){#stacks_in_1265069.blu-wrap>.blueprint-col>.blucol-content{padding: 10.00% 10.00% 10.00% 10.00% }}  #stacks_in_1265069.blu-wrap>.blueprint-col>.blucol-content.bdr-stack{border-width:0px;border-color:rgba(0, 0, 0, 1.00);border-style:solid;border-radius:0px}
    #stacks_in_1265074.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1265074.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1265074.blu-wrap>.blueprint-col{}#stacks_in_1265074.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1265074.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1265074.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1265074.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_1265074.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1265074.blu-wrap>.blueprint-col{ }#stacks_in_1265074.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1265074.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1265074.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1265074.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1265074.blu-wrap>.blueprint-col{ }
#stacks_in_1265074.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1265074.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1265074.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1265074.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1265074.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1265074.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1265074.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1265074.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1265074.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_1265074.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 10.00% 0.00% }}    
@media only screen and (max-width:667px){#stacks_in_1265077 div,#stacks_in_1265077 div{text-align:center !important}#stacks_out_1265077{display:block !important}}@media only screen and (min-width:0px){#stacks_in_1265077 div,#stacks_in_1265077 div{letter-spacing:10.00px}}#stacks_in_1265077 .header-pro.text-center .hTxt{margin-right:-10px}#stacks_in_1265077 div,#stacks_in_1265077 div{color:rgba(1, 16, 62, 1.00)}#stacks_in_1265077 div a,#stacks_in_1265077 div a{color:rgba(1, 16, 62, 1.00)}#stacks_in_1265077 div a:hover,#stacks_in_1265077 div a:hover{color:rgba(0, 12, 46, 1.00)}#stacks_in_1265077 small,#stacks_in_1265077 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1265077 .h-pro{padding:0px}#stacks_in_1265077 .h-pro{border-radius: 0px }#stacks_in_1265077 .h-pro{border-width: 0px ;border-color:rgba(218, 68, 83, 1.00) rgba(51, 51, 51, 0.00) rgba(172, 146, 236, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_1265077 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}#stacks_in_1265077 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Voltaire",Sans-Serif;font-weight:400;font-style:normal}
@media only screen and (max-width:640.00px){#stacks_in_1265077 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_1265077 div{font-size:1.80rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_1265077 div{font-size:2.00rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_1265077 div{font-size:2.50rem!important}}

#stacks_in_1265077 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_1265080 {
	text-transform: uppercase;
	font-weight: lighter;
}

#stacks_in_1265096 {
	letter-spacing: 10px;
}
    #stacks_in_1265083.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1265083.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1265083.blu-wrap>.blueprint-col{}#stacks_in_1265083.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1265083.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1265083.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1265083.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00% 0.00% 0.00% 0.00% }#stacks_in_1265083.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1265083.blu-wrap>.blueprint-col{ }#stacks_in_1265083.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1265083.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1265083.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1265083.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1265083.blu-wrap>.blueprint-col{ }
#stacks_in_1265083.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1265083.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1265083.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1265083.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1265083.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1265083.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1265083.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1265083.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1265083.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
@media only screen and (max-width:667px){#stacks_in_1265085 h4,#stacks_in_1265085 div{text-align:center !important}#stacks_out_1265085{display:block !important}}#stacks_in_1265085 h4,#stacks_in_1265085 div{color:rgba(46, 55, 74, 1.00)}#stacks_in_1265085 h4 a,#stacks_in_1265085 div a{color:rgba(46, 55, 74, 1.00)}#stacks_in_1265085 h4 a:hover,#stacks_in_1265085 div a:hover{color:rgba(34, 41, 55, 1.00)}#stacks_in_1265085 small,#stacks_in_1265085 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1265085 .h-pro{padding:0px}#stacks_in_1265085 .h-pro{border-radius: 0px }#stacks_in_1265085 .h-pro{border-width: 0px ;border-color:rgba(218, 68, 83, 1.00) rgba(51, 51, 51, 0.00) rgba(172, 146, 236, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_1265085 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}#stacks_in_1265085 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Economica",Sans-Serif;font-weight:400;font-style:normal}
@media only screen and (max-width:640.00px){#stacks_in_1265085 h4{font-size:1.20rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_1265085 h4{font-size:1.30rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_1265085 h4{font-size:1.40rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_1265085 h4{font-size:1.50rem!important}}

#stacks_in_1265085 {
	padding:  10px;
}

#stacks_in_1265088 {
	text-transform: uppercase;
	font-weight: lighter;
}

#stacks_in_1265097 {
	letter-spacing: 10px;
	text-transform: capitalize;
}
@media only screen and (max-width:667px){#stacks_in_1265091 p,#stacks_in_1265091 div{text-align:center !important}}#stacks_in_1265091 p,#stacks_in_1265091 div,#stacks_in_1265091 ul,#stacks_in_1265091 ol,#stacks_in_1265091 dl{color:rgba(10, 12, 16, 1.00)}#stacks_in_1265091 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1265091 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_1265091{}}#stacks_in_1265091,#stacks_in_1265091 div,#stacks_in_1265091 p,#stacks_in_1265091 ul,#stacks_in_1265091 ul li,#stacks_in_1265091 ol li,#stacks_in_1265091 ol,#stacks_in_1265091 dl,#stacks_in_1265091 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:"Economica",sans-serif ;font-weight:400 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_1265091,#stacks_in_1265091 div,#stacks_in_1265091 p,#stacks_in_1265091 ol,#stacks_in_1265091 ul li,#stacks_in_1265091 ol li,#stacks_in_1265091 ol,#stacks_in_1265091 dl{font-size:1.10rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1265091,#stacks_in_1265091 div,#stacks_in_1265091 p,#stacks_in_1265091 ol,#stacks_in_1265091 ul li,#stacks_in_1265091 ol li,#stacks_in_1265091 ol,#stacks_in_1265091 dl{font-size:1.20rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1265091,#stacks_in_1265091 div,#stacks_in_1265091 p,#stacks_in_1265091 ol,#stacks_in_1265091 ul li,#stacks_in_1265091 ol li,#stacks_in_1265091 ol,#stacks_in_1265091 dl{font-size:1.20rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1265091,#stacks_in_1265091 div,#stacks_in_1265091 p,#stacks_in_1265091 ol,#stacks_in_1265091 ul li,#stacks_in_1265091 ol li,#stacks_in_1265091 ol,#stacks_in_1265091 dl{font-size:1.30rem!important}}

#stacks_in_1265091 {
	padding:  10px;
}

  #stacks_in_1265570_2{text-align:center}    #stacks_in_1265570_2 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1265570_2 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1265570_2 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1265570_2.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:10.00px}#stacks_in_1265570_2.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:10.00px}       #stacks_in_1265570_2>.button.b-p,#stacks_in_1265570_2>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1265570_2>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1265570_2>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1265570_2.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1265570_2 .button.b-p.expand-large:not(.icon-only),#stacks_in_1265570_2>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1265570_2.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_1265570_2 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_1265570_2 .button.b-p:not(.icon-only){width:280.00px}}   
  
.style-pro-stacks_in_1265069::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1265069:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 10px 10px 30px 30px rgba(0, 0, 0, 0.18)  ;box-shadow: 10px 10px 30px 30px rgba(0, 0, 0, 0.18)  }.style-pro-stacks_in_1265069:not(.bdr-vault)::before,.style-pro-stacks_in_1265069:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_1265069:not(.bdr-vault) > .sections-layer{border-radius: 0px }@media screen and (max-width:640px){.style-pro-stacks_in_1265069:not(.bdr-vault):before,.style-pro-stacks_in_1265069:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_1265069:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_1265069:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}
.style-pro-stacks_in_1265069::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1265069:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(255, 255, 255, 1.00)}

#stacks_in_1265060 > .s-pro.animate-stacks_in_1265061 > .shear-wrapper > .shear-inner,#stacks_in_1265060 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner{position:relative;overflow:hidden;border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_1265060 > .s-pro.animate-stacks_in_1265061 > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_1265060 > .s-pro.animate-stacks_in_1265061 > .shear-wrapper > .shear-inner.bot-edge,#stacks_in_1265060 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_1265060 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner.bot-edge{display:none}#stacks_in_1265060 > .s-pro.animate-stacks_in_1265061 > .shear-wrapper > .shear-inner::before,#stacks_in_1265060 > .s-pro.animate-stacks_in_1265061 > .shear-wrapper > .shear-inner::after,#stacks_in_1265060 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::before,#stacks_in_1265060 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::after{border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_1265060 > .s-pro[class*="pre-eff-"] .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_1265060 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:2500ms;transition-duration:2500ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_1265060 > .s-pro .section-box1.ani-box1{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}#stacks_in_1265060 > .s-pro .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(-50.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(-50.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_1265060 > .s-pro.animate-stacks_in_1265061 .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_1265060 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_1265060 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_1265060 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.style-pro-stacks_in_1265060::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1265060:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_1265060:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-1265063.jpg);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_1265060:not(.bg-vault)::before{background-attachment:scroll !important}}

#stacks_in_1265060 > .s-pro > .shear-wrapper > .shear-inner::before, #stacks_in_1265060.blu-wrap > .blueprint-col > .blucol-content::before {
  height: 100.00%;
  top: auto;
  bottom: 0;
  width: 100.00%;
  left: auto;
  right: auto;
  left: 0.00%; }
  @media screen and (min-width: 640px) {
    #stacks_in_1265060 > .s-pro > .shear-wrapper > .shear-inner::before, #stacks_in_1265060.blu-wrap > .blueprint-col > .blucol-content::before {
      height: 100.00%;
      width: 100.00%;
      left: auto;
      right: auto;
      left: 0.00%; } }
.style-pro-stacks_in_1265060::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1265060:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 0px 30px 3px rgba(204, 204, 204, 0.30)  ;box-shadow: 0px 0px 30px 3px rgba(204, 204, 204, 0.30)  }.style-pro-stacks_in_1265060:not(.bdr-vault)::before,.style-pro-stacks_in_1265060:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_1265060:not(.bdr-vault) > .sections-layer{border-radius: 0px }
    #stacks_in_1263710.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1263710.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1263710.blu-wrap>.blueprint-col{}#stacks_in_1263710.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1263710.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1263710.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1263710.blu-wrap>.blueprint-col>.blucol-content{margin: 20px ;padding: 0px }#stacks_in_1263710.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1263710.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_1263710.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1263710.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1263710.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1263710.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1263710.blu-wrap>.blueprint-col{ width:70%;min-width:0px;max-width:9999px;}
#stacks_in_1263710.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1263710.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1263710.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1263710.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1263710.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1263710.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1263710.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1263710.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1263710.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_1263710.blu-wrap>.blueprint-col>.blucol-content{margin: 5.00% 0.00% 5.00% 0.00% }}  @media screen and (min-width:1000px){#stacks_in_1263710.blu-wrap>.blueprint-col>.blucol-content{margin: 2.00px 0.00px 1.00px 0.00px }}   @media screen and (min-width:1000px){#stacks_in_1263710.blu-wrap>.blueprint-col>.blucol-content{padding: 70.00px 0.00px 70.00px 0.00px }} 
@media only screen and (max-width:640px){#stacks_in_1265645 h1,#stacks_in_1265645 div{text-align:center !important}#stacks_out_1265645{display:block !important}}#stacks_in_1265645 h1,#stacks_in_1265645 div{color:rgba(0, 0, 0, 1.00)}#stacks_in_1265645 h1 a,#stacks_in_1265645 div a{color:rgba(0, 0, 0, 1.00)}#stacks_in_1265645 h1 a:hover,#stacks_in_1265645 div a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_1265645 small,#stacks_in_1265645 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1265645 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Voltaire",sans-serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1265645 h1{font-size:1.40rem!important}}@media only screen and (min-width:480.00px) and (max-width:900.00px){#stacks_in_1265645 h1{font-size:2.20rem!important}}@media only screen and (min-width:900.00px) and (max-width:1200.00px){#stacks_in_1265645 h1{font-size:2.60rem!important}}@media only screen and (min-width:1200.00px){#stacks_in_1265645 h1{font-size:3.00rem!important}}

#stacks_in_1265645 {
	padding: 10px 0px 30px 0px;
}

#stacks_in_1265647 {
	font-weight: bold;
}
#stacks_in_1265248 > .row.max-custom{margin:0 auto;max-width:1000px !important}#stacks_in_1265248 > .row.max-custom.max-left{margin-left:0}#stacks_in_1265248 > .row.max-custom.max-right{margin-right:0}
#stacks_in_1265248 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_1265248 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1265248 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1265252 > .row{padding-top:1.00rem;padding-bottom:1.00rem}#stacks_in_1265252 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1265252 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1265252 > .row.padding-detailed.padding-medium-up,#stacks_in_1265252 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1265252 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1265252 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1265252 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1265252 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1263717 figure{text-align:center}#stacks_in_1263717 .mdph{display:none}#stacks_in_1263717 .mdp.book-set{widows:5;orphans:5}#stacks_in_1263717 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_1263717 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_1263717 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_1263717 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_1263717 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_1263717 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_1263717 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_1263717 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_1263717 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_1263717 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_1263717 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_1263717 p{}}
#stacks_in_1265253 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1265253 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1265253 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1265253 > .row.padding-detailed.padding-medium-up,#stacks_in_1265253 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1265253 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1265253 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1265253 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1265253 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_1265253 > .row.max-custom{margin:0 auto;max-width:600px !important}#stacks_in_1265253 > .row.max-custom.max-left{margin-left:0}#stacks_in_1265253 > .row.max-custom.max-right{margin-right:0}
@media only screen and (max-width:667px){#stacks_in_1265255 p,#stacks_in_1265255 div{text-align:center !important}}#stacks_in_1265255 p,#stacks_in_1265255 div,#stacks_in_1265255 ul,#stacks_in_1265255 ol,#stacks_in_1265255 dl{color:rgba(28, 37, 47, 1.00)}#stacks_in_1265255 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1265255 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_1265255{}}#stacks_in_1265255,#stacks_in_1265255 div,#stacks_in_1265255 p,#stacks_in_1265255 ul,#stacks_in_1265255 ul li,#stacks_in_1265255 ol li,#stacks_in_1265255 ol,#stacks_in_1265255 dl,#stacks_in_1265255 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:"Voltaire",sans-serif ;font-weight:400 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_1265255,#stacks_in_1265255 div,#stacks_in_1265255 p,#stacks_in_1265255 ol,#stacks_in_1265255 ul li,#stacks_in_1265255 ol li,#stacks_in_1265255 ol,#stacks_in_1265255 dl{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1265255,#stacks_in_1265255 div,#stacks_in_1265255 p,#stacks_in_1265255 ol,#stacks_in_1265255 ul li,#stacks_in_1265255 ol li,#stacks_in_1265255 ol,#stacks_in_1265255 dl{font-size:1.40rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1265255,#stacks_in_1265255 div,#stacks_in_1265255 p,#stacks_in_1265255 ol,#stacks_in_1265255 ul li,#stacks_in_1265255 ol li,#stacks_in_1265255 ol,#stacks_in_1265255 dl{font-size:1.60rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1265255,#stacks_in_1265255 div,#stacks_in_1265255 p,#stacks_in_1265255 ol,#stacks_in_1265255 ul li,#stacks_in_1265255 ol li,#stacks_in_1265255 ol,#stacks_in_1265255 dl{font-size:1.80rem!important}}

#stacks_in_1265255 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_1265258 {
	font-weight: bolder;
}
#stacks_in_1265259 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1265259 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1265259 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1265259 > .row.padding-detailed.padding-medium-up,#stacks_in_1265259 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1265259 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1265259 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1265259 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1265259 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1265260 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1265260 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1265260 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1265260 > .row.padding-detailed.padding-medium-up,#stacks_in_1265260 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1265260 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1265260 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1265260 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1265260 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1265260 {
	-moz-border-radius: 0px 0px 9px 9px;
	-webkit-border-radius: 0px 0px 9px 9px;
	border-radius: 0px 0px 9px 9px;
}
/* 
Formsnap v.3.0.11 Stylesheet 
MODIFIED: 2019/10/16 10:27:16
*/




/* live edits to work in formsnap */
#stacks_in_1265262 .control-group.incase,
#stacks_in_1265262 .yd-radio-checkbox,
#stacks_in_1265262 .yd-file
{
  width:100%;
  margin: 0px 0px 10px 0px !important;
}



#stacks_in_1265262, #stacks_out_1265262, .stacks_top, #%id# .out
{
	 overflow: visible;
 }

/* custom overrides */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9A9A9A;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9A9A9A;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #9A9A9A;
}

#stacks_in_1265262 .control-group .img-drop, 
#stacks_in_1265262 .control-group .incase-box, 
#stacks_in_1265262 .control-group input:not(.and-up), 
#stacks_in_1265262 .control-group select, 
#stacks_in_1265262 .control-group textarea {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  color: #616161;
  border-color: #CFCFCF;
  border-width: 1px;
  background-color: #FFFFFF;
}

#stacks_in_1265262 .control-group.incase input:focus, 
#stacks_in_1265262 .control-group.incase select:focus, 
#stacks_in_1265262 .control-group.incase textarea:focus {
  border-color: #CFCFCF;
  outline: 0;
  box-shadow: none;
}

/* #stacks_in_1265262  .yd-file:before {
  background-color: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #616161;
} */

#stacks_in_1265262  .yd-file .yd-file-in {
  background: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
/*  border: 1px solid #dbdbdb;*/
}

#stacks_in_1265262 .yd-rating.yd-no-label .yd-star-menu {
  padding-top:6px;
}

#stacks_in_1265262  .yd-rating .yd-rating-in {
  background: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
/*  border: 1px solid #dbdbdb;*/
}

#stacks_in_1265262 .yd-file.yd-no-label .selected-file {
  padding-top:6px;
}

#stacks_in_1265262  .yd-required {
  color: #8E2F2E;
}

#stacks_in_1265262 .yd-sub-text {
  color: #400080;
  font-size: 13px;
}

#stacks_in_1265262 .yd-border {
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_1265262 .yd-trumbowyg .trumbowyg-button-pane {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_1265262 .trumbowyg-button-pane button {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #616161;
}
#stacks_in_1265262 .yd-trumbowyg {
  background:  #FFFFFF;
  background-color:  #FFFFFF;
}

#stacks_in_1265262 .yd-trumbowyg .trumbowyg-editor {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_1265262 .trumbowyg-button-pane button.trumbowyg-active, 
#stacks_in_1265262 .trumbowyg-button-pane button:not(.trumbowyg-disable):focus, 
#stacks_in_1265262 .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: transparent;
}


#stacks_in_1265262 .parsley-errors-list li,
#stacks_in_1265262 .yd-invalid-msg {
  color:#8E2F2E;
  font-size:14px;
}

#stacks_in_1265262 button.yd-btn {
  background: #FFFFFF;
  color: #222222;
  font-size: 15px;
  padding: 10px 10px;
  font-family: "Roboto Mono", monospace;
}

#stacks_in_1265262 button.yd-btn:disabled,
#stacks_in_1265262 button.yd-btn[disabled]{
  opacity:.5;
  cursor: not-allowed !important;
}

#stacks_in_1265262 button.yd-btn:hover {
  background: #E6E6E6;
}

#stacks_in_1265262 button.yd-btn.yd-primary {
  background: #5771A2;
  color: #FFFFFF;
  font-size:  15px;
}

#stacks_in_1265262 button.yd-btn.yd-primary:hover {
  background: #3E5889;
}

#stacks_in_1265262 .refresh-captcha {
  background-color: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #5771A2;
  border-bottom-width: 0;
/*  border: 1px solid #DBDBDB;*/
}


#stacks_in_1265262 .accent-color, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, 
#stacks_in_1265262 .control-group.incase label, 
#stacks_in_1265262 div[class^=yd-]>div>label {
color: #5771A2;
/* font-size:  11px;
font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif"; */
}

input.yd-star:checked ~ label.yd-star:before {
  color:#5771A2;
  transition: all .25s;
}

input.yd-rating-star-5:checked ~ label.yd-star:before {
  color:#5771A2;
}


#stacks_in_1265262 .control-group.incase label, 
#stacks_in_1265262 div[class^=yd-]>div>label {
color: #5771A2;
font-size:  11px;
font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

.yd-add-item {
	font-size:  11px;
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif"; /* same size as labels */
}

#stacks_in_1265262 .fs-checkbox-label{
	color: #616173;
	font-size:  14px;
}

#stacks_in_1265262 .yd-file:before { color: #5771A2; }

#stacks_in_1265262 .fs-checkbox-label{
	color: #616173;
	font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

#stacks_in_1265262 .radio_checkbox li a{;
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
  font-size:  14px;
}

#stacks_in_1265262 .control-group.incase .incase-box, 
#stacks_in_1265262 .control-group.incase input, 
#stacks_in_1265262 .control-group.incase select, 
#stacks_in_1265262 .control-group.incase textarea{
	color: #616161;
	font-size:  14px;
	font-family: "Roboto Mono", monospace;
  border-color: #CFCFCF;
  border-width: 1px;
  /* padding-top: %input-padding-top%; */
}

/* select down arrow color */
#stacks_in_1265262 .control-group.yd-select>div:after {
  border-top: 6px solid #CFCFCF;
}


#stacks_in_1265262 .fs-checkbox-radio .fs-checkbox-flag, 
#stacks_in_1265262 .rangeslider__fill {
background: #5771A2;
}

#stacks_in_1265262 .fs-checkbox-flag:before {
  border-color: #5771A2;
}

#stacks_in_1265262 .steps .yd-step.current {
  border-color: #E0E0E0;
}

#stacks_in_1265262 .yd-step-dots ul li i.fa { color:#E0E0E0 !important; }
#stacks_in_1265262 .yd-step-dots ul li.active i.fa { color:#5771A2 !important; }

/* mobile buttons */
.calentim-container-mobile .calentim-input .calentim-footer button.calentim-cancel {
	color: #5771A2;
	border: 1px solid #5771A2;
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply {
	background: #5771A2;
	border: 1px solid #5771A2
}


.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start:hover, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start:hover, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected {
background: #5771A2; border-color: #5771A2;
}

 .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
    background:#3E5889; color:#fff;
    }

		/* hight light color */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected), 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
	background-color: #9DB7E8;
	}
 .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span {
		background-color: #9DB7E8;
		}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today {
		color: #5771A2;
		}

.calentim-container .calentim-input, .calentim-container-mobile .calentim-input {
  border-color: #CFCFCF;
/*  border-width: 1px;*/
}

/* light pre-select color on drag */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected), 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
  background-color: #A7C1F2;
  }

/* selected day inner span */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
  background: #5771A2;
  }

/* hide top pointer */
#stacks_in_1265262 .calentim-box-arrow-top:before {
  border-color: rgba(184,184,184,0);
  border-bottom-color:  #CFCFCF;
}

/* header link hover */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover{
  color: #5771A2;
}

/* month selected */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current {
  background: #5771A2;
}

/* month hover */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover
 {
  background: #708ABB;
}

/* year selected */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current {
  background: #5771A2;
}

/* year carets */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev {
  color: #5771A2;
}

/* year hover */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover {
  background: #708ABB;
}

/* Alerts */

#stacks_in_1265262 .yd-alert {
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

#stacks_in_1265262 .rangeslider__value-bubble {
	background-color: #5771A2;
}

#stacks_in_1265262 .rangeslider__value-bubble::before {
	border-top: 6px solid #5771A2;
}

#stacks_in_1265262 .color-well {
	position:absolute; top:26px; left:11px; width:12px; height:12px; border-radius:3px;
}



/* .yd-error.yd-textarea .yd-counter
{
	bottom: 34px !important;
} */
.yd-error .yd-tooltip {
	bottom: 38px !important;
}

#stacks_in_1265262 .form-navigation  {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -ms-grid;
  /* for shitty ie support */
  display: grid;
  -ms-grid-columns: 12 1fr;
  grid-template-columns: repeat(12, 1fr);
	grid-gap: 20px; 
}

#stacks_in_1265262 .form-navigation .fs-col-1,
#stacks_in_1265262 .form-navigation .fs-col-2,
#stacks_in_1265262 .form-navigation .fs-col-3,
#stacks_in_1265262 .form-navigation .fs-col-4,
#stacks_in_1265262 .form-navigation .fs-col-5,
#stacks_in_1265262 .form-navigation .fs-col-6,
#stacks_in_1265262 .form-navigation .fs-col-7,
#stacks_in_1265262 .form-navigation .fs-col-8,
#stacks_in_1265262 .form-navigation .fs-col-9,
#stacks_in_1265262 .form-navigation .fs-col-10,
#stacks_in_1265262 .form-navigation .fs-col-11,
#stacks_in_1265262 .form-navigation .fs-col-12 {
  -ms-grid-column: 12;
  -ms-grid-row: 1;
  grid-column: span 12; }

@media (min-width: 600px) {
  #stacks_in_1265262 .form-navigation .fs-col-1 {
    -ms-grid-column: 1;
    grid-column: span 1; }
		#stacks_in_1265262 .form-navigation .fs-col-2 {
    -ms-grid-column: 2;
    grid-column: span 2; }
		#stacks_in_1265262 .form-navigation .fs-col-3 {
    -ms-grid-column: 3;
    grid-column: span 3; }
		#stacks_in_1265262 .form-navigation .fs-col-4 {
    -ms-grid-column: 4;
    grid-column: span 4; }
		#stacks_in_1265262 .form-navigation .fs-col-5 {
    -ms-grid-column: 5;
    grid-column: span 5; }
		#stacks_in_1265262 .form-navigation .fs-col-6 {
    -ms-grid-column: 6;
    grid-column: span 6; }
		#stacks_in_1265262 .form-navigation .fs-col-7 {
    -ms-grid-column: 7;
    grid-column: span 7; }
		#stacks_in_1265262 .form-navigation .fs-col-8 {
    -ms-grid-column: 8;
    grid-column: span 8; }
		#stacks_in_1265262 .form-navigation .fs-col-9 {
    -ms-grid-column: 9;
    grid-column: span 9; }
		#stacks_in_1265262 .form-navigation .fs-col-10 {
    -ms-grid-column: 10;
    grid-column: span 10; }
		#stacks_in_1265262 .form-navigation .fs-col-11 {
    -ms-grid-column: 11;
    grid-column: span 11; }
		#stacks_in_1265262 .form-navigation .fs-col-12 {
    -ms-grid-column: 12;
    grid-column: span 12; } }

	#stacks_in_1265262 .form-navigation:not(:first-child) {
  margin: 20px 0 20px 0; }

  
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .incase.control-group {
    float: none !important; }
		#stacks_in_1265262 .form-navigation .fs-grid-container {
    display: block; }
		#stacks_in_1265262 .form-navigation .fs-col-1,
		#stacks_in_1265262 .form-navigation .fs-col-2,
		#stacks_in_1265262 .form-navigation .fs-col-3,
		#stacks_in_1265262 .form-navigation .fs-col-4,
		#stacks_in_1265262 .form-navigation .fs-col-5,
		#stacks_in_1265262 .form-navigation .fs-col-6,
		#stacks_in_1265262 .form-navigation .fs-col-7,
		#stacks_in_1265262 .form-navigation .fs-col-8,
		#stacks_in_1265262 .form-navigation .fs-col-9,
		#stacks_in_1265262 .form-navigation .fs-col-10,
		#stacks_in_1265262 .form-navigation .fs-col-11,
		#stacks_in_1265262 .form-navigation .fs-col-12 {
    width: 100%;
		margin: 10px auto; } 
	}


	/* modal custom colors */
  #stacks_in_1265262 .yd-overlay{background: rgba(0, 0, 0, 0.80);}
  #stacks_in_1265262 .yd-content{background:rgba(255, 255, 255, 1.00);color:rgba(70, 69, 69, 1.00);}
  #stacks_in_1265262 .yd-content h3{border-bottom-color: rgba(0, 0, 0, 0.15);}
  #stacks_in_1265262 .yd-content .yd-body{border-bottom-color: rgba(0, 0, 0, 0.15);}
  #stacks_in_1265262 .yd-modal.error .yd-content h3{color:rgba(70, 69, 69, 1.00);}
  #stacks_in_1265262 .yd-modal.success .yd-content h3{color:rgba(70, 69, 69, 1.00);}
  #stacks_in_1265262 .yd-modal-show.yd-effect-12 ~ .yd-overlay {background: rgba(255, 255, 255, 1.00)} 
  #stacks_in_1265262 .yd-modal-show.yd-effect-16 ~ .yd-overlay {background: rgba(0, 0, 0, 0.80);}
  #stacks_in_1265262 .yd-modal.process .yd-content button { display:none !important; }

/* loader */

#stacks_in_1265262 .yd-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
#stacks_in_1265262 .yd-loader div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #5771A2;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#stacks_in_1265262 .yd-loader div:nth-child(1) {
  left: 6px;
  animation: yd-loader1 0.6s infinite;
}
#stacks_in_1265262 .yd-loader div:nth-child(2) {
  left: 6px;
  animation: yd-loader2 0.6s infinite;
}
#stacks_in_1265262 .yd-loader div:nth-child(3) {
  left: 26px;
  animation: yd-loader2 0.6s infinite;
}
#stacks_in_1265262 .yd-loader div:nth-child(4) {
  left: 45px;
  animation: yd-loader3 0.6s infinite;
}
@keyframes yd-loader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes yd-loader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes yd-loader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}



 
#stacks_in_1265262 {
	margin:  10px;
}


#fs-grid-stacks_in_1265265  {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -ms-grid;
  /* for shitty ie support */
  display: grid;
  -ms-grid-columns: 12 1fr;
  grid-template-columns: repeat(12, 1fr);
	grid-gap: 5px; 
}

#fs-grid-stacks_in_1265265 .fs-col-1,
#fs-grid-stacks_in_1265265 .fs-col-2,
#fs-grid-stacks_in_1265265 .fs-col-3,
#fs-grid-stacks_in_1265265 .fs-col-4,
#fs-grid-stacks_in_1265265 .fs-col-5,
#fs-grid-stacks_in_1265265 .fs-col-6,
#fs-grid-stacks_in_1265265 .fs-col-7,
#fs-grid-stacks_in_1265265 .fs-col-8,
#fs-grid-stacks_in_1265265 .fs-col-9,
#fs-grid-stacks_in_1265265 .fs-col-10,
#fs-grid-stacks_in_1265265 .fs-col-11,
#fs-grid-stacks_in_1265265 .fs-col-12 {
  -ms-grid-column: 12;
  -ms-grid-row: 1;
  grid-column: span 12; }

@media (min-width: 600px) {
  #fs-grid-stacks_in_1265265 .fs-col-1 {
    -ms-grid-column: 1;
    grid-column: span 1; }
		#fs-grid-stacks_in_1265265 .fs-col-2 {
    -ms-grid-column: 2;
    grid-column: span 2; }
		#fs-grid-stacks_in_1265265 .fs-col-3 {
    -ms-grid-column: 3;
    grid-column: span 3; }
		#fs-grid-stacks_in_1265265 .fs-col-4 {
    -ms-grid-column: 4;
    grid-column: span 4; }
		#fs-grid-stacks_in_1265265 .fs-col-5 {
    -ms-grid-column: 5;
    grid-column: span 5; }
		#fs-grid-stacks_in_1265265 .fs-col-6 {
    -ms-grid-column: 6;
    grid-column: span 6; }
		#fs-grid-stacks_in_1265265 .fs-col-7 {
    -ms-grid-column: 7;
    grid-column: span 7; }
		#fs-grid-stacks_in_1265265 .fs-col-8 {
    -ms-grid-column: 8;
    grid-column: span 8; }
		#fs-grid-stacks_in_1265265 .fs-col-9 {
    -ms-grid-column: 9;
    grid-column: span 9; }
		#fs-grid-stacks_in_1265265 .fs-col-10 {
    -ms-grid-column: 10;
    grid-column: span 10; }
		#fs-grid-stacks_in_1265265 .fs-col-11 {
    -ms-grid-column: 11;
    grid-column: span 11; }
		#fs-grid-stacks_in_1265265 .fs-col-12 {
    -ms-grid-column: 12;
    grid-column: span 12; } }

		/* #fs-grid-stacks_in_1265265:not(:first-child) {
  margin-top: 20px; } */

  
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .incase.control-group {
    float: none !important; }
		#fs-grid-stacks_in_1265265 .fs-grid-container {
    display: block; }
		#fs-grid-stacks_in_1265265 .fs-col-1,
		#fs-grid-stacks_in_1265265 .fs-col-2,
		#fs-grid-stacks_in_1265265 .fs-col-3,
		#fs-grid-stacks_in_1265265 .fs-col-4,
		#fs-grid-stacks_in_1265265 .fs-col-5,
		#fs-grid-stacks_in_1265265 .fs-col-6,
		#fs-grid-stacks_in_1265265 .fs-col-7,
		#fs-grid-stacks_in_1265265 .fs-col-8,
		#fs-grid-stacks_in_1265265 .fs-col-9,
		#fs-grid-stacks_in_1265265 .fs-col-10,
		#fs-grid-stacks_in_1265265 .fs-col-11,
		#fs-grid-stacks_in_1265265 .fs-col-12 {
    width: 100%;
		margin: 10px auto; } 
	}

	
         

#fs-grid-stacks_in_1265280  {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -ms-grid;
  /* for shitty ie support */
  display: grid;
  -ms-grid-columns: 12 1fr;
  grid-template-columns: repeat(12, 1fr);
	grid-gap: 20px; 
}

#fs-grid-stacks_in_1265280 .fs-col-1,
#fs-grid-stacks_in_1265280 .fs-col-2,
#fs-grid-stacks_in_1265280 .fs-col-3,
#fs-grid-stacks_in_1265280 .fs-col-4,
#fs-grid-stacks_in_1265280 .fs-col-5,
#fs-grid-stacks_in_1265280 .fs-col-6,
#fs-grid-stacks_in_1265280 .fs-col-7,
#fs-grid-stacks_in_1265280 .fs-col-8,
#fs-grid-stacks_in_1265280 .fs-col-9,
#fs-grid-stacks_in_1265280 .fs-col-10,
#fs-grid-stacks_in_1265280 .fs-col-11,
#fs-grid-stacks_in_1265280 .fs-col-12 {
  -ms-grid-column: 12;
  -ms-grid-row: 1;
  grid-column: span 12; }

@media (min-width: 600px) {
  #fs-grid-stacks_in_1265280 .fs-col-1 {
    -ms-grid-column: 1;
    grid-column: span 1; }
		#fs-grid-stacks_in_1265280 .fs-col-2 {
    -ms-grid-column: 2;
    grid-column: span 2; }
		#fs-grid-stacks_in_1265280 .fs-col-3 {
    -ms-grid-column: 3;
    grid-column: span 3; }
		#fs-grid-stacks_in_1265280 .fs-col-4 {
    -ms-grid-column: 4;
    grid-column: span 4; }
		#fs-grid-stacks_in_1265280 .fs-col-5 {
    -ms-grid-column: 5;
    grid-column: span 5; }
		#fs-grid-stacks_in_1265280 .fs-col-6 {
    -ms-grid-column: 6;
    grid-column: span 6; }
		#fs-grid-stacks_in_1265280 .fs-col-7 {
    -ms-grid-column: 7;
    grid-column: span 7; }
		#fs-grid-stacks_in_1265280 .fs-col-8 {
    -ms-grid-column: 8;
    grid-column: span 8; }
		#fs-grid-stacks_in_1265280 .fs-col-9 {
    -ms-grid-column: 9;
    grid-column: span 9; }
		#fs-grid-stacks_in_1265280 .fs-col-10 {
    -ms-grid-column: 10;
    grid-column: span 10; }
		#fs-grid-stacks_in_1265280 .fs-col-11 {
    -ms-grid-column: 11;
    grid-column: span 11; }
		#fs-grid-stacks_in_1265280 .fs-col-12 {
    -ms-grid-column: 12;
    grid-column: span 12; } }

		/* #fs-grid-stacks_in_1265280:not(:first-child) {
  margin-top: 20px; } */

  
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .incase.control-group {
    float: none !important; }
		#fs-grid-stacks_in_1265280 .fs-grid-container {
    display: block; }
		#fs-grid-stacks_in_1265280 .fs-col-1,
		#fs-grid-stacks_in_1265280 .fs-col-2,
		#fs-grid-stacks_in_1265280 .fs-col-3,
		#fs-grid-stacks_in_1265280 .fs-col-4,
		#fs-grid-stacks_in_1265280 .fs-col-5,
		#fs-grid-stacks_in_1265280 .fs-col-6,
		#fs-grid-stacks_in_1265280 .fs-col-7,
		#fs-grid-stacks_in_1265280 .fs-col-8,
		#fs-grid-stacks_in_1265280 .fs-col-9,
		#fs-grid-stacks_in_1265280 .fs-col-10,
		#fs-grid-stacks_in_1265280 .fs-col-11,
		#fs-grid-stacks_in_1265280 .fs-col-12 {
    width: 100%;
		margin: 10px auto; } 
	}

	
  @media only screen and (max-width:414px){#stacks_in_1265283 p,#stacks_in_1265283 div{text-align:center !important}}#stacks_in_1265283 p,#stacks_in_1265283 div{margin-bottom:0}#stacks_in_1265283,#stacks_in_1265283 div,#stacks_in_1265283 p,#stacks_in_1265283 ol,#stacks_in_1265283 ul li,#stacks_in_1265283 ol li,#stacks_in_1265283 ol,#stacks_in_1265283 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1265283,#stacks_in_1265283 div,#stacks_in_1265283 p,#stacks_in_1265283 ol,#stacks_in_1265283 ul li,#stacks_in_1265283 ol li,#stacks_in_1265283 ol,#stacks_in_1265283 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_1265283,#stacks_in_1265283 div,#stacks_in_1265283 p,#stacks_in_1265283 .fa:not(.no-indent),#stacks_in_1265283 ol,#stacks_in_1265283 ul li,#stacks_in_1265283 ol li,#stacks_in_1265283 ol,#stacks_in_1265283 dl{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_1265283{}}


#stacks_in_1265283 {
	padding: 0px 10px 10px 10px;
}
 

#fs-grid-stacks_in_1265288  {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -ms-grid;
  /* for shitty ie support */
  display: grid;
  -ms-grid-columns: 12 1fr;
  grid-template-columns: repeat(12, 1fr);
	grid-gap: 20px; 
}

#fs-grid-stacks_in_1265288 .fs-col-1,
#fs-grid-stacks_in_1265288 .fs-col-2,
#fs-grid-stacks_in_1265288 .fs-col-3,
#fs-grid-stacks_in_1265288 .fs-col-4,
#fs-grid-stacks_in_1265288 .fs-col-5,
#fs-grid-stacks_in_1265288 .fs-col-6,
#fs-grid-stacks_in_1265288 .fs-col-7,
#fs-grid-stacks_in_1265288 .fs-col-8,
#fs-grid-stacks_in_1265288 .fs-col-9,
#fs-grid-stacks_in_1265288 .fs-col-10,
#fs-grid-stacks_in_1265288 .fs-col-11,
#fs-grid-stacks_in_1265288 .fs-col-12 {
  -ms-grid-column: 12;
  -ms-grid-row: 1;
  grid-column: span 12; }

@media (min-width: 600px) {
  #fs-grid-stacks_in_1265288 .fs-col-1 {
    -ms-grid-column: 1;
    grid-column: span 1; }
		#fs-grid-stacks_in_1265288 .fs-col-2 {
    -ms-grid-column: 2;
    grid-column: span 2; }
		#fs-grid-stacks_in_1265288 .fs-col-3 {
    -ms-grid-column: 3;
    grid-column: span 3; }
		#fs-grid-stacks_in_1265288 .fs-col-4 {
    -ms-grid-column: 4;
    grid-column: span 4; }
		#fs-grid-stacks_in_1265288 .fs-col-5 {
    -ms-grid-column: 5;
    grid-column: span 5; }
		#fs-grid-stacks_in_1265288 .fs-col-6 {
    -ms-grid-column: 6;
    grid-column: span 6; }
		#fs-grid-stacks_in_1265288 .fs-col-7 {
    -ms-grid-column: 7;
    grid-column: span 7; }
		#fs-grid-stacks_in_1265288 .fs-col-8 {
    -ms-grid-column: 8;
    grid-column: span 8; }
		#fs-grid-stacks_in_1265288 .fs-col-9 {
    -ms-grid-column: 9;
    grid-column: span 9; }
		#fs-grid-stacks_in_1265288 .fs-col-10 {
    -ms-grid-column: 10;
    grid-column: span 10; }
		#fs-grid-stacks_in_1265288 .fs-col-11 {
    -ms-grid-column: 11;
    grid-column: span 11; }
		#fs-grid-stacks_in_1265288 .fs-col-12 {
    -ms-grid-column: 12;
    grid-column: span 12; } }

		/* #fs-grid-stacks_in_1265288:not(:first-child) {
  margin-top: 20px; } */

  
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .incase.control-group {
    float: none !important; }
		#fs-grid-stacks_in_1265288 .fs-grid-container {
    display: block; }
		#fs-grid-stacks_in_1265288 .fs-col-1,
		#fs-grid-stacks_in_1265288 .fs-col-2,
		#fs-grid-stacks_in_1265288 .fs-col-3,
		#fs-grid-stacks_in_1265288 .fs-col-4,
		#fs-grid-stacks_in_1265288 .fs-col-5,
		#fs-grid-stacks_in_1265288 .fs-col-6,
		#fs-grid-stacks_in_1265288 .fs-col-7,
		#fs-grid-stacks_in_1265288 .fs-col-8,
		#fs-grid-stacks_in_1265288 .fs-col-9,
		#fs-grid-stacks_in_1265288 .fs-col-10,
		#fs-grid-stacks_in_1265288 .fs-col-11,
		#fs-grid-stacks_in_1265288 .fs-col-12 {
    width: 100%;
		margin: 10px auto; } 
	}

	
  
a.formsnap-reset:hover,
a.formsnap-reset:focus{
	cursor: pointer;
}
  #stacks_in_1265294 p,#stacks_in_1265294 div{margin-bottom:0}#stacks_in_1265294 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1265294 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_1265294,#stacks_in_1265294 div,#stacks_in_1265294 p,#stacks_in_1265294 ol,#stacks_in_1265294 ul li,#stacks_in_1265294 ol li,#stacks_in_1265294 ol,#stacks_in_1265294 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_1265294,#stacks_in_1265294 div,#stacks_in_1265294 p,#stacks_in_1265294 ol,#stacks_in_1265294 ul li,#stacks_in_1265294 ol li,#stacks_in_1265294 ol,#stacks_in_1265294 dl{font-size:0.80rem}}@media only screen and (min-width:0px){#stacks_in_1265294,#stacks_in_1265294 div,#stacks_in_1265294 p,#stacks_in_1265294 .fa:not(.no-indent),#stacks_in_1265294 ol,#stacks_in_1265294 ul li,#stacks_in_1265294 ol li,#stacks_in_1265294 ol,#stacks_in_1265294 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_1265294{}}


#stacks_in_1265294 {
	padding: 0px 10px 0px 10px;
}
    #stacks_in_1265598.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1265598.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1265598.blu-wrap>.blueprint-col{}#stacks_in_1265598.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1265598.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1265598.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1265598.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_1265598.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1265598.blu-wrap>.blueprint-col{ }#stacks_in_1265598.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1265598.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1265598.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1265598.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1265598.blu-wrap>.blueprint-col{ }
#stacks_in_1265598.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1265598.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1265598.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1265598.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1265598.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1265598.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1265598.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1265598.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1265598.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
 @media(hover:hover){#stacks_in_1265600.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_1265600.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_1265600.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_1265600.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_1265600.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_1265600.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_1265600.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_1265600.blu-sidebar.full-height{height:100vh}#stacks_in_1265600.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_1265600.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_1265600.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_1265600.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_1265600.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_1265600.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_1265600.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_1265600.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_1265600.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_1265600.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-height:0px){#stacks_in_1265600.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_1265600.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_1265600.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_1265600.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_1265600.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_1265600.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_1265600.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_1265600.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_1265600.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_1265600.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_1265600.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_1265600.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_1265600.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_1265600.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_1265600.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_1265600.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% - 0px);flex-basis:calc(50% - 0px);max-width:9999px;min-width:100px}
#stacks_in_1265600.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_1265600.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_1265600.blu-sidebar>.blu-content::before,#stacks_in_1265600.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_1265600.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_1265600.blu-sidebar>.blu-side::before,#stacks_in_1265600.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
  #stacks_in_1265630.scroll-mate-wrapper.sm-float{z-index:0}#stacks_in_1265630.scroll-mate-wrapper{overflow:visible}#stacks_in_1265630.scroll-mate-wrapper.scroll-perspective{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:500px;perspective:500px}#stacks_in_1265630.scroll-mate-wrapper>.scroll-mate-inner{-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}  
    #stacks_in_1265633.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1265633.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1265633.blu-wrap>.blueprint-col{}#stacks_in_1265633.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1265633.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1265633.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1265633.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:50.00% 0.00% 50.00% 0.00% }#stacks_in_1265633.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1265633.blu-wrap>.blueprint-col{ }#stacks_in_1265633.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1265633.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1265633.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1265633.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1265633.blu-wrap>.blueprint-col{ }
#stacks_in_1265633.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1265633.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1265633.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1265633.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1265633.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1265633.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1265633.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1265633.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1265633.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_1265633.blu-wrap>.blueprint-col>.blucol-content{padding: 120.00% 0.00% 120.00% 0.00% }}  @media screen and (min-width:1000px){#stacks_in_1265633.blu-wrap>.blueprint-col>.blucol-content{padding: 50.00% 0.00% 50.00% 0.00% }} 
.style-pro-stacks_in_1265633::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1265633:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_1265633:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-1265635.jpg);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_1265633:not(.bg-vault)::before{background-attachment:scroll !important}}

    #stacks_in_1265606.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1265606.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1265606.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:9999px;}#stacks_in_1265606.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1265606.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1265606.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1265606.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:20.00% 0.00% 20.00% 0.00% }#stacks_in_1265606.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1265606.blu-wrap>.blueprint-col{ width:75%;min-width:0px;max-width:9999px;}#stacks_in_1265606.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1265606.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1265606.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1265606.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1265606.blu-wrap>.blueprint-col{ }
#stacks_in_1265606.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1265606.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1265606.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1265606.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1265606.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1265606.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1265606.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1265606.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1265606.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_1265606.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00% 0.00% 10.00% 0.00% }}  
  #stacks_in_1265609.scroll-mate-wrapper.sm-float{z-index:0}#stacks_in_1265609.scroll-mate-wrapper{overflow:visible}#stacks_in_1265609.scroll-mate-wrapper.scroll-perspective{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:500px;perspective:500px}#stacks_in_1265609.scroll-mate-wrapper>.scroll-mate-inner{-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}  
    #stacks_in_1265612.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_1265612.blu-wrap.sm-pull{margin-top:-120.00px}@media screen and (min-width:640px){#stacks_in_1265612.blu-wrap.sm-pull.med-pull{margin-top:-90.00px}}@media screen and (min-width:1000px){#stacks_in_1265612.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_1265612.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_1265612.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1265612.blu-wrap>.blueprint-col{}#stacks_in_1265612.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1265612.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1265612.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1265612.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:20.00px 0.00px 0.00px 0.00px }#stacks_in_1265612.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1265612.blu-wrap>.blueprint-col{ }#stacks_in_1265612.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1265612.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1265612.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1265612.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1265612.blu-wrap>.blueprint-col{ }
#stacks_in_1265612.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1265612.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1265612.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1265612.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1265612.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1265612.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1265612.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1265612.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1265612.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_1265612.blu-wrap>.blueprint-col>.blucol-content{padding: 10.00% 0.00% 0.00% 0.00% }}  @media screen and (min-width:1000px){#stacks_in_1265612.blu-wrap>.blueprint-col>.blucol-content{padding: 70.00px 0.00px 0.00px 0.00px }} 
@media only screen and (max-width:640px){#stacks_in_1265615 h2,#stacks_in_1265615 div{text-align:left !important}#stacks_out_1265615{display:block !important}}#stacks_in_1265615 h2,#stacks_in_1265615 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_1265615 h2 a,#stacks_in_1265615 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1265615 h2 a:hover,#stacks_in_1265615 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_1265615 small,#stacks_in_1265615 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1265615 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Voltaire",sans-serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1265615 h2{font-size:1.30rem!important}}@media only screen and (min-width:480.00px) and (max-width:900.00px){#stacks_in_1265615 h2{font-size:2.00rem!important}}@media only screen and (min-width:900.00px) and (max-width:1200.00px){#stacks_in_1265615 h2{font-size:2.00rem!important}}@media only screen and (min-width:1200.00px){#stacks_in_1265615 h2{font-size:2.00rem!important}}

#stacks_in_1265618 {
	font-weight: bold;
}
    #stacks_in_1265621.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1265621.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1265621.blu-wrap>.blueprint-col{}#stacks_in_1265621.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1265621.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1265621.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1265621.blu-wrap>.blueprint-col>.blucol-content{margin:10.00px 0.00px 0.00px 0.00px ;padding: 0px }#stacks_in_1265621.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1265621.blu-wrap>.blueprint-col{ }#stacks_in_1265621.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1265621.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1265621.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1265621.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1265621.blu-wrap>.blueprint-col{ }
#stacks_in_1265621.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1265621.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1265621.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1265621.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1265621.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1265621.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1265621.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1265621.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1265621.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_1265621.blu-wrap>.blueprint-col>.blucol-content{margin: 5.00% 0.00% 0.00% 0.00% }}    
#stacks_in_1265623 figure{text-align:center}#stacks_in_1265623 .mdph{display:none}#stacks_in_1265623 .mdp.book-set{widows:5;orphans:5}#stacks_in_1265623 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_1265623 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_1265623 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_1265623 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_1265623 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_1265623 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_1265623 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_1265623 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_1265623 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_1265623 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_1265623 .mdp.p-lead p:first-of-type{font-size:130%}@media screen and (min-width:480px){#stacks_in_1265623 .columnize{-webkit-column-count:0;column-count:0;-webkit-column-gap:1px;column-gap:1px}}@media screen and (min-width:640px){#stacks_in_1265623 .columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:40px;column-gap:40px}}@media screen and (min-width:1000px){#stacks_in_1265623 .columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:60px;column-gap:60px}}@media screen and (min-width:2000px){#stacks_in_1265623 .columnize{-webkit-column-count:3;column-count:3;-webkit-column-gap:70px;column-gap:70px}}#stacks_in_1265623 .columnize.col-dividers,#stacks_in_1265623 .col-dividers p.columnize{-webkit-column-rule:1.00px solid rgba(178, 178, 178, 0.80);column-rule:1.00px solid rgba(178, 178, 178, 0.80)}@media only screen and (min-width:0px){#stacks_in_1265623 p{}}
/* Start Responsive Shim stack CSS code */.stacks_in_1265672_2shim{	padding-top: 6%;}/* End Responsive Shim stack CSS code */
  #stacks_in_1265628{text-align:center}    #stacks_in_1265628 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1265628 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1265628 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1265628.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_1265628.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}         @media screen and (max-width:641px){#stacks_in_1265628>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1265628>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1265628 .button.b-p.expand-large:not(.icon-only),#stacks_in_1265628>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1265628.bp-wrap{padding:10px 0px 0px 0px}}         
  
.ovl-style-pro-stacks_in_1265600::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.ovl-style-pro-stacks_in_1265600:not(.o-bg-vault)::after{background-color:rgba(238, 238, 238, 1.00)}

.ovl-style-pro-stacks_in_1265600::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.ovl-style-pro-stacks_in_1265600:not(.o-bg-vault)::after{background-color:rgba(45, 76, 63, 1.00)}

.style-pro-stacks_in_1265600::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1265600:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(45, 76, 63, 1.00)}

#stacks_in_1264960 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_1264960 > .s-pro > .sections-layer{display:none}#stacks_in_1264960 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_1264960 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_1264960 > .s-pro:not(.vault-margin).top-margin-custom{margin-top:0.00% !important}@media screen and (min-width:640px){#stacks_in_1264960 > .s-pro:not(.vault-margin).top-margin-custom{margin-top:2.00% !important}}#stacks_in_1264960 > .s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00% !important}@media screen and (min-width:640px){#stacks_in_1264960 > .s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:5.00% !important}}
    #stacks_in_1264965.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1264965.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1264965.blu-wrap>.blueprint-col{}#stacks_in_1264965.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1264965.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1264965.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1264965.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_1264965.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1264965.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_1264965.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1264965.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1264965.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1264965.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1264965.blu-wrap>.blueprint-col{ }
#stacks_in_1264965.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1264965.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1264965.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1264965.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1264965.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1264965.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1264965.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1264965.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1264965.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}   @media screen and (min-width:1000px){#stacks_in_1264965.blu-wrap>.blueprint-col>.blucol-content{margin: 0.00% 0.00% 0.00% 0.00% }}   

#stacks_in_1264968 > .row{padding-top:1.00rem;padding-bottom:1.00rem}#stacks_in_1264968 > .row > .columns{margin-top:1.00rem;margin-bottom:1.00rem}#stacks_in_1264968 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1265030 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_1265030 > .s-pro > .sections-layer{display:none}#stacks_in_1265030 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_1265030 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
    #stacks_in_1265034.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1265034.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1265034.blu-wrap>.blueprint-col{}#stacks_in_1265034.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1265034.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1265034.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1265034.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 20px }#stacks_in_1265034.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1265034.blu-wrap>.blueprint-col{ }#stacks_in_1265034.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1265034.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1265034.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1265034.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1265034.blu-wrap>.blueprint-col{ }
#stacks_in_1265034.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1265034.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1265034.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1265034.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1265034.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1265034.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1265034.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1265034.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1265034.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_1265034.blu-wrap>.blueprint-col>.blucol-content{padding: 20px }}  
 #stacks_in_1265037.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_1265037.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_1265037.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}   #stacks_in_1265037.sections-box--stack>.s-box:not(.bdr-vault){border-radius: 20px }#stacks_in_1265037.sections-box--stack>.s-box:not(.bdr-vault)::before{border-radius: 20px }    #stacks_in_1265037{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_1265037.box-pos>.s-box{overflow:hidden} #stacks_in_1265037>.s-box{margin: 0px }#stacks_in_1265037>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_1265037>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_1265037>.s-box>.s-box-content{padding: 0px }}   #stacks_in_1265037{max-width:100.00%}@media all and (min-width:640px){#stacks_in_1265037{max-width:100.00%}}#stacks_in_1265037.auto-width{width:auto!important}#stacks_in_1265037.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_1265037>.s-box{position:relative}      
    #stacks_in_1265043.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1265043.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1265043.blu-wrap>.blueprint-col{}#stacks_in_1265043.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1265043.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1265043.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1265043.blu-wrap>.blueprint-col>.blucol-content{margin:10.00% 0.00% 10.00% 0.00% ;padding: 0px }#stacks_in_1265043.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1265043.blu-wrap>.blueprint-col{ }#stacks_in_1265043.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1265043.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1265043.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1265043.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1265043.blu-wrap>.blueprint-col{ }
#stacks_in_1265043.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1265043.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1265043.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1265043.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1265043.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1265043.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1265043.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1265043.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1265043.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_1265043.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 10.00% 0.00% }}    
@media only screen and (max-width:640px){#stacks_in_1265045 h4,#stacks_in_1265045 div{text-align:center !important}#stacks_out_1265045{display:block !important}}@media only screen and (min-width:0px){#stacks_in_1265045 h4,#stacks_in_1265045 div{line-height:1.20}}#stacks_in_1265045 h4,#stacks_in_1265045 div{color:rgba(252, 110, 81, 1.00)}#stacks_in_1265045 h4 a,#stacks_in_1265045 div a{color:rgba(252, 110, 81, 1.00)}#stacks_in_1265045 h4 a:hover,#stacks_in_1265045 div a:hover{color:rgba(189, 82, 60, 1.00)}#stacks_in_1265045 small,#stacks_in_1265045 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1265045 h4.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1265045 .h-pro{padding:0px}#stacks_in_1265045 .h-pro{border-radius: 0px }#stacks_in_1265045 .h-pro{border-width: 0px ;border-color:rgba(218, 68, 83, 1.00) rgba(51, 51, 51, 0.00) rgba(172, 146, 236, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_1265045 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}#stacks_in_1265045 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Voltaire",sans-serif;font-weight:700;font-style:normal}
@media only screen and (max-width:640.00px){#stacks_in_1265045 h4{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_1265045 h4{font-size:2.00rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_1265045 h4{font-size:2.00rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_1265045 h4{font-size:2.00rem!important}}

#stacks_in_1265048 {
	letter-spacing: 10px;
	text-transform: capitalize;
}
    #stacks_in_1265052.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1265052.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1265052.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:9999px;}#stacks_in_1265052.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1265052.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1265052.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1265052.blu-wrap>.blueprint-col>.blucol-content{margin:0.00% 0.00% 0.00% 0.00% ;padding: 0px }#stacks_in_1265052.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1265052.blu-wrap>.blueprint-col{ }#stacks_in_1265052.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1265052.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1265052.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1265052.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:768px){#stacks_in_1265052.blu-wrap>.blueprint-col{ }
#stacks_in_1265052.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1265052.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1265052.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1265052.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1265052.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1265052.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1265052.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1265052.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1265052.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
@media only screen and (max-width:667px){#stacks_in_1265054 p,#stacks_in_1265054 div{text-align:center !important}}#stacks_in_1265054 p,#stacks_in_1265054 div,#stacks_in_1265054 ul,#stacks_in_1265054 ol,#stacks_in_1265054 dl{color:rgba(46, 46, 64, 1.00)}#stacks_in_1265054 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1265054 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_1265054{}}
@media only screen and (max-width:480.00px){#stacks_in_1265054,#stacks_in_1265054 div,#stacks_in_1265054 p,#stacks_in_1265054 ol,#stacks_in_1265054 ul li,#stacks_in_1265054 ol li,#stacks_in_1265054 ol,#stacks_in_1265054 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1265054,#stacks_in_1265054 div,#stacks_in_1265054 p,#stacks_in_1265054 ol,#stacks_in_1265054 ul li,#stacks_in_1265054 ol li,#stacks_in_1265054 ol,#stacks_in_1265054 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1265054,#stacks_in_1265054 div,#stacks_in_1265054 p,#stacks_in_1265054 ol,#stacks_in_1265054 ul li,#stacks_in_1265054 ol li,#stacks_in_1265054 ol,#stacks_in_1265054 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1265054,#stacks_in_1265054 div,#stacks_in_1265054 p,#stacks_in_1265054 ol,#stacks_in_1265054 ul li,#stacks_in_1265054 ol li,#stacks_in_1265054 ol,#stacks_in_1265054 dl{font-size:1.00rem!important}}

  #stacks_in_1265578{text-align:center}    #stacks_in_1265578 .button.b-p>.bp-icon>.bp-glyph{color:rgba(204, 204, 204, 1.00)}#stacks_in_1265578 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1265578 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(186, 186, 186, 1.00)}       #stacks_in_1265578.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_1265578.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}         @media screen and (max-width:641px){#stacks_in_1265578>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1265578>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1265578 .button.b-p.expand-large:not(.icon-only),#stacks_in_1265578>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1265578.bp-wrap{padding:30px 0px 30px 0px}}         
  
.style-pro-stacks_in_1265030::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1265030:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(52, 73, 94, 0.05);-webkit-box-shadow: 0px 10px 20px 10px rgba(85, 95, 108, 0.10)  ;box-shadow: 0px 10px 20px 10px rgba(85, 95, 108, 0.10)  }.style-pro-stacks_in_1265030:not(.bdr-vault)::before,.style-pro-stacks_in_1265030:not(.bdr-vault)::after{border-radius: 20px }.style-pro-stacks_in_1265030:not(.bdr-vault) > .sections-layer{border-radius: 20px }.style-pro-stacks_in_1265030:not(.bdr-vault)::before{-webkit-transition:border 600ms ease,box-shadow 300ms ease;-webkit-transition:border 600ms ease,-webkit-box-shadow 300ms ease;transition:border 600ms ease,-webkit-box-shadow 300ms ease;transition:border 600ms ease,box-shadow 300ms ease;transition:border 600ms ease,box-shadow 300ms ease,-webkit-box-shadow 300ms ease}.style-pro-stacks_in_1265030:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(52, 73, 94, 0.07);-webkit-box-shadow: 0px 4px 5px 3px rgba(52, 73, 94, 0.16)  ;box-shadow: 0px 4px 5px 3px rgba(52, 73, 94, 0.16)  }.style-pro-stacks_in_1265030:not(.bdr-vault):hover::before,.style-pro-stacks_in_1265030:not(.bdr-vault):hover::after{border-radius: 20px }.style-pro-stacks_in_1265030:not(.bdr-vault):hover > .sections-layer{border-radius: 20px }
#stacks_in_1265000 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_1265000 > .s-pro > .sections-layer{display:none}#stacks_in_1265000 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_1265000 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
    #stacks_in_1265004.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1265004.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1265004.blu-wrap>.blueprint-col{}#stacks_in_1265004.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1265004.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1265004.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1265004.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 20px }#stacks_in_1265004.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1265004.blu-wrap>.blueprint-col{ }#stacks_in_1265004.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1265004.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1265004.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1265004.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1265004.blu-wrap>.blueprint-col{ }
#stacks_in_1265004.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1265004.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1265004.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1265004.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1265004.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1265004.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1265004.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1265004.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1265004.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_1265004.blu-wrap>.blueprint-col>.blucol-content{padding: 20px }}  
 #stacks_in_1265007.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_1265007.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_1265007.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}   #stacks_in_1265007.sections-box--stack>.s-box:not(.bdr-vault){border-radius: 20px }#stacks_in_1265007.sections-box--stack>.s-box:not(.bdr-vault)::before{border-radius: 20px }    #stacks_in_1265007{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_1265007.box-pos>.s-box{overflow:hidden} #stacks_in_1265007>.s-box{margin: 0px }#stacks_in_1265007>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_1265007>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_1265007>.s-box>.s-box-content{padding: 0px }}   #stacks_in_1265007{max-width:100.00%}@media all and (min-width:640px){#stacks_in_1265007{max-width:100.00%}}#stacks_in_1265007.auto-width{width:auto!important}#stacks_in_1265007.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_1265007>.s-box{position:relative}      
    #stacks_in_1265013.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1265013.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1265013.blu-wrap>.blueprint-col{}#stacks_in_1265013.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1265013.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1265013.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1265013.blu-wrap>.blueprint-col>.blucol-content{margin:10.00% 0.00% 10.00% 0.00% ;padding: 0px }#stacks_in_1265013.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1265013.blu-wrap>.blueprint-col{ }#stacks_in_1265013.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1265013.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1265013.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1265013.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1265013.blu-wrap>.blueprint-col{ }
#stacks_in_1265013.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1265013.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1265013.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1265013.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1265013.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1265013.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1265013.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1265013.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1265013.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_1265013.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 10.00% 0.00% }}    
@media only screen and (max-width:640px){#stacks_in_1265582 h4,#stacks_in_1265582 div{text-align:center !important}#stacks_out_1265582{display:block !important}}@media only screen and (min-width:0px){#stacks_in_1265582 h4,#stacks_in_1265582 div{line-height:1.20}}#stacks_in_1265582 h4,#stacks_in_1265582 div{color:rgba(252, 110, 81, 1.00)}#stacks_in_1265582 h4 a,#stacks_in_1265582 div a{color:rgba(252, 110, 81, 1.00)}#stacks_in_1265582 h4 a:hover,#stacks_in_1265582 div a:hover{color:rgba(189, 82, 60, 1.00)}#stacks_in_1265582 small,#stacks_in_1265582 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1265582 h4.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1265582 .h-pro{padding:0px}#stacks_in_1265582 .h-pro{border-radius: 0px }#stacks_in_1265582 .h-pro{border-width: 0px ;border-color:rgba(218, 68, 83, 1.00) rgba(51, 51, 51, 0.00) rgba(172, 146, 236, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_1265582 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}#stacks_in_1265582 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Voltaire",sans-serif;font-weight:700;font-style:normal}
@media only screen and (max-width:640.00px){#stacks_in_1265582 h4{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_1265582 h4{font-size:2.00rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_1265582 h4{font-size:2.00rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_1265582 h4{font-size:2.00rem!important}}

#stacks_in_1265587 {
	letter-spacing: 10px;
	text-transform: capitalize;
}
    #stacks_in_1265022.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1265022.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1265022.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:9999px;}#stacks_in_1265022.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1265022.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1265022.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1265022.blu-wrap>.blueprint-col>.blucol-content{margin:0.00% 0.00% 0.00% 0.00% ;padding: 0px }#stacks_in_1265022.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1265022.blu-wrap>.blueprint-col{ }#stacks_in_1265022.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1265022.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1265022.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1265022.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:768px){#stacks_in_1265022.blu-wrap>.blueprint-col{ }
#stacks_in_1265022.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1265022.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1265022.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1265022.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1265022.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1265022.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1265022.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1265022.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1265022.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
@media only screen and (max-width:667px){#stacks_in_1265024 p,#stacks_in_1265024 div{text-align:center !important}}#stacks_in_1265024 p,#stacks_in_1265024 div,#stacks_in_1265024 ul,#stacks_in_1265024 ol,#stacks_in_1265024 dl{color:rgba(46, 46, 64, 1.00)}#stacks_in_1265024 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1265024 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_1265024{}}
@media only screen and (max-width:480.00px){#stacks_in_1265024,#stacks_in_1265024 div,#stacks_in_1265024 p,#stacks_in_1265024 ol,#stacks_in_1265024 ul li,#stacks_in_1265024 ol li,#stacks_in_1265024 ol,#stacks_in_1265024 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1265024,#stacks_in_1265024 div,#stacks_in_1265024 p,#stacks_in_1265024 ol,#stacks_in_1265024 ul li,#stacks_in_1265024 ol li,#stacks_in_1265024 ol,#stacks_in_1265024 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1265024,#stacks_in_1265024 div,#stacks_in_1265024 p,#stacks_in_1265024 ol,#stacks_in_1265024 ul li,#stacks_in_1265024 ol li,#stacks_in_1265024 ol,#stacks_in_1265024 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1265024,#stacks_in_1265024 div,#stacks_in_1265024 p,#stacks_in_1265024 ol,#stacks_in_1265024 ul li,#stacks_in_1265024 ol li,#stacks_in_1265024 ol,#stacks_in_1265024 dl{font-size:1.00rem!important}}

  #stacks_in_1265576{text-align:center}    #stacks_in_1265576 .button.b-p>.bp-icon>.bp-glyph{color:rgba(204, 204, 204, 1.00)}#stacks_in_1265576 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1265576 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(186, 186, 186, 1.00)}       #stacks_in_1265576.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_1265576.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}         @media screen and (max-width:641px){#stacks_in_1265576>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1265576>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1265576 .button.b-p.expand-large:not(.icon-only),#stacks_in_1265576>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1265576.bp-wrap{padding:30px 0px 30px 0px}}         
  
.style-pro-stacks_in_1265000::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1265000:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(52, 73, 94, 0.05);-webkit-box-shadow: 0px 10px 20px 10px rgba(85, 95, 108, 0.10)  ;box-shadow: 0px 10px 20px 10px rgba(85, 95, 108, 0.10)  }.style-pro-stacks_in_1265000:not(.bdr-vault)::before,.style-pro-stacks_in_1265000:not(.bdr-vault)::after{border-radius: 20px }.style-pro-stacks_in_1265000:not(.bdr-vault) > .sections-layer{border-radius: 20px }.style-pro-stacks_in_1265000:not(.bdr-vault)::before{-webkit-transition:border 600ms ease,box-shadow 300ms ease;-webkit-transition:border 600ms ease,-webkit-box-shadow 300ms ease;transition:border 600ms ease,-webkit-box-shadow 300ms ease;transition:border 600ms ease,box-shadow 300ms ease;transition:border 600ms ease,box-shadow 300ms ease,-webkit-box-shadow 300ms ease}.style-pro-stacks_in_1265000:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(52, 73, 94, 0.07);-webkit-box-shadow: 0px 4px 5px 3px rgba(52, 73, 94, 0.16)  ;box-shadow: 0px 4px 5px 3px rgba(52, 73, 94, 0.16)  }.style-pro-stacks_in_1265000:not(.bdr-vault):hover::before,.style-pro-stacks_in_1265000:not(.bdr-vault):hover::after{border-radius: 20px }.style-pro-stacks_in_1265000:not(.bdr-vault):hover > .sections-layer{border-radius: 20px }
#stacks_in_1264970 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_1264970 > .s-pro > .sections-layer{display:none}#stacks_in_1264970 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_1264970 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
    #stacks_in_1264974.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1264974.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1264974.blu-wrap>.blueprint-col{}#stacks_in_1264974.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1264974.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1264974.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1264974.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 20px }#stacks_in_1264974.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1264974.blu-wrap>.blueprint-col{ }#stacks_in_1264974.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1264974.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1264974.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1264974.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1264974.blu-wrap>.blueprint-col{ }
#stacks_in_1264974.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1264974.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1264974.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1264974.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1264974.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1264974.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1264974.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1264974.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1264974.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_1264974.blu-wrap>.blueprint-col>.blucol-content{padding: 20px }}  
 #stacks_in_1264977.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_1264977.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_1264977.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}   #stacks_in_1264977.sections-box--stack>.s-box:not(.bdr-vault){border-radius: 20px }#stacks_in_1264977.sections-box--stack>.s-box:not(.bdr-vault)::before{border-radius: 20px }    #stacks_in_1264977{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_1264977.box-pos>.s-box{overflow:hidden} #stacks_in_1264977>.s-box{margin: 0px }#stacks_in_1264977>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_1264977>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_1264977>.s-box>.s-box-content{padding: 0px }}   #stacks_in_1264977{max-width:100.00%}@media all and (min-width:640px){#stacks_in_1264977{max-width:100.00%}}#stacks_in_1264977.auto-width{width:auto!important}#stacks_in_1264977.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_1264977>.s-box{position:relative}      
    #stacks_in_1264983.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1264983.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1264983.blu-wrap>.blueprint-col{}#stacks_in_1264983.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1264983.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1264983.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1264983.blu-wrap>.blueprint-col>.blucol-content{margin:10.00% 0.00% 10.00% 0.00% ;padding: 0px }#stacks_in_1264983.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1264983.blu-wrap>.blueprint-col{ }#stacks_in_1264983.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1264983.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1264983.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1264983.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1264983.blu-wrap>.blueprint-col{ }
#stacks_in_1264983.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1264983.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1264983.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1264983.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1264983.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1264983.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1264983.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1264983.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1264983.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_1264983.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 10.00% 0.00% }}    
@media only screen and (max-width:640px){#stacks_in_1265589 h4,#stacks_in_1265589 div{text-align:center !important}#stacks_out_1265589{display:block !important}}@media only screen and (min-width:0px){#stacks_in_1265589 h4,#stacks_in_1265589 div{line-height:1.20}}#stacks_in_1265589 h4,#stacks_in_1265589 div{color:rgba(252, 110, 81, 1.00)}#stacks_in_1265589 h4 a,#stacks_in_1265589 div a{color:rgba(252, 110, 81, 1.00)}#stacks_in_1265589 h4 a:hover,#stacks_in_1265589 div a:hover{color:rgba(189, 82, 60, 1.00)}#stacks_in_1265589 small,#stacks_in_1265589 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1265589 h4.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1265589 .h-pro{padding:0px}#stacks_in_1265589 .h-pro{border-radius: 0px }#stacks_in_1265589 .h-pro{border-width: 0px ;border-color:rgba(218, 68, 83, 1.00) rgba(51, 51, 51, 0.00) rgba(172, 146, 236, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_1265589 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}#stacks_in_1265589 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Voltaire",sans-serif;font-weight:700;font-style:normal}
@media only screen and (max-width:640.00px){#stacks_in_1265589 h4{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_1265589 h4{font-size:2.00rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_1265589 h4{font-size:2.00rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_1265589 h4{font-size:2.00rem!important}}

#stacks_in_1265594 {
	letter-spacing: 10px;
	text-transform: capitalize;
}
    #stacks_in_1264992.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1264992.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1264992.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:9999px;}#stacks_in_1264992.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1264992.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1264992.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1264992.blu-wrap>.blueprint-col>.blucol-content{margin:0.00% 0.00% 0.00% 0.00% ;padding: 0px }#stacks_in_1264992.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1264992.blu-wrap>.blueprint-col{ }#stacks_in_1264992.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1264992.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1264992.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1264992.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:768px){#stacks_in_1264992.blu-wrap>.blueprint-col{ }
#stacks_in_1264992.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1264992.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1264992.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1264992.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1264992.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1264992.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1264992.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1264992.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1264992.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
@media only screen and (max-width:667px){#stacks_in_1264994 p,#stacks_in_1264994 div{text-align:center !important}}#stacks_in_1264994 p,#stacks_in_1264994 div,#stacks_in_1264994 ul,#stacks_in_1264994 ol,#stacks_in_1264994 dl{color:rgba(46, 46, 64, 1.00)}#stacks_in_1264994 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1264994 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_1264994{}}
@media only screen and (max-width:480.00px){#stacks_in_1264994,#stacks_in_1264994 div,#stacks_in_1264994 p,#stacks_in_1264994 ol,#stacks_in_1264994 ul li,#stacks_in_1264994 ol li,#stacks_in_1264994 ol,#stacks_in_1264994 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1264994,#stacks_in_1264994 div,#stacks_in_1264994 p,#stacks_in_1264994 ol,#stacks_in_1264994 ul li,#stacks_in_1264994 ol li,#stacks_in_1264994 ol,#stacks_in_1264994 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1264994,#stacks_in_1264994 div,#stacks_in_1264994 p,#stacks_in_1264994 ol,#stacks_in_1264994 ul li,#stacks_in_1264994 ol li,#stacks_in_1264994 ol,#stacks_in_1264994 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1264994,#stacks_in_1264994 div,#stacks_in_1264994 p,#stacks_in_1264994 ol,#stacks_in_1264994 ul li,#stacks_in_1264994 ol li,#stacks_in_1264994 ol,#stacks_in_1264994 dl{font-size:1.00rem!important}}

  #stacks_in_1264998{text-align:center}    #stacks_in_1264998 .button.b-p>.bp-icon>.bp-glyph{color:rgba(204, 204, 204, 1.00)}#stacks_in_1264998 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1264998 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(186, 186, 186, 1.00)}       #stacks_in_1264998.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_1264998.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}         @media screen and (max-width:641px){#stacks_in_1264998>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1264998>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1264998 .button.b-p.expand-large:not(.icon-only),#stacks_in_1264998>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1264998.bp-wrap{padding:30px 0px 30px 0px}}         
  
.style-pro-stacks_in_1264970::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1264970:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(52, 73, 94, 0.05);-webkit-box-shadow: 0px 10px 20px 10px rgba(85, 95, 108, 0.10)  ;box-shadow: 0px 10px 20px 10px rgba(85, 95, 108, 0.10)  }.style-pro-stacks_in_1264970:not(.bdr-vault)::before,.style-pro-stacks_in_1264970:not(.bdr-vault)::after{border-radius: 20px }.style-pro-stacks_in_1264970:not(.bdr-vault) > .sections-layer{border-radius: 20px }.style-pro-stacks_in_1264970:not(.bdr-vault)::before{-webkit-transition:border 600ms ease,box-shadow 300ms ease;-webkit-transition:border 600ms ease,-webkit-box-shadow 300ms ease;transition:border 600ms ease,-webkit-box-shadow 300ms ease;transition:border 600ms ease,box-shadow 300ms ease;transition:border 600ms ease,box-shadow 300ms ease,-webkit-box-shadow 300ms ease}.style-pro-stacks_in_1264970:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(52, 73, 94, 0.07);-webkit-box-shadow: 0px 4px 5px 3px rgba(52, 73, 94, 0.16)  ;box-shadow: 0px 4px 5px 3px rgba(52, 73, 94, 0.16)  }.style-pro-stacks_in_1264970:not(.bdr-vault):hover::before,.style-pro-stacks_in_1264970:not(.bdr-vault):hover::after{border-radius: 20px }.style-pro-stacks_in_1264970:not(.bdr-vault):hover > .sections-layer{border-radius: 20px }
#stacks_in_1264960 > .s-pro.animate-stacks_in_1264961 > .shear-wrapper > .shear-inner,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner{position:relative;overflow:hidden;border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_1264960 > .s-pro.animate-stacks_in_1264961 > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_1264960 > .s-pro.animate-stacks_in_1264961 > .shear-wrapper > .shear-inner.bot-edge,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner.bot-edge{display:none}#stacks_in_1264960 > .s-pro.animate-stacks_in_1264961 > .shear-wrapper > .shear-inner::before,#stacks_in_1264960 > .s-pro.animate-stacks_in_1264961 > .shear-wrapper > .shear-inner::after,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::before,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::after{border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_1264960 > .s-pro[class*="pre-eff-"] .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_1264960 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:1500ms;transition-duration:1500ms;-webkit-transition-delay:200ms;transition-delay:200ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_1264960 > .s-pro .section-box1.ani-box1{-webkit-transition-property:transform,filter;-webkit-transition-property:-webkit-transform,-webkit-filter;transition-property:-webkit-transform,-webkit-filter;transition-property:transform,filter;transition-property:transform,filter,-webkit-transform,-webkit-filter;-webkit-transition-property:transform,-webkit-filter}#stacks_in_1264960 > .s-pro .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_1264960 > .s-pro.animate-stacks_in_1264961 .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}#stacks_in_1264960 > .s-pro.pre-eff-stacks_in_1264961.eff-fade-in .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}#stacks_in_1264960 > .s-pro.animate-stacks_in_1264961.eff-fade-in .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_1264960 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_1264960 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_1264960 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
#stacks_in_1264960 > .s-pro.animate-stacks_in_1264963 > .shear-wrapper > .shear-inner,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner{position:relative;overflow:hidden;border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_1264960 > .s-pro.animate-stacks_in_1264963 > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_1264960 > .s-pro.animate-stacks_in_1264963 > .shear-wrapper > .shear-inner.bot-edge,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner.bot-edge{display:none}#stacks_in_1264960 > .s-pro.animate-stacks_in_1264963 > .shear-wrapper > .shear-inner::before,#stacks_in_1264960 > .s-pro.animate-stacks_in_1264963 > .shear-wrapper > .shear-inner::after,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::before,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::after{border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_1264960 > .s-pro[class*="pre-eff-"] .section-box2.ani-box2{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_1264960 > .s-pro .section-box2.ani-box2{-webkit-transition-duration:1500ms;transition-duration:1500ms;-webkit-transition-delay:400ms;transition-delay:400ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_1264960 > .s-pro .section-box2.ani-box2{-webkit-transition-property:transform,filter;-webkit-transition-property:-webkit-transform,-webkit-filter;transition-property:-webkit-transform,-webkit-filter;transition-property:transform,filter;transition-property:transform,filter,-webkit-transform,-webkit-filter;-webkit-transition-property:transform,-webkit-filter}#stacks_in_1264960 > .s-pro .section-box2.ani-box2{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_1264960 > .s-pro.animate-stacks_in_1264963 .section-box2.ani-box2{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}#stacks_in_1264960 > .s-pro.pre-eff-stacks_in_1264963.eff-fade-in .section-box2.ani-box2{-webkit-filter:opacity(0);filter:opacity(0)}#stacks_in_1264960 > .s-pro.animate-stacks_in_1264963.eff-fade-in .section-box2.ani-box2{-webkit-filter:opacity(1);filter:opacity(1)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_1264960 > .s-pro[class*="animate-"] .section-box2.ani-box2{}}_:-ms-fullscreen #stacks_in_1264960 > .s-pro[class*="animate-"] .section-box2.ani-box2,:root #stacks_in_1264960 > .s-pro[class*="animate-"] .section-box2.ani-box2{}
#stacks_in_1264960 > .s-pro.animate-stacks_in_1264964 > .shear-wrapper > .shear-inner,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner{position:relative;overflow:hidden;border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_1264960 > .s-pro.animate-stacks_in_1264964 > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_1264960 > .s-pro.animate-stacks_in_1264964 > .shear-wrapper > .shear-inner.bot-edge,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner.bot-edge{display:none}#stacks_in_1264960 > .s-pro.animate-stacks_in_1264964 > .shear-wrapper > .shear-inner::before,#stacks_in_1264960 > .s-pro.animate-stacks_in_1264964 > .shear-wrapper > .shear-inner::after,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::before,#stacks_in_1264960 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::after{border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_1264960 > .s-pro[class*="pre-eff-"] .section-box3.ani-box3{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_1264960 > .s-pro .section-box3.ani-box3{-webkit-transition-duration:1500ms;transition-duration:1500ms;-webkit-transition-delay:600ms;transition-delay:600ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_1264960 > .s-pro .section-box3.ani-box3{-webkit-transition-property:transform,filter;-webkit-transition-property:-webkit-transform,-webkit-filter;transition-property:-webkit-transform,-webkit-filter;transition-property:transform,filter;transition-property:transform,filter,-webkit-transform,-webkit-filter;-webkit-transition-property:transform,-webkit-filter}#stacks_in_1264960 > .s-pro .section-box3.ani-box3{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_1264960 > .s-pro.animate-stacks_in_1264964 .section-box3.ani-box3{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00%,0.00%) rotate(0.00deg) skew(0.00deg,0.00deg)}#stacks_in_1264960 > .s-pro.pre-eff-stacks_in_1264964.eff-fade-in .section-box3.ani-box3{-webkit-filter:opacity(0);filter:opacity(0)}#stacks_in_1264960 > .s-pro.animate-stacks_in_1264964.eff-fade-in .section-box3.ani-box3{-webkit-filter:opacity(1);filter:opacity(1)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_1264960 > .s-pro[class*="animate-"] .section-box3.ani-box3{}}_:-ms-fullscreen #stacks_in_1264960 > .s-pro[class*="animate-"] .section-box3.ani-box3,:root #stacks_in_1264960 > .s-pro[class*="animate-"] .section-box3.ani-box3{}
#stacks_in_1265104_37 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1265104_37 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1265104_37 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1265104_37 > .row.padding-detailed.padding-medium-up,#stacks_in_1265104_37 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1265104_37 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1265104_37 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1265104_37 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1265104_37 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1265104_37 {
	background-color: rgba(29, 34, 41, 1.00);
	padding: 50px 0px 0px 0px;
}
#stacks_in_1265104_76 h3,#stacks_in_1265104_76 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_1265104_76 h3 a,#stacks_in_1265104_76 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1265104_76 h3 a:hover,#stacks_in_1265104_76 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_1265104_76 small,#stacks_in_1265104_76 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1265104_76 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Voltaire",Sans-Serif;font-weight:400;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1265104_76 h3{font-size:1.40rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1265104_76 h3{font-size:2.40rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1265104_76 h3{font-size:2.60rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1265104_76 h3{font-size:3.00rem!important}}

#stacks_in_1265104_76 {
	padding: 0px 0px 20px 0px;
}
/*  */
.unslider {
  position: relative;
  box-sizing: border-box; }

#testimonials-stacks_in_1265104_83 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #testimonials-stacks_in_1265104_83 * {
    box-sizing: border-box; }
  #testimonials-stacks_in_1265104_83 .testimonials-arrows {
    max-width: 700px;
    padding: 0 30px 0 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #testimonials-stacks_in_1265104_83 .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83 {
      width: 30px;
      height: 30px;
      color: rgba(255, 255, 255, 1.00);
      background: rgba(48, 101, 241, 1.00);
      font-size: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #testimonials-stacks_in_1265104_83 .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83:hover {
        color: rgba(255, 255, 255, 1.00);
        background: rgba(50, 105, 253, 1.00); }
      #testimonials-stacks_in_1265104_83 .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83:first-child {
        border-radius: 30px 0 0 30px; }
      #testimonials-stacks_in_1265104_83 .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83:last-child {
        border-radius: 0 30px 30px 0; }
  #testimonials-stacks_in_1265104_83 .testimonials {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    #testimonials-stacks_in_1265104_83 .testimonials ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box; }
      #testimonials-stacks_in_1265104_83 .testimonials ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        box-sizing: border-box; }
        #testimonials-stacks_in_1265104_83 .testimonials ul li.testimonials-stacks_in_1265104_83-active .testimonials-outer {
          opacity: 1;
          transition: all 0.1s; }
        #testimonials-stacks_in_1265104_83 .testimonials ul li .testimonials-outer {
          padding: 30px 30px 30px 30px;
          /*  */
          height: 100%;
          /*  */
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          transition: all 0.3s;
          box-sizing: border-box; }
        #testimonials-stacks_in_1265104_83 .testimonials ul li .testimonials-inner {
          /*  */
          /*  */
          background: rgba(48, 101, 241, 1.00);
          /*  */
          /*  */
          /*  */
          /*  */
          box-shadow: 0px 0px 20px 0px rgba(48, 79, 254, 0.50);
          /*  */
          padding: 10px 25px;
          border-radius: 20px;
          min-height: 0px;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          transition: all 0.3s;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          box-sizing: border-box; }
  #testimonials-stacks_in_1265104_83 .testimonials-image-outer {
    /*  */
    /*  */
    background: rgba(51, 51, 51, 1.00);
    /*  */
    /*  */
    /*  */
    width: 30px;
    height: 30px;
    border-radius: 70px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    position: relative; }
    #testimonials-stacks_in_1265104_83 .testimonials-image-outer i {
      top: 50%;
      left: 50%;
      position: absolute;
      color: rgba(0, 193, 81, 1.00);
      font-size: 30px;
      opacity: 1;
      transition: opacity 0.3s ease;
      transition-delay: 1s;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  #testimonials-stacks_in_1265104_83 .testimonials-content-outer {
    /*  */
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    /*  */
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-quotations {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /*  */
      font-weight: bold;
      /*  */ }
      #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-quotations span {
        /*  */
        font-family: "Muli";
        /*  */
        display: none;
        line-height: 1;
        color: rgba(255, 255, 255, 0.30);
        height: 90.000000px;
        font-size: 180px; }
      #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-quotations i {
        font-size: 180px;
        color: rgba(255, 255, 255, 0.30); }
      #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-quotations.first {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-quotations.first i {
          -webkit-transform: scale(-1, 1);
                  transform: scale(-1, 1); }
      #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-quotations.last {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
    #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-inner {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      padding: 25px; }
      #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-inner-text {
        /*  */
        font-family: "Muli";
        /*  */
        color: rgba(255, 255, 255, 1.00);
        font-size: 20px;
        text-align: left;
        line-height: 28.000000px; }
      #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-inner-name {
        /*  */
        font-family: "Raleway";
        /*  */
        color: rgba(255, 255, 255, 0.60);
        margin-top: 20px;
        font-size: 14px;
        text-align: left; }
      #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-inner-rating {
        margin-top: 10px;
        text-align: center; }
        #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-inner-rating i {
          color: rgba(255, 255, 255, 1.00);
          font-size: 20px; }

#testimonials-stacks_in_1265104_83.arrows-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#testimonials-stacks_in_1265104_83.arrows-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

#testimonials-stacks_in_1265104_83.arrows-left .testimonials-arrows {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#testimonials-stacks_in_1265104_83.arrows-center .testimonials-arrows {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#testimonials-stacks_in_1265104_83.arrows-right .testimonials-arrows {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#testimonials-stacks_in_1265104_83.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83 {
  border-radius: 30px; }
  #testimonials-stacks_in_1265104_83.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83.prev {
    margin-right: 5px; }

#testimonials-stacks_in_1265104_83.images-hide ul li .testimonials-outer .testimonials-inner .testimonials-image-outer {
  display: none; }

#testimonials-stacks_in_1265104_83.images-left ul li .testimonials-outer .testimonials-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

#testimonials-stacks_in_1265104_83.images-center ul li .testimonials-outer .testimonials-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#testimonials-stacks_in_1265104_83.images-right ul li .testimonials-outer .testimonials-inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

#testimonials-stacks_in_1265104_83.images-top ul li .testimonials-outer .testimonials-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #testimonials-stacks_in_1265104_83.images-top ul li .testimonials-outer .testimonials-inner .testimonials-image-outer {
    margin-top: 0px;
    margin-bottom: 10px; }

#testimonials-stacks_in_1265104_83.images-bottom ul li .testimonials-outer .testimonials-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  #testimonials-stacks_in_1265104_83.images-bottom ul li .testimonials-outer .testimonials-inner .testimonials-image-outer {
    margin-bottom: 0px;
    margin-top: 10px; }

#testimonials-stacks_in_1265104_83.quotations-vert .testimonials-content-outer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#testimonials-stacks_in_1265104_83.quotations-vert.quotations-normal .testimonials-content-outer .content-quotations.first {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#testimonials-stacks_in_1265104_83.quotations-vert.quotations-normal .testimonials-content-outer .content-quotations.last {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#testimonials-stacks_in_1265104_83.quotations-vert.quotations-center .testimonials-content-outer .content-quotations {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#testimonials-stacks_in_1265104_83.quotations-vert.quotations-swapped .testimonials-content-outer .content-quotations.first {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  #testimonials-stacks_in_1265104_83.quotations-vert.quotations-swapped .testimonials-content-outer .content-quotations.first i, #testimonials-stacks_in_1265104_83.quotations-vert.quotations-swapped .testimonials-content-outer .content-quotations.first span {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

#testimonials-stacks_in_1265104_83.quotations-vert.quotations-swapped .testimonials-content-outer .content-quotations.last {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  #testimonials-stacks_in_1265104_83.quotations-vert.quotations-swapped .testimonials-content-outer .content-quotations.last i, #testimonials-stacks_in_1265104_83.quotations-vert.quotations-swapped .testimonials-content-outer .content-quotations.last span {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

#testimonials-stacks_in_1265104_83.quotations-horiz .testimonials-content-outer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  #testimonials-stacks_in_1265104_83.quotations-horiz .testimonials-content-outer .content-inner {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }

#testimonials-stacks_in_1265104_83.quotations-horiz.quotations-normal .testimonials-content-outer .content-quotations.first {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

#testimonials-stacks_in_1265104_83.quotations-horiz.quotations-normal .testimonials-content-outer .content-quotations.last {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

#testimonials-stacks_in_1265104_83.quotations-horiz.quotations-center .testimonials-content-outer .content-quotations {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#testimonials-stacks_in_1265104_83.quotations-horiz.quotations-swapped .testimonials-content-outer .content-quotations.first {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  #testimonials-stacks_in_1265104_83.quotations-horiz.quotations-swapped .testimonials-content-outer .content-quotations.first i, #testimonials-stacks_in_1265104_83.quotations-horiz.quotations-swapped .testimonials-content-outer .content-quotations.first span {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1); }

#testimonials-stacks_in_1265104_83.quotations-horiz.quotations-swapped .testimonials-content-outer .content-quotations.last {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  #testimonials-stacks_in_1265104_83.quotations-horiz.quotations-swapped .testimonials-content-outer .content-quotations.last i, #testimonials-stacks_in_1265104_83.quotations-horiz.quotations-swapped .testimonials-content-outer .content-quotations.last span {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1); }

#testimonials-stacks_in_1265104_83.hide-quotations-first .testimonials-content-outer .content-quotations.first {
  display: none; }

#testimonials-stacks_in_1265104_83.hide-quotations-last .testimonials-content-outer .content-quotations.last {
  display: none; }

#testimonials-stacks_in_1265104_83.font-quotations .testimonials-content-outer .content-quotations span {
  display: block; }

#testimonials-stacks_in_1265104_83.font-quotations .testimonials-content-outer .content-quotations i {
  display: none; }

#testimonials-stacks_in_1265104_83.name-hide .content-inner-name {
  display: none; }

#testimonials-stacks_in_1265104_83.rating-hide .content-inner-rating {
  display: none; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-one i.rating:nth-child(1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-one i.rating:nth-child(n+2)::before {
  content: "\f3ae"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-one-half i.rating:nth-child(1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-one-half i.rating:nth-child(2)::before {
  content: "\f3ad"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-one-half i.rating:nth-child(n+3)::before {
  content: "\f3ae"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-two i.rating:nth-child(n+1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-two i.rating:nth-child(n+3)::before {
  content: "\f3ae"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-two-half i.rating:nth-child(n+1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-two-half i.rating:nth-child(3)::before {
  content: "\f3ad"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-two-half i.rating:nth-child(n+4)::before {
  content: "\f3ae"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-three i.rating:nth-child(n+1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-three i.rating:nth-child(n+4)::before {
  content: "\f3ae"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-three-half i.rating:nth-child(n+1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-three-half i.rating:nth-child(4)::before {
  content: "\f3ad"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-three-half i.rating:nth-child(n+5)::before {
  content: "\f3ae"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-four i.rating:nth-child(n+1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-four i.rating:nth-child(n+5)::before {
  content: "\f3ae"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-four-half i.rating:nth-child(n+1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-four-half i.rating:nth-child(5)::before {
  content: "\f3ad"; }

#testimonials-stacks_in_1265104_83.rating-stars .content-inner-rating.rating-five i.rating:nth-child(n+1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_1265104_83.rating-hearts .content-inner-rating.rating-one i.rating:nth-child(1)::before {
  content: "\f388"; }

#testimonials-stacks_in_1265104_83.rating-hearts .content-inner-rating.rating-one i.rating:nth-child(n+2)::before {
  content: "\f387"; }

#testimonials-stacks_in_1265104_83.rating-hearts .content-inner-rating.rating-two i.rating:nth-child(n+1)::before {
  content: "\f388"; }

#testimonials-stacks_in_1265104_83.rating-hearts .content-inner-rating.rating-two i.rating:nth-child(n+3)::before {
  content: "\f387"; }

#testimonials-stacks_in_1265104_83.rating-hearts .content-inner-rating.rating-three i.rating:nth-child(n+1)::before {
  content: "\f388"; }

#testimonials-stacks_in_1265104_83.rating-hearts .content-inner-rating.rating-three i.rating:nth-child(n+4)::before {
  content: "\f387"; }

#testimonials-stacks_in_1265104_83.rating-hearts .content-inner-rating.rating-four i.rating:nth-child(n+1)::before {
  content: "\f388"; }

#testimonials-stacks_in_1265104_83.rating-hearts .content-inner-rating.rating-four i.rating:nth-child(n+5)::before {
  content: "\f387"; }

#testimonials-stacks_in_1265104_83.rating-hearts .content-inner-rating.rating-five i.rating:nth-child(n+1)::before {
  content: "\f388"; }

@media (max-width: 400px) {
  /*  */
  #testimonials-stacks_in_1265104_83.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83 {
    border-radius: 30px; }
    #testimonials-stacks_in_1265104_83.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83:first-child {
      border-radius: 30px; }
    #testimonials-stacks_in_1265104_83.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83:last-child {
      border-radius: 30px; }
  #testimonials-stacks_in_1265104_83 .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83 {
    width: 30px;
    height: 30px;
    font-size: 14px; }
    #testimonials-stacks_in_1265104_83 .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83:first-child {
      border-radius: 30px 0 0 30px; }
    #testimonials-stacks_in_1265104_83 .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83:last-child {
      border-radius: 0 30px 30px 0; }
  #testimonials-stacks_in_1265104_83 .testimonials ul li .testimonials-inner {
    min-height: 0px; }
  #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-quotations span {
    height: 30.000000px;
    font-size: 60px; }
  #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-inner-text {
    font-size: 16px;
    line-height: 22.400000px; }
  #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-inner-name {
    font-size: 13px; }
  #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-inner-rating i {
    font-size: 16px; }
  #testimonials-stacks_in_1265104_83 .testimonials-image-outer {
    width: 30px;
    height: 30px;
    border-radius: 40px; }
    #testimonials-stacks_in_1265104_83 .testimonials-image-outer i {
      font-size: 30px; }
  /*  */ }

@media (min-width: 400px) and (max-width: 780px) {
  /*  */
  #testimonials-stacks_in_1265104_83.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83 {
    border-radius: 30px; }
    #testimonials-stacks_in_1265104_83.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83:first-child {
      border-radius: 30px; }
    #testimonials-stacks_in_1265104_83.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83:last-child {
      border-radius: 30px; }
  #testimonials-stacks_in_1265104_83 .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83 {
    width: 30px;
    height: 30px;
    font-size: 14px; }
    #testimonials-stacks_in_1265104_83 .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83:first-child {
      border-radius: 30px 0 0 30px; }
    #testimonials-stacks_in_1265104_83 .testimonials-arrows .testimonials-arrow-stacks_in_1265104_83:last-child {
      border-radius: 0 30px 30px 0; }
  #testimonials-stacks_in_1265104_83 .testimonials ul li .testimonials-inner {
    min-height: 0px; }
  #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-quotations span {
    height: 40.000000px;
    font-size: 80px; }
  #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-inner-text {
    font-size: 18px;
    line-height: 25.199999px; }
  #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-inner-name {
    font-size: 14px; }
  #testimonials-stacks_in_1265104_83 .testimonials-content-outer .content-inner-rating i {
    font-size: 18px; }
  #testimonials-stacks_in_1265104_83 .testimonials-image-outer {
    width: 30px;
    height: 30px;
    border-radius: 50px; }
    #testimonials-stacks_in_1265104_83 .testimonials-image-outer i {
      font-size: 30px; }
  /*  */ }

#stacks_in_1265104_83 {
	background-color: rgba(38, 45, 53, 1.00);
	padding: 80px 0px 180px 0px;
}
/*  */
#testimonials-card-stacks_in_1265104_84 .testimonials-outer .testimonials-inner .testimonials-image-outer {
  background: url(../index_files/general_image-84-46E.png) no-repeat center center !important;
  background-size: cover !important; }
  #testimonials-card-stacks_in_1265104_84 .testimonials-outer .testimonials-inner .testimonials-image-outer i {
    display: none; }

/*  */
/*  */
#testimonials-card-stacks_in_1265104_87 .testimonials-outer .testimonials-inner .testimonials-image-outer {
  background: url(../index_files/general_image-87-46E.png) no-repeat center center !important;
  background-size: cover !important; }
  #testimonials-card-stacks_in_1265104_87 .testimonials-outer .testimonials-inner .testimonials-image-outer i {
    display: none; }

/*  */
/*  */
#testimonials-card-stacks_in_1265104_90 .testimonials-outer .testimonials-inner .testimonials-image-outer {
  background: url(../index_files/general_image-90-46E.png) no-repeat center center !important;
  background-size: cover !important; }
  #testimonials-card-stacks_in_1265104_90 .testimonials-outer .testimonials-inner .testimonials-image-outer i {
    display: none; }

/*  */
/*  */
#testimonials-card-stacks_in_1265104_93 .testimonials-outer .testimonials-inner .testimonials-image-outer {
  background: url(../index_files/general_image-93-46E.png) no-repeat center center !important;
  background-size: cover !important; }
  #testimonials-card-stacks_in_1265104_93 .testimonials-outer .testimonials-inner .testimonials-image-outer i {
    display: none; }

/*  */
#stacks_in_1265671_2 > .row{padding-top:1.00rem;padding-bottom:1.00rem}#stacks_in_1265671_2 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1265671_2 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1265671_2 > .row.padding-detailed.padding-medium-up,#stacks_in_1265671_2 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1265671_2 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1265671_2 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1265671_2 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1265671_2 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1265671_2 {
	padding: 30px 0px 30px 0px;
}
@media only screen and (max-width:667px){#stacks_in_1265671_3 p,#stacks_in_1265671_3 div{text-align:center !important}}#stacks_in_1265671_3 p,#stacks_in_1265671_3 div,#stacks_in_1265671_3 ul,#stacks_in_1265671_3 ol,#stacks_in_1265671_3 dl{color:rgba(28, 37, 47, 1.00)}#stacks_in_1265671_3 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1265671_3 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_1265671_3{}}#stacks_in_1265671_3,#stacks_in_1265671_3 div,#stacks_in_1265671_3 p,#stacks_in_1265671_3 ul,#stacks_in_1265671_3 ul li,#stacks_in_1265671_3 ol li,#stacks_in_1265671_3 ol,#stacks_in_1265671_3 dl,#stacks_in_1265671_3 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:"Voltaire",sans-serif ;font-weight:400 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_1265671_3,#stacks_in_1265671_3 div,#stacks_in_1265671_3 p,#stacks_in_1265671_3 ol,#stacks_in_1265671_3 ul li,#stacks_in_1265671_3 ol li,#stacks_in_1265671_3 ol,#stacks_in_1265671_3 dl{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1265671_3,#stacks_in_1265671_3 div,#stacks_in_1265671_3 p,#stacks_in_1265671_3 ol,#stacks_in_1265671_3 ul li,#stacks_in_1265671_3 ol li,#stacks_in_1265671_3 ol,#stacks_in_1265671_3 dl{font-size:1.40rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1265671_3,#stacks_in_1265671_3 div,#stacks_in_1265671_3 p,#stacks_in_1265671_3 ol,#stacks_in_1265671_3 ul li,#stacks_in_1265671_3 ol li,#stacks_in_1265671_3 ol,#stacks_in_1265671_3 dl{font-size:1.60rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1265671_3,#stacks_in_1265671_3 div,#stacks_in_1265671_3 p,#stacks_in_1265671_3 ol,#stacks_in_1265671_3 ul li,#stacks_in_1265671_3 ol li,#stacks_in_1265671_3 ol,#stacks_in_1265671_3 dl{font-size:1.80rem!important}}

#stacks_in_1265671_3 {
	padding: 10px 0px 30px 0px;
}

#stacks_in_1265671_6 {
	font-weight: bolder;
}
/* Start dooMap 2 stack each CSS code */#stacks_in_1265671_7map img {    max-width: none !important; }#stacks_in_1265671_7 .gm-style-iw{	color: #444 !important;}.gmnoprint img {    max-width: none !important; }.stacks_in_1265671_7error{	position: relative;	background: #ffeaea;	padding: 0;	margin: 0;}.dooMapErrorColour{	color: red;}#stacks_in_1265671_7map{	height: 400px;	}@media all and (max-width: 1024px) {	#stacks_in_1265671_7map{		height: 266.399994px;	}}@media all and (max-width: 480px) {	#stacks_in_1265671_7map{		height: 200.000000px;	}}.dooMapClearer{	clear: both;	height: 0;	margin: 0;	padding: 0;}#stacks_in_1265671_7directions{	position: relative;	background: #fff;	display: none;	border: 1px solid #ccc;	border-radius: 2px;	padding: 10px;	color: #444;}.stacks_in_1265671_7directionsHeader{	display: inline-block !important;	font-size: 20px;	line-height: 22px;	font-weight: bold;	margin-right: 40px;}.dooDirectionsButton{	background: #fff;	border: 1px solid #ccc;	padding: 0 10px 0 10px;	font-size: 14px;	line-height: 22px;	border-radius: 2px;	cursor: pointer;	margin: 0;	color: #444;}.stacks_in_1265671_7cancel{	position: absolute;	top: 10px;	right: 10px;	font-size: 24px !important;	padding: 0 0 0 6px;	margin: 0;	border: none !important;}.directions_location_wrapper{	background: #ddd;	padding: 6px 10px 6px 10px;	border: 1px solid #ccc;	border-radius: 2px;	margin-top: 10px;	font-size: 14px;	line-height: 22px;}.directions_location_wrapper:hover{	background: #f4f4f4;}.dooDirectionsShow{	display: inline-block;}.dooDirectionsResultsWrapper{	display: none;	background: #fff;	padding: 10px;	border: 1px solid #ccc;	border-radius: 2px;	margin-top: 10px;}.dooMapInstruction{	border-bottom: 1px solid #ccc;	padding-bottom: 4px;}.dooMapInstructionDistance{	padding-top: 4px;	font-weight: bold;}.dooDirectionsSharingWrapper{	display: none;}.stacks_in_1265671_7print, .stacks_in_1265671_7email, .stacks_in_1265671_7google{	position: relative;	display: inline-block;	margin-top: 8px !important;	margin-right: 3px !important;}	#stacks_in_1265671_7 .dooMapLocation{		display: none;	}/* End dooMap 2 stack each CSS code *//* Start dooMap2location stack each CSS code *//* End dooMap2location stack each CSS code *//* Start dooMap2location stack each CSS code *//* End dooMap2location stack each CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1265671_18shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */@font-face {
	font-family: 'icomoon';
  src:  url('../index_files/scrollpage_icons/icomoon.eot?8zq521');
  src:  url('../index_files/scrollpage_icons/icomoon.eot?8zq521#iefix') format('embedded-opentype'),
    url('../index_files/scrollpage_icons/icomoon.woff2?8zq521') format('woff2'),
    url('../index_files/scrollpage_icons/icomoon.ttf?8zq521') format('truetype'),
    url('../index_files/scrollpage_icons/icomoon.woff?8zq521') format('woff'),
    url('../index_files/scrollpage_icons/icomoon.svg?8zq521#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="sp-icon-"], [class*=" sp-icon-"] {
	color: #FFFFFF;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

.sp-icon-chevron-rounded:before{content: "\e600"; }
.sp-icon-chevron-rounded-thick:before{content: "\e601"; }
.sp-icon-chevron-thin:before{content: "\e602"; }
.sp-icon-chevron-thick:before{content: "\e603"; }
.sp-icon-arrow:before{content: "\e604"; }
.sp-icon-arrow-thin:before{content: "\e605"; }
.sp-icon-arrow-thick:before{content: "\e606"; }
.sp-icon-round-1:before{content: "\e607"; }
.sp-icon-round-2:before{content: "\e608"; }
.sp-icon-round-3:before{content: "\e609"; }
.sp-icon-round-4:before{content: "\e60a"; }

#ncd-sp-arrow {
	display: inline-block;
	line-height: 0;
	z-index: 1000000;
	padding: 5px;
	background: #96001F;
	border-radius: 100px;
	border-width: 0;
	border-style: solid;
	box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
	
	
	opacity: 0;
	border-color: #09215E;
}
#ncd-sp-arrow i {font-size: 44px;}
#ncd-sp-arrow.show i {cursor: pointer;}


#ncd-sp-arrow {
	position: fixed;
	opacity: 0;
	margin: 30px;
	-webkit-transition: opacity 150ms, -webkit-transform 150ms;
	transition: opacity 150ms, transform 150ms;
	
	-webkit-transform: rotateY(-55deg);
			-ms-transform: rotateY(-55deg);
					transform: rotateY(-55deg);}

#ncd-sp-arrow.show.down-amount, 
#ncd-sp-arrow.show.down-container{
-webkit-transition: opacity 750ms 0, -webkit-transform 750ms 0;
	transition: opacity 750ms 0, transform 750ms 0;
	
}

#ncd-sp-arrow .rotateThis{
	-webkit-transition: -webkit-transform 700ms;
					transition: transform 700ms;
}

#ncd-sp-arrow.show.down-amount .rotateThis, 
#ncd-sp-arrow.show.down-container .rotateThis{
	position: relative;
	-webkit-transform: rotate(-180deg);
					transform: rotate(-180deg);}
#ncd-sp-arrow.down-amount .rotateThis, 
#ncd-sp-arrow.down-container .rotateThis{
	position: relative;
	-webkit-transform: rotate(0);
					transform: rotate(0);
}

#ncd-sp-arrow.show {
	opacity: 1; 
	-webkit-transform: rotateY(0) translateX(0) translateY(0) translateZ(100px) scale(1);
					transform: rotateY(0) translateX(0) translateY(0) translateZ(100px) scale(1);}

#ncd-sp-arrow.tl{top: 0;left: 0; }
#ncd-sp-arrow.tc{top: 0;left: 50%; }
#ncd-sp-arrow.tr{top: 0;right: 0; }
#ncd-sp-arrow.bl{bottom: 0;left: 0; }
#ncd-sp-arrow.bc{bottom: 0;left: 50%; }
#ncd-sp-arrow.br{bottom: 0;right: 0; }

@media screen and (max-width: 400px) {
	#ncd-sp-arrow{
		display: none;
	}
}


#stacks_in_1253645_1255356 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_1253645_1255356 > .s-pro > .sections-layer{display:none}#stacks_in_1253645_1255356 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_1253645_1255356 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_1253645_1255356 > .s-pro:not(.vault-margin).top-margin-custom{margin-top:0.00% !important}@media screen and (min-width:640px){#stacks_in_1253645_1255356 > .s-pro:not(.vault-margin).top-margin-custom{margin-top:0.00% !important}}#stacks_in_1253645_1255356 > .s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00% !important}@media screen and (min-width:640px){#stacks_in_1253645_1255356 > .s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00% !important}}
    #stacks_in_1253645_1255360.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1253645_1255360.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1253645_1255360.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:1000px;}#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1253645_1255360.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00% 0.00% 4.00% 0.00% }#stacks_in_1253645_1255360.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1253645_1255360.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:1000px;}#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1253645_1255360.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:1000px;}
#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1253645_1255360.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1253645_1255360.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_1253645_1255360.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 10.00% 0.00% }}  @media screen and (min-width:1000px){#stacks_in_1253645_1255360.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 10.00% 0.00% }}  @media screen and (min-width:640px){#stacks_in_1253645_1255360.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00% 0.00% 4.00% 0.00% }}  @media screen and (min-width:1000px){#stacks_in_1253645_1255360.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00% 0.00% 4.00% 0.00% }}  #stacks_in_1253645_1255360.blu-wrap>.blueprint-col>.blucol-content.bdr-stack{border-width:0px;border-color:rgba(0, 0, 0, 1.00);border-style:solid;border-radius:15px}
    #stacks_in_1253645_1255365.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1253645_1255365.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1253645_1255365.blu-wrap>.blueprint-col{}#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1253645_1255365.blu-wrap>.blueprint-col>.blucol-content{margin:17.00% 0.00% 17.00% 0.00% ;padding: 0px }#stacks_in_1253645_1255365.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1253645_1255365.blu-wrap>.blueprint-col{ }#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1253645_1255365.blu-wrap>.blueprint-col{ }
#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1253645_1255365.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1253645_1255365.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_1253645_1255365.blu-wrap>.blueprint-col>.blucol-content{margin: 7.00% 0.00% 7.00% 0.00% }}    
    #stacks_in_1253645_1255385.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1253645_1255385.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1253645_1255385.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:9999px;}#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1253645_1255385.blu-wrap>.blueprint-col>.blucol-content{margin:10.00% 0.00% 0.00% 0.00% ;padding: 0px }#stacks_in_1253645_1255385.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1253645_1255385.blu-wrap>.blueprint-col{ }#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1253645_1255385.blu-wrap>.blueprint-col{ }
#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1253645_1255385.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1253645_1255385.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_1253645_1255387{overflow:visible !important}#stacks_in_1253645_1255387 > .impact-animate{animation-duration:800ms;animation-delay:1200ms}
#stacks_in_1253645_1255389 p,#stacks_in_1253645_1255389 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_1253645_1255389{}}#stacks_in_1253645_1255389,#stacks_in_1253645_1255389 div,#stacks_in_1253645_1255389 p,#stacks_in_1253645_1255389 ul,#stacks_in_1253645_1255389 ul li,#stacks_in_1253645_1255389 ol li,#stacks_in_1253645_1255389 ol,#stacks_in_1253645_1255389 dl,#stacks_in_1253645_1255389 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:"Voltaire",sans-serif ;font-weight:400 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_1253645_1255389,#stacks_in_1253645_1255389 div,#stacks_in_1253645_1255389 p,#stacks_in_1253645_1255389 ol,#stacks_in_1253645_1255389 ul li,#stacks_in_1253645_1255389 ol li,#stacks_in_1253645_1255389 ol,#stacks_in_1253645_1255389 dl{font-size:1.50rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1253645_1255389,#stacks_in_1253645_1255389 div,#stacks_in_1253645_1255389 p,#stacks_in_1253645_1255389 ol,#stacks_in_1253645_1255389 ul li,#stacks_in_1253645_1255389 ol li,#stacks_in_1253645_1255389 ol,#stacks_in_1253645_1255389 dl{font-size:1.80rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1253645_1255389,#stacks_in_1253645_1255389 div,#stacks_in_1253645_1255389 p,#stacks_in_1253645_1255389 ol,#stacks_in_1253645_1255389 ul li,#stacks_in_1253645_1255389 ol li,#stacks_in_1253645_1255389 ol,#stacks_in_1253645_1255389 dl{font-size:2.60rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1253645_1255389,#stacks_in_1253645_1255389 div,#stacks_in_1253645_1255389 p,#stacks_in_1253645_1255389 ol,#stacks_in_1253645_1255389 ul li,#stacks_in_1253645_1255389 ol li,#stacks_in_1253645_1255389 ol,#stacks_in_1253645_1255389 dl{font-size:3.00rem!important}}
/* Start Responsive Shim stack CSS code */.stacks_in_1253645_1255393shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */#stacks_in_1253645_1255394{overflow:visible !important}#stacks_in_1253645_1255394 > .impact-animate{animation-duration:800ms;animation-delay:2500ms}
@media only screen and (min-width:0px){#stacks_in_1253645_1255395{}}#stacks_in_1253645_1255395,#stacks_in_1253645_1255395 div,#stacks_in_1253645_1255395 p,#stacks_in_1253645_1255395 ul,#stacks_in_1253645_1255395 ul li,#stacks_in_1253645_1255395 ol li,#stacks_in_1253645_1255395 ol,#stacks_in_1253645_1255395 dl,#stacks_in_1253645_1255395 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:"Voltaire",sans-serif ;font-weight:400 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_1253645_1255395,#stacks_in_1253645_1255395 div,#stacks_in_1253645_1255395 p,#stacks_in_1253645_1255395 ol,#stacks_in_1253645_1255395 ul li,#stacks_in_1253645_1255395 ol li,#stacks_in_1253645_1255395 ol,#stacks_in_1253645_1255395 dl{font-size:1.30rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1253645_1255395,#stacks_in_1253645_1255395 div,#stacks_in_1253645_1255395 p,#stacks_in_1253645_1255395 ol,#stacks_in_1253645_1255395 ul li,#stacks_in_1253645_1255395 ol li,#stacks_in_1253645_1255395 ol,#stacks_in_1253645_1255395 dl{font-size:1.70rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1253645_1255395,#stacks_in_1253645_1255395 div,#stacks_in_1253645_1255395 p,#stacks_in_1253645_1255395 ol,#stacks_in_1253645_1255395 ul li,#stacks_in_1253645_1255395 ol li,#stacks_in_1253645_1255395 ol,#stacks_in_1253645_1255395 dl{font-size:2.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1253645_1255395,#stacks_in_1253645_1255395 div,#stacks_in_1253645_1255395 p,#stacks_in_1253645_1255395 ol,#stacks_in_1253645_1255395 ul li,#stacks_in_1253645_1255395 ol li,#stacks_in_1253645_1255395 ol,#stacks_in_1253645_1255395 dl{font-size:2.40rem!important}}
/* Start Responsive Shim stack CSS code */.stacks_in_1253645_1255399shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */#stacks_in_1253645_1255459 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1253645_1255459 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1253645_1255459 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1253645_1255459 > .row.padding-detailed.padding-medium-up,#stacks_in_1253645_1255459 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1253645_1255459 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1253645_1255459 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1253645_1255459 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1253645_1255459 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_1253645_1255459 > .row.max-custom{margin:0 auto;max-width:325px !important}#stacks_in_1253645_1255459 > .row.max-custom.max-left{margin-left:0}#stacks_in_1253645_1255459 > .row.max-custom.max-right{margin-right:0}
/* Start Responsive Shim stack CSS code */.stacks_in_1253645_1255461_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
  #stacks_in_1253645_1255463_7{text-align:center}    #stacks_in_1253645_1255463_7 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1255463_7 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1253645_1255463_7 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1253645_1255463_7.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:10.00px}#stacks_in_1253645_1255463_7.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:10.00px}       #stacks_in_1253645_1255463_7>.button.b-p,#stacks_in_1253645_1255463_7>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1253645_1255463_7>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1253645_1255463_7>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1253645_1255463_7.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1253645_1255463_7 .button.b-p.expand-large:not(.icon-only),#stacks_in_1253645_1255463_7>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1253645_1255463_7.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_1253645_1255463_7 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_1253645_1255463_7 .button.b-p:not(.icon-only){width:280.00px}}   
  
/* Start Responsive Shim stack CSS code */.stacks_in_1253645_1255464_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
  #stacks_in_1253645_1255465_6{text-align:center}    #stacks_in_1253645_1255465_6 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1255465_6 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1253645_1255465_6 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1253645_1255465_6.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_1253645_1255465_6.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_1253645_1255465_6>.button.b-p,#stacks_in_1253645_1255465_6>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1253645_1255465_6>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1253645_1255465_6>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1253645_1255465_6.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1253645_1255465_6 .button.b-p.expand-large:not(.icon-only),#stacks_in_1253645_1255465_6>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1253645_1255465_6.bp-wrap{padding:0px 0px 0px 0px}}    @media screen and (min-width:641px) and (max-width:1000px){#stacks_in_1253645_1255465_6.bp-wrap{display:none!important}}  @media screen and (min-width:1000px){#stacks_in_1253645_1255465_6.bp-wrap{display:none!important}}   #stacks_in_1253645_1255465_6 .button.b-p:not(.icon-only){width:250.00px}@media screen and (min-width:641px){#stacks_in_1253645_1255465_6 .button.b-p:not(.icon-only){width:280.00px}}   
  
/* Start Responsive Shim stack CSS code */.stacks_in_1253645_1255466_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
  #stacks_in_1253645_1255467_2{text-align:center}    #stacks_in_1253645_1255467_2 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1255467_2 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1253645_1255467_2 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1253645_1255467_2.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_1253645_1255467_2.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_1253645_1255467_2>.button.b-p,#stacks_in_1253645_1255467_2>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1253645_1255467_2>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1253645_1255467_2>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1253645_1255467_2.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1253645_1255467_2 .button.b-p.expand-large:not(.icon-only),#stacks_in_1253645_1255467_2>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1253645_1255467_2.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_1253645_1255467_2 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_1253645_1255467_2 .button.b-p:not(.icon-only){width:280.00px}}   
  
#stacks_in_1253645_1255468 > .row.max-custom{margin:0 auto;max-width:600px !important}#stacks_in_1253645_1255468 > .row.max-custom.max-left{margin-left:0}#stacks_in_1253645_1255468 > .row.max-custom.max-right{margin-right:0}
#stacks_in_1253645_1255468 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1253645_1255468 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1253645_1255468 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

  #stacks_in_1253645_1255471_7{text-align:center}    #stacks_in_1253645_1255471_7 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1255471_7 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1253645_1255471_7 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1253645_1255471_7.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:10.00px}#stacks_in_1253645_1255471_7.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:10.00px}       #stacks_in_1253645_1255471_7>.button.b-p,#stacks_in_1253645_1255471_7>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1253645_1255471_7>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1253645_1255471_7>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1253645_1255471_7.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1253645_1255471_7 .button.b-p.expand-large:not(.icon-only),#stacks_in_1253645_1255471_7>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1253645_1255471_7.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_1253645_1255471_7 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_1253645_1255471_7 .button.b-p:not(.icon-only){width:280.00px}}   
  

  #stacks_in_1253645_1255469_2{text-align:center}    #stacks_in_1253645_1255469_2 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1255469_2 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1253645_1255469_2 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1253645_1255469_2.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_1253645_1255469_2.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_1253645_1255469_2>.button.b-p,#stacks_in_1253645_1255469_2>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1253645_1255469_2>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1253645_1255469_2>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1253645_1255469_2.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1253645_1255469_2 .button.b-p.expand-large:not(.icon-only),#stacks_in_1253645_1255469_2>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1253645_1255469_2.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_1253645_1255469_2 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_1253645_1255469_2 .button.b-p:not(.icon-only){width:280.00px}}   
  
.style-pro-stacks_in_1253645_1255360::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1253645_1255360:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(134, 159, 194, 1.00);-webkit-box-shadow: -1px 15px 30px 3px rgba(12, 21, 38, 0.32)  ;box-shadow: -1px 15px 30px 3px rgba(12, 21, 38, 0.32)  }.style-pro-stacks_in_1253645_1255360:not(.bdr-vault)::before,.style-pro-stacks_in_1253645_1255360:not(.bdr-vault)::after{border-radius: 10px }.style-pro-stacks_in_1253645_1255360:not(.bdr-vault) > .sections-layer{border-radius: 10px }@media screen and (max-width:640px){.style-pro-stacks_in_1253645_1255360:not(.bdr-vault):before,.style-pro-stacks_in_1253645_1255360:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_1253645_1255360:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_1253645_1255360:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}
.ovl-style-pro-stacks_in_1253645_1255360::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.ovl-style-pro-stacks_in_1253645_1255360:not(.o-bg-vault)::after{background-color:rgba(255, 255, 255, 0.24)}

#stacks_in_1253645_1255356 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_1253645_1255356 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_1253645_1255356 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_1253645_1255356 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_1253645_1255356 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_1253645_1255357{opacity:0 !important}#stacks_in_1253645_1255356 > .s-pro > .sections-layer > #vid-stacks_in_1253645_1255357.not-started.hide-when-played{display:none !important}#stacks_in_1253645_1255356 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_1253645_1255357.hide-when-played{display:none !important}#vid-stacks_in_1253645_1255357{opacity:1.0}#vid-stacks_in_1253645_1255357.pre-load{opacity:0}#play-stacks_in_1253645_1255357{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_1253645_1255357.pl-rect{height:80px}#play-stacks_in_1253645_1255357.pl-square,#play-stacks_in_1253645_1255357.pl-circ{height:100px}#play-stacks_in_1253645_1255357.pl-circ{border-radius:50%}#play-stacks_in_1253645_1255357::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_1253645_1255357::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_1253645_1255357:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_1253645_1255357:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_1253645_1255357.not-started{display:block}#play-stacks_in_1253645_1255357.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_1253645_1255356 .vb-stacks_in_1253645_1255357.bg-none{background:transparent}#stacks_in_1253645_1255356 .vb-stacks_in_1253645_1255357.bg-color{background-color:rgba(0, 3, 1, 1.00)}#stacks_in_1253645_1255356 .vb-stacks_in_1253645_1255357.bg-image{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}#stacks_in_1253645_1255356 .vb-stacks_in_1253645_1255357.bg-image.bg-fixed{background-attachment:fixed;width:100%}#stacks_in_1253645_1255356 .vb-stacks_in_1253645_1255357.bg-image:not(.bg-warehouse){background-image:url(../index_files/bgImage-1255357-899.jpg)}#stacks_in_1253645_1255356 .vb-stacks_in_1253645_1255357.bg-image.bg-warehouse{background-image:url()}#stacks_in_1253645_1255356 .vb-stacks_in_1253645_1255357.bg-image.bg-col-mob{background-color:transparent}@media only screen and (max-width:40.063em){#stacks_in_1253645_1255356 .vb-stacks_in_1253645_1255357.bg-image.bg-col-mob{background-color:rgba(0, 3, 1, 1.00);background-image:none}}@media only screen and (max-device-width:1024px){#stacks_in_1253645_1255356 .vb-stacks_in_1253645_1255357.bg-image.bg-fixed{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){#stacks_in_1253645_1255356 .vb-stacks_in_1253645_1255357.bg-image:not(.bg-warehouse){background-image:url(../index_files/bgImageLarge-1255357-899.jpg);opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}#stacks_in_1253645_1255356 .vb-stacks_in_1253645_1255357.bg-col-mob{background-color:transparent}#stacks_in_1253645_1255356 .vb-stacks_in_1253645_1255357.bg-image.bg-warehouse{}}
#stacks_in_1253645_1255160 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_1253645_1255160 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1253645_1255160 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1253645_1255160 > .row.padding-detailed.padding-medium-up,#stacks_in_1253645_1255160 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1253645_1255160 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1253645_1255160 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1253645_1255160 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1253645_1255160 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1253645_1255160 {
	background-color: rgba(169, 15, 41, 1.00);
}
#stacks_in_1253645_1255424 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1253645_1255424 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1253645_1255424 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1253645_1255424 > .row.padding-detailed.padding-medium-up,#stacks_in_1253645_1255424 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1253645_1255424 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1253645_1255424 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1253645_1255424 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1253645_1255424 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1253645_1255414 > .row.max-custom{margin:0 auto;max-width:800px !important}#stacks_in_1253645_1255414 > .row.max-custom.max-left{margin-left:0}#stacks_in_1253645_1255414 > .row.max-custom.max-right{margin-right:0}
#stacks_in_1253645_1255414 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_1253645_1255414 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1253645_1255414 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
@media only screen and (max-width:414px){#stacks_in_1253645_1255179 p,#stacks_in_1253645_1255179 div{text-align:center !important}}#stacks_in_1253645_1255179 p,#stacks_in_1253645_1255179 div{margin-bottom:0}#stacks_in_1253645_1255179 p,#stacks_in_1253645_1255179 div,#stacks_in_1253645_1255179 ul,#stacks_in_1253645_1255179 ol,#stacks_in_1253645_1255179 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255179 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1255179 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255179,#stacks_in_1253645_1255179 div,#stacks_in_1253645_1255179 p,#stacks_in_1253645_1255179 ol,#stacks_in_1253645_1255179 ul li,#stacks_in_1253645_1255179 ol li,#stacks_in_1253645_1255179 ol,#stacks_in_1253645_1255179 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1253645_1255179,#stacks_in_1253645_1255179 div,#stacks_in_1253645_1255179 p,#stacks_in_1253645_1255179 ol,#stacks_in_1253645_1255179 ul li,#stacks_in_1253645_1255179 ol li,#stacks_in_1253645_1255179 ol,#stacks_in_1253645_1255179 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1253645_1255179,#stacks_in_1253645_1255179 div,#stacks_in_1253645_1255179 p,#stacks_in_1253645_1255179 .fa:not(.no-indent),#stacks_in_1253645_1255179 ol,#stacks_in_1253645_1255179 ul li,#stacks_in_1253645_1255179 ol li,#stacks_in_1253645_1255179 ol,#stacks_in_1253645_1255179 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1253645_1255179{}}

@media only screen and (max-width:414px){#stacks_in_1253645_1255175 p,#stacks_in_1253645_1255175 div{text-align:center !important}}#stacks_in_1253645_1255175 p,#stacks_in_1253645_1255175 div{margin-bottom:0}#stacks_in_1253645_1255175 p,#stacks_in_1253645_1255175 div,#stacks_in_1253645_1255175 ul,#stacks_in_1253645_1255175 ol,#stacks_in_1253645_1255175 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255175 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1255175 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255175,#stacks_in_1253645_1255175 div,#stacks_in_1253645_1255175 p,#stacks_in_1253645_1255175 ol,#stacks_in_1253645_1255175 ul li,#stacks_in_1253645_1255175 ol li,#stacks_in_1253645_1255175 ol,#stacks_in_1253645_1255175 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1253645_1255175,#stacks_in_1253645_1255175 div,#stacks_in_1253645_1255175 p,#stacks_in_1253645_1255175 ol,#stacks_in_1253645_1255175 ul li,#stacks_in_1253645_1255175 ol li,#stacks_in_1253645_1255175 ol,#stacks_in_1253645_1255175 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1253645_1255175,#stacks_in_1253645_1255175 div,#stacks_in_1253645_1255175 p,#stacks_in_1253645_1255175 .fa:not(.no-indent),#stacks_in_1253645_1255175 ol,#stacks_in_1253645_1255175 ul li,#stacks_in_1253645_1255175 ol li,#stacks_in_1253645_1255175 ol,#stacks_in_1253645_1255175 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1253645_1255175{}}

@media only screen and (max-width:414px){#stacks_in_1253645_1255405 p,#stacks_in_1253645_1255405 div{text-align:center !important}}#stacks_in_1253645_1255405 p,#stacks_in_1253645_1255405 div{margin-bottom:0}#stacks_in_1253645_1255405 p,#stacks_in_1253645_1255405 div,#stacks_in_1253645_1255405 ul,#stacks_in_1253645_1255405 ol,#stacks_in_1253645_1255405 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255405 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1255405 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255405,#stacks_in_1253645_1255405 div,#stacks_in_1253645_1255405 p,#stacks_in_1253645_1255405 ol,#stacks_in_1253645_1255405 ul li,#stacks_in_1253645_1255405 ol li,#stacks_in_1253645_1255405 ol,#stacks_in_1253645_1255405 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1253645_1255405,#stacks_in_1253645_1255405 div,#stacks_in_1253645_1255405 p,#stacks_in_1253645_1255405 ol,#stacks_in_1253645_1255405 ul li,#stacks_in_1253645_1255405 ol li,#stacks_in_1253645_1255405 ol,#stacks_in_1253645_1255405 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1253645_1255405,#stacks_in_1253645_1255405 div,#stacks_in_1253645_1255405 p,#stacks_in_1253645_1255405 .fa:not(.no-indent),#stacks_in_1253645_1255405 ol,#stacks_in_1253645_1255405 ul li,#stacks_in_1253645_1255405 ol li,#stacks_in_1253645_1255405 ol,#stacks_in_1253645_1255405 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1253645_1255405{}}

@media only screen and (max-width:414px){#stacks_in_1253645_1255439 p,#stacks_in_1253645_1255439 div{text-align:center !important}}#stacks_in_1253645_1255439 p,#stacks_in_1253645_1255439 div{margin-bottom:0}#stacks_in_1253645_1255439 p,#stacks_in_1253645_1255439 div,#stacks_in_1253645_1255439 ul,#stacks_in_1253645_1255439 ol,#stacks_in_1253645_1255439 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1255439 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1255439 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255439,#stacks_in_1253645_1255439 div,#stacks_in_1253645_1255439 p,#stacks_in_1253645_1255439 ol,#stacks_in_1253645_1255439 ul li,#stacks_in_1253645_1255439 ol li,#stacks_in_1253645_1255439 ol,#stacks_in_1253645_1255439 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1253645_1255439,#stacks_in_1253645_1255439 div,#stacks_in_1253645_1255439 p,#stacks_in_1253645_1255439 ol,#stacks_in_1253645_1255439 ul li,#stacks_in_1253645_1255439 ol li,#stacks_in_1253645_1255439 ol,#stacks_in_1253645_1255439 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1253645_1255439,#stacks_in_1253645_1255439 div,#stacks_in_1253645_1255439 p,#stacks_in_1253645_1255439 .fa:not(.no-indent),#stacks_in_1253645_1255439 ol,#stacks_in_1253645_1255439 ul li,#stacks_in_1253645_1255439 ol li,#stacks_in_1253645_1255439 ol,#stacks_in_1253645_1255439 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1253645_1255439{}}

#stacks_in_1253645_1255443 > .row.max-custom{margin:0 auto;max-width:600px !important}#stacks_in_1253645_1255443 > .row.max-custom.max-left{margin-left:0}#stacks_in_1253645_1255443 > .row.max-custom.max-right{margin-right:0}
#stacks_in_1253645_1255443 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1253645_1255443 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1253645_1255443 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_in_1253645_1255443 {
	padding: 20px 0px 20px 0px;
}
@media only screen and (max-width:414px){#stacks_in_1253645_1255171 p,#stacks_in_1253645_1255171 div{text-align:center !important}}#stacks_in_1253645_1255171 p,#stacks_in_1253645_1255171 div{margin-bottom:0}#stacks_in_1253645_1255171 p,#stacks_in_1253645_1255171 div,#stacks_in_1253645_1255171 ul,#stacks_in_1253645_1255171 ol,#stacks_in_1253645_1255171 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255171 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1255171 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255171,#stacks_in_1253645_1255171 div,#stacks_in_1253645_1255171 p,#stacks_in_1253645_1255171 ol,#stacks_in_1253645_1255171 ul li,#stacks_in_1253645_1255171 ol li,#stacks_in_1253645_1255171 ol,#stacks_in_1253645_1255171 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1253645_1255171,#stacks_in_1253645_1255171 div,#stacks_in_1253645_1255171 p,#stacks_in_1253645_1255171 ol,#stacks_in_1253645_1255171 ul li,#stacks_in_1253645_1255171 ol li,#stacks_in_1253645_1255171 ol,#stacks_in_1253645_1255171 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1253645_1255171,#stacks_in_1253645_1255171 div,#stacks_in_1253645_1255171 p,#stacks_in_1253645_1255171 .fa:not(.no-indent),#stacks_in_1253645_1255171 ol,#stacks_in_1253645_1255171 ul li,#stacks_in_1253645_1255171 ol li,#stacks_in_1253645_1255171 ol,#stacks_in_1253645_1255171 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1253645_1255171{}}

@media only screen and (max-width:414px){#stacks_in_1253645_1255431 p,#stacks_in_1253645_1255431 div{text-align:center !important}}#stacks_in_1253645_1255431 p,#stacks_in_1253645_1255431 div{margin-bottom:0}#stacks_in_1253645_1255431 p,#stacks_in_1253645_1255431 div,#stacks_in_1253645_1255431 ul,#stacks_in_1253645_1255431 ol,#stacks_in_1253645_1255431 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255431 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1255431 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255431,#stacks_in_1253645_1255431 div,#stacks_in_1253645_1255431 p,#stacks_in_1253645_1255431 ol,#stacks_in_1253645_1255431 ul li,#stacks_in_1253645_1255431 ol li,#stacks_in_1253645_1255431 ol,#stacks_in_1253645_1255431 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1253645_1255431,#stacks_in_1253645_1255431 div,#stacks_in_1253645_1255431 p,#stacks_in_1253645_1255431 ol,#stacks_in_1253645_1255431 ul li,#stacks_in_1253645_1255431 ol li,#stacks_in_1253645_1255431 ol,#stacks_in_1253645_1255431 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1253645_1255431,#stacks_in_1253645_1255431 div,#stacks_in_1253645_1255431 p,#stacks_in_1253645_1255431 .fa:not(.no-indent),#stacks_in_1253645_1255431 ol,#stacks_in_1253645_1255431 ul li,#stacks_in_1253645_1255431 ol li,#stacks_in_1253645_1255431 ol,#stacks_in_1253645_1255431 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1253645_1255431{}}

@media only screen and (max-width:414px){#stacks_in_1253645_1255427 p,#stacks_in_1253645_1255427 div{text-align:center !important}}#stacks_in_1253645_1255427 p,#stacks_in_1253645_1255427 div{margin-bottom:0}#stacks_in_1253645_1255427 p,#stacks_in_1253645_1255427 div,#stacks_in_1253645_1255427 ul,#stacks_in_1253645_1255427 ol,#stacks_in_1253645_1255427 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255427 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1255427 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255427,#stacks_in_1253645_1255427 div,#stacks_in_1253645_1255427 p,#stacks_in_1253645_1255427 ol,#stacks_in_1253645_1255427 ul li,#stacks_in_1253645_1255427 ol li,#stacks_in_1253645_1255427 ol,#stacks_in_1253645_1255427 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1253645_1255427,#stacks_in_1253645_1255427 div,#stacks_in_1253645_1255427 p,#stacks_in_1253645_1255427 ol,#stacks_in_1253645_1255427 ul li,#stacks_in_1253645_1255427 ol li,#stacks_in_1253645_1255427 ol,#stacks_in_1253645_1255427 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1253645_1255427,#stacks_in_1253645_1255427 div,#stacks_in_1253645_1255427 p,#stacks_in_1253645_1255427 .fa:not(.no-indent),#stacks_in_1253645_1255427 ol,#stacks_in_1253645_1255427 ul li,#stacks_in_1253645_1255427 ol li,#stacks_in_1253645_1255427 ol,#stacks_in_1253645_1255427 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1253645_1255427{}}

#stacks_in_1253645_1255447 > .row.max-custom{margin:0 auto;max-width:400px !important}#stacks_in_1253645_1255447 > .row.max-custom.max-left{margin-left:0}#stacks_in_1253645_1255447 > .row.max-custom.max-right{margin-right:0}
#stacks_in_1253645_1255447 > .row{padding-top:0.00rem;padding-bottom:1.50rem}#stacks_in_1253645_1255447 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1253645_1255447 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
@media only screen and (max-width:414px){#stacks_in_1253645_1255167 p,#stacks_in_1253645_1255167 div{text-align:center !important}}#stacks_in_1253645_1255167 p,#stacks_in_1253645_1255167 div{margin-bottom:0}#stacks_in_1253645_1255167 p,#stacks_in_1253645_1255167 div,#stacks_in_1253645_1255167 ul,#stacks_in_1253645_1255167 ol,#stacks_in_1253645_1255167 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255167 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1255167 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255167,#stacks_in_1253645_1255167 div,#stacks_in_1253645_1255167 p,#stacks_in_1253645_1255167 ol,#stacks_in_1253645_1255167 ul li,#stacks_in_1253645_1255167 ol li,#stacks_in_1253645_1255167 ol,#stacks_in_1253645_1255167 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1253645_1255167,#stacks_in_1253645_1255167 div,#stacks_in_1253645_1255167 p,#stacks_in_1253645_1255167 ol,#stacks_in_1253645_1255167 ul li,#stacks_in_1253645_1255167 ol li,#stacks_in_1253645_1255167 ol,#stacks_in_1253645_1255167 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1253645_1255167,#stacks_in_1253645_1255167 div,#stacks_in_1253645_1255167 p,#stacks_in_1253645_1255167 .fa:not(.no-indent),#stacks_in_1253645_1255167 ol,#stacks_in_1253645_1255167 ul li,#stacks_in_1253645_1255167 ol li,#stacks_in_1253645_1255167 ol,#stacks_in_1253645_1255167 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1253645_1255167{}}

@media only screen and (max-width:414px){#stacks_in_1253645_1255411 p,#stacks_in_1253645_1255411 div{text-align:center !important}}#stacks_in_1253645_1255411 p,#stacks_in_1253645_1255411 div{margin-bottom:0}#stacks_in_1253645_1255411 p,#stacks_in_1253645_1255411 div,#stacks_in_1253645_1255411 ul,#stacks_in_1253645_1255411 ol,#stacks_in_1253645_1255411 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255411 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1255411 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1253645_1255411,#stacks_in_1253645_1255411 div,#stacks_in_1253645_1255411 p,#stacks_in_1253645_1255411 ol,#stacks_in_1253645_1255411 ul li,#stacks_in_1253645_1255411 ol li,#stacks_in_1253645_1255411 ol,#stacks_in_1253645_1255411 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1253645_1255411,#stacks_in_1253645_1255411 div,#stacks_in_1253645_1255411 p,#stacks_in_1253645_1255411 ol,#stacks_in_1253645_1255411 ul li,#stacks_in_1253645_1255411 ol li,#stacks_in_1253645_1255411 ol,#stacks_in_1253645_1255411 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1253645_1255411,#stacks_in_1253645_1255411 div,#stacks_in_1253645_1255411 p,#stacks_in_1253645_1255411 .fa:not(.no-indent),#stacks_in_1253645_1255411 ol,#stacks_in_1253645_1255411 ul li,#stacks_in_1253645_1255411 ol li,#stacks_in_1253645_1255411 ol,#stacks_in_1253645_1255411 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1253645_1255411{}}

#stacks_in_1253645_1255183 > .row.max-custom{margin:0 auto;max-width:400px !important}#stacks_in_1253645_1255183 > .row.max-custom.max-left{margin-left:0}#stacks_in_1253645_1255183 > .row.max-custom.max-right{margin-right:0}
#stacks_in_1253645_1255183 > .row{padding-top:1.00rem;padding-bottom:2.00rem}#stacks_in_1253645_1255183 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1253645_1255183 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1253645_1254937 .background{}#stacks_in_1253645_1254937 .fa-stack,#stacks_in_1253645_1254937 i.fa{color:rgba(255, 255, 255, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_1253645_1254937 .fa-stack.custom,#stacks_in_1253645_1254937 i.fa.custom{font-size:24px}#stacks_in_1253645_1254937 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_1253645_1254937 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_1253645_1254937 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_1253645_1254937 a:hover i.fa{color:rgba(229, 229, 229, 1.00)}#stacks_in_1253645_1254937 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_1253645_1254937 a:hover .fa-border{}#stacks_in_1253645_1254937 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1253645_1254937 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1253645_1254937 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1254937 .jw-wrapper{}#stacks_in_1253645_1254937 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1253645_1254937 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1253645_1254937 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1254937 .jw-wrapper.match{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1254937 .jw-wrapper.match a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1254937 .jw-wrapper.match a:hover{color:rgba(229, 229, 229, 1.00)}#stacks_in_1253645_1254937 .jw-wrapper.hover i.fa:hover,#stacks_in_1253645_1254937 .jw-wrapper.hover a:hover{color:rgba(204, 204, 204, 1.00)}

#stacks_in_1253645_1254937 {
	padding: 10px 0px 10px 0px;
}
#stacks_in_1253645_1254943 .background{}#stacks_in_1253645_1254943 .fa-stack,#stacks_in_1253645_1254943 i.fa{color:rgba(255, 255, 255, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_1253645_1254943 .fa-stack.custom,#stacks_in_1253645_1254943 i.fa.custom{font-size:24px}#stacks_in_1253645_1254943 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_1253645_1254943 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_1253645_1254943 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_1253645_1254943 a:hover i.fa{color:rgba(229, 229, 229, 1.00)}#stacks_in_1253645_1254943 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_1253645_1254943 a:hover .fa-border{}#stacks_in_1253645_1254943 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1253645_1254943 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1253645_1254943 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1254943 .jw-wrapper{}#stacks_in_1253645_1254943 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1253645_1254943 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1253645_1254943 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1254943 .jw-wrapper.match{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1254943 .jw-wrapper.match a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1254943 .jw-wrapper.match a:hover{color:rgba(229, 229, 229, 1.00)}#stacks_in_1253645_1254943 .jw-wrapper.hover i.fa:hover,#stacks_in_1253645_1254943 .jw-wrapper.hover a:hover{color:rgba(204, 204, 204, 1.00)}

#stacks_in_1253645_1254943 {
	padding: 10px 0px 10px 0px;
}
#stacks_in_1253645_1254946 .background{}#stacks_in_1253645_1254946 .fa-stack,#stacks_in_1253645_1254946 i.fa{color:rgba(255, 255, 255, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_1253645_1254946 .fa-stack.custom,#stacks_in_1253645_1254946 i.fa.custom{font-size:24px}#stacks_in_1253645_1254946 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_1253645_1254946 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_1253645_1254946 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_1253645_1254946 a:hover i.fa{color:rgba(229, 229, 229, 1.00)}#stacks_in_1253645_1254946 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_1253645_1254946 a:hover .fa-border{}#stacks_in_1253645_1254946 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1253645_1254946 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1253645_1254946 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1254946 .jw-wrapper{}#stacks_in_1253645_1254946 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1253645_1254946 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1253645_1254946 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1253645_1254946 .jw-wrapper.match{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1254946 .jw-wrapper.match a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1254946 .jw-wrapper.match a:hover{color:rgba(229, 229, 229, 1.00)}#stacks_in_1253645_1254946 .jw-wrapper.hover i.fa:hover,#stacks_in_1253645_1254946 .jw-wrapper.hover a:hover{color:rgba(204, 204, 204, 1.00)}

#stacks_in_1253645_1254946 {
	padding: 10px 0px 10px 0px;
}


#stacks_in_1253645_1255046 > .row{padding-top:1.00rem;padding-bottom:2.00rem}#stacks_in_1253645_1255046 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1253645_1255046 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_in_1253645_1255046 {
	background-color: rgba(216, 224, 235, 1.00);
}

#stacks_in_1253645_1255063 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1253645_1255063 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1253645_1255063 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1253645_1255074,#stacks_in_1253645_1255074 div,#stacks_in_1253645_1255074 p,#stacks_in_1253645_1255074 ol,#stacks_in_1253645_1255074 ul li,#stacks_in_1253645_1255074 ol li,#stacks_in_1253645_1255074 ol,#stacks_in_1253645_1255074 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_1253645_1255074,#stacks_in_1253645_1255074 div,#stacks_in_1253645_1255074 p,#stacks_in_1253645_1255074 ol,#stacks_in_1253645_1255074 ul li,#stacks_in_1253645_1255074 ol li,#stacks_in_1253645_1255074 ol,#stacks_in_1253645_1255074 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_1253645_1255074{}}

@media only screen and (max-width:640px){#stacks_in_1253645_1255065 h6,#stacks_in_1253645_1255065 div{text-align:center !important}#stacks_out_1253645_1255065{display:block !important}}

#stacks_in_1253645_1255071 p,#stacks_in_1253645_1255071 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_1253645_1255071{}}

/* Start Responsive Shim stack CSS code */.stacks_in_1253645_1255078shim{	padding-top: 20px;}@media all and (max-width: 768px) {.stacks_in_1253645_1255078shim{	padding-top: 40px;}}@media all and (max-width: 480px) {.stacks_in_1253645_1255078shim{	padding-top: 30px;}}/* End Responsive Shim stack CSS code */
#stacks_in_1253645_1255048 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1253645_1255048 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1253645_1255048 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1253645_1255059,#stacks_in_1253645_1255059 div,#stacks_in_1253645_1255059 p,#stacks_in_1253645_1255059 ol,#stacks_in_1253645_1255059 ul li,#stacks_in_1253645_1255059 ol li,#stacks_in_1253645_1255059 ol,#stacks_in_1253645_1255059 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_1253645_1255059,#stacks_in_1253645_1255059 div,#stacks_in_1253645_1255059 p,#stacks_in_1253645_1255059 ol,#stacks_in_1253645_1255059 ul li,#stacks_in_1253645_1255059 ol li,#stacks_in_1253645_1255059 ol,#stacks_in_1253645_1255059 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_1253645_1255059{}}

@media only screen and (max-width:640px){#stacks_in_1253645_1255050 h6,#stacks_in_1253645_1255050 div{text-align:center !important}#stacks_out_1253645_1255050{display:block !important}}

#stacks_in_1253645_1255056 p,#stacks_in_1253645_1255056 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_1253645_1255056{}}

 #stacks_in_1253645_1255204.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_1253645_1255204.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_1253645_1255204.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_1253645_1255204{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_1253645_1255204.box-pos>.s-box{overflow:hidden} #stacks_in_1253645_1255204>.s-box{margin: 0px }#stacks_in_1253645_1255204>.s-box>.s-box-content{padding: 5.00px 0.00px 5.00px 0.00px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_1253645_1255204>.s-box>.s-box-content{padding: 5.00px 0.00px 5.00px 0.00px }}@media screen and (min-width:1000.00px){#stacks_in_1253645_1255204>.s-box>.s-box-content{padding: 5.00px 0.00px 5.00px 0.00px }}   #stacks_in_1253645_1255204{max-width:100.00%}@media all and (min-width:640px){#stacks_in_1253645_1255204{max-width:100.00%}}#stacks_in_1253645_1255204.auto-width{width:auto!important}#stacks_in_1253645_1255204.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_1253645_1255204>.s-box{position:relative}      
#stacks_in_1253645_1255208 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_1253645_1255208 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1253645_1255208 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1253645_1255208 > .row.padding-detailed.padding-medium-up,#stacks_in_1253645_1255208 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1253645_1255208 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1253645_1255208 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1253645_1255208 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1253645_1255208 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_1253645_1255208 > .row.max-custom{margin:0 auto;max-width:300px !important}#stacks_in_1253645_1255208 > .row.max-custom.max-left{margin-left:0}#stacks_in_1253645_1255208 > .row.max-custom.max-right{margin-right:0}
/* Start Responsive Shim stack CSS code */.stacks_in_1253645_1255220shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_1253645_1255248 > .row{padding-top:1.00rem;padding-bottom:2.00rem}#stacks_in_1253645_1255248 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1253645_1255248 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1253645_1255193 p,#stacks_in_1253645_1255193 div{margin-bottom:0}#stacks_in_1253645_1255193 p,#stacks_in_1253645_1255193 div,#stacks_in_1253645_1255193 ul,#stacks_in_1253645_1255193 ol,#stacks_in_1253645_1255193 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1255193 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1255193 a:hover{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1255193 p,#stacks_in_1253645_1255193 div,#stacks_in_1253645_1255193 ul,#stacks_in_1253645_1255193 ol,#stacks_in_1253645_1255193 dl{line-height:2.00;font-size:0.80rem}

#stacks_in_1253645_1255193 {
	padding: 10px 0px 10px 0px;
}
/* -- Start Svg Each css Template -- */


#stacks_in_1253645_1255191 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_1253645_1255191svgwrapper{
	position: relative;
}


		#stacks_in_1253645_1255191 img  {
			max-width: 150px;
		}
	
		@media (max-width: 61.9em) {
			#stacks_in_1253645_1255191 img {
				max-width: 150px;
			}
		}
		
		@media (max-width: 47.9em) {
			#stacks_in_1253645_1255191 img {
				max-width: 120px;
			}
		}
	


#stacks_in_1253645_1255191 {
	text-align: left !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_1253645_1255191 {
			text-align: left !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_1253645_1255191 {
			text-align: center !important;
		}
	}






/* -- End Svg Each css Template -- */#stacks_in_1253645_1254949 p,#stacks_in_1253645_1254949 div{margin-bottom:0}#stacks_in_1253645_1254949 p,#stacks_in_1253645_1254949 div,#stacks_in_1253645_1254949 ul,#stacks_in_1253645_1254949 ol,#stacks_in_1253645_1254949 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_1253645_1254949 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1254949 a:hover{color:rgba(255, 255, 255, 1.00)}#stacks_in_1253645_1254949 p,#stacks_in_1253645_1254949 div,#stacks_in_1253645_1254949 ul,#stacks_in_1253645_1254949 ol,#stacks_in_1253645_1254949 dl{line-height:2.00;font-size:0.80rem}

#stacks_in_1253645_1254949 {
	padding: 20px 0px 0px 0px;
}
.style-pro-stacks_in_1253645_1255204::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1253645_1255204:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(0deg,rgba(255, 255, 255, 1.00) 0%,rgba(102, 102, 102, 1.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 1.00)',endColorStr='rgba(102, 102, 102, 1.00)',GradientType=0)";}

