/*
 * animate
 */

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


/*
 * com.onelittledesigner.content_1ld_css
 */

.content-1ld-svg-icon>svg,svg.content-1ld-svg-icon{height:32px;width:32px;display:inline-block}.content-1ld-button,.content-1ld-image{margin:16px 0}.content-1ld-button a{padding:12px 24px;text-decoration:none;display:inline-block;white-space:nowrap}.content-1ld-image{width:100%;display:block;box-sizing:border-box}.content-1ld-image[data-no-image]{aspect-ratio:1.7778;display:block;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#f3f3f3}.mez.selected:has(>div>.content-1ld-image):after{content:"";position:absolute;inset:0;background-color:rgba(38,128,252,.1)}div[tag=slice]:has(>div>div>.content-1ld-content){margin:12px 0}.content-1ld-content div.mez,.content-1ld-content+div>.mez:has(>div[tag=node]),.mez:has(>div>.content-1ld-content){background-color:transparent;border:0 solid transparent;padding:0;margin:0}.mez:has(>div>.content-1ld-content)>:not(.in){visibility:hidden}.content-1ld-content div[tag=node]{min-width:5px!important;min-height:5px!important;color:inherit}div.mez.bare.selected:has(>div>.content-1ld-content){background-color:rgba(38,128,252,.1)}.content-1ld-svg-icon{font-size:0!important;line-height:1!important}.content-1ld-svg-icon>svg{font-size:0;line-height:1}.content-1ld-text.material-icons{font-size:32px}.ionicons-svg-outline{fill:none!important;stroke-width:32px}.content-1ld-button{line-height:1.1}.content-1ld-button>a{display:inline-flex;align-items:center}.content-1ld-button>a>i,.content-1ld-button>a>svg{margin-right:.5em}@supports (rotate:180deg){.content-1ld-button>a{gap:.5em}.content-1ld-button>a>i,.content-1ld-button>a>svg{margin-right:0}}.content-1ld-button a>i{font-size:22px}.content-1ld-button a>svg{height:22px;width:22px}div.out[tag=slice] .content-1ld-button>a>div{min-height:0}div.out[tag=slice] .content-1ld-button a>svg+div.out{display:inline-block}
div.mez.bare.selected:after:has(>div>.content-1ld-button){content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;background-color:rgba(38,128,252,.1)}


#stacks_in_217{overflow:visible !important}#stacks_in_217 > .impact-animate{animation-duration:800ms;animation-delay:0ms}

#stacks_in_219 {
	margin:  11px;
	padding:  14px;
}
/* -- EACH CSS Template -- */


    
 


    

    #stacks_in_46 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }	
	#stacks_in_46 .HYPE_document { overflow: visible; direction:ltr !important; margin:auto; position:relative; min-width: 200px !important;  min-height: 90px !important; }		
	#stacks_in_46_default28_hype_container,	#stacks_in_46 .HYPE_document, #stacks_in_46 .back_wrapper_28, #stacks_in_46 .back_wrapper { pointer-events: none !important; }		
	#stacks_in_46_default28_hype_container { direction:ltr !important; margin:auto; display: block !important;	
  /* fix flickering */
    -webkit-transform: translate3d(0,0,0) !important; -webkit-backface-visibility: hidden !important; backface-visibility: hidden !important; }		
	#stacks_in_46 .width28  { max-width: 1000px; margin-right: auto; margin-left: auto; text-align: center; }			
  /*  fixed - fluid and BG  */
	#stacks_in_46 .back_wrapper_28 { text-align: center; display: block; position: relative; padding: 0; margin: 0 auto;	 	
			
	  	   
	}	
	
  /* BG img only  */
	#stacks_in_46 .back_wrapper_28:before { content: ""; text-align: center; position: absolute; width: 100%; height: 100%; right: 0; left: 0; top: 0; bottom: 0;	
				
	}	
	
	#stacks_in_46 .back_wrapper_28:after { content: ""; text-align: center; position: absolute; width: 100%; height: 100%; right: 0; left: 0; top: 0; bottom: 0;	 display: none;	display: block;	  	 
	}	
	
   /* Dots */
	#stacks_in_46 .back_wrapper:before { content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0;
	background: url(../files/images/dots0.png) center center repeat; 	
	opacity: 0.60; }
	
  /* Responsive */
	#stacks_in_46 .back_wrapper { text-align: center; margin-right: auto; margin-left: auto; display: block; position: relative; }		
	
    /* fluid 2x  */ 	
	#stacks_in_46 .size28 {   display: flex; height: 50vh; min-height: 200px; 
	
	}		
	@media (max-width: 800px) {
	#stacks_in_46 .size28 {	
	 
	 }
	}		
	/* fixed 3x below fluid */ 
	#stacks_in_46 .size28 { text-align: center; display: block; position: relative;	padding: 0; margin: 0 auto;
	 
	}			
	@media (max-width: 800px) {
	#stacks_in_46 .size28 {	 }	
	}
	@media (max-width: 600px) {
	#stacks_in_46 .size28 {	  }
	}		
	   	
  /* 1 2 3 4 5  */ 		 	
     #stacks_in_46 .hype-28-pic-frame-1, #stacks_in_46 .hype-28-pic-frame-2, #stacks_in_46 .hype-28-pic-frame-3, #stacks_in_46 .hype-28-pic-frame-4, #stacks_in_46 .hype-28-pic-frame-5	{	
	  border-radius:0px !important; -webkit-border-radius:0px !important;
	  
	  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.55) !important;
	   
	  border: 7px solid #9C843D !important;	 background-color: rgba(52, 52, 52, 0.16) !important; }	  
	  #stacks_in_46 .28-symb-5, #stacks_in_46 .hype-28-pic-frame-5, #stacks_in_46 .hype-28-pic-5 { transform: scale(1.75) !important; -webkit-transform: scale(1.75) !important;}	   
	  #stacks_in_46 .hype-28-pic-1, #stacks_in_46 .hype-28-pic-2, #stacks_in_46 .hype-28-pic-3, #stacks_in_46 .hype-28-pic-4, #stacks_in_46 .hype-28-pic-5 { -webkit-backface-visibility: hidden !important; backface-visibility: hidden !important;}	
   /* overlay */ 	  
     #stacks_in_46 .hype-28-pic-1:after, #stacks_in_46 .hype-28-pic-2:after, #stacks_in_46 .hype-28-pic-3:after, #stacks_in_46 .hype-28-pic-4:after, #stacks_in_46 .hype-28-pic-5:after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }	
  /* 1 */
	#stacks_in_46 .hype-28-pic-frame-1 {
	 display: none !important;
     
	   display: block !important; margin-top: 0%; margin-left: 0%;
	   transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important;   
	 }	
	#stacks_in_46 .hype-28-pic-1  {	
	  
		  
		     background: url(../files/28-img-drag-1-46.png) 50% 50% no-repeat !important;
		 		
		background-size: cover !important;		
	  }
	 #stacks_in_46 .hype-28-pic-1:after {  }	 			
  /* 2 */	
	#stacks_in_46 .hype-28-pic-frame-2 {
	 display: none !important;
	 
	 display: block !important; margin-top: 15%; margin-left: 50%;
	transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important; 
	 }	
	#stacks_in_46 .hype-28-pic-2  {	
	  
		  
		     background: url(../files/28-img-drag-2-46.png) 50% 55% no-repeat !important;
		 		
		background-size: cover !important;
	  }	
	 #stacks_in_46 .hype-28-pic-2:after {  }	
	  		
  /* 3 */
	#stacks_in_46 .hype-28-pic-frame-3 {
	 display: none !important;
     
	 display: block !important; margin-top: 0%; margin-left: -24%;
	 transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important; 
	  }	
	#stacks_in_46 .hype-28-pic-3  {	
	  
		  
		     background: url(../files/28-img-drag-3-46.png) 50% 50% no-repeat !important;
		 		
		background-size: cover !important;
	  }
	 #stacks_in_46 .hype-28-pic-3:after {  }	
	 	 	
  /* 4 */
	#stacks_in_46 .hype-28-pic-frame-4 {
	 display: none !important; 
     
	 display: block !important; margin-top: -18%; margin-left: 30%;
	 transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important; 
	  }	
	#stacks_in_46 .hype-28-pic-4  {	
	  
		  
		     background: url(../files/28-img-drag-4-46.png) 50% 50% no-repeat !important;
		 		
		background-size: cover !important;
	  }
	 #stacks_in_46 .hype-28-pic-4:after {  }	
	 	 
  /* 5 */
	#stacks_in_46 .hype-28-pic-frame-5 {
	 display: none !important; 
     
	 display: block !important; margin-top: -18%; margin-left: -75%;
	 transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important; 
	  }	
	#stacks_in_46 .hype-28-pic-5  {	
	  
		  
		     background: url(../files/28-img-drag-5-46.png) 50% 75% no-repeat !important;
		 		
		background-size: cover !important;
	  }
	 #stacks_in_46 .hype-28-pic-5:after {  }		
  /* text */	
    #stacks_in_46 .hype_text_28_box {  }	
	#stacks_in_46 .hype_text_28_clip {
	 display: none !important; 
	margin-top: 0px !important; margin-left: 0px !important;	
	transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important;}	
	#stacks_in_46 .hype_text_28 {	
	-webkit-font-smoothing: antialiased !important;	
	font-size: 145px !important;
	letter-spacing: 0px !important;
	line-height: 125px !important;
	font-family: "Raleway", sans-serif !important; 		
	color: rgba(165, 203, 237, 1.00) !important; 		
	
	 	
	
			
	
     			
		
			
	
			
				
	}	
		
	#stacks_in_46 .hype-28-pic-1, #stacks_in_46 .hype-28-pic-2, #stacks_in_46 .hype-28-pic-3, #stacks_in_46 .hype-28-pic-4, #stacks_in_46 .hype-28-pic-5 { }	
	#stacks_in_46 .28-symb-1 { }
	
	/*  scroll  */	
	#stacks_in_46 .scrollButton-element { 		
	 display: none !important; 	
	position: absolute; left: 0; z-index: 6; margin-right: auto; margin-left: auto; right: 0;  border-radius: 55px; -webkit-border-radius: 53px; padding: 0; width: 91px; display: block; text-align: center !important; box-sizing: border-box; bottom: 10px !important; margin-bottom: 10px; }	
	#stacks_in_46 .scrollButton-element [class^="fa fa-"], #stacks_in_46 .scrollButton-element #stacks_in_46 [class*="fa fa-"] { left: 0; text-indent: 0px; margin-right: auto; margin-left: auto; right: 0; padding: 0; width: 91px; box-sizing: border-box;  	
	 }			
	#stacks_in_46 .scrollButton-txt { box-sizing: border-box; font-size: 15px; line-height: 1.2em; letter-spacing: 1px; text-indent: 1px !important; margin-right: auto; margin-top: 0px; z-index: 1; top: -25px; display:none;  
	text-align: center !important; position: absolute; overflow: visible; font-family: "button-safe-font-s", sans-serif !important;
	 font-family: "Trebuchet MS", sans-serif !important; font-weight: 400 !important;   width: 200px; right: 0; left: 0; padding: 0; margin-left: -55px; }		
	#stacks_in_46 .scrollButton-element [class^="fa fa-"], #stacks_in_46 .scrollButton-element #stacks_in_46 [class*="fa fa-"], #stacks_in_46 .scrollButton-element:after, #stacks_in_46 .scrollButton-txt { color: #F4F4F4 !important; transition: all 0.15s linear; -moz-transition: all 0.15s linear; -webkit-transition: all 0.15s linear; } 
	/* icon off */
	#stacks_in_46 .scrollButton-element [class^="fa fa-"], #stacks_in_46 .scrollButton-element #stacks_in_46 [class*="fa fa-"] {  }  
	#stacks_in_46 .scrollButton-txt:hover, #stacks_in_46 .scrollButton-element [class^="fa fa-"]:hover {opacity: 0.8;}
	#stacks_in_46 .scrollButton-element a { font-size: 50px !important; line-height: 1em; color: #F4F4F4 !important; }
	#stacks_in_46 .scrollButton-txt:active, #stacks_in_46 .scrollButton-element [class^="fa fa-"]:active { transform: scale(0.75) !important; -webkit-transform: scale(0.75) !important; }
	#target-element { position: absolute; height: 0px; width: 100%; bottom: 0px; }	
	
	@media only screen and (max-width: 800px) {  #stacks_in_46 .scrollButton-element { font-size: 0 !important; display: none !important; }  }	
	
	/* Links */
	#stacks_in_46 .hype-link-hover-group, #stacks_in_46 .hype-link-hover, #stacks_in_46 .hype-link-hover-blank {
	 }	
	#stacks_in_46 .hype-link-hover {  }
	
	/* Scroll anim */	
	#stacks_in_46 .trigger-28 { margin-top: 50px !important; }	
	#stacks_in_46 .preview_only { opacity: 0.0 !important; }	
	
	/* @group Built-in Webfonts */	
	@font-face { font-family: 'Alfa Slab One';
	src: url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff2') format('woff2'), url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }
	
	@font-face { font-family: 'archivo_blackregular';
	src: url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff2') format('woff2'), url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }
	
	@font-face { font-family: 'Anton';
	src: url('../files/webfonts/anton/Anton-Regular.woff2') format('woff2'), url('../files/webfonts/anton/Anton-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }
	
	@font-face { font-family: 'fjalla_oneregular';
	src: url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }

	@font-face {font-family: 'Lato';
    src: url('../files/webfonts/lato/Lato-Regular.woff2') format('woff2'), url('../files/webfonts/lato/Lato-Regular.woff') format('woff');
    font-weight: normal; font-style: normal; font-display: swap; }
    
	@font-face {font-family: 'Montserrat';
    src: url('../files/webfonts/montserrat/montserrat-medium.woff2') format('woff2'), url('../files/webfonts/montserrat/montserrat-medium.woff') format('woff');
    font-weight: normal; font-style: normal; font-display: swap; }
    
	@font-face { font-family: 'Passion One';
	src: url('../files/webfonts/passionone/PassionOne-Regular.woff2') format('woff2'), url('../files/webfonts/passionone/PassionOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }
	
	@font-face {font-family: 'Raleway';
    src: url('../files/webfonts/raleway/Raleway-Medium.woff2') format('woff2'), url('../files/webfonts/raleway/Raleway-Medium.woff') format('woff');
    font-weight: normal; font-style: normal; font-display: swap; }
    
	@font-face { font-family: 'rubik_mono_oneregular';
	src: url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }			
	/* @end */	



/* -- End EACH CSS Template -- *//* -- Start EACH CSS Template -- */




/* ----------------- edit END -- */	 

#stacks_in_210 .hype-text-22, #stacks_in_210 .hype-text-22-mobile { color: rgba(255, 255, 255, 1.00) !important; }

#stacks_in_210 .hype-divider-text-bg  { 
background-color: rgba(203, 203, 203, 1.00) !important;
border-radius:4px !important; -webkit-border-radius:4px !important; border-style: solid !important; border-top-width: 5px !important; border-bottom-width: 6px !important; border-left-width: 12px !important; border-right-width: 12px !important; border-color: rgba(203, 203, 203, 1.00) !important; margin-right: -20px; margin-left: 0% !important; }
#stacks_in_210 .hype-text-22, #stacks_in_210 .hype-text-22-mobile { -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 15px !important; line-height: 21px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important;
}

#stacks_in_210 .hype-text-22, #stacks_in_210 .hype-text-22-mobile, #stacks_in_210 p .hype-text-22, #stacks_in_210 p .hype-text-22-mobile { font-family: "title_safe_font_selector", sans-serif !important;
 font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; 
 
}

#stacks_in_210 .vertical-22 {  
  margin: auto; width: 100%; position: relative; min-height: 50px; 
 }

/* prevent issue in Foundation theme and some stacks */
#stacks_in_210 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
/* foundation RTL theme - fix - direction:ltr  */
#stacks_in_210 .HYPE_document { overflow: auto;  pointer-events: none !important;
 direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important;   }

#stacks_in_210_default22_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
#stacks_in_210 .wrapper-22 {

	margin-right: auto; margin-left: auto; max-width: 1000px; min-height: 50px; 	
	  
	     transform: rotate( 0deg ); -webkit-transform: rotate(0deg );  		
			
			
			
			
			
			
	

}

