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



@-webkit-keyframes slideup-swingInX{0%{-webkit-transform:perspective(400px) rotateX(-90deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg)}}@keyframes slideup-swingInX{0%{-webkit-transform:perspective(400px) rotateX(-90deg);transform:perspective(400px) rotateX(-90deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}}@-webkit-keyframes slideup-swingOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg)}100%{-webkit-transform:perspective(400px) rotateX(-90deg)}}@keyframes slideup-swingOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}100%{-webkit-transform:perspective(400px) rotateX(-90deg);transform:perspective(400px) rotateX(-90deg)}}@-webkit-keyframes slideup-slideDown{0%{-webkit-transform:translateY(-100%)}100%{-webkit-transform:translateY(0)}}@keyframes slideup-slideDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideup-slideUp{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-100%)}}@keyframes slideup-slideUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes slideup-flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes slideup-flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@-webkit-keyframes slideup-flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes slideup-flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@-webkit-keyframes slideup-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}@keyframes slideup-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideup-bounceOutUp{0%{-webkit-transform:translateY(0)}30%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-200px)}}@keyframes slideup-bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}30%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}}



.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
.com_joeworkman_stacks_impact_stack .impact-animate.pre-anim{display:none}.com_joeworkman_stacks_impact_stack .slides-navigation{margin:0 auto;position:absolute;z-index:99;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a{position:absolute;display:block;text-decoration:none}.com_joeworkman_stacks_impact_stack .slides-navigation a::before{line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;text-rendering:auto;transform:translate(0,0)}.com_joeworkman_stacks_impact_stack .slides-pagination > a{text-decoration:none}.com_joeworkman_stacks_impact_stack .fg-content{position:absolute;top:0;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a:before{font-family:"FontAwesome","Font Awesome 5 Pro";font-weight:900}.com_joeworkman_stacks_impact_stack .impact-scroll:hover{cursor:pointer}.com_joeworkman_stacks_impact_stack .slides-container{display:none}.com_joeworkman_stacks_impact_stack .scrollable{position:relative;top:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}.com_joeworkman_stacks_impact_stack .scrollable::after{content:"";display:table;clear:both}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap{position:absolute;z-index:1050;top:0;margin-left:-45px;width:90px;height:90px;padding:0;font-size:9px;display:block}.com_joeworkman_stacks_impact_stack .impact-arrow{float:left;position:absolute;margin-top:20px;margin-left:23px;width:40px;height:40px;border-style:solid;border-bottom-color:transparent;border-left-color:transparent;transform:rotate(135deg)}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap.animates .impact-arrow{animation:impactArrows linear 1.8s 0.4s}.com_joeworkman_stacks_impact_stack .video-container{min-height:100%;min-width:100%;position:absolute;top:0;left:0}.com_joeworkman_stacks_impact_stack .video-container > img{width:100%;height:100%}.com_joeworkman_stacks_impact_stack video{max-width:none}.com_joeworkman_stacks_impact_stack .impact-container{position:absolute}.com_joeworkman_stacks_impact_stack .impact-container.v-full{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-full .slide-content{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-center{top:50%;transform:translateY(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center{left:50%;transform:translateX(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center.v-center{top:50%;left:50%;transform:translate(-50%,-50%)}.com_joeworkman_stacks_impact_stack .impact-container:not(.h-center):not(.h-left):not(.h-right){width:100%}@keyframes impactArrows{0%{transform:translate(0px,0px) rotate(135deg) scale(1)}15%{transform:translate(0px,22px) rotate(135deg) scale(0.8)}30%{transform:translate(0px,13px) rotate(135deg) scale(0.9)}45%{transform:translate(0px,27px) rotate(135deg) scale(0.8)}60%{transform:translate(0px,13px) rotate(135deg) scale(0.8)}75%{transform:translate(0px,4px) rotate(135deg) scale(0.9)}100%{transform:translate(0px,0px) rotate(135deg) scale(1)}}

.blu-svg>.svg-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}

.blu-wrap.bwd{overflow:visible}.blu-wrap.bwd>.blueprint-col{padding-top:.1px;padding-bottom:.1px}.blu-wrap.bwd>.blueprint-col,.blu-wrap.bwd>.blueprint-col>.blucol-content{position:relative}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"].has-z{z-index:1}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]::before{z-index:-1}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]:not(.full-ovl)::after{z-index:-1}.blu-wrap.bwd>.blueprint-col .blu-cf::before,.blu-wrap.bwd>.blueprint-col .blu-cf::after{content:" ";display:table}.blu-wrap.bwd>.blueprint-col .blu-cf::after{clear:both}.blu-wrap.bwd>.blueprint-col>.blu-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}




:root{--light-gray:rgba(239, 239, 239, 1.00);--medium-gray:rgba(208, 208, 208, 1.00);--dark-gray:rgba(83, 83, 83, 1.00);--black:rgba(0, 0, 0, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(169, 166, 162, 1.00);--secondary:rgba(141, 100, 65, 1.00);--success:rgba(114, 171, 114, 1.00);--warning:rgba(196, 194, 185, 1.00);--alert:rgba(241, 140, 75, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(255, 255, 255, 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(139, 136, 132, 1.00);--secondary-dark:rgba(111, 70, 35, 1.00);--success-dark:rgba(84, 141, 84, 1.00);--warning-dark:rgba(166, 164, 155, 1.00);--alert-dark:rgba(211, 110, 45, 1.00);--header-color:rgba(114, 112, 109, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(0, 0, 0, 1.00);--link-color:rgba(0, 102, 136, 1.00);--link-color-hover:rgba(198, 199, 198, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:underline;--overlay-color:rgba(155, 154, 147, 0.48);--radius:7px;--small-gutter:2.5rem;--medium-gutter:2.5rem;--large-gutter:2.5rem;--site-width:calc(1600rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(255, 255, 255, 1.00);--small-color:rgba(255, 255, 255, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(0, 102, 136, 1.00);--link-color-hover:rgba(0, 102, 136, 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(32rem/16)}h2,.h2{font-size:calc(24rem/16)}h3,.h3{font-size:calc(21rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(18rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}.button{font-size:calc(15rem/16)}.button.tiny{font-size:calc(12rem/16)}.button.small{font-size:calc(14rem/16)}.button.large{font-size:calc(18rem/16)}@media only screen and (min-width:40em){body{font-size:calc(18rem/16)}h1,.h1{font-size:calc(36rem/16)}h2,.h2{font-size:calc(32rem/16)}h3,.h3{font-size:calc(24rem/16)}h4,.h4{font-size:calc(20rem/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(20rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(32rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(24rem/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(7rem/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:400;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Pro';font-weight:400}@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} .main-menu a:after, .ico-arrow:after,.label:before, .accordion-title:before, .quote-solid-before, .quote-solid-after, .ico-angle-down>a:after, .overlay-color:before, is-accordion-submenu-parent>a::after{font-family:'Font Awesome 5 Pro' !important;font-weight:900} 



:root{--my-primary:rgba(114, 112, 109, 0.80)}
:root{--my-primary-dark:rgba(114, 112, 109, 1.00)}
:root{--my-primary-text:rgba(255, 255, 255, 1.00)}
:root{--my-primary-contrast:rgba(255, 255, 255, 1.00)}
 .fad,.fa{color:rgba(154, 154, 140, 1.00);transition:color 200ms;}.fad:after{color:rgba(191, 192, 173, 1.00);transition:color 200ms}  
:root{--my-primary-light:rgba(229, 228, 227, 1.00)}

:root{--my-secondary:rgba(154, 152, 148, 1.00)}
:root{--my-secondary-dark:rgba(99, 97, 95, 1.00)}
:root{--my-secondary-text:rgba(26, 26, 26, 1.00)}
:root{--my-secondary-contrast:rgba(26, 26, 26, 1.00)}
:root{--my-secondary-light:rgba(255, 255, 224, 1.00)}

:root{--my-white:rgba(255, 255, 255, 1.00)}
:root{--my-almost-white:rgba(246, 246, 245, 1.00)}
:root{--my-light-gray:rgba(230, 230, 230, 1.00)}
:root{--my-medium-gray:rgba(169, 159, 150, 1.00)}
:root{--my-dark-gray:rgba(83, 83, 83, 1.00)}
:root{--my-almost-black:rgba(126, 119, 112, 1.00)}
:root{--my-black:rgba(17, 17, 17, 1.00)}
:root{--my-transparent:rgba(255, 255, 255, 0.00)}

:root{--my-alert:rgba(235, 169, 120, 1.00)}
:root{--my-warning:rgba(234, 225, 201, 1.00)}
:root{--my-success:rgba(119, 207, 157, 1.00)}
:root{--my-dark-overlay:rgba(74, 70, 67, 0.68)}
:root{--my-light-overlay:rgba(86, 86, 79, 0.90)}

:root{--my-text-link:rgba(51, 51, 51, 1.00)}
:root{--my-text-link-hover:rgba(204, 0, 0, 1.00)}
:root{--my-text-link-alt:rgba(255, 255, 255, 1.00)}
:root{--my-text-link-alt-hover:rgba(255, 255, 255, 0.50)}



:root{--primary:var(--my-primary) ;}
:root{--primary-dark:var(--my-primary-dark) ;}
:root{--primary-contrast:var(--my-primary-text) ;}

:root{--secondary:var(--my-secondary) ;}
:root{--secondary-dark:var(--my-secondary-dark) ;}
:root{--secondary-contrast:var(--my-secondary-text) ;}

:root{--white:var(--my-white) ;}
:root{--light-gray:var(--my-light-gray) ;}
:root{--medium-gray:var(--my-medium-gray) ;}
:root{--dark-gray:var(--my-dark-gray) ;}
:root{--black:var(--my-black) ;}

:root{--alert:var(--my-alert) ;}
:root{--warning:var(--my-warning) ;}
:root{--success:var(--my-success) ;}
:root{--overlay:var(--my-dark-overlay) ;}




.title{--header-color:var(--my-almost-black) ;}
.title{--subheader-color:var(--my-medium-gray) ;}
.title{--small-color:var(--my-light-gray) ;}
.title{--text-color:var(--my-black) ;}
.title{--link-color:var(--my-text-link) ;}
.title{--link-color-hover:var(--my-text-link-hover) ;}
.title{--link-decoration:var(--my-text-link) ;}
.title{--link-decoration:var(--my-text-link-hover) ;}

.alt .title{--header-color:var(--my-white) ;}
.alt .title{--subheader-color:var(--my-medium-gray) ;}
.alt .title{--small-color:var(--my-dark-gray) ;}
.alt .title{--text-color:var(--my-white) ;}
.alt .title{--link-color:var(--my-text-link) ;}
.alt .title{--link-color-hover:var(--my-text-link-hover) ;}
.alt .title{--link-decoration:var(--my-text-link) ;}
.alt .title{--link-decoration:var(--my-text-link-hover) ;}


.description{--text-color:var(--my-almost-black) ;}
.description{--link-color:var(--my-text-link) ;}
.description{--link-color-hover:var(--my-text-link-hover) ;}
.description{--link-decoration:var(--my-text-link) ;}
.description{--link-decoration:var(--my-text-link-hover) ;}

.alt .description{--text-color:var(--my-white) ;}
.alt .description{--link-color:var(--my-text-link-alt) ;}
.alt .description{--link-color-hover:var(--my-text-link-alt-hover) ;}
.alt .description{--link-decoration:var(--my-text-link-alt) ;}
.alt .description{--link-decoration:var(--my-text-link-alt-hover) ;}


.bg-primary{background-color:var(--my-primary) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-primary{background-attachment:scroll!important}}
.bg-primary-dark{background-color:var(--my-primary-dark) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-primary-dark{background-attachment:scroll!important}}
.bg-primary-text{background-color:var(--my-primary-text) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-primary-text{background-attachment:scroll!important}}
.bg-primary-light{background-color:var(--my-primary-light) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-primary-light{background-attachment:scroll!important}}

.bg-secondary{background-color:var(--my-secondary) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-secondary{background-attachment:scroll!important}}
.bg-secondary-dark{background-color:var(--my-secondary-dark) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-secondary-dark{background-attachment:scroll!important}}
.bg-secondary-text{background-color:var(--my-secondary-text) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-secondary-text{background-attachment:scroll!important}}
.bg-secondary-light{background-color:var(--my-secondary-light) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-secondary-light{background-attachment:scroll!important}}

.bg-white{background-color:var(--my-white) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-white{background-attachment:scroll!important}}
.bg-almost-white{background-color:var(--my-almost-white) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-almost-white{background-attachment:scroll!important}}
.bg-light-gray{background-color:var(--my-light-gray) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-light-gray{background-attachment:scroll!important}}
.bg-medium-gray{background-color:var(--my-medium-gray) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-medium-gray{background-attachment:scroll!important}}
.bg-dark-gray{background-color:var(--my-dark-gray) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-dark-gray{background-attachment:scroll!important}}
.bg-almost-black{background-color:var(--my-almost-black) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-almost-black{background-attachment:scroll!important}}
.bg-black{background-color:var(--my-black) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-black{background-attachment:scroll!important}}

.bg-alert{background-color:var(--my-alert) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-alert{background-attachment:scroll!important}}
.bg-warning{background-color:var(--my-warning) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-warning{background-attachment:scroll!important}}
.bg-success{background-color:var(--my-success) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-success{background-attachment:scroll!important}}
.bg-dark-overlay{position:relative;z-index:1}.bg-dark-overlay:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.50 ;background-color:var(--my-black) ;}
.bg-light-overlay{position:relative;z-index:1}.bg-light-overlay:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.30 ;background-color:var(--my-white) ;}
.bg-dark-gradient{position:relative;z-index:0}.bg-dark-gradient:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.60 ; background-image: linear-gradient(0deg, #000000 0%, #00000000 40%); }
.bg-light-gradient{position:relative;z-index:0}.bg-light-gradient:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.60 ; background-image: linear-gradient(0deg, #ffffff 0%, #ffffff00 40%); }
.bg-black-top-gradient{position:relative;z-index:0}.bg-black-top-gradient:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.80 ; background-image: linear-gradient(0deg, #ffffff00 -40%, var(--my-black) 100%); }





@font-face{font-family:alatsi;font-style:normal;font-weight:normal;src:url("https://www.the-leadership-practice.com/resources/alatsi/alatsi-v13-latin_latin-ext-regular.woff2") format("woff2");}
 .font-vault-1 > a, html,body, h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, h3,.font-family-h3,h3 a,.font-family-h3 a, h4,.font-family-h4,h4 a,.font-family-h4 a, h5,.font-family-h5,h5 a,.font-family-h5 a, button,.button,.btn, .font-vault-1,.font-vault-1 > li,  .alatsi, .fontpro-stacks_in_225{font-family:"alatsi",sans-serif }
@font-face{font-style:normal;font-family:'outfit';font-display:swap;font-stretch:normal;font-weight:400;src:local('outfit'),url('https://www.the-leadership-practice.com/resources/outfit/outfit-v11-latin_latin-ext-regular') format('woff2')}@font-face{font-style:normal;font-family:'outfit';font-display:swap;font-stretch:normal;font-weight:600;src:local('outfit Bold'),url('https://www.4tipps.de/resources/outfit/outfit-v11-latin_latin-ext-600') format('woff2')}html,body, p,.p,      h6,.h6, blockquote, .menu li, li, form, .paragraph{font-family:"outfit",ui-sans-serif, system-ui, -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important}
@font-face{font-style:normal;font-family:'shadow into light';font-display:swap;font-stretch:normal;font-weight:400;src:local('shadow into light'),url('https://www.the-leadership-practice.com/resources/shadows-into-light/shadows-into-light-v7-latin-regular.woff') format('woff2')}            .script{font-family:"shadow into light",ui-sans-serif, system-ui, -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important}







            .title{font-size:calc(21rem/16) !important;}@media only screen and (min-width:40em) {            .title{font-size:calc(32rem/16) !important;line-height:1.10 !important}}@media only screen and (min-width:64em) {            .title{font-size:calc(36rem/16) !important;line-height:1.10 !important}}
            .title-small{font-size:calc(32rem/16) !important;}@media only screen and (min-width:40em) {            .title-small{font-size:calc(24rem/16) !important;line-height:1.10 !important}}@media only screen and (min-width:64em) {            .title-small{font-size:calc(36rem/16) !important;line-height:1.10 !important}}
            .title-top{font-size:calc(36rem/16) !important;}@media only screen and (min-width:40em) {            .title-top{font-size:calc(48rem/16) !important;line-height:1.10 !important}}@media only screen and (min-width:64em) {            .title-top{font-size:calc(72rem/16) !important;line-height:1.10 !important}}
h1.title, h2.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:20.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){h1.title, h2.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:32.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){h1.title, h2.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:48.00px ;margin-left:0.00px }}
h3.title, h4.title, h5.title, h6.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:16.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){h3.title, h4.title, h5.title, h6.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:18.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){h3.title, h4.title, h5.title, h6.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:20.00px ;margin-left:0.00px }}

            .description{font-size:calc(14rem/16) !important;}@media only screen and (min-width:40em) {            .description{font-size:calc(16rem/16) !important;line-height:1.30 !important}}@media only screen and (min-width:64em) {            .description{font-size:calc(20rem/16) !important;line-height:1.30 !important}}
            .description.tiny, .description.tiny span, .tiny .description, .tiny .description span{font-size:calc(14rem/16) ;}@media only screen and (min-width:40em) {            .description.tiny, .description.tiny span, .tiny .description, .tiny .description span{font-size:calc(14rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            .description.tiny, .description.tiny span, .tiny .description, .tiny .description span{font-size:calc(14rem/16) ;line-height:1.10 }}
            .description.smallest, .description.smallest span, .smallest .description, .smallest .description span{font-size:calc(16rem/16) ;}@media only screen and (min-width:40em) {            .description.smallest, .description.smallest span, .smallest .description, .smallest .description span{font-size:calc(16rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            .description.smallest, .description.smallest span, .smallest .description, .smallest .description span{font-size:calc(16rem/16) ;line-height:1.10 }}
            .description.smaller, .description.smaller span, .smaller .description, .smaller .description span{font-size:calc(12rem/16) ;}@media only screen and (min-width:40em) {            .description.smaller, .description.smaller span, .smaller .description, .smaller .description span{font-size:calc(14rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            .description.smaller, .description.smaller span, .smaller .description, .smaller .description span{font-size:calc(16rem/16) ;line-height:1.10 }}
            .description.bigger, .description.bigger span, .bigger .description, .bigger .description span{font-size:calc(20rem/16) !important;}@media only screen and (min-width:40em) {            .description.bigger, .description.bigger span, .bigger .description, .bigger .description span{font-size:calc(22rem/16) !important;line-height:1.10 !important}}@media only screen and (min-width:64em) {            .description.bigger, .description.bigger span, .bigger .description, .bigger .description span{font-size:calc(28rem/16) !important;line-height:1.10 !important}}
            .description.biggest, .description.biggest span, .biggest .description, .biggest .description span{font-size:calc(25rem/16) !important;}@media only screen and (min-width:40em) {            .description.biggest, .description.biggest span, .biggest .description, .biggest .description span{font-size:calc(36rem/16) !important;line-height:1.10 !important}}@media only screen and (min-width:64em) {            .description.biggest, .description.biggest span, .biggest .description, .biggest .description span{font-size:calc(50rem/16) !important;line-height:1.10 !important}}

.description{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:16.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.description{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:24.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.description{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:32.00px ;margin-left:0.00px }}


.description a{position:relative;white-space:normal}.description a:before{content:"";position:absolute;bottom:0px;left:0;width:calc(100% - 0rem / 8);margin:0 calc(0rem / 16);height:2px;background:currentcolor;transform:scaleX(0.00);transform-origin:left  ;transition:transform 250ms ease-in;}.description a:hover:before{transform:scaleX(1.00);transform-origin:left  }
.description a:before{transition:all 150ms ease 0ms }


            .button,.btn-main.tiny{font-size:calc(12rem/16) ;}@media only screen and (min-width:40em) {            .button,.btn-main.tiny{font-size:calc(12rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .button,.btn-main.tiny{font-size:calc(12rem/16) ;line-height:1.50 }}
            .button,.btn-main.small{font-size:calc(14rem/16) ;}@media only screen and (min-width:40em) {            .button,.btn-main.small{font-size:calc(14rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .button,.btn-main.small{font-size:calc(14rem/16) ;line-height:1.50 }}
            .button,.btn-main.medium{font-size:calc(15rem/16) ;}@media only screen and (min-width:40em) {            .button,.btn-main.medium{font-size:calc(15rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .button,.btn-main.medium{font-size:calc(15rem/16) ;line-height:1.50 }}
            .button,.btn-main.large{font-size:calc(18rem/16) ;}@media only screen and (min-width:40em) {            .button,.btn-main.large{font-size:calc(18rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .button,.btn-main.large{font-size:calc(18rem/16) ;line-height:1.50 }}


.button.medium{padding-top:12.00px ;padding-right:20.00px ;padding-bottom:12.00px ;padding-left:20.00px ;}@media only screen and (min-width:40em){.button.medium{padding-top:12.00px ;padding-right:20.00px ;padding-bottom:12.00px ;padding-left:20.00px }}@media only screen and (min-width:64em){.button.medium{padding-top:12.00px ;padding-right:20.00px ;padding-bottom:12.00px ;padding-left:20.00px }}
.button.large{padding-top:13.00px ;padding-right:24.00px ;padding-bottom:13.00px ;padding-left:24.00px ;}@media only screen and (min-width:40em){.button.large{padding-top:13.00px ;padding-right:24.00px ;padding-bottom:13.00px ;padding-left:24.00px }}@media only screen and (min-width:64em){.button.large{padding-top:13.00px ;padding-right:24.00px ;padding-bottom:13.00px ;padding-left:24.00px }}
 html{--scrollbar-track-color:rgba(255, 255, 255, 0.50);--scrollbar-track-shadow:rgba(114, 112, 109, 0.24);--scrollbar-thumb-color:rgba(227, 227, 225, 1.00);--scrollbar-thumb-shadow:rgba(0, 0, 0, 0.08);--scrollbar-size:24px;--scrollbar-width:auto;--scrollbar-radius:6px;scrollbar-width:var(--scrollbar-width);scrollbar-color:var(--scrollbar-thumb-color) var(--scrollbar-track-color)}html::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}html::-webkit-scrollbar-track{box-shadow:inset 0 0 calc(var(--scrollbar-size)/2) var(--scrollbar-track-shadow);background-color:var(--scrollbar-track-color);border-radius:var(--scrollbar-radius);}html::-webkit-scrollbar-thumb{box-shadow:inset 0 0 calc(var(--scrollbar-size)/2) var(--scrollbar-thumb-shadow);background:var(--scrollbar-thumb-color);border-radius:var(--scrollbar-radius)} 
.button.extra-pad{padding-top:13.00px ;padding-right:24.00px ;padding-bottom:13.00px ;padding-left:24.00px ;}@media only screen and (min-width:40em){.button.extra-pad{padding-top:20.00px ;padding-right:32.00px ;padding-bottom:20.00px ;padding-left:32.00px }}@media only screen and (min-width:64em){.button.extra-pad{padding-top:16.00px ;padding-right:32.00px ;padding-bottom:16.00px ;padding-left:32.00px }}

.pad-y{padding-top:32.00px ;padding-right:0.00px ;padding-bottom:32.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.pad-y{padding-top:48.00px ;padding-right:0.00px ;padding-bottom:48.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.pad-y{padding-top:48.00px ;padding-right:0.00px ;padding-bottom:48.00px ;padding-left:0.00px }}
.pad-y-single{padding-top:64.00px ;padding-right:0.00px ;padding-bottom:64.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.pad-y-single{padding-top:64.00px ;padding-right:0.00px ;padding-bottom:64.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.pad-y-single{padding-top:96.00px ;padding-right:0.00px ;padding-bottom:96.00px ;padding-left:0.00px }}
.pad-y-first{padding-top:96.00px ;padding-right:0.00px ;padding-bottom:64.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.pad-y-first{padding-top:96.00px ;padding-right:0.00px ;padding-bottom:64.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.pad-y-first{padding-top:120.00px ;padding-right:0.00px ;padding-bottom:96.00px ;padding-left:0.00px }}
.pad-t{padding-top:32.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.pad-t{padding-top:48.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.pad-t{padding-top:64.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}
.pad-b{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:32.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.pad-b{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:48.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.pad-b{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:64.00px ;padding-left:0.00px }}

.bord{border-color:var(--my-light-gray) ;border-width:1px ;border-style:solid ;}
.bord-t{border-color:var(--my-light-gray) ;border-top-width:1px ;border-top-style:solid ;}
.bord-b{border-color:var(--my-light-gray) ;border-bottom-width:1px ;border-bottom-style:solid ;}










.scale-up:hover

{
    transform-origin: 50% 50% ;
    transform-style: flat ;
    transform :
        
        
        translateZ(0)
        
        
        scale3d(1.07, 1.07, 1.00)
        
        
        
        ;
}

.scale-up{transition:all 300ms ease 0ms }







.scale-down:hover

{
    transform-origin: 50% 50% ;
    transform-style: flat ;
    transform :
        
        
        translateZ(0)
        
        
        scale3d(0.93, 0.93, 1.00)
        
        
        
        ;
}

.scale-down{transition:all 300ms ease 0ms }







.move-up:hover

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

.move-up{transition:all 300ms ease 0ms }







.move-down:hover

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

.move-down{transition:all 300ms ease 0ms }







.rot-360:hover

{
    transform-origin: 50% 50% ;
    transform-style: flat ;
    transform :
        
        
        translateZ(0)
        
        
        
        rotateX(0deg) rotateY(0deg) rotateZ(360deg)
        
        
        ;
}

.rot-360{transition:all 500ms ease 0ms }







.rot-180:hover

{
    transform-origin: 50% 50% ;
    transform-style: flat ;
    transform :
        
        
        translateZ(0)
        
        
        
        rotateX(0deg) rotateY(0deg) rotateZ(180deg)
        
        
        ;
}

.rot-180{transition:all 300ms ease 0ms }

/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_443 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_443 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

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

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


#clean-menu-full_stacks_in_443.cm-full-menu {
  -webkit-transform: translate(-100%, 50px);
  transform: translate(-100%, 50px);
}
#clean-menu-full_stacks_in_443.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(-100%, 5px);
  transform: translate(-100%, 5px);
}


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

#clean-menu_stacks_in_443 .cm-toggle span {
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
#clean-menu_stacks_in_443 .cm-toggle span:nth-child(1) {
  top: 10px;
  left: 1px;
}
#clean-menu_stacks_in_443 .cm-toggle span:nth-child(2),#clean-menu_stacks_in_443 .cm-toggle span:nth-child(3) {
  top: 10px;
  left: 12px;
}
#clean-menu_stacks_in_443 .cm-toggle span:nth-child(4) {
  top: 10px;
  left: 23px;
}
#clean-menu_stacks_in_443 .cm-toggle.open span:nth-child(2) {
  width: 100%;
  left: 0;
  top: 11px;
  border-radius: 2px;
  height: 4px;
}
#clean-menu_stacks_in_443 .cm-toggle.open span:nth-child(3) {
  width: 100%;
  left: 0;
  top: 11px;

  border-radius: 2px;
  height: 4px;
}



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


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

}
#stacks_in_443 li > a svg,
#clean-menu_stacks_in_443 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_443.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_443 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 16px;
  height: 16px;
  
}

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

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






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




#clean-menu-full_stacks_in_443.cm-full-menu > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_443.cm-full-menu > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_443.cm-full-menu {

}
#clean-menu_stacks_in_443 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_443 .clean-menu-top-level ul li > a:visited {
  color: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_443 .clean-menu-top-level ul li > a svg {
  fill: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_443 .clean-menu-top-level ul li > a:hover {
  color: rgba(255,255,255,.9);
}
#clean-menu_stacks_in_443 .clean-menu-top-level ul li > a:hover svg {
  fill: rgba(255,255,255,.9);
}
/* #clean-menu_stacks_in_443 .clean-menu-top-level ul li > a.cm-heading:hover {
  color: rgba(255,255,255,.6);
  cursor: default;
} */
#clean-menu_stacks_in_443 .clean-menu-top-level ul li.cm-current > a {
  color: rgba(255,255,255,1);
}
#clean-menu_stacks_in_443 .clean-menu-top-level ul li.cm-current > a svg {
  fill: rgba(255,255,255,1);
}
#clean-menu_stacks_in_443 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_443 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(255,255,255,.9);
}
/* #clean-menu_stacks_in_443 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(255,255,255,.6);
} */
#clean-menu_stacks_in_443 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(255,255,255,1);
}
#clean-menu_stacks_in_443 .cm-toggle span {
  background: rgba(255,255,255,1);
}
#clean-menu_stacks_in_443 h1, #clean-menu_stacks_in_443 h2, #clean-menu_stacks_in_443 h3, #clean-menu_stacks_in_443 h4, #clean-menu_stacks_in_443 h5, #clean-menu_stacks_in_443 h6, #clean-menu_stacks_in_443 .layouts-text, #clean-menu_stacks_in_443 p {
  color: rgba(255,255,255,1);
}
.disable-parents #clean-menu_stacks_in_443 .clean-menu-top-level > ul > li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_443 .clean-menu-top-level > ul > li > a.parent:hover:after {
  color: rgba(255,255,255,.6);
  border-color: rgba(255,255,255,.6);
}


.cm-sticky-wrap_stacks_in_443 {
  transition: background 300ms ease;
  background: transparent;
}
.cm-sticky-wrap_stacks_in_443.cm-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(204, 0, 0, 1.00);
}
.cm-sticky-wrap_stacks_in_443.cm-sticky > #clean-menu-full_stacks_in_443.cm-full-menu {
  z-index: 9999;
}
.cm-sticky-wrap_stacks_in_443.cm-sticky #clean-menu_stacks_in_443.clean-menu {
  max-width: 4040px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}



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

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






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









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

#stacks_in_443 {
	background-color: rgba(204, 0, 0, 1.00);
}
.stacks_in_444 img{width:100%;max-width:36px}










 #stacks_in_650 .shear-mag{position:absolute;top:0px}#stacks_in_650 a.shear-mag.offset-override{top:0px!important} .mg-menu .mgicon-top{vertical-align:middle;font-size:1.60rem; padding-right:1.00rem;}    


.border-white-m{border-color:rgba(255, 255, 255, 1.00) ;border-width:3px ;border-style:solid ;}
.border-white-m{box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.60);}
#stacks_in_518 .fg-content.fg-full-height{height:100%}#stacks_in_518 .slides-container{margin:0}#stacks_in_518 .slides-container > li{margin:0}#stacks_in_518 .slides-container > li::before,#stacks_in_518 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 80ms ease}#stacks_in_518 .slides-container.ovl-color li::before{background-color:rgba(152, 149, 141, 0.20)}#stacks_in_518 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_518 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_518 .impact-wrapper{z-index:0}#stacks_in_518 .impact-wrapper.fill-container{min-width:100%}#stacks_in_518 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_518 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_518 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_518 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_518 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_518 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_518 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_518 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 80ms ease,visibility 0 0.2s}#stacks_in_518 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_518 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_518 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_518 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_518 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_518 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_518 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_518 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_518 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_518 .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_518 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(152, 149, 141, 0.20)}#stacks_in_518 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_518 .impact-container{z-index:5}#stacks_in_518 .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_518 .scrollDown{transform:scale(0.70)}}#stacks_in_518 .scrollDown.button-bottom{bottom:230px}#stacks_in_518 .scrollDown.button-top{top:230px}@media screen and (max-width:640px){#stacks_in_518 .scrollDown.hide-on-mob{display:none}}#stacks_in_518 .impact-arrow-wrap{background:rgba(16, 16, 16, 0.50);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_518 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_518 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_518 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_518 .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_518 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_518 .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_518 .slides-pagination > a{transition:all 6000ms ease}#stacks_in_518 .slides-pagination > a.current{transition:all 6000ms ease}
#stacks_in_519 .impact-slide{background-image:url("../files/slideshowImage-519.png")}.slide-stacks_in_519 .impact-container.v-bottom{bottom:24%}.slide-stacks_in_519 .impact-container.h-right{right:0px}.slide-stacks_in_519 .impact-container.h-left{left:0px}.slide-stacks_in_519 .impact-container.v-top{top:24%}
#stacks_in_521{overflow:visible !important}#stacks_in_521 > .impact-animate{animation-duration:1200ms;animation-delay:800ms}
.stacks_in_536 img{width:100%;max-width:1400px}
#stacks_in_525{overflow:visible !important}#stacks_in_525 > .impact-animate{animation-duration:1400ms;animation-delay:1600ms}
@media only screen and (min-width:0px){#stacks_in_526 div,#stacks_in_526 div{letter-spacing:2.25px}}#stacks_in_526 .header-pro.text-center .hTxt{margin-right:-2px}#stacks_in_526 div,#stacks_in_526 div{color:rgba(204, 0, 0, 1.00)}#stacks_in_526 div a,#stacks_in_526 div a{color:rgba(204, 0, 0, 1.00)}#stacks_in_526 div a:hover,#stacks_in_526 div a:hover{color:rgba(153, 0, 0, 1.00)}#stacks_in_526 small,#stacks_in_526 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_526 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}
@media only screen and (max-width:480.00px){#stacks_in_526 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_526 div{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_526 div{font-size:2.80rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_526 div{font-size:3.60rem!important}}

#stacks_in_529 {
	font-weight: bold;
}
@-webkit-keyframes mouser-scroll{0%,20%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}20%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}100%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}}@keyframes mouser-scroll{0%,20%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}20%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}100%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}}@-webkit-keyframes mouser-scroll-up{0%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}80%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}100%,80%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}}@keyframes mouser-scroll-up{0%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}}100%,80%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}80%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}@-webkit-keyframes mouser-arrow-flow{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}@keyframes mouser-arrow-flow{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}
#mouser-stacks_in_532{display:block;margin:0 auto;text-align:center; width:100%; margin:center;padding-bottom:0px}#mouser-stacks_in_532 .mouser{width:26px;position:relative;margin:auto;cursor:pointer}#mouser-stacks_in_532 .mouser.m-dz{width:100%}#mouser-stacks_in_532 .mouser.m-dz .fa,#mouser-stacks_in_532 .mouser.m-dz p{color:rgba(204, 204, 204, 1.00)!important}#mouser-stacks_in_532 .scrolltext{color:rgba(204, 204, 204, 1.00);display:block;font-size:12px;text-align:center;cursor:pointer;-webkit-transition:color 140ms ease;transition:color 140ms ease}#mouser-stacks_in_532 .m-wrap{display:inline-block;text-align:center}#mouser-stacks_in_532 .m-wrap.m-dz.dz-block{display:block} #mouser-stacks_in_532 .mouser.m-arrows{height:50px}#mouser-stacks_in_532 .mouser.m-arrows .mouser_arrows{display:block;border-right:2px solid rgba(204, 204, 204, 1.00);border-bottom:2px solid rgba(204, 204, 204, 1.00);margin:0 0 3px 4px;width:16px;height:16px;-webkit-transition:all 140ms ease;transition:all 140ms ease;-webkit-animation:mouser-arrow-flow 1s infinite;animation:mouser-arrow-flow 1s infinite;-webkit-animation-direction:alternate;animation-direction:alternate}#mouser-stacks_in_532 .mouser.m-arrows .mouser_arrows.ma1{margin-top:1px}#mouser-stacks_in_532 .mouser.m-arrows .mouser_arrows.ma2{margin-top:-6px}#mouser-stacks_in_532 .mouser.m-arrows .mouser_arrows.ma3{margin-top:-6px}#mouser-stacks_in_532 .mouser.m-arrows.m-dn .mouser_arrows{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#mouser-stacks_in_532 .mouser.m-arrows.m-dn .mouser_arrows.ma1{-webkit-animation-delay:.1s;animation-delay:.1s}#mouser-stacks_in_532 .mouser.m-arrows.m-dn .mouser_arrows.ma2{-webkit-animation-delay:.2s;animation-delay:.2s}#mouser-stacks_in_532 .mouser.m-arrows.m-dn .mouser_arrows.ma3{-webkit-animation-delay:.3s;animation-delay:.3s}#mouser-stacks_in_532 .mouser.m-arrows.m-up .mouser_arrows{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}#mouser-stacks_in_532 .mouser.m-arrows.m-up .mouser_arrows.ma1{-webkit-animation-delay:.3s;animation-delay:.3s}#mouser-stacks_in_532 .mouser.m-arrows.m-up .mouser_arrows.ma2{-webkit-animation-delay:.2s;animation-delay:.2s}#mouser-stacks_in_532 .mouser.m-arrows.m-up .mouser_arrows.ma3{-webkit-animation-delay:.1s;animation-delay:.1s}  #mouser-stacks_in_532 .m-wrap:hover .mouser.m-mouse{border:2px solid rgba(243, 243, 243, 1.00)}#mouser-stacks_in_532 .m-wrap:hover .mouser.m-mouse::after{background-color:rgba(153, 153, 153, 1.00)}#mouser-stacks_in_532 .m-wrap:hover .mouser.m-arrows>.mouser_arrows{border-right:2px solid rgba(243, 243, 243, 1.00);border-bottom:2px solid rgba(243, 243, 243, 1.00)}#mouser-stacks_in_532 .m-wrap:hover .mouser.m-dz .fa,#mouser-stacks_in_532 .m-wrap:hover .mouser.m-dz p{color:rgba(243, 243, 243, 1.00)!important}#mouser-stacks_in_532 .m-wrap:hover .scrolltext{color:rgba(102, 102, 102, 1.00)} .mouser .mouser_arrows{display:block;border-right:2px solid rgba(204, 204, 204, 1.00);border-bottom:2px solid rgba(204, 204, 204, 1.00);margin:0 0 3px 4px;width:16px;height:16px;-webkit-animation:mouser-arrow-flow 1s infinite;animation:mouser-arrow-flow 1s infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.mouser .mouser_arrows.ma1{margin-top:1px}.mouser .mouser_arrows.ma2{margin-top:-6px}.mouser .mouser_arrows.ma3{margin-top:-6px}.mouser.m-dn .mouser_arrows{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mouser.m-dn .mouser_arrows.ma1{-webkit-animation-delay:.1s;animation-delay:.1s}.mouser.m-dn .mouser_arrows.ma2{-webkit-animation-delay:.2s;animation-delay:.2s}.mouser.m-dn .mouser_arrows.ma3{-webkit-animation-delay:.3s;animation-delay:.3s}.mouser.m-up .mouser_arrows{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.mouser.m-up .mouser_arrows.ma1{-webkit-animation-delay:.3s;animation-delay:.3s}.mouser.m-up .mouser_arrows.ma2{-webkit-animation-delay:.2s;animation-delay:.2s}.mouser.m-up .mouser_arrows.ma3{-webkit-animation-delay:.1s;animation-delay:.1s}

.asbImage_stacks_in_533{
	width: auto;
	height: auto;
	text-align: center;
}

.asbImage_stacks_in_533 img{
	width: 160px;
	height: 140px;
	display: inline;
	padding: 5px;
}


#asbContainer{display: none;}


#stacks_in_542{overflow:visible}.pin-spacer.spacer-stacks_in_542{width:100%;min-width:100%}.pin-spacer.spacer-stacks_in_542.posFixed.allow-overlay{display:none}@media screen and (max-width:% id=breakpoint %px){.pin-spacer.spacer-stacks_in_542.hide-below-bp{display:none}}@media screen and (min-width:% id=breakpoint %px){.pin-spacer.spacer-stacks_in_542.hide-above-bp{display:none}}#stacks_in_542 > .pin-fixed{z-index:999}#stacks_in_542 > .pin-fixed.pin-it::after{background:#333333;opacity:0.0}#stacks_in_542 > .pin-it.pin-static{position:relative;z-index:1}@media screen and (max-width:% id=breakpoint %px){#stacks_in_542 > .pin-it.hide-below-bp{display:none}}@media screen and (min-width:% id=breakpoint %px){#stacks_in_542 > .pin-it.hide-above-bp{display:none}}#stacks_in_542 > .pin-it::after{z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0;content:"";background:#FFFFFF;opacity:0.0;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}#stacks_in_542 > .pin-it.pin-fixed{position:fixed;top: 72px }@media screen and (max-width:% id=breakpoint %px){#stacks_in_542 > .pin-it.pin-fixed.mob-full-width{left:0;width:100% !important}}@media screen and (min-width:% id=breakpoint %px){#stacks_in_542 > .pin-it.pin-fixed{top:72px}}
#stacks_in_542 .pin-it.pin-fixed.fixed-shadow   {-webkit-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;-moz-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;box-shadow:rgba(0,0,0,0.40) 0 1px 5px}

#stacks_in_542 {
	margin:  12px;
}

#stacks_out_542 {
	width: 128px;
	margin-right:0;
}
.stacks_in_545 img{width:100%;max-width:96px}


.tlp-1{margin-top:20.00% ;margin-right:0.00% ;margin-bottom:20.00% ;margin-left:0.00% ;}@media only screen and (min-width:40em){.tlp-1{margin-top:12.00% ;margin-right:0.00% ;margin-bottom:12.00% ;margin-left:0.00% }}@media only screen and (min-width:64em){.tlp-1{margin-top:20.00% ;margin-right:0.00% ;margin-bottom:8.00% ;margin-left:0.00% }}
.tlp-1{padding-top:10.00% ;padding-right:0.00% ;padding-bottom:10.00% ;padding-left:0.00% ;}@media only screen and (min-width:40em){.tlp-1{padding-top:4.00% ;padding-right:0.00% ;padding-bottom:4.00% ;padding-left:0.00% }}@media only screen and (min-width:64em){.tlp-1{padding-top:6.00% ;padding-right:0.00% ;padding-bottom:4.00% ;padding-left:0.00% }}
.tlp-1{background-color:rgba(255, 255, 255, 0.82) ;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){.tlp-1{background-attachment:scroll!important}}
            .myclass{font-size:calc(16rem/16) ;}@media only screen and (min-width:40em) {            .myclass{font-size:calc(16rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .myclass{font-size:calc(16rem/16) ;line-height:1.50 }}
.tlp-header{color:rgba(204, 0, 0, 1.00) ;}
.pad-col{padding-top:6.00% ;padding-right:0.00% ;padding-bottom:6.00% ;padding-left:0.00% ;}@media only screen and (min-width:40em){.pad-col{padding-top:6.00% ;padding-right:0.00% ;padding-bottom:6.00% ;padding-left:0.00% }}@media only screen and (min-width:64em){.pad-col{padding-top:4.00% ;padding-right:6.00% ;padding-bottom:4.00% ;padding-left:6.00% }}

 #stacks_in_647 .shear-mag{position:absolute;top:0px}#stacks_in_647 a.shear-mag.offset-override{top:0px!important} .mg-menu .mgicon-expertise{vertical-align:middle;font-size:1.60rem; padding-right:1.00rem;}    


#stacks_in_550 .header-pro{overflow:hidden}#stacks_in_550 .h-pro{display:inline-block;position:relative}#stacks_in_550 .h-pro::before,#stacks_in_550 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;min-width:0px}#stacks_in_550 .h-pro::before{right:100%;margin-right:16px}#stacks_in_550 .h-pro::after{left:100%;margin-left:16px}#stacks_in_550 .h-pro::before,#stacks_in_550 .h-pro::after{border-top:1px solid rgba(51, 51, 51, 1.00);border-bottom:1px solid rgba(51, 51, 51, 1.00);height:6px;height:calc(6px + (1px * 2));}#stacks_in_550 span:before,#stacks_in_550 span:after{width:100vw}#stacks_in_550 .hTxt:before,#stacks_in_550 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}









#stacks_in_575 .header-pro{overflow:hidden}#stacks_in_575 .h-pro{display:inline-block;position:relative}#stacks_in_575 .h-pro::before,#stacks_in_575 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;min-width:0px}#stacks_in_575 .h-pro::before{right:100%;margin-right:16px}#stacks_in_575 .h-pro::after{left:100%;margin-left:16px}#stacks_in_575 .h-pro::before,#stacks_in_575 .h-pro::after{border-top:1px solid rgba(51, 51, 51, 1.00);border-bottom:1px solid rgba(51, 51, 51, 1.00);height:6px;height:calc(6px + (1px * 2));}#stacks_in_575 span:before,#stacks_in_575 span:after{width:100vw}#stacks_in_575 .hTxt:before,#stacks_in_575 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}


 #stacks_in_736 .shear-mag{position:absolute;top:0px}#stacks_in_736 a.shear-mag.offset-override{top:0px!important} .mg-menu .mgicon-practice{vertical-align:middle;font-size:1.60rem; padding-right:1.00rem;}    


#stacks_in_605 .header-pro{overflow:hidden}#stacks_in_605 .h-pro{display:inline-block;position:relative}#stacks_in_605 .h-pro::before,#stacks_in_605 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;min-width:0px}#stacks_in_605 .h-pro::before{right:100%;margin-right:16px}#stacks_in_605 .h-pro::after{left:100%;margin-left:16px}#stacks_in_605 .h-pro::before,#stacks_in_605 .h-pro::after{border-top:1px solid rgba(51, 51, 51, 1.00);border-bottom:1px solid rgba(51, 51, 51, 1.00);height:6px;height:calc(6px + (1px * 2));}#stacks_in_605 span:before,#stacks_in_605 span:after{width:100vw}#stacks_in_605 .hTxt:before,#stacks_in_605 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}

    #stacks_in_703.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_703.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_703.blu-wrap>.blueprint-col{}#stacks_in_703.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_703.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_703.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_703.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:2.00% 0.00% 0.00% 0.00% }#stacks_in_703.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_703.blu-wrap>.blueprint-col{ }#stacks_in_703.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_703.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_703.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_703.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_703.blu-wrap>.blueprint-col{ }
#stacks_in_703.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_703.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_703.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_703.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_703.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_703.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_703.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_703.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_703.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     


 #stacks_in_709.blu-svg{text-align:center}#stacks_in_709.blu-svg svg{width:96.00%}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_709.blu-svg{text-align:center}#stacks_in_709.blu-svg svg{width:96.00%}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_709.blu-svg{text-align:center}#stacks_in_709.blu-svg svg{width:98.00%}}@media screen and (min-width:1000px){#stacks_in_709.blu-svg{text-align:center}#stacks_in_709.blu-svg svg{width:92.00%}}  #stacks_in_709.blu-svg{float:none}#stacks_in_709 a,#stacks_in_709 svg{cursor:auto}
@media screen and (max-width:640px){#stacks_in_703{display:none}}
    #stacks_in_707.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_707.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_707.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_707.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_707.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_707.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_707.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:2.00% 0.00% 0.00% 0.00% }#stacks_in_707.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_707.blu-wrap>.blueprint-col{ }#stacks_in_707.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_707.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_707.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_707.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_707.blu-wrap>.blueprint-col{ }
#stacks_in_707.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_707.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_707.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_707.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_707.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_707.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_707.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_707.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_707.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     


 #stacks_in_716.blu-svg{text-align:center}#stacks_in_716.blu-svg svg{width:96.00%}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_716.blu-svg{text-align:center}#stacks_in_716.blu-svg svg{width:96.00%}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_716.blu-svg{text-align:center}#stacks_in_716.blu-svg svg{width:98.00%}}@media screen and (min-width:1000px){#stacks_in_716.blu-svg{text-align:center}#stacks_in_716.blu-svg svg{width:98.00%}}  #stacks_in_716.blu-svg{float:none}#stacks_in_716 a,#stacks_in_716 svg{cursor:auto}
@media screen and (min-width:640px){#stacks_in_707{display:none}}




#stacks_in_669 .header-pro{overflow:hidden}#stacks_in_669 .h-pro{display:inline-block;position:relative}#stacks_in_669 .h-pro::before,#stacks_in_669 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;min-width:0px}#stacks_in_669 .h-pro::before{right:100%;margin-right:16px}#stacks_in_669 .h-pro::after{left:100%;margin-left:16px}#stacks_in_669 .h-pro::before,#stacks_in_669 .h-pro::after{border-top:1px solid rgba(51, 51, 51, 1.00);border-bottom:1px solid rgba(51, 51, 51, 1.00);height:6px;height:calc(6px + (1px * 2));}#stacks_in_669 span:before,#stacks_in_669 span:after{width:100vw}#stacks_in_669 .hTxt:before,#stacks_in_669 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}

 #stacks_in_765 .shear-mag{position:absolute;top:0px}#stacks_in_765 a.shear-mag.offset-override{top:0px!important} .mg-menu .mgicon-focus{vertical-align:middle;font-size:1.60rem; padding-right:1.00rem;}    


#stacks_in_768 .header-pro{overflow:hidden}#stacks_in_768 .h-pro{display:inline-block;position:relative}#stacks_in_768 .h-pro::before,#stacks_in_768 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;min-width:0px}#stacks_in_768 .h-pro::before{right:100%;margin-right:16px}#stacks_in_768 .h-pro::after{left:100%;margin-left:16px}#stacks_in_768 .h-pro::before,#stacks_in_768 .h-pro::after{border-top:1px solid rgba(51, 51, 51, 1.00);border-bottom:1px solid rgba(51, 51, 51, 1.00);height:6px;height:calc(6px + (1px * 2));}#stacks_in_768 span:before,#stacks_in_768 span:after{width:100vw}#stacks_in_768 .hTxt:before,#stacks_in_768 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}



@media only screen and (min-width:0px){#stacks_in_810,#stacks_in_810 div,#stacks_in_810 p,#stacks_in_810 .fa:not(.no-indent),#stacks_in_810 ol,#stacks_in_810 ul li,#stacks_in_810 ol li,#stacks_in_810 ol,#stacks_in_810 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_810{}}


#stacks_in_810 {
	padding: 24px 0px 0px 0px;
}




#stacks_in_792 .header-pro{overflow:hidden}#stacks_in_792 .h-pro{display:inline-block;position:relative}#stacks_in_792 .h-pro::before,#stacks_in_792 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;min-width:0px}#stacks_in_792 .h-pro::before{right:100%;margin-right:16px}#stacks_in_792 .h-pro::after{left:100%;margin-left:16px}#stacks_in_792 .h-pro::before,#stacks_in_792 .h-pro::after{border-top:1px solid rgba(51, 51, 51, 1.00);border-bottom:1px solid rgba(51, 51, 51, 1.00);height:6px;height:calc(6px + (1px * 2));}#stacks_in_792 span:before,#stacks_in_792 span:after{width:100vw}#stacks_in_792 .hTxt:before,#stacks_in_792 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}

 #stacks_in_815 .shear-mag{position:absolute;top:0px}#stacks_in_815 a.shear-mag.offset-override{top:0px!important} .mg-menu .mgicon-silke{vertical-align:middle;font-size:1.60rem; padding-right:1.00rem;}    


#stacks_in_818 .header-pro{overflow:hidden}#stacks_in_818 .h-pro{display:inline-block;position:relative}#stacks_in_818 .h-pro::before,#stacks_in_818 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;min-width:0px}#stacks_in_818 .h-pro::before{right:100%;margin-right:16px}#stacks_in_818 .h-pro::after{left:100%;margin-left:16px}#stacks_in_818 .h-pro::before,#stacks_in_818 .h-pro::after{border-top:1px solid rgba(51, 51, 51, 1.00);border-bottom:1px solid rgba(51, 51, 51, 1.00);height:6px;height:calc(6px + (1px * 2));}#stacks_in_818 span:before,#stacks_in_818 span:after{width:100vw}#stacks_in_818 .hTxt:before,#stacks_in_818 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}



@media screen and (min-width:480px){#stacks_in_856 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:640px){#stacks_in_856 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:40px;column-gap:40px}}@media screen and (min-width:1000px){#stacks_in_856 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:40px;column-gap:40px}}@media screen and (min-width:2000px){#stacks_in_856 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:40px;column-gap:40px}}#stacks_in_856 p.columnize.col-dividers{-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_856{}}





#stacks_in_840 .header-pro{overflow:hidden}#stacks_in_840 .h-pro{display:inline-block;position:relative}#stacks_in_840 .h-pro::before,#stacks_in_840 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;min-width:0px}#stacks_in_840 .h-pro::before{right:100%;margin-right:16px}#stacks_in_840 .h-pro::after{left:100%;margin-left:16px}#stacks_in_840 .h-pro::before,#stacks_in_840 .h-pro::after{border-top:1px solid rgba(51, 51, 51, 1.00);border-bottom:1px solid rgba(51, 51, 51, 1.00);height:6px;height:calc(6px + (1px * 2));}#stacks_in_840 span:before,#stacks_in_840 span:after{width:100vw}#stacks_in_840 .hTxt:before,#stacks_in_840 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}

 #stacks_in_861 .shear-mag{position:absolute;top:0px}#stacks_in_861 a.shear-mag.offset-override{top:0px!important} .mg-menu .mgicon-hartmut{vertical-align:middle;font-size:1.60rem; padding-right:1.00rem;}    


#stacks_in_864 .header-pro{overflow:hidden}#stacks_in_864 .h-pro{display:inline-block;position:relative}#stacks_in_864 .h-pro::before,#stacks_in_864 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;min-width:0px}#stacks_in_864 .h-pro::before{right:100%;margin-right:16px}#stacks_in_864 .h-pro::after{left:100%;margin-left:16px}#stacks_in_864 .h-pro::before,#stacks_in_864 .h-pro::after{border-top:1px solid rgba(51, 51, 51, 1.00);border-bottom:1px solid rgba(51, 51, 51, 1.00);height:6px;height:calc(6px + (1px * 2));}#stacks_in_864 span:before,#stacks_in_864 span:after{width:100vw}#stacks_in_864 .hTxt:before,#stacks_in_864 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}



@media screen and (min-width:480px){#stacks_in_902 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:640px){#stacks_in_902 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:40px;column-gap:40px}}@media screen and (min-width:1000px){#stacks_in_902 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:40px;column-gap:40px}}@media screen and (min-width:2000px){#stacks_in_902 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:40px;column-gap:40px}}#stacks_in_902 p.columnize.col-dividers{-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_902{}}





#stacks_in_886 .header-pro{overflow:hidden}#stacks_in_886 .h-pro{display:inline-block;position:relative}#stacks_in_886 .h-pro::before,#stacks_in_886 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;min-width:0px}#stacks_in_886 .h-pro::before{right:100%;margin-right:16px}#stacks_in_886 .h-pro::after{left:100%;margin-left:16px}#stacks_in_886 .h-pro::before,#stacks_in_886 .h-pro::after{border-top:1px solid rgba(51, 51, 51, 1.00);border-bottom:1px solid rgba(51, 51, 51, 1.00);height:6px;height:calc(6px + (1px * 2));}#stacks_in_886 span:before,#stacks_in_886 span:after{width:100vw}#stacks_in_886 .hTxt:before,#stacks_in_886 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}

 #stacks_in_932 .shear-mag{position:absolute;top:0px}#stacks_in_932 a.shear-mag.offset-override{top:0px!important} .mg-menu .mgicon-resources{vertical-align:middle;font-size:1.60rem; padding-right:1.00rem;}    


#stacks_in_935 .header-pro{overflow:hidden}#stacks_in_935 .h-pro{display:inline-block;position:relative}#stacks_in_935 .h-pro::before,#stacks_in_935 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;min-width:0px}#stacks_in_935 .h-pro::before{right:100%;margin-right:16px}#stacks_in_935 .h-pro::after{left:100%;margin-left:16px}#stacks_in_935 .h-pro::before,#stacks_in_935 .h-pro::after{border-top:1px solid rgba(51, 51, 51, 1.00);border-bottom:1px solid rgba(51, 51, 51, 1.00);height:6px;height:calc(6px + (1px * 2));}#stacks_in_935 span:before,#stacks_in_935 span:after{width:100vw}#stacks_in_935 .hTxt:before,#stacks_in_935 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}

@media only screen and (max-width:414px){#stacks_in_943 h3,#stacks_in_943 div{text-align:center !important}#stacks_out_943{display:block !important}}

@media only screen and (max-width:414px){#stacks_in_997 div,#stacks_in_997 div{text-align:center !important}#stacks_out_997{display:block !important}}

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

@media only screen and (max-width:414px){#stacks_in_969 div,#stacks_in_969 div{text-align:center !important}#stacks_out_969{display:block !important}}


@media only screen and (max-width:414px){#stacks_in_990 div,#stacks_in_990 div{text-align:center !important}#stacks_out_990{display:block !important}}

@media only screen and (max-width:414px){#stacks_in_1002 div,#stacks_in_1002 div{text-align:center !important}#stacks_out_1002{display:block !important}}

@media only screen and (max-width:414px){#stacks_in_1007 div,#stacks_in_1007 div{text-align:center !important}#stacks_out_1007{display:block !important}}

@media only screen and (max-width:414px){#stacks_in_1012 div,#stacks_in_1012 div{text-align:center !important}#stacks_out_1012{display:block !important}}

@media only screen and (max-width:414px){#stacks_in_1017 div,#stacks_in_1017 div{text-align:center !important}#stacks_out_1017{display:block !important}}

@media only screen and (max-width:414px){#stacks_in_1022 div,#stacks_in_1022 div{text-align:center !important}#stacks_out_1022{display:block !important}}

@media only screen and (max-width:414px){#stacks_in_1027 div,#stacks_in_1027 div{text-align:center !important}#stacks_out_1027{display:block !important}}

@media only screen and (max-width:414px){#stacks_in_1032 div,#stacks_in_1032 div{text-align:center !important}#stacks_out_1032{display:block !important}}

@media only screen and (max-width:414px){#stacks_in_1037 div,#stacks_in_1037 div{text-align:center !important}#stacks_out_1037{display:block !important}}

@media only screen and (max-width:414px){#stacks_in_1042 div,#stacks_in_1042 div{text-align:center !important}#stacks_out_1042{display:block !important}}





#stacks_in_957 .header-pro{overflow:hidden}#stacks_in_957 .h-pro{display:inline-block;position:relative}#stacks_in_957 .h-pro::before,#stacks_in_957 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;min-width:0px}#stacks_in_957 .h-pro::before{right:100%;margin-right:16px}#stacks_in_957 .h-pro::after{left:100%;margin-left:16px}#stacks_in_957 .h-pro::before,#stacks_in_957 .h-pro::after{border-top:1px solid rgba(51, 51, 51, 1.00);border-bottom:1px solid rgba(51, 51, 51, 1.00);height:6px;height:calc(6px + (1px * 2));}#stacks_in_957 span:before,#stacks_in_957 span:after{width:100vw}#stacks_in_957 .hTxt:before,#stacks_in_957 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}

 #stacks_in_1072 .shear-mag{position:absolute;top:0px}#stacks_in_1072 a.shear-mag.offset-override{top:0px!important} .mg-menu .mgicon-contact{vertical-align:middle;font-size:1.60rem; padding-right:1.00rem;}    


#stacks_in_1075 .header-pro{overflow:hidden}#stacks_in_1075 .h-pro{display:inline-block;position:relative}#stacks_in_1075 .h-pro::before,#stacks_in_1075 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;min-width:0px}#stacks_in_1075 .h-pro::before{right:100%;margin-right:16px}#stacks_in_1075 .h-pro::after{left:100%;margin-left:16px}#stacks_in_1075 .h-pro::before,#stacks_in_1075 .h-pro::after{border-top:1px solid rgba(51, 51, 51, 1.00);border-bottom:1px solid rgba(51, 51, 51, 1.00);height:6px;height:calc(6px + (1px * 2));}#stacks_in_1075 span:before,#stacks_in_1075 span:after{width:100vw}#stacks_in_1075 .hTxt:before,#stacks_in_1075 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}



@media only screen and (min-width:0px){#stacks_in_1089,#stacks_in_1089 div,#stacks_in_1089 p,#stacks_in_1089 .fa:not(.no-indent),#stacks_in_1089 ol,#stacks_in_1089 ul li,#stacks_in_1089 ol li,#stacks_in_1089 ol,#stacks_in_1089 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1089{}}


#stacks_in_1089 {
	padding: 24px 0px 0px 0px;
}


@media only screen and (min-width:0px){#stacks_in_1111,#stacks_in_1111 div,#stacks_in_1111 p,#stacks_in_1111 .fa:not(.no-indent),#stacks_in_1111 ol,#stacks_in_1111 ul li,#stacks_in_1111 ol li,#stacks_in_1111 ol,#stacks_in_1111 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1111{}}


#stacks_in_1111 {
	padding: 24px 0px 0px 0px;
}
@media only screen and (min-width:0px){#stacks_in_1114,#stacks_in_1114 div,#stacks_in_1114 p,#stacks_in_1114 .fa:not(.no-indent),#stacks_in_1114 ol,#stacks_in_1114 ul li,#stacks_in_1114 ol li,#stacks_in_1114 ol,#stacks_in_1114 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1114{}}


#stacks_in_1114 {
	padding: 24px 0px 0px 0px;
}


#stacks_in_1097 .header-pro{overflow:hidden}#stacks_in_1097 .h-pro{display:inline-block;position:relative}#stacks_in_1097 .h-pro::before,#stacks_in_1097 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;min-width:0px}#stacks_in_1097 .h-pro::before{right:100%;margin-right:16px}#stacks_in_1097 .h-pro::after{left:100%;margin-left:16px}#stacks_in_1097 .h-pro::before,#stacks_in_1097 .h-pro::after{border-top:1px solid rgba(51, 51, 51, 1.00);border-bottom:1px solid rgba(51, 51, 51, 1.00);height:6px;height:calc(6px + (1px * 2));}#stacks_in_1097 span:before,#stacks_in_1097 span:after{width:100vw}#stacks_in_1097 .hTxt:before,#stacks_in_1097 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}



.go-to-top{position:fixed    ;z-index:9999 ;top:unset ;bottom:32px ;left:unset ;right:12px ;}


.footer{background-color:rgba(204, 0, 0, 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){.footer{background-attachment:scroll!important}}
.footer{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.footer{padding-top:24.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.footer{padding-top:64.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}

@media only screen and (max-width:480.00px){#stacks_in_1276 h3{font-size:0.60rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1276 h3{font-size:0.70rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1276 h3{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1276 h3{font-size:1.00rem!important}}
