/*
 * animate
 */

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


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


/*
 * baguetteboxcss
 */

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

/*
 * justifiedgallerycss
 */

/*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}


.oembed.video,.oembed.codepen,.fr-video{display:block;width:100%;margin-bottom:0;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.oembed.video video,.oembed.codepen video,.fr-video video{width:100%}.oembed.video iframe,.oembed.codepen iframe,.fr-video iframe{border:none;height:100%;position:absolute;top:0;width:100%;left:0}img.fr-full-width{min-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw !important;margin-right:-50vw !important}
.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group{position:relative;box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;display:-ms-flexbox;display:flex}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.wrap-auto{-ms-flex-wrap:wrap;flex-wrap:wrap}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.wrap-none{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.bp-ws-nowrap .bp-wrap>.b-p{white-space:nowrap}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.v-flex-start{box-align:start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.v-flex-center{box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.v-flex-end{box-align:end;-moz-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group>.bp-wrap:not(.inline-wrapped)>.b-p,.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group .bp-wrap.bp-zone-item>.bp-wrap:not(.inline-wrapped)>.b-p{box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.text-flex-start>.bp-wrap:not(.inline-wrapped)>.b-p,.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.text-flex-start .bp-wrap.bp-zone-item>.bp-wrap:not(.inline-wrapped)>.b-p{box-align:start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.text-flex-end>.bp-wrap:not(.inline-wrapped)>.b-p,.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.text-flex-end .bp-wrap.bp-zone-item>.bp-wrap:not(.inline-wrapped)>.b-p{box-align:end;-moz-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group>.bp-wrap{box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;display:-ms-flexbox;display:flex}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group>.bp-wrap.button-no-grow{box-flex:0;-moz-flex:0 1 auto!important;-ms-flex:0 1 auto!important;flex:0 1 auto!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group>.bp-wrap.button-no-grow>.b-p:not(.icon-only){width:auto}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group>.bp-wrap.bp-centered{box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group>.bp-wrap.icon-button{flex-shrink:0!important;-ms-flex-negative:0!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.group-center{align-content:center;-ms-flex-line-pack:center}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.group-center.no-space{box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.group-center.group-between{box-pack:justify;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.group-center.group-around{box-pack:center;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;-ms-flex-pack:center}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.group-right{box-pack:end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap>.bp-group.group-left{box-pack:start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.row .com_bigwhiteduck_stacks_buttonplus2_group_stack.group-toggle-active.toggle-full>.bp-group-wrap>.bp-group>.bp-zone-item>div>div>.row{margin-left:auto;margin-right:auto}.com_bigwhiteduck_stacks_buttonplus2_group_stack:not(.group-stacked) .bp-wrap.block-icon>.b-p{-ms-flex-direction:column;flex-direction:column}.com_bigwhiteduck_stacks_buttonplus2_group_stack>.bp-group-wrap{position:relative}.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bg-not-stacked-only::before,.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bg-not-stacked-only::after{display:none}.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bp-group.stacked-block-icon-inline .bp-wrap.block-icon .button.b-p>.bp-icon{display:inline-block!important;width:auto!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack:not(.group-stacked) .bg-stacked-only::before,.com_bigwhiteduck_stacks_buttonplus2_group_stack:not(.group-stacked) .bg-stacked-only::after{display:none}.com_bigwhiteduck_stacks_buttonplus2_group_stack:not(.group-toggle-active) .bg-drop-only::before,.com_bigwhiteduck_stacks_buttonplus2_group_stack:not(.group-toggle-active) .bg-drop-only::after{display:none}.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-toggle-active .bg-desktop-only::before,.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-toggle-active .bg-desktop-only::after{display:none}
@media screen and (min-width:640px){.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-toggle-active>.bp-group-toggle.toggle-full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}}.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-toggle-active.toggle-full>.bp-group-wrap>.bp-group{display:block}.com_bigwhiteduck_stacks_buttonplus2_group_stack .m-dz.dz-block>.m-dz>.bp-wrap{display:-ms-flexbox;display:flex}

.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap{position:relative}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group{position:relative;box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;display:-ms-flexbox;display:flex}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.wrap-auto{-ms-flex-wrap:wrap;flex-wrap:wrap}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.wrap-none{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.bp-ws-nowrap .bp-wrap>.b-p{white-space:nowrap}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.v-flex-start{box-align:start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.v-flex-center{box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.v-flex-end{box-align:end;-moz-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group>.bp-wrap:not(.inline-wrapped)>.b-p,.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group .bp-wrap.bp-zone-item>.bp-wrap:not(.inline-wrapped)>.b-p{box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.text-flex-start>.bp-wrap:not(.inline-wrapped)>.b-p,.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.text-flex-start .bp-wrap.bp-zone-item>.bp-wrap:not(.inline-wrapped)>.b-p{box-align:start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.text-flex-end>.bp-wrap:not(.inline-wrapped)>.b-p,.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.text-flex-end .bp-wrap.bp-zone-item>.bp-wrap:not(.inline-wrapped)>.b-p{box-align:end;-moz-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group>.bp-wrap{box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;display:-ms-flexbox;display:flex}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group>.bp-wrap.button-no-grow{box-flex:0;-moz-flex:0 1 auto!important;-ms-flex:0 1 auto!important;flex:0 1 auto!important}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group>.bp-wrap.button-no-grow>.b-p:not(.icon-only){width:auto}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group>.bp-wrap.bp-centered{box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group>.bp-wrap.icon-button{flex-shrink:0!important;-ms-flex-negative:0!important}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.group-center{align-content:center;-ms-flex-line-pack:center}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.group-center.no-space{box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.group-center.group-between{box-pack:justify;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.group-center.group-around{box-pack:center;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;-ms-flex-pack:center}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.group-right{box-pack:end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack>.bp-group-wrap>.bp-group.group-left{box-pack:start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.row .com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack.group-toggle-active.toggle-full>.bp-group-wrap>.bp-group>.bp-zone-item>div>div>.row{margin-left:auto;margin-right:auto}.com_bigwhiteduck_stacks_buttonplus2_buttongroup_stack:not(.group-stacked) .bp-wrap.block-icon>.b-p{-ms-flex-direction:column;flex-direction:column}
.total-blog-list .post-summary > ul,.total-blog-list .post-summary > ol{margin-bottom:1.25rem}.total-blog-list .post-summary *:last-child{margin-bottom:0}

.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}
/* -- Start Swell Page css Template -- */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


@-webkit-keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}




