@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Anton&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);@import url(https://fonts.googleapis.com/css?family=Anton);body{font-family:"Open Sans",serif;color:#3e3e3e}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration) * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}*{padding:0;margin:0;outline:0}body{font-family:"Open Sans",sans-serif;color:#3e3e3e;font-size:18px;font-weight:400;line-height:24px}h1{font-family:"Open Sans",sans-serif;font-size:34px;line-height:1.2;font-weight:700;margin-bottom:30px;text-transform:uppercase}@media (max-width:1250px){h1{font-size:36px;line-height:46px}}h2{position:relative;text-align:center;font-family:"Open Sans",sans-serif;font-size:32px;line-height:54px;font-weight:600;letter-spacing:.32px;text-transform:uppercase}h2::before{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:71px;height:4px;border-top:1px solid #02b3e4;border-bottom:1px solid #02b3e4}h3{font-family:"Open Sans",sans-serif;font-size:18px;font-weight:600;line-height:26px}h4{font-size:30px;color:#02b3e4;font-weight:600;margin-bottom:30px}p{font-size:18px;font-weight:400;line-height:24px}a{text-decoration:none}a.disabled{background:#b5b5b5!important;border:1px solid #b5b5b5!important;color:#fff!important;cursor:default!important}a.disabled:hover{background:#b5b5b5!important;border:1px solid #b5b5b5!important;color:#fff!important;cursor:default!important}img{max-width:100%}.container{max-width:1230px;margin:0 auto;padding:0 15px}@media (max-width:1250px){.container{max-width:1000px}}@media (max-width:1030px){.container{max-width:720px}}.btn-primary{background:#02b3e4;border:1px solid #02b3e4;color:#fff;cursor:pointer;text-align:center;text-transform:uppercase;transition:all .3s;border-radius:2px;padding:13px 29px;font-size:14px}.btn-primary:hover{background:#308ae0;border:1px solid #028bb1;color:#fff}.button-grey{background:#555;border:none;transition:all .2s;color:#fff;cursor:pointer;text-align:center;text-transform:uppercase;border-radius:2px;padding:13px 29px;font-size:14px;display:inline-block}.button-grey:hover{background:#333}.button-blue{background:#02b3e4;border:none;transition:all .2s;color:#fff;cursor:pointer;text-align:center;text-transform:uppercase;border-radius:2px;padding:13px 29px;font-size:14px;display:inline-block}.button-blue:hover{background:#308ae0}ul.wp-block-list{padding-left:40px;margin-top:20px}@media (max-width:750px){ul.wp-block-list.checkboxes{padding-left:0}}.block-the_content{margin-bottom:50px}p{margin-bottom:20px}.mb-20{margin-bottom:20px}.mt-50{margin-top:50px}.wp-block-columns a{color:#02b3e4}.wp-block-embed-vimeo iframe{width:100%;height:600px}@media (max-width:1030px){.wp-block-embed-vimeo iframe{height:400px}}@media (max-width:750px){.wp-block-embed-vimeo iframe{height:200px}}#tab-d2ee5f2d0899e088106{padding:0 10% 0 10%}.__hero_proteus_lite{margin-bottom:40px;height:auto}.__hero_proteus_lite .__container{max-width:1350px;margin:0 auto;padding:30px;display:flex}@media only screen and (max-width:767px){.__hero_proteus_lite .__container{flex-direction:column-reverse}.__hero_proteus_lite .__container .__text{display:flex;flex-direction:column;justify-content:center;align-items:center}#MagicToolboxSelectors-MagicThumb-3{display:flex}}.__hero_proteus_lite .__container>div{margin:10px}.__hero_proteus_lite .__container .__thumbs{flex-basis:15%;display:flex;align-items:center;justify-content:center}.__hero_proteus_lite .__container .__thumbs .MagicToolboxMainContainer{display:none}.__hero_proteus_lite .__container .__thumbs .MagicToolboxContainer{min-width:unset}.__hero_proteus_lite .__container .__360{flex-basis:40%;display:flex;align-items:center;justify-content:center}.__hero_proteus_lite .__container .__text{flex-basis:45%}.__hero_proteus_lite{background-color:#1a70cc;background-image:url(https://www.videologixinc.com/wp-content/uploads/2019/07/hero-artboard.svg)}.__hero_proteus_lite h1{font-size:70px;color:#fff;letter-spacing:-.4px;margin-top:0;font-family:Anton;line-height:80px;margin-bottom:10px}@media (max-width:750px){.__hero_proteus_lite h1{font-size:40px;line-height:50px}}.__hero_proteus_lite .__ctas a{border-color:rgba(255,255,255,.6)!important;color:#fff!important;line-height:22px;font-size:16px;display:inline-flex;justify-content:center;align-items:center;padding:6px 24px;background:0 0;border:none;border-width:2px;border-style:solid;border-radius:3px;text-align:center;outline:0;font-weight:500;text-decoration:none!important;display:inline-flex;position:relative;margin:0 20px 10px 0}.__hero_proteus_lite .__ctas a:hover{border-color:transparent!important}.__hero_proteus_lite .__ctas a span{z-index:2}.__hero_proteus_lite .__ctas a::before{content:"";opacity:0;transform-origin:center center;transform:scale3d(.9,.65,.8);transition:all 250ms cubic-bezier(.1, .1, 0, 1);position:absolute;top:-2px;right:-2px;width:calc(100% + 4px);height:calc(100% + 4px);border-radius:3px;background-color:#423f3f}.__hero_proteus_lite .__ctas a:hover::before{opacity:1;transform:scale3d(1,1,1)}.__hero_proteus_lite ul{padding-left:1.2em;margin-bottom:30px}.__hero_proteus_lite h3,.__hero_proteus_lite li{line-height:1.2!important;color:#fff!important;font-size:16px}.__hero_proteus_lite h3{margin-top:1.5em!important;margin-bottom:.5em!important;font-size:20px;font-style:italic;font-weight:700}html{scroll-behavior:smooth}.proteusheading h2{font-size:40px!important;color:#666!important;font-family:"Open Sans"!important;font-weight:600!important}table ul li{line-height:2em}.productInfoTables{margin-top:0!important}.applicationsTable td{border:none!important}.videologixincTable td{line-height:2em;padding:5px}.videologixincTable th{font-size:28px;line-height:2em;padding:5px;font-weight:600;background-color:#f2f2f2;text-align:center}.videologixincTable td[colspan="3"]{font-size:28px;padding:5px;font-weight:600}#notes{margin:20px 0!important}.resource-title{margin-bottom:0;font-size:18px;color:#000}sup{font-weight:700;color:#02b3e4}.tab-pane{padding-bottom:0!important}.productInfoTables td{border:none}.stopDrop .videologixincTable td::before{content:none}.woocommerce div.product form.cart div.quantity .qty{font-size:14px}button.qib-button{font-size:14px;font-weight:100}.qib-button-wrapper button.qib-button{font-size:14px!important;height:39px!important;margin:0!important;border:none!important}.qib-button-wrapper{margin:0!important}.button.alt{background-color:#4ca2e8!important;padding:13px 29px;font-weight:400;text-transform:uppercase}.button.alt:hover{background-color:#308ae0!important}body .qib-button-wrapper{align-items:flex-start!important;margin-right:20px!important}.qib-button-wrapper .quantity input.input-text.qty.text{padding:6px!important}.woocommerce-notices-wrapper{margin-top:20px}.product-thumbnail a{display:flex;justify-content:center;align-items:center}.coupon input{padding:11px!important;min-width:110px}.cart_totals h2{font-size:20px}.cart_totals h2:before{display:none}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:10px;font-size:20px;padding:16px;font-weight:400}form.checkout .billing-same-else{display:none}form.checkout label{font-size:13px;color:#747474}form.checkout .input-text{padding:8px;color:#444;display:block;border:1px solid #aaa;border-radius:5px}form.checkout .select2{color:#444}form.checkout .wizard.wizard>.steps a{line-height:39px}form.checkout p{font-size:13px}.woocommerce-order-received h3{display:none}.woocommerce-order-received h2{font-size:20px}.woocommerce-order-received h2::before{display:none}.block-the_content a{color:#02b3e4}.block-the_content .wp-block-table{margin-bottom:30px;margin-top:30px}.block-the_content .wp-block-table th{background-color:#f2f2f2;text-align:center;border:1px solid #6b6b6b;border-bottom:none;padding:20px}.block-the_content:after{content:"";display:block;clear:both}.page-contact-us{background-color:#3e3e3e;color:#fff}.page-contact-us .form-wrapper{padding:20px}.page-contact-us .form-row{clear:both;margin:20px 0}.page-contact-us .form-row:first-child{margin-top:0}.page-contact-us .form-row:last-child{margin-bottom:0}@media (max-width:1030px){.page-contact-us .form-row{margin-bottom:0;margin-top:0}}.page-contact-us .form-row .form-col-half{width:46.7%;display:inline-block;margin-right:5%}@media (max-width:1030px){.page-contact-us .form-row .form-col-half{width:100%;margin-right:0}}.page-contact-us .form-row .form-col-half:last-child{margin-right:0}.page-contact-us .form-col-half{vertical-align:top;text-align:center}.page-contact-us .form-col-half div{margin-bottom:2px}.page-contact-us .form-col-half span{font-size:16px}.page-contact-us .form-row input[type=email],.page-contact-us .form-row input[type=tel],.page-contact-us .form-row input[type=text],.page-contact-us .form-row select,.page-contact-us .form-row textarea{font-size:18px!important;font-family:"Open Sans";color:#666}.page-contact-us .form-row input[type=submit]{font-weight:800;font-family:"Open Sans";background-color:#4ca2e8;border:none;border-radius:4px}.page-contact-us .form-row input[type=submit]:hover{background-color:#308ae0}.page-contact-us .form-row .wpcf7-select-parent>*{margin-top:3px}.page-contact-us form.wpcf7-form .form-header{font-size:16px}.page-contact-us form.wpcf7-form .wpcf7-checkbox label{font-size:14px}.page-contact-us form.wpcf7-form input[type=submit]{margin:auto;display:block;cursor:pointer}.page-contact-us .wpcf7 .row-features .form-col-full:last-child{line-height:10px;margin:20px 0}.page-contact-us .wpcf7 .row-features .wpcf7-form-control-wrap{display:block;padding-bottom:20px;padding-top:5px}.page-contact-us .wpcf7 .row-features .wpcf7-form-control-wrap:last-child{border-bottom:none}.page-contact-us .wpcf7-list-item-label{font-size:14px!important}.page-contact-us .row-features .wpcf7-list-item{display:block;position:relative;margin-bottom:5px}@media (max-width:1030px){.page-contact-us .row-features .wpcf7-list-item{margin-left:0}}.page-contact-us .row-checkboxes-line .wpcf7-form-control,.page-contact-us .row-checkboxes-line .wpcf7-form-control-wrap{display:inline;margin-left:20px}@media (max-width:1030px){.page-contact-us .row-checkboxes-line .wpcf7-form-control-wrap{display:block;margin-left:0}}.page-contact-us .row-checkboxes-line:not(.row-checkbox-long) .form-header{width:15%!important;display:inline-block}@media (max-width:1030px){.page-contact-us .row-checkboxes-line:not(.row-checkbox-long) .form-header{width:100%!important;display:block}}.page-contact-us .wpcf7-radio .wpcf7-list-item{margin-right:20px}@media (max-width:1030px){.page-contact-us .wpcf7-radio .wpcf7-list-item{margin-left:0}}@media (max-width:1030px){.page-contact-us .wpcf7-radio{margin-left:0!important}}.page-contact-us .wpcf7-select{text-align:left}.page-contact-us .wpcf7-select dt{font-size:18px!important;font-family:"Open Sans";padding-bottom:3px!important}.page-contact-us .form-subheader{font-size:14px;display:block;font-weight:600;padding-top:5px}.page-contact-us .wpcf7-form-control-wrap.country dd{height:300px;overflow-x:hidden}.page-contact-us .form-row.row-sketch{margin-bottom:40px;display:block}.page-contact-us .form-row.row-sketch span{font-size:16px;font-weight:400}.page-contact-us .form-row .sketch{display:inline;font-size:14px}.page-contact-us .file-input-wrapper .wpcf7-file+label[for=file],.page-contact-us>.wpcf7 form.wpcf7-form .wpcf7-file+label[for=file]{color:#fff;background-color:#4ca2e8;transition:.25s ease;margin-top:0;font-family:"Open Sans"}.page-contact-us .file-input-wrapper .wpcf7-file+label[for=file]:hover,.page-contact-us>.wpcf7 form.wpcf7-form .wpcf7-file+label[for=file]:hover{background-color:#308ae0}.page-contact-us .wpcf7-submit{margin-bottom:0!important}@media (max-width:425px){.page-contact-us .row-checkboxes-line:not(.row-checkbox-long) .form-header{width:100%!important;display:block}.page-contact-us .wpcf7-list-item{display:block!important}}.page-contact-us .wpcf7-form label,.page-contact-us .wpcf7-form p>label,.page-contact-us .wpcf7-form p>span:first-child>label,.page-contact-us .wpcf7-list-item-label{font-size:1em}.page-contact-us .fusion-page-title-bar{display:none}.page-contact-us .proteusheading h2{font-size:36px!important;font-weight:600!important}.page-contact-us .proteusheading h2{color:#fff}.page-contact-us .contactformpage a{color:#33afff}.page-contact-us .contactformpage a:hover{color:#4ca2e8}.page-contact-us .simpleSelect.wpcf7-select dt,.page-contact-us .wpcf7-form .datepicker,.page-contact-us .wpcf7-form .timepicker,.page-contact-us .wpcf7-form .wpcf7-date,.page-contact-us .wpcf7-form .wpcf7-number,.page-contact-us .wpcf7-form .wpcf7-tel,.page-contact-us .wpcf7-form .wpcf7-text,.page-contact-us .wpcf7-form select,.page-contact-us .wpcf7-form textarea{width:100%;box-sizing:border-box;color:inherit;padding:24px!important;position:relative;line-height:1.5em;font-size:18px;font-weight:300;border:solid 0 #fafafa!important;box-shadow:4px 12px 20px rgba(0,0,0,.1)!important;border-radius:6px!important;outline:0;color:#fff!important;height:67px;font-weight:500;background-color:rgba(255,255,255,.05)!important}.page-contact-us .wpcf7-form select{padding-bottom:19px!important;padding-left:19px!important}.page-contact-us .wpcf7-form select option{background-color:rgba(255,255,255,.05)!important;color:#000}.page-contact-us .wpcf7-form textarea{height:initial}.page-contact-us .simpleSelect.wpcf7-select{background-color:transparent;margin-bottom:60px!important}.page-contact-us ::-webkit-input-placeholder{color:#fff}.page-contact-us ::-moz-placeholder{color:#fff}.page-contact-us :-moz-placeholder{color:#fff}.page-contact-us :-ms-input-placeholder{color:#fff}.page-contact-us .simpleSelect.wpcf7-select dt:focus,.page-contact-us .wpcf7-form .datepicker:focus,.page-contact-us .wpcf7-form .timepicker:focus,.page-contact-us .wpcf7-form .wpcf7-date:focus,.page-contact-us .wpcf7-form .wpcf7-number:focus,.page-contact-us .wpcf7-form .wpcf7-tel:focus,.page-contact-us .wpcf7-form .wpcf7-text:focus,.page-contact-us .wpcf7-form textarea:focus{color:#fff;background-color:rgba(255,255,255,.015)!important;border:solid 0 #fafafa!important}.page-contact-us dl.wpcf7-select dd.open{margin-top:-10px;background:#3e3e3e;color:#fff;border:none;outline:0}.page-contact-us dl.wpcf7-select dd.open ul{border-radius:6px!important;color:#fff;background:#3e3e3e;border:none}.page-contact-us dl.wpcf7-select dd.open ul li{background:#4e4e4e}.page-contact-us dl.wpcf7-select dd.open ul li:hover{background:#3e3e3e}.page-contact-us dl.nf-element dd ul li,.page-contact-us dl.wpcf7-select dd ul li{background:0 0;border:none}.page-contact-us dl.nf-element dd ul,.page-contact-us dl.wpcf7-select dd ul{border:none}.page-contact-us .file-input-wrapper{background-color:transparent}.page-contact-us input[type=submit]{height:60px;font-size:20px;letter-spacing:1.4px;width:20%!important;color:#fff}@media (max-width:750px){.page-contact-us input[type=submit]{width:100%!important}}.page-contact-us .row-features .wpcf7-list-item{display:block!important}.page-contact-us .form-header,.page-contact-us .form-subheader{color:#fff}.page-contact-us .row-checkboxes-line .wpcf7-checkbox .wpcf7-list-item{width:160px}@media (max-width:1030px){.page-contact-us .row-checkboxes-line .wpcf7-checkbox .wpcf7-list-item{width:100%;margin-left:0;display:block;margin-bottom:5px}}.page-contact-us .wc-terms-and-conditions input,.page-contact-us .wc-terms-and-conditions label{visibility:visible;position:relative}.page-contact-us [type=checkbox]{display:none}.page-contact-us [type=checkbox]+span{position:relative;cursor:pointer}.page-contact-us [type=checkbox]+span:before{content:"";width:20px;height:20px;display:inline-block;position:relative;vertical-align:middle;margin-right:8px;border-radius:0;background-color:#5e5e5e;border:solid 2px #5e5e5e}.page-contact-us [type=checkbox]+span:after{width:16px;height:16px;border-radius:0;-moz-transform:scale(0,0);-ms-transform:scale(0,0);-webkit-transform:scale(0,0);transform:scale(0,0);left:3px;top:2px;font-family:btr-cf7-ico!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;content:url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='white'><path d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/></svg>")}.page-contact-us [type=checkbox]:checked+span:before{background-color:#4ca2e8;border:solid 2px #4ca2e8}.page-contact-us [type=checkbox]:checked+span:after{-moz-transform:scale(1,1);-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1)}.page-contact-us [type=radio]{opacity:0;position:absolute;z-index:5;width:25px;height:25px;cursor:pointer}.page-contact-us [type=radio]+span{position:relative}.page-contact-us [type=radio]+span:before{content:"";width:20px;height:20px;display:inline-block;border-radius:50%;position:relative;vertical-align:middle;margin-right:8px;background-color:#5e5e5e;border:solid 2px #5e5e5e}.page-contact-us [type=radio]+span:after{width:16px;height:16px;border-radius:0;-moz-transform:scale(0,0);-ms-transform:scale(0,0);-webkit-transform:scale(0,0);transform:scale(0,0);left:5px;top:4px;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;content:"";border-radius:50%}.page-contact-us [type=radio]:checked+span:before{background-color:#4ca2e8;border:solid 2px #4ca2e8}.page-contact-us [type=radio]:checked+span:after{-moz-transform:scale(1,1);-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1)}@media (max-width:925px){.page-contact-us .row-checkboxes-line .wpcf7-checkbox .wpcf7-list-item{width:100%}}.page-contact-us .block-the_content{margin-bottom:0}.__hero_proteus_pro{width:100vw;height:auto;margin-bottom:30px}.__hero_proteus_pro .__container{max-width:1350px;margin:0 auto;padding:30px;display:flex}@media only screen and (max-width:767px){.__hero_proteus_pro .__container{flex-direction:column-reverse}.__hero_proteus_pro .__container .__text{display:flex;flex-direction:column;justify-content:center;align-items:center}#MagicToolboxSelectors-MagicThumb-3{display:flex}}.__hero_proteus_pro .__container>div{margin:10px}.__hero_proteus_pro .__container .__thumbs{flex-basis:15%;display:flex;align-items:center;justify-content:center}.__hero_proteus_pro .__container .__thumbs .MagicToolboxMainContainer{display:none}.__hero_proteus_pro .__container .__thumbs .MagicToolboxContainer{min-width:unset}.__hero_proteus_pro .__container .__360{flex-basis:40%;display:flex;align-items:center;justify-content:center}.__hero_proteus_pro .__container .__text{flex-basis:45%}.__hero_proteus_pro{background-color:#1a1a1a;background-image:url(https://www.videologixinc.com/wp-content/uploads/2019/07/hero-artboard.svg)}.__hero_proteus_pro h1{font-size:70px;color:#fff;letter-spacing:-.4px;margin-top:0;font-family:Anton;line-height:80px;margin-bottom:10px}@media (max-width:750px){.__hero_proteus_pro h1{font-size:40px;line-height:50px}}.__hero_proteus_pro .__ctas a{border-color:rgba(255,255,255,.6)!important;color:#fff!important;line-height:22px;font-size:16px;display:inline-flex;justify-content:center;align-items:center;padding:6px 24px;background:0 0;border:none;border-width:2px;border-style:solid;border-radius:3px;text-align:center;outline:0;font-weight:500;text-decoration:none!important;display:inline-flex;position:relative;margin:0 20px 10px 0}.__hero_proteus_pro .__ctas a:hover{border-color:transparent!important}.__hero_proteus_pro .__ctas a span{z-index:2}.__hero_proteus_pro .__ctas a::before{content:"";opacity:0;transform-origin:center center;transform:scale3d(.9,.65,.8);transition:all 250ms cubic-bezier(.1, .1, 0, 1);position:absolute;top:-2px;right:-2px;width:calc(100% + 4px);height:calc(100% + 4px);border-radius:3px;background-color:#423f3f}.__hero_proteus_pro .__ctas a:hover::before{opacity:1;transform:scale3d(1,1,1)}.__hero_proteus_pro ul{padding-left:1.2em;margin-bottom:30px}.__hero_proteus_pro h3,.__hero_proteus_pro li{line-height:1.2!important;color:#fff!important;font-size:16px}.__hero_proteus_pro h3{margin-top:1.5em!important;margin-bottom:.5em!important;font-size:20px;font-style:italic;font-weight:700}.checkboxes td{padding-left:50px;position:relative}.checkboxes td:before{content:"\f058";margin-right:10px;color:#0097cc;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-family:"Font Awesome 5 Pro";font-size:14px;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;display:inline-block;position:absolute;left:15px;top:11px}.wp-block-list.checkboxes li{list-style:none;padding-left:45px;position:relative;margin-bottom:10px}.wp-block-list.checkboxes li:before{content:"\f058";color:#0097cc;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-family:"Font Awesome 5 Pro";font-size:14px;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;display:inline-block;position:absolute;left:15px;top:2px}.wp-block-heading{margin-bottom:40px;margin-top:40px}@media (max-width:750px){.wp-block-heading{margin-bottom:20px;margin-top:20px}}h4.wp-block-heading{line-height:1.2}h1.wp-block-heading+.compare-table{padding-top:0}.page-proteus-plus-hd-video-overlay .block-the_content{margin-bottom:0}.__hero_proteus{width:100vw;height:auto;margin-bottom:40px;background-color:#242424;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYMAE/+EEAy5Z0iUAAgwA/moE/KMl2lgAAAAASUVORK5CYII=)}.__hero_proteus .__container{max-width:1350px;margin:0 auto;padding:30px;display:flex}.__hero_proteus .__container>div{margin:10px}.__hero_proteus .__container .__thumbs{flex-basis:15%;display:flex;align-items:center;justify-content:center}.__hero_proteus .__container .__thumbs .MagicToolboxMainContainer{display:none}.__hero_proteus .__container .__thumbs .MagicToolboxContainer{min-width:unset}.__hero_proteus .__container .__360{flex-basis:40%;display:flex;align-items:center;justify-content:center}.__hero_proteus .__container .__text{flex-basis:45%}.__hero_proteus h1{font-size:70px;color:#fff;letter-spacing:-.4px;margin-top:0;font-family:Anton;line-height:80px;margin-bottom:10px}@media (max-width:750px){.__hero_proteus h1{font-size:40px;line-height:50px}}.__hero_proteus .__ctas a{border-color:rgba(255,255,255,.6)!important;color:#fff!important;line-height:22px;font-size:16px;display:inline-flex;justify-content:center;align-items:center;padding:6px 24px;background:0 0;border:none;border-width:2px;border-style:solid;border-radius:3px;text-align:center;outline:0;font-weight:500;text-decoration:none!important;display:inline-flex;position:relative;margin:0 20px 10px 0}.__hero_proteus .__ctas a:hover{border-color:transparent!important}.__hero_proteus .__ctas a span{z-index:2}.__hero_proteus .__ctas a::before{content:"";opacity:0;transform-origin:center center;transform:scale3d(.9,.65,.8);transition:all 250ms cubic-bezier(.1, .1, 0, 1);position:absolute;top:-2px;right:-2px;width:calc(100% + 4px);height:calc(100% + 4px);border-radius:3px;background-color:#423f3f}.__hero_proteus .__ctas a:hover::before{opacity:1;transform:scale3d(1,1,1)}.__hero_proteus ul{padding-left:1.2em;margin-bottom:30px}.__hero_proteus h3,.__hero_proteus li{line-height:1.2!important;color:#fff!important;font-size:16px}.__hero_proteus h3{margin-top:1.5em!important;margin-bottom:.5em!important;font-size:20px}.page-proteus-hd-video-overlay-device .block-the_content,.page-proteus-lite-hd-video-overlay .block-the_content{margin-bottom:0}@media only screen and (max-width:767px){.__hero_proteus .__container{flex-direction:column-reverse}.__hero_proteus .__container .__text{display:flex;flex-direction:column;justify-content:center;align-items:center}#MagicToolboxSelectors-MagicThumb-3{display:flex}}ol.wp-block-list{padding-left:1.2em;margin-bottom:10px}ol.wp-block-list li{margin-bottom:10px}.page-support h2{margin:0}.page-support h2:before{display:none}.page-support p{margin-bottom:0}.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0}.woocommerce-MyAccount-navigation li{margin-bottom:10px}.woocommerce-MyAccount-navigation a{color:#333;font-size:16px}.woocommerce-MyAccount-navigation a:hover{color:#4ca2e8}h1.wp-block-heading{text-align:center}body{padding-top:100px}@media (max-width:750px){body{padding-top:70px}}body>header{border-top:4px solid #02b3e4;padding-top:15px;padding-bottom:15px;position:fixed;top:0;left:0;width:100%;z-index:999;background:#fff}@media (max-width:750px){body>header{padding-top:10px;padding-bottom:10px}}body>header .mobile-image{display:none}body>header .container{display:flex;justify-content:space-between;align-items:center}body>header .product_list_widget{display:none}@media (max-width:750px){body>header .mini-cart{margin-left:auto;margin-right:20px;margin-top:10px}}body>header .woocommerce-mini-cart__total{display:none}body>header .woocommerce-mini-cart__buttons{display:none}body>header .woocommerce-mini-cart__empty-message{display:none}body>header .cart-icon{display:flex}body>header .cart-icon svg{width:15px;height:15px}body>header .cart-icon span{background:#3e3e3e;color:#fff;display:block;background-color:#7f8593;font-size:10px;font-weight:400;padding:4px 4px 3px 4px;height:12px;width:12px;top:-5px;position:relative;border-radius:50%;line-height:12px;text-align:center;margin-left:5px}@media (max-width:750px){body>header .menu-main-container{display:none;position:absolute;top:100%;left:0;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);z-index:999;width:100%}}body>header .menu-main-container ul{display:flex;justify-content:space-between}@media (max-width:750px){body>header .menu-main-container ul{flex-direction:column;text-align:right}}body>header .menu-main-container ul li{list-style:none}@media (max-width:750px){body>header .menu-main-container ul li{border-bottom:1px solid #f1f1f1;display:block}}body>header .menu-main-container ul li a{color:#7f8593;font-size:15px;font-weight:600;line-height:26px;padding:0 15px;text-transform:uppercase}@media (max-width:1030px){body>header .menu-main-container ul li a{padding:0 10px}}@media (max-width:750px){body>header .menu-main-container ul li a{padding:5px 15px;display:block}}body>header .menu-main-container ul li a:hover{color:#02b3e4}body>header .menu-main-container ul>li ul{display:none;position:absolute;top:100%;left:0;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);z-index:999}@media (max-width:750px){body>header .menu-main-container ul>li ul{position:static;box-shadow:none}body>header .menu-main-container ul>li ul li:last-child{border-bottom:none}}body>header .menu-main-container .menu-item-has-children{position:relative}body>header .menu-main-container .menu-item-has-children:hover ul{display:block}body>header .menu-main-container .menu-item-has-children ul li a{white-space:nowrap}body>header #mobile-menu{display:none;position:relative;width:20px;height:20px}body>header #mobile-menu .mm-1{width:100%;height:2px;background:#02b3e4;top:6px;position:absolute;left:0}body>header #mobile-menu .mm-2{width:100%;height:2px;background:#02b3e4;top:12px;position:absolute;left:0}body>header #mobile-menu .mm-3{width:100%;height:2px;background:#02b3e4;top:18px;position:absolute;left:0}@media (max-width:750px){body>header #mobile-menu{display:block;border:none;background:0 0}}body>header #mobile-menu.active .mm-1{transform:rotate(45deg);top:9px}body>header #mobile-menu.active .mm-2{display:none}body>header #mobile-menu.active .mm-3{transform:rotate(-45deg);top:9px}@media (max-width:1030px){body>header .logo img{display:none}body>header .logo img.mobile-image{display:inline-block;max-height:35px;margin-top:5px}}.shop-store-bar{border-top:1px solid #232221;border-bottom:1px solid #232221;padding-left:30px;padding-right:30px;background:linear-gradient(to left,#38ccf2 0,#0a5bac 35%,#38ccf2 100%);font-family:Anton;font-size:40px;color:#fff;line-height:1.4}footer{background:linear-gradient(to bottom,#333 0,#494949 100%);border-top:3px solid #32a5dd;color:#fff}footer .container{padding:40px 30px;display:flex}@media (max-width:1030px){footer .container{flex-wrap:wrap}}@media (max-width:750px){footer .container{padding:30px 15px}}footer .container .col-2{width:50%}@media (max-width:1030px){footer .container .col-2{width:66%}}@media (max-width:750px){footer .container .col-2{width:100%;margin-bottom:28px}}@media (max-width:1030px){footer .container .col-2+.col-1{width:33%}}@media (max-width:1030px){footer .container .col-2+.col-1+.col-1{width:100%;margin-top:15px}}footer .container .col-1{width:25%;font-size:14px;line-height:1.5;margin-bottom:20px}@media (max-width:750px){footer .container .col-1{width:100%}footer .container .col-1 iframe{width:100%;height:200px}}footer .container h4{font-size:15px;text-transform:uppercase;font-weight:700;margin-bottom:28px}footer .container #menu-site-map{columns:2;display:inline-block}footer .container #menu-site-map li{list-style:none}footer .container #menu-site-map li a{color:#fff;text-decoration:none;font-size:14px;line-height:1.5;transition:color .25s;display:block}footer .container #menu-site-map li a:hover{color:#32a5dd}@media (max-width:1030px){footer .container+.container{padding-top:0}}footer.footer-copyright{border-color:#4b4c4d;background:#282a2b;color:#fff;text-align:center;font-size:12px;padding:18px 30px 16px}footer.footer-copyright a{color:#fff!important}.single-product .block-page_header .background-shape{display:none}.single-product #main>.product{padding-top:50px}@media (max-width:750px){.single-product #main>.product{padding-top:0}}.single-product #main>.product .images{max-width:500px}.single-product #main>.product .images figure{border:none}.single-product #main>.product .summary{width:calc(100% - 530px);font-size:13px;color:#747474}.single-product #main>.product .summary p{font-size:13px;color:#747474}.single-product #main>.product .summary a{color:#4ca2e8!important}@media (max-width:1030px){.single-product #main>.product .summary{width:48%}}@media (max-width:750px){.single-product #main>.product .summary{width:100%}}.single-product #main>.product .product_title{font-family:Anton;font-size:25px;line-height:1}.single-product #main>.product .price{display:inline-block;margin-top:10px;color:#4ca2e8;font-size:13px}.single-product #main>.product .woocommerce-product-details__short-description{border-top:1px solid #e0dede}.single-product #main>.product .woocommerce-product-details__short-description:before{content:"";display:block;height:4px;border-bottom:1px solid #e0dede;margin-bottom:20px}.single-product #main>.product .woocommerce-product-details__short-description p strong{color:#4ca2e8}.single-product #main>.product .woocommerce-product-details__short-description p strong span{font-size:12px;line-height:1}.single-product #main>.product .button.alt{padding:13px}.single-product #main>.product .woocommerce-tabs .woocommerce-Tabs-panel>h2:first-child{display:none}.single-product #main>.product .woocommerce-tabs .woocommerce-Tabs-panel ul{margin-left:30px}@media (max-width:750px){.single-product #main>.product .woocommerce-tabs .woocommerce-Tabs-panel h2{margin-bottom:20px}}@media (max-width:750px){.single-product #main>.product .woocommerce-tabs .woocommerce-Tabs-panel{display:block!important;margin-bottom:20px}}@media (max-width:750px){.single-product #main>.product .woocommerce-tabs .wc-tabs{display:none}}.woocommerce-products-header{display:none}.woocommerce-notices-wrapper{margin-top:40px}.woocommerce-result-count{display:none}.woocommerce-ordering{display:none}.products li.product{border:1px solid #e5e5e5;box-sizing:border-box;padding:10px!important}.products li.product h2{font-size:20px;margin:0;line-height:1.4;text-align:left;color:#333;font-size:16px;text-transform:none;font-weight:400;padding:0!important}.products li.product h2:before{display:none}.products li.product .price{font-size:13px;color:#4ca2e8!important}.products li.product .learn-more-wrap{text-align:right;display:block}.products li.product .learn-more-wrap:before{border-top:1px solid #e0dede;content:"";display:block;height:6px;border-bottom:1px solid #e0dede;margin-bottom:10px}.products li.product .learn-more-wrap .lean-more-button{background-color:#4ca2e8;color:#fff;font-size:14px;padding:10px 20px;border-radius:4px;text-transform:uppercase;transition:all .3s;display:inline-block}.products li.product .learn-more-wrap .lean-more-button:hover{background-color:#2e8ae6}@media (max-width:750px){.products li.product{width:100%!important;margin-right:0!important;margin-bottom:20px!important;float:none!important}}@media (max-width:750px){.woocommerce-message .button{margin-top:20px!important;display:block!important;float:none!important;text-align:center}}@media (max-width:750px){body .qib-button-wrapper{float:none!important;justify-content:flex-end!important;margin-right:0!important}}@media (max-width:750px){td.product-quantity:before{padding-top:5px}}.wizard.wizard>.content{width:100%!important;margin:0!important;padding:0!important}.wizard.wizard>.steps{margin-left:-10px}@media (max-width:750px){.wizard.wizard>.actions{display:flex;flex-direction:column}}.wizard.wizard>.actions ul{display:flex;justify-content:flex-end;gap:15px}.wizard.wizard>.actions ul li{float:none;margin:0!important}@media (max-width:750px){.wizard.wizard>.actions ul li{width:100%}}.wizard.wizard>.actions ul li a{border-radius:4px!important;padding:13px!important;background-color:#4ca2e8!important;text-transform:uppercase;box-sizing:border-box;display:inline-block}@media (max-width:750px){.wizard.wizard>.actions ul li a{display:block!important;float:none!important;text-align:center!important;width:100%!important;margin-left:0!important;margin-right:0!important;margin-bottom:20px!important}}ul.wc_payment_methods.payment_methods.methods{padding:0!important}.woo_quote_button{font-weight:400!important;padding:13px!important;background-color:#4ca2e8!important;font-family:"Open Sans",sans-serif!important}@media (max-width:750px){.woo_quote_button{display:block!important;float:none!important;text-align:center!important;width:100%!important}}.woocommerce form .form-row{padding-left:0!important;padding-right:0!important}.wizard>.steps li.current a{background-color:#4ca2e8!important}.wizard>.steps li.current a:before{border-bottom:30px solid #4ca2e8!important;border-top:30px solid #4ca2e8!important}.wizard>.steps li.current a:after{border-left:20px solid #4ca2e8!important}.promo-video{background:linear-gradient(252deg,#3bddfb,#1571ce) fixed;background-color:#1571ce;background-image:-webkit-gradient(linear,left top,right top,from(rgba(88,120,255,0)),to(rgba(0,13,68,.3))),url(/wp-content/uploads/2019/07/hero-artboard.svg);background-image:linear-gradient(90deg,rgba(88,120,255,0),rgba(0,13,68,.3)),url(/wp-content/uploads/2019/07/hero-artboard.svg);background-position:0 0,50% 50%;background-size:auto,cover;background-repeat:repeat,no-repeat;text-align:center}.promo-video .h1{font-size:100%;color:#fff;letter-spacing:-.4px;margin-top:0;font-family:Anton;line-height:80px;font-size:70px;padding-top:20px;font-weight:400;margin-bottom:0;text-transform:uppercase}@media (max-width:750px){.promo-video .h1{font-size:40px;line-height:50px}}.promo-video .h4{color:#d9fcff;font-size:25.3167px;line-height:39.5573px;padding-top:30px;padding-bottom:30px}@media (max-width:750px){.promo-video .h4{font-size:20px;line-height:30px}}.promo-video .video{padding-bottom:100px}.promo-video .video .video-tv{background:url(../images/screenlcd.png) no-repeat;width:723px;height:486px;background-position:center;background-size:100% 100%;padding:12px;margin-left:auto;margin-right:auto}@media (max-width:1030px){.promo-video .video .video-tv{width:100%;height:auto;background:0 0;padding:0}}.promo-video .video .video-tv iframe{border:none;width:723px;height:407px}@media (max-width:1030px){.promo-video .video .video-tv iframe{width:100%;height:auto}}@media (max-width:750px){.promo-video .video .video-tv iframe{min-height:240px}}.promo-video .video .button-blue{margin-top:30px;white-space:nowrap;display:inline-block;padding:0 14px;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);background:#fff;border-radius:4px;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#03a9f4;text-decoration:none;min-width:250px;padding:15px 10px;font-size:25px}@media (max-width:750px){.promo-video .video .button-blue{font-size:20px;padding:10px}}.promo-video .video .button-blue:hover{background:#03a9f4;color:#fff}.promo-video-text{position:relative;z-index:2;margin-bottom:50px}@media (max-width:1030px){.promo-video-text{margin-bottom:10px}}.promo-video-text .description{position:relative;top:-40px;padding-top:25px;padding-bottom:25px;border-radius:2px;background:#fff!important;display:block;box-shadow:0 3px 8px 0 #999;font-family:"Open Sans";font-size:20px;line-height:30px;color:#3e3e3e;text-align:center}@media (max-width:1030px){.promo-video-text .description{padding-left:15px;padding-right:15px}}.promo-video-text a{color:#3e3e3e;text-decoration:none;font-size:20px;font-family:"Open Sans"}.promo-video-text a:hover{text-decoration:underline}.gears-promo{margin-bottom:50px}.gears-promo .columns{display:flex;justify-content:space-between;background-position:center;background-repeat:no-repeat;background-size:contain;padding-bottom:80px;margin-bottom:50px}@media (max-width:1030px){.gears-promo .columns{background-size:50%;padding-bottom:0;margin-bottom:0}}@media (max-width:750px){.gears-promo .columns{flex-direction:column;padding-bottom:0;margin-bottom:0;background-image:none!important}}.gears-promo .columns .item{text-align:center;margin-bottom:50px}.gears-promo .columns .item span{display:block;text-align:center;font-size:18px;line-height:1.28;max-width:200px}.gears-promo .columns .item svg{width:33px;height:33px;fill:#31a4dc;animation:spin 2s linear infinite;margin-bottom:15px}@media (max-width:750px){.gears-promo .columns .item{display:flex;align-items:center;margin-bottom:25px;flex-direction:column}.gears-promo .columns .item svg{margin-right:0;margin-bottom:10px}.gears-promo .columns .item span{width:100%}}.gears-promo .columns .column-mobile{display:none}@media (max-width:750px){.gears-promo .columns .column-mobile{display:block}}.gears-promo .buttons{display:flex;justify-content:center}@media (max-width:750px){.gears-promo .buttons{flex-direction:column}.gears-promo .buttons a{margin-bottom:20px;text-align:center;margin-right:0!important}}.gears-promo .buttons a{margin-right:20px;border-radius:2px 2px 2px 2px;color:#00afff;padding:13px 29px;font-size:14px;border:1px solid #b8b8b8;text-decoration:none;transition:background-color .25s,border-color .25s,color .25s,opacity 1s;white-space:nowrap;letter-spacing:1.4px;font-weight:700}.gears-promo .buttons a:hover{background:#00afff;color:#fff;border-color:transparent}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.electronic-title{background-image:url("/wp-content/uploads/2017/03/banner-full-1-e1489556310461.png");background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center;padding:35px;color:#fff;margin-bottom:40px}@media (max-width:750px){.electronic-title{padding:20px}}.electronic-title .h1,.electronic-title h1{font-size:70px;font-family:Anton;margin:0;line-height:1.4}@media (max-width:750px){.electronic-title .h1,.electronic-title h1{font-size:40px;line-height:1.2}}.electronic-title .h2,.electronic-title h2{font-size:40px;line-height:.75}@media (max-width:750px){.electronic-title .h2,.electronic-title h2{font-size:30px}}.page-id-3040 .electronic-title{margin-bottom:0}.product-presentation .h4{font-size:40px;line-height:1;font-family:Anton}@media (max-width:1030px){.product-presentation .h4{font-size:30px}}@media (max-width:750px){.product-presentation .h4{font-size:20px}}.product-presentation .h2{font-size:93px;line-height:1;margin-bottom:31px;font-family:Anton}@media (max-width:1030px){.product-presentation .h2{font-size:70px}}@media (max-width:750px){.product-presentation .h2{font-size:40px}}.product-presentation.type-grey{color:#333;background-color:rgba(81,81,81,0);background-position:center center;background-repeat:no-repeat;padding-top:70px;background-image:radial-gradient(#f7f7f7,#c3c3c3)}.product-presentation.type-grey p{color:#3e3e3e}.product-presentation.type-blue{background:linear-gradient(to left,#38ccf2 0,#0a5bac 35%,#38ccf2 100%);color:#fff;background-position:center center;background-repeat:no-repeat;padding-top:70px}.product-presentation.type-blue p{color:#fff}.product-presentation.type-blue p a{color:#fff;text-decoration:underline}.product-presentation.type-blue p a:hover{text-decoration:none}.product-presentation .left-col{width:33%;margin-right:4%}.product-presentation .left-col p{margin-top:0;margin-bottom:20px;font-size:18px;text-align:justify}@media (max-width:1030px){.product-presentation .left-col{width:100%;margin-right:0}}.product-presentation .right-col{width:63%}@media (max-width:1030px){.product-presentation .right-col{width:100%;text-align:right}}.product-presentation .container{display:flex;flex-wrap:wrap;justify-content:space-between}@media (max-width:1030px){.product-presentation .container{flex-direction:column-reverse}}.product-presentation .buttons{padding-top:20px;padding-bottom:20px}.product-presentation .buttons a{margin-right:10px;color:#fff}.compare-table{padding-top:60px}.compare-table h3{font-size:40px;line-height:1.5;color:#2696d1;font-weight:600;text-align:left}@media (max-width:750px){.compare-table h3{font-size:23px;line-height:1.2}}.compare-table table{width:100%;border-collapse:collapse;border-spacing:0;text-align:center}.compare-table table th{font-weight:600;background-color:#f2f2f2}.compare-table table td,.compare-table table th{padding:6px 20px;color:#666;border:1px solid #666;font-family:"Open Sans";font-size:20px;line-height:30px}@media (max-width:750px){.compare-table table td,.compare-table table th{font-size:15px;line-height:20px;padding:5px}}.compare-table table tr:first-child th:first-child{border:0;padding-left:0}.compare-table table tr:first-child th:last-child{border:0}.compare-table table tr:first-child th{border-top:0;background-color:#fff;font-family:Anton;font-size:25px;color:#333;font-weight:400;line-height:1}@media (max-width:750px){.compare-table table tr:first-child th{font-size:20px}}.compare-table table tr td:first-child,.compare-table table tr th:first-child{text-align:left}.compare-table table svg{width:18px;fill:#2696d1}.compare-table table sup{color:#2696d1;cursor:pointer}.compare-table .caption{font-style:italic;margin-bottom:10px;color:#3e3e3e}.compare-table .footnotes{font-size:15px;font-style:italic;color:#3e3e3e;margin-bottom:30px}.compare-table .footnotes sup{color:#2696d1}.contact-title{background:#fff;text-align:center;padding-top:60px;padding-bottom:60px}.contact-title+.container+.contact-title{padding-top:0}.contact-title h4{font-size:36px;line-height:1.5;display:inline-block;border-bottom:2px solid #4ca2e8}.contact-title a{color:#707070;font-size:20px;line-height:30px;text-decoration:none;display:block}.contact-title a:hover{color:#4ca2e8}.contact-map{display:flex;background:#fff}@media (max-width:750px){.contact-map{flex-direction:column-reverse}}.contact-map .map{width:50%}@media (max-width:750px){.contact-map .map{height:400px;width:100%}}.contact-map .contact-info{width:50%;padding:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width:750px){.contact-map .contact-info{width:100%;padding:30px;box-sizing:border-box}}.contact-map .contact-info h4{font-size:36px;line-height:1.5;display:inline-block;border-bottom:2px solid #4ca2e8;color:#3e3e3e}.contact-map .contact-info p{font-size:20px;line-height:30px;color:#707070;margin-bottom:0}.contact-map .contact-info a{color:#4ca2e8;font-size:20px;line-height:30px;text-decoration:none;display:block}.contact-map .contact-info a:hover{color:#707070}.contact-map .wd-row{margin-bottom:0}.promo-text-icon-link{background-image:linear-gradient(to bottom right,#02b3e4,#02ccba);padding:75px 0}.promo-text-icon-link .container{border-radius:4px;background-color:#fff;padding:40px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;max-width:980px}@media (max-width:1030px){.promo-text-icon-link .container{max-width:720px;padding:30px}}@media (max-width:750px){.promo-text-icon-link .container{margin-left:15px;margin-right:15px;flex-wrap:wrap}}.promo-text-icon-link .container .icon{min-width:15%;text-align:center}@media (max-width:1030px){.promo-text-icon-link .container .icon{text-align:left;padding-right:15px}}@media (max-width:750px){.promo-text-icon-link .container .icon{min-width:30%;width:30%;box-sizing:border-box}}.promo-text-icon-link .container .link{min-width:25%;text-align:center}.promo-text-icon-link .container .link a{display:inline-block;background-color:#02b3e4;color:#fff;font-size:20px;padding:10px 20px;border-radius:4px;text-transform:uppercase;transition:all .3s}@media (max-width:1030px){.promo-text-icon-link .container .link a{font-size:16px}}.promo-text-icon-link .container .link a:hover{background-color:#02ccba}@media (max-width:750px){.promo-text-icon-link .container .link{min-width:100%;margin-top:20px}}.promo-text-icon-link .container .text{max-width:560px}.promo-text-icon-link .container .text h3{font-size:28px;color:#02b3e4;line-height:1.5;margin-bottom:10px}@media (max-width:1030px){.promo-text-icon-link .container .text h3{font-size:20px}}.promo-text-icon-link .container .text p{font-size:20px;color:#747474;margin-bottom:10px}@media (max-width:1030px){.promo-text-icon-link .container .text p{font-size:16px}}@media (max-width:750px){.promo-text-icon-link .container .text{min-width:70%;width:70%}}.buttons.buttons-3 {
	display: inline-block;
	flex-wrap: wrap;
}

.buttons.buttons-3 .buy_link  {
	display: block;
	margin-top: 10px;
}

a.buy_link.button-blue {}

.buttons.buttons-3 a {
	/* width: 48%; */
	box-sizing: border-box;
	display: inline-block;
}