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


.seam{background-color:transparent;width:100%;overflow:hidden}.seam svg{display:block;transform:scale(1.05)}.seam-top{z-index:1;position:absolute;top:0}.seam-bottom{z-index:1;position:absolute;bottom:0}.seam-content-wrapper{position:relative;overflow:hidden}.seam-content-wrapper .seam,.seam-content-wrapper .seam-filler{position:absolute;width:100%;top:60%}.seam-content-wrapper .seam{transform:translateY(-100%) scale(1.01)}.seam-content-wrapper .seam-filler{height:100%}.seam-animate-end{visibility:hidden}

.popdrop-tip-data{display:none}.dropem:not(.popdrop-live):not(.no-pop)[style]{display:none !important}.popdrop-popover-content{display:none}.popdrop-popover-rtl{direction:rtl;text-align:right}html.popdrop-open.popdrop-modal .popdrop-popover.in{max-height:100vh;max-width:99.9%;margin-top:0 !important}html.popdrop-open.popdrop-touch .popdrop-popover.in .popdrop-popover-content{overflow-y:scroll;-webkit-overflow-scrolling:touch}.popdrop-popover{position:absolute;top:0;left:0;display:none;padding:1px;text-align:left;white-space:normal;background-color:#fff;background-clip:padding-box;border:1px solid #929292;border:1px solid rgba(0,0,0,0.2);border-radius:6px}.popdrop-popover:not(.popover-flat){-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popdrop-popover.popover-flat .popdrop-popover-title{border-bottom-width:0px}.popdrop-popover.popover-flat .popdrop-close{text-shadow:none}.popdrop-popover.top,.popdrop-popover.top-left,.popdrop-popover.top-right{margin-top:-10px}.popdrop-popover.right,.popdrop-popover.right-top,.popdrop-popover.right-bottom{margin-left:10px}.popdrop-popover.bottom,.popdrop-popover.bottom-left,.popdrop-popover.bottom-right{margin-top:10px}.popdrop-popover.left,.popdrop-popover.left-top,.popdrop-popover.left-bottom{margin-left:-10px}.popdrop-popover.pop{-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(0.3,0,0,1.5);transition-timing-function:cubic-bezier(0.3,0,0,1.5);opacity:0}.popdrop-popover.pop-out{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;opacity:0}.popdrop-popover.fade,.popdrop-popover.fade-out{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:linear;transition-timing-function:linear;opacity:0}.popdrop-popover.out{opacity:0}.popdrop-popover.in{-webkit-transform:none;transform:none;opacity:1}.popdrop-popover .popdrop-popover-content{display:block}.popdrop-popover-inner .popdrop-close{font-family:arial;margin:4px 3px 0 0;float:right;font-size:24px;font-weight:bold;line-height:24px;color:#7b7b7b;opacity:1;text-decoration:none}.popdrop-popover-inner .popdrop-close:after{content:"\00D7";width:0.8em;height:0.8em;padding:4px;position:relative}.popdrop-popover-title{padding:8px 14px;margin:0;font-size:16px;font-weight:bold;line-height:18px;color:#333;background-color:#fff;border-bottom:1px solid rgba(0,0,0,0.2);border-radius:5px 5px 0 0}.popdrop-popover-content{overflow:auto;display:none}.popdrop-popover-inverse{background-color:#333;color:#fff}.popdrop-popover-inverse .popdrop-popover-title{background:#333;border-bottom:1px solid silver;color:#fff}.popdrop-popover-inverse .popdrop-close{color:#f3f3f3}.popdrop-popover-bluegrey{background-color:#282f39;color:#DADEDF}.popdrop-popover-bluegrey .popdrop-popover-title{background:#56666c;border-bottom:1px solid #a9b2b4;color:#DADEDF}.popdrop-popover-bluegrey .popdrop-close{color:#f3f3f3}.popdrop-popover-alert{background-color:#fffdfd;color:#413131}.popdrop-popover-alert .popdrop-popover-title{background:#d32f2f;border-bottom:1px solid #eca5a5;color:#fff}.popdrop-popover-alert .popdrop-close{color:#fff}.popdrop-popover-success{background-color:#EFFEFD;color:#313131}.popdrop-popover-success .popdrop-popover-title{background:#11B8AB;border-bottom:1px solid #0e9c91;color:#fff}.popdrop-popover-success .popdrop-close{color:#fff}.popdrop-no-padding .popdrop-popover-content{padding:0}.popdrop-no-padding .list-group-item{border-right:none;border-left:none}.popdrop-no-padding .list-group-item:first-child{border-top:0}.popdrop-no-padding .list-group-item:last-child{border-bottom:0}.popdrop-popover > .popdrop-arrow,.popdrop-popover > .popdrop-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popdrop-popover > .popdrop-arrow{border-width:11px}.popdrop-popover > .popdrop-arrow:after{border-width:10px;content:""}.popdrop-popover.top > .popdrop-arrow,.popdrop-popover.top-right > .popdrop-arrow,.popdrop-popover.top-left > .popdrop-arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#aaa;border-top-color:rgba(0,0,0,0.2);border-bottom-width:0}.popdrop-popover.top > .popdrop-arrow:after,.popdrop-popover.top-right > .popdrop-arrow:after,.popdrop-popover.top-left > .popdrop-arrow:after{content:" ";bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.popdrop-popover.right > .popdrop-arrow,.popdrop-popover.right-top > .popdrop-arrow,.popdrop-popover.right-bottom > .popdrop-arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#aaa;border-right-color:rgba(0,0,0,0.2)}.popdrop-popover.right > .popdrop-arrow:after,.popdrop-popover.right-top > .popdrop-arrow:after,.popdrop-popover.right-bottom > .popdrop-arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popdrop-popover.bottom > .popdrop-arrow,.popdrop-popover.bottom-right > .popdrop-arrow,.popdrop-popover.bottom-left > .popdrop-arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#aaa;border-bottom-color:rgba(0,0,0,0.2);border-top-width:0}.popdrop-popover.bottom > .popdrop-arrow:after,.popdrop-popover.bottom-right > .popdrop-arrow:after,.popdrop-popover.bottom-left > .popdrop-arrow:after{content:" ";top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.popdrop-popover.left > .popdrop-arrow,.popdrop-popover.left-top > .popdrop-arrow,.popdrop-popover.left-bottom > .popdrop-arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#aaa;border-left-color:rgba(0,0,0,0.2)}.popdrop-popover.left > .popdrop-arrow:after,.popdrop-popover.left-top > .popdrop-arrow:after,.popdrop-popover.left-bottom > .popdrop-arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.popdrop-popover-inverse.top > .popdrop-arrow,.popdrop-popover-inverse.top > .popdrop-arrow:after,.popdrop-popover-inverse.top-left > .popdrop-arrow,.popdrop-popover-inverse.top-left > .popdrop-arrow:after,.popdrop-popover-inverse.top-right > .popdrop-arrow,.popdrop-popover-inverse.top-right > .popdrop-arrow:after{border-top-color:#333}.popdrop-popover-inverse.right > .popdrop-arrow,.popdrop-popover-inverse.right > .popdrop-arrow:after,.popdrop-popover-inverse.right-top > .popdrop-arrow,.popdrop-popover-inverse.right-top > .popdrop-arrow:after,.popdrop-popover-inverse.right-bottom > .popdrop-arrow,.popdrop-popover-inverse.right-bottom > .popdrop-arrow:after{border-right-color:#333}.popdrop-popover-inverse.bottom > .popdrop-arrow,.popdrop-popover-inverse.bottom > .popdrop-arrow:after,.popdrop-popover-inverse.bottom-left > .popdrop-arrow,.popdrop-popover-inverse.bottom-left > .popdrop-arrow:after,.popdrop-popover-inverse.bottom-right > .popdrop-arrow,.popdrop-popover-inverse.bottom-right > .popdrop-arrow:after{border-bottom-color:#333}.popdrop-popover-inverse.left > .popdrop-arrow,.popdrop-popover-inverse.left > .popdrop-arrow:after,.popdrop-popover-inverse.left-top > .popdrop-arrow,.popdrop-popover-inverse.left-top > .popdrop-arrow:after,.popdrop-popover-inverse.left-bottom > .popdrop-arrow,.popdrop-popover-inverse.left-bottom > .popdrop-arrow:after{border-left-color:#333}.popdrop-popover-bluegrey.top > .popdrop-arrow,.popdrop-popover-bluegrey.top > .popdrop-arrow:after,.popdrop-popover-bluegrey.top-left > .popdrop-arrow,.popdrop-popover-bluegrey.top-left > .popdrop-arrow:after,.popdrop-popover-bluegrey.top-right > .popdrop-arrow,.popdrop-popover-bluegrey.top-right > .popdrop-arrow:after{border-top-color:#282f39}.popdrop-popover-bluegrey.right > .popdrop-arrow,.popdrop-popover-bluegrey.right > .popdrop-arrow:after,.popdrop-popover-bluegrey.right-top > .popdrop-arrow,.popdrop-popover-bluegrey.right-top > .popdrop-arrow:after,.popdrop-popover-bluegrey.right-bottom > .popdrop-arrow,.popdrop-popover-bluegrey.right-bottom > .popdrop-arrow:after{border-right-color:#282f39}.popdrop-popover-bluegrey.bottom > .popdrop-arrow,.popdrop-popover-bluegrey.bottom > .popdrop-arrow:after,.popdrop-popover-bluegrey.bottom-left > .popdrop-arrow,.popdrop-popover-bluegrey.bottom-left > .popdrop-arrow:after,.popdrop-popover-bluegrey.bottom-right > .popdrop-arrow,.popdrop-popover-bluegrey.bottom-right > .popdrop-arrow:after{border-bottom-color:#282f39}.popdrop-popover-bluegrey.left > .popdrop-arrow,.popdrop-popover-bluegrey.left > .popdrop-arrow:after,.popdrop-popover-bluegrey.left-top > .popdrop-arrow,.popdrop-popover-bluegrey.left-top > .popdrop-arrow:after,.popdrop-popover-bluegrey.left-bottom > .popdrop-arrow,.popdrop-popover-bluegrey.left-bottom > .popdrop-arrow:after{border-left-color:#282f39}.popdrop-popover-alert.top > .popdrop-arrow:after,.popdrop-popover-alert.top-left > .popdrop-arrow:after,.popdrop-popover-alert.top-right > .popdrop-arrow:after{border-top-color:#fffdfd}.popdrop-popover-alert.right > .popdrop-arrow:after,.popdrop-popover-alert.right-top > .popdrop-arrow:after,.popdrop-popover-alert.right-bottom > .popdrop-arrow:after{border-right-color:#fffdfd}.popdrop-popover-alert.bottom > .popdrop-arrow:after,.popdrop-popover-alert.bottom-left > .popdrop-arrow:after,.popdrop-popover-alert.bottom-right > .popdrop-arrow:after{border-bottom-color:#fffdfd}.popdrop-popover-alert.left > .popdrop-arrow:after,.popdrop-popover-alert.left-top > .popdrop-arrow:after,.popdrop-popover-alert.left-bottom > .popdrop-arrow:after{border-left-color:#fffdfd}.popdrop-popover-success.top > .popdrop-arrow:after,.popdrop-popover-success.top-left > .popdrop-arrow:after,.popdrop-popover-success.top-right > .popdrop-arrow:after{border-top-color:#EFFEFD}.popdrop-popover-success.right > .popdrop-arrow:after,.popdrop-popover-success.right-top > .popdrop-arrow:after,.popdrop-popover-success.right-bottom > .popdrop-arrow:after{border-right-color:#EFFEFD}.popdrop-popover-success.bottom > .popdrop-arrow:after,.popdrop-popover-success.bottom-left > .popdrop-arrow:after,.popdrop-popover-success.bottom-right > .popdrop-arrow:after{border-bottom-color:#EFFEFD}.popdrop-popover-success.left > .popdrop-arrow:after,.popdrop-popover-success.left-top > .popdrop-arrow:after,.popdrop-popover-success.left-bottom > .popdrop-arrow:after{border-left-color:#EFFEFD}.popdrop-popover i.icon-refresh:before{content:""}.popdrop-popover i.icon-refresh{display:block;width:30px;height:30px;font-size:20px;top:50%;left:50%;position:absolute;margin-left:-15px;margin-right:-15px}.popdrop-popover-backdrop{width:100%;height:100%;position:fixed;top:0;left:0}.popdrop-popover .dropdown-menu{display:block;position:relative;top:0;border:none;-webkit-box-shadow:none;box-shadow:none;float:none}.popdrop-open .joeyOpenLabel{display:none}.bp-wrap:not(.popdrop-open) .joeyCloseLabel{display:none}.popdrop-open .openIcon{display:none}.bp-wrap:not(.popdrop-open) .closeIcon{display:none}

.com_bigwhiteduck_stacks_markdownpro_stack figure{margin:0}.com_bigwhiteduck_stacks_markdownpro_stack figure img{max-width:100%;height:auto}.com_bigwhiteduck_stacks_markdownpro_stack figure figcaption{display:none}.com_bigwhiteduck_stacks_markdownpro_stack pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-center p{text-align:center}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-left p{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-right p{text-align:right}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-justify p{text-align:justify}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-inherit{text-align:inherit}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h6{text-align:center}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h6{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h6{text-align:right}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h6{text-align:inherit}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-center ul{display:table;margin:0 auto}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-left ul{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-right ul{display:table;margin:0 0 0 auto}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-txt-center ul li p{text-align:center}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-txt-left ul li p{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-txt-right ul li p{text-align:right}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-text-center,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-text-center p{text-align:center}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h6{text-align:center}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-list-center ul{display:table;margin:0 auto}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-listtext-center ul li p{text-align:center}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-justify.small-only-just-left p{text-align:left !important}}.com_bigwhiteduck_stacks_markdownpro_stack .mdp p:empty{display:none !important}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.quote-left[class*="text-"] blockquote{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.quote-left[class*="text-"] blockquote > p{text-align:left;margin-bottom:0}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.no-bot-margin >:nth-last-child(2){margin-bottom:0 !important}.com_bigwhiteduck_stacks_markdownpro_stack .md-clearfix::before,.com_bigwhiteduck_stacks_markdownpro_stack .md-clearfix::after{content:" ";display:table}.com_bigwhiteduck_stacks_markdownpro_stack .md-clearfix::after{clear:both}.com_bigwhiteduck_stacks_markdownpro_stack .mdp-cntrls{display:none !important}

.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}




:root{--light-gray:rgba(245, 245, 245, 1.00);--medium-gray:rgba(191, 191, 191, 1.00);--dark-gray:rgba(61, 61, 61, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(34, 89, 163, 1.00);--secondary:rgba(243, 146, 0, 1.00);--success:rgba(15, 161, 66, 1.00);--warning:rgba(243, 146, 0, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(34, 89, 163, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(4, 59, 133, 1.00);--secondary-dark:rgba(213, 116, 0, 1.00);--success-dark:rgba(0, 131, 36, 1.00);--warning-dark:rgba(213, 116, 0, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(99, 99, 99, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(34, 89, 163, 1.00);--link-color-hover:rgba(15, 161, 66, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:6px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(1400rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(34, 89, 163, 1.00);--link-color-hover:rgba(15, 161, 66, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(22rem/16)}h2,.h2{font-size:calc(22rem/16)}h3,.h3{font-size:calc(22rem/16)}h4,.h4{font-size:calc(16rem/16)}h5,.h5{font-size:calc(18rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(10rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(18rem/16)}h1,.h1{font-size:calc(37rem/16)}h2,.h2{font-size:calc(27rem/16)}h3,.h3{font-size:calc(27rem/16)}h4,.h4{font-size:calc(23rem/16)}h5,.h5{font-size:calc(18rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(18rem/16)}h1,.h1{font-size:calc(37rem/16)}h2,.h2{font-size:calc(27rem/16)}h3,.h3{font-size:calc(27rem/16)}h4,.h4{font-size:calc(23rem/16)}h5,.h5{font-size:calc(18rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(6rem/16)}body{}
/*!* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com* License - https://fontawesome.com/license (Commercial License)*/@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Font Awesome 5 Duotone';font-style:normal;font-weight:900;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.svg#fontawesome") format("svg")}.fad{position:relative;font-family:'Font Awesome 5 Duotone';font-weight:900}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:300;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.svg#fontawesome") format("svg")}.fal{font-family:'Font Awesome 5 Pro';font-weight:300}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Pro';font-weight:900} .close-button > span, .ico-arrow:after, .label:before, .accordion-title:before{font-family:'Font Awesome 5 Pro' !important;font-weight:900} 

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)}

@font-face{font-family:Montserrat;font-style:normal;font-weight:normal;src:url("https://kinderchirurgie-deister.de/fonts/Internacional-Light.eot");src:url("https://kinderchirurgie-deister.de/fonts/Internacional-Light.eot?#iefix") format("embedded-opentype");src:url("https://kinderchirurgie-deister.de/fonts/Internacional-Light.svg#font-pro") format("svg");src:url("https://kinderchirurgie-deister.de/fonts/Internacional-Light.ttf") format("truetype");src:url("https://kinderchirurgie-deister.de/fonts/Internacional-Light.woff2") format("woff2");src:url("https://kinderchirurgie-deister.de/fonts/Internacional-Light.woff") format("woff");}@font-face{font-family:Montserrat;font-style:normal;font-weight:bold;src:url("https://kinderchirurgie-deister.de/fonts/Internacional-Bold.eot");src:url("https://kinderchirurgie-deister.de/fonts/Internacional-Bold.eot?#iefix") format("embedded-opentype");src:url("https://kinderchirurgie-deister.de/fonts/Internacional-Bold.svg#font-pro") format("svg");src:url("https://kinderchirurgie-deister.de/fonts/Internacional-Bold.ttf") format("truetype");src:url("https://kinderchirurgie-deister.de/fonts/Internacional-Bold.woff2") format("woff2");src:url("https://kinderchirurgie-deister.de/fonts/Internacional-Bold.woff") format("woff");}
 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, 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),.fontpro-stacks_in_1799_18{font-family:"Montserrat",sans-serif }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-family:"Montserrat",sans-serif }
  h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6,     .button,.bigger p{font-weight:700 ;}
            .bigger p{font-size:calc(20rem/16) ;}@media only screen and (min-width:40em) {            .bigger p{font-size:calc(20rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .bigger p{font-size:calc(20rem/16) ;line-height:1.50 }}

 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,.fontpro-stacks_in_1799_25{line-height:1.30 ;letter-spacing:0.00em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ;  }
       h1>br,.font-family-h1>br,h1 a>br,.font-family-h1 a>br, h2>br,.font-family-h2>br,h2 a>br,.font-family-h2 a>br, h3>br,.font-family-h3>br,h3 a>br,.font-family-h3 a>br, h4>br,.font-family-h4>br,h4 a>br,.font-family-h4 a>br, h5>br,.font-family-h5>br,h5 a>br,.font-family-h5 a>br, h6>br,.font-family-h6>br,h6 a>br,.font-family-h6 a>br,.fontpro-stacks_in_1799_25 > br{display:block;content:' ';padding-bottom:0.00em }
  
  
  
  
.bigp{padding-top:1.5rem ;padding-bottom:1.5rem ;} @media only screen and (min-width:40em){.bigp{padding-top:3rem ;padding-bottom:3rem ;}}@media only screen and (min-width:64em){.bigp{padding-top:6rem ;padding-bottom:6rem ;}} 
.fullCont{height:100% ;}  
.fullHeight{height:100vh !important;}  
.headerText{text-shadow:0px 0px 8px rgba(0, 0, 0, 0.76);}
.karte{box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.22);}
.quadrat{display:flex;align-items:center;aspect-ratio:1/1;}
#upButton{height:40.00px ;}@media only screen and (min-width:40em){#upButton{height:40.00px }}@media only screen and (min-width:64em){#upButton{height:40.00px }}
#upButton{width:40.00px ;}@media only screen and (min-width:40em){#upButton{width:40.00px }}@media only screen and (min-width:64em){#upButton{width:40.00px }}
#upButton{position:fixed   ;z-index:99 ;top:unset ;bottom:30px ;left:unset ;right:30px ;}
#upButton{display:none } 
#upButton{background-color:var(--primary) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){#upButton{background-attachment:scroll!important}}
#upButton:hover{background-color:var(--secondary) ;background-color:rgba(51, 51, 51, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){#upButton:hover{background-attachment:scroll!important}}
#upButton{color:rgba(255, 255, 255, 1.00) ;}
#upButton:hover{color:rgba(204, 204, 204, 1.00) ;}
#upButton{cursor:pointer }
#upButton{border-radius:6px ;}
#upButton{padding-top:6.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){#upButton{padding-top:6.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){#upButton{padding-top:6.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}
            #upButton{font-size:calc(24rem/16) ;line-height:0.00 ;}@media only screen and (min-width:40em) {            #upButton{font-size:calc(24rem/16) }}@media only screen and (min-width:64em) {            #upButton{font-size:calc(24rem/16) }}
#upButton{box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);}
#upButton:hover{box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);}
.smenu{height:100vh ;}  
.smenu{width:100.00% ;}@media only screen and (min-width:40em){.smenu{width:100.00% }}@media only screen and (min-width:64em){.smenu{width:100.00% }}
.smenu{background-color:var(--primary) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.smenu{background-attachment:scroll!important}}
.smenuBefore{position:fixed   ;z-index:0 ;top:-100% ;bottom:unset ;left:unset ;right:unset ;}
.smenuMove{position:fixed   !important;z-index:9999 !important;top:0px !important;bottom:unset !important;left:unset !important;right:unset !important;}
.smenu{transition:all 240ms ease-in 0ms }
.smenuBefore{transition:all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 0ms }
.xbutton{color:var(--black) !important;}
            .xbutton{font-size:calc(32rem/16) ;}@media only screen and (min-width:40em) {            .xbutton{font-size:calc(32rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .xbutton{font-size:calc(32rem/16) ;line-height:1.50 }}
.smenu{box-shadow: 2px 0px 12px 0px rgba(0, 0, 0, 0.19);}
 .topMenu>.menu a, .menu.topMenu a{--menu-link-color:rgba(34, 89, 163, 1.00);--menu-link-color-hover:rgba(15, 161, 66, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(34, 89, 163, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .topMenu>.menu .menu-text, .menu.topMenu .menu-text{--menu-text-color:rgba(255, 255, 255, 1.00)} .topMenu>.menu>li>a, .menu.topMenu>li>a{padding-top:1rem;padding-bottom:1rem} .topMenu>.menu .submenu>li>a, .menu.topMenu .submenu>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .topMenu>.menu li.active>a, .topMenu>.menu li.is-active>a, .topMenu>.menu a.is-active, .menu.topMenu li.active>a, .menu.topMenu li.is-active>a, .menu.topMenu a.is-active{--menu-bg-color:rgba(241, 138, 9, 0.00);--menu-link-color:rgba(15, 161, 66, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(15, 161, 66, 1.00)} .topMenu>.menu .submenu li.active>a, .topMenu>.menu .submenu li.is-active>a, .topMenu>.menu .submenu a.is-active, .menu.topMenu .submenu li.active>a, .menu.topMenu .submenu li.is-active>a, .menu.topMenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .topMenu>.menu .submenu a, .menu.topMenu .submenu a{--menu-caret-color:rgba(34, 89, 163, 1.00)} .topMenu>.menu .submenu, .menu.topMenu .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:1px solid rgba(202, 202, 202, 1.00)} .topMenu>.menu .submenu a, .menu.topMenu .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(34, 89, 163, 1.00);--menu-link-color-hover:rgba(255, 255, 255, 1.00)} .topMenu>.menu .submenu .menu-text, .menu.topMenu .submenu .menu-text{--menu-text-color:rgba(255, 255, 255, 1.00)} .topMenu>.menu .submenu li.active>a, .topMenu>.menu .submenu li.is-active>a, .topMenu>.menu .submenu a.is-active, .menu.topMenu .submenu li.active>a, .menu.topMenu .submenu li.is-active>a, .menu.topMenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(85, 148, 78, 0.24);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)}
 .topMenuMobile>.menu a, .menu.topMenuMobile a{--menu-link-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .topMenuMobile>.menu .menu-text, .menu.topMenuMobile .menu-text{--menu-text-color:rgba(255, 255, 255, 1.00)} .topMenuMobile>.menu>li>a, .menu.topMenuMobile>li>a{padding-top:1rem;padding-bottom:1rem} .topMenuMobile>.menu .submenu>li>a, .menu.topMenuMobile .submenu>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .topMenuMobile>.menu li.active>a, .topMenuMobile>.menu li.is-active>a, .topMenuMobile>.menu a.is-active, .menu.topMenuMobile li.active>a, .menu.topMenuMobile li.is-active>a, .menu.topMenuMobile a.is-active{--menu-bg-color:rgba(85, 148, 78, 0.00);--menu-link-color:rgba(243, 146, 0, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(243, 146, 0, 1.00)} .topMenuMobile>.menu .submenu li.active>a, .topMenuMobile>.menu .submenu li.is-active>a, .topMenuMobile>.menu .submenu a.is-active, .menu.topMenuMobile .submenu li.active>a, .menu.topMenuMobile .submenu li.is-active>a, .menu.topMenuMobile .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .topMenuMobile>.menu .submenu a, .menu.topMenuMobile .submenu a{--menu-caret-color:rgba(255, 255, 255, 1.00)} .topMenuMobile>.menu .submenu, .menu.topMenuMobile .submenu{--submenu-bg-color:rgba(254, 254, 254, 0.00);--submenu-border:1px solid rgba(202, 202, 202, 1.00)} .topMenuMobile>.menu .submenu a, .menu.topMenuMobile .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(255, 255, 255, 1.00)} .topMenuMobile>.menu .submenu .menu-text, .menu.topMenuMobile .submenu .menu-text{--menu-text-color:rgba(255, 255, 255, 1.00)} .topMenuMobile>.menu .submenu li.active>a, .topMenuMobile>.menu .submenu li.is-active>a, .topMenuMobile>.menu .submenu a.is-active, .menu.topMenuMobile .submenu li.active>a, .menu.topMenuMobile .submenu li.is-active>a, .menu.topMenuMobile .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(85, 148, 78, 0.00);--menu-link-color:rgba(85, 148, 78, 0.00);--menu-link-color-hover:rgba(85, 148, 78, 0.00)}
.topbarShadow{box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.19);}
.menuLogo{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.menuLogo{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.menuLogo{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:-50.00px ;margin-left:0.00px }}
         .menu li,   .menu>li>a{font-size:calc(20rem/16) !important;font-weight:700 !important;}@media only screen and (min-width:40em) {         .menu li,   .menu>li>a{font-size:calc(20rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {         .menu li,   .menu>li>a{font-size:calc(16rem/16) !important;line-height:1.50 !important}}
.smenuBefore{opacity:0.00 }
.smenuMove{opacity:1.00 }
.menuDiv{border-color:rgba(243, 146, 0, 1.00) ;border-top-width:4px ;border-top-style:solid ;}

            .dropdown-pane .menu>li>a{font-size:calc(16rem/16) !important;font-weight:700 !important;}@media only screen and (min-width:40em) {            .dropdown-pane .menu>li>a{font-size:calc(16rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .dropdown-pane .menu>li>a{font-size:calc(16rem/16) !important;line-height:1.50 !important}}
.dropdown-pane .menu>li>a{color:rgba(255, 255, 255, 1.00) !important;}
.dropdown-pane .menu>li>a:hover{color:rgba(243, 146, 0, 1.00) !important;}
.dropdown-pane{border-radius:0px 0px 6px 6px ;}
.dropdown-pane .main-menu>.menu>li>a{padding-top:4.00px ;padding-right:0.00px ;padding-bottom:4.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.dropdown-pane .main-menu>.menu>li>a{padding-top:6.00px ;padding-right:0.00px ;padding-bottom:6.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.dropdown-pane .main-menu>.menu>li>a{padding-top:6.00px ;padding-right:8.00px ;padding-bottom:6.00px ;padding-left:8.00px }}







.dropdown-pane

{
    transform-origin: 50% 0% ;
    transform-style: flat ;
    transform :
        
        
        translate3d(0px, 20px, 0px)
        
        
        
        
        ;
}







.dropdown-pane.is-open

{
    transform-origin: 50% 0% ;
    transform-style: flat ;
    transform :
        
        
        translateZ(0)
        
        
        
        
        ;
}

.dropdown-pane{box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);}
.dropdown-pane{transition:all 200ms ease 0ms }
.dropdown-pane{width:auto ;min-width:200.00px ;max-width:350.00px ;}  
.dropdown-pane{background-color:rgba(34, 89, 163, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.dropdown-pane{background-attachment:scroll!important}}
.dropdown-pane, .dropdown-pane.is-open{z-index:999999 }
.dropdown-caret{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.dropdown-caret{margin-top:-26.00px ;margin-right:0.00px ;margin-bottom:26.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.dropdown-caret{margin-top:-26.00px ;margin-right:0.00px ;margin-bottom:26.00px ;margin-left:0.00px }}
.dropdown-pane{position:fixed   ;z-index:99999 ;top:0px ;bottom:unset ;left:unset ;right:unset ;}
.stacks_in_1800_55{line-height:0}.stacks_in_1800_55 svg{display:inline-block;max-width:12px;height:auto;}.stacks_in_1800_55.full-width svg{width:100%;height:auto}.stacks_in_1800_55 svg *{fill:rgba(243, 146, 0, 1.00)}
.stacks_in_1800_82{line-height:0}.stacks_in_1800_82 svg{display:inline-block;max-width:12px;height:auto;}.stacks_in_1800_82.full-width svg{width:100%;height:auto}.stacks_in_1800_82 svg *{fill:rgba(243, 146, 0, 1.00)}
.chroma-mark{position:relative}#stacks_in_1800_146.chroma-marker{position:absolute;top:0.00px}
            .topperMenu .menu>li>a{font-size:calc(12rem/16) !important;font-weight:600 !important;}@media only screen and (min-width:40em) {            .topperMenu .menu>li>a{font-size:calc(11rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .topperMenu .menu>li>a{font-size:calc(12rem/16) !important;line-height:1.50 !important}}
 .topperMenu .fas,.topperMenu .fa{color:rgba(243, 146, 0, 1.00);transition:color 200ms;}  
.info_banner{background-color:rgba(243, 146, 0, 1.00) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.info_banner{background-attachment:scroll!important}}
.info_banner{border-style:none !important;}
#stacks_in_1800_150 > .chroma-scroll-pro > .slide-head{display:none}#stacks_in_1800_150 > .chroma-scroll-pro > .slide-head.is-active{display:block}#stacks_in_1800_150 > .chroma-scroll-pro > .slide-head .top-bar{z-index:6000}#stacks_in_1800_150 > .chroma-scroll-pro > .su-content .top-bar-wrapper,#stacks_in_1800_150 > .chroma-scroll-pro > .su-content .oc-toggle.facet-mb,#stacks_in_1800_150 > .chroma-scroll-pro > .su-content [data-magellan-expedition],#stacks_in_1800_150 > .chroma-scroll-pro > .su-content [data-magellan-expedition].mg-menu::after,#stacks_in_1800_150 > .chroma-scroll-pro > .su-content nav.navigation_bar{background:transparent !important}#stacks_in_1800_150 > .chroma-scroll.no-overflow > .su-content > .stacks_out{overflow:hidden !important}#stacks_in_1800_150 > .chroma-scroll-pro.slide-fresh,#stacks_in_1800_150 > .chroma-scroll-pro.stick-no-ani{-webkit-animation-duration:1ms !important;animation-duration:1ms !important}#stacks_in_1800_150 > .chroma-scroll-pro.slide-fresh > .su-content::after,#stacks_in_1800_150 > .chroma-scroll-pro.stick-no-ani > .su-content::after{-webkit-transition-duration:1ms !important;transition-duration:1ms !important}#stacks_in_1800_150 > .chroma-scroll-pro.pre-load,#stacks_in_1800_150 > .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_1800_150 > .chroma-scroll-pro.pre-load .su-content,#stacks_in_1800_150 > .chroma-scroll-pro.header-slide.pre-load .su-content{height:0px !important;padding:0px !important}@media screen and (max-width:428px){#stacks_in_1800_150 > .chroma-scroll-pro > .slide-head.is-active.small-head-hide{display:none}#stacks_in_1800_150 > .chroma-scroll-pro > .slide-head.is-active.small-head-show{display:block}#stacks_in_1800_150 > .chroma-scroll-pro.mob-no-bg[data-style] > .su-content::after{background-color:transparent}#stacks_in_1800_150 > .chroma-scroll-pro.mob-no-bg.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1800_150.mob-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_1800_150.mob-static > .su-pad[style]{height:0px !important}.su-pad.mob-static.spacer-stacks_in_1800_150[style]{height:0px !important}#stacks_in_1800_150.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky,#stacks_in_1800_150.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky{position:fixed;top:0}}@media screen and (min-width:428px){#stacks_in_1800_150.large-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_1800_150.large-static > .su-pad[style]{height:0px !important}}#stacks_in_1800_150{overflow:visible;-webkit-overflow-scrolling:touch}.su-pad.spacer-stacks_in_1800_150{width:100%;min-width:100%}.su-pad.spacer-stacks_in_1800_150.posFixed.allow-overlay,.su-pad.spacer-stacks_in_1800_150.posFixed.fix-bot{height:0px !important;visibility:hidden !important}@media screen and (max-width:428px){.su-pad.spacer-stacks_in_1800_150.hide-below-bp{display:none}}@media screen and (min-width:428px){.su-pad.spacer-stacks_in_1800_150.hide-above-bp{display:none}}#stacks_in_1800_150.width-contain{width:auto;display:inline-block}#stacks_in_1800_150.width-contain > .chroma-scroll-pro.is-fixed{border-radius:none}#stacks_in_1800_150.width-contain > .chroma-scroll-pro.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1800_150.width-contain > .chroma-scroll-pro.is-fixed > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_1800_150.width-contain > .chroma-scroll-pro.is-fixed.su-right{right:0}#stacks_in_1800_150.width-contain > .chroma-scroll-pro.is-fixed.su-left{left:0}#stacks_in_1800_150.width-contain > .chroma-scroll-pro.is-fixed.su-center{left:0;right:0;text-align:center}#stacks_in_1800_150.width-contain > .chroma-scroll-pro.is-fixed.su-center > .su-content{display:inline-block;margin:0;vertical-align:top}#stacks_in_1800_150 > .chroma-scroll-pro{-webkit-overflow-scrolling:touch}#stacks_in_1800_150 > .chroma-scroll-pro > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_1800_150 > .chroma-scroll-pro.is-fixed .su-content.oc-toggle{-webkit-backface-visibility:hidden;z-index:3030}#stacks_in_1800_150 > .chroma-scroll-pro.is-fixed:not(.width-contain).abs-left{left:0px}#stacks_in_1800_150 > .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_1800_150 > .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_1800_150.width-contain > .chroma-scroll-pro.su-center{border-radius:none}#stacks_in_1800_150.width-contain > .chroma-scroll-pro.su-center.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1800_150.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_1800_150 .style-defs{display:none}#stacks_in_1800_150 > .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_1800_150 > .chroma-scroll-pro > .su-content{-webkit-transition:padding 200ms ease-in-out;transition:padding 200ms ease-in-out}#stacks_in_1800_150 > .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_1800_150 > .chroma-scroll-pro[data-style="default_style"] > .su-content{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] > .su-content::after{background:rgba(34, 89, 163, 1.00)}@media screen and (max-width:428px){#stacks_in_1800_150 > .chroma-scroll-pro > .su-content{padding:0 !important}}#stacks_in_1800_150 > .chroma-scroll-pro li a,#stacks_in_1800_150 > .chroma-scroll-pro .b-p:not(.custom) > .bp-text{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_1800_150 > .chroma-scroll-pro .bb-site-title,#stacks_in_1800_150 > .chroma-scroll-pro .bb-site-title h1,#stacks_in_1800_150 > .chroma-scroll-pro .bb-site-title h2,#stacks_in_1800_150 > .chroma-scroll-pro .bb-site-title h3,#stacks_in_1800_150 > .chroma-scroll-pro .bb-site-title h4,#stacks_in_1800_150 > .chroma-scroll-pro .bb-site-title h5,#stacks_in_1800_150 > .chroma-scroll-pro .bb-site-title h6,#stacks_in_1800_150 > .chroma-scroll-pro .bb-site-title p{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_1800_150 > .chroma-scroll-pro .site-title,#stacks_in_1800_150 > .chroma-scroll-pro .site-slogan,#stacks_in_1800_150 > .chroma-scroll-pro .mag-title,#stacks_in_1800_150 > .chroma-scroll-pro .navigation_branding a{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] li a:not(.button):not(.active):not(.Selected),#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .b-p:not(.custom):not(.active):not(.Selected) > .bp-text{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title h1,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title h2,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title h3,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title h4,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title h5,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title h6,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title p{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .site-title,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .site-slogan,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .mag-title,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .navigation_branding a{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .duck-burger:not(.toggle-open) > .burg,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .duck-burger:not(.toggle-open) > .burg::before,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .duck-burger:not(.toggle-open) > .burg::after{background:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .duck-burger.toggle-open > .burg:not(.trans-duck-classic):not(.trans-stand){background:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .duck-burger.toggle-open > .burg::before,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .duck-burger.toggle-open > .burg::after{background:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .toggle-icon .toggle-fa{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .toggle-icon .toggle-burger.burger-wrapper > .burger > div{background:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .toggle-text{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .navigation_container .fa{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .toggle-topbar.menu-icon > a > span{color:rgba(255, 255, 255, 1.00)}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .toggle-topbar.menu-icon > a > span::after{-webkit-box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00) !important;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) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .mg-menu .menu-label{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .mg-menu .burg::before,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .mg-menu .burg::after{background-color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .mg-menu:not(.toggle-open) .burg{background-color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro .top-bar .title-area li.name,#stacks_in_1800_150 > .chroma-scroll-pro .toggle-contents .main-title,#stacks_in_1800_150 > .chroma-scroll-pro .mag-title-area,#stacks_in_1800_150 > .chroma-scroll-pro .navigation_branding,#stacks_in_1800_150 > .chroma-scroll-pro .bb-site-title{-webkit-transition:opacity 200ms !important;transition:opacity 200ms !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .top-bar .title-area li.name,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .toggle-contents .main-title,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .mag-title-area,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .navigation_branding,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .branding_logo,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title{-webkit-transition:opacity 0ms !important;transition:opacity 0ms !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"] > .su-content .top-bar ul.dropdown{background:rgba(34, 89, 163, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="default_style"].tb-mob .top-bar ul.dropdown{background:none !important}#stacks_in_1800_150 > .chroma-scroll-pro.is-fixed{z-index:1001;}#stacks_in_1800_150 > .chroma-scroll-pro.is-fixed.foc{z-index:3001}#stacks_in_1800_150 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-left{left:0 !important}#stacks_in_1800_150 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right{right:0 !important}#stacks_in_1800_150 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right:not(.toggle-button){left:0 !important}#stacks_in_1800_150 > .chroma-scroll-pro.is-static{position:relative;z-index:999}#stacks_in_1800_150 > .chroma-scroll-pro.is-fixed .oc-toggle{position:relative}#stacks_in_1800_150 > .chroma-scroll-pro.content-right{text-align:right}@media screen and (max-width:428px){#stacks_in_1800_150 > .chroma-scroll-pro.hide-below-bp{display:none}}@media screen and (min-width:428px){#stacks_in_1800_150 > .chroma-scroll-pro.hide-above-bp{display:none}}#stacks_in_1800_150 > .chroma-scroll-pro.is-fixed{position:fixed}#stacks_in_1800_150 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_1800_150 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top: 0px }#stacks_in_1800_150 > .chroma-scroll-pro.is-fixed.fix-bot{bottom: 0px }#stacks_in_1800_150 > .chroma-scroll-pro.is-fixed.fix-full-width{left:0;width:100% !important}@media screen and (max-width:428px){#stacks_in_1800_150 > .chroma-scroll-pro.is-fixed.mob-full-width{left:0;width:100% !important}}@media screen and (min-width:428px){#stacks_in_1800_150 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_1800_150 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top:0px}#stacks_in_1800_150 > .chroma-scroll-pro.is-fixed.fix-bot{bottom:0px}}
#stacks_in_1800_150>.chroma-scroll-pro.is-fixed.fixed-shadow   {-webkit-box-shadow:0px  0px  0px 1px rgba(0, 0, 0, 0.04);box-shadow:0px  0px  0px 1px rgba(0, 0, 0, 0.04)}#stacks_in_1800_150.width-contain>.chroma-scroll-pro.is-fixed.fixed-shadow>.su-content::after   {-webkit-box-shadow:0px  0px  0px 1px rgba(0, 0, 0, 0.04);box-shadow:0px  0px  0px 1px rgba(0, 0, 0, 0.04)}
#stacks_in_1800_150 > .chroma-scroll-pro[data-style="style1"] > .su-content{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="style1"] > .su-content::after{background:rgba(111, 159, 201, 1.00)}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="style1"] > .su-content .top-bar ul.dropdown{background:rgba(111, 159, 201, 1.00) !important}#stacks_in_1800_150 > .chroma-scroll-pro[data-style="style1"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_1800_150 > .chroma-scroll-pro[data-style="style1"].tb-mob .top-bar ul.dropdown{background:none !important}
#stacks_in_1800_178 > .chroma-scroll-pro > .slide-head{display:none}#stacks_in_1800_178 > .chroma-scroll-pro > .slide-head.is-active{display:block}#stacks_in_1800_178 > .chroma-scroll-pro > .slide-head .top-bar{z-index:6000}#stacks_in_1800_178 > .chroma-scroll-pro > .su-content .top-bar-wrapper,#stacks_in_1800_178 > .chroma-scroll-pro > .su-content .oc-toggle.facet-mb,#stacks_in_1800_178 > .chroma-scroll-pro > .su-content [data-magellan-expedition],#stacks_in_1800_178 > .chroma-scroll-pro > .su-content [data-magellan-expedition].mg-menu::after,#stacks_in_1800_178 > .chroma-scroll-pro > .su-content nav.navigation_bar{background:transparent !important}#stacks_in_1800_178 > .chroma-scroll.no-overflow > .su-content > .stacks_out{overflow:hidden !important}#stacks_in_1800_178 > .chroma-scroll-pro.slide-fresh,#stacks_in_1800_178 > .chroma-scroll-pro.stick-no-ani{-webkit-animation-duration:1ms !important;animation-duration:1ms !important}#stacks_in_1800_178 > .chroma-scroll-pro.slide-fresh > .su-content::after,#stacks_in_1800_178 > .chroma-scroll-pro.stick-no-ani > .su-content::after{-webkit-transition-duration:1ms !important;transition-duration:1ms !important}#stacks_in_1800_178 > .chroma-scroll-pro.pre-load,#stacks_in_1800_178 > .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_1800_178 > .chroma-scroll-pro.pre-load .su-content,#stacks_in_1800_178 > .chroma-scroll-pro.header-slide.pre-load .su-content{height:0px !important;padding:0px !important}@media screen and (max-width:768px){#stacks_in_1800_178 > .chroma-scroll-pro > .slide-head.is-active.small-head-hide{display:none}#stacks_in_1800_178 > .chroma-scroll-pro > .slide-head.is-active.small-head-show{display:block}#stacks_in_1800_178 > .chroma-scroll-pro.mob-no-bg[data-style] > .su-content::after{background-color:transparent}#stacks_in_1800_178 > .chroma-scroll-pro.mob-no-bg.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1800_178.mob-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_1800_178.mob-static > .su-pad[style]{height:0px !important}.su-pad.mob-static.spacer-stacks_in_1800_178[style]{height:0px !important}#stacks_in_1800_178.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky,#stacks_in_1800_178.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky{position:fixed;top:0}}@media screen and (min-width:768px){#stacks_in_1800_178.large-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_1800_178.large-static > .su-pad[style]{height:0px !important}}#stacks_in_1800_178{overflow:visible;-webkit-overflow-scrolling:touch}.su-pad.spacer-stacks_in_1800_178{width:100%;min-width:100%}.su-pad.spacer-stacks_in_1800_178.posFixed.allow-overlay,.su-pad.spacer-stacks_in_1800_178.posFixed.fix-bot{height:0px !important;visibility:hidden !important}@media screen and (max-width:768px){.su-pad.spacer-stacks_in_1800_178.hide-below-bp{display:none}}@media screen and (min-width:768px){.su-pad.spacer-stacks_in_1800_178.hide-above-bp{display:none}}#stacks_in_1800_178.width-contain{width:auto;display:inline-block}#stacks_in_1800_178.width-contain > .chroma-scroll-pro.is-fixed{border-radius:none}#stacks_in_1800_178.width-contain > .chroma-scroll-pro.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1800_178.width-contain > .chroma-scroll-pro.is-fixed > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_1800_178.width-contain > .chroma-scroll-pro.is-fixed.su-right{right:0}#stacks_in_1800_178.width-contain > .chroma-scroll-pro.is-fixed.su-left{left:0}#stacks_in_1800_178.width-contain > .chroma-scroll-pro.is-fixed.su-center{left:0;right:0;text-align:center}#stacks_in_1800_178.width-contain > .chroma-scroll-pro.is-fixed.su-center > .su-content{display:inline-block;margin:0;vertical-align:top}#stacks_in_1800_178 > .chroma-scroll-pro{-webkit-overflow-scrolling:touch}#stacks_in_1800_178 > .chroma-scroll-pro > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_1800_178 > .chroma-scroll-pro.is-fixed .su-content.oc-toggle{-webkit-backface-visibility:hidden;z-index:3030}#stacks_in_1800_178 > .chroma-scroll-pro.is-fixed:not(.width-contain).abs-left{left:0px}#stacks_in_1800_178 > .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_1800_178 > .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_1800_178.width-contain > .chroma-scroll-pro.su-center{border-radius:none}#stacks_in_1800_178.width-contain > .chroma-scroll-pro.su-center.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1800_178.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_1800_178 .style-defs{display:none}#stacks_in_1800_178 > .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_1800_178 > .chroma-scroll-pro > .su-content{-webkit-transition:padding 200ms ease-in-out;transition:padding 200ms ease-in-out}#stacks_in_1800_178 > .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_1800_178 > .chroma-scroll-pro[data-style="default_style"] > .su-content{padding-top:12px;padding-bottom:12px;padding-left:0px;padding-right:0px}#stacks_in_1800_178 > .chroma-scroll-pro[data-style="default_style"] > .su-content::after{background:rgba(255, 255, 255, 1.00)}@media screen and (max-width:768px){#stacks_in_1800_178 > .chroma-scroll-pro > .su-content{padding:0 !important}}#stacks_in_1800_178 > .chroma-scroll-pro li a,#stacks_in_1800_178 > .chroma-scroll-pro .b-p:not(.custom) > .bp-text{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_1800_178 > .chroma-scroll-pro .bb-site-title,#stacks_in_1800_178 > .chroma-scroll-pro .bb-site-title h1,#stacks_in_1800_178 > .chroma-scroll-pro .bb-site-title h2,#stacks_in_1800_178 > .chroma-scroll-pro .bb-site-title h3,#stacks_in_1800_178 > .chroma-scroll-pro .bb-site-title h4,#stacks_in_1800_178 > .chroma-scroll-pro .bb-site-title h5,#stacks_in_1800_178 > .chroma-scroll-pro .bb-site-title h6,#stacks_in_1800_178 > .chroma-scroll-pro .bb-site-title p{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_1800_178 > .chroma-scroll-pro .site-title,#stacks_in_1800_178 > .chroma-scroll-pro .site-slogan,#stacks_in_1800_178 > .chroma-scroll-pro .mag-title,#stacks_in_1800_178 > .chroma-scroll-pro .navigation_branding a{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_1800_178 > .chroma-scroll-pro .top-bar .title-area li.name,#stacks_in_1800_178 > .chroma-scroll-pro .toggle-contents .main-title,#stacks_in_1800_178 > .chroma-scroll-pro .mag-title-area,#stacks_in_1800_178 > .chroma-scroll-pro .navigation_branding,#stacks_in_1800_178 > .chroma-scroll-pro .bb-site-title{-webkit-transition:opacity 200ms !important;transition:opacity 200ms !important}#stacks_in_1800_178 > .chroma-scroll-pro[data-style="default_style"] .top-bar .title-area li.name,#stacks_in_1800_178 > .chroma-scroll-pro[data-style="default_style"] .toggle-contents .main-title,#stacks_in_1800_178 > .chroma-scroll-pro[data-style="default_style"] .mag-title-area,#stacks_in_1800_178 > .chroma-scroll-pro[data-style="default_style"] .navigation_branding,#stacks_in_1800_178 > .chroma-scroll-pro[data-style="default_style"] .branding_logo,#stacks_in_1800_178 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title{-webkit-transition:opacity 0ms !important;transition:opacity 0ms !important}#stacks_in_1800_178 > .chroma-scroll-pro[data-style="default_style"] > .su-content .top-bar ul.dropdown{background:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_178 > .chroma-scroll-pro[data-style="default_style"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_1800_178 > .chroma-scroll-pro[data-style="default_style"].tb-mob .top-bar ul.dropdown{background:none !important}#stacks_in_1800_178 > .chroma-scroll-pro.is-fixed{z-index:1001;}#stacks_in_1800_178 > .chroma-scroll-pro.is-fixed.foc{z-index:3001}#stacks_in_1800_178 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-left{left:0 !important}#stacks_in_1800_178 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right{right:0 !important}#stacks_in_1800_178 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right:not(.toggle-button){left:0 !important}#stacks_in_1800_178 > .chroma-scroll-pro.is-static{position:relative;z-index:999}#stacks_in_1800_178 > .chroma-scroll-pro.is-fixed .oc-toggle{position:relative}#stacks_in_1800_178 > .chroma-scroll-pro.content-right{text-align:right}@media screen and (max-width:768px){#stacks_in_1800_178 > .chroma-scroll-pro.hide-below-bp{display:none}}@media screen and (min-width:768px){#stacks_in_1800_178 > .chroma-scroll-pro.hide-above-bp{display:none}}#stacks_in_1800_178 > .chroma-scroll-pro.is-fixed{position:fixed}#stacks_in_1800_178 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_1800_178 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top: 0px }#stacks_in_1800_178 > .chroma-scroll-pro.is-fixed.fix-bot{bottom: 0px }#stacks_in_1800_178 > .chroma-scroll-pro.is-fixed.fix-full-width{left:0;width:100% !important}@media screen and (max-width:768px){#stacks_in_1800_178 > .chroma-scroll-pro.is-fixed.mob-full-width{left:0;width:100% !important}}@media screen and (min-width:768px){#stacks_in_1800_178 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_1800_178 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top:0px}#stacks_in_1800_178 > .chroma-scroll-pro.is-fixed.fix-bot{bottom:0px}}
#stacks_in_1800_178>.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_1800_178.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)}
.stacks_in_1800_183 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}

.stacks_in_1800_187 img{width:100%;max-width:250px}

#stacks_in_1800_178 > .chroma-scroll-pro[data-style="scrolled"] > .su-content{padding-top:8px;padding-bottom:8px;padding-left:12px;padding-right:12px}#stacks_in_1800_178 > .chroma-scroll-pro[data-style="scrolled"] > .su-content::after{background:rgba(255, 255, 255, 1.00)}#stacks_in_1800_178 > .chroma-scroll-pro[data-style="scrolled"] > .su-content .top-bar ul.dropdown{background:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_178 > .chroma-scroll-pro[data-style="scrolled"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_1800_178 > .chroma-scroll-pro[data-style="scrolled"].tb-mob .top-bar ul.dropdown{background:none !important}
#stacks_in_1800_215 > .chroma-scroll-pro > .slide-head{display:none}#stacks_in_1800_215 > .chroma-scroll-pro > .slide-head.is-active{display:block}#stacks_in_1800_215 > .chroma-scroll-pro > .slide-head .top-bar{z-index:6000}#stacks_in_1800_215 > .chroma-scroll-pro > .su-content .top-bar-wrapper,#stacks_in_1800_215 > .chroma-scroll-pro > .su-content .oc-toggle.facet-mb,#stacks_in_1800_215 > .chroma-scroll-pro > .su-content [data-magellan-expedition],#stacks_in_1800_215 > .chroma-scroll-pro > .su-content [data-magellan-expedition].mg-menu::after,#stacks_in_1800_215 > .chroma-scroll-pro > .su-content nav.navigation_bar{background:transparent !important}#stacks_in_1800_215 > .chroma-scroll.no-overflow > .su-content > .stacks_out{overflow:hidden !important}#stacks_in_1800_215 > .chroma-scroll-pro.slide-fresh,#stacks_in_1800_215 > .chroma-scroll-pro.stick-no-ani{-webkit-animation-duration:1ms !important;animation-duration:1ms !important}#stacks_in_1800_215 > .chroma-scroll-pro.slide-fresh > .su-content::after,#stacks_in_1800_215 > .chroma-scroll-pro.stick-no-ani > .su-content::after{-webkit-transition-duration:1ms !important;transition-duration:1ms !important}#stacks_in_1800_215 > .chroma-scroll-pro.pre-load,#stacks_in_1800_215 > .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_1800_215 > .chroma-scroll-pro.pre-load .su-content,#stacks_in_1800_215 > .chroma-scroll-pro.header-slide.pre-load .su-content{height:0px !important;padding:0px !important}@media screen and (max-width:768px){#stacks_in_1800_215 > .chroma-scroll-pro > .slide-head.is-active.small-head-hide{display:none}#stacks_in_1800_215 > .chroma-scroll-pro > .slide-head.is-active.small-head-show{display:block}#stacks_in_1800_215 > .chroma-scroll-pro.mob-no-bg[data-style] > .su-content::after{background-color:transparent}#stacks_in_1800_215 > .chroma-scroll-pro.mob-no-bg.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1800_215.mob-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_1800_215.mob-static > .su-pad[style]{height:0px !important}.su-pad.mob-static.spacer-stacks_in_1800_215[style]{height:0px !important}#stacks_in_1800_215.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky,#stacks_in_1800_215.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky{position:fixed;top:0}}@media screen and (min-width:768px){#stacks_in_1800_215.large-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_1800_215.large-static > .su-pad[style]{height:0px !important}}#stacks_in_1800_215{overflow:visible;-webkit-overflow-scrolling:touch}.su-pad.spacer-stacks_in_1800_215{width:100%;min-width:100%}.su-pad.spacer-stacks_in_1800_215.posFixed.allow-overlay,.su-pad.spacer-stacks_in_1800_215.posFixed.fix-bot{height:0px !important;visibility:hidden !important}@media screen and (max-width:768px){.su-pad.spacer-stacks_in_1800_215.hide-below-bp{display:none}}@media screen and (min-width:768px){.su-pad.spacer-stacks_in_1800_215.hide-above-bp{display:none}}#stacks_in_1800_215.width-contain{width:auto;display:inline-block}#stacks_in_1800_215.width-contain > .chroma-scroll-pro.is-fixed{border-radius:none}#stacks_in_1800_215.width-contain > .chroma-scroll-pro.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1800_215.width-contain > .chroma-scroll-pro.is-fixed > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_1800_215.width-contain > .chroma-scroll-pro.is-fixed.su-right{right:0}#stacks_in_1800_215.width-contain > .chroma-scroll-pro.is-fixed.su-left{left:0}#stacks_in_1800_215.width-contain > .chroma-scroll-pro.is-fixed.su-center{left:0;right:0;text-align:center}#stacks_in_1800_215.width-contain > .chroma-scroll-pro.is-fixed.su-center > .su-content{display:inline-block;margin:0;vertical-align:top}#stacks_in_1800_215 > .chroma-scroll-pro{-webkit-overflow-scrolling:touch}#stacks_in_1800_215 > .chroma-scroll-pro > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_1800_215 > .chroma-scroll-pro.is-fixed .su-content.oc-toggle{-webkit-backface-visibility:hidden;z-index:3030}#stacks_in_1800_215 > .chroma-scroll-pro.is-fixed:not(.width-contain).abs-left{left:0px}#stacks_in_1800_215 > .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_1800_215 > .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_1800_215.width-contain > .chroma-scroll-pro.su-center{border-radius:none}#stacks_in_1800_215.width-contain > .chroma-scroll-pro.su-center.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1800_215.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_1800_215 .style-defs{display:none}#stacks_in_1800_215 > .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_1800_215 > .chroma-scroll-pro > .su-content{-webkit-transition:padding 200ms ease-in-out;transition:padding 200ms ease-in-out}#stacks_in_1800_215 > .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_1800_215 > .chroma-scroll-pro[data-style="default_style"] > .su-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px}#stacks_in_1800_215 > .chroma-scroll-pro[data-style="default_style"] > .su-content::after{background:rgba(255, 255, 255, 1.00)}@media screen and (max-width:768px){#stacks_in_1800_215 > .chroma-scroll-pro > .su-content{padding:0 !important}}#stacks_in_1800_215 > .chroma-scroll-pro li a,#stacks_in_1800_215 > .chroma-scroll-pro .b-p:not(.custom) > .bp-text{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_1800_215 > .chroma-scroll-pro .bb-site-title,#stacks_in_1800_215 > .chroma-scroll-pro .bb-site-title h1,#stacks_in_1800_215 > .chroma-scroll-pro .bb-site-title h2,#stacks_in_1800_215 > .chroma-scroll-pro .bb-site-title h3,#stacks_in_1800_215 > .chroma-scroll-pro .bb-site-title h4,#stacks_in_1800_215 > .chroma-scroll-pro .bb-site-title h5,#stacks_in_1800_215 > .chroma-scroll-pro .bb-site-title h6,#stacks_in_1800_215 > .chroma-scroll-pro .bb-site-title p{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_1800_215 > .chroma-scroll-pro .site-title,#stacks_in_1800_215 > .chroma-scroll-pro .site-slogan,#stacks_in_1800_215 > .chroma-scroll-pro .mag-title,#stacks_in_1800_215 > .chroma-scroll-pro .navigation_branding a{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_1800_215 > .chroma-scroll-pro .top-bar .title-area li.name,#stacks_in_1800_215 > .chroma-scroll-pro .toggle-contents .main-title,#stacks_in_1800_215 > .chroma-scroll-pro .mag-title-area,#stacks_in_1800_215 > .chroma-scroll-pro .navigation_branding,#stacks_in_1800_215 > .chroma-scroll-pro .bb-site-title{-webkit-transition:opacity 200ms !important;transition:opacity 200ms !important}#stacks_in_1800_215 > .chroma-scroll-pro[data-style="default_style"] .top-bar .title-area li.name,#stacks_in_1800_215 > .chroma-scroll-pro[data-style="default_style"] .toggle-contents .main-title,#stacks_in_1800_215 > .chroma-scroll-pro[data-style="default_style"] .mag-title-area,#stacks_in_1800_215 > .chroma-scroll-pro[data-style="default_style"] .navigation_branding,#stacks_in_1800_215 > .chroma-scroll-pro[data-style="default_style"] .branding_logo,#stacks_in_1800_215 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title{-webkit-transition:opacity 0ms !important;transition:opacity 0ms !important}#stacks_in_1800_215 > .chroma-scroll-pro[data-style="default_style"] > .su-content .top-bar ul.dropdown{background:rgba(255, 255, 255, 1.00) !important}#stacks_in_1800_215 > .chroma-scroll-pro[data-style="default_style"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_1800_215 > .chroma-scroll-pro[data-style="default_style"].tb-mob .top-bar ul.dropdown{background:none !important}#stacks_in_1800_215 > .chroma-scroll-pro.is-fixed{z-index:1001;}#stacks_in_1800_215 > .chroma-scroll-pro.is-fixed.foc{z-index:3001}#stacks_in_1800_215 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-left{left:0 !important}#stacks_in_1800_215 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right{right:0 !important}#stacks_in_1800_215 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right:not(.toggle-button){left:0 !important}#stacks_in_1800_215 > .chroma-scroll-pro.is-static{position:relative;z-index:999}#stacks_in_1800_215 > .chroma-scroll-pro.is-fixed .oc-toggle{position:relative}#stacks_in_1800_215 > .chroma-scroll-pro.content-right{text-align:right}@media screen and (max-width:768px){#stacks_in_1800_215 > .chroma-scroll-pro.hide-below-bp{display:none}}@media screen and (min-width:768px){#stacks_in_1800_215 > .chroma-scroll-pro.hide-above-bp{display:none}}#stacks_in_1800_215 > .chroma-scroll-pro.is-fixed{position:fixed}#stacks_in_1800_215 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_1800_215 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top: 0px }#stacks_in_1800_215 > .chroma-scroll-pro.is-fixed.fix-bot{bottom: 0px }#stacks_in_1800_215 > .chroma-scroll-pro.is-fixed.fix-full-width{left:0;width:100% !important}@media screen and (max-width:768px){#stacks_in_1800_215 > .chroma-scroll-pro.is-fixed.mob-full-width{left:0;width:100% !important}}@media screen and (min-width:768px){#stacks_in_1800_215 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_1800_215 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top:0px}#stacks_in_1800_215 > .chroma-scroll-pro.is-fixed.fix-bot{bottom:0px}}
#stacks_in_1800_215>.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_1800_215.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)}
.stacks_in_1800_218 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}

.stacks_in_1800_222 img{width:100%;max-width:200px}


.hamburger {
  padding: 8px 8px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover, .hamburger:focus, .hamburger:active {
    background-color: transparent; }
  .hamburger.burger-left {
    display: block;
    margin-right: auto; }
  .hamburger.burger-right {
    display: block;
    margin-left: auto; }
  .hamburger.burger-center {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .hamburger:hover {
    opacity: 0.9; }
  .hamburger.is-active:hover {
    opacity: 0.9; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #2259A3; }

.hamburger-box {
  width: 32px;
  height: 21px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 3px;
    background-color: #2259A3;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 64px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -9px, 0) rotate(-45deg); }
#stacks_in_1800_215 > .chroma-scroll-pro[data-style="style1"] > .su-content{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px}#stacks_in_1800_215 > .chroma-scroll-pro[data-style="style1"] > .su-content::after{background:rgba(111, 159, 201, 1.00)}#stacks_in_1800_215 > .chroma-scroll-pro[data-style="style1"] > .su-content .top-bar ul.dropdown{background:rgba(111, 159, 201, 1.00) !important}#stacks_in_1800_215 > .chroma-scroll-pro[data-style="style1"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_1800_215 > .chroma-scroll-pro[data-style="style1"].tb-mob .top-bar ul.dropdown{background:none !important}
li.shariff-button > a{border-radius:4px ;}
#com_bigwhiteduck_stacks_popdrop_stack .dropem{display:none !important}
[data-pop-source="stacks_in_1800_357"].popdrop-popover{z-index:9999;min-width:50px;min-height:32px;-webkit-transition-duration:150ms;transition-duration:150ms}@media screen and (min-width:640px){[data-pop-source="stacks_in_1800_357"].popdrop-popover{min-width:32px}}[data-pop-source="stacks_in_1800_357"].popdrop-popover .popdrop-popover-content{padding:9px 14px}[data-pop-source="stacks_in_1800_357"].popdrop-popover .popdrop-popover-title{text-align:left;font-weight:bold;text-transform:none}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style{border:1px solid rgba(0, 0, 0, 0.20);-webkit-box-shadow:0px 0px 8px 4px rgba(0, 0, 0, 0.20);box-shadow:0px 0px 8px 4px rgba(0, 0, 0, 0.20);background-color:rgba(245, 245, 245, 1.00);border-radius:6px}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style .popdrop-popover-title{color:rgba(255, 255, 255, 1.00);background:rgba(57, 73, 171, 1.00);border-bottom:1px solid rgba(245, 245, 245, 1.00);border-radius:calc(6px - 1px) calc(6px - 1px) 0 0}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style .popdrop-close{color:rgba(140, 140, 140, 1.00);text-shadow:0 1px 0 #fff}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow{border-top-color:rgba(0, 0, 0, 0.20)}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow:after,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow:after,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow:after{border-top-color:rgba(245, 245, 245, 1.00)}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow{border-right-color:rgba(0, 0, 0, 0.20)}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow:after,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow:after,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow:after{border-right-color:rgba(245, 245, 245, 1.00)}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow{border-bottom-color:rgba(0, 0, 0, 0.20)}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow:after,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow:after,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow:after{border-bottom-color:rgba(245, 245, 245, 1.00)}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow{border-left-color:rgba(0, 0, 0, 0.20)}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow:after,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow:after,[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow:after{border-left-color:rgba(245, 245, 245, 1.00)}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .popdrop-popover-content{padding:9px 14px;overflow:scroll}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item{border-right:none;border-left:none}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:first-child{border-top:0}[data-pop-source="stacks_in_1800_357"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:last-child{border-bottom:0}[data-pop-source="stacks_in_1800_357"].popdrop-popover .popdrop-popover-backdrop{background-color:rgba(0,0,0,0.65);z-index:9998}[data-pop-source="stacks_in_1800_357"].popdrop-popover .popdrop-popover .dropdown-menu{display:block;position:relative;top:0;border:none;-webkit-box-shadow:none;box-shadow:none;float:none}
#stacks_in_1800_357.dropem,.popdrop-popover-inner.pop-stacks_in_1800_357{max-width:280px}@media screen and (min-width:640px){#stacks_in_1800_357.dropem,.popdrop-popover-inner.pop-stacks_in_1800_357{max-width:360px}}.popdrop-popover[data-pop-source="stacks_in_1800_357"] .popdrop-popover-content{overflow:auto}#stacks_in_1800_357.dropem{display:none}

#stacks_in_1281 .fg-content.fg-full-height{height:100%}#stacks_in_1281 .slides-container{margin:0}#stacks_in_1281 .slides-container > li{margin:0}#stacks_in_1281 .slides-container > li::before,#stacks_in_1281 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 400ms ease}#stacks_in_1281 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_1281 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1281 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_1281 .impact-wrapper{z-index:0}#stacks_in_1281 .impact-wrapper.fill-container{min-width:100%}#stacks_in_1281 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_1281 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_1281 .impact-wrapper.fixed-height{height:700px;width:100%;min-width:100%}#stacks_in_1281 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_1281 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_1281 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_1281 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_1281 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 400ms ease,visibility 0 0.2s}#stacks_in_1281 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_1281 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_1281 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_1281 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_1281 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_1281 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_1281 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_1281 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_1281 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_1281 .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_1281 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_1281 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1281 .impact-container{z-index:5}#stacks_in_1281 .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_1281 .scrollDown{transform:scale(0.70)}}#stacks_in_1281 .scrollDown.button-bottom{bottom:30px}#stacks_in_1281 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_1281 .scrollDown.hide-on-mob{display:none}}#stacks_in_1281 .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_1281 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_1281 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_1281 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_1281 .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_1281 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_1281 .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_1281 .slides-pagination > a{transition:all 2400ms ease}#stacks_in_1281 .slides-pagination > a.current{transition:all 2400ms ease}
#stacks_in_1550 .impact-slide{background-image:url("../files/slideshowImage-1550.jpg")}.slide-stacks_in_1550 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1550 .impact-container.h-right{right:0%}.slide-stacks_in_1550 .impact-container.h-left{left:0%}.slide-stacks_in_1550 .impact-container.v-top{top:0px}.slide-stacks_in_1550.kb-zoom-in-stacks_in_1550.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_1550 9000ms ease 1 forwards;transform-origin:50% 50%}.slide-stacks_in_1550.kb-zoom-out-stacks_in_1550.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_1550 9000ms ease 1 forwards;transform-origin:50% 50%}@keyframes kb-zoom-in-stacks_in_1550{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_1550{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_1551{overflow:visible !important}#stacks_in_1551 > .impact-animate{animation-duration:800ms;animation-delay:0ms}
.stacks_in_1558 img{width:100%;max-width:600px}
#stacks_in_1286 .impact-slide{background-image:url("../files/slideshowImage-1286.jpg")}.slide-stacks_in_1286 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1286 .impact-container.h-right{right:0px}.slide-stacks_in_1286 .impact-container.h-left{left:0px}.slide-stacks_in_1286 .impact-container.v-top{top:0px}.slide-stacks_in_1286.kb-zoom-in-stacks_in_1286.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_1286 9000ms ease 1 forwards;transform-origin:50% 50%}.slide-stacks_in_1286.kb-zoom-out-stacks_in_1286.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_1286 9000ms ease 1 forwards;transform-origin:50% 50%}@keyframes kb-zoom-in-stacks_in_1286{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_1286{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_1825 .impact-slide{background-image:url("../files/slideshowImage-1825.jpg")}.slide-stacks_in_1825 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1825 .impact-container.h-right{right:0px}.slide-stacks_in_1825 .impact-container.h-left{left:0px}.slide-stacks_in_1825 .impact-container.v-top{top:0px}.slide-stacks_in_1825.kb-zoom-in-stacks_in_1825.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_1825 9000ms ease 1 forwards;transform-origin:50% 50%}.slide-stacks_in_1825.kb-zoom-out-stacks_in_1825.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_1825 9000ms ease 1 forwards;transform-origin:50% 50%}@keyframes kb-zoom-in-stacks_in_1825{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_1825{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_1827 .impact-slide{background-image:url("../files/slideshowImage-1827.jpg")}.slide-stacks_in_1827 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1827 .impact-container.h-right{right:0px}.slide-stacks_in_1827 .impact-container.h-left{left:0px}.slide-stacks_in_1827 .impact-container.v-top{top:0px}.slide-stacks_in_1827.kb-zoom-in-stacks_in_1827.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_1827 9000ms ease 1 forwards;transform-origin:50% 50%}.slide-stacks_in_1827.kb-zoom-out-stacks_in_1827.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_1827 9000ms ease 1 forwards;transform-origin:50% 50%}@keyframes kb-zoom-in-stacks_in_1827{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_1827{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_1829 .impact-slide{background-image:url("../files/slideshowImage-1829.jpg")}.slide-stacks_in_1829 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1829 .impact-container.h-right{right:0px}.slide-stacks_in_1829 .impact-container.h-left{left:0px}.slide-stacks_in_1829 .impact-container.v-top{top:0px}.slide-stacks_in_1829.kb-zoom-in-stacks_in_1829.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_1829 9000ms ease 1 forwards;transform-origin:50% 50%}.slide-stacks_in_1829.kb-zoom-out-stacks_in_1829.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_1829 9000ms ease 1 forwards;transform-origin:50% 50%}@keyframes kb-zoom-in-stacks_in_1829{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_1829{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_1281 .slides-navigation{top:46%}#stacks_in_1281 .slides-navigation a.prev{left:10.00px}#stacks_in_1281 .slides-navigation a.next{right:10.00px}#stacks_in_1281 .slides-navigation a.prev:before,#stacks_in_1281 .slides-navigation a.next:before{font-size:1.80rem;color:rgba(34, 89, 163, 0.50)}#stacks_in_1281 .slides-navigation a.prev:before{content:"\f053";}#stacks_in_1281 .slides-navigation a.next:before{content:"\f054";}@media screen and (min-width:478px){#stacks_in_1281 .slides-navigation a.prev:before,#stacks_in_1281 .slides-navigation a.next:before{font-size:4.00rem}}#stacks_in_1281 .slides-pagination{display:none}
.bg1{background-color:rgba(34, 89, 163, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg1{background-attachment:scroll!important}}
.bg2{background-color:rgba(34, 89, 163, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg2{background-attachment:scroll!important}}
.bg3{background-color:rgba(243, 146, 0, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg3{background-attachment:scroll!important}}
.bg4{background-color:rgba(15, 161, 66, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg4{background-attachment:scroll!important}}
.kachel{padding-top:2rem ;padding-right:0 ;padding-bottom:2rem ;padding-left:0 ;} @media only screen and (min-width:40em){.kachel{padding-right:2rem ;padding-left:2rem ;}}@media only screen and (min-width:64em){.kachel{}} 
.accu{position:   relative ;z-index:2 ;top:unset ;bottom:unset ;left:unset ;right:unset ;}
 .kachel .fad,.kachel .fa{color:rgba(37, 53, 93, 1.00);transition:color 200ms;}.kachel .fad:after{color:rgba(255, 255, 255, 1.00);transition:color 200ms}  .kachel .fad,.kachel .fa{font-size:calc(48rem/16)}@media only screen and (min-width:40em){ .kachel .fad,.kachel .fa{font-size:calc(48rem/16)}}@media only screen and (min-width:64em){ .kachel .fad,.kachel .fa{font-size:calc(64rem/16)}} 
.mehrButton{padding-top:0.5rem ;padding-right:0.75rem ;padding-bottom:0.5rem ;padding-left:0.75rem ;} @media only screen and (min-width:40em){.mehrButton{padding-right:1.25rem ;padding-left:1.25rem ;}}@media only screen and (min-width:64em){.mehrButton{}} 
.mehrButton{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:-45.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.mehrButton{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:-45.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.mehrButton{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:-45.00px ;margin-left:0.00px }}
.kachel:hover .mehrButton{margin-top:0.00% ;margin-right:0.00% ;margin-bottom:0.00% ;margin-left:0.00% ;}@media only screen and (min-width:40em){.kachel:hover .mehrButton{margin-top:0.00% ;margin-right:0.00% ;margin-bottom:0.00% ;margin-left:0.00% }}@media only screen and (min-width:64em){.kachel:hover .mehrButton{margin-top:0.00% ;margin-right:0.00% ;margin-bottom:0.00% ;margin-left:0.00% }}
.mehrButton{transition:all 250ms ease 0ms }
.headerPanel{background-color:rgba(0, 0, 0, 0.40) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.headerPanel{background-attachment:scroll!important}}
            .buttonText h4{font-size:calc(12rem/16) ;}@media only screen and (min-width:40em) {            .buttonText h4{font-size:calc(16rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .buttonText h4{font-size:calc(20rem/16) ;line-height:1.50 }}
{filter:drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.23));}
.myclass{padding:0 ;}  
@media screen and (min-width: 40em){.round{border-radius:10px ;}}
@media screen and (min-width: 40em){.kachel{display:flex;align-items:center;aspect-ratio:1/1;}}
            .felder h3, .felder h4{font-size:calc(16rem/16) ;}@media only screen and (min-width:40em) {            .felder h3, .felder h4{font-size:calc(20rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .felder h3, .felder h4{font-size:calc(24rem/16) ;line-height:1.50 }}
.feld{will-change:transform}
.stacks_in_1295 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}



.stacks_in_1988 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}



 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,.fontpro-stacks_in_1654{line-height:1.20 ;letter-spacing:0.00em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ;  text-decoration-line:none ;text-decoration-style:solid ;text-transform:none ;word-wrap:normal ;word-break:normal ;hyphens:none ;}
       h1>br,.font-family-h1>br,h1 a>br,.font-family-h1 a>br, h2>br,.font-family-h2>br,h2 a>br,.font-family-h2 a>br, h3>br,.font-family-h3>br,h3 a>br,.font-family-h3 a>br, h4>br,.font-family-h4>br,h4 a>br,.font-family-h4 a>br, h5>br,.font-family-h5>br,h5 a>br,.font-family-h5 a>br, h6>br,.font-family-h6>br,h6 a>br,.font-family-h6 a>br,.fontpro-stacks_in_1654 > br{display:block;content:' ';padding-bottom:0.00em }
  @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,.fontpro-stacks_in_1654{}} 
  
  
  
.headline{color:rgba(15, 161, 66, 1.00) !important;}
.agent-hide{display:none !important}
.agent-hide{display:none !important}
.stacks_in_1456 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}



.gruen{background-color:rgba(15, 161, 66, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.gruen{background-attachment:scroll!important}}
.gruenBorder{border-color:rgba(243, 146, 0, 1.00) ;border-width:4px ;border-style:solid ;}
 .inf .fad,.inf .fa{color:rgba(37, 53, 93, 1.00);transition:color 200ms;}.inf .fad:after{color:rgba(255, 255, 255, 1.00);transition:color 200ms}  .inf .fad,.inf .fa{font-size:calc(48rem/16)}@media only screen and (min-width:40em){ .inf .fad,.inf .fa{font-size:calc(48rem/16)}}@media only screen and (min-width:64em){ .inf .fad,.inf .fa{font-size:calc(64rem/16)}} 
            .inf .bigger > p{font-size:calc(20rem/16) !important;}@media only screen and (min-width:40em) {            .inf .bigger > p{font-size:calc(20rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .inf .bigger > p{font-size:calc(16rem/16) !important;line-height:1.50 !important}}
.blauText{color:rgba(34, 89, 163, 1.00) ;}
.gruenText{color:rgba(15, 161, 66, 1.00) ;}
.orangeText{color:rgba(243, 146, 0, 1.00) ;}
 .open .fad,.open .fa{color:rgba(37, 53, 93, 1.00);transition:color 200ms;}.open .fad:after{color:rgba(255, 255, 255, 1.00);transition:color 200ms}  .open .fad,.open .fa{font-size:calc(48rem/16)}@media only screen and (min-width:40em){ .open .fad,.open .fa{font-size:calc(48rem/16)}}@media only screen and (min-width:64em){ .open .fad,.open .fa{font-size:calc(48rem/16)}} 
.offen h4{color:var(--dark-gray) ;}
            .offen h4{font-size:calc(16rem/16) ;}@media only screen and (min-width:40em) {            .offen h4{font-size:calc(16rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .offen h4{font-size:calc(24rem/16) ;line-height:1.50 }}
iframe{border-radius:10px ;}
.angle{will-change:transform}
  
#stacks_in_2053 figure{text-align:center}#stacks_in_2053 .mdph{display:none}#stacks_in_2053 .mdp.book-set{widows:5;orphans:5}#stacks_in_2053 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2053 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2053 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2053 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2053 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2053 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2053 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2053 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2053 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2053 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2053 .mdp.p-lead p:first-of-type{font-size:130%}@media screen and (min-width:480px){#stacks_in_2053 .columnize{-webkit-column-count:0;column-count:0;-webkit-column-gap:1px;column-gap:1px}}@media screen and (min-width:640px){#stacks_in_2053 .columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:40px;column-gap:40px}}@media screen and (min-width:1000px){#stacks_in_2053 .columnize{-webkit-column-count:3;column-count:3;-webkit-column-gap:40px;column-gap:40px}}@media screen and (min-width:2000px){#stacks_in_2053 .columnize{-webkit-column-count:3;column-count:3;-webkit-column-gap:40px;column-gap:40px}}#stacks_in_2053 .columnize.col-dividers,#stacks_in_2053 .col-dividers p.columnize{-webkit-column-rule:1.50px solid rgba(51, 51, 51, 0.80);column-rule:1.50px solid rgba(51, 51, 51, 0.80)}@media only screen and (min-width:0px){#stacks_in_2053 p{}}

#stacks_in_2053 {
	margin: 0px 0px 20px 0px;
}
.footerLogo{width:14rem ;}  
.akzent{background-color:rgba(253, 173, 62, 1.00) ;}
.akzent:hover{background-color:rgba(170, 118, 45, 0.77) ;}
.footerDiv{opacity:1.00 }

  .footer p, .fontpro-stacks_in_1801_8{line-height:2.00 ;letter-spacing:0.00em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:0.90rem ; }
      .footer p>br, .fontpro-stacks_in_1801_8 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){  .footer p, .fontpro-stacks_in_1801_8{font-size:0.90rem }} 
  @media only screen and (min-width:48.000000em){  .footer p, .fontpro-stacks_in_1801_8{font-size:0.90rem }} 
  @media only screen and (min-width:62.500000em){  .footer p, .fontpro-stacks_in_1801_8{font-size:1.00rem }} 

  .footer h3, .fontpro-stacks_in_1801_9{ font-size:1.30rem ; }
  
  
  @media only screen and (min-width:25.875000em){  .footer h3, .fontpro-stacks_in_1801_9{font-size:1.30rem }} 
  @media only screen and (min-width:48.000000em){  .footer h3, .fontpro-stacks_in_1801_9{font-size:1.30rem }} 
  @media only screen and (min-width:62.500000em){  .footer h3, .fontpro-stacks_in_1801_9{font-size:1.30rem }} 

  .footer h4, .fontpro-stacks_in_1801_10{ font-size:1.00rem ; }
  
  
  @media only screen and (min-width:25.875000em){  .footer h4, .fontpro-stacks_in_1801_10{font-size:1.00rem }} 
  @media only screen and (min-width:48.000000em){  .footer h4, .fontpro-stacks_in_1801_10{font-size:1.20rem }} 
  @media only screen and (min-width:62.500000em){  .footer h4, .fontpro-stacks_in_1801_10{font-size:1.20rem }} 

  .footerButton, .fontpro-stacks_in_1801_11{line-height:1.00 ;letter-spacing:0.03em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.00rem ; }
      .footerButton>br, .fontpro-stacks_in_1801_11 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){  .footerButton, .fontpro-stacks_in_1801_11{font-size:1.00rem }} 
  @media only screen and (min-width:48.000000em){  .footerButton, .fontpro-stacks_in_1801_11{font-size:1.00rem }} 
  @media only screen and (min-width:62.500000em){  .footerButton, .fontpro-stacks_in_1801_11{font-size:1.20rem }} 
.footerButton{padding-top:0.5rem ;padding-right:1.25rem ;padding-bottom:0.5rem ;padding-left:1.25rem ;}  
.footer a{color:rgba(255, 255, 255, 1.00) ;}
            .subfooter p{font-size:calc(12rem/16) !important;}@media only screen and (min-width:40em) {            .subfooter p{font-size:calc(14rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .subfooter p{font-size:calc(14rem/16) !important;line-height:1.50 !important}}
.footerDiv{border-color:rgba(243, 146, 0, 1.00) ;border-width:2px ;border-style:solid ;}
.footer .menu:not(.submenu)>li>a{padding:0 !important;}  
 .unten .fas,.unten .fa{color:rgba(243, 146, 0, 1.00);transition:color 200ms;} .unten .fas:hover,.unten .fa:hover{color:rgba(243, 146, 0, 1.00)}  
            .footer .fa-facebook, .footer i.fa-instagram{font-size:calc(28rem/16) !important;}@media only screen and (min-width:40em) {            .footer .fa-facebook, .footer i.fa-instagram{font-size:calc(36rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .footer .fa-facebook, .footer i.fa-instagram{font-size:calc(40rem/16) !important;line-height:1.50 !important}}
.schnell a{color:rgba(255, 255, 255, 1.00) ;}
.schnell a:hover{color:rgba(15, 161, 66, 1.00) ;}
            .adresse p{line-height:1.60 !important;}
.social .fas{color:rgba(255, 255, 255, 1.00) ;}
.social .fas:hover{color:rgba(243, 146, 0, 1.00) !important;}
.emailFeld a{color:rgba(255, 255, 255, 1.00) !important;}
.stacks_in_1801_62 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}

.stacks_in_1801_92{line-height:0}.stacks_in_1801_92 svg{display:inline-block;max-width:256px;height:auto;}.stacks_in_1801_92.full-width svg{width:100%;height:auto}

.stacks_in_1801_72 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}


.stacks_in_1801_27 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}