/* -- End Swell Page css Template -- */*{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}
.fr-video{display:block;width:100%;padding-bottom:52.34%;margin-bottom:0;height:0;overflow:hidden;padding-top:1.5625rem;position:relative}.fr-video iframe{border:none;height:100%;position:absolute;top:0;width:100%;left:0}button.loadmore{display:block;margin:1rem auto}button.loadmore.mobile-button{display:none}.total-blog-list{list-style:none;margin:0;padding:0;display:block;width:100%;position:relative}.total-blog-list .post{position:relative;margin:0;width:100%;overflow:auto}.total-blog-list.hyphenate .post-title,.total-blog-list.hyphenate .post-summary{overflow-wrap:break-word;word-wrap:break-word;hyphens:auto}.blog-link{text-decoration:none}
.total-blog-list .blog-link{text-decoration:none}.total-blog-list .post_layout_wrapper,.total-blog-list .post_column1,.total-blog-list .post_column2{width:100%;position:relative}.total-blog-list .show-on-hover{opacity:0;transition:opacity 0.3s ease-in 0s}.total-blog-list .post:hover .show-on-hover{opacity:1}.total-blog-list .height-full{height:100%}.total-blog-list .height-full > .post_column1{height:100%}.total-blog-list .inline-width{width:auto;display:inline-block}.total-blog-list .overlap-top,.total-blog-list .overlap-bottom{z-index:5}.total-blog-list .absolute-top{z-index:5;position:absolute;top:0}.total-blog-list .absolute-bottom{z-index:5;position:absolute;bottom:0}.total-blog-list .vertical-center{z-index:5;position:absolute;top:50%;transform:translateY(-50%)}
.infix{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;outline:none !important;overflow:hidden}.infix.infix-section{z-index:999}.infix *{-webkit-box-sizing:border-box;box-sizing:border-box}.infix-wrap{z-index:9990;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.infix.infix-body{position:fixed}.infix.no-nav > .infix-wrap > .infix-nav{display:none}.infix.infix-body .infix-wrap{position:fixed}.infix.infix-section{position:absolute}.infix.infix-section .infix-wrap{position:absolute}.infix-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle}.splb-loader{z-index:99999;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}.infix-loading .splb-loader{opacity:1}.infix-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.infix.stacks-v-top .infix-container{vertical-align:top}.infix.stacks-v-bottom .infix-container{vertical-align:bottom}.infix.infix-section .infix-container{position:static}.infix.infix-section.infix-inline .infix-container{position:static}.infix-content{z-index:9993;width:100%}.infix-content::after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;z-index:-1}.infix-body .infix-close{position:fixed}.infix-body.infix-inline .infix-container{width:96%;max-width:1000px}.infix-body.cross-overlay .infix-close{position:fixed}.infix-body.cross-inside .infix-close{position:absolute}.infix-section .infix-close{position:absolute}.infix-closed:not(.infix-closing){z-index:-99 !important;height:0 !important}.infix-close{display:none;cursor:pointer;text-decoration:none;text-align:center;font-style:normal;border:0;-webkit-appearance:none;outline:none;background:none;-webkit-box-shadow:none;box-shadow:none}.infix-close,[data-infix-next],[data-infix-prev]{cursor:pointer}.infix-close.icon-tr{right:0;top:0}.infix-close.icon-tl{left:0;top:0}.infix-close.icon-br{right:0;bottom:0}.infix-close.icon-bl{left:0;bottom:0}.infix-close::-moz-focus-inner{border:0;padding:0}.infix-img{max-width:100%;margin:0 auto;display:block;line-height:0;border:0}.infix-section.size-target.infix-image .infix-img[style],.infix-section.size-native.infix-image .infix-img[style]{max-height:none !important}.infix.infix-section.size-native{overflow:visible}.infix.infix-section.size-native,.infix.infix-section.size-native > .infix-wrap,.infix.infix-section.size-native > .infix-wrap > .infix-container{position:relative;width:100%}.infix.infix-section.size-native.infix-closing{display:none !important}.infix.size-native > .infix-wrap > .infix-container > .infix-content > .splb{max-height:none !important}.infix-iframe .infix-container{width:100%}.infix-body.infix-iframe .infix-container{max-width:1000px}.infix-section.infix-iframe.full-frame .infix-container{max-width:100%}.infix-section.infix-iframe.auto-size-section .infix-iframe-container{max-height:none !important}.size-target:not(.lightbox-open)[style]{max-height:initial !important;min-height:initial !important}.infix-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.infix-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%}.infix-htmlvideo video{position:absolute;top:0px;width:100%}.infix-instagram .infix-content{margin:0 auto;width:100%}.infix-instagram .infix-content .infix-iframe-container{padding-top:113.0719%}.infix-error{text-align:center}.infix-err-txt{color:black;background-color:rgba(255,255,255,0.4);padding:3px 6px}.spl-lightbox,.spl-lightbox::before,.spl-lightbox::after{display:none}.limelight-launcher{cursor:pointer}.limelight-launcher:not(.allowclicks) *{pointer-events:none}[data-cms-launch][data-cms-id=""].ll-empty-noclick{pointer-events:none !important}[data-cms-launch][data-cms-id=""].ll-empty-hide{display:none !important}.ll-count{display:none}.ll-overlay[class*="s-"][class*="-bg"]::before{display:none}
.total-blog-list .post-date:not(.small):not(.today){font-size:0.9rem;display:block;width:100%;margin:0.5rem 0}.total-blog-list .post-date:not(.small):not(.today).hide{display:none}
.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}
.total-blog-list .button.readmore{margin-top:1rem;margin-bottom:0}.total-blog-list .button.readmore.centered{margin-left:auto !important;margin-right:auto !important;display:table}.total-blog-list .button.readmore.fixed-bottom{position:absolute;bottom:0;left:0;margin:0 !important}.total-blog-list .button.readmore.fixed-bottom.right{left:auto;right:0}.total-blog-list .button.readmore.fixed-bottom.centered{margin-left:0 !important;margin-right:0 !important;left:50%;transform:translateX(-50%)}
.com_joeworkman_stacks_impact_stack .impact-animate.pre-anim{display:none}.com_joeworkman_stacks_impact_stack .slides-navigation{margin:0 auto;position:absolute;z-index:99;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a{position:absolute;display:block;text-decoration:none}.com_joeworkman_stacks_impact_stack .slides-navigation a::before{line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;text-rendering:auto;transform:translate(0,0)}.com_joeworkman_stacks_impact_stack .slides-pagination > a{text-decoration:none}.com_joeworkman_stacks_impact_stack .fg-content{position:absolute;top:0;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a:before{font-family:"FontAwesome","Font Awesome 5 Pro";font-weight:900}.com_joeworkman_stacks_impact_stack .impact-scroll:hover{cursor:pointer}.com_joeworkman_stacks_impact_stack .slides-container{display:none}.com_joeworkman_stacks_impact_stack .scrollable{position:relative;top:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}.com_joeworkman_stacks_impact_stack .scrollable::after{content:"";display:table;clear:both}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap{position:absolute;z-index:1050;top:0;margin-left:-45px;width:90px;height:90px;padding:0;font-size:9px;display:block}.com_joeworkman_stacks_impact_stack .impact-arrow{float:left;position:absolute;margin-top:20px;margin-left:23px;width:40px;height:40px;border-style:solid;border-bottom-color:transparent;border-left-color:transparent;transform:rotate(135deg)}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap.animates .impact-arrow{animation:impactArrows linear 1.8s 0.4s}.com_joeworkman_stacks_impact_stack .video-container{min-height:100%;min-width:100%;position:absolute;top:0;left:0}.com_joeworkman_stacks_impact_stack .video-container > img{width:100%;height:100%}.com_joeworkman_stacks_impact_stack video{max-width:none}.com_joeworkman_stacks_impact_stack .impact-container{position:absolute}.com_joeworkman_stacks_impact_stack .impact-container.v-full{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-full .slide-content{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-center{top:50%;transform:translateY(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center{left:50%;transform:translateX(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center.v-center{top:50%;left:50%;transform:translate(-50%,-50%)}.com_joeworkman_stacks_impact_stack .impact-container:not(.h-center):not(.h-left):not(.h-right){width:100%}@keyframes impactArrows{0%{transform:translate(0px,0px) rotate(135deg) scale(1)}15%{transform:translate(0px,22px) rotate(135deg) scale(0.8)}30%{transform:translate(0px,13px) rotate(135deg) scale(0.9)}45%{transform:translate(0px,27px) rotate(135deg) scale(0.8)}60%{transform:translate(0px,13px) rotate(135deg) scale(0.8)}75%{transform:translate(0px,4px) rotate(135deg) scale(0.9)}100%{transform:translate(0px,0px) rotate(135deg) scale(1)}}
.blu-svg>.svg-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap{position:relative}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group{position:relative;box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;display:-ms-flexbox;display:flex}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.wrap-auto{-ms-flex-wrap:wrap;flex-wrap:wrap}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.wrap-none{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.bp-ws-nowrap .bp-wrap>.b-p{white-space:nowrap}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.v-flex-start{box-align:start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.v-flex-center{box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.v-flex-end{box-align:end;-moz-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group>.bp-wrap:not(.inline-wrapped)>.b-p,.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group .bp-wrap.bp-zone-item>.bp-wrap:not(.inline-wrapped)>.b-p{box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.text-flex-start>.bp-wrap:not(.inline-wrapped)>.b-p,.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.text-flex-start .bp-wrap.bp-zone-item>.bp-wrap:not(.inline-wrapped)>.b-p{box-align:start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.text-flex-end>.bp-wrap:not(.inline-wrapped)>.b-p,.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.text-flex-end .bp-wrap.bp-zone-item>.bp-wrap:not(.inline-wrapped)>.b-p{box-align:end;-moz-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group>.bp-wrap{box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;display:-ms-flexbox;display:flex}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group>.bp-wrap.button-no-grow{box-flex:0;-moz-flex:0 1 auto!important;-ms-flex:0 1 auto!important;flex:0 1 auto!important}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group>.bp-wrap.button-no-grow>.b-p:not(.icon-only){width:auto}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group>.bp-wrap.bp-centered{box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group>.bp-wrap.icon-button{flex-shrink:0!important;-ms-flex-negative:0!important}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.group-center{align-content:center;-ms-flex-line-pack:center}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.group-center.no-space{box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.group-center.group-between{box-pack:justify;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.group-center.group-around{box-pack:center;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;-ms-flex-pack:center}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.group-right{box-pack:end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}.com_bigwhiteduck_stacks_menulab_menugroup_stack>.bp-group-wrap>.bp-group.group-left{box-pack:start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.row .com_bigwhiteduck_stacks_menulab_menugroup_stack.group-toggle-active.toggle-full>.bp-group-wrap>.bp-group>.bp-zone-item>div>div>.row{margin-left:auto;margin-right:auto}.com_bigwhiteduck_stacks_menulab_menugroup_stack:not(.group-stacked) .bp-wrap.block-icon>.b-p{-ms-flex-direction:column;flex-direction:column}.com_bigwhiteduck_stacks_menulab_menugroup_stack .has-dropdown .fa.thin-arrow:before{content:"\f107"}.com_bigwhiteduck_stacks_menulab_menugroup_stack .has-dropdown .fa.thick-arrow:before{content:"\f078"}.com_bigwhiteduck_stacks_menulab_menugroup_stack .has-dropdown .fa.triangle:before{content:"\f0d7"}.com_bigwhiteduck_stacks_menulab_menugroup_stack .has-dropdown.aligned-left .is-expanded>a>.fa:not(.plus-times):not(.plus-minus),.com_bigwhiteduck_stacks_menulab_menugroup_stack .has-dropdown.aligned-center .is-expanded>a>.fa:not(.plus-times):not(.plus-minus){transform:rotate(90deg)}.com_bigwhiteduck_stacks_menulab_menugroup_stack .has-dropdown.aligned-right .is-expanded>a>.fa:not(.plus-times):not(.plus-minus){transform:rotate(-90deg)}.com_bigwhiteduck_stacks_menulab_menugroup_stack .has-dropdown .fa.plus-times:before{content:"\f067"}
.com_bigwhiteduck_stacks_menulab_menugroup_stack .has-dropdown .is-expanded>a>.fa.plus-times{transform:rotate(45deg)}.com_bigwhiteduck_stacks_menulab_menugroup_stack .has-dropdown .fa.plus-minus:before{content:"\f067"}.com_bigwhiteduck_stacks_menulab_menugroup_stack .has-dropdown .is-expanded>a>.fa.plus-minus:before{content:"\f068"}.com_bigwhiteduck_stacks_menulab_menugroup_stack .has-dropdown .collapse{display:none}.com_bigwhiteduck_stacks_menulab_menugroup_stack .has-dropdown .collapse.is-open{display:block}.com_bigwhiteduck_stacks_menulab_menugroup_stack .has-dropdown .collapsing{position:relative;height:0;overflow:hidden}.com_bigwhiteduck_stacks_menulab_menugroup_stack .has-dropdown .collapse.in{display:block}
.post-image-wrapper{width:100%;overflow:hidden;position:relative}.post-image{width:100%;margin:0;padding:0;text-align:center;list-style:none}.post-image.thumbs,.post-image.thumbs-auto{overflow:hidden}.post-image.thumbs li,.post-image.thumbs-auto li{margin:0;float:left}.post-image.thumbs.thumb-grid-2 li,.post-image.thumbs-auto.thumb-grid-2 li{width:50%}.post-image.thumbs.thumb-grid-3 li,.post-image.thumbs-auto.thumb-grid-3 li{width:33.333333%}.post-image.thumbs.thumb-grid-4 li,.post-image.thumbs-auto.thumb-grid-4 li{width:25%}.post-image.thumbs.thumb-grid-5 li,.post-image.thumbs-auto.thumb-grid-5 li{width:20%}.post-image li{list-style:none;overflow:hidden}.post-image img{max-width:100%;width:auto;height:auto;display:block}.post-image.animate{transform:translateZ(0);overflow:hidden}.post-image.animate li{overflow:hidden;transform:translateZ(0);transition:transform 0.5s ease,filter 0.5s ease}.post-image.animate.shadow-in:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:5;transition:box-shadow 0.5s ease}.post-bg-image{width:100%;background-position:center center;background-repeat:no-repeat;background-size:cover}.post .orbit-timer{display:none}.post .orbit-next,.post .orbit-prev{opacity:0;transition:opacity 0.5s ease}.post:hover .orbit-next,.post:hover .orbit-prev{opacity:1}
.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}
/* CSSgram | Copyright (c) 2015 Una Kravets | http://una.im/CSSgram | MIT license | Version 0.1.7 */
.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}

.gallery-img-hide {
    display: none !important;
}  .bp-wrap.bp-zone-item.header-no-wrap h1,.bp-wrap.bp-zone-item.header-no-wrap h2,.bp-wrap.bp-zone-item.header-no-wrap h3,.bp-wrap.bp-zone-item.header-no-wrap h4,.bp-wrap.bp-zone-item.header-no-wrap h5,.bp-wrap.bp-zone-item.header-no-wrap h6{white-space:nowrap!important}.bp-wrap.bp-zone-item.text-no-wrap p,.bp-wrap.bp-zone-item.text-no-wrap .text_stack{white-space:nowrap!important}.bp-wrap.bp-zone-item.all-no-wrap *{white-space:nowrap!important}.bp-wrap.bp-zone-item.no-divider-after+.bp-wrap>.bar-divider{display:none}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item{position:relative}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item.flow-row{box-orient:horizontal;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item.flow-column{box-orient:vertical;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item.stacks-fill{-ms-flex-wrap:wrap;flex-wrap:wrap}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item.stacks-fill>.stacks_out{width:100%}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item.block-zone{-ms-flex:initial;flex:initial;-ms-flex-align:initial;align-items:initial;-ms-flex-line-pack:initial;align-content:initial;display:block!important;width:100%}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item.block-zone>.stacks_out{width:100%}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item.stacks-inline>.stacks_out{width:auto!important;display:inline-block!important;margin-left:0!important;margin-right:0!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item:not(.flex-width):not(.block-zone).zone-no-grow{box-flex:0;-moz-flex:0 0 auto!important;-ms-flex:0 0 auto!important;flex:0 0 auto!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item:not(.flex-width):not(.block-zone).zone-shrink-no-grow{box-flex:0;-moz-flex:0 1 auto!important;-ms-flex:0 1 auto!important;flex:0 1 auto!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item:not(.flex-width):not(.block-zone).zone-shrink-to-content{box-flex:0;-moz-flex:0 0 0!important;-ms-flex:0 0 0!important;flex:0 0 0!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item.content-align>.stacks_out{margin-left:0;margin-right:0}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item.content-align.content-left{text-align:left;box-pack:start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item.content-align.content-right{text-align:right;box-pack:end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}.com_bigwhiteduck_stacks_buttonplus2_group_stack .bp-wrap.bp-zone-item.content-align.content-center{text-align:center;box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bp-wrap.bp-zone-item.zone-center-stack{text-align:center;box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bp-wrap.bp-zone-item.remove-margins-stacked h1,.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bp-wrap.bp-zone-item.remove-margins-stacked h2,.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bp-wrap.bp-zone-item.remove-margins-stacked h3,.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bp-wrap.bp-zone-item.remove-margins-stacked h4,.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bp-wrap.bp-zone-item.remove-margins-stacked h5,.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bp-wrap.bp-zone-item.remove-margins-stacked h6,.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bp-wrap.bp-zone-item.remove-margins-stacked p{margin-bottom:0!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack:not(.group-stacked) .bp-wrap.bp-zone-item.remove-margins h1,.com_bigwhiteduck_stacks_buttonplus2_group_stack:not(.group-stacked) .bp-wrap.bp-zone-item.remove-margins h2,.com_bigwhiteduck_stacks_buttonplus2_group_stack:not(.group-stacked) .bp-wrap.bp-zone-item.remove-margins h3,.com_bigwhiteduck_stacks_buttonplus2_group_stack:not(.group-stacked) .bp-wrap.bp-zone-item.remove-margins h4,.com_bigwhiteduck_stacks_buttonplus2_group_stack:not(.group-stacked) .bp-wrap.bp-zone-item.remove-margins h5,.com_bigwhiteduck_stacks_buttonplus2_group_stack:not(.group-stacked) .bp-wrap.bp-zone-item.remove-margins h6,.com_bigwhiteduck_stacks_buttonplus2_group_stack:not(.group-stacked) .bp-wrap.bp-zone-item.remove-margins p{margin-bottom:0!important}
.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-toggle-active .bp-wrap.bp-zone-item.show-normal-only{display:none!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-toggle-active .bp-wrap.bp-zone-item.hide-dropdown-only{display:none!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bp-wrap.bp-zone-item.show-normal-only{display:none!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bp-wrap.bp-zone-item.hide-stacked-only{display:none!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bp-wrap.bp-zone-item.full-width-zone-mob{max-width:100%!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack.group-stacked .bp-wrap.bp-zone-item.full-width-zone-mob:not(.custom-pad){padding-left:0!important;padding-right:0!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack:not(.group-toggle-active):not(.group-stacked) .bp-wrap.bp-zone-item.show-dropdown-only{display:none!important}.com_bigwhiteduck_stacks_buttonplus2_group_stack:not(.group-toggle-active):not(.group-stacked) .bp-wrap.bp-zone-item.hide-normal-only{display:none!important}
.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}
#toTop{--elevator-image:url(../index_files/image-6-47C.png);--elevator-size:51px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
  .theme-version{display:block}.theme-version.number-110,#stacks_in_313_1{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::selection{color:rgba(255, 255, 255, 1.00);background:rgba(139, 22, 52, 1.00);}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(139, 22, 52, 1.00);}body,.font-family-text{}h1,.font-family-h1{}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{}h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#FFFFFF;background:url(../index_files/bodyCover-1-47C.jpg) no-repeat center center fixed;background-size:cover;}.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{image-rendering:optimizeQuality;max-width:none !important}.vegas-overlay,.vegas-background{-webkit-user-select:none;user-select:none}.hide-overflow{overflow:hidden !important}.columns > .equalizer.small-up{height:100%}@media only screen and (min-width:40.063em){.columns > .equalizer.medium-up{height:100%}}@media only screen and (min-width:62.563em){.columns > .equalizer.large-up{height:100%}}@media only screen and (max-width:40em){.row.collapse-small > .columns{padding-left:0;padding-right:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.collapse-medium > .columns{padding-left:0;padding-right:0}}@media only screen and (max-width:40em){.row .row.collapse-small{margin:0;width:auto}.row .row.collapse-small::before,.row .row.collapse-small::after{content:" ";display:table}.row .row.collapse-small::after{clear:both}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row .row.collapse-medium{margin:0;width:auto}.row .row.collapse-medium::before,.row .row.collapse-medium::after{content:" ";display:table}.row .row.collapse-medium::after{clear:both}}.column,.columns{padding-left:0.94rem;padding-right:0.94rem}.row .row{margin:0 -0.94rem}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -0.94rem;position:absolute}@media only screen and (max-width:40em){.row.divider-medium-up > .columns::before,.row.divider-large-up > .columns::before,.small-12::before{display:none}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.divider-large-up > .columns::before,.medium-12::before{display:none}}@media only screen and (min-width:62.563em){.large-12:before{display:none}}.floating-body.radius{border-radius:3px}.floating-body.radius > .columns > .stacks_out:first-child > .stacks_in > .top-bar-wrapper:not(.fixed){border-top-right-radius:3px;border-top-left-radius:3px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1200px;left:50%;transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#FFFFFF}img.radius{border-radius:3px}img.round{border-radius:1000px}.row{max-width:1200px !important;}.row.max-edge{max-width:100% !important}body{color:rgba(34, 34, 34, 1.00)}a{color:rgba(139, 22, 52, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(139, 22, 52, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(139, 22, 52, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(139, 22, 52, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(34, 34, 34, 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(44, 44, 44, 1.00)}h1.subheader.alt,h2.subheader.alt,h3.subheader.alt,h4.subheader.alt,h5.subheader.alt,h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:30%;color:rgba(44, 44, 44, 1.00)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit !important}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{opacity:0.8;color:inherit !important}h1{font-size:2.12rem}h2{font-size:1.69rem}h3{font-size:1.38rem}h4{font-size:1.12rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}@media only screen and (min-width:40.063em){h1{font-size:2.75rem}h2{font-size:2.31rem}h3{font-size:1.69rem}h4{font-size:1.44rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}}code{color:rgba(204, 55, 30, 1.00)}hr,blockquote,abbr,acronym,.vcard{border-color:rgba(221, 221, 221, 1.00)}hr.alt,blockquote.alt,abbr.alt,acronym.alt,.vcard.alt{border-color:rgba(221, 221, 221, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(139, 22, 52, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(139, 22, 52, 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(139, 22, 52, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(206, 195, 167, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(254, 223, 11, 0.96)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(248, 248, 248, 1.00)}hr.swatch5,blockquote.swatch5,abbr.swatch5,acronym.swatch5,.vcard.swatch5{border-color:rgba(248, 248, 248, 1.00)}hr.swatch6,blockquote.swatch6,abbr.swatch6,acronym.swatch6,.vcard.swatch6{border-color:rgba(248, 248, 248, 1.00)}blockquote,blockquote p{color:rgba(44, 44, 44, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(40, 40, 40, 1.00)}blockquote.alt,blockquote.alt p,blockquote p.alt,blockquote p.alt p{color:rgba(255, 255, 255, 1.00)}blockquote.alt cite,blockquote.alt cite a,blockquote.alt p cite,blockquote.alt p cite a,blockquote p.alt cite,blockquote p.alt cite a,blockquote p.alt p cite,blockquote p.alt p cite a{color:rgba(255, 255, 255, 1.00)}.flex-video{margin-bottom:0}.contain-to-grid .top-bar{max-width:1200px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(139, 22, 52, 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(132, 20, 49, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.top-bar .top-bar-section ul li > a.button.alert{background-color:rgba(240, 65, 36, 1.00)}.top-bar .top-bar-section ul li > a.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.top-bar .top-bar-section ul li > a.button.success{background-color:rgba(67, 172, 106, 1.00)}.top-bar .top-bar-section ul li > a.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.top-bar .top-bar-section ul li > a.button.radius{border-radius:3px}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(139, 22, 52, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(139, 22, 52, 1.00)}.top-bar-wrapper.fn-scheme-primary .site-title,.top-bar-wrapper.fn-scheme-primary .site-title small,.top-bar-wrapper.fn-scheme-primary a:not(.button){color:rgba(255, 255, 255, 1.00) !important}.top-bar-wrapper.fn-scheme-primary .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(231, 231, 231, 1.00)}.top-bar-wrapper.fn-scheme-secondary .site-title,.top-bar-wrapper.fn-scheme-secondary .site-title small,.top-bar-wrapper.fn-scheme-secondary a:not(.button){color:rgba(51, 51, 51, 1.00) !important}.top-bar-wrapper.fn-scheme-secondary .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(51, 51, 51, 1.00),0 7px 0 1px rgba(51, 51, 51, 1.00),0 14px 0 1px rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-swatch1{background-color:rgba(139, 22, 52, 1.00);color:rgba(0, 0, 0, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(139, 22, 52, 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(0, 0, 0, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch1 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(0, 0, 0, 1.00),0 7px 0 1px rgba(0, 0, 0, 1.00),0 14px 0 1px rgba(0, 0, 0, 1.00)}.top-bar-wrapper.fn-scheme-swatch2{background-color:rgba(206, 195, 167, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(206, 195, 167, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 .site-title,.top-bar-wrapper.fn-scheme-swatch2 .site-title small,.top-bar-wrapper.fn-scheme-swatch2 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch2 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3{background-color:rgba(254, 223, 11, 0.96);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(254, 223, 11, 0.96)}.top-bar-wrapper.fn-scheme-swatch3 .site-title,.top-bar-wrapper.fn-scheme-swatch3 .site-title small,.top-bar-wrapper.fn-scheme-swatch3 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch3 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 .site-title,.top-bar-wrapper.fn-scheme-swatch4 .site-title small,.top-bar-wrapper.fn-scheme-swatch4 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch4 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 .site-title,.top-bar-wrapper.fn-scheme-swatch5 .site-title small,.top-bar-wrapper.fn-scheme-swatch5 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch5 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 .site-title,.top-bar-wrapper.fn-scheme-swatch6 .site-title small,.top-bar-wrapper.fn-scheme-swatch6 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch6 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.alert-box{background-color:rgba(139, 22, 52, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(132, 20, 49, 1.00)}.alert-box a:not(.close){color:rgba(255, 255, 255, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00)}.alert-box.alert{background-color:rgba(240, 65, 36, 1.00);border-color:rgba(228, 61, 34, 1.00)}.alert-box.success{background-color:rgba(67, 172, 106, 1.00);border-color:rgba(63, 163, 100, 1.00)}.alert-box.warning{background-color:rgba(240, 138, 36, 1.00);border-color:rgba(228, 131, 34, 1.00)}.alert-box.info{background-color:rgba(160, 211, 232, 1.00);color:rgba(76, 76, 76, 1.00);border-color:rgba(152, 200, 220, 1.00)}.alert-box.radius{border-radius:3px}.breadcrumbs{background-color:rgba(231, 231, 231, 1.00);border-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}.breadcrumbs .current a{color:rgba(51, 51, 51, 1.00)}.breadcrumbs.radius{border-radius:3px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(51, 51, 51, 1.00)}.breadcrumbs li:before{color:rgba(76, 76, 76, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(139, 22, 52, 1.00);color:rgba(255, 255, 255, 1.00)}.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(132, 20, 49, 1.00)}.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.alert{background-color:rgba(240, 65, 36, 1.00)}.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.button.success{background-color:rgba(67, 172, 106, 1.00)}.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.button.radius{border-radius:3px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(139, 22, 52, 1.00);color:rgba(139, 22, 52, 1.00)}.button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(132, 20, 49, 1.00);background-color:rgba(132, 20, 49, 1.00)}.button.ghost.secondary{border-color:rgba(231, 231, 231, 1.00);color:rgba(231, 231, 231, 1.00)}.button.ghost.secondary:hover{color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.ghost.alert{border-color:rgba(240, 65, 36, 1.00);color:rgba(240, 65, 36, 1.00)}.button.ghost.alert:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(228, 61, 34, 1.00);background-color:rgba(228, 61, 34, 1.00)}.button.ghost.success{border-color:rgba(67, 172, 106, 1.00);color:rgba(67, 172, 106, 1.00)}.button.ghost.success:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(63, 163, 100, 1.00);background-color:rgba(63, 163, 100, 1.00)}.split.button.radius span{border-top-right-radius:3px;border-bottom-right-radius:3px}.split.button span::after{border-top-color:rgba(255, 255, 255, 1.00)}.split.button.secondary span::after{border-top-color:rgba(51, 51, 51, 1.00)}.button-group.radius > *:first-child,.button-group.radius > *:first-child > a,.button-group.radius > *:first-child > button,.button-group.radius > *:first-child > .button{border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius > *:last-child,.button-group.radius > *:last-child > a,.button-group.radius > *:last-child > button,.button-group.radius > *:last-child > .button{border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group.stack > li .button,.button-group.stack-for-small > li .button{border-top:1px solid rgba(255,255,255,0.5)}.icon-bar{background-color:rgba(139, 22, 52, 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(132, 20, 49, 1.00)}.icon-bar.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item label,.icon-bar.secondary > .item i{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item:hover{background-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}form[data-abide] .error label{color:rgba(240, 65, 36, 1.00)}form[data-abide] .error small.error,form[data-abide] .error span.error{background-color:rgba(240, 65, 36, 1.00);color:rgba(255, 255, 255, 1.00)}input[type="radio"]{margin-left:1px}form input[type="text"],form input[type="password"],form input[type="date"],form input[type="datetime"],form input[type="datetime-local"],form input[type="month"],form input[type="week"],form input[type="email"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="time"],form input[type="url"],form textarea,form select{font-size:16px;color:rgba(34, 34, 34, 1.00)}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="date"]:focus,form input[type="datetime"]:focus,form input[type="datetime-local"]:focus,form input[type="month"]:focus,form input[type="week"]:focus,form input[type="email"]:focus,form input[type="number"]:focus,form input[type="search"]:focus,form input[type="tel"]:focus,form input[type="time"]:focus,form input[type="url"]:focus,form textarea:focus,form select:focus{border-color:rgba(139, 22, 52, 1.00)}form fieldset{border-color:rgba(221, 221, 221, 1.00)}form legend{background-color:#FFFFFF}form label{color:rgba(40, 40, 40, 1.00)}form.radius input[type="text"],form.radius input[type="password"],form.radius input[type="date"],form.radius input[type="datetime"],form.radius input[type="datetime-local"],form.radius input[type="month"],form.radius input[type="week"],form.radius input[type="email"],form.radius input[type="number"],form.radius input[type="search"],form.radius input[type="tel"],form.radius input[type="time"],form.radius input[type="url"],form.radius textarea,form.radius select,form.radius small.error{border-radius:3px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:3px;border-bottom-right-radius:3px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:3px;border-bottom-right-radius:3px}.range-slider,.range-slider.radius,.range-slider.round{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 1.00)}.range-slider .range-slider-handle,.range-slider.radius .range-slider-handle,.range-slider.round .range-slider-handle{background-color:rgba(139, 22, 52, 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(132, 20, 49, 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(139, 22, 52, 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(139, 22, 52, 1.00);color:rgba(255, 255, 255, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.label.alert{background-color:rgba(240, 65, 36, 1.00)}.label.success{background-color:rgba(67, 172, 106, 1.00)}.label.radius{border-radius:3px}.alert-box .close{opacity:0.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(231, 231, 231, 1.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(139, 22, 52, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(139, 22, 52, 1.00);color:rgba(255, 255, 255, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(132, 20, 49, 1.00)}.accordion .accordion-navigation > a.radius{border-radius:3px}.accordion .accordion-navigation > a.round{border-radius:1000px}.accordion .accordion-navigation.active > a{background-color:rgba(132, 20, 49, 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(139, 22, 52, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(132, 20, 49, 1.00)}.tabs li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(132, 20, 49, 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(139, 22, 52, 1.00);color:rgba(0, 0, 0, 1.00)}.tabs.swatch1 li.tab-title > a:hover{background-color:rgba(132, 20, 49, 1.00)}.tabs.swatch1 li.tab-title.active > a{color:rgba(0, 0, 0, 1.00);background-color:rgba(132, 20, 49, 1.00)}.tabs.swatch2 li.tab-title > a{background-color:rgba(206, 195, 167, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch2 li.tab-title > a:hover{background-color:rgba(195, 185, 158, 1.00)}.tabs.swatch2 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(195, 185, 158, 1.00)}.tabs.swatch3 li.tab-title > a{background-color:rgba(254, 223, 11, 0.96);color:rgba(248, 248, 248, 1.00)}.tabs.swatch3 li.tab-title > a:hover{background-color:rgba(241, 211, 10, 0.96)}.tabs.swatch3 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(241, 211, 10, 0.96)}.tabs.swatch4 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch4 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch4 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch5 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch6 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.radius li.tab-title:first-child a{border-bottom-left-radius:3px;border-top-left-radius:3px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:3px;border-bottom-right-radius:3px}.th.radius{border-radius:3px}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(69, 11, 26, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(255, 255, 255, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(204, 204, 204, 1.00) transparent}.f-dropdown li a,.f-dropdown.content li a{color:rgba(51, 51, 51, 1.00)}.f-dropdown li:hover,.f-dropdown.content li:hover{background-color:rgba(0,0,0,0.1)}.f-dropdown.radius,.f-dropdown.content.radius{border-radius:3px}.tooltip{border-radius:3px;background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}.panel{background-color:rgba(242, 242, 242, 1.00);border-color:rgba(219, 219, 219, 1.00)}.panel.radius{border-radius:3px}.panel p{color:rgba(34, 34, 34, 1.00)}.panel p a{color:rgba(139, 22, 52, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(139, 22, 52, 1.00)}.panel p.alt a:hover{color:rgba(139, 22, 52, 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(34, 34, 34, 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(44, 44, 44, 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(139, 22, 52, 1.00);color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .price{color:rgba(34, 34, 34, 1.00)}.pricing-table.primary .description{color:rgba(34, 34, 34, 1.00)}.pricing-table.primary .bullet-item{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .title{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.pricing-table.secondary .price{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .description{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(34, 34, 34, 1.00)}.pricing-table.radius{border-radius:3px}.pricing-table.radius .title{border-top-right-radius:3px;border-top-left-radius:3px}.pricing-table.radius .cta-button{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.side-nav li a:not(.button){color:rgba(139, 22, 52, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(139, 22, 52, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(139, 22, 52, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(118, 18, 44, 1.00)}.side-nav header{color:rgba(34, 34, 34, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(40, 40, 40, 1.00)}.side-nav li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.side-nav.alt li a:not(.button){color:rgba(139, 22, 52, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(139, 22, 52, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(139, 22, 52, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(118, 18, 44, 1.00)}.side-nav.alt header{color:rgba(255, 255, 255, 1.00)}.side-nav.alt label{color:rgba(255, 255, 255, 1.00)}.side-nav.alt li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.sub-nav dt,.sub-nav dd,.sub-nav li{float:none;display:inline-block}.sub-nav dt a:not(.button),.sub-nav dd a:not(.button),.sub-nav li a:not(.button){color:rgba(139, 22, 52, 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(132, 20, 49, 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(139, 22, 52, 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(132, 20, 49, 1.00)}.sub-nav dt.active a:not(.button).secondary,.sub-nav dd.active a:not(.button).secondary,.sub-nav li.active a:not(.button).secondary{color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav dt.active a:not(.button).secondary:hover,.sub-nav dd.active a:not(.button).secondary:hover,.sub-nav li.active a:not(.button).secondary:hover{background-color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt a:not(.button),.sub-nav.secondary dd a:not(.button),.sub-nav.secondary li a:not(.button){color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt a:not(.button):hover,.sub-nav.secondary dd a:not(.button):hover,.sub-nav.secondary li a:not(.button):hover{color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt.active a:not(.button),.sub-nav.secondary dd.active a:not(.button),.sub-nav.secondary li.active a:not(.button){color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt.active a:not(.button):hover,.sub-nav.secondary dd.active a:not(.button):hover,.sub-nav.secondary li.active a:not(.button):hover{background-color:rgba(219, 219, 219, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00);border:none;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0 !important}}.reveal-modal.fullscreen{position:fixed;top:0px !important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:3px}.reveal-modal .close-reveal-modal{color:rgba(170, 170, 170, 1.00);font-weight:normal;z-index:99999}.reveal-modal-bg{z-index:9998;background:rgba(0, 0, 0, 0.45)}nav.inline-nav ul.inline-list{margin-left:0}nav.inline-nav ul.inline-list li{float:none;display:inline-block}nav.inline-nav ul.inline-list li:first-child{margin-left:0}nav.inline-nav ul.inline-list li.active{border-width:0 0 1px 0;border-style:solid;border-bottom-color:rgba(139, 22, 52, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(139, 22, 52, 1.00)}.clearing-blackout{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(242, 242, 242, 1.00)}.clearing-assembled .clearing-container .clearing-close{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-close:hover,.clearing-assembled .clearing-container .clearing-close:focus{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-main-next > span{border-color:transparent;border-left-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-main-prev > span{border-color:transparent;border-right-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-caption{color:rgba(51, 51, 51, 1.00)}.copyright{color:rgba(34, 34, 34, 1.00);font-size:0.9rem}.copyright a{color:rgba(139, 22, 52, 1.00)}.copyright a:hover{color:rgba(139, 22, 52, 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(34, 34, 34, 1.00)}.fn-text-link a{color:rgba(139, 22, 52, 1.00)}.fn-text-link a:hover{color:rgba(139, 22, 52, 1.00)}.fn-text-text{color:rgba(34, 34, 34, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(34, 34, 34, 1.00)}.fn-text-accent{color:rgba(221, 221, 221, 1.00)}.fn-text-code-text{color:rgba(204, 55, 30, 1.00)}.fn-text-header-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-link-alt a{color:rgba(139, 22, 52, 1.00)}.fn-text-link-alt a:hover{color:rgba(139, 22, 52, 1.00)}.fn-text-accent-alt{color:rgba(221, 221, 221, 1.00)}.fn-text-primary{color:rgba(139, 22, 52, 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(139, 22, 52, 1.00)}.fn-text-text-alt a:hover{color:rgba(139, 22, 52, 1.00)}.fn-text-sw1c1{color:rgba(139, 22, 52, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(139, 22, 52, 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(0, 0, 0, 1.00)}.fn-text-sw1c1 a:hover{color:rgba(0, 0, 0, 1.00)}.fn-text-sw1c2{color:rgba(0, 0, 0, 1.00)}.fn-text-sw1c2 p,.fn-text-sw1c2 div{color:rgba(0, 0, 0, 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(139, 22, 52, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(132, 20, 49, 1.00)}.fn-text-sw2c1{color:rgba(206, 195, 167, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(206, 195, 167, 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(206, 195, 167, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(195, 185, 158, 1.00)}.fn-text-sw3c1{color:rgba(254, 223, 11, 0.96)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(254, 223, 11, 0.96)}.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(254, 223, 11, 0.96)}.fn-text-sw3c2 a:hover{color:rgba(241, 211, 10, 0.96)}.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(139, 22, 52, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(139, 22, 52, 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(0, 0, 0, 1.00)}.panel .fn-text-sw1c1 a:hover{color:rgba(0, 0, 0, 1.00)}.panel .fn-text-sw1c2{color:rgba(0, 0, 0, 1.00)}.panel .fn-text-sw1c2 p,.panel .fn-text-sw1c2 div{color:rgba(0, 0, 0, 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(139, 22, 52, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(132, 20, 49, 1.00)}.panel .fn-text-sw2c1{color:rgba(206, 195, 167, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(206, 195, 167, 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(206, 195, 167, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(195, 185, 158, 1.00)}.panel .fn-text-sw3c1{color:rgba(254, 223, 11, 0.96)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(254, 223, 11, 0.96)}.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(254, 223, 11, 0.96)}.panel .fn-text-sw3c2 a:hover{color:rgba(241, 211, 10, 0.96)}.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(34, 34, 34, 1.00)}.fn-bg-text{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-link{background-color:rgba(139, 22, 52, 1.00)}.fn-bg-link-hover{background-color:rgba(139, 22, 52, 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(139, 22, 52, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(139, 22, 52, 1.00)}.fn-bg-accent-alt{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-primary{background-color:rgba(139, 22, 52, 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(139, 22, 52, 1.00)}.fn-bg-sw1c2{background-color:rgba(0, 0, 0, 1.00)}.fn-bg-sw2c1{background-color:rgba(206, 195, 167, 1.00)}.fn-bg-sw2c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw3c1{background-color:rgba(254, 223, 11, 0.96)}.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(139, 22, 52, 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(132, 20, 49, 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(139, 22, 52, 1.00);color:rgba(0, 0, 0, 1.00)}.fn-scheme-swatch1 div,.fn-scheme-swatch1 p{color:rgba(0, 0, 0, 1.00)}.fn-scheme-swatch1.switch{background-color:transparent}.fn-scheme-swatch1.switch label::after{background-color:rgba(0, 0, 0, 1.00)}.fn-scheme-swatch1.switch input:checked + label{background-color:rgba(139, 22, 52, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(132, 20, 49, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(139, 22, 52, 1.00);color:rgba(139, 22, 52, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(0, 0, 0, 1.00);border-color:rgba(132, 20, 49, 1.00);background-color:rgba(132, 20, 49, 1.00)}.fn-scheme-swatch2{background-color:rgba(206, 195, 167, 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(206, 195, 167, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(195, 185, 158, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(206, 195, 167, 1.00);color:rgba(206, 195, 167, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(195, 185, 158, 1.00);background-color:rgba(195, 185, 158, 1.00)}.fn-scheme-swatch3{background-color:rgba(254, 223, 11, 0.96);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(254, 223, 11, 0.96)}.fn-scheme-swatch3.button:hover{background-color:rgba(241, 211, 10, 0.96)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(254, 223, 11, 0.96);color:rgba(254, 223, 11, 0.96)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(241, 211, 10, 0.96);background-color:rgba(241, 211, 10, 0.96)}.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(0, 0, 0, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(139, 22, 52, 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)}

form.blog-filter-form input,form.blog-filter-form select,form.blog-filter-form textarea,form.datastore-form input,form.datastore-form select,form.datastore-form textarea{padding:0.50rem;border-width:1px;border-radius:0px;margin-bottom:1.00rem;font-size:0.90rem;background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(34, 34, 34, 1.00)}form.blog-filter-form select,form.datastore-form select{padding-right:1.5rem}form.blog-filter-form input,form.blog-filter-form select,form.datastore-form input,form.datastore-form select{height:2.30rem}form.blog-filter-form::placeholder,form.datastore-form::placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form:-ms-input-placeholder,form.datastore-form:-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form::-ms-input-placeholder,form.datastore-form::-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}

.lb-master_stacks_in_778.bg-vault.bg-color.style-pro-stacks_in_778{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_778.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_778.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_778.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_778.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_778{position:fixed}.ll-open-stacks_in_778 > .ll-overlay#ovl_stacks_in_778{z-index:9989}.ll-open-stacks_in_778.sectionsPro1 > .ll-overlay#ovl_stacks_in_778{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_778.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_778.close-vis-large-only .infix-close{display:none !important}}#stacks_in_778 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_778.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_778.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_778.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="popup"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_778 > .shear-wrapper{position:absolute}.lb-master_stacks_in_778.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_778.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_778.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_778.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_778.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}@media screen and (max-width:640px){.lb-master_stacks_in_778.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}}.lb-master_stacks_in_778.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_778.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_778.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_778.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_778.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_778.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_778.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_778.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_778.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_778.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_778.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_778.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_778.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_778.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_778.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_778.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_778.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_778.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_778 .infix-content::after{-webkit-box-shadow:0 0 36px 0px rgba(0, 0, 0, 0.30);box-shadow:0 0 36px 0px rgba(0, 0, 0, 0.30)}.lb-master_stacks_in_778 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_778 .infix-close{opacity:1 !important}.lb-master_stacks_in_778 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_778 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_778 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_778 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(227, 6, 19, 1.00);font-size:12px;line-height:1}.lb-master_stacks_in_778 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(255, 255, 255, 0.00);text-align:center}.lb-master_stacks_in_778 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_778 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_778 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_778 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(227, 6, 19, 1.00);stroke-width:8px;fill:none}.lb-master_stacks_in_778 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_778 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_778 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_778 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_778 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_778 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_778 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_778 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_778 .infix-close > .close-wrap > svg .ring{stroke:rgba(227, 6, 19, 1.00)}.lb-master_stacks_in_778 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_778 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(227, 6, 19, 1.00);fill:none}.lb-master_stacks_in_778 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_778 .infix-close > .close-wrap.close-text-only{color:rgba(227, 6, 19, 1.00)}.lb-master_stacks_in_778 .infix-close i.fa,.lb-master_stacks_in_778 .infix-close svg,.lb-master_stacks_in_778 .infix-close .simple-icon,.lb-master_stacks_in_778 .infix-close .close-wrap,.lb-master_stacks_in_778 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_778 .infix-close .close-wrap,.lb-master_stacks_in_778 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_778 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_778 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_778 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_778 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_778 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_778 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_778.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_778 .splb-loader .loader-message{display:none}.lb-master_stacks_in_778 .splb-loader svg{display:none}.lb-master_stacks_in_778 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_782{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_782.splb{padding:12px}#splb_stacks_in_782 .infix-iframe-container{background-color:}#splb_stacks_in_782.lb-master_stacks_in_778.custom-size.maxw-frame .infix-container{width:100%;max-width:639px}#splb_stacks_in_782.lb-master_stacks_in_778.custom-size.custom-fill .infix-container{width:100%;max-width:9999px}#stacks_in_782{display:none}.infix-opened #stacks_in_782,.infix-closed #stacks_in_782{display:block}.lightbox1{cursor:pointer}#stacks_in_782.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_782.splb.ll-overflow{overflow:visible !important}
#stacks_in_784 a{display:block}#stacks_in_784 img{}
.style-pro-stacks_in_778::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_778:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}

#ovl_stacks_in_778.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_778 > #ovl_stacks_in_778.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_778, .lb-master_stacks_in_778.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_778.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_778 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_778.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_778.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_778.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_778.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_778.infix-closed .infix-container::after, .lb-master_stacks_in_778.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_778.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_778, .lb-master_stacks_in_778.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_778.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_778.infix-loading .infix-content, .lb-master_stacks_in_778.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_778.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_778.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_778.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_778.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_778 [data-infix-next], .lb-master_stacks_in_778 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_778 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_778 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_778 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_778 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_778 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_778 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_778 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_778 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_778 [data-infix-next]::before,
.lb-master_stacks_in_778 [data-infix-next]::after,
.lb-master_stacks_in_778 [data-infix-prev]::before,
.lb-master_stacks_in_778 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_778 html.bwd-touch [data-infix-next], .lb-master_stacks_in_778 [data-infix-next]:hover,
.lb-master_stacks_in_778 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_778 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_778 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_778 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_778 [data-infix-next]:hover::before, .lb-master_stacks_in_778 [data-infix-next]:hover::after,
  .lb-master_stacks_in_778 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_778 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_778 [data-infix-prev]:hover::before, .lb-master_stacks_in_778 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_778 [data-infix-next]::after,
.lb-master_stacks_in_778 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_778 [data-infix-prev]::after, .lb-master_stacks_in_778 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_778 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_778 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_778 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_778 [data-infix-prev]::before {
  transform: rotate(-315deg); }


@font-face{font-family:Freestyle Script;font-style:normal;font-weight:normal;src:url("https://backparadies-sprengel.de/fonts/FreestyleScript.eot");src:url("https://backparadies-sprengel.de/fonts/FreestyleScript.eot?#iefix") format("embedded-opentype");src:url("https://backparadies-sprengel.de/fonts/FreestyleScript.svg#font-pro") format("svg");src:url("https://backparadies-sprengel.de/fonts/FreestyleScript.ttf") format("truetype");src:url("https://backparadies-sprengel.de/fonts/FreestyleScript.woff2") format("woff2");src:url("https://backparadies-sprengel.de/fonts/FreestyleScript.woff") format("woff");}
 .font-vault-1 > a, .font-vault-1,.font-vault-1 > li, .fontpro-stacks_in_314_7{font-family:"Freestyle Script",sans-serif }

 .font-vault-2 > a, html,body, blockquote, a, ul,ul li,ol,ol li,dl,dl dd, fieldset,input,textarea,form label,input + label,fieldset label,input + datalist,legend, button,.button,.btn, p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font), .font-vault-2,.font-vault-2 > li, .fontpro-stacks_in_314_9{font-style:normal;font-weight:400;font-family:"Open Sans",sans-serif }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-style:normal;font-weight:400;font-family:"Open Sans",sans-serif }

 .font-vault-3 > a, html,body, h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, h3,.font-family-h3,h3 a,.font-family-h3 a, h4,.font-family-h4,h4 a,.font-family-h4 a, h5,.font-family-h5,h5 a,.font-family-h5 a, h6,.font-family-h6,h6 a,.font-family-h6 a, .font-vault-3,.font-vault-3 > li,   h1.pjMbContentTitle, .fontpro-stacks_in_314_10{font-style:normal;font-weight:700;font-family:"Open Sans",sans-serif !important}


 h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, h3,.font-family-h3,h3 a,.font-family-h3 a, h4,.font-family-h4,h4 a,.font-family-h4 a, h5,.font-family-h5,h5 a,.font-family-h5 a, h6,.font-family-h6,h6 a,.font-family-h6 a, button,.button,.btn,  .titletext, .fontpro-stacks_in_314_2{  text-decoration-line:none ;text-decoration-style:solid ;text-transform:uppercase ;word-wrap:normal ;word-break:normal ;hyphens:none ;}
  
  @media only screen and (min-width:40em){ h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, h3,.font-family-h3,h3 a,.font-family-h3 a, h4,.font-family-h4,h4 a,.font-family-h4 a, h5,.font-family-h5,h5 a,.font-family-h5 a, h6,.font-family-h6,h6 a,.font-family-h6 a, button,.button,.btn,  .titletext, .fontpro-stacks_in_314_2{}} 
  
  
  

 p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font),.fontpro-stacks_in_314_3{ font-size:1.10rem ; }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){ font-size:1.10rem ; }
  
  
  @media only screen and (min-width:25.875000em){ p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font),.fontpro-stacks_in_314_3{font-size:1.10rem }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-size:1.10rem }} 
  @media only screen and (min-width:48.000000em){ p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font),.fontpro-stacks_in_314_3{font-size:1.10rem }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-size:1.10rem }} 
  @media only screen and (min-width:62.500000em){ p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font),.fontpro-stacks_in_314_3{font-size:1.10rem }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-size:1.10rem }} 


.bdr-vault-1::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.22)  ;box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.22)  }.bdr-vault-1::before,.bdr-vault-1::after{border-radius: 0px }.bdr-vault-1 > .sections-layer{border-radius: 0px }
       .bp-vault-1.b-p:not(.not-vault){border:0px solid rgba(179, 179, 177, 1.00)}.bp-vault-1.b-p:not(.not-vault):hover{border:0px solid rgba(179, 179, 177, 1.00)} .bp-vault-1.b-p:not(.not-vault){color:rgba(139, 22, 52, 1.00);background-color:rgba(6, 105, 209, 0.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(0, 0, 0, 1.00)!important; background-color:rgba(6, 105, 209, 0.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(204, 204, 204, 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(6, 105, 209, 0.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(186, 186, 186, 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(6, 105, 209, 0.00);background-color:rgba(6, 105, 209, 0.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: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:2px outset rgba(254, 223, 11, 0.96)}.bp-vault-2.b-p:not(.not-vault):hover{border:2px inset rgba(139, 22, 52, 1.00)} .bp-vault-2.b-p:not(.not-vault){color:rgba(139, 22, 52, 1.00);background-color:rgba(254, 223, 11, 0.96)}.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){background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(254, 223, 11, 0.96)),color-stop(-,%id=buttonColors[0]));background-image:linear-gradient(to bottom,rgba(254, 223, 11, 0.96),rgba(214, 183, 0, 0.96))}.bp-vault-2.b-p:not(.not-vault).split-icon>.bp-icon:not(.not-vault){background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(6, 105, 209, 0.00)),color-stop(-,%id=iconBgColor[0]))!important;background-image:linear-gradient(to bottom,rgba(6, 105, 209, 0.00),rgba(0, 65, 169, 0.00))!important}  .bp-vault-2.b-p:not(.not-vault):not(.bp-hover):hover{color:rgba(254, 223, 11, 0.96)!important; background-color:rgba(139, 22, 52, 1.00);} .bp-vault-2.b-p:not(.not-vault):not(.bp-hover):hover{ background-color:rgba(139, 22, 52, 1.00);background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(139, 22, 52, 1.00)),color-stop(-40%,%id=buttonColors[1]));background-image:linear-gradient(to bottom,rgba(139, 22, 52, 1.00),rgba(99, 0, 12, 1.00));}
.bp-vault-2.b-p:not(.not-vault):not(.bp-hover).split-icon>.bp-icon:hover{ background-color:rgba(139, 22, 52, 1.00);background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(6, 105, 209, 0.00)),color-stop(-40%,%id=iconBgColor[1]))!important;background-image:linear-gradient(to bottom,rgba(6, 105, 209, 0.00),rgba(0, 65, 169, 0.00))!important;}   .bp-vault-2.b-p:not(.not-vault)>.bp-icon>.bp-glyph{color:rgba(204, 204, 204, 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(6, 105, 209, 0.00)!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(186, 186, 186, 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(6, 105, 209, 0.00);background-color:rgba(6, 105, 209, 0.00)!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:4px}.bp-vault-2.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-left{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.bp-vault-2.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-right{border-top-right-radius:4px!important;border-bottom-right-radius:4px!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 outset rgba(139, 22, 52, 1.00)}.bp-vault-3.b-p:not(.not-vault):hover{border:2px inset rgba(254, 223, 11, 0.96)} .bp-vault-3.b-p:not(.not-vault){color:rgba(254, 223, 11, 0.96);background-color:rgba(139, 22, 52, 1.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){background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(139, 22, 52, 1.00)),color-stop(-,%id=buttonColors[0]));background-image:linear-gradient(to bottom,rgba(139, 22, 52, 1.00),rgba(99, 0, 12, 1.00))}.bp-vault-3.b-p:not(.not-vault).split-icon>.bp-icon:not(.not-vault){background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(6, 105, 209, 0.00)),color-stop(-,%id=iconBgColor[0]))!important;background-image:linear-gradient(to bottom,rgba(6, 105, 209, 0.00),rgba(0, 65, 169, 0.00))!important}  .bp-vault-3.b-p:not(.not-vault):not(.bp-hover):hover{color:rgba(139, 22, 52, 1.00)!important; background-color:rgba(254, 223, 11, 0.96);} .bp-vault-3.b-p:not(.not-vault):not(.bp-hover):hover{ background-color:rgba(254, 223, 11, 0.96);background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(254, 223, 11, 0.96)),color-stop(-40%,%id=buttonColors[1]));background-image:linear-gradient(to bottom,rgba(254, 223, 11, 0.96),rgba(214, 183, 0, 0.96));}
.bp-vault-3.b-p:not(.not-vault):not(.bp-hover).split-icon>.bp-icon:hover{ background-color:rgba(254, 223, 11, 0.96);background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(6, 105, 209, 0.00)),color-stop(-40%,%id=iconBgColor[1]))!important;background-image:linear-gradient(to bottom,rgba(6, 105, 209, 0.00),rgba(0, 65, 169, 0.00))!important;}   .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(6, 105, 209, 0.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(6, 105, 209, 0.00);background-color:rgba(6, 105, 209, 0.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:4px}.bp-vault-3.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-left{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.bp-vault-3.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-right{border-top-right-radius:4px!important;border-bottom-right-radius:4px!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:0px solid rgba(179, 179, 177, 1.00)}.bp-vault-4.b-p:not(.not-vault):hover{border:0px solid rgba(179, 179, 177, 1.00)} .bp-vault-4.b-p:not(.not-vault){color:rgba(139, 22, 52, 1.00);background-color:rgba(6, 105, 209, 0.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(0, 0, 0, 1.00)!important; background-color:rgba(6, 105, 209, 0.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(204, 204, 204, 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(6, 105, 209, 0.00)!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(186, 186, 186, 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(6, 105, 209, 0.00);background-color:rgba(6, 105, 209, 0.00)!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:not(.not-vault) .code-finder{content:"bp-fonts"}.bp-vault-4.icon-only{padding:0!important;border-radius:50%!important;}.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-4:not(.typo-custom){font-size:1.00rem}.bp-vault-4:not(.typo-custom).icon-only{width:calc(1.00rem + 2.00rem)!important;height:calc(1.00rem + 2.00rem)!important}.bp-vault-4:not(.typo-custom).icon-only .fa:before{line-height:calc(1.00rem + 2.00rem)!important}
@media all and (max-width:640px){.bp-vault-4:not(.typo-custom){font-size:0.95rem!important}.bp-vault-4:not(.typo-custom).icon-only{width:calc(0.95rem + 2.00rem)!important;height:calc(0.95rem + 2.00rem)!important}.bp-vault-4:not(.typo-custom).icon-only .fa:before{line-height:calc(0.95rem + 2.00rem)!important}}  
       .bp-vault-5.b-p:not(.not-vault){border:0px solid rgba(179, 179, 177, 1.00)}.bp-vault-5.b-p:not(.not-vault):hover{border:0px solid rgba(179, 179, 177, 1.00)} .bp-vault-5.b-p:not(.not-vault){color:rgba(139, 22, 52, 1.00);background-color:rgba(6, 105, 209, 0.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(0, 0, 0, 1.00)!important; background-color:rgba(6, 105, 209, 0.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(204, 204, 204, 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(6, 105, 209, 0.00)!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(186, 186, 186, 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(6, 105, 209, 0.00);background-color:rgba(6, 105, 209, 0.00)!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:not(.not-vault) .code-finder{content:"bp-fonts"}.bp-vault-5.icon-only{padding:0!important;border-radius:50%!important;}.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} .bp-vault-5:not(.typo-custom){font-size:0.75rem}.bp-vault-5:not(.typo-custom).icon-only{width:calc(0.75rem + 2.00rem)!important;height:calc(0.75rem + 2.00rem)!important}.bp-vault-5:not(.typo-custom).icon-only .fa:before{line-height:calc(0.75rem + 2.00rem)!important}
@media all and (max-width:640px){.bp-vault-5:not(.typo-custom){font-size:0.75rem!important}.bp-vault-5:not(.typo-custom).icon-only{width:calc(0.75rem + 2.00rem)!important;height:calc(0.75rem + 2.00rem)!important}.bp-vault-5:not(.typo-custom).icon-only .fa:before{line-height:calc(0.75rem + 2.00rem)!important}}  
#stacks_in_316_1 > .chroma-scroll-pro > .slide-head{display:none}#stacks_in_316_1 > .chroma-scroll-pro > .slide-head.is-active{display:block}#stacks_in_316_1 > .chroma-scroll-pro > .slide-head .top-bar{z-index:6000}#stacks_in_316_1 > .chroma-scroll-pro > .su-content .top-bar-wrapper,#stacks_in_316_1 > .chroma-scroll-pro > .su-content .oc-toggle.facet-mb,#stacks_in_316_1 > .chroma-scroll-pro > .su-content [data-magellan-expedition],#stacks_in_316_1 > .chroma-scroll-pro > .su-content [data-magellan-expedition].mg-menu::after,#stacks_in_316_1 > .chroma-scroll-pro > .su-content nav.navigation_bar{background:transparent !important}#stacks_in_316_1 > .chroma-scroll.no-overflow > .su-content > .stacks_out{overflow:hidden !important}#stacks_in_316_1 > .chroma-scroll-pro.slide-fresh,#stacks_in_316_1 > .chroma-scroll-pro.stick-no-ani{-webkit-animation-duration:1ms !important;animation-duration:1ms !important}#stacks_in_316_1 > .chroma-scroll-pro.slide-fresh > .su-content::after,#stacks_in_316_1 > .chroma-scroll-pro.stick-no-ani > .su-content::after{-webkit-transition-duration:1ms !important;transition-duration:1ms !important}#stacks_in_316_1 > .chroma-scroll-pro.pre-load,#stacks_in_316_1 > .chroma-scroll-pro.header-slide.pre-load{-webkit-transition:-webkit-transform 0s !important;transition:-webkit-transform 0s !important;transition:transform 0s !important;transition:transform 0s,-webkit-transform 0s !important;visibility:hidden;height:0 !important}#stacks_in_316_1 > .chroma-scroll-pro.pre-load .su-content,#stacks_in_316_1 > .chroma-scroll-pro.header-slide.pre-load .su-content{height:0px !important;padding:0px !important}@media screen and (max-width:640px){#stacks_in_316_1 > .chroma-scroll-pro > .slide-head.is-active.small-head-hide{display:none}#stacks_in_316_1 > .chroma-scroll-pro > .slide-head.is-active.small-head-show{display:block}#stacks_in_316_1 > .chroma-scroll-pro.mob-no-bg[data-style] > .su-content::after{background-color:transparent}#stacks_in_316_1 > .chroma-scroll-pro.mob-no-bg.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_316_1.mob-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_316_1.mob-static > .su-pad[style]{height:0px !important}.su-pad.mob-static.spacer-stacks_in_316_1[style]{height:0px !important}#stacks_in_316_1.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky,#stacks_in_316_1.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky{position:fixed;top:0}}@media screen and (min-width:640px){#stacks_in_316_1.large-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_316_1.large-static > .su-pad[style]{height:0px !important}}#stacks_in_316_1{overflow:visible;-webkit-overflow-scrolling:touch}.su-pad.spacer-stacks_in_316_1{width:100%;min-width:100%}.su-pad.spacer-stacks_in_316_1.posFixed.allow-overlay,.su-pad.spacer-stacks_in_316_1.posFixed.fix-bot{height:0px !important;visibility:hidden !important}@media screen and (max-width:640px){.su-pad.spacer-stacks_in_316_1.hide-below-bp{display:none}}@media screen and (min-width:640px){.su-pad.spacer-stacks_in_316_1.hide-above-bp{display:none}}#stacks_in_316_1.width-contain{width:auto;display:inline-block}#stacks_in_316_1.width-contain > .chroma-scroll-pro.is-fixed{border-radius:none}#stacks_in_316_1.width-contain > .chroma-scroll-pro.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_316_1.width-contain > .chroma-scroll-pro.is-fixed > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_316_1.width-contain > .chroma-scroll-pro.is-fixed.su-right{right:0}#stacks_in_316_1.width-contain > .chroma-scroll-pro.is-fixed.su-left{left:0}#stacks_in_316_1.width-contain > .chroma-scroll-pro.is-fixed.su-center{left:0;right:0;text-align:center}#stacks_in_316_1.width-contain > .chroma-scroll-pro.is-fixed.su-center > .su-content{display:inline-block;margin:0;vertical-align:top}#stacks_in_316_1 > .chroma-scroll-pro{-webkit-overflow-scrolling:touch}#stacks_in_316_1 > .chroma-scroll-pro > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_316_1 > .chroma-scroll-pro.is-fixed .su-content.oc-toggle{-webkit-backface-visibility:hidden;z-index:3030}#stacks_in_316_1 > .chroma-scroll-pro.is-fixed:not(.width-contain).abs-left{left:0px}#stacks_in_316_1 > .chroma-scroll-pro.header-slide.is-static{position:relative;-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important}#stacks_in_316_1 > .chroma-scroll-pro.header-slide.slide-fresh{-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important;-webkit-animation-duration:1ms !important;animation-duration:1ms !important;visibility:hidden;height:0 !important}#stacks_in_316_1.width-contain > .chroma-scroll-pro.su-center{border-radius:none}#stacks_in_316_1.width-contain > .chroma-scroll-pro.su-center.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_316_1.width-contain > .chroma-scroll-pro.su-center > .su-content::after{border-radius:0px 0px 0px 0px}[data-chroma-style] body{-webkit-transition-property:background-color;transition-property:background-color;-webkit-transition-duration:220ms;transition-duration:220ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_316_1 .style-defs{display:none}#stacks_in_316_1 > .chroma-scroll-pro{-webkit-transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 200ms ease,-webkit-transform 300ms;-webkit-transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 200ms ease,-webkit-transform 300ms;transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 200ms ease,-webkit-transform 300ms;transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 200ms ease,transform 300ms;transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 200ms ease,transform 300ms,-webkit-box-shadow 200ms ease,-webkit-transform 300ms}#stacks_in_316_1 > .chroma-scroll-pro > .su-content{-webkit-transition:padding 200ms ease-in-out;transition:padding 200ms ease-in-out}#stacks_in_316_1 > .chroma-scroll-pro > .su-content::after{z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0;content:"";-webkit-transition:background 200ms linear,opacity 200ms linear;transition:background 200ms linear,opacity 200ms linear}#stacks_in_316_1 > .chroma-scroll-pro[data-style="default_style"] > .su-content{padding-top:5px;padding-bottom:5px;padding-left:0px;padding-right:0px}#stacks_in_316_1 > .chroma-scroll-pro[data-style="default_style"] > .su-content::after{background:rgba(254, 223, 11, 0.96)}@media screen and (max-width:640px){#stacks_in_316_1 > .chroma-scroll-pro > .su-content{padding:0 !important}}#stacks_in_316_1 > .chroma-scroll-pro li a,#stacks_in_316_1 > .chroma-scroll-pro .b-p:not(.custom) > .bp-text{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_316_1 > .chroma-scroll-pro .bb-site-title,#stacks_in_316_1 > .chroma-scroll-pro .bb-site-title h1,#stacks_in_316_1 > .chroma-scroll-pro .bb-site-title h2,#stacks_in_316_1 > .chroma-scroll-pro .bb-site-title h3,#stacks_in_316_1 > .chroma-scroll-pro .bb-site-title h4,#stacks_in_316_1 > .chroma-scroll-pro .bb-site-title h5,#stacks_in_316_1 > .chroma-scroll-pro .bb-site-title h6,#stacks_in_316_1 > .chroma-scroll-pro .bb-site-title p{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_316_1 > .chroma-scroll-pro .site-title,#stacks_in_316_1 > .chroma-scroll-pro .site-slogan,#stacks_in_316_1 > .chroma-scroll-pro .mag-title,#stacks_in_316_1 > .chroma-scroll-pro .navigation_branding a{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_316_1 > .chroma-scroll-pro .top-bar .title-area li.name,#stacks_in_316_1 > .chroma-scroll-pro .toggle-contents .main-title,#stacks_in_316_1 > .chroma-scroll-pro .mag-title-area,#stacks_in_316_1 > .chroma-scroll-pro .navigation_branding,#stacks_in_316_1 > .chroma-scroll-pro .bb-site-title{-webkit-transition:opacity 200ms !important;transition:opacity 200ms !important}#stacks_in_316_1 > .chroma-scroll-pro[data-style="default_style"] .top-bar .title-area li.name,#stacks_in_316_1 > .chroma-scroll-pro[data-style="default_style"] .toggle-contents .main-title,#stacks_in_316_1 > .chroma-scroll-pro[data-style="default_style"] .mag-title-area,#stacks_in_316_1 > .chroma-scroll-pro[data-style="default_style"] .navigation_branding,#stacks_in_316_1 > .chroma-scroll-pro[data-style="default_style"] .branding_logo,#stacks_in_316_1 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title{-webkit-transition:opacity 0ms !important;transition:opacity 0ms !important}#stacks_in_316_1 > .chroma-scroll-pro[data-style="default_style"] > .su-content .top-bar ul.dropdown{background:rgba(254, 223, 11, 0.96) !important}#stacks_in_316_1 > .chroma-scroll-pro[data-style="default_style"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_316_1 > .chroma-scroll-pro[data-style="default_style"].tb-mob .top-bar ul.dropdown{background:none !important}#stacks_in_316_1 > .chroma-scroll-pro.is-fixed{z-index:1001;}#stacks_in_316_1 > .chroma-scroll-pro.is-fixed.foc{z-index:3001}#stacks_in_316_1 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-left{left:0 !important}#stacks_in_316_1 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right{right:0 !important}#stacks_in_316_1 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right:not(.toggle-button){left:0 !important}#stacks_in_316_1 > .chroma-scroll-pro.is-static{position:relative;z-index:999}#stacks_in_316_1 > .chroma-scroll-pro.is-fixed .oc-toggle{position:relative}#stacks_in_316_1 > .chroma-scroll-pro.content-right{text-align:right}@media screen and (max-width:640px){#stacks_in_316_1 > .chroma-scroll-pro.hide-below-bp{display:none}}@media screen and (min-width:640px){#stacks_in_316_1 > .chroma-scroll-pro.hide-above-bp{display:none}}#stacks_in_316_1 > .chroma-scroll-pro.is-fixed{position:fixed}#stacks_in_316_1 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_316_1 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top: 0px }#stacks_in_316_1 > .chroma-scroll-pro.is-fixed.fix-bot{bottom: 0px }#stacks_in_316_1 > .chroma-scroll-pro.is-fixed.fix-full-width{left:0;width:100% !important}@media screen and (max-width:640px){#stacks_in_316_1 > .chroma-scroll-pro.is-fixed.mob-full-width{left:0;width:100% !important}}@media screen and (min-width:640px){#stacks_in_316_1 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_316_1 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top:0px}#stacks_in_316_1 > .chroma-scroll-pro.is-fixed.fix-bot{bottom:0px}}
#stacks_in_316_1>.chroma-scroll-pro.is-fixed.fixed-shadow   {-webkit-box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12);box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12)}#stacks_in_316_1.width-contain>.chroma-scroll-pro.is-fixed.fixed-shadow>.su-content::after   {-webkit-box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12);box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12)}
/* stake-nomin */

  #stacks_out_316_2,#stacks_in_316_2{overflow:visible!important} #stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group .button.b-p.use-icon{white-space:nowrap}#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group.eq-height>.bp-wrap:not(.inline-wrapped)>.button,#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group.eq-height>.bp-wrap.bp-zone-item>.bp-wrap:not(.inline-wrapped)>.button,#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group.eq-height>.bp-wrap.bp-zone-item .bp-group-wrap .b-p{display:-ms-flexbox;display:flex;box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group.follow-text-align.group-left>.bp-wrap>.b-p{padding-left:0!important}#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group.follow-text-align.group-right>.bp-wrap>.b-p{padding-right:0!important}#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar{max-width:1000px;margin-left:auto;margin-right:auto;padding-left:.94rem;padding-right:.94rem}#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar .bp-wrap:first-of-type{padding-left:0!important}
#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar .bp-wrap:last-of-type{padding-right:0!important}#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar.contained-bg::before{max-width:1000px;margin-left:auto;margin-right:auto} @media screen and (max-width:1200px){#stacks_in_316_2>.bp-group-wrap>.bp-group.button-stack-pad>.bp-wrap>.b-p:not(.icon-only),#stacks_in_316_2>.bp-group-wrap>.bp-group.button-stack-pad>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){padding-top:1.00rem!important;padding-bottom:1.06rem!important}}@media screen and (min-width:1200px){#stacks_in_316_2>.bp-group-wrap>.bp-group.button-pad>.bp-wrap>.b-p:not(.icon-only),#stacks_in_316_2>.bp-group-wrap>.bp-group.button-pad>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){padding-top:1.00rem!important;padding-bottom:1.06rem!important}}@media screen and (min-width:1200px){#stacks_in_316_2>.bp-group-wrap>.bp-group.button-side-pad>.bp-wrap>.b-p:not(.icon-only),#stacks_in_316_2>.bp-group-wrap>.bp-group.button-side-pad>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){padding-left:2.00rem!important;padding-right:2.00rem!important}}@media screen and (min-width:1200px){#stacks_in_316_2>.bp-group-wrap>.bp-group.button-marg>.bp-wrap>.b-p:not(.icon-only),#stacks_in_316_2>.bp-group-wrap>.bp-group.button-marg>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){margin-top:0px!important;margin-left:0px!important}}#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap:not(:first-of-type):not(.exclude-spacing),#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap.bp-zone-item>.bp-wrap:not(:first-of-type):not(.exclude-spacing){margin-left:0px}#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap:not(:last-of-type):not(.exclude-spacing),#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap.bp-zone-item>.bp-wrap:not(:last-child):not(.exclude-spacing){margin-right:0px} #stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap:not(.flex-width),#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.flex-width){-ms-flex:1 1 auto;flex:1 1 auto}#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap.icon-button,#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap.icon-button{-ms-flex:1 1 auto;flex:1 1 auto}#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>.button.b-p:not(.icon-only),#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.button.b-p:not(.icon-only){-ms-flex:1 1 auto;flex:1 1 auto}#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>.button.b-p.icon-only,#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.button.b-p.icon-only{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p>.bp-text,#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p.icon-only>.bp-icon,#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p>.bp-text,#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p.icon-only>.bp-icon{margin:auto}#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p.use-icon>.bp-text,#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p.use-icon>.bp-text{margin-left:0;margin-right:auto}#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p.use-icon>.bp-icon,#stacks_in_316_2>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p.use-icon>.bp-icon{margin-right:0;margin-left:auto}@media screen and (max-width:640px){#stacks_in_316_2>.bp-group-wrap>.bp-group:not(.group-fill).bar-center-mob{box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;align-content:center;-ms-flex-line-pack:center;box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}
}#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap.compress-pad>.bp-group.group-fill>.bp-wrap>.button.b-p:not(.icon-only),#stacks_in_316_2:not(.group-stacked)>.bp-group-wrap.compress-pad>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.button.b-p:not(.icon-only){padding-left:0!important;padding-right:0!important}  @media screen and (max-width:1200px){#stacks_in_316_2>.bp-group-wrap.stack-below.full-width-wrap{width:100%}#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap{width:100%}#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu),#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu)::before{max-width:300px}#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-left,#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-left::before{margin-left:0;margin-right:auto}#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-center,#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-center::before{margin-left:auto;margin-right:auto}#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-right,#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-right::before{margin-left:auto;margin-right:0}#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu>.bp-group,#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu>.bp-group::before{max-width:300px}#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-left>.bp-group,#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-left>.bp-group::before{margin-left:0;margin-right:auto}#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-center>.bp-group,#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-center>.bp-group::before{margin-left:auto;margin-right:auto}#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-right>.bp-group,#stacks_in_316_2>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-right>.bp-group::before{margin-left:auto;margin-right:0}#stacks_in_316_2>.bp-group-wrap.stack-below.drop-full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}#stacks_in_316_2>.bp-group-wrap.stack-below .bp-group.stacked-font-adj .bp-wrap>.b-p:not(.icon-only){font-size:100%!important}#stacks_in_316_2>.bp-group-wrap.stack-below .bp-group.wrap-text-left{text-align:left}#stacks_in_316_2>.bp-group-wrap.stack-below .bp-group.wrap-text-left .bp-wrap>.b-p:not(.icon-only),#stacks_in_316_2>.bp-group-wrap.stack-below .bp-group.wrap-text-left .bwd--link-item{text-align:left;box-pack:start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;padding-left:1rem}#stacks_in_316_2>.bp-group-wrap.stack-below .bp-group.wrap-text-left .bp-dropdown:not(.no-indent){padding-left:1rem}#stacks_in_316_2>.bp-group-wrap.stack-below .bp-group.wrap-text-right{text-align:right}#stacks_in_316_2>.bp-group-wrap.stack-below .bp-group.wrap-text-right .bp-wrap>.b-p:not(.icon-only),#stacks_in_316_2>.bp-group-wrap.stack-below .bp-group.wrap-text-right .bwd--link-item{text-align:right;box-pack:end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end;padding-right:1rem}#stacks_in_316_2>.bp-group-wrap.stack-below .bp-group.wrap-text-right .bp-dropdown:not(.no-indent){padding-left:1rem}#stacks_in_316_2>.bp-group-wrap.stack-below .bp-group.wrap-text-center{text-align:center}#stacks_in_316_2>.bp-group-wrap.stack-below .bp-group.wrap-text-center .bp-wrap>.b-p:not(.icon-only),#stacks_in_316_2>.bp-group-wrap.stack-below .bp-group.wrap-text-center .bp-wrap>.dd-wrap>.b-p:not(.icon-only),#stacks_in_316_2>.bp-group-wrap.stack-below .bp-group.wrap-text-center .bwd--link-item{text-align:center;box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}#stacks_in_316_2>.bp-group-wrap.stack-below .bp-group .bp-dropdown{position:relative;border:0;border-radius:0;width:100%}} @media screen and (max-width:1200px){#stacks_in_316_2>.bp-group-wrap>.bp-group.stack-below .bp-wrap.inline-wrapped{display:inline-block}}@media screen and (max-width:1200px){#stacks_in_316_2>.bp-group-wrap>.bp-group.stack-below{-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_316_2>.bp-group-wrap>.bp-group.stack-below .bp-wrap{-ms-flex:1 1 auto;flex:1 1 auto;display:block;margin-left:initial;margin-right:initial}#stacks_in_316_2>.bp-group-wrap>.bp-group.stack-below .bp-wrap>.button.b-p:not(.icon-only),#stacks_in_316_2>.bp-group-wrap>.bp-group.stack-below .bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p:not(.icon-only){-ms-flex:1 1 auto;flex:1 1 auto}
#stacks_in_316_2>.bp-group-wrap>.bp-group.stack-below .bp-wrap>.button.b-p.icon-only,#stacks_in_316_2>.bp-group-wrap>.bp-group.stack-below .bp-wrap>.button.b-p .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p.icon-only,#stacks_in_316_2>.bp-group-wrap>.bp-group.stack-below .bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p.icon-only,#stacks_in_316_2>.bp-group-wrap>.bp-group.stack-below .bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p.icon-only{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_316_2>.bp-group-wrap>.bp-group.stack-below .bp-wrap.button-no-grow>.b-p{display:inline-block;width:auto!important}}@media screen and (max-width:1200px){#stacks_in_316_2>.bp-group-wrap>.bp-group.full-width-wrap>{-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_316_2>.bp-group-wrap>.bp-group.full-width-wrap>.bp-wrap:not(.button-no-grow):not(.inline-wrapped),#stacks_in_316_2>.bp-group-wrap>.bp-group.full-width-wrap>.m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.button-no-grow):not(.inline-wrapped){display:block;width:100%;-ms-flex:none;flex:none;padding-right:0!important}#stacks_in_316_2>.bp-group-wrap>.bp-group.full-width-wrap>.bp-wrap:not(.button-no-grow):not(.inline-wrapped) .button:not(.icon-only),#stacks_in_316_2>.bp-group-wrap>.bp-group.full-width-wrap>.m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.button-no-grow):not(.inline-wrapped) .button:not(.icon-only){width:100%}#stacks_in_316_2>.bp-group-wrap>.bp-group.full-width-wrap>.bp-wrap:not(.button-no-grow):not(.inline-wrapped).icon-button,#stacks_in_316_2>.bp-group-wrap>.bp-group.full-width-wrap>.m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.button-no-grow):not(.inline-wrapped).icon-button{text-align:center}} #stacks_in_316_2:not(.group-stacked)>.bp-group-wrap>.bp-group.margin-collapse .bp-wrap>.b-p{margin-bottom:0!important}#stacks_in_316_2.group-stacked>.bp-group-wrap>.bp-group.margin-stacked-collapse .bp-wrap:not(.allow-margin-wrapped)>.b-p{margin-bottom:0!important} #stacks_in_316_2 .bp-wrap.icon-button{ box-pack:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;-o-justify-content:center!important;justify-content:center!important;-ms-flex-pack:center!important}             #stacks_in_316_2>.bp-group-wrap>.zone-title-area{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-ms-flex-align:center;align-items:center}#stacks_in_316_2>.bp-group-wrap>.zone-title-area.title-left{float:left}#stacks_in_316_2>.bp-group-wrap>.zone-title-area.title-right{float:right}#stacks_in_316_2>.bp-group-wrap>.zone-title-area>.title-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#stacks_in_316_2.group-stacked>.bp-group-wrap>.zone-title-area{float:none}

#stacks_in_316_2 {
	padding: 5px 0px 5px 0px;
}
/* stake-nomin */

#stacks_out_316_3{width:100%}  #stacks_out_316_3,#stacks_in_316_3{overflow:visible!important} #stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group .button.b-p.use-icon{white-space:nowrap}#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group.eq-height>.bp-wrap:not(.inline-wrapped)>.button,#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group.eq-height>.bp-wrap.bp-zone-item>.bp-wrap:not(.inline-wrapped)>.button,#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group.eq-height>.bp-wrap.bp-zone-item .bp-group-wrap .b-p{display:-ms-flexbox;display:flex;box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group.follow-text-align.group-left>.bp-wrap>.b-p{padding-left:0!important}#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group.follow-text-align.group-right>.bp-wrap>.b-p{padding-right:0!important}#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar{max-width:1000px;margin-left:auto;margin-right:auto;padding-left:.94rem;padding-right:.94rem}#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar .bp-wrap:first-of-type{padding-left:0!important}
#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar .bp-wrap:last-of-type{padding-right:0!important}#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar.contained-bg::before{max-width:1000px;margin-left:auto;margin-right:auto} @media screen and (max-width:1200px){#stacks_in_316_3>.bp-group-wrap>.bp-group.button-stack-pad>.bp-wrap>.b-p:not(.icon-only),#stacks_in_316_3>.bp-group-wrap>.bp-group.button-stack-pad>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){padding-top:1.00rem!important;padding-bottom:1.06rem!important}}@media screen and (min-width:1200px){#stacks_in_316_3>.bp-group-wrap>.bp-group.button-pad>.bp-wrap>.b-p:not(.icon-only),#stacks_in_316_3>.bp-group-wrap>.bp-group.button-pad>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){padding-top:1.00rem!important;padding-bottom:1.06rem!important}}@media screen and (min-width:1200px){#stacks_in_316_3>.bp-group-wrap>.bp-group.button-side-pad>.bp-wrap>.b-p:not(.icon-only),#stacks_in_316_3>.bp-group-wrap>.bp-group.button-side-pad>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){padding-left:2.00rem!important;padding-right:2.00rem!important}}@media screen and (min-width:1200px){#stacks_in_316_3>.bp-group-wrap>.bp-group.button-marg>.bp-wrap>.b-p:not(.icon-only),#stacks_in_316_3>.bp-group-wrap>.bp-group.button-marg>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){margin-top:0px!important;margin-left:0px!important}}#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap:not(:first-of-type):not(.exclude-spacing),#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap.bp-zone-item>.bp-wrap:not(:first-of-type):not(.exclude-spacing){margin-left:8px}#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap:not(:last-of-type):not(.exclude-spacing),#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap.bp-zone-item>.bp-wrap:not(:last-child):not(.exclude-spacing){margin-right:8px} #stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap:not(.flex-width),#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.flex-width){-ms-flex:1 1 auto;flex:1 1 auto}#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap.icon-button,#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap.icon-button{-ms-flex:1 1 auto;flex:1 1 auto}#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>.button.b-p:not(.icon-only),#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.button.b-p:not(.icon-only){-ms-flex:1 1 auto;flex:1 1 auto}#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>.button.b-p.icon-only,#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.button.b-p.icon-only{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p>.bp-text,#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p.icon-only>.bp-icon,#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p>.bp-text,#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p.icon-only>.bp-icon{margin:auto}#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p.use-icon>.bp-text,#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p.use-icon>.bp-text{margin-left:0;margin-right:auto}#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p.use-icon>.bp-icon,#stacks_in_316_3>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p.use-icon>.bp-icon{margin-right:0;margin-left:auto}@media screen and (max-width:640px){#stacks_in_316_3>.bp-group-wrap>.bp-group:not(.group-fill).bar-center-mob{box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;align-content:center;-ms-flex-line-pack:center;box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}
}#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap.compress-pad>.bp-group.group-fill>.bp-wrap>.button.b-p:not(.icon-only),#stacks_in_316_3:not(.group-stacked)>.bp-group-wrap.compress-pad>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.button.b-p:not(.icon-only){padding-left:0!important;padding-right:0!important}  @media screen and (max-width:1200px){#stacks_in_316_3>.bp-group-wrap.stack-below.full-width-wrap{width:100%}#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap{width:100%}#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu),#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu)::before{max-width:90%}#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-left,#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-left::before{margin-left:0;margin-right:auto}#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-center,#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-center::before{margin-left:auto;margin-right:auto}#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-right,#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-right::before{margin-left:auto;margin-right:0}#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu>.bp-group,#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu>.bp-group::before{max-width:90%}#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-left>.bp-group,#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-left>.bp-group::before{margin-left:0;margin-right:auto}#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-center>.bp-group,#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-center>.bp-group::before{margin-left:auto;margin-right:auto}#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-right>.bp-group,#stacks_in_316_3>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-right>.bp-group::before{margin-left:auto;margin-right:0}#stacks_in_316_3>.bp-group-wrap.stack-below.drop-full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}#stacks_in_316_3>.bp-group-wrap.stack-below .bp-group.stacked-font-adj .bp-wrap>.b-p:not(.icon-only){font-size:140%!important}#stacks_in_316_3>.bp-group-wrap.stack-below .bp-group.wrap-text-left{text-align:left}#stacks_in_316_3>.bp-group-wrap.stack-below .bp-group.wrap-text-left .bp-wrap>.b-p:not(.icon-only),#stacks_in_316_3>.bp-group-wrap.stack-below .bp-group.wrap-text-left .bwd--link-item{text-align:left;box-pack:start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;padding-left:1rem}#stacks_in_316_3>.bp-group-wrap.stack-below .bp-group.wrap-text-left .bp-dropdown:not(.no-indent){padding-left:1rem}#stacks_in_316_3>.bp-group-wrap.stack-below .bp-group.wrap-text-right{text-align:right}#stacks_in_316_3>.bp-group-wrap.stack-below .bp-group.wrap-text-right .bp-wrap>.b-p:not(.icon-only),#stacks_in_316_3>.bp-group-wrap.stack-below .bp-group.wrap-text-right .bwd--link-item{text-align:right;box-pack:end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end;padding-right:1rem}#stacks_in_316_3>.bp-group-wrap.stack-below .bp-group.wrap-text-right .bp-dropdown:not(.no-indent){padding-left:1rem}#stacks_in_316_3>.bp-group-wrap.stack-below .bp-group.wrap-text-center{text-align:center}#stacks_in_316_3>.bp-group-wrap.stack-below .bp-group.wrap-text-center .bp-wrap>.b-p:not(.icon-only),#stacks_in_316_3>.bp-group-wrap.stack-below .bp-group.wrap-text-center .bp-wrap>.dd-wrap>.b-p:not(.icon-only),#stacks_in_316_3>.bp-group-wrap.stack-below .bp-group.wrap-text-center .bwd--link-item{text-align:center;box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}#stacks_in_316_3>.bp-group-wrap.stack-below .bp-group .bp-dropdown{position:relative;border:0;border-radius:0;width:100%}} @media screen and (max-width:1200px){#stacks_in_316_3>.bp-group-wrap>.bp-group.stack-below .bp-wrap.inline-wrapped{display:inline-block}}@media screen and (max-width:1200px){#stacks_in_316_3>.bp-group-wrap>.bp-group.stack-below{-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_316_3>.bp-group-wrap>.bp-group.stack-below .bp-wrap{-ms-flex:1 1 auto;flex:1 1 auto;display:block;margin-left:initial;margin-right:initial}#stacks_in_316_3>.bp-group-wrap>.bp-group.stack-below .bp-wrap>.button.b-p:not(.icon-only),#stacks_in_316_3>.bp-group-wrap>.bp-group.stack-below .bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p:not(.icon-only){-ms-flex:1 1 auto;flex:1 1 auto}
#stacks_in_316_3>.bp-group-wrap>.bp-group.stack-below .bp-wrap>.button.b-p.icon-only,#stacks_in_316_3>.bp-group-wrap>.bp-group.stack-below .bp-wrap>.button.b-p .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p.icon-only,#stacks_in_316_3>.bp-group-wrap>.bp-group.stack-below .bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p.icon-only,#stacks_in_316_3>.bp-group-wrap>.bp-group.stack-below .bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p.icon-only{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_316_3>.bp-group-wrap>.bp-group.stack-below .bp-wrap.button-no-grow>.b-p{display:inline-block;width:auto!important}}@media screen and (max-width:1200px){#stacks_in_316_3>.bp-group-wrap>.bp-group.full-width-wrap>{-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_316_3>.bp-group-wrap>.bp-group.full-width-wrap>.bp-wrap:not(.button-no-grow):not(.inline-wrapped),#stacks_in_316_3>.bp-group-wrap>.bp-group.full-width-wrap>.m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.button-no-grow):not(.inline-wrapped){display:block;width:100%;-ms-flex:none;flex:none;padding-right:0!important}#stacks_in_316_3>.bp-group-wrap>.bp-group.full-width-wrap>.bp-wrap:not(.button-no-grow):not(.inline-wrapped) .button:not(.icon-only),#stacks_in_316_3>.bp-group-wrap>.bp-group.full-width-wrap>.m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.button-no-grow):not(.inline-wrapped) .button:not(.icon-only){width:100%}#stacks_in_316_3>.bp-group-wrap>.bp-group.full-width-wrap>.bp-wrap:not(.button-no-grow):not(.inline-wrapped).icon-button,#stacks_in_316_3>.bp-group-wrap>.bp-group.full-width-wrap>.m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.button-no-grow):not(.inline-wrapped).icon-button{text-align:center}} #stacks_in_316_3:not(.group-stacked)>.bp-group-wrap>.bp-group.margin-collapse .bp-wrap>.b-p{margin-bottom:0!important}#stacks_in_316_3.group-stacked>.bp-group-wrap>.bp-group.margin-stacked-collapse .bp-wrap:not(.allow-margin-wrapped)>.b-p{margin-bottom:0!important} #stacks_in_316_3 .bp-wrap.icon-button{ box-pack:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;-o-justify-content:center!important;justify-content:center!important;-ms-flex-pack:center!important}        

           #stacks_in_316_4>.button.b-p.fobbin,#stacks_in_316_4>.dd-wrap>.button.b-p.fobbin{padding:0.50rem 0.30rem 0.50rem 0.30rem!important} @media screen and (max-width:641px){#stacks_in_316_4>.button.b-p.expand-mob:not(.icon-only),#stacks_in_316_4>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_316_4 .button.b-p.expand-large:not(.icon-only),#stacks_in_316_4>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

           #stacks_in_316_5>.button.b-p.fobbin,#stacks_in_316_5>.dd-wrap>.button.b-p.fobbin{padding:0.50rem 0.30rem 0.50rem 0.30rem!important} @media screen and (max-width:641px){#stacks_in_316_5>.button.b-p.expand-mob:not(.icon-only),#stacks_in_316_5>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_316_5 .button.b-p.expand-large:not(.icon-only),#stacks_in_316_5>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

           #stacks_in_316_6>.button.b-p.fobbin,#stacks_in_316_6>.dd-wrap>.button.b-p.fobbin{padding:0.50rem 0.30rem 0.50rem 0.30rem!important} @media screen and (max-width:641px){#stacks_in_316_6>.button.b-p.expand-mob:not(.icon-only),#stacks_in_316_6>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_316_6 .button.b-p.expand-large:not(.icon-only),#stacks_in_316_6>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_316_3 .d-hov{overflow:hidden}     
  #stacks_in_316_3 .d-hov,#stacks_in_316_3 .d-hov::before,#stacks_in_316_3 .d-hov::after{-webkit-transition-duration:300ms;transition-duration:300ms}#stacks_in_316_3 .d-hov.active,#stacks_in_316_3 .d-hov.active::before,#stacks_in_316_3 .d-hov.active::after{-webkit-transition-duration:0ms;transition-duration:0ms}#stacks_in_316_3 .hover-col:not(.button.b-p):not(.bp-zone-item)::before{background:rgba(139, 22, 52, 1.00)!important}#stacks_in_316_3 .hover-col::before,#stacks_in_316_3 .hover-col::after{-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}#stacks_in_316_3 .hover-col:hover::before{background:rgba(139, 22, 52, 1.00)}#stacks_in_316_3 .hover-col.active::before{background:rgba(139, 22, 52, 1.00)}#stacks_in_316_3 .d-hov-ripple-out:hover::before{border:rgba(139, 22, 52, 1.00) solid 2px}#stacks_in_316_3 .d-hov-pop:hover,#stacks_in_316_3 .d-hov-pop:focus,#stacks_in_316_3 .d-hov-pop.active{-webkit-animation-duration:300ms;animation-duration:300ms}#stacks_in_316_3 .d-hov[class*="d-hov-underline-"]::before,#stacks_in_316_3 .d-hov[class*="d-hov-overline-"]::before{height:2px!important}#stacks_in_316_3 .d-hov[class*="d-hov-text-underline-"]>.bp-text::before,#stacks_in_316_3 .d-hov[class*="d-hov-text-underline-"] .ml-text::before{bottom:-4px;border-bottom-color:rgba(139, 22, 52, 1.00)!important;border-bottom-width:2px;-webkit-transition-duration:300ms;transition-duration:300ms}#stacks_in_316_3 .d-hov[class*="d-hov-text-underline-"].active>.bp-text::before,#stacks_in_316_3 .d-hov[class*="d-hov-text-underline-"].active .ml-text::before{-webkit-transition-duration:0ms;transition-duration:0ms;border-bottom-color:rgba(139, 22, 52, 1.00)!important}#stacks_in_316_3 .d-hov-reveal:hover::before,#stacks_in_316_3 .d-hov-reveal.active::before{border-width:2px!important} 
               
/* stake-nomin */

#zone_stacks_in_316_8.custom-pad{padding:0.00px 16.00px 0.00px 16.00px}.group-stacked #zone_stacks_in_316_8.custom-pad{padding:0.00px 16.00px 0.00px 16.00px}#zone_stacks_in_316_8.bp-wrap.bp-zone-item.no-flex{display:block;align-self:flex-start;-ms-flex-item-align:start}#zone_stacks_in_316_8.no-zone-eq,#zone_stacks_in_316_8.zone-eq-buttons{-ms-grid-row-align:center;align-self:center;-ms-flex-item-align:center}#zone_stacks_in_316_8:not(.block-zone){box-align:inherit;-moz-align-items:inherit;-ms-align-items:inherit;-o-align-items:inherit;align-items:inherit;-ms-flex-align:inherit}#zone_stacks_in_316_8.bp-wrap:not(.flex-width):not(.block-zone).zone-grow-priority{box-flex:2;-moz-flex:2 1 auto!important;-ms-flex:2 1 auto!important;flex:2 1 auto!important}#zone_stacks_in_316_8.bp-wrap:not(.flex-width):not(.block-zone).zone-grow-no-shrink{box-flex:2;-moz-flex:2 0 auto!important;-ms-flex:2 0 auto!important;flex:2 0 auto!important}#zone_stacks_in_316_8.bp-wrap.flex-width:not(.block-zone){box-flex:1 0;-moz-flex:1 0 45%;-ms-flex:1 0 45%;flex:1 0 45%}@media screen and (min-width:768px){#zone_stacks_in_316_8.bp-wrap.flex-width:not(.block-zone){box-flex:1 0;-moz-flex:1 0 45%;-ms-flex:1 0 45%;flex:1 0 45%}}@media screen and (min-width:1000px){#zone_stacks_in_316_8.bp-wrap.flex-width:not(.block-zone){box-flex:1 0;-moz-flex:1 0 45%;-ms-flex:1 0 45%;flex:1 0 45%}}.group-stacked #zone_stacks_in_316_8.bp-wrap.flex-width:not(.block-zone){box-flex:0;-moz-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%} #zone_stacks_in_316_8{  z-index:1}#zone_stacks_in_316_8.v-center-cols .row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}   
 #stacks_in_316_40.blu-svg{text-align:center}#stacks_in_316_40.blu-svg svg{width:150.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_316_40.blu-svg{text-align:center}#stacks_in_316_40.blu-svg svg{width:200.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_316_40.blu-svg{text-align:center}#stacks_in_316_40.blu-svg svg{width:280.00px}}@media screen and (min-width:1000px){#stacks_in_316_40.blu-svg{text-align:center}#stacks_in_316_40.blu-svg svg{width:280.00px}}  #stacks_in_316_40.blu-svg{float:none}#stacks_in_316_40 a,#stacks_in_316_40 svg{cursor:auto}
/* stake-nomin */

#stacks_out_316_12{width:100%}  #stacks_out_316_12,#stacks_in_316_12{overflow:visible!important} #stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group .button.b-p.use-icon{white-space:nowrap}#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group.eq-height>.bp-wrap:not(.inline-wrapped)>.button,#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group.eq-height>.bp-wrap.bp-zone-item>.bp-wrap:not(.inline-wrapped)>.button,#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group.eq-height>.bp-wrap.bp-zone-item .bp-group-wrap .b-p{display:-ms-flexbox;display:flex;box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group.follow-text-align.group-left>.bp-wrap>.b-p{padding-left:0!important}#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group.follow-text-align.group-right>.bp-wrap>.b-p{padding-right:0!important}#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar{max-width:1000px;margin-left:auto;margin-right:auto;padding-left:.94rem;padding-right:.94rem}#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar .bp-wrap:first-of-type{padding-left:0!important}
#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar .bp-wrap:last-of-type{padding-right:0!important}#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar.contained-bg::before{max-width:1000px;margin-left:auto;margin-right:auto} @media screen and (max-width:1200px){#stacks_in_316_12>.bp-group-wrap>.bp-group.button-stack-pad>.bp-wrap>.b-p:not(.icon-only),#stacks_in_316_12>.bp-group-wrap>.bp-group.button-stack-pad>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){padding-top:1.00rem!important;padding-bottom:1.06rem!important}}@media screen and (min-width:1200px){#stacks_in_316_12>.bp-group-wrap>.bp-group.button-pad>.bp-wrap>.b-p:not(.icon-only),#stacks_in_316_12>.bp-group-wrap>.bp-group.button-pad>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){padding-top:1.00rem!important;padding-bottom:1.06rem!important}}@media screen and (min-width:1200px){#stacks_in_316_12>.bp-group-wrap>.bp-group.button-side-pad>.bp-wrap>.b-p:not(.icon-only),#stacks_in_316_12>.bp-group-wrap>.bp-group.button-side-pad>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){padding-left:2.00rem!important;padding-right:2.00rem!important}}@media screen and (min-width:1200px){#stacks_in_316_12>.bp-group-wrap>.bp-group.button-marg>.bp-wrap>.b-p:not(.icon-only),#stacks_in_316_12>.bp-group-wrap>.bp-group.button-marg>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){margin-top:0px!important;margin-left:0px!important}}#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap:not(:first-of-type):not(.exclude-spacing),#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap.bp-zone-item>.bp-wrap:not(:first-of-type):not(.exclude-spacing){margin-left:8px}#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap:not(:last-of-type):not(.exclude-spacing),#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap.bp-zone-item>.bp-wrap:not(:last-child):not(.exclude-spacing){margin-right:8px} #stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap:not(.flex-width),#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.flex-width){-ms-flex:1 1 auto;flex:1 1 auto}#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap.icon-button,#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap.icon-button{-ms-flex:1 1 auto;flex:1 1 auto}#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>.button.b-p:not(.icon-only),#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.button.b-p:not(.icon-only){-ms-flex:1 1 auto;flex:1 1 auto}#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>.button.b-p.icon-only,#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.button.b-p.icon-only{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p>.bp-text,#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p.icon-only>.bp-icon,#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p>.bp-text,#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p.icon-only>.bp-icon{margin:auto}#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p.use-icon>.bp-text,#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p.use-icon>.bp-text{margin-left:0;margin-right:auto}#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p.use-icon>.bp-icon,#stacks_in_316_12>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p.use-icon>.bp-icon{margin-right:0;margin-left:auto}@media screen and (max-width:640px){#stacks_in_316_12>.bp-group-wrap>.bp-group:not(.group-fill).bar-center-mob{box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;align-content:center;-ms-flex-line-pack:center;box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}
}#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap.compress-pad>.bp-group.group-fill>.bp-wrap>.button.b-p:not(.icon-only),#stacks_in_316_12:not(.group-stacked)>.bp-group-wrap.compress-pad>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.button.b-p:not(.icon-only){padding-left:0!important;padding-right:0!important}  @media screen and (max-width:1200px){#stacks_in_316_12>.bp-group-wrap.stack-below.full-width-wrap{width:100%}#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap{width:100%}#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu),#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu)::before{max-width:90%}#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-left,#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-left::before{margin-left:0;margin-right:auto}#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-center,#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-center::before{margin-left:auto;margin-right:auto}#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-right,#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-right::before{margin-left:auto;margin-right:0}#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu>.bp-group,#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu>.bp-group::before{max-width:90%}#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-left>.bp-group,#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-left>.bp-group::before{margin-left:0;margin-right:auto}#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-center>.bp-group,#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-center>.bp-group::before{margin-left:auto;margin-right:auto}#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-right>.bp-group,#stacks_in_316_12>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-right>.bp-group::before{margin-left:auto;margin-right:0}#stacks_in_316_12>.bp-group-wrap.stack-below.drop-full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}#stacks_in_316_12>.bp-group-wrap.stack-below .bp-group.stacked-font-adj .bp-wrap>.b-p:not(.icon-only){font-size:140%!important}#stacks_in_316_12>.bp-group-wrap.stack-below .bp-group.wrap-text-left{text-align:left}#stacks_in_316_12>.bp-group-wrap.stack-below .bp-group.wrap-text-left .bp-wrap>.b-p:not(.icon-only),#stacks_in_316_12>.bp-group-wrap.stack-below .bp-group.wrap-text-left .bwd--link-item{text-align:left;box-pack:start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;padding-left:1rem}#stacks_in_316_12>.bp-group-wrap.stack-below .bp-group.wrap-text-left .bp-dropdown:not(.no-indent){padding-left:1rem}#stacks_in_316_12>.bp-group-wrap.stack-below .bp-group.wrap-text-right{text-align:right}#stacks_in_316_12>.bp-group-wrap.stack-below .bp-group.wrap-text-right .bp-wrap>.b-p:not(.icon-only),#stacks_in_316_12>.bp-group-wrap.stack-below .bp-group.wrap-text-right .bwd--link-item{text-align:right;box-pack:end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end;padding-right:1rem}#stacks_in_316_12>.bp-group-wrap.stack-below .bp-group.wrap-text-right .bp-dropdown:not(.no-indent){padding-left:1rem}#stacks_in_316_12>.bp-group-wrap.stack-below .bp-group.wrap-text-center{text-align:center}#stacks_in_316_12>.bp-group-wrap.stack-below .bp-group.wrap-text-center .bp-wrap>.b-p:not(.icon-only),#stacks_in_316_12>.bp-group-wrap.stack-below .bp-group.wrap-text-center .bp-wrap>.dd-wrap>.b-p:not(.icon-only),#stacks_in_316_12>.bp-group-wrap.stack-below .bp-group.wrap-text-center .bwd--link-item{text-align:center;box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}#stacks_in_316_12>.bp-group-wrap.stack-below .bp-group .bp-dropdown{position:relative;border:0;border-radius:0;width:100%}} @media screen and (max-width:1200px){#stacks_in_316_12>.bp-group-wrap>.bp-group.stack-below .bp-wrap.inline-wrapped{display:inline-block}}@media screen and (max-width:1200px){#stacks_in_316_12>.bp-group-wrap>.bp-group.stack-below{-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_316_12>.bp-group-wrap>.bp-group.stack-below .bp-wrap{-ms-flex:1 1 auto;flex:1 1 auto;display:block;margin-left:initial;margin-right:initial}#stacks_in_316_12>.bp-group-wrap>.bp-group.stack-below .bp-wrap>.button.b-p:not(.icon-only),#stacks_in_316_12>.bp-group-wrap>.bp-group.stack-below .bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p:not(.icon-only){-ms-flex:1 1 auto;flex:1 1 auto}
#stacks_in_316_12>.bp-group-wrap>.bp-group.stack-below .bp-wrap>.button.b-p.icon-only,#stacks_in_316_12>.bp-group-wrap>.bp-group.stack-below .bp-wrap>.button.b-p .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p.icon-only,#stacks_in_316_12>.bp-group-wrap>.bp-group.stack-below .bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p.icon-only,#stacks_in_316_12>.bp-group-wrap>.bp-group.stack-below .bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p.icon-only{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_316_12>.bp-group-wrap>.bp-group.stack-below .bp-wrap.button-no-grow>.b-p{display:inline-block;width:auto!important}}@media screen and (max-width:1200px){#stacks_in_316_12>.bp-group-wrap>.bp-group.full-width-wrap>{-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_316_12>.bp-group-wrap>.bp-group.full-width-wrap>.bp-wrap:not(.button-no-grow):not(.inline-wrapped),#stacks_in_316_12>.bp-group-wrap>.bp-group.full-width-wrap>.m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.button-no-grow):not(.inline-wrapped){display:block;width:100%;-ms-flex:none;flex:none;padding-right:0!important}#stacks_in_316_12>.bp-group-wrap>.bp-group.full-width-wrap>.bp-wrap:not(.button-no-grow):not(.inline-wrapped) .button:not(.icon-only),#stacks_in_316_12>.bp-group-wrap>.bp-group.full-width-wrap>.m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.button-no-grow):not(.inline-wrapped) .button:not(.icon-only){width:100%}#stacks_in_316_12>.bp-group-wrap>.bp-group.full-width-wrap>.bp-wrap:not(.button-no-grow):not(.inline-wrapped).icon-button,#stacks_in_316_12>.bp-group-wrap>.bp-group.full-width-wrap>.m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.button-no-grow):not(.inline-wrapped).icon-button{text-align:center}} #stacks_in_316_12:not(.group-stacked)>.bp-group-wrap>.bp-group.margin-collapse .bp-wrap>.b-p{margin-bottom:0!important}#stacks_in_316_12.group-stacked>.bp-group-wrap>.bp-group.margin-stacked-collapse .bp-wrap:not(.allow-margin-wrapped)>.b-p{margin-bottom:0!important} #stacks_in_316_12 .bp-wrap.icon-button{ box-pack:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;-o-justify-content:center!important;justify-content:center!important;-ms-flex-pack:center!important}        

           #stacks_in_316_13>.button.b-p.fobbin,#stacks_in_316_13>.dd-wrap>.button.b-p.fobbin{padding:0.50rem 0.30rem 0.50rem 0.30rem!important} @media screen and (max-width:641px){#stacks_in_316_13>.button.b-p.expand-mob:not(.icon-only),#stacks_in_316_13>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_316_13 .button.b-p.expand-large:not(.icon-only),#stacks_in_316_13>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

           #stacks_in_316_15>.button.b-p.fobbin,#stacks_in_316_15>.dd-wrap>.button.b-p.fobbin{padding:0.50rem 0.30rem 0.50rem 0.30rem!important} @media screen and (max-width:641px){#stacks_in_316_15>.button.b-p.expand-mob:not(.icon-only),#stacks_in_316_15>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_316_15 .button.b-p.expand-large:not(.icon-only),#stacks_in_316_15>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

           #stacks_in_316_14>.button.b-p.fobbin,#stacks_in_316_14>.dd-wrap>.button.b-p.fobbin{padding:0.50rem 0.30rem 0.50rem 0.30rem!important} @media screen and (max-width:641px){#stacks_in_316_14>.button.b-p.expand-mob:not(.icon-only),#stacks_in_316_14>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_316_14 .button.b-p.expand-large:not(.icon-only),#stacks_in_316_14>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
   #stacks_in_316_12 .d-hov{overflow:hidden}     
  #stacks_in_316_12 .d-hov,#stacks_in_316_12 .d-hov::before,#stacks_in_316_12 .d-hov::after{-webkit-transition-duration:300ms;transition-duration:300ms}#stacks_in_316_12 .d-hov.active,#stacks_in_316_12 .d-hov.active::before,#stacks_in_316_12 .d-hov.active::after{-webkit-transition-duration:0ms;transition-duration:0ms}#stacks_in_316_12 .hover-col:not(.button.b-p):not(.bp-zone-item)::before{background:rgba(139, 22, 52, 1.00)!important}#stacks_in_316_12 .hover-col::before,#stacks_in_316_12 .hover-col::after{-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}#stacks_in_316_12 .hover-col:hover::before{background:rgba(139, 22, 52, 1.00)}#stacks_in_316_12 .hover-col.active::before{background:rgba(139, 22, 52, 1.00)}#stacks_in_316_12 .d-hov-ripple-out:hover::before{border:rgba(139, 22, 52, 1.00) solid 2px}#stacks_in_316_12 .d-hov-pop:hover,#stacks_in_316_12 .d-hov-pop:focus,#stacks_in_316_12 .d-hov-pop.active{-webkit-animation-duration:300ms;animation-duration:300ms}#stacks_in_316_12 .d-hov[class*="d-hov-underline-"]::before,#stacks_in_316_12 .d-hov[class*="d-hov-overline-"]::before{height:2px!important}#stacks_in_316_12 .d-hov[class*="d-hov-text-underline-"]>.bp-text::before,#stacks_in_316_12 .d-hov[class*="d-hov-text-underline-"] .ml-text::before{bottom:-4px;border-bottom-color:rgba(139, 22, 52, 1.00)!important;border-bottom-width:2px;-webkit-transition-duration:300ms;transition-duration:300ms}#stacks_in_316_12 .d-hov[class*="d-hov-text-underline-"].active>.bp-text::before,#stacks_in_316_12 .d-hov[class*="d-hov-text-underline-"].active .ml-text::before{-webkit-transition-duration:0ms;transition-duration:0ms;border-bottom-color:rgba(139, 22, 52, 1.00)!important}#stacks_in_316_12 .d-hov-reveal:hover::before,#stacks_in_316_12 .d-hov-reveal.active::before{border-width:2px!important} 
               
/* stake-nomin */

   #stacks_in_316_2 .bp-group-wrap.pre-load{display:none}html.ml-open:not(.ml-ovl-stacks_in_316_65) #stacks_in_316_2.group-toggle-active{z-index:1!important}html.ml-open:not(.ml-ovl-stacks_in_316_65) #stacks_in_316_65.bp-group-toggle.toggle-fixed{z-index:1!important} #stacks_in_316_2.group-toggle-active>.bp-group-toggle.type-toggle.toggle-fixed,#stacks_in_316_2 .group-toggle-active>.bp-group-toggle.type.toggle{display:inline-block;width:auto}#stacks_in_316_2.group-toggle-active>.bp-group-toggle.type-toggle.toggle-fixed::before,#stacks_in_316_2 .group-toggle-active>.bp-group-toggle.type.toggle::before{display:none}#stacks_in_316_2.group-toggle-active>.bp-group-toggle.type-toggle.toggle-fixed.toggle-align-right,#stacks_in_316_2 .group-toggle-active>.bp-group-toggle.type.toggle.toggle-align-right{right:0;left:auto}#stacks_in_316_2.group-toggle-active>.bp-group-toggle.type-toggle.toggle-fixed.toggle-align-left,#stacks_in_316_2 .group-toggle-active>.bp-group-toggle.type.toggle.toggle-align-left{left:0;right:auto} #stacks_in_316_2.group-toggle-active>.bp-group-wrap{ box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;}#stacks_in_316_2.group-toggle-active>.bp-group-wrap>.bp-group{display:block}#stacks_in_316_2.group-toggle-active>.bp-group-wrap>.bp-group>.bp-wrap:first-of-type{margin-top:0px}#stacks_in_316_2.group-toggle-active{padding:0!important}#stacks_in_316_2.group-toggle-active #stacks_in_316_65{padding:3.00px 6.00px 3.00px 6.00px}#stacks_in_316_65{position:relative;display:none}#stacks_in_316_65 .bp-group-zone{display:none}#stacks_in_316_2.group-toggle-active.toggle-fixed{position:fixed;z-index:1001}#stacks_in_316_2.group-toggle-active>.bp-group-wrap{display:none}#stacks_in_316_2.group-toggle-active>.bp-group-toggle{z-index:1001}#stacks_in_316_2.group-toggle-active>.bp-group-toggle.toggle-fixed{position:fixed;left:0;width:100%; top:0px;}#stacks_in_316_2.group-toggle-active>.bp-group-wrap{text-align:center}#stacks_in_316_2.group-toggle-active>.bp-group-wrap,#stacks_in_316_2.group-toggle-active>.bp-group-wrap::before{position:fixed;left:0;top:0;height:100%;width:100%}#stacks_in_316_2.group-toggle-active>.bp-group-wrap>.bp-group{width:100%;max-height:100vh;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch}#stacks_in_316_2.group-toggle-active.group-stacked .bp-group-zone{display:block}#stacks_in_316_2.group-toggle-active>.bp-group-wrap.group-float.group-fill{width:100%}#stacks_in_316_2.group-toggle-active>.bp-group-wrap.group-float.group-right{right:0}#stacks_in_316_2.group-toggle-active>.bp-group-wrap.group-float.group-left{left:0}#stacks_in_316_2.group-toggle-active>.bp-group-wrap.group-float.group-center{left:50%;transform:translateX(-50%)}#stacks_in_316_2.group-toggle-active .bp-group-toggle.v-center-cols .row{display:-ms-flexbox;display:flex;box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}#stacks_in_316_2.group-toggle-active .bp-switch-wrap{position:relative}#stacks_in_316_2.group-toggle-active .bp-group-toggle{display:block}   #stacks_in_316_2.group-toggle-active.toggle-open .bp-group-toggle .bp-menu-text{opacity:0} #stacks_in_316_2.group-toggle-active>.bp-group-wrap{z-index:1000}#stacks_in_316_2.group-toggle-active>.bp-group-wrap.group-float{z-index:1000}#stacks_in_316_2.group-toggle-active.toggle-open .bp-group-toggle .toggle-vis.hide-toggle-open{opacity:0}  #stacks_in_316_2.group-toggle-active>.toggle-wrap{   background-image:linear-gradient(to bottom,rgba(254, 223, 11, 0.96),rgba(255, 255, 255, 1.00) 100%);}#stacks_in_316_2.group-toggle-active>.toggle-wrap::before{display:none} #stacks_in_316_65.bg-when-closed::before{opacity:1;transition:opacity 350ms ease}#stacks_in_316_2.group-toggle-active.toggle-open #stacks_in_316_65.bg-when-closed::before{opacity:0}   #stacks_in_316_2.group-toggle-active>.bp-group-wrap{display:-ms-flexbox!important;display:flex!important;visibility:hidden;transform:translate3d(100%, 0, 0);transition:transform 350ms ease,visibility 0s 450ms}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap{visibility:visible;transition:transform 350ms ease,visibility 0s 0s;transform:translate3d(0,0,0)} #stacks_in_316_2.group-toggle-active>.bp-group-wrap{width:100%!important;max-width:9999px;min-width:300px}@media screen and (min-width:567px){#stacks_in_316_2.group-toggle-active>.bp-group-wrap{width:30%!important}}#stacks_in_316_2.group-toggle-active .bp-group-toggle.max-align-right ~ nav.bp-group-wrap{transform:translate3d(100vw,0,0)}#stacks_in_316_2.group-toggle-active.toggle-open .bp-group-toggle.max-align-right ~ nav.bp-group-wrap{transform:translate3d(calc(100vw - 100%),0,0)}#stacks_in_316_2.group-toggle-active .bp-group-toggle.max-align-center ~ nav.bp-group-wrap{  transform:translate3d(100vw,0,0); }
#stacks_in_316_2.group-toggle-active.toggle-open .bp-group-toggle.max-align-center ~ nav.bp-group-wrap{transform:translate3d(calc(50vw - 50%),0,0)}  #stacks_in_316_2 .bp-switch-wrap .duck-burger{transition-duration:350ms}#stacks_in_316_2 .bp-switch-wrap .symbol,#stacks_in_316_2 .bp-switch-wrap .bp-toggle{transition-duration:350ms}  #stacks_in_316_2.group-toggle-active>.bp-group-wrap>.bp-group{opacity:0}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group{opacity:1}#stacks_in_316_2.group-toggle-active:not(.toggle-open)>.bp-group-wrap>.bp-group .bp-wrap:not(.bp-zone-item){transition-property:transform,opacity;transition-timing-function:ease;opacity:0;transition-delay:0ms;transition-duration:350ms}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap:not(.bp-zone-item){opacity:1;transition-delay:calc(350ms * .6);transition-duration:calc(350ms * 2)}   #stacks_in_316_2.group-toggle-active>.bp-group-wrap>.bp-group{opacity:0;transition:opacity 350ms}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group{opacity:1;transition:opacity calc(350ms * .2) calc(350ms * .2) ease}#stacks_in_316_2.group-toggle-active:not(.toggle-open)>.bp-group-wrap>.bp-group .bp-wrap:not(.bp-zone-item){transition-property:transform,opacity;transition-timing-function:cubic-bezier(0.23,1,0.32,1);transform:translate(5%, 0);opacity:0;transition-delay:0ms;transition-duration:350ms}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap:not(.bp-zone-item){transform:translate(0rem,0rem);opacity:1;transition-delay:calc(350ms * .6);transition-duration:calc(350ms * 2)}  #stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="1"]{transition-delay:calc(350ms + (0 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="2"]{transition-delay:calc(350ms + (1 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="3"]{transition-delay:calc(350ms + (2 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="4"]{transition-delay:calc(350ms + (3 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="5"]{transition-delay:calc(350ms + (4 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="6"]{transition-delay:calc(350ms + (5 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="7"]{transition-delay:calc(350ms + (6 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="8"]{transition-delay:calc(350ms + (7 * 70ms))}
#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="9"]{transition-delay:calc(350ms + (8 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="10"]{transition-delay:calc(350ms + (9 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="11"]{transition-delay:calc(350ms + (10 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="12"]{transition-delay:calc(350ms + (11 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="13"]{transition-delay:calc(350ms + (12 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="14"]{transition-delay:calc(350ms + (13 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="15"]{transition-delay:calc(350ms + (14 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="16"]{transition-delay:calc(350ms + (15 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="17"]{transition-delay:calc(350ms + (16 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="18"]{transition-delay:calc(350ms + (17 * 70ms))}#stacks_in_316_2.group-toggle-active.toggle-open>.bp-group-wrap>.bp-group .bp-wrap[data-item="19"]{transition-delay:calc(350ms + (18 * 70ms))}  
#stacks_in_316_69>.grum-full-width .row{min-width:100%}@media only screen and (min-width: 0em ){#stacks_in_316_69>.vertigrum.grum-v-center .row{-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}#stacks_in_316_69>.vertigrum.grum-v-center .row>.columns{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media only screen and (min-width: 0em ){ } 

#stacks_in_316_70 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_316_70 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_316_70 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
 #stacks_in_316_71.blu-svg{text-align:left}#stacks_in_316_71.blu-svg svg{width:150.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_316_71.blu-svg{text-align:left}#stacks_in_316_71.blu-svg svg{width:150.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_316_71.blu-svg{text-align:left}#stacks_in_316_71.blu-svg svg{width:250.00px}}@media screen and (min-width:1000px){#stacks_in_316_71.blu-svg{text-align:left}#stacks_in_316_71.blu-svg svg{width:250.00px}}  #stacks_in_316_71.blu-svg{float:none}#stacks_in_316_71 a,#stacks_in_316_71 svg{cursor:auto}
#stacks_out_316_74{text-align:right}#stacks_in_316_74{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0); display:block;}#stacks_in_316_74 .toggle-target{cursor:pointer!important}@keyframes openLabel{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(0.3)}100%{opacity:1;transform:scale(1)}}@keyframes closeLabel{0%{transform:scale(1);opacity:1}50%{transform:scale(0.3);opacity:.8}100%{opacity:1}}  #stacks_in_316_74 .bp-switch-wrap:not(.is-fresh) .bp-menu-text{animation:closeLabel 80ms ease}#stacks_in_316_74 .bp-switch-wrap .bp-menu-text{display:inline-block;vertical-align:middle;color:rgba(65, 65, 65, 1.00);font-size:16px}@media screen and (min-width:640px){#stacks_in_316_74 .bp-switch-wrap .bp-menu-text{font-size:18px}}#stacks_in_316_74 .bp-switch-wrap .bp-menu-text::before{content:""}#stacks_in_316_74 .bp-switch-wrap .duck-burger{display:inline-block;position:relative;background-color:rgba(255, 255, 255, 0.00);border-radius:50%;transition-property:background-color;transition-timing-function:ease}#stacks_in_316_74 .bp-switch-wrap .duck-burger.toggle-open{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_316_74 .bp-switch-wrap.toggle-open .bp-menu-text{animation:openLabel 80ms ease;color:rgba(65, 65, 65, 1.00)}#stacks_in_316_74 .bp-switch-wrap.toggle-open .bp-menu-text::before{content:""}  #stacks_in_316_74 .bp-switch-wrap .duck-burger.toggle-bars{padding-left:0;display:inline-block;width: 54px ;height:54px;vertical-align:middle}#stacks_in_316_74 .bp-switch-wrap .duck-burger.toggle-bars .burg{left:25%;top:48%;display:block;width:50%}#stacks_in_316_74 .bp-switch-wrap .duck-burger.toggle-bars .burg,#stacks_in_316_74 .bp-switch-wrap .duck-burger.toggle-bars .burg::before,#stacks_in_316_74 .bp-switch-wrap .duck-burger.toggle-bars .burg::after{position:absolute;height:3px;background:rgba(139, 22, 52, 1.00); border-radius:3px;}#stacks_in_316_74 .bp-switch-wrap .duck-burger.toggle-bars .burg::before,#stacks_in_316_74 .bp-switch-wrap .duck-burger.toggle-bars .burg::after{left:0;content:"";width:100%}#stacks_in_316_74 .bp-switch-wrap .duck-burger.toggle-bars .burg:before{top:-10.80px}#stacks_in_316_74 .bp-switch-wrap .duck-burger.toggle-bars .burg:after{top:10.80px}#stacks_in_316_74 .bp-switch-wrap.toggle-open .duck-burger.toggle-bars .burg,#stacks_in_316_74 .bp-switch-wrap.toggle-open .duck-burger.toggle-bars .burg::before,#stacks_in_316_74 .bp-switch-wrap.toggle-open .duck-burger.toggle-bars .burg::after{background:rgba(139, 22, 52, 1.00)}   #stacks_in_316_74 .bp-switch-wrap .duck-burger .burg{transition-duration:.1s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}
#stacks_in_316_74 .bp-switch-wrap .duck-burger .burg::before{transition:top .1s .14s ease,opacity .1s ease}#stacks_in_316_74 .bp-switch-wrap .duck-burger .burg::after{transition:top .1s .14s ease,transform .1s cubic-bezier(0.55,0.055,0.675,0.19)}#stacks_in_316_74 .bp-switch-wrap .duck-burger.toggle-open .burg{transform:rotate(45deg);transition-delay:.14s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}#stacks_in_316_74 .bp-switch-wrap .duck-burger.toggle-open .burg::before{top:0;opacity:0;transition:top .1s ease,opacity .1s .14s ease}#stacks_in_316_74 .bp-switch-wrap .duck-burger.toggle-open .burg::after{top:0;transform:rotate(-90deg);transition:top .1s ease,transform .1s .14s cubic-bezier(0.215,0.61,0.355,1)}   
#stacks_in_316_1 > .chroma-scroll-pro[data-style="scrolled"] > .su-content{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px}#stacks_in_316_1 > .chroma-scroll-pro[data-style="scrolled"] > .su-content::after{background:rgba(111, 159, 201, 1.00)}#stacks_in_316_1 > .chroma-scroll-pro[data-style="scrolled"] > .su-content .top-bar ul.dropdown{background:rgba(111, 159, 201, 1.00) !important}#stacks_in_316_1 > .chroma-scroll-pro[data-style="scrolled"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_316_1 > .chroma-scroll-pro[data-style="scrolled"].tb-mob .top-bar ul.dropdown{background:none !important}#stacks_in_316_1 > .chroma-scroll-pro[data-style="scrolled"] > .su-content .imageStyle{display:none !important;-webkit-transition:display 800ms ease !important;transition:display 800ms ease !important}
#stacks_in_9 > .row{padding-top:4.00rem;padding-bottom:4.00rem}#stacks_in_9 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_9 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_9 > .row.padding-detailed.padding-medium-up,#stacks_in_9 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_9 > .row.padding-detailed.padding-y-medium-up,#stacks_in_9 > .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_9 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_9 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_430 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_430 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:100}#stacks_in_430{z-index:100}#stacks_in_430 > .s-pro > .sections-layer{display:none}#stacks_in_430,#stacks_out_430{overflow:visible !important}#stacks_in_430 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_430 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_741 > .row{padding-top:0.50rem;padding-bottom:0.50rem}#stacks_in_741 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_741 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_741 > .row.padding-detailed.padding-medium-up,#stacks_in_741 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_741 > .row.padding-detailed.padding-y-medium-up,#stacks_in_741 > .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_741 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_741 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_741 {
	background-color: rgba(139, 22, 52, 1.00);
	padding: 0px 20px 0px 20px;
}
#stacks_in_743 h1,#stacks_in_743 .hTxt:not(.segment) div{font-size:0.85rem}@media all and (max-width:640px){#stacks_in_743 h1,#stacks_in_743 .hTxt:not(.segment) div{font-size:0.85rem}}#stacks_in_743 h1,#stacks_in_743 div{color:rgba(206, 195, 167, 1.00)}#stacks_in_743 h1 a,#stacks_in_743 div a{color:rgba(206, 195, 167, 1.00)}#stacks_in_743 h1 a:hover,#stacks_in_743 div a:hover{color:rgba(154, 146, 125, 1.00)}#stacks_in_743 small,#stacks_in_743 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_743 h1.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}

#stacks_in_4 .fg-content.fg-full-height{height:100%}#stacks_in_4 .slides-container{margin:0}#stacks_in_4 .slides-container > li{margin:0}#stacks_in_4 .slides-container > li::before,#stacks_in_4 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 1500ms ease}#stacks_in_4 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_4 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_4 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_4 .impact-wrapper{z-index:0}#stacks_in_4 .impact-wrapper.fill-container{min-width:100%}#stacks_in_4 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_4 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_4 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_4 .impact-wrapper.flexible-height{height:100vh;min-height:200px;width:100%;min-width:100%}#stacks_in_4 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_4 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_4 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_4 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 1500ms ease,visibility 0 0.2s}#stacks_in_4 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_4 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_4 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_4 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_4 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_4 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_4 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_4 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_4 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_4 .impact-wrapper > .pre-loader.bg-overlay::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:0}#stacks_in_4 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_4 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_4 .impact-container{z-index:5}#stacks_in_4 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.70);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_4 .scrollDown{transform:scale(0.70)}}#stacks_in_4 .scrollDown.button-bottom{bottom:30px}#stacks_in_4 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_4 .scrollDown.hide-on-mob{display:none}}#stacks_in_4 .impact-arrow-wrap{background:rgba(0, 0, 0, 0.85);border-radius:50%;border:2px solid rgba(255, 255, 255, 0.96);box-shadow:0px 0px 0px 0px rgba(51, 51, 51, 0.60);transition:all 90ms ease}#stacks_in_4 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_4 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_4 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_4 .impact-arrow{border-top-color:rgba(255, 255, 255, 0.85);border-right-color:rgba(255, 255, 255, 0.85);border-width:2px}#stacks_in_4 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_4 .impact-hint{position:absolute;top:0.6em;width:100%;left:0;font-size:2em;font-style:italic;text-align:center;color:rgba(255, 255, 255, 0.85);opacity:0}#stacks_in_4 .slides-pagination > a{transition:all 6000ms ease}#stacks_in_4 .slides-pagination > a.current{transition:all 6000ms ease}

#stacks_in_4 {
	background-color: rgba(242, 242, 242, 1.00);
}
#stacks_in_8 .impact-slide{background-image:url("%cmsImage(slide1)%")}.slide-stacks_in_8 .impact-container.v-bottom{bottom:40px}.slide-stacks_in_8 .impact-container.h-right{right:40px}.slide-stacks_in_8 .impact-container.h-left{left:40px}.slide-stacks_in_8 .impact-container.v-top{top:40px}
#stacks_in_12{overflow:visible !important}#stacks_in_12 > .impact-animate{animation-duration:800ms;animation-delay:0ms}
#stacks_in_738 h2,#stacks_in_738 .hTxt:not(.segment) div{font-size:1.80rem}@media all and (max-width:640px){#stacks_in_738 h2,#stacks_in_738 .hTxt:not(.segment) div{font-size:1.00rem}}#stacks_in_738 .h-pro{padding:5px}#stacks_in_738 .h-pro{border-radius: 0px }#stacks_in_738 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_738 .h-pro{display:inline-block;background:rgba(139, 22, 52, 1.00)}

#stacks_in_23 .impact-slide{background-image:url("%cmsImage(slide2)%")}.slide-stacks_in_23 .impact-container.v-bottom{bottom:40px}.slide-stacks_in_23 .impact-container.h-right{right:40px}.slide-stacks_in_23 .impact-container.h-left{left:40px}.slide-stacks_in_23 .impact-container.v-top{top:40px}
#stacks_in_24{overflow:visible !important}#stacks_in_24 > .impact-animate{animation-duration:800ms;animation-delay:0ms}
#stacks_in_185 h2,#stacks_in_185 .hTxt:not(.segment) div{font-size:1.80rem}@media all and (max-width:640px){#stacks_in_185 h2,#stacks_in_185 .hTxt:not(.segment) div{font-size:1.00rem}}#stacks_in_185 .h-pro{padding:5px}#stacks_in_185 .h-pro{border-radius: 0px }#stacks_in_185 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_185 .h-pro{display:inline-block;background:rgba(139, 22, 52, 1.00)}

#stacks_in_201 .impact-slide{background-image:url("%cmsImage(slide3)%")}.slide-stacks_in_201 .impact-container.v-bottom{bottom:40px}.slide-stacks_in_201 .impact-container.h-right{right:40px}.slide-stacks_in_201 .impact-container.h-left{left:40px}.slide-stacks_in_201 .impact-container.v-top{top:40px}
#stacks_in_202{overflow:visible !important}#stacks_in_202 > .impact-animate{animation-duration:800ms;animation-delay:0ms}
#stacks_in_203 h2,#stacks_in_203 .hTxt:not(.segment) div{font-size:1.80rem}@media all and (max-width:640px){#stacks_in_203 h2,#stacks_in_203 .hTxt:not(.segment) div{font-size:1.00rem}}#stacks_in_203 .h-pro{padding:5px}#stacks_in_203 .h-pro{border-radius: 0px }#stacks_in_203 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_203 .h-pro{display:inline-block;background:rgba(139, 22, 52, 1.00)}

#stacks_in_541 .impact-slide{background-image:url("%cmsImage(slide4)%")}.slide-stacks_in_541 .impact-container.v-bottom{bottom:40px}.slide-stacks_in_541 .impact-container.h-right{right:40px}.slide-stacks_in_541 .impact-container.h-left{left:40px}.slide-stacks_in_541 .impact-container.v-top{top:40px}
#stacks_in_542{overflow:visible !important}#stacks_in_542 > .impact-animate{animation-duration:800ms;animation-delay:0ms}
#stacks_in_543 h2,#stacks_in_543 .hTxt:not(.segment) div{font-size:1.80rem}@media all and (max-width:640px){#stacks_in_543 h2,#stacks_in_543 .hTxt:not(.segment) div{font-size:1.00rem}}#stacks_in_543 .h-pro{padding:5px}#stacks_in_543 .h-pro{border-radius: 0px }#stacks_in_543 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_543 .h-pro{display:inline-block;background:rgba(139, 22, 52, 1.00)}

#stacks_in_540_1 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_540_1 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_540_1 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_540_1 > .row.padding-detailed.padding-medium-up,#stacks_in_540_1 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_540_1 > .row.padding-detailed.padding-y-medium-up,#stacks_in_540_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_540_1 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_540_1 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_540_2{overflow:hidden}#stacks_in_540_2 hr{opacity:1.00;border-top-style:solid;border-top-width:8px;margin:0.00rem 0;}#stacks_in_540_2 hr.custom{border-color:rgba(206, 195, 167, 1.00)}
#stacks_in_61 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_61 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_61 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_61 > .row.padding-detailed.padding-medium-up,#stacks_in_61 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_61 > .row.padding-detailed.padding-y-medium-up,#stacks_in_61 > .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_61 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_61 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_44 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_44 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_44{z-index:99}#stacks_in_44 > .s-pro > .sections-layer{display:none}#stacks_in_44 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_44 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_48 > .row{padding-top:6.00rem;padding-bottom:6.00rem}#stacks_in_48 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_48 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_48 > .row.padding-detailed.padding-medium-up,#stacks_in_48 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_48 > .row.padding-detailed.padding-y-medium-up,#stacks_in_48 > .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_48 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_48 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_48 > .row.max-custom{margin:0 auto;max-width:1000px !important}#stacks_in_48 > .row.max-custom.max-left{margin-left:0}#stacks_in_48 > .row.max-custom.max-right{margin-right:0}
 @media(hover:hover){#stacks_in_50.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_50.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_50.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_50.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_50.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_50.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_50.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_50.blu-sidebar.full-height{height:100vh}#stacks_in_50.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_50.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_50.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_50.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_50.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_50.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_50.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_50.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_50.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}#stacks_in_50.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}@media screen and (max-height:0px){#stacks_in_50.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_50.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_50.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_50.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_50.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_50.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_50.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_50.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_50.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_50.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_50.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_50.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_50.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_50.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_50.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_50.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(30% - 0px);flex-basis:calc(30% - 0px);max-width:9999px;min-width:100px}
#stacks_in_50.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_50.blu-sidebar>.blu-content{padding: 20px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_50.blu-sidebar>.blu-content::before,#stacks_in_50.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_50.blu-sidebar>.blu-side{padding: 20px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_50.blu-sidebar>.blu-side::before,#stacks_in_50.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
.blockOverlay.cartloom-modal{z-index:9000!important}#stacks_in_766 .expose_launcher{}.expose_expose{cursor:pointer}#expose_expose{display:none;z-index:9999;padding:0px;margin:0;overflow:visible;background-color:transparent;width:80%;max-width:400px;position:fixed;top:50%;left:50%;opacity:0;transition:all 0.5s ease;transform:translateY(-50%) translateX(-50%);height:auto;min-height:50px;box-shadow: 2px 2px 20px #1F1F1F;border-radius:0px;border-style:solid;border-width:0px;border-color:#000000;}#expose_expose img.youtube_poster{display:none}#expose_expose > a.close{z-index:1000000;background-image:url('../rw_common/plugins/stacks/expose-images/close.png');background-color:transparent !important;position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}

#stacks_in_766 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_772 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_769 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_63 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_63 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_63 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_63 > .row.padding-detailed.padding-medium-up,#stacks_in_63 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_63 > .row.padding-detailed.padding-y-medium-up,#stacks_in_63 > .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_63 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_63 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_54 h3.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}




#stacks_in_160 {
	padding: 0px 0px 20px 0px;
}
@media only screen and (min-width:0px){#stacks_in_58{}}

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

#stacks_in_335 div,#stacks_in_335 .hTxt:not(.segment) div{font-size:2.50rem}@media all and (max-width:640px){#stacks_in_335 div,#stacks_in_335 .hTxt:not(.segment) div{font-size:2.00rem}}#stacks_in_335 div,#stacks_in_335 div{color:rgba(0, 62, 134, 1.00)}#stacks_in_335 div a,#stacks_in_335 div a{color:rgba(0, 62, 134, 1.00)}#stacks_in_335 div a:hover,#stacks_in_335 div a:hover{color:rgba(0, 46, 100, 1.00)}#stacks_in_335 small,#stacks_in_335 small div{color:rgba(111, 111, 111, 1.00)}

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

#stacks_in_628 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_628 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_628{z-index:99}#stacks_in_628 > .s-pro > .sections-layer{display:none}#stacks_in_628 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_628 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_629 > .row{padding-top:6.00rem;padding-bottom:6.00rem}#stacks_in_629 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_629 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_629 > .row.padding-detailed.padding-medium-up,#stacks_in_629 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_629 > .row.padding-detailed.padding-y-medium-up,#stacks_in_629 > .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_629 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_629 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_629 > .row.max-custom{margin:0 auto;max-width:1000px !important}#stacks_in_629 > .row.max-custom.max-left{margin-left:0}#stacks_in_629 > .row.max-custom.max-right{margin-right:0}


#stacks_in_685_1{overflow:hidden}#stacks_in_685_1 hr{opacity:1.00;border-top-style:solid;border-top-width:4px;margin:1.00rem 0;}#stacks_in_685_1 hr.custom{border-color:rgba(206, 195, 167, 1.00)}

#stacks_out_685_1 {
	width: 35px;
}
#stacks_in_630 > .row{padding-top:1.00rem;padding-bottom:0.00rem}#stacks_in_630 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_630 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_630 > .row.padding-detailed.padding-medium-up,#stacks_in_630 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_630 > .row.padding-detailed.padding-y-medium-up,#stacks_in_630 > .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_630 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_630 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.blog_stacks_in_669 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -1.25rem;
  width: calc(100% + 2.5rem); }
  .blog_stacks_in_669 .post {
    flex: 1 1 250px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 1.25rem; }
  .blog_stacks_in_669 .full-layout {
    display: none; }

@media only screen and (min-width: 40.063em) {
  .blog_stacks_in_669.flex-grid-full .post:nth-child(6n+1) {
    flex: 1 1 100%;
    flex-direction: row; }
    .blog_stacks_in_669.flex-grid-full .post:nth-child(6n+1) .full-layout {
      display: block;
      width: 100%; }
    .blog_stacks_in_669.flex-grid-full .post:nth-child(6n+1) .default-layout {
      display: none; }
  .blog_stacks_in_669.flex-grid-full:after {
    content: "";
    flex: 1 1 250px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 1.25rem; } }

@supports (display: grid) {
  .blog_stacks_in_669.grid {
    display: grid;
    grid-template-columns:  1fr;
    grid-gap: 2.5rem;
    margin: 0;
    width: 100%; }
    @media screen and (min-width: 25em) {
      .blog_stacks_in_669.grid {
        grid-template-columns:  1fr 1fr; } }
    @media screen and (min-width: 40.0625em) {
      .blog_stacks_in_669.grid {
        grid-template-columns:  1fr 1fr 1fr; } }
    @media screen and (min-width: 62.5em) {
      .blog_stacks_in_669.grid {
        grid-template-columns:  1fr 1fr 1fr; } }
    .blog_stacks_in_669.grid .post {
      flex: unset;
      display: block;
      margin: 0; }
    .blog_stacks_in_669.grid:after {
      display: none; } }

.blog_stacks_in_669 .post {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: white;
  background-position: center center;
  background-size: cover;
  border-width: 0px;
  border-radius: 0px;
  padding: 0rem 0rem 0rem 0rem; }
  .blog_stacks_in_669 .post.alternate:nth-child(even) {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0); }

.blog_stacks_in_669 .post-image.thumbs li {
  width: calc(100%/2); }

.blog_stacks_in_669 .hover-press {
  box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
  transition: all 0.5s ease; }
  .blog_stacks_in_669 .hover-press:hover {
    box-shadow: 0 0 1px rgba(39, 44, 49, 0.1), 0 3px 16px rgba(39, 44, 49, 0.07);
    transition: all 0.3s ease;
    transform: translate3D(0, 0px, 0); }

.blog_stacks_in_669 .hover-raise {
  box-shadow: 0 0 1px rgba(39, 44, 49, 0.1), 0 3px 16px rgba(39, 44, 49, 0.07);
  transition: all 0.5s ease; }
  .blog_stacks_in_669 .hover-raise:hover {
    transition: all 0.3s ease;
    transform: translate3D(0, 0px, 0);
    box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px; }
.stacks_in_670 .post-image{border-radius:0px;}.stacks_in_670 .post-image li{padding:calc(0rem/16) calc(0rem/16) calc(20rem/16) calc(0rem/16);}.stacks_in_670 .post-image .post-bg-image{height:220px}.stacks_in_670 .post-image img,.stacks_in_670 .post-image .post-bg-image{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;}.stacks_in_670 .post-image img{}.post .stacks_in_670 .post-image.scale-down li{transform:scale(1.05) rotateZ(0.00deg) translateZ(0)}.post:hover .stacks_in_670 .post-image.scale-down li{transform:scale(1) rotateZ(0deg)}.post:hover .stacks_in_670 .post-image.scale-up li{transform:scale(1.05) rotateZ(0.00deg) translateZ(0)}.post:hover .stacks_in_670 .post-image.shadow-in:after{box-shadow:inset 0 0 200px rgba(0, 0, 0, 1.00)}.post:hover .stacks_in_670 .post-image.blur li{filter:blur(10px)}
.layout1_stacks_in_677,.layout2_stacks_in_677{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;padding:calc(16rem/16);}.layout1_stacks_in_677.bgcolor,.layout2_stacks_in_677.bgcolor{background-color:rgba(204, 204, 204, 1.00)}.layout1_stacks_in_677.bgimage,.layout2_stacks_in_677.bgimage{background-image:url();background-size:cover;background-repeat:no-repeat;background-position:50% 50%;}.layout1_stacks_in_677.height-fixed > .post_column1{height:300px;overflow-y:auto}@media only screen and (min-width:40.063em){.layout1_stacks_in_677.height-auto-fixed > .post_column1{height:300px;overflow-y:auto}}.layout1_stacks_in_677.float-left,.layout1_stacks_in_677.float-right{width:100%;float:none}@media only screen and (min-width:40.063em){.layout1_stacks_in_677.float-left,.layout1_stacks_in_677.float-right{width:50.00%}}@media only screen and (min-width:62.563em){.layout1_stacks_in_677.float-left,.layout1_stacks_in_677.float-right{width:50.00%}}@media only screen and (min-width:40.063em){.layout1_stacks_in_677.float-left{float:left}}@media only screen and (min-width:40.063em){.layout1_stacks_in_677.float-right{float:right}}.layout1_stacks_in_677.overlap-top{margin-top:-100px}.layout1_stacks_in_677.overlap-bottom{margin-bottom:-100px}
.total-blog-list .button.stacks_in_675{background-color:rgba(0, 140, 186, 0.00);color:rgba(139, 22, 52, 1.00) !important}.total-blog-list .button.stacks_in_675:hover{background-color:rgba(83, 174, 104, 0.00)}.total-blog-list .button.stacks_in_675.ghost{background-color:transparent;border-width:1px;border-color:rgba(0, 140, 186, 0.00);color:rgba(0, 140, 186, 0.00) !important}.total-blog-list .button.stacks_in_675.ghost:hover{color:rgba(139, 22, 52, 1.00) !important;border-color:rgba(83, 174, 104, 0.00);background-color:rgba(83, 174, 104, 0.00)}
.style-pro-stacks_in_628::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_628:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(139, 22, 52, 1.00)}

#stacks_in_81 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_81 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_81{z-index:1}#stacks_in_81 > .s-pro > .sections-layer{display:none}#stacks_in_81 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_81 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_82 > .row{padding-top:6.00rem;padding-bottom:6.00rem}#stacks_in_82 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_82 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_82 > .row.padding-detailed.padding-medium-up,#stacks_in_82 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_82 > .row.padding-detailed.padding-y-medium-up,#stacks_in_82 > .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_82 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_82 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_82 > .row.max-custom{margin:0 auto;max-width:800px !important}#stacks_in_82 > .row.max-custom.max-left{margin-left:0}#stacks_in_82 > .row.max-custom.max-right{margin-right:0}



#stacks_in_101 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_87 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_87 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_87 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_87 > .row.padding-detailed.padding-medium-up,#stacks_in_87 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_87 > .row.padding-detailed.padding-y-medium-up,#stacks_in_87 > .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_87 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_87 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}



#stacks_in_91,#stacks_in_91 div,#stacks_in_91 p,#stacks_in_91 ol,#stacks_in_91 ul li,#stacks_in_91 ol li,#stacks_in_91 ol,#stacks_in_91 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_91,#stacks_in_91 div,#stacks_in_91 p,#stacks_in_91 ol,#stacks_in_91 ul li,#stacks_in_91 ol li,#stacks_in_91 ol,#stacks_in_91 dl{font-size:2.00rem}}@media only screen and (min-width:0px){#stacks_in_91{}}


#stacks_in_91 {
	padding: 0px 0px 20px 0px;
}

  #stacks_in_428{text-align:center}          @media screen and (max-width:641px){#stacks_in_428>.button.b-p.expand-mob:not(.icon-only),#stacks_in_428>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_428 .button.b-p.expand-large:not(.icon-only),#stacks_in_428>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
.style-pro-stacks_in_81::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_81:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_81:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://backparadies-sprengel.de/cms-data/image/angebot_image.jpg)}

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

#stacks_in_214 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_214 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_214{z-index:99}#stacks_in_214 > .s-pro > .sections-layer{display:none}#stacks_in_214 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_214 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_215 > .row{padding-top:6.00rem;padding-bottom:0.00rem}#stacks_in_215 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_215 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_215 > .row.padding-detailed.padding-medium-up,#stacks_in_215 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_215 > .row.padding-detailed.padding-y-medium-up,#stacks_in_215 > .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_215 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_215 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_215 > .row.max-custom{margin:0 auto;max-width:1000px !important}#stacks_in_215 > .row.max-custom.max-left{margin-left:0}#stacks_in_215 > .row.max-custom.max-right{margin-right:0}
#stacks_in_220 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_220 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_220 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_220 > .row.padding-detailed.padding-medium-up,#stacks_in_220 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_220 > .row.padding-detailed.padding-y-medium-up,#stacks_in_220 > .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_220 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_220 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_241 blockquote,#stacks_in_241 blockquote p{color:rgba(139, 22, 52, 1.00);border-color:rgba(139, 22, 52, 1.00);font-size:2.00rem}#stacks_in_241 blockquote cite,#stacks_in_241 blockquote cite a,#stacks_in_241 blockquote p cite,#stacks_in_241 blockquote p cite a{font-size:1.62rem;color:rgba(85, 85, 85, 1.00)}
@media only screen and (min-width:0px){#stacks_in_227{}}


#stacks_in_342 > .row{padding-top:6.00rem;padding-bottom:0.00rem}#stacks_in_342 > .row > .columns{margin-top:0.00rem;margin-bottom:6.00rem}#stacks_in_342 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
 #stacks_in_343.blu-svg{text-align:center}#stacks_in_343.blu-svg svg{width:70.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_343.blu-svg{text-align:center}#stacks_in_343.blu-svg svg{width:70.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_343.blu-svg{text-align:center}#stacks_in_343.blu-svg svg{width:70.00px}}@media screen and (min-width:1000px){#stacks_in_343.blu-svg{text-align:center}#stacks_in_343.blu-svg svg{width:70.00px}}  #stacks_in_343.blu-svg svg rectange,#stacks_in_343.blu-svg svg circle,#stacks_in_343.blu-svg svg ellipse,#stacks_in_343.blu-svg svg polygon,#stacks_in_343.blu-svg svg polyline,#stacks_in_343.blu-svg svg path{fill:rgba(139, 22, 52, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_343.blu-svg svg:hover rectange,#stacks_in_343.blu-svg svg:hover circle,#stacks_in_343.blu-svg svg:hover ellipse,#stacks_in_343.blu-svg svg:hover polygon,#stacks_in_343.blu-svg svg:hover polyline,#stacks_in_343.blu-svg svg:hover path{fill:rgba(51, 51, 51, 0.40)!important} #stacks_in_343.blu-svg{float:none}#stacks_in_343 a,#stacks_in_343 svg{cursor:auto}



#stacks_in_345 {
	padding: 0px 0px 10px 0px;
}
@media only screen and (min-width:0px){#stacks_in_348{}}

 #stacks_in_352.blu-svg{text-align:center}#stacks_in_352.blu-svg svg{width:70.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_352.blu-svg{text-align:center}#stacks_in_352.blu-svg svg{width:70.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_352.blu-svg{text-align:center}#stacks_in_352.blu-svg svg{width:70.00px}}@media screen and (min-width:1000px){#stacks_in_352.blu-svg{text-align:center}#stacks_in_352.blu-svg svg{width:70.00px}}  #stacks_in_352.blu-svg svg rectange,#stacks_in_352.blu-svg svg circle,#stacks_in_352.blu-svg svg ellipse,#stacks_in_352.blu-svg svg polygon,#stacks_in_352.blu-svg svg polyline,#stacks_in_352.blu-svg svg path{fill:rgba(139, 22, 52, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_352.blu-svg svg:hover rectange,#stacks_in_352.blu-svg svg:hover circle,#stacks_in_352.blu-svg svg:hover ellipse,#stacks_in_352.blu-svg svg:hover polygon,#stacks_in_352.blu-svg svg:hover polyline,#stacks_in_352.blu-svg svg:hover path{fill:rgba(51, 51, 51, 0.40)!important} #stacks_in_352.blu-svg{float:none}#stacks_in_352 a,#stacks_in_352 svg{cursor:auto}



#stacks_in_354 {
	padding: 0px 0px 10px 0px;
}
@media only screen and (min-width:0px){#stacks_in_357{}}

 #stacks_in_361.blu-svg{text-align:center}#stacks_in_361.blu-svg svg{width:70.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_361.blu-svg{text-align:center}#stacks_in_361.blu-svg svg{width:70.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_361.blu-svg{text-align:center}#stacks_in_361.blu-svg svg{width:70.00px}}@media screen and (min-width:1000px){#stacks_in_361.blu-svg{text-align:center}#stacks_in_361.blu-svg svg{width:70.00px}}  #stacks_in_361.blu-svg svg rectange,#stacks_in_361.blu-svg svg circle,#stacks_in_361.blu-svg svg ellipse,#stacks_in_361.blu-svg svg polygon,#stacks_in_361.blu-svg svg polyline,#stacks_in_361.blu-svg svg path{fill:rgba(139, 22, 52, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_361.blu-svg svg:hover rectange,#stacks_in_361.blu-svg svg:hover circle,#stacks_in_361.blu-svg svg:hover ellipse,#stacks_in_361.blu-svg svg:hover polygon,#stacks_in_361.blu-svg svg:hover polyline,#stacks_in_361.blu-svg svg:hover path{fill:rgba(51, 51, 51, 0.40)!important} #stacks_in_361.blu-svg{float:none}#stacks_in_361 a,#stacks_in_361 svg{cursor:auto}



#stacks_in_363 {
	padding: 0px 0px 10px 0px;
}
@media only screen and (min-width:0px){#stacks_in_366{}}

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

#stacks_in_386 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_386 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_386{z-index:99}#stacks_in_386 > .s-pro > .sections-layer{display:none}#stacks_in_386 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_386 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_518 > .row{padding-top:6.00rem;padding-bottom:6.00rem}#stacks_in_518 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_518 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_518 > .row.padding-detailed.padding-medium-up,#stacks_in_518 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_518 > .row.padding-detailed.padding-y-medium-up,#stacks_in_518 > .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_518 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_518 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_518 > .row.max-custom{margin:0 auto;max-width:800px !important}#stacks_in_518 > .row.max-custom.max-left{margin-left:0}#stacks_in_518 > .row.max-custom.max-right{margin-right:0}
#stacks_in_522 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_522 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_522 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_522 > .row.padding-detailed.padding-medium-up,#stacks_in_522 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_522 > .row.padding-detailed.padding-y-medium-up,#stacks_in_522 > .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_522 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_522 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}



@media only screen and (min-width:0px){#stacks_in_502{}}


#stacks_out_502 {
	width: 70%;
}
/* -- Start Swell Each css Template -- */

#stacks_in_511{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_511swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_511swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_511swell{
		max-width: 200px;
	}
	.stacks_in_511swell img{
		width: 100%;
		max-width: 200px;
		height: auto;
	}


.stacks_in_511swell-with-zoom .mfp-container,.stacks_in_511swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_511swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_511swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_511swell-with-zoom.mfp-removing .mfp-container,.stacks_in_511swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_511 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_511 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_511 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_511 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_511 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_511 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_511 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_511 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_511 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_511 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_511 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_511 {
	padding: 0px 0px 30px 0px;
}



/*#stacks_in_715 {
    display: none;
}*/
.stacks_in_715_photo_wrapper {
    
}


.stacks_in_715_photo_wrapper img {
    border-radius: 0px;
}
#stacks_in_715 {
	padding: 0px 0px 30px 0px;
}
.style-pro-stacks_in_386::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_386:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center top;background-size:cover;}.style-pro-stacks_in_386:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-425.jpg);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_386:not(.bg-vault)::before{background-attachment:scroll !important}}

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

#stacks_in_608_1 > .row{padding-top:3.00rem;padding-bottom:1.00rem}#stacks_in_608_1 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_608_1 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_608_1 > .row.padding-detailed.padding-medium-up,#stacks_in_608_1 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_608_1 > .row.padding-detailed.padding-y-medium-up,#stacks_in_608_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_608_1 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_608_1 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_608_1 {
	background-color: rgba(139, 22, 52, 1.00);
}


#stacks_in_608_125_1{overflow:hidden}#stacks_in_608_125_1 hr{opacity:1.00;border-top-style:solid;border-top-width:4px;margin:1.00rem 0;}#stacks_in_608_125_1 hr.custom{border-color:rgba(206, 195, 167, 1.00)}

#stacks_out_608_125_1 {
	width: 35px;
}

#stacks_in_608_130 > .row{padding-top:3.00rem;padding-bottom:3.00rem}#stacks_in_608_130 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_608_130 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_608_126.expd-card,
#stacks_in_608_126.expd-card * {
  box-sizing: border-box;
}

#stacks_in_608_126 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_608_126.expd-card .click-all {
  height: 100%;
}

  #stacks_in_608_126.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(139, 22, 52, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(139, 22, 52, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(139, 22, 52, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_608_126.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_608_126_wrap.wrap-expd-card {
   width: 450px;
  height: 500px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_608_126.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_608_126.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(255, 255, 255, 1.00);
     background: rgba(139, 22, 52, 1.00);
      height: 500px;
  width: 450px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_608_126.expd-card * {
  pointer-events: none;
}

#stacks_in_608_126.expd-card .expd-open,
#stacks_in_608_126.expd-card [data-open='1'],
#stacks_in_608_126.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_608_126.expd-card h1,
#stacks_in_608_126.expd-card h2,
#stacks_in_608_126.expd-card h3,
#stacks_in_608_126.expd-card h4,
#stacks_in_608_126.expd-card h5,
#stacks_in_608_126.expd-card h6 {
  font-family: inherit;
}

#stacks_in_608_126.expd-card.expd-active {
  position: fixed;
  z-index: 9999;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: calc(100vw - 0px);
  height: calc(100vh - 0px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   border-radius: 0px;
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_608_126.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 10099;
}

#stacks_in_608_126.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 10099;
}

#stacks_in_608_126.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_608_126.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_608_126.expd-card .expd-card-button:hover,
#stacks_in_608_126.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_608_126.expd-card .expd-card-body-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.fixed-closestacks_in_608_126 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 10100;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 1.00); 
     background: rgba(139, 22, 52, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_608_126 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_608_126 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_608_126.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../index_files/headerImage-126-596.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_608_126.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_608_126.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_608_126.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(139, 22, 52, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(206, 195, 167, 1.00);
  border: 3px solid rgba(206, 195, 167, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_608_126.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_608_126.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_608_126.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_608_126.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_608_126.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(255, 255, 255, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_608_126.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(255, 255, 255, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_608_126.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_608_126.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_608_126.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_608_126.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_608_126.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 9999;
}

#stacks_in_608_126.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_608_126.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_608_126.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_608_126.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(206, 195, 167, 1.00);
  color: rgba(139, 22, 52, 1.00);
  border: 3px solid rgba(139, 22, 52, 1.00);
}

#stacks_in_608_126.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_608_126.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

 #stacks_in_608_126.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f065";
}

#stacks_in_608_126.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f066";
}

   @media all and (max-width: 600px) {
  #stacks_in_608_126.expd-card.expd-active {
    top: 0.000000px;
    bottom: 0.000000px;
    left: 0.000000px;
    right: 0.000000px;
    width: calc(100vw - 0.000000px);
    height: calc(100vh - 0.000000px);
  }
}

#stacks_in_608_185{overflow:hidden}#stacks_in_608_185 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_608_185 hr.custom{border-color:rgba(206, 195, 167, 1.00)}

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

#stacks_in_608_136 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}

#stacks_in_608_187{overflow:hidden}#stacks_in_608_187 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_608_187 hr.custom{border-color:rgba(206, 195, 167, 1.00)}
#stacks_in_608_152.expd-card,
#stacks_in_608_152.expd-card * {
  box-sizing: border-box;
}