#stacks_in_210 .inner_slice_content {
 
	pointer-events: auto; margin: auto; 	
	
	
		
	
		
	
	
	
	
	
	
	
	
    
	 display: none; 	
 
}

#stacks_in_210 .hype_line_22_corner7 path {
			
}		
#stacks_in_210 .hype_line_22 path, #stacks_in_210 .hype_line_22_corner0 path, #stacks_in_210 .hype_line_22_corner1 path, #stacks_in_210 .hype_line_22_corner2 path, #stacks_in_210 .hype_line_22_corner3 path, #stacks_in_210 .hype_line_22_corner4 path, #stacks_in_210 .hype_line_22_corner5 path, #stacks_in_210 .hype_line_22_corner6 path, #stacks_in_210 .hype_line_22_corner7 path, #stacks_in_210 .hype_line_22_corner8 path, #stacks_in_210 .hype_line_22_corner9 path, #stacks_in_210 .hype_line_22_corner10 path { stroke: #CBCBCB !important;
	stroke-linecap: butt !important; 
 
}
@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }

#stacks_in_210 .hype_line_22 path, #stacks_in_210 .hype_line_22_corner0 path, #stacks_in_210 .hype_line_22_corner1 path, #stacks_in_210 .hype_line_22_corner2 path, #stacks_in_210 .hype_line_22_corner3 path, #stacks_in_210 .hype_line_22_corner4 path, #stacks_in_210 .hype_line_22_corner5 path, #stacks_in_210 .hype_line_22_corner6 path, #stacks_in_210 .hype_line_22_corner7 path, #stacks_in_210 .hype_line_22_corner8 path, #stacks_in_210 .hype_line_22_corner9 path, #stacks_in_210 .hype_line_22_corner10 path { stroke-width: 3px !important; }

@media (min-width: 630px) {
  #stacks_in_210 .hype-text-22 {  }
}

@media (max-width: 630px) {
	#stacks_in_210 .wrapper-22 { 
	    	
				
		
	}		
	#stacks_in_210 .hype-text-22 { 
	  
	  
	  	
		  
	}			
	#stacks_in_210 .hype-text-22-mobile { 
	  
	  
	  	
		  
	}		
	#stacks_in_210 .hype_line_22_corner1 path { 
	}		
	#stacks_in_210 .hype_line_22_corner2 path { 
	}		
	#stacks_in_210 .hype_line_22_corner3 path { 
	}		
	#stacks_in_210 .hype_line_22_corner4 path { 
	}
	#stacks_in_210 .hype_line_22_corner5 path { 
	}
	#stacks_in_210 .hype_line_22_corner6 path { 
	}
	#stacks_in_210 .hype_line_22_corner7 path { 
	}		
	#stacks_in_210 .inner_slice_content {				
			
			
			
			
			
	
	}		
	
	#stacks_in_210 .hype-divider-text-bg  {  margin-left: auto !important;  }		
   
	#stacks_in_210 .hype_line_22 path, #stacks_in_210 .hype_line_22_corner0 path, #stacks_in_210 .hype_line_22_corner1 path, #stacks_in_210 .hype_line_22_corner2 path, #stacks_in_210 .hype_line_22_corner3 path, #stacks_in_210 .hype_line_22_corner4 path, #stacks_in_210 .hype_line_22_corner5 path, #stacks_in_210 .hype_line_22_corner6 path, #stacks_in_210 .hype_line_22_corner7 path, #stacks_in_210 .hype_line_22_corner8 path, #stacks_in_210 .hype_line_22_corner9 path, #stacks_in_210 .hype_line_22_corner10 path {  
	       
	  }			
		
	#stacks_in_210 .inner_slice_content {
	 
						
		
	}		
}
  
#stacks_in_210 .hype_line_22_corner0 path, #stacks_in_210 .hype_line_22_corner1 path, #stacks_in_210 .hype_line_22_corner2 path, #stacks_in_210 .hype_line_22_corner3 path, #stacks_in_210 .hype_line_22_corner4 path, #stacks_in_210 .hype_line_22_corner5 path, #stacks_in_210 .hype_line_22_corner6 path, #stacks_in_210 .hype_line_22_corner7 path, #stacks_in_210 .hype_line_22_corner8 path, #stacks_in_210 .hype_line_22_corner9 path, #stacks_in_210 .hype_line_22_corner10 path  {	 	
	
	    
	 
}

#stacks_in_210 .trigger-22 { opacity: 0 !important; 
 margin-top: 0px !important; 
 
}
#stacks_in_210 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */#stacks_in_201>.s3_row {
	margin: 0 -10px;
}

#stacks_in_201>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_201>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_201>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_201>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_201>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





/* -- EACH CSS Template -- */
/*  Hype elements with CUSTOM CSS */
#stacks_in_191 .HYPE_document  { 
	text-align: center; display: block; width: 100%; height: 100%; margin: auto; padding: 0; min-width: 100%;  
	 
}
/*  buttons states toolbar */
#stacks_in_191 .button-stats:hover, .button-stats:hover {  color: #dcdcdc !important;	background-color: #262626 !important;  }
/* LINK AREA over the titles */
#stacks_in_191 .wrapper_link  {  
	display: none !important;	position: absolute;	padding: 0; top: 0; right: 0; left: 0; bottom: 0; margin: auto;	z-index: 2;	border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px;
	min-height: 100px !important; max-height: 200px !important;	width: auto; max-width: 75vw;   }
#stacks_in_191 .back_wrapper_8573 { 		
	text-align: center;	margin-right: auto; margin-left: auto; display: block; position: relative; max-width: 780vh;	
	 height: 35vh; min-height: 120px !important; 		
	 padding: 0;		
	%%[[if edit]]%% display:none;  	
%%[[endif]]%% }
/* fixed height setting */
@media (max-width: 800px) { #stacks_in_191 .back_wrapper_8573 { 
  } }
@media (max-width: 600px) { #stacks_in_191 .back_wrapper_8573 { 
  } }

#stacks_in_191 .wrapper_8573 { 
	text-align: center; margin-right: auto; margin-left: auto; display: block; position: relative;	max-width: 780px;		
	 height: 35vh; min-height: 120px !important; 		
	  
	 }
/* fixed height setting */
@media (max-width: 800px) { #stacks_in_191 .wrapper_8573 { 
  } }
@media (max-width: 600px) { #stacks_in_191 .wrapper_8573 { 
  } }

/*  Hype internal elements - rotation */
#stacks_in_191 .flex_elements{  	transform: rotate( 0deg ) !important; 	-webkit-transform: rotate(0deg ) !important; 	-moz-transform: rotate( 0deg ) !important;   }
/* --------------- */
#stacks_in_191 .wrapper_working_area  {  
	background: url(../files/edit_mode_titles_guide_border.gif) center center no-repeat !important;
	max-width: 780px;
	height: 35vh;
	background-size: contain !important; -webkit-background-size: contain !important; -moz-background-size: contain !important;
	border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;
	opacity: 0.65;	
	display: none !important;
	position: absolute;
	width: 100%; height: 100%;
	top: 0; bottom: 0; right: 0; left: 0;
	margin-right: auto; margin-left: auto; text-align: center;		
	
	  
	
}


/* ---TITLE active only with "STATIC" titles */
.hype-title-static {	   }
.hype-title-scale{		


 %%[[if !edit]]%%  
}

@keyframes hype-title-scale { 
0% {transform: scale(0.8); opacity: 0;}
40% {transform: scale(0.8);}
45% {opacity: 0;}      
100% {transform: scale(1); opacity: 1;}
}
@-webkit-keyframes hype-title-scale {
0% {-webkit-transform: scale(0.8); opacity: 0;}
40% {-webkit-transform: scale(0.8);} 
45% {opacity: 0;}      
100% {-webkit-transform: scale(1); opacity: 1;}
}
.hype-title-fade {		

 
  }

@keyframes hype-title-fade {
0% {opacity: 0;}   
10% {opacity: 0;} 
100% {opacity: 1;}
}
@-webkit-keyframes hype-title-fade {
0% { opacity: 0;} 
10% {opacity: 0;}   
100% {opacity: 1;}
}

 /*  A */
#stacks_in_191 .theme_title {  color: #558198 !important;  }
 /*  B */
#stacks_in_191 .theme_title_b {  color: #84ADC5 !important;  }
/* Tit A-B styles  */
#stacks_in_191 .theme_slogan { 
	color: #F1ABBB !important; font-size: 87px !important; font-family: "ralewaylight", sans-serif !important; font-style: italic; text-transform: none; text-decoration: none;	transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important; -moz-transform: rotate( 0deg ) !important;	margin-top: 25px !important; margin-left: 0px !important; display: none !important; letter-spacing: 0px !important; line-height: 90px !important;   
}

/* TITLE CSS */
#stacks_in_191 .theme_title, #stacks_in_191 .theme_title_b { 
	font-size: 93px !important; font-style: italic; 	text-transform: none;text-decoration: None; 	margin-top: 0px !important; margin-left: 0px !important; letter-spacing: 0px !important; line-height: 150px !important;	font-family: "open_sanscondensed_light", sans-serif !important; -webkit-transform: translate3d(0,0,0) !important;
	
	 
	
	 	
	
	 	
	
	 
	
	  
}

/* upg 1.1.3 - 113 */
#stacks_in_191 .theme_title, #stacks_in_191 .theme_title_b  {    }

/* back_wrapper- fix consolidation. stay under text */
#stacks_in_191 .back_wrapper_8573 {	 
	
/* upg 1.1.4 - 114 */
	
/* beta  */
/*	*/


 
 
}
#stacks_in_191 .back_wrapper_8573bg { 	
			
	text-align: center; display: block; position: relative;	
	max-width: 780vh;		
	 height: 35vh; min-height: 120px !important; 		
		
	padding: 0; margin: 0;  
		
}

/* fixed position in desktop only */
@media (max-width: 480px) { #stacks_in_191 .back_wrapper_8573bg { background-attachment: scroll !important; } }
@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_191 .back_wrapper_8573bg {  background-attachment: scroll !important; } }
@media (min-width: 1025px) {  }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_191 .back_wrapper_8573bg { background-attachment: scroll !important;  } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_191 .back_wrapper_8573bg { background-attachment: scroll !important;  } }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_191 .back_wrapper_8573bg#stacks_in_191 .back_wrapper_8573bg {  background-attachment: scroll !important;  } }

/* fixed height setting */
@media (max-width: 800px) { #stacks_in_191 .back_wrapper_8573bg {    } }
@media (max-width: 600px) { #stacks_in_191 .back_wrapper_8573bg {    } }

#stacks_in_191 .theme_title, #stacks_in_191 .theme_title_b {
 
 
		


text-shadow: 1px 1px rgba(0, 0, 0, 0.35), 2px 2px rgba(0, 0, 0, 0.35), 3px 3px rgba(0, 0, 0, 0.35), 4px 4px rgba(0, 0, 0, 0.35) !important;		           









  
}
#stacks_in_191 .theme_title, #stacks_in_191 .theme_title_b {  }
/* --------------- */
/* @group Built-in Webfonts */
@font-face {
font-family: 'cordial_proregregular';
src: url('../files/webfonts/cordial_web/cordial_regular_39-webfont.woff2') format('woff2'), url('../files/webfonts/cordial_web/cordial_regular_39-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'cordial_prosemibold';
src: url('../files/webfonts/cordial_web/cordial_semibold_38-webfont.woff2') format('woff2'), url('../files/webfonts/cordial_web/cordial_semibold_38-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'cordial_promedium';
src: url('../files/webfonts/cordial_web/cordial_medium_38-webfont.woff2') format('woff2'),url('../files/webfonts/cordial_web/cordial_medium_38-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'cordial_prolight';
src: url('../files/webfonts/cordial_web/cordial_light_59-webfont.woff2') format('woff2'), url('../files/webfonts/cordial_web/cordial_light_59-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'cordial_probold';
src: url('../files/webfonts/cordial_web/cordial_bold_69-webfont.woff2') format('woff2'), url('../files/webfonts/cordial_web/cordial_bold_69-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'cordial_pro_inlineBdrounded';
src: url('../files/webfonts/cordial_web/cordial_inline_rou_17-webfont.woff2') format('woff2'), url('../files/webfonts/cordial_web/cordial_inline_rou_17-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'cordial_pro_cherryBdrounded';
src: url('../files/webfonts/cordial_web/cordial_cherry_rou_22-webfont.woff2') format('woff2'), url('../files/webfonts/cordial_web/cordial_cherry_rou_22-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
/* cordial end */
@font-face {
font-family: 'rubik_mono_oneregular';
src: url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'montserratbold';
src: url('../files/webfonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'), url('../files/webfonts/montserrat/montserrat-bold-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'abelregular';
src: url('../files/webfonts/abel/abel-regular-webfont.woff2') format('woff2'), url('../files/webfonts/abel/abel-regular-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'open_sanscondensed_light';
src: url('../files/webfonts/open-sans-condensed/opensans-condlight-webfont.woff2') format('woff2'), url('../files/webfonts/open-sans-condensed/opensans-condlight-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'bree_serifregular';
src: url('../files/webfonts/breeserif/breeserif-regular-webfont.woff2') format('woff2'), url('../files/webfonts/breeserif/breeserif-regular-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'pacificoregular';
src: url('../files/webfonts/pacifico/pacifico-regular-webfont.woff2') format('woff2'), url('../files/webfonts/pacifico/pacifico-regular-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'signikaregular';
src: url('../files/webfonts/signika/signika-regular-webfont.woff2') format('woff2'), url('../files/webfonts/signika/signika-regular-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'rochesterregular';
src: url('../files/webfonts/rochester/rochester-regular-webfont.woff2') format('woff2'), url('../files/webfonts/rochester/rochester-regular-webfont.woff') format('woff')
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'playfair_display_scregular';
src: url('../files/webfonts/playfairsc/playfairdisplaysc-regular-webfont.woff2') format('woff2'), url('../files/webfonts/playfairsc/playfairdisplaysc-regular-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'ralewaylight';
src: url('../files/webfonts/raleway/raleway-light-webfont.woff2') format('woff2'), url('../files/webfonts/raleway/raleway-light-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'fjalla_oneregular';
src: url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'vigaregular';
src: url('../files/webfonts/viga/viga-regular-webfont.woff2') format('woff2'), url('../files/webfonts/viga/viga-regular-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'ubunturegular';
src: url('../files/webfonts/ubuntu/ubuntu-r-webfont.woff2') format('woff2'), url('../files/webfonts/ubuntu/ubuntu-r-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
@font-face {
font-family: 'archivo_blackregular';
src: url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff2') format('woff2'), url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff') format('woff');
font-weight: normal; font-style: normal; }
/* @end */
#stacks_in_191 .decoration_color_1 {  background-color: #6F9BFF !important; display: block !important;	margin-top: 0px !important; margin-left: 0px !important;  }
#stacks_in_191 .flash-color {  background-color: rgba(0, 0, 0, 0.35) !important;	width: 50px; height: 50px; margin-bottom: 13px; margin-right: auto; margin-left: auto; text-align: center;	
	display: none !important;  }
/* end style */



/*  EDIT mode */


/* -- End EACH CSS Template -- */#stacks_in_191 .scrollButton-hypetitles {   display: none !important;  position: absolute;	left: 0; z-index: 6; margin-right: auto; margin-left: auto;	right: 0; bottom: 8%; border-radius: 56px; -webkit-border-radius: 56px; -moz-border-radius: 56px; padding: 0; width: 92px; display: block; -webkit-animation: hypetitles-button_pulse 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;-moz-animation: hypetitles-button_pulse 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; animation: hypetitles-button_pulse 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;	animation-iteration-count: 2; animation-delay: 0.15s; 
 }    
@keyframes hypetitles-button_pulse { 
0%{ opacity: 1; transform: scale(1.0) translate(0px, 0px); -moz-transform:    scale(1.0) translate(0px, 0px); -webkit-transform: scale(1.0) translate(0px, 0px); } 
30%{ opacity: 0.8; transform: scale(0.9) translate(0px, 4px); -moz-transform: scale(0.9) translate(0px, 4px); -webkit-transform: scale(0.9) translate(0px, 4px); } 
75%{ opacity: 1; transform: scale(1.0) translate(0px, 0px); -moz-transform: scale(1.0) translate(0px, 0px); -webkit-transform: scale(1.0) translate(0px, 0px); } 
 100%{ opacity: 1;  transform: scale(1.0) translate(0px, 0px); -moz-transform: scale(1.0) translate(0px, 0px); -webkit-transform: scale(1.0) translate(0px, 0px); }  
}

@-webkit-keyframes hypetitles-button_pulse { 0%{ -webkit-transform: scale(1.0) translate(0px, 0px); opacity: 1;} 30%{-webkit-transform: scale(0.9) translate(0px, 4px);  opacity: 0.8;} 75%{ -webkit-transform: scale(1.0) translate(0px, 0px); opacity: 1;} 100%{ -webkit-transform: scale(1.0) translate(0px, 0px); opacity: 1;} }

#stacks_in_191 .scrollButton-hypetitles a {  font-size: 50px !important; line-height: 1em; transition: 0.05s linear; 	-webkit-transition: 0.04s linear; -moz-transition: 0.04s linear; 	-webkit-animation: hypetitles-button_pulse_initial 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; -moz-animation: hypetitles-button_pulse_initial 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; animation: hypetitles-button_pulse_initial 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; animation-iteration-count: 1; animation-delay: 0.3s;	color: #D5D5D5 !important;   
 }

#stacks_in_191 .scrollButton-hypetitles [class^="fa fa-"], #stacks_in_191 .scrollButton-hypetitles #stacks_in_191 [class*="fa fa-"] { color: #D5D5D5 !important; } @keyframes hypetitles-button_pulse_initial { 0%{ opacity: 0; } 100%{ opacity: 1;} } @-webkit-keyframes hypetitles-button_pulse_initial { 0%{ opacity: 0;} 100%{ opacity: 1;} }
#stacks_in_191 .scrollButton-hypetitles a:hover { text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }

#stacks_in_191 .scrollButton-hypetitles [class^="fa fa-"] {  transition: all 0.17s linear; -moz-transition: all 0.17s linear; -webkit-transition: all 0.17s linear;  }
#stacks_in_191 .scrollButton-hypetitles [class^="fa fa-"]:active {transform: scale(0.75) !important; -webkit-transform: scale(0.75) !important; -moz-transform: scale(0.75) !important; }

#target-hypetitles {  position: absolute; height: 0px; width: 100%; bottom: 0px;  
 }
@media only screen and (max-height: 601px) {
#stacks_in_191 .scrollButton-hypetitles { display: none !important; } #stacks_in_191 .scrollButton-hypetitles a {  font-size: 0 !important; display: none !important;  }  
}/* -- Start EACH CSS Template -- */




/* ----------------- edit END -- */	 

#stacks_in_235 .hype-text-22, #stacks_in_235 .hype-text-22-mobile { color: rgba(255, 255, 255, 1.00) !important; }

#stacks_in_235 .hype-divider-text-bg  { 
background-color: rgba(203, 203, 203, 1.00) !important;
border-radius:4px !important; -webkit-border-radius:4px !important; border-style: solid !important; border-top-width: 5px !important; border-bottom-width: 6px !important; border-left-width: 12px !important; border-right-width: 12px !important; border-color: rgba(203, 203, 203, 1.00) !important; margin-right: -20px; margin-left: 0% !important; }
#stacks_in_235 .hype-text-22, #stacks_in_235 .hype-text-22-mobile { -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 15px !important; line-height: 21px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important;
}

#stacks_in_235 .hype-text-22, #stacks_in_235 .hype-text-22-mobile, #stacks_in_235 p .hype-text-22, #stacks_in_235 p .hype-text-22-mobile { font-family: "title_safe_font_selector", sans-serif !important;
 font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; 
 
}

#stacks_in_235 .vertical-22 {  
  margin: auto; width: 100%; position: relative; min-height: 50px; 
 }

/* prevent issue in Foundation theme and some stacks */
#stacks_in_235 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
/* foundation RTL theme - fix - direction:ltr  */
#stacks_in_235 .HYPE_document { overflow: auto;  pointer-events: none !important;
 direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important;   }

#stacks_in_235_default22_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
#stacks_in_235 .wrapper-22 {

	margin-right: auto; margin-left: auto; max-width: 1000px; min-height: 50px; 	
	  
	     transform: rotate( 0deg ); -webkit-transform: rotate(0deg );  		
			
			
			
			
			
			
	

}

#stacks_in_235 .inner_slice_content {
 
	pointer-events: auto; margin: auto; 	
	
	
		
	
		
	
	
	
	
	
	
	
	
    
	 display: none; 	
 
}

#stacks_in_235 .hype_line_22_corner7 path {
			
}		
#stacks_in_235 .hype_line_22 path, #stacks_in_235 .hype_line_22_corner0 path, #stacks_in_235 .hype_line_22_corner1 path, #stacks_in_235 .hype_line_22_corner2 path, #stacks_in_235 .hype_line_22_corner3 path, #stacks_in_235 .hype_line_22_corner4 path, #stacks_in_235 .hype_line_22_corner5 path, #stacks_in_235 .hype_line_22_corner6 path, #stacks_in_235 .hype_line_22_corner7 path, #stacks_in_235 .hype_line_22_corner8 path, #stacks_in_235 .hype_line_22_corner9 path, #stacks_in_235 .hype_line_22_corner10 path { stroke: #CBCBCB !important;
	stroke-linecap: butt !important; 
 
}
@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }

#stacks_in_235 .hype_line_22 path, #stacks_in_235 .hype_line_22_corner0 path, #stacks_in_235 .hype_line_22_corner1 path, #stacks_in_235 .hype_line_22_corner2 path, #stacks_in_235 .hype_line_22_corner3 path, #stacks_in_235 .hype_line_22_corner4 path, #stacks_in_235 .hype_line_22_corner5 path, #stacks_in_235 .hype_line_22_corner6 path, #stacks_in_235 .hype_line_22_corner7 path, #stacks_in_235 .hype_line_22_corner8 path, #stacks_in_235 .hype_line_22_corner9 path, #stacks_in_235 .hype_line_22_corner10 path { stroke-width: 3px !important; }

@media (min-width: 630px) {
  #stacks_in_235 .hype-text-22 {  }
}

@media (max-width: 630px) {
	#stacks_in_235 .wrapper-22 { 
	    	
				
		
	}		
	#stacks_in_235 .hype-text-22 { 
	  
	  
	  	
		  
	}			
	#stacks_in_235 .hype-text-22-mobile { 
	  
	  
	  	
		  
	}		
	#stacks_in_235 .hype_line_22_corner1 path { 
	}		
	#stacks_in_235 .hype_line_22_corner2 path { 
	}		
	#stacks_in_235 .hype_line_22_corner3 path { 
	}		
	#stacks_in_235 .hype_line_22_corner4 path { 
	}
	#stacks_in_235 .hype_line_22_corner5 path { 
	}
	#stacks_in_235 .hype_line_22_corner6 path { 
	}
	#stacks_in_235 .hype_line_22_corner7 path { 
	}		
	#stacks_in_235 .inner_slice_content {				
			
			
			
			
			
	
	}		
	
	#stacks_in_235 .hype-divider-text-bg  {  margin-left: auto !important;  }		
   
	#stacks_in_235 .hype_line_22 path, #stacks_in_235 .hype_line_22_corner0 path, #stacks_in_235 .hype_line_22_corner1 path, #stacks_in_235 .hype_line_22_corner2 path, #stacks_in_235 .hype_line_22_corner3 path, #stacks_in_235 .hype_line_22_corner4 path, #stacks_in_235 .hype_line_22_corner5 path, #stacks_in_235 .hype_line_22_corner6 path, #stacks_in_235 .hype_line_22_corner7 path, #stacks_in_235 .hype_line_22_corner8 path, #stacks_in_235 .hype_line_22_corner9 path, #stacks_in_235 .hype_line_22_corner10 path {  
	       
	  }			
		
	#stacks_in_235 .inner_slice_content {
	 
						
		
	}		
}
  
#stacks_in_235 .hype_line_22_corner0 path, #stacks_in_235 .hype_line_22_corner1 path, #stacks_in_235 .hype_line_22_corner2 path, #stacks_in_235 .hype_line_22_corner3 path, #stacks_in_235 .hype_line_22_corner4 path, #stacks_in_235 .hype_line_22_corner5 path, #stacks_in_235 .hype_line_22_corner6 path, #stacks_in_235 .hype_line_22_corner7 path, #stacks_in_235 .hype_line_22_corner8 path, #stacks_in_235 .hype_line_22_corner9 path, #stacks_in_235 .hype_line_22_corner10 path  {	 	
	
	    
	 
}

#stacks_in_235 .trigger-22 { opacity: 0 !important; 
 margin-top: 0px !important; 
 
}
#stacks_in_235 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */#stacks_in_221>.s3_row {
	margin: 0 -10px;
}

#stacks_in_221>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_221>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_221>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_221>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_221>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





/* -- Start EACH CSS Template -- */




/* ----------------- edit END -- */	 

#stacks_in_212 .hype-text-22, #stacks_in_212 .hype-text-22-mobile { color: rgba(255, 255, 255, 1.00) !important; }

#stacks_in_212 .hype-divider-text-bg  { 
background-color: rgba(203, 203, 203, 1.00) !important;
border-radius:4px !important; -webkit-border-radius:4px !important; border-style: solid !important; border-top-width: 5px !important; border-bottom-width: 6px !important; border-left-width: 12px !important; border-right-width: 12px !important; border-color: rgba(203, 203, 203, 1.00) !important; margin-right: -20px; margin-left: 0% !important; }
#stacks_in_212 .hype-text-22, #stacks_in_212 .hype-text-22-mobile { -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 15px !important; line-height: 21px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important;
}

#stacks_in_212 .hype-text-22, #stacks_in_212 .hype-text-22-mobile, #stacks_in_212 p .hype-text-22, #stacks_in_212 p .hype-text-22-mobile { font-family: "title_safe_font_selector", sans-serif !important;
 font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; 
 
}

#stacks_in_212 .vertical-22 {  
  margin: auto; width: 100%; position: relative; min-height: 50px; 
 }

/* prevent issue in Foundation theme and some stacks */
#stacks_in_212 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
/* foundation RTL theme - fix - direction:ltr  */
#stacks_in_212 .HYPE_document { overflow: auto;  pointer-events: none !important;
 direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important;   }

#stacks_in_212_default22_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
#stacks_in_212 .wrapper-22 {

	margin-right: auto; margin-left: auto; max-width: 1000px; min-height: 50px; 	
	  
	     transform: rotate( 0deg ); -webkit-transform: rotate(0deg );  		
			
			
			
			
			
			
	

}

#stacks_in_212 .inner_slice_content {
 
	pointer-events: auto; margin: auto; 	
	
	
		
	
		
	
	
	
	
	
	
	
	
    
	 display: none; 	
 
}

#stacks_in_212 .hype_line_22_corner7 path {
			
}		
#stacks_in_212 .hype_line_22 path, #stacks_in_212 .hype_line_22_corner0 path, #stacks_in_212 .hype_line_22_corner1 path, #stacks_in_212 .hype_line_22_corner2 path, #stacks_in_212 .hype_line_22_corner3 path, #stacks_in_212 .hype_line_22_corner4 path, #stacks_in_212 .hype_line_22_corner5 path, #stacks_in_212 .hype_line_22_corner6 path, #stacks_in_212 .hype_line_22_corner7 path, #stacks_in_212 .hype_line_22_corner8 path, #stacks_in_212 .hype_line_22_corner9 path, #stacks_in_212 .hype_line_22_corner10 path { stroke: #CBCBCB !important;
	stroke-linecap: butt !important; 
 
}
@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }

#stacks_in_212 .hype_line_22 path, #stacks_in_212 .hype_line_22_corner0 path, #stacks_in_212 .hype_line_22_corner1 path, #stacks_in_212 .hype_line_22_corner2 path, #stacks_in_212 .hype_line_22_corner3 path, #stacks_in_212 .hype_line_22_corner4 path, #stacks_in_212 .hype_line_22_corner5 path, #stacks_in_212 .hype_line_22_corner6 path, #stacks_in_212 .hype_line_22_corner7 path, #stacks_in_212 .hype_line_22_corner8 path, #stacks_in_212 .hype_line_22_corner9 path, #stacks_in_212 .hype_line_22_corner10 path { stroke-width: 3px !important; }

@media (min-width: 630px) {
  #stacks_in_212 .hype-text-22 {  }
}

@media (max-width: 630px) {
	#stacks_in_212 .wrapper-22 { 
	    	
				
		
	}		
	#stacks_in_212 .hype-text-22 { 
	  
	  
	  	
		  
	}			
	#stacks_in_212 .hype-text-22-mobile { 
	  
	  
	  	
		  
	}		
	#stacks_in_212 .hype_line_22_corner1 path { 
	}		
	#stacks_in_212 .hype_line_22_corner2 path { 
	}		
	#stacks_in_212 .hype_line_22_corner3 path { 
	}		
	#stacks_in_212 .hype_line_22_corner4 path { 
	}
	#stacks_in_212 .hype_line_22_corner5 path { 
	}
	#stacks_in_212 .hype_line_22_corner6 path { 
	}
	#stacks_in_212 .hype_line_22_corner7 path { 
	}		
	#stacks_in_212 .inner_slice_content {				
			
			
			
			
			
	
	}		
	
	#stacks_in_212 .hype-divider-text-bg  {  margin-left: auto !important;  }		
   
	#stacks_in_212 .hype_line_22 path, #stacks_in_212 .hype_line_22_corner0 path, #stacks_in_212 .hype_line_22_corner1 path, #stacks_in_212 .hype_line_22_corner2 path, #stacks_in_212 .hype_line_22_corner3 path, #stacks_in_212 .hype_line_22_corner4 path, #stacks_in_212 .hype_line_22_corner5 path, #stacks_in_212 .hype_line_22_corner6 path, #stacks_in_212 .hype_line_22_corner7 path, #stacks_in_212 .hype_line_22_corner8 path, #stacks_in_212 .hype_line_22_corner9 path, #stacks_in_212 .hype_line_22_corner10 path {  
	       
	  }			
		
	#stacks_in_212 .inner_slice_content {
	 
						
		
	}		
}
  
#stacks_in_212 .hype_line_22_corner0 path, #stacks_in_212 .hype_line_22_corner1 path, #stacks_in_212 .hype_line_22_corner2 path, #stacks_in_212 .hype_line_22_corner3 path, #stacks_in_212 .hype_line_22_corner4 path, #stacks_in_212 .hype_line_22_corner5 path, #stacks_in_212 .hype_line_22_corner6 path, #stacks_in_212 .hype_line_22_corner7 path, #stacks_in_212 .hype_line_22_corner8 path, #stacks_in_212 .hype_line_22_corner9 path, #stacks_in_212 .hype_line_22_corner10 path  {	 	
	
	    
	 
}

#stacks_in_212 .trigger-22 { opacity: 0 !important; 
 margin-top: 0px !important; 
 
}
#stacks_in_212 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */#stacks_in_228>.s3_row {
	margin: 0 -10px;
}

#stacks_in_228>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_228>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_228>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_228>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_228>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





/* Start Play stack CSS code */#stacks_in_313 {	z-index: 4;}.stacks_in_313playContainer {	overflow: hidden;	position: relative !important;	z-index: 6;}.stacks_in_313playContainer {	background-image: url("") !important;	background-position: center center !important;	background-attachment: scroll;	-webkit-background-size: cover;	-moz-background-size: cover;	-o-background-size: cover;	background-size: cover;	background-repeat: cover;}  .stacks_in_313overlay{	position: absolute;	top: 0;	left: 0;	bottom: 0;	right: 0;	z-index: 7;}.stacks_in_313contentBox{	position: relative;	text-align: center;	opacity: 1;	-webkit-transition: opacity 100ms linear;    -moz-transition: opacity 100ms linear;    -o-transition: opacity 100ms linear;    transition: opacity 100ms linear;    z-index: 8;}.stacks_in_313content{	position: relative;	max-width: 1000px;	margin: 0 auto 0 auto;	padding: 80px 20px 80px 20px;	text-align: center !important;	z-index: 8;	text-shadow: none !important;}.stacks_in_313content,.stacks_in_313content h1,.stacks_in_313content h2,.stacks_in_313content h3,.stacks_in_313content h4,.stacks_in_313content h5,.stacks_in_313content h6{	color: rgba(255, 255, 255, 1.00) !important;}.stacks_in_313content a,.stacks_in_313content a:active,.stacks_in_313content a:visited{	color: rgba(59, 148, 217, 1.00) !important;	text-decoration: none !important;}.stacks_in_313content a:hover{	color: rgba(221, 221, 221, 1.00) !important;	text-decoration: none !important;}.stacks_in_313playScrollButton i{	color: rgba(255, 255, 255, 1.00) !important;}.stacks_in_313playScrollButton{	position: absolute;	width: 100%;	bottom: 0;	color: #fff !important;	font-size: 36px;	text-align: center;	padding-top: 30px;	padding-bottom: 30px;	display: none;	cursor: pointer;	z-index: 8;}	.stacks_in_313playScrollButton{		display: block;	}	.stacks_in_313playContainer {		min-height: 500px;	}		.stacks_in_313contentBox{		position: absolute;		width: 100%;		top: 50%;		-webkit-transform: translate(0,-50%);		-moz-transform:    translate(0,-50%);		-ms-transform:     translate(0,-50%);		-o-transform:      translate(0,-50%);		transform:         translate(0,-50%);	}/* -- End Preview/Published -- */@keyframes playanimation {	43% { transform: translate(0,0);} 	0% { transform: translate(0,0);} 	30% { transform: translate(0,11px);} 	17% { transform: translate(0,-5px);} 	11% { transform: translate(0,0);} }@-webkit-keyframes playanimation {	43% { transform: translate(0,0);} 	0% { transform: translate(0,0);} 	30% { transform: translate(0,11px);} 	17% { transform: translate(0,-5px);} 	11% { transform: translate(0,0);} }/* apply the .animation class to the element you want to animate */.playanimation {	animation: playanimation 3s ease-in-out 0s infinite normal none;	-webkit-animation: playanimation 3s ease-in-out 0s infinite normal none;}	.wallpaper, 	.wallpaper .wallpaper-container, 	.wallpaper .wallpaper-media {		-webkit-transition: none !important;		        transition: none !important;	}	.wallpaper { overflow: hidden; position: relative;} 	.wallpaper .wallpaper-container { height: 100%; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0; } 	.wallpaper .wallpaper-media { left: 0; opacity: 0; position: absolute; top: 0; } 	.wallpaper .wallpaper-media.animated {	 	-webkit-transition: opacity 0.5s linear !important;		        transition: opacity 0.5s linear !important; 	} 	.wallpaper .wallpaper-media img, 	.wallpaper .wallpaper-media video, 	.wallpaper .wallpaper-media iframe { display: block; height: 100%; width: 100%; } 	.wallpaper .wallpaper-embed.ready:after { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; } 	.wallpaper .wallpaper-embed.ready iframe { /* pointer-events: none; - safari doesn't like this :/ */ z-index: 0; } 	.wallpaper .wallpaper-media.native { background-position: center; background-size: cover; height: 100%; width: 100%; } 	.wallpaper .wallpaper-media.native img { display: none; } 	.wallpaper .wallpaper-media.fixed { background-position: center; background-attachment: fixed; height: 100%; width: 100%; } 	.wallpaper .wallpaper-media.fixed img { display: none; }/* End Play stack CSS code *//* -- Start EACH CSS Template -- */




/* ----------------- edit END -- */	 

#stacks_in_239 .hype-text-22, #stacks_in_239 .hype-text-22-mobile { color: rgba(255, 255, 255, 1.00) !important; }

#stacks_in_239 .hype-divider-text-bg  { 
background-color: rgba(203, 203, 203, 1.00) !important;
border-radius:4px !important; -webkit-border-radius:4px !important; border-style: solid !important; border-top-width: 5px !important; border-bottom-width: 6px !important; border-left-width: 12px !important; border-right-width: 12px !important; border-color: rgba(203, 203, 203, 1.00) !important; margin-right: -20px; margin-left: 0% !important; }
#stacks_in_239 .hype-text-22, #stacks_in_239 .hype-text-22-mobile { -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 15px !important; line-height: 21px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important;
}

#stacks_in_239 .hype-text-22, #stacks_in_239 .hype-text-22-mobile, #stacks_in_239 p .hype-text-22, #stacks_in_239 p .hype-text-22-mobile { font-family: "title_safe_font_selector", sans-serif !important;
 font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; 
 
}

#stacks_in_239 .vertical-22 {  
  margin: auto; width: 100%; position: relative; min-height: 50px; 
 }

/* prevent issue in Foundation theme and some stacks */
#stacks_in_239 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
/* foundation RTL theme - fix - direction:ltr  */
#stacks_in_239 .HYPE_document { overflow: auto;  pointer-events: none !important;
 direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important;   }

#stacks_in_239_default22_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
#stacks_in_239 .wrapper-22 {

	margin-right: auto; margin-left: auto; max-width: 1000px; min-height: 50px; 	
	  
	     transform: rotate( 0deg ); -webkit-transform: rotate(0deg );  		
			
			
			
			
			
			
	

}

#stacks_in_239 .inner_slice_content {
 
	pointer-events: auto; margin: auto; 	
	
	
		
	
		
	
	
	
	
	
	
	
	
    
	 display: none; 	
 
}

#stacks_in_239 .hype_line_22_corner7 path {
			
}		
#stacks_in_239 .hype_line_22 path, #stacks_in_239 .hype_line_22_corner0 path, #stacks_in_239 .hype_line_22_corner1 path, #stacks_in_239 .hype_line_22_corner2 path, #stacks_in_239 .hype_line_22_corner3 path, #stacks_in_239 .hype_line_22_corner4 path, #stacks_in_239 .hype_line_22_corner5 path, #stacks_in_239 .hype_line_22_corner6 path, #stacks_in_239 .hype_line_22_corner7 path, #stacks_in_239 .hype_line_22_corner8 path, #stacks_in_239 .hype_line_22_corner9 path, #stacks_in_239 .hype_line_22_corner10 path { stroke: #CBCBCB !important;
	stroke-linecap: butt !important; 
 
}
@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }

#stacks_in_239 .hype_line_22 path, #stacks_in_239 .hype_line_22_corner0 path, #stacks_in_239 .hype_line_22_corner1 path, #stacks_in_239 .hype_line_22_corner2 path, #stacks_in_239 .hype_line_22_corner3 path, #stacks_in_239 .hype_line_22_corner4 path, #stacks_in_239 .hype_line_22_corner5 path, #stacks_in_239 .hype_line_22_corner6 path, #stacks_in_239 .hype_line_22_corner7 path, #stacks_in_239 .hype_line_22_corner8 path, #stacks_in_239 .hype_line_22_corner9 path, #stacks_in_239 .hype_line_22_corner10 path { stroke-width: 3px !important; }

@media (min-width: 630px) {
  #stacks_in_239 .hype-text-22 {  }
}

@media (max-width: 630px) {
	#stacks_in_239 .wrapper-22 { 
	    	
				
		
	}		
	#stacks_in_239 .hype-text-22 { 
	  
	  
	  	
		  
	}			
	#stacks_in_239 .hype-text-22-mobile { 
	  
	  
	  	
		  
	}		
	#stacks_in_239 .hype_line_22_corner1 path { 
	}		
	#stacks_in_239 .hype_line_22_corner2 path { 
	}		
	#stacks_in_239 .hype_line_22_corner3 path { 
	}		
	#stacks_in_239 .hype_line_22_corner4 path { 
	}
	#stacks_in_239 .hype_line_22_corner5 path { 
	}
	#stacks_in_239 .hype_line_22_corner6 path { 
	}
	#stacks_in_239 .hype_line_22_corner7 path { 
	}		
	#stacks_in_239 .inner_slice_content {				
			
			
			
			
			
	
	}		
	
	#stacks_in_239 .hype-divider-text-bg  {  margin-left: auto !important;  }		
   
	#stacks_in_239 .hype_line_22 path, #stacks_in_239 .hype_line_22_corner0 path, #stacks_in_239 .hype_line_22_corner1 path, #stacks_in_239 .hype_line_22_corner2 path, #stacks_in_239 .hype_line_22_corner3 path, #stacks_in_239 .hype_line_22_corner4 path, #stacks_in_239 .hype_line_22_corner5 path, #stacks_in_239 .hype_line_22_corner6 path, #stacks_in_239 .hype_line_22_corner7 path, #stacks_in_239 .hype_line_22_corner8 path, #stacks_in_239 .hype_line_22_corner9 path, #stacks_in_239 .hype_line_22_corner10 path {  
	       
	  }			
		
	#stacks_in_239 .inner_slice_content {
	 
						
		
	}		
}
  
#stacks_in_239 .hype_line_22_corner0 path, #stacks_in_239 .hype_line_22_corner1 path, #stacks_in_239 .hype_line_22_corner2 path, #stacks_in_239 .hype_line_22_corner3 path, #stacks_in_239 .hype_line_22_corner4 path, #stacks_in_239 .hype_line_22_corner5 path, #stacks_in_239 .hype_line_22_corner6 path, #stacks_in_239 .hype_line_22_corner7 path, #stacks_in_239 .hype_line_22_corner8 path, #stacks_in_239 .hype_line_22_corner9 path, #stacks_in_239 .hype_line_22_corner10 path  {	 	
	
	    
	 
}

#stacks_in_239 .trigger-22 { opacity: 0 !important; 
 margin-top: 0px !important; 
 
}
#stacks_in_239 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */#stacks_in_4>.s3_row {
	margin: 0 -10px;
}

#stacks_in_4>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_4>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_4>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_4>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_4>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_4 {
	padding:  15px;
}
/* Start Play stack CSS code */#stacks_in_237 {	z-index: 4;}.stacks_in_237playContainer {	overflow: hidden;	position: relative !important;	z-index: 6;}.stacks_in_237playContainer {	background-image: url("") !important;	background-position: center center !important;	background-attachment: scroll;	-webkit-background-size: cover;	-moz-background-size: cover;	-o-background-size: cover;	background-size: cover;	background-repeat: cover;}  .stacks_in_237overlay{	position: absolute;	top: 0;	left: 0;	bottom: 0;	right: 0;	z-index: 7;}.stacks_in_237contentBox{	position: relative;	text-align: center;	opacity: 1;	-webkit-transition: opacity 100ms linear;    -moz-transition: opacity 100ms linear;    -o-transition: opacity 100ms linear;    transition: opacity 100ms linear;    z-index: 8;}.stacks_in_237content{	position: relative;	max-width: 1000px;	margin: 0 auto 0 auto;	padding: 80px 20px 80px 20px;	text-align: center !important;	z-index: 8;	text-shadow: none !important;}.stacks_in_237content,.stacks_in_237content h1,.stacks_in_237content h2,.stacks_in_237content h3,.stacks_in_237content h4,.stacks_in_237content h5,.stacks_in_237content h6{	color: rgba(255, 255, 255, 1.00) !important;}.stacks_in_237content a,.stacks_in_237content a:active,.stacks_in_237content a:visited{	color: rgba(59, 148, 217, 1.00) !important;	text-decoration: none !important;}.stacks_in_237content a:hover{	color: rgba(221, 221, 221, 1.00) !important;	text-decoration: none !important;}.stacks_in_237playScrollButton i{	color: rgba(255, 255, 255, 1.00) !important;}.stacks_in_237playScrollButton{	position: absolute;	width: 100%;	bottom: 0;	color: #fff !important;	font-size: 36px;	text-align: center;	padding-top: 30px;	padding-bottom: 30px;	display: none;	cursor: pointer;	z-index: 8;}	.stacks_in_237playScrollButton{		display: block;	}	.stacks_in_237playContainer {		min-height: 500px;	}		.stacks_in_237contentBox{		position: absolute;		width: 100%;		top: 50%;		-webkit-transform: translate(0,-50%);		-moz-transform:    translate(0,-50%);		-ms-transform:     translate(0,-50%);		-o-transform:      translate(0,-50%);		transform:         translate(0,-50%);	}/* -- End Preview/Published -- */@keyframes playanimation {	43% { transform: translate(0,0);} 	0% { transform: translate(0,0);} 	30% { transform: translate(0,11px);} 	17% { transform: translate(0,-5px);} 	11% { transform: translate(0,0);} }@-webkit-keyframes playanimation {	43% { transform: translate(0,0);} 	0% { transform: translate(0,0);} 	30% { transform: translate(0,11px);} 	17% { transform: translate(0,-5px);} 	11% { transform: translate(0,0);} }/* apply the .animation class to the element you want to animate */.playanimation {	animation: playanimation 3s ease-in-out 0s infinite normal none;	-webkit-animation: playanimation 3s ease-in-out 0s infinite normal none;}	.wallpaper, 	.wallpaper .wallpaper-container, 	.wallpaper .wallpaper-media {		-webkit-transition: none !important;		        transition: none !important;	}	.wallpaper { overflow: hidden; position: relative;} 	.wallpaper .wallpaper-container { height: 100%; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0; } 	.wallpaper .wallpaper-media { left: 0; opacity: 0; position: absolute; top: 0; } 	.wallpaper .wallpaper-media.animated {	 	-webkit-transition: opacity 0.5s linear !important;		        transition: opacity 0.5s linear !important; 	} 	.wallpaper .wallpaper-media img, 	.wallpaper .wallpaper-media video, 	.wallpaper .wallpaper-media iframe { display: block; height: 100%; width: 100%; } 	.wallpaper .wallpaper-embed.ready:after { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; } 	.wallpaper .wallpaper-embed.ready iframe { /* pointer-events: none; - safari doesn't like this :/ */ z-index: 0; } 	.wallpaper .wallpaper-media.native { background-position: center; background-size: cover; height: 100%; width: 100%; } 	.wallpaper .wallpaper-media.native img { display: none; } 	.wallpaper .wallpaper-media.fixed { background-position: center; background-attachment: fixed; height: 100%; width: 100%; } 	.wallpaper .wallpaper-media.fixed img { display: none; }/* End Play stack CSS code *//* -- Start EACH CSS Template -- */




/* ----------------- edit END -- */	 

#stacks_in_241 .hype-text-22, #stacks_in_241 .hype-text-22-mobile { color: rgba(255, 255, 255, 1.00) !important; }

#stacks_in_241 .hype-divider-text-bg  { 
background-color: rgba(203, 203, 203, 1.00) !important;
border-radius:4px !important; -webkit-border-radius:4px !important; border-style: solid !important; border-top-width: 5px !important; border-bottom-width: 6px !important; border-left-width: 12px !important; border-right-width: 12px !important; border-color: rgba(203, 203, 203, 1.00) !important; margin-right: -20px; margin-left: 0% !important; }
#stacks_in_241 .hype-text-22, #stacks_in_241 .hype-text-22-mobile { -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 15px !important; line-height: 21px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important;
}

#stacks_in_241 .hype-text-22, #stacks_in_241 .hype-text-22-mobile, #stacks_in_241 p .hype-text-22, #stacks_in_241 p .hype-text-22-mobile { font-family: "title_safe_font_selector", sans-serif !important;
 font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; 
 
}

#stacks_in_241 .vertical-22 {  
  margin: auto; width: 100%; position: relative; min-height: 50px; 
 }

/* prevent issue in Foundation theme and some stacks */
#stacks_in_241 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
/* foundation RTL theme - fix - direction:ltr  */
#stacks_in_241 .HYPE_document { overflow: auto;  pointer-events: none !important;
 direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important;   }

#stacks_in_241_default22_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
#stacks_in_241 .wrapper-22 {

	margin-right: auto; margin-left: auto; max-width: 1000px; min-height: 50px; 	
	  
	     transform: rotate( 0deg ); -webkit-transform: rotate(0deg );  		
			
			
			
			
			
			
	

}

#stacks_in_241 .inner_slice_content {
 
	pointer-events: auto; margin: auto; 	
	
	
		
	
		
	
	
	
	
	
	
	
	
    
	 display: none; 	
 
}

#stacks_in_241 .hype_line_22_corner7 path {
			
}		
#stacks_in_241 .hype_line_22 path, #stacks_in_241 .hype_line_22_corner0 path, #stacks_in_241 .hype_line_22_corner1 path, #stacks_in_241 .hype_line_22_corner2 path, #stacks_in_241 .hype_line_22_corner3 path, #stacks_in_241 .hype_line_22_corner4 path, #stacks_in_241 .hype_line_22_corner5 path, #stacks_in_241 .hype_line_22_corner6 path, #stacks_in_241 .hype_line_22_corner7 path, #stacks_in_241 .hype_line_22_corner8 path, #stacks_in_241 .hype_line_22_corner9 path, #stacks_in_241 .hype_line_22_corner10 path { stroke: #CBCBCB !important;
	stroke-linecap: butt !important; 
 
}
@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }

#stacks_in_241 .hype_line_22 path, #stacks_in_241 .hype_line_22_corner0 path, #stacks_in_241 .hype_line_22_corner1 path, #stacks_in_241 .hype_line_22_corner2 path, #stacks_in_241 .hype_line_22_corner3 path, #stacks_in_241 .hype_line_22_corner4 path, #stacks_in_241 .hype_line_22_corner5 path, #stacks_in_241 .hype_line_22_corner6 path, #stacks_in_241 .hype_line_22_corner7 path, #stacks_in_241 .hype_line_22_corner8 path, #stacks_in_241 .hype_line_22_corner9 path, #stacks_in_241 .hype_line_22_corner10 path { stroke-width: 3px !important; }

@media (min-width: 630px) {
  #stacks_in_241 .hype-text-22 {  }
}

@media (max-width: 630px) {
	#stacks_in_241 .wrapper-22 { 
	    	
				
		
	}		
	#stacks_in_241 .hype-text-22 { 
	  
	  
	  	
		  
	}			
	#stacks_in_241 .hype-text-22-mobile { 
	  
	  
	  	
		  
	}		
	#stacks_in_241 .hype_line_22_corner1 path { 
	}		
	#stacks_in_241 .hype_line_22_corner2 path { 
	}		
	#stacks_in_241 .hype_line_22_corner3 path { 
	}		
	#stacks_in_241 .hype_line_22_corner4 path { 
	}
	#stacks_in_241 .hype_line_22_corner5 path { 
	}
	#stacks_in_241 .hype_line_22_corner6 path { 
	}
	#stacks_in_241 .hype_line_22_corner7 path { 
	}		
	#stacks_in_241 .inner_slice_content {				
			
			
			
			
			
	
	}		
	
	#stacks_in_241 .hype-divider-text-bg  {  margin-left: auto !important;  }		
   
	#stacks_in_241 .hype_line_22 path, #stacks_in_241 .hype_line_22_corner0 path, #stacks_in_241 .hype_line_22_corner1 path, #stacks_in_241 .hype_line_22_corner2 path, #stacks_in_241 .hype_line_22_corner3 path, #stacks_in_241 .hype_line_22_corner4 path, #stacks_in_241 .hype_line_22_corner5 path, #stacks_in_241 .hype_line_22_corner6 path, #stacks_in_241 .hype_line_22_corner7 path, #stacks_in_241 .hype_line_22_corner8 path, #stacks_in_241 .hype_line_22_corner9 path, #stacks_in_241 .hype_line_22_corner10 path {  
	       
	  }			
		
	#stacks_in_241 .inner_slice_content {
	 
						
		
	}		
}
  
#stacks_in_241 .hype_line_22_corner0 path, #stacks_in_241 .hype_line_22_corner1 path, #stacks_in_241 .hype_line_22_corner2 path, #stacks_in_241 .hype_line_22_corner3 path, #stacks_in_241 .hype_line_22_corner4 path, #stacks_in_241 .hype_line_22_corner5 path, #stacks_in_241 .hype_line_22_corner6 path, #stacks_in_241 .hype_line_22_corner7 path, #stacks_in_241 .hype_line_22_corner8 path, #stacks_in_241 .hype_line_22_corner9 path, #stacks_in_241 .hype_line_22_corner10 path  {	 	
	
	    
	 
}

#stacks_in_241 .trigger-22 { opacity: 0 !important; 
 margin-top: 0px !important; 
 
}
#stacks_in_241 .preview_only { display: none; } 

/* -- End EACH CSS Template -- *//*  */
#article-list-stacks_in_13 {
  
  background-color : rgba(255, 255, 255, 1.00);
}