#stacks_in_608_152 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_608_152.expd-card .click-all {
  height: 100%;
}

  #stacks_in_608_152.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(139, 22, 52, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(139, 22, 52, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(139, 22, 52, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_608_152.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_608_152_wrap.wrap-expd-card {
   width: 450px;
  height: 500px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_608_152.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_608_152.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(255, 255, 255, 1.00);
     background: rgba(139, 22, 52, 1.00);
      height: 500px;
  width: 450px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_608_152.expd-card * {
  pointer-events: none;
}

#stacks_in_608_152.expd-card .expd-open,
#stacks_in_608_152.expd-card [data-open='1'],
#stacks_in_608_152.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_608_152.expd-card h1,
#stacks_in_608_152.expd-card h2,
#stacks_in_608_152.expd-card h3,
#stacks_in_608_152.expd-card h4,
#stacks_in_608_152.expd-card h5,
#stacks_in_608_152.expd-card h6 {
  font-family: inherit;
}

#stacks_in_608_152.expd-card.expd-active {
  position: fixed;
  z-index: 9999;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: calc(100vw - 0px);
  height: calc(100vh - 0px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   border-radius: 0px;
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_608_152.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 10099;
}

#stacks_in_608_152.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 10099;
}

#stacks_in_608_152.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_608_152.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_608_152.expd-card .expd-card-button:hover,
#stacks_in_608_152.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_608_152.expd-card .expd-card-body-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.fixed-closestacks_in_608_152 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 10100;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 1.00); 
     background: rgba(139, 22, 52, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_608_152 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_608_152 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_608_152.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../index_files/headerImage-152-596.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_608_152.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_608_152.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_608_152.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(139, 22, 52, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(206, 195, 167, 1.00);
  border: 3px solid rgba(206, 195, 167, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_608_152.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_608_152.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_608_152.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_608_152.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_608_152.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(255, 255, 255, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_608_152.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(255, 255, 255, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_608_152.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_608_152.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_608_152.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_608_152.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_608_152.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 9999;
}

#stacks_in_608_152.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_608_152.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_608_152.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_608_152.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(206, 195, 167, 1.00);
  color: rgba(139, 22, 52, 1.00);
  border: 3px solid rgba(139, 22, 52, 1.00);
}

#stacks_in_608_152.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_608_152.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

 #stacks_in_608_152.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f065";
}

#stacks_in_608_152.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f066";
}

   @media all and (max-width: 600px) {
  #stacks_in_608_152.expd-card.expd-active {
    top: 0.000000px;
    bottom: 0.000000px;
    left: 0.000000px;
    right: 0.000000px;
    width: calc(100vw - 0.000000px);
    height: calc(100vh - 0.000000px);
  }
}

#stacks_in_608_186{overflow:hidden}#stacks_in_608_186 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_608_186 hr.custom{border-color:rgba(206, 195, 167, 1.00)}

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

#stacks_in_608_160 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}

#stacks_in_608_188{overflow:hidden}#stacks_in_608_188 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_608_188 hr.custom{border-color:rgba(206, 195, 167, 1.00)}
#stacks_in_312_1 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_312_1 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_312_1{z-index:1}#stacks_in_312_1 > .s-pro > .sections-layer{display:none}#stacks_in_312_1 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_312_1 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_312_3 > .row{padding-top:2.00rem;padding-bottom:2.00rem}#stacks_in_312_3 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_312_3 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_312_3 > .row.padding-detailed.padding-medium-up,#stacks_in_312_3 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_312_3 > .row.padding-detailed.padding-y-medium-up,#stacks_in_312_3 > .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_312_3 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_312_3 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_312_3 > .row.max-custom{margin:0 auto;max-width:1100px !important}#stacks_in_312_3 > .row.max-custom.max-left{margin-left:0}#stacks_in_312_3 > .row.max-custom.max-right{margin-right:0}
 #stacks_in_312_36.blu-svg{text-align:center}#stacks_in_312_36.blu-svg svg{width:150.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_312_36.blu-svg{text-align:center}#stacks_in_312_36.blu-svg svg{width:200.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_312_36.blu-svg{text-align:center}#stacks_in_312_36.blu-svg svg{width:350.00px}}@media screen and (min-width:1000px){#stacks_in_312_36.blu-svg{text-align:center}#stacks_in_312_36.blu-svg svg{width:350.00px}}  #stacks_in_312_36.blu-svg{float:none}#stacks_in_312_36 a,#stacks_in_312_36 svg{cursor:auto}