#article-list-stacks_in_13 {
  padding: 4px 16px;
  max-width: 400px;
  border-radius: 3px;
  margin: 0px auto;
  box-sizing: border-box; }
  
  #article-list-stacks_in_13 * {
    box-sizing: border-box; }
  #article-list-stacks_in_13 .article-list-grid {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #article-list-stacks_in_13 .article-list-grid-item {
      overflow: hidden; }
      #article-list-stacks_in_13 .article-list-grid-item:last-child .article-outer {
        border-bottom: none; }
  #article-list-stacks_in_13 .article-outer {
    padding: 16px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    overflow: hidden;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  #article-list-stacks_in_13 .article {
    display: flex;
    flex-direction: column;
    justify-content: center;
            align-items: center;
 }
    #article-list-stacks_in_13 .article .article-top {
      width: 100%;
      display: grid;
     grid-template-columns: 160px 1fr;
     grid-gap: 16px;
     align-items: center;
     justify-items: center;
    }
    #article-list-stacks_in_13 .article-list-grid-item.active-expand .article .article-top {
      grid-gap: 32px;
    }
    #article-list-stacks_in_13.float-left .article-list-grid-item.active-expand .article .article-top,
    #article-list-stacks_in_13.float-right .article-list-grid-item.active-expand .article .article-top {
      align-items: flex-end;
    }
    #article-list-stacks_in_13 .article .article-top.article-thumbnail-right {
      grid-template-columns: 1fr 160px;
    }
    #article-list-stacks_in_13 .article .article-top.article-no-thumbnail {
      grid-template-columns: 1fr;
    }
    #article-list-stacks_in_13 .article .article-top.article-thumbnail-right > .article-image {
      grid-column: 2;
      grid-row: 1;
    }
    #article-list-stacks_in_13 .article .article-top.article-thumbnail-right > .article-header {
      grid-column: 1;
      grid-row: 1;
    }
    #article-list-stacks_in_13 p,
    #article-list-stacks_in_13 .article-content {
      font-size: 18px;
      line-height: 1.6;
      color: rgba(0, 0, 0, 0.60);
    }
    #article-list-stacks_in_13 .article-title {
      margin: 0 0 4px 0;
      color: rgba(0, 0, 0, 0.85);
      font-size: 18px;
      line-height: 1.2;
    }
    #article-list-stacks_in_13 .article-custom-head {
      color: rgba(0, 0, 0, 0.85);
    }
    #article-list-stacks_in_13 .article-description {
      font-size: 14px;
      line-height: 1.3;
      color: rgba(0, 0, 0, 0.60);
    }
    #article-list-stacks_in_13 .article-list-grid-item .article-info {
      margin: 5px 5px 0 0;
      font-size: 13px;
      display: inline-block;
      color: rgba(0, 0, 0, 0.60);
      line-height: 1.5;
    }
      #article-list-stacks_in_13 .article-info .info-highlight {
        color: rgba(18, 132, 207, 1.00); }
      #article-list-stacks_in_13 .article-info.info-1::before {
        content: 'By';
        display: inline-block; }
      #article-list-stacks_in_13 .article-info.info-2::before {
        content: 'Posted';
        display: inline-block; }
      #article-list-stacks_in_13 .article-info span {
        margin-left: 3px; }
    #article-list-stacks_in_13 .article-header {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: 100%;
      overflow: hidden;
    }
    #article-list-stacks_in_13 .article-image {
      background: rgba(51, 51, 51, 1.00);
      width: 160px;
      height: 160px;
      border-radius: 40px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      overflow: hidden;
      position: relative;
      background-size: cover;
      background-position: center;
    }
    #article-list-stacks_in_13 .article-featured-image {
      display: none;
    }
      #article-list-stacks_in_13 .article-image::before, #article-list-stacks_in_13 .article-image .article-image-icon {
        content: '';
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        pointer-events: none;
      }
      #article-list-stacks_in_13 .article-image::before {
        z-index: 4;
        opacity: 0.5;
        transition: opacity 0.3s ease; }
      #article-list-stacks_in_13 .article-image .article-image-icon {
        opacity: 1;
        color: rgba(255, 255, 255, 1.00);
        fill: rgba(255, 255, 255, 1.00);
        left: 50%;
        transform: translate(-50%,0);
        width: 80.000000px;
        text-align: center;
      }
      #article-list-stacks_in_13 .article-image .article-image-icon i {
        font-size: 80.000000px;
        line-height: 160px;
      }
      #article-list-stacks_in_13 .article-image .article-image-icon-hover {
        opacity: 0;
      }
        #article-list-stacks_in_13 .article-back-arrow {
          display: inline-block;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          text-rendering: auto;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
        }
      #article-list-stacks_in_13 .article-image img {
        width: 100%;
        z-index: 3;
        height: auto;
        position: relative;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        border-radius: 40px; }
    #article-list-stacks_in_13 .article-content {
      margin: 32px 0 0 0;
      padding: 24.000000px 0;
      border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    /*  */
    #article-list-stacks_in_13 .article-content {
      width: 320px;
      visibility: hidden;
      position: absolute;
      pointer-events: none;
    }
    #article-list-stacks_in_13 .article-content,
    #article-list-stacks_in_13 .article-content * {
      visibility: hidden;
    }
    /*  */
      #article-list-stacks_in_13.hide-divider .article-content {
        margin: 0;
        border-top: 0px solid transparent;
      }
      #article-list-stacks_in_13 .article h1, #article-list-stacks_in_13 .article h2, #article-list-stacks_in_13 .article h3, #article-list-stacks_in_13 .article h4, #article-list-stacks_in_13 .article h5, #article-list-stacks_in_13 .article h6 {
        color: rgba(0, 0, 0, 0.85);
      }
      #article-list-stacks_in_13 .article-content p a,
      #article-list-stacks_in_13 .article-content p a:visited {
        text-decoration: underline;
        color: rgba(18, 132, 207, 1.00);
      }
      #article-list-stacks_in_13 .article-content p a:hover {
        color: rgba(2, 116, 191, 1.00);
      }
    #article-list-stacks_in_13 .article-close {
      color: rgba(0, 0, 0, 0.85);
      padding-bottom: 16px;
      width: 100%;
      display: none;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      #article-list-stacks_in_13 .article-close .article-back-arrow {
        margin-right: 10px;
        width: 32px;
        height: 32px;
      }
      #article-list-stacks_in_13 .article-close .article-back-arrow svg {
        stroke: rgba(0, 0, 0, 0.85);
        color: rgba(0, 0, 0, 0.85);
      }
  #article-list-stacks_in_13 .article-list-grid-item:not(.active):hover {
    cursor: pointer; }
    #article-list-stacks_in_13 .article-list-grid-item:not(.active):hover .article-title, #article-list-stacks_in_13 .article-list-grid-item:not(.active):hover .article-description {
      text-decoration: underline; }
    #article-list-stacks_in_13 .article-list-grid-item:not(.active):hover .article-image {
      overflow: hidden; }
      #article-list-stacks_in_13 .article-list-grid-item:not(.active):hover .article-image::before {
        opacity: 0.5;
        background: rgba(51, 51, 51, 1.00);
      }
      #article-list-stacks_in_13 .article-list-grid-item:not(.active):hover .article-image .article-image-icon {
        opacity: 0;
      }
      #article-list-stacks_in_13 .article-list-grid-item:not(.active):hover .article-image .article-image-icon-hover {
        opacity: 1;
        z-index: 4;
        color: rgba(255, 255, 255, 1.00);
      }
  #article-list-stacks_in_13 .article-list-grid-item.active .article-outer::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 5;
    display: block;
    position: fixed;
    transition: all 0.3s ease;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-animation: article-bg-expand 0.5s 0.5s;
            animation: article-bg-expand 0.5s 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    pointer-events: none;}
    #article-list-stacks_in_13 .article-list-grid-item.active .article-outer::before {
      
      background-color : rgba(255, 255, 255, 1.00);
    }
    
  #article-list-stacks_in_13 .article-list-grid-item.active .article {
    -webkit-animation: article-active 0.3s, article-open 0.5s 0.6s;
            animation: article-active 0.3s, article-open 0.5s 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  #article-list-stacks_in_13 .article-list-grid-item.active-expand .article-outer {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    z-index: 9999;
    padding: 16px 0px; }
  #article-list-stacks_in_13 .article-list-grid-item.active-expand .article {
    z-index: 7;
    margin: 0 auto;
    position: relative;
            flex-direction: column;
     }
    #article-list-stacks_in_13 .article-list-grid-item.active-expand .article .article-close,
    #article-list-stacks_in_13.float-left .article-list-grid-item.active-expand .article .article-top,
    #article-list-stacks_in_13.float-right .article-list-grid-item.active-expand .article .article-top,
    #article-list-stacks_in_13.fill-header .article-list-grid-item.active-expand .article .article-top,
    #article-list-stacks_in_13.full-width .article-list-grid-item.active-expand .article .article-header,
    #article-list-stacks_in_13 .article-list-grid-item.active-expand .article .article-content {
      width: 320px;
      max-width: calc(100% -  48px);
    }
    #article-list-stacks_in_13 .article-list-grid-item .article-links,
    #article-list-stacks_in_13.fill-header .article-list-grid-item.active-expand .article-thumbnail,
    #article-list-stacks_in_13.full-width .article-list-grid-item.active-expand .article-thumbnail,
    #article-list-stacks_in_13.fill-header .article-list-grid-item.active-expand .article-thumbnail.article-has-image,
    #article-list-stacks_in_13.full-width .article-list-grid-item.active-expand .article-thumbnail.article-has-image,
    #article-list-stacks_in_13 .article-list-grid-item.active-expand .article-featured-image + .article-thumbnail,
    #article-list-stacks_in_13 .article-list-grid-item.active-expand .article-featured-image + .article-thumbnail {
      display: none;
    }
    #article-list-stacks_in_13 .article-list-grid-item.active-expand .article-links {
      display: flex;
    }
    #article-list-stacks_in_13 .article-list-grid-item.active-expand .article-featured-image {
      display: block;
    }
    #article-list-stacks_in_13.float-left .article-list-grid-item.active-expand .article-image,
    #article-list-stacks_in_13.float-right .article-list-grid-item.active-expand .article-image {
      width: 200px;
      height: 200px;
      border-radius: 200px;
    }
    
    #article-list-stacks_in_13.fill-header .article-list-grid-item.active-expand .article-image.article-featured-image {
      border-radius: 40px;
    }
    #article-list-stacks_in_13.float-left .article-list-grid-item.active-expand .article-image,
    #article-list-stacks_in_13.float-right .article-list-grid-item.active-expand .article-image {
      border-radius: 80px;
    }
    
    #article-list-stacks_in_13.float-left .article-list-grid-item.active-expand .article .article-top {
      grid-template-columns: 200px 1fr;
      justify-items: stretch;
    }
    #article-list-stacks_in_13.float-left .article-list-grid-item.active-expand .article .article-top > .article-image {
      grid-column: 1;
      grid-row: 1;
    }
    #article-list-stacks_in_13.float-left .article-list-grid-item.active-expand .article .article-top > .article-header {
      grid-column: 2;
      grid-row: 1;
    }
    #article-list-stacks_in_13.float-left .article-list-grid-item.active-expand .article .article-top > .article-header:first-child {
      grid-column: -1/1;
      grid-row: 1;
    }
    #article-list-stacks_in_13.float-right .article-list-grid-item.active-expand .article .article-top {
      grid-template-columns: 1fr 200px;
      justify-items: stretch;
      align-items: stretch;
    }
    #article-list-stacks_in_13.float-right .article-list-grid-item.active-expand .article .article-top > .article-image {
      grid-column: 2;
      grid-row: 1;
    }
    #article-list-stacks_in_13.float-right .article-list-grid-item.active-expand .article .article-top > .article-header {
      grid-column: 1;
      grid-row: 1;
    }
    #article-list-stacks_in_13.float-right .article-list-grid-item.active-expand .article .article-top > .article-header:first-child {
      grid-column: -1/1;
      grid-row: 1;
    }
    #article-list-stacks_in_13.full-width .article-list-grid-item.active-expand .article-top {
      width: 480px;
      max-width: 100%;
    }
    #article-list-stacks_in_13.fill-header .article-list-grid-item.active-expand .article-top {
      width: 320px;
      max-width: 100%;
    }
    #article-list-stacks_in_13.fill-header .article-list-grid-item.active-expand .article-image,
    #article-list-stacks_in_13.full-width .article-list-grid-item.active-expand .article-image {
      width: 100%;
      padding-top: 100%;
    }
    @media all and (max-width: 820px) {
      #article-list-stacks_in_13.float-left .article-list-grid-item.active-expand .article .article-top,
      #article-list-stacks_in_13.float-right .article-list-grid-item.active-expand .article .article-top {
          grid-template-columns: 1fr;
      }
      #article-list-stacks_in_13.float-left .article-list-grid-item.active-expand .article .article-top > .article-image,
      #article-list-stacks_in_13.float-right .article-list-grid-item.active-expand .article .article-top > .article-image {
        grid-column: 1;
        grid-row: 1;
        max-width: 100%;
     }
      #article-list-stacks_in_13.float-left .article-list-grid-item.active-expand .article .article-top > .article-header,
      #article-list-stacks_in_13.float-right .article-list-grid-item.active-expand .article .article-top > .article-header {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        padding-left: 0;
        max-width: 100%; }
    }
    @media all and (max-width: 480px) {
      #article-list-stacks_in_13.full-width .article-list-grid-item.active-expand .article-image.article-featured-image {
        border-radius: 0px;
      }
    }
    #article-list-stacks_in_13.fill-header .article-list-grid-item.active-expand .article .article-top,
    #article-list-stacks_in_13.full-width .article-list-grid-item.active-expand .article .article-top {
      display: flex;
      flex-direction: column;
    }
    #article-list-stacks_in_13.fill-header .article-list-grid-item.active-expand .article .article-top > .article-image,
    #article-list-stacks_in_13.full-width .article-list-grid-item.active-expand .article .article-top > .article-image {
      grid-row: 1;
      grid-column: 1;
    }
    #article-list-stacks_in_13.fill-header .article-list-grid-item.active-expand .article .article-top > .article-header,
    #article-list-stacks_in_13.full-width .article-list-grid-item.active-expand .article .article-top > .article-header {
      grid-row: 2;
      grid-column: 1;
    }

    #article-list-stacks_in_13 .article-list-grid-item.active-expand .article-info.info-2::before {
      margin-left: 0; }
    #article-list-stacks_in_13 .article-list-grid-item.active-expand {
      font-size: 18px;
    }
    #article-list-stacks_in_13 .active-expand .article-title {
      font-size: 32px;
    }
    #article-list-stacks_in_13 .active-expand .article-info {
      font-size: 15px;
    }
    #article-list-stacks_in_13 .article-links {
      font-size: 14px;
      margin-top: 12px;
    }
    #article-list-stacks_in_13 .article-links i {
      font-size: 22px;
    }
    #article-list-stacks_in_13 .article-links > div[tag="node"],
    #article-list-stacks_in_13 .article-links {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
    }
    #article-list-stacks_in_13 .article-links svg {
      height: 22px;
      width: 22px;
    }
    #article-list-stacks_in_13 .article-links .content-1ld-button {
      margin-right: 12px;
    }
    #article-list-stacks_in_13 .article-description {
      margin: 0;
    }
    #article-list-stacks_in_13 .active-expand .article-description {
      overflow: hidden;
      white-space: normal;
      text-overflow: clip;
      -webkit-line-clamp: 999;
      margin: 0 0 4px 0;
      font-size: 20px;
      font-style: italic;
    }
    #article-list-stacks_in_13.float-right .article-list-grid-item.active-expand .article-header,
    #article-list-stacks_in_13.float-left .article-list-grid-item.active-expand .article-header {
      padding-right: 0;
    }
    #article-list-stacks_in_13 .article-list-grid-item.active-expand .article-content {
      position: relative;
      pointer-events: auto;
      display: block;
      height: 100%;
      width: 100%;
    }
    #article-list-stacks_in_13 .article-list-grid-item.active-expand .article-content,
    #article-list-stacks_in_13 .article-list-grid-item.active-expand .article-content * {
      visibility: visible;
    }
      #article-list-stacks_in_13 .article-list-grid-item.active-expand .article-image img {
        transition: none; }
      #article-list-stacks_in_13.float-left .article-list-grid-item.active-expand .article-image .article-image-icon,
      #article-list-stacks_in_13.float-right .article-list-grid-item.active-expand .article-image .article-image-icon {
        width: 200px;
        height: 200px;
      }
      #article-list-stacks_in_13.float-left .article-list-grid-item.active-expand .article-image .article-image-icon i,
      #article-list-stacks_in_13.float-right .article-list-grid-item.active-expand .article-image .article-image-icon i {
        line-height: 200px;
        font-size: 100.000000px;
      }
    #article-list-stacks_in_13 .article-list-grid-item.active-expand .article-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  #article-list-stacks_in_13 .article-list-grid-item.active-close .article-outer {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  #article-list-stacks_in_13 .article-list-grid-item:not(.active-expand) .article-title,
  #article-list-stacks_in_13.ellipsed .article-list-grid-item:not(.active-expand) .article-description {
    /*  */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*  */
  }
  #article-list-stacks_in_13 .article-list-grid-item:not(.active-expand) .article-title {
    -webkit-line-clamp: 1;
  }