/* stake-nomin */

#stacks_out_312_82{width:100%} #stacks_in_312_82:not(.group-stacked) .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom){color:rgba(139, 22, 52, 1.00)!important;background-color:rgba(255, 255, 255, 0.00)!important}#stacks_in_312_82:not(.group-stacked) .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom):hover{color:rgba(0, 0, 0, 1.00)!important;background-color:rgba(255, 255, 255, 0.00)!important}#stacks_in_312_82:not(.group-stacked) .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom).active{color:rgba(163, 30, 43, 1.00)!important;background-color:rgba(139, 22, 52, 1.00)!important}#stacks_in_312_82:not(.group-stacked) .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom).active .bp-icon{background-color:rgba(139, 22, 52, 1.00)!important}#stacks_in_312_82:not(.group-stacked) .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom).active .bp-glyph{color:rgba(163, 30, 43, 1.00)!important}#stacks_in_312_82:not(.group-stacked) .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom) .bp-glyph{color:rgba(204, 204, 204, 1.00)!important}#stacks_in_312_82:not(.group-stacked) .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom):hover .bp-glyph{color:rgba(186, 186, 186, 1.00)!important}#stacks_in_312_82:not(.group-stacked) .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom).active .bp-icon{background-color:rgba(139, 22, 52, 1.00)!important}#stacks_in_312_82:not(.group-stacked) .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom).active .bp-glyph{color:rgba(163, 30, 43, 1.00)!important}#stacks_in_312_82.group-stacked .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom){color:rgba(139, 22, 52, 1.00)!important;background-color:rgba(255, 255, 255, 0.00)!important}#stacks_in_312_82.group-stacked .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom):hover{color:rgba(0, 0, 0, 1.00)!important;background-color:rgba(255, 255, 255, 0.00)!important}#stacks_in_312_82.group-stacked .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom).active{color:rgba(163, 30, 43, 1.00)!important;background-color:rgba(139, 22, 52, 1.00)!important}#stacks_in_312_82.group-stacked .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom) .bp-glyph{color:rgba(204, 204, 204, 1.00)!important}#stacks_in_312_82.group-stacked .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom):hover .bp-glyph{color:rgba(186, 186, 186, 1.00)!important}#stacks_in_312_82.group-stacked .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom).active .bp-icon{background-color:rgba(139, 22, 52, 1.00)!important}#stacks_in_312_82.group-stacked .bp-group.custom-bar-buttons .bp-wrap:not(.style-active)>.button.b-p:not(.not-vault):not(.custom).active .bp-glyph{color:rgba(163, 30, 43, 1.00)!important}   #stacks_out_312_82,#stacks_in_312_82{overflow:visible!important} #stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group .button.b-p.use-icon{white-space:nowrap}#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group.eq-height>.bp-wrap:not(.inline-wrapped)>.button,#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group.eq-height>.bp-wrap.bp-zone-item>.bp-wrap:not(.inline-wrapped)>.button,#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group.eq-height>.bp-wrap.bp-zone-item .bp-group-wrap .b-p{display:-ms-flexbox;display:flex;box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group.follow-text-align.group-left>.bp-wrap>.b-p{padding-left:0!important}#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group.follow-text-align.group-right>.bp-wrap>.b-p{padding-right:0!important}#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar{max-width:1000px;margin-left:auto;margin-right:auto;padding-left:.94rem;padding-right:.94rem}#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar .bp-wrap:first-of-type{padding-left:0!important}
#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar .bp-wrap:last-of-type{padding-right:0!important}#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group.contained-bar.contained-bg::before{max-width:1000px;margin-left:auto;margin-right:auto} @media screen and (max-width:640px){#stacks_in_312_82>.bp-group-wrap>.bp-group.button-stack-pad>.bp-wrap>.b-p:not(.icon-only),#stacks_in_312_82>.bp-group-wrap>.bp-group.button-stack-pad>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){padding-top:1.00rem!important;padding-bottom:1.06rem!important}}@media screen and (min-width:640px){#stacks_in_312_82>.bp-group-wrap>.bp-group.button-pad>.bp-wrap>.b-p:not(.icon-only),#stacks_in_312_82>.bp-group-wrap>.bp-group.button-pad>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){padding-top:1.00rem!important;padding-bottom:1.06rem!important}}@media screen and (min-width:640px){#stacks_in_312_82>.bp-group-wrap>.bp-group.button-side-pad>.bp-wrap>.b-p:not(.icon-only),#stacks_in_312_82>.bp-group-wrap>.bp-group.button-side-pad>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){padding-left:2.00rem!important;padding-right:2.00rem!important}}@media screen and (min-width:640px){#stacks_in_312_82>.bp-group-wrap>.bp-group.button-marg>.bp-wrap>.b-p:not(.icon-only),#stacks_in_312_82>.bp-group-wrap>.bp-group.button-marg>.bp-wrap.bp-zone-item>.bp-wrap>.b-p:not(.icon-only){margin-top:0px!important;margin-left:0px!important}}#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap:not(:first-of-type):not(.exclude-spacing),#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap.bp-zone-item>.bp-wrap:not(:first-of-type):not(.exclude-spacing){margin-left:0px}#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap:not(:last-of-type):not(.exclude-spacing),#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group>.bp-wrap.bp-zone-item>.bp-wrap:not(:last-child):not(.exclude-spacing){margin-right:0px} #stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap:not(.flex-width),#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.flex-width){-ms-flex:1 1 auto;flex:1 1 auto}#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap.icon-button,#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap.icon-button{-ms-flex:1 1 auto;flex:1 1 auto}#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>.button.b-p:not(.icon-only),#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.button.b-p:not(.icon-only){-ms-flex:1 1 auto;flex:1 1 auto}#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>.button.b-p.icon-only,#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.button.b-p.icon-only{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p>.bp-text,#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p.icon-only>.bp-icon,#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p>.bp-text,#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p.icon-only>.bp-icon{margin:auto}#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p.use-icon>.bp-text,#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p.use-icon>.bp-text{margin-left:0;margin-right:auto}#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap>button.b-p.use-icon>.bp-icon,#stacks_in_312_82>.bp-group-wrap>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>button.b-p.use-icon>.bp-icon{margin-right:0;margin-left:auto}@media screen and (max-width:640px){#stacks_in_312_82>.bp-group-wrap>.bp-group:not(.group-fill).bar-center-mob{box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;align-content:center;-ms-flex-line-pack:center;box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}
}#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap.compress-pad>.bp-group.group-fill>.bp-wrap>.button.b-p:not(.icon-only),#stacks_in_312_82:not(.group-stacked)>.bp-group-wrap.compress-pad>.bp-group.group-fill>.bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.button.b-p:not(.icon-only){padding-left:0!important;padding-right:0!important}  @media screen and (max-width:640px){#stacks_in_312_82>.bp-group-wrap.stack-below.full-width-wrap{width:100%}#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap{width:100%}#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu),#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu)::before{max-width:300px}#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-left,#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-left::before{margin-left:0;margin-right:auto}#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-center,#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-center::before{margin-left:auto;margin-right:auto}#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-right,#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap:not(.overlay-menu).wrap-right::before{margin-left:auto;margin-right:0}#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu>.bp-group,#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu>.bp-group::before{max-width:300px}#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-left>.bp-group,#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-left>.bp-group::before{margin-left:0;margin-right:auto}#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-center>.bp-group,#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-center>.bp-group::before{margin-left:auto;margin-right:auto}#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-right>.bp-group,#stacks_in_312_82>.bp-group-wrap.stack-below.max-width-wrap.overlay-menu.wrap-right>.bp-group::before{margin-left:auto;margin-right:0}#stacks_in_312_82>.bp-group-wrap.stack-below.drop-full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}#stacks_in_312_82>.bp-group-wrap.stack-below .bp-group.stacked-font-adj .bp-wrap>.b-p:not(.icon-only){font-size:90%!important}#stacks_in_312_82>.bp-group-wrap.stack-below .bp-group.wrap-text-left{text-align:left}#stacks_in_312_82>.bp-group-wrap.stack-below .bp-group.wrap-text-left .bp-wrap>.b-p:not(.icon-only),#stacks_in_312_82>.bp-group-wrap.stack-below .bp-group.wrap-text-left .bwd--link-item{text-align:left;box-pack:start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;padding-left:1rem}#stacks_in_312_82>.bp-group-wrap.stack-below .bp-group.wrap-text-left .bp-dropdown:not(.no-indent){padding-left:1rem}#stacks_in_312_82>.bp-group-wrap.stack-below .bp-group.wrap-text-right{text-align:right}#stacks_in_312_82>.bp-group-wrap.stack-below .bp-group.wrap-text-right .bp-wrap>.b-p:not(.icon-only),#stacks_in_312_82>.bp-group-wrap.stack-below .bp-group.wrap-text-right .bwd--link-item{text-align:right;box-pack:end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end;padding-right:1rem}#stacks_in_312_82>.bp-group-wrap.stack-below .bp-group.wrap-text-right .bp-dropdown:not(.no-indent){padding-left:1rem}#stacks_in_312_82>.bp-group-wrap.stack-below .bp-group.wrap-text-center{text-align:center}#stacks_in_312_82>.bp-group-wrap.stack-below .bp-group.wrap-text-center .bp-wrap>.b-p:not(.icon-only),#stacks_in_312_82>.bp-group-wrap.stack-below .bp-group.wrap-text-center .bp-wrap>.dd-wrap>.b-p:not(.icon-only),#stacks_in_312_82>.bp-group-wrap.stack-below .bp-group.wrap-text-center .bwd--link-item{text-align:center;box-pack:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}#stacks_in_312_82>.bp-group-wrap.stack-below .bp-group .bp-dropdown{position:relative;border:0;border-radius:0;width:100%}} @media screen and (max-width:640px){#stacks_in_312_82>.bp-group-wrap>.bp-group.stack-below .bp-wrap.inline-wrapped{display:inline-block}}@media screen and (max-width:640px){#stacks_in_312_82>.bp-group-wrap>.bp-group.stack-below{-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_312_82>.bp-group-wrap>.bp-group.stack-below .bp-wrap{-ms-flex:1 1 auto;flex:1 1 auto;display:block;margin-left:initial;margin-right:initial}#stacks_in_312_82>.bp-group-wrap>.bp-group.stack-below .bp-wrap>.button.b-p:not(.icon-only),#stacks_in_312_82>.bp-group-wrap>.bp-group.stack-below .bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p:not(.icon-only){-ms-flex:1 1 auto;flex:1 1 auto}
#stacks_in_312_82>.bp-group-wrap>.bp-group.stack-below .bp-wrap>.button.b-p.icon-only,#stacks_in_312_82>.bp-group-wrap>.bp-group.stack-below .bp-wrap>.button.b-p .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p.icon-only,#stacks_in_312_82>.bp-group-wrap>.bp-group.stack-below .bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p.icon-only,#stacks_in_312_82>.bp-group-wrap>.bp-group.stack-below .bp-wrap .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p .m-wrap.m-dz.dz-block>.m-dz>.bp-wrap>.b-p.icon-only{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_312_82>.bp-group-wrap>.bp-group.stack-below .bp-wrap.button-no-grow>.b-p{display:inline-block;width:auto!important}}@media screen and (max-width:640px){#stacks_in_312_82>.bp-group-wrap>.bp-group.full-width-wrap>{-ms-flex-wrap:wrap;flex-wrap:wrap}#stacks_in_312_82>.bp-group-wrap>.bp-group.full-width-wrap>.bp-wrap:not(.button-no-grow):not(.inline-wrapped),#stacks_in_312_82>.bp-group-wrap>.bp-group.full-width-wrap>.m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.button-no-grow):not(.inline-wrapped){display:block;width:100%;-ms-flex:none;flex:none;padding-right:0!important}#stacks_in_312_82>.bp-group-wrap>.bp-group.full-width-wrap>.bp-wrap:not(.button-no-grow):not(.inline-wrapped) .button:not(.icon-only),#stacks_in_312_82>.bp-group-wrap>.bp-group.full-width-wrap>.m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.button-no-grow):not(.inline-wrapped) .button:not(.icon-only){width:100%}#stacks_in_312_82>.bp-group-wrap>.bp-group.full-width-wrap>.bp-wrap:not(.button-no-grow):not(.inline-wrapped).icon-button,#stacks_in_312_82>.bp-group-wrap>.bp-group.full-width-wrap>.m-wrap.m-dz.dz-block>.m-dz>.bp-wrap:not(.button-no-grow):not(.inline-wrapped).icon-button{text-align:center}} #stacks_in_312_82:not(.group-stacked)>.bp-group-wrap>.bp-group.margin-collapse .bp-wrap>.b-p{margin-bottom:0!important}#stacks_in_312_82.group-stacked>.bp-group-wrap>.bp-group.margin-stacked-collapse .bp-wrap:not(.allow-margin-wrapped)>.b-p{margin-bottom:0!important} #stacks_in_312_82 .bp-wrap.icon-button{ box-pack:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;-o-justify-content:center!important;justify-content:center!important;-ms-flex-pack:center!important}         #stacks_in_312_82 .group-menu-items ul{list-style-type:none;margin:0;padding:0}#stacks_in_312_82 .group-menu-items ul.r-menu li.has-dropdown ul{transition:all 200ms ease}#stacks_in_312_82 .group-menu-items .r-menu .has-dropdown .dd-icon{margin-left:12px;float:none}#stacks_in_312_82 .group-menu-items .r-menu.icon-none .has-dropdown .dd-icon{display:none!important}#stacks_in_312_82 .group-menu-items .r-menu .has-dropdown .dd-icon{transition:all 200ms ease}#stacks_in_312_82 .group-menu-items .r-menu .has-dropdown .is-expanded .dd-icon{transition:all 200ms ease}#stacks_in_312_82 .group-menu-items .r-menu .has-dropdown a>.dd-icon{color:lightblue}#stacks_in_312_82 .group-menu-items .r-menu .has-dropdown.is-expanded>a>.dd-icon{color:red}#stacks_in_312_82 .group-menu-items .r-menu li.is-expanded>a>.fa:not(.plus-times):not(.plus-minus){transform:rotate(90deg)}@media screen and (min-width:640px){#stacks_in_312_82 .group-menu-items ul.r-menu{list-style-type:none;margin:0}#stacks_in_312_82 .group-menu-items ul.r-menu li.has-dropdown{position:relative}#stacks_in_312_82 .group-menu-items ul.r-menu ul.dropdown{min-width:100%}#stacks_in_312_82 .group-menu-items ul.r-menu ul.dropdown a{width:100%}#stacks_in_312_82 .group-menu-items ul.r-menu>li.has-dropdown>ul.dropdown{position:absolute;top:100%;left:0;z-index:1001}#stacks_in_312_82 .menu.dropdown.collapse.in,#stacks_in_312_82 menu.dropdown.collapsing{display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:column;flex-direction:column}} 

#stacks_in_312_82 {
	padding: 30px 0px 30px 0px;
}

  #stacks_in_312_45{text-align:center}    #stacks_in_312_45 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_312_45 .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_312_45 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)} #stacks_in_312_45 .button.b-p.split-icon{max-width:100%}#stacks_in_312_45 .button.b-p:not(.icon-only):hover>.bp-icon{ border-right:1px solid rgba(255, 255, 255, 0.00);}     #stacks_in_312_45 .button.b-p:not(.icon-only):not(.fobbin){padding-top:0.00rem!important;padding-bottom:0.00rem!important}#stacks_in_312_45 .button.b-p:not(.icon-only)>.bp-icon>.bp-glyph,#stacks_in_312_45 .button.b-p .bp-text{vertical-align:middle}#stacks_in_312_45 .button.b-p:not(.icon-only)>.bp-icon>.bp-glyph{font-size:1.70rem!important}@media screen and (min-width:641px){#stacks_in_312_45 .button.b-p:not(.icon-only)>.bp-icon>.bp-glyph{font-size:1.60rem!important}}   #stacks_in_312_45 .button.b-p.split-icon>.bp-text{ margin-left:calc(1.70rem + 16px);}@media screen and (min-width:641px){ #stacks_in_312_45 .button.b-p.split-icon>.bp-text{margin-left:calc(1.60rem + 16px)}}#stacks_in_312_45 .button.b-p.split-icon>.bp-icon{position:absolute; left:0; height:100%;background:rgba(27, 96, 201, 1.00);top:0;width:calc(1.70rem + 16px); border-right:1px solid rgba(255, 255, 255, 0.00);}#stacks_in_312_45 .button.b-p:not(.d-hov).split-icon>.bp-icon{-webkit-transition:background 200ms ease;transition:background 200ms ease}#stacks_in_312_45 .b-p.button.split-icon:hover>.bp-icon{background:rgba(23, 97, 213, 1.00)}@media screen and (min-width:641px){#stacks_in_312_45 .button.b-p.split-icon>.bp-icon{width:calc(1.60rem + 16px)}}#stacks_in_312_45 .button.b-p.split-icon>.bp-icon>.bp-glyph{top:50%;left:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}          #stacks_in_312_45>.button.b-p.fobbin,#stacks_in_312_45>.dd-wrap>.button.b-p.fobbin{padding:0.80rem 0.50rem 0.80rem 0.50rem!important} @media screen and (max-width:641px){#stacks_in_312_45>.button.b-p.expand-mob:not(.icon-only),#stacks_in_312_45>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_312_45 .button.b-p.expand-large:not(.icon-only),#stacks_in_312_45>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            #stacks_in_312_45 .button.b-p{font-size:0.95rem}#stacks_in_312_45 .button.b-p.icon-only{width:calc(0.95rem + 0.50rem);height:calc(0.95rem + 0.50rem)}#stacks_in_312_45 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.95rem + 0.50rem)}@media all and (max-width:640px){#stacks_in_312_45 .button.b-p{font-size:0.80rem}#stacks_in_312_45 .button.b-p.icon-only{width:calc(0.80rem + 0.50rem);height:calc(0.80rem + 0.50rem)}#stacks_in_312_45 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.80rem + 0.50rem)}} 
  #stacks_in_312_45 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_312_45 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_312_45 .button.b-p{color:rgba(0, 0, 0, 1.00);background-color:rgba(0, 58, 169, 0.00)}#stacks_in_312_45 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_312_45 .button.b-p:not(.bp-hover):hover{color:rgba(0, 0, 0, 1.00)!important; background-color:rgba(0, 58, 169, 0.00);}     
       
  #stacks_in_312_45 .d-hov,#stacks_in_312_45 .d-hov::before,#stacks_in_312_45 .d-hov::after{-webkit-transition-duration:300ms;transition-duration:300ms}#stacks_in_312_45 .d-hov.active,#stacks_in_312_45 .d-hov.active::before,#stacks_in_312_45 .d-hov.active::after{-webkit-transition-duration:0ms;transition-duration:0ms}#stacks_in_312_45 .hover-col:not(.button.b-p):not(.bp-zone-item)::before{background:rgba(239, 181, 10, 1.00)!important}#stacks_in_312_45 .hover-col::before,#stacks_in_312_45 .hover-col::after{-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}#stacks_in_312_45 .hover-col:hover::before{background:rgba(239, 181, 10, 1.00)}#stacks_in_312_45 .hover-col.active::before{background:rgba(207, 0, 32, 1.00)}#stacks_in_312_45 .d-hov-ripple-out:hover::before{border:rgba(239, 181, 10, 1.00) solid 2px}#stacks_in_312_45 .d-hov-pop:hover,#stacks_in_312_45 .d-hov-pop:focus,#stacks_in_312_45 .d-hov-pop.active{-webkit-animation-duration:300ms;animation-duration:300ms}#stacks_in_312_45 .d-hov[class*="d-hov-underline-"]::before,#stacks_in_312_45 .d-hov[class*="d-hov-overline-"]::before{height:4px!important}#stacks_in_312_45 .d-hov[class*="d-hov-text-underline-"]>.bp-text::before,#stacks_in_312_45 .d-hov[class*="d-hov-text-underline-"] .ml-text::before{bottom:-6px;border-bottom-color:rgba(239, 181, 10, 1.00)!important;border-bottom-width:4px;-webkit-transition-duration:300ms;transition-duration:300ms}#stacks_in_312_45 .d-hov[class*="d-hov-text-underline-"].active>.bp-text::before,#stacks_in_312_45 .d-hov[class*="d-hov-text-underline-"].active .ml-text::before{-webkit-transition-duration:0ms;transition-duration:0ms;border-bottom-color:rgba(207, 0, 32, 1.00)!important}#stacks_in_312_45 .d-hov-reveal:hover::before,#stacks_in_312_45 .d-hov-reveal.active::before{border-width:4px!important} 
               