@-webkit-keyframes article-active {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes article-active {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes article-open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes article-open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes article-bg-expand {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes article-bg-expand {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
/*  */
#c1ld_stacks_in_52,#c1ld_stacks_in_52 > svg,.mez p#c1ld_stacks_in_52 + div {}#c1ld_stacks_in_52.content-1ld-button a {grid-gap: 2px;border: 0px solid rgba(0, 0, 0, 0.15);border-radius: 4px;background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.60);margin-left: 0;margin-right: 0;padding: 0px 0px;}#c1ld_stacks_in_52.content-1ld-button a div {line-height: 1;}#c1ld_stacks_in_52.content-1ld-button a:hover {border-color: rgba(0, 0, 0, 0.00);background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.75);}#c1ld_stacks_in_52.content-1ld-button.content-1ld-content a > svg {fill: rgba(0, 0, 0, 0.60);stroke: rgba(0, 0, 0, 0.60);}#c1ld_stacks_in_52.content-1ld-button.content-1ld-content a:hover > svg {fill: rgba(0, 0, 0, 0.75);stroke: rgba(0, 0, 0, 0.75);}.mez #c1ld_stacks_in_52 a {margin-top: 1px;}#c1ld_stacks_in_52.content-1ld-content {margin: 0;}
#c1ld_stacks_in_15,#c1ld_stacks_in_15 > svg,.mez p#c1ld_stacks_in_15 + div {text-align: left;}#c1ld_stacks_in_15 {clear: both;}#c1ld_stacks_in_15.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_15[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}
#c1ld_stacks_in_301,#c1ld_stacks_in_301 > svg,.mez p#c1ld_stacks_in_301 + div {text-align: center;}#c1ld_stacks_in_301 {clear: both;}.c1-fl + #c1ld_stacks_in_301.c1-fl {margin-left: 8px;}.c1-fr + #c1ld_stacks_in_301.c1-fr {margin-right: 8px;}#c1ld_stacks_in_301.content-1ld-button.content-1ld-content a{border:1px solid ;border-radius:4px;background-color:rgba(211, 178, 81, 1.00);color:rgba(255, 255, 255, 1.00);margin-left:0;margin-right:0;padding:12px 24px;text-decoration:none}#c1ld_stacks_in_301.content-1ld-button.content-1ld-content a:hover{border-color:rgba(0, 0, 0, 0.00);background-color:rgba(156, 132, 61, 1.00);color:rgba(255, 255, 255, 1.00)}#c1ld_stacks_in_301.content-1ld-button.content-1ld-content a>svg{fill:rgba(255, 255, 255, 1.00);stroke:rgba(255, 255, 255, 1.00)}#c1ld_stacks_in_301.content-1ld-button.content-1ld-content a:hover>svg{fill:rgba(255, 255, 255, 1.00);stroke:rgba(255, 255, 255, 1.00)}.mez #c1ld_stacks_in_301 a{margin-top:1px}#c1ld_stacks_in_301.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_301[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}
#c1ld_stacks_in_284,#c1ld_stacks_in_284 > svg,.mez p#c1ld_stacks_in_284 + div {}#c1ld_stacks_in_284.content-1ld-button a {grid-gap: 2px;border: 0px solid rgba(0, 0, 0, 0.15);border-radius: 4px;background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.60);margin-left: 0;margin-right: 0;padding: 0px 0px;}#c1ld_stacks_in_284.content-1ld-button a div {line-height: 1;}#c1ld_stacks_in_284.content-1ld-button a:hover {border-color: rgba(0, 0, 0, 0.00);background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.75);}#c1ld_stacks_in_284.content-1ld-button.content-1ld-content a > svg {fill: rgba(0, 0, 0, 0.60);stroke: rgba(0, 0, 0, 0.60);}#c1ld_stacks_in_284.content-1ld-button.content-1ld-content a:hover > svg {fill: rgba(0, 0, 0, 0.75);stroke: rgba(0, 0, 0, 0.75);}.mez #c1ld_stacks_in_284 a {margin-top: 1px;}#c1ld_stacks_in_284.content-1ld-content {margin: 0;}
#c1ld_stacks_in_307,#c1ld_stacks_in_307 > svg,.mez p#c1ld_stacks_in_307 + div {text-align: left;}#c1ld_stacks_in_307 {clear: both;}#c1ld_stacks_in_307.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_307[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}
#c1ld_stacks_in_315,#c1ld_stacks_in_315 > svg,.mez p#c1ld_stacks_in_315 + div {text-align: left;}#c1ld_stacks_in_315 {clear: both;}#c1ld_stacks_in_315.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_315[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}
#c1ld_stacks_in_287,#c1ld_stacks_in_287 > svg,.mez p#c1ld_stacks_in_287 + div {}#c1ld_stacks_in_287.content-1ld-button a {grid-gap: 2px;border: 0px solid rgba(0, 0, 0, 0.15);border-radius: 4px;background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.60);margin-left: 0;margin-right: 0;padding: 0px 0px;}#c1ld_stacks_in_287.content-1ld-button a div {line-height: 1;}#c1ld_stacks_in_287.content-1ld-button a:hover {border-color: rgba(0, 0, 0, 0.00);background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.75);}#c1ld_stacks_in_287.content-1ld-button.content-1ld-content a > svg {fill: rgba(0, 0, 0, 0.60);stroke: rgba(0, 0, 0, 0.60);}#c1ld_stacks_in_287.content-1ld-button.content-1ld-content a:hover > svg {fill: rgba(0, 0, 0, 0.75);stroke: rgba(0, 0, 0, 0.75);}.mez #c1ld_stacks_in_287 a {margin-top: 1px;}#c1ld_stacks_in_287.content-1ld-content {margin: 0;}
#c1ld_stacks_in_305,#c1ld_stacks_in_305 > svg,.mez p#c1ld_stacks_in_305 + div {text-align: left;}#c1ld_stacks_in_305 {clear: both;}#c1ld_stacks_in_305.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_305[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}
#c1ld_stacks_in_317,#c1ld_stacks_in_317 > svg,.mez p#c1ld_stacks_in_317 + div {text-align: left;}#c1ld_stacks_in_317 {clear: both;}#c1ld_stacks_in_317.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_317[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}
#c1ld_stacks_in_296,#c1ld_stacks_in_296 > svg,.mez p#c1ld_stacks_in_296 + div {}#c1ld_stacks_in_296.content-1ld-button a {grid-gap: 2px;border: 0px solid rgba(0, 0, 0, 0.15);border-radius: 4px;background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.60);margin-left: 0;margin-right: 0;padding: 0px 0px;}#c1ld_stacks_in_296.content-1ld-button a div {line-height: 1;}#c1ld_stacks_in_296.content-1ld-button a:hover {border-color: rgba(0, 0, 0, 0.00);background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.75);}#c1ld_stacks_in_296.content-1ld-button.content-1ld-content a > svg {fill: rgba(0, 0, 0, 0.60);stroke: rgba(0, 0, 0, 0.60);}#c1ld_stacks_in_296.content-1ld-button.content-1ld-content a:hover > svg {fill: rgba(0, 0, 0, 0.75);stroke: rgba(0, 0, 0, 0.75);}.mez #c1ld_stacks_in_296 a {margin-top: 1px;}#c1ld_stacks_in_296.content-1ld-content {margin: 0;}
#c1ld_stacks_in_289,#c1ld_stacks_in_289 > svg,.mez p#c1ld_stacks_in_289 + div {text-align: left;}#c1ld_stacks_in_289 {clear: both;}#c1ld_stacks_in_289.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_289[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}
#c1ld_stacks_in_319,#c1ld_stacks_in_319 > svg,.mez p#c1ld_stacks_in_319 + div {text-align: left;}#c1ld_stacks_in_319 {clear: both;}#c1ld_stacks_in_319.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_319[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}