.style-pro-stacks_in_312_1::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_312_1:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(254, 223, 11, 1.00)}

#stacks_in_312_38{overflow:hidden}#stacks_in_312_38 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:0.00rem 0;}#stacks_in_312_38 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_312_39 > .row{padding-top:1.00rem;padding-bottom:1.00rem}#stacks_in_312_39 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_312_39 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_312_39 > .row.padding-detailed.padding-medium-up,#stacks_in_312_39 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_312_39 > .row.padding-detailed.padding-y-medium-up,#stacks_in_312_39 > .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_312_39 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_312_39 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_312_39 {
	background-color: rgba(254, 223, 11, 1.00);
}
#stacks_in_312_40 .copyright{color:rgba(34, 34, 34, 1.00);font-size:0.90rem}#stacks_in_312_40 .copyright a{color:rgba(139, 22, 52, 1.00)}#stacks_in_312_40 .copyright a:hover{color:rgba(139, 22, 52, 1.00)}#stacks_in_312_40 .copyright{margin-bottom:0}
#stacks_in_585 div,#stacks_in_585 .hTxt:not(.segment) div{font-size:0.75rem}@media all and (max-width:640px){#stacks_in_585 div,#stacks_in_585 .hTxt:not(.segment) div{font-size:0.95rem}}#stacks_in_585 div,#stacks_in_585 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_585 div a,#stacks_in_585 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_585 div a:hover,#stacks_in_585 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_585 small,#stacks_in_585 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_585 {
	padding: 20px 0px 0px 0px;
}
