@charset "UTF-8";

 .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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 shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.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)}100%{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)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.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) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.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) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-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) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{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);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{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);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.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}}.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-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)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-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)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.webgatha-video{position:relative;min-height:80px}.webgatha-video img{height:auto;width:100%}.webgatha-video-opacity{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:0}.webgatha-video-content .icon-title{font-size:17px}.icon-title-bottom .webgatha-video-content .icon-title{display:block;margin-top:17px}.icon-title-right .webgatha-video-content .icon-title{margin-left:17px}.icon-title-light .webgatha-video-content .icon-title{color:#fff}.webgatha-video .webgatha-video-content{width:90%;margin:0 auto;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1;text-align:center}.webgatha-video .webgatha-video-content a{display:inline-block;line-height:normal}.webgatha-video .webgatha-video-content .popup-youtube i{font-size:70px;line-height:70px;color:#fff;transition:all .3s ease-in-out}.video-background-default .webgatha-video .webgatha-video-content .popup-youtube:hover i{font-size:60px}.video-background-default .webgatha-video .webgatha-video-content .webgatha-icon-small i{font-size:60px;line-height:60px}.video-background-default .webgatha-video .webgatha-video-content .webgatha-icon-small:hover i{font-size:50px}.video-background-default .webgatha-video .webgatha-video-content .webgatha-icon-large i{font-size:80px;line-height:80px}.video-background-default .webgatha-video .webgatha-video-content .webgatha-icon-large:hover i{font-size:70px}.webgatha_video_wrapper .webgatha-video-info.video-icon-only .webgatha-video{padding:0;min-height:auto;display:inline-block}.webgatha-video-info.video-icon-only .webgatha-video .webgatha-video-opacity{display:none}.webgatha-video-info.video-icon-only .webgatha-video .webgatha-video-content{position:relative;margin:0;width:auto;top:auto;transform:inherit}.webgatha-video-info.video-icon-only .webgatha-video .webgatha-video-content a{display:inline-block}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a{display:inline-flex;justify-content:center;align-items:center;line-height:normal;background:#fff;width:70px;height:70px;border-radius:50px;position:relative}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .popup-youtube i{font-size:24px;line-height:24px;color:#84ba3f}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-theme-gradient-colour{color:#fff}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-theme-gradient-colour i{color:#fff;background-color:inherit;background-image:inherit;-webkit-text-fill-color:inherit}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a:after,.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a:before{content:"";position:absolute;z-index:-1;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:70px;height:70px;background:#84ba3f;border-radius:50%}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a:before{animation:pulse-border 1.5s ease-out infinite}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a:after{transition:all .2s}@-webkit-keyframes pulse-border{0%{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}@keyframes pulse-border{0%{-moz-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{-moz-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .popup-youtube .fas.fa-play{font-size:14px;line-height:14px}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .popup-youtube .fas.fa-video{font-size:16px;line-height:16px}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .popup-youtube .fas.fa-play,.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .popup-youtube .pgsicon-ecommerce-google-play,.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .popup-youtube .ti-control-play{margin-left:5px}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-dark,.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-dark:after,.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-dark:before{background:#323232;color:#fff}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-dark i{color:#fff}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-light:after,.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-light:before{background:#fff}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-theme-colour,.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-theme-colour:after,.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-theme-colour:before{background:#84ba3f;color:#fff}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-theme-colour i{color:#fff}.webgatha-video-info.webgatha-video-icon .webgatha-video-content .popup-youtube.webgatha-icon-theme-gradient-colour i{background:-webkit-linear-gradient(120deg,#82b73f 30%,#82b73f 100%);background-clip:border-box;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-small{width:60px;height:60px}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-small:after,.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-small:before{width:60px;height:60px}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-small .fas.fa-play,.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-small .fas.fa-video{font-size:13px;line-height:13px}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-large{width:100px;height:100px}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-large:after,.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-large:before{width:100px;height:100px}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-large .fas.fa-play,.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-large .fas.fa-video{font-size:16px;line-height:16px}.webgatha-video .webgatha-video-content .video-popup-btn{display:inline-block;background:#84ba3f;color:#fff;font-size:15px;padding:10px 25px;line-height:24px;margin:0;transition:all .3s ease-in-out}.webgatha-video .webgatha-video-content .video-popup-btn.btn-style-shape-round{border-radius:30px}.webgatha-video .webgatha-video-content .video-popup-btn.btn-style-shape-rounded{border-radius:3px}.webgatha-video .webgatha-video-content .video-popup-btn.btn-style-shape-border{color:#84ba3f;border:2px solid #84ba3f;background:0 0;padding:8px 22px;font-weight:600}.webgatha-video .webgatha-video-content .video-popup-btn:hover{background:#fff;color:#84ba3f;border-color:transparent}.webgatha-video-info.webgatha-video-icon-position-left_bottom .webgatha-video-content{top:auto;bottom:20px;transform:inherit;text-align:left}.webgatha-video .webgatha-video-content .webgatha-title-des p,.webgatha-video .webgatha-video-content .webgatha-video-title{color:#fff;margin:0}.webgatha-video .webgatha-video-content .webgatha-title-des p{margin-top:10px;font-size:16px;line-height:28px}.webgatha-video .webgatha-video-content .popup-youtube+.webgatha-title-des{margin-top:25px}.webgatha-video-info.video-no-img .webgatha-video{padding:0}.webgatha-video-info.video-no-img .webgatha-video-content{position:relative;bottom:auto;top:auto;transform:inherit}.webgatha-video-info.webgatha-video-icon .webgatha-video-content .popup-youtube.webgatha-icon-dark i{color:#323232}.webgatha-video-info.webgatha-video-icon .webgatha-video-content .popup-youtube.webgatha-icon-theme-colour i{color:#84ba3f}.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-default,.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-round,.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-rounded{background:#323232;color:#fff}.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-default:hover,.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-round:hover,.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-rounded:hover{background:#84ba3f;color:#fff}.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-light.btn-style-shape-default,.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-light.btn-style-shape-round,.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-light.btn-style-shape-rounded{background:#fff;color:#323232}.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-light.btn-style-shape-default:hover,.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-light.btn-style-shape-round:hover,.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-light.btn-style-shape-rounded:hover{background:#84ba3f;color:#fff}.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-theme-colour.btn-style-shape-default:hover,.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-theme-colour.btn-style-shape-round:hover,.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-theme-colour.btn-style-shape-rounded:hover{background:#fff;color:#323232}.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-border{color:#323232;border:2px solid}.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-border:hover{color:#fff;background:#84ba3f;border-color:transparent}.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-light.btn-style-shape-border{color:#fff;border:2px solid #fff}.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-light.btn-style-shape-border:hover{color:#fff;background:#84ba3f;border-color:transparent}.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-colour.btn-style-shape-border{color:#84ba3f;border:2px solid #84ba3f}.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-colour.btn-style-shape-border:hover{color:#323232;background:#fff;border-color:transparent}.webgatha-video-info .webgatha-video-content .webgatha-title-des.webgatha-content-dark .webgatha-video-title,.webgatha-video-info .webgatha-video-content .webgatha-title-des.webgatha-content-dark p{color:#323232}.webgatha-video-info .webgatha-video-content .webgatha-title-des.webgatha-content-light .webgatha-video-title,.webgatha-video-info .webgatha-video-content .webgatha-title-des.webgatha-content-light p{color:#fff}.mfp-close-btn-in .mfp-iframe-holder .mfp-close{padding:0;font-size:30px;line-height:30px;width:30px;height:30px;right:-10px;top:-40px;cursor:pointer;text-align:center;opacity:inherit;position:absolute;background:0 0}@media all and (min-width:768px){.webgatha_video_wrapper .webgatha-video-info{background:0 0!important}}@media all and (max-width:992px){body .mfp-close-btn-in .mfp-iframe-holder .mfp-close{right:-5px;top:-40px}}@media all and (max-width:767px){.webgatha-video{overflow:hidden;padding:15% 0}.webgatha-video-info.video-icon-only .webgatha-video,.webgatha-video-info.webgatha-video-icon.video-no-img .webgatha-video{overflow:visible}.webgatha-video img{display:none}.webgatha_video_wrapper .webgatha-video-info{background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important}.webgatha-video-opacity{z-index:1}.webgatha-video .webgatha-video-content{position:relative;top:0;transform:inherit}}@media all and (max-width:575px){.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-large{width:80px;height:80px}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-large:after,.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-large:before{width:80px;height:80px}.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-large .fas.fa-play,.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-large .fas.fa-video{font-size:14px;line-height:14px}}a:hover,
a:focus,
.comment-list .url,
.all-info-list li > span,
.wpb_text_column p > a,
.single-post .entry-content a,
.widget_pages ul li > a:hover,
.widget_nav_menu ul li > a:hover,
.widget_nav_menu ul li a[aria-current="page"], 
.widget_pages ul li a[aria-current="page"],
.widget_archive ul li a[aria-current="page"], 
.widget_categories ul li a[aria-current="page"],
.widget_rss ul li a:hover,
.widget_rss ul li .rss-date,
.widget_webgatha_recent_posts_widget ul li a:hover,
.comment .comments-info .comment-content a,
#site-navigation-mobile .slicknav_nav .mobile-menu li.current-menu-item > a, 
#site-navigation-mobile .slicknav_nav .mobile-menu li.slicknav_open > a, 
#site-navigation-mobile .slicknav_nav .mobile-menu li.slicknav_open > a a,
.woo-tools .woo-tools-actions li.woo-tools-action>a:hover,
.page-header h1.page-title,
.error-404 .page-content p a,
.post-content .page-links span.current,
.post-content .page-links a:hover,
.page-header-breadcrumbs ul li a:hover, 
.page-header-breadcrumbs ul li.current-item, 
.page-header-breadcrumbs ul li.current-item span,
.page-header.woocommerce-header-intro.breadcrumb-style-1 .page-header-breadcrumbs ul li a:hover,
.page-header.woocommerce-header-intro.breadcrumb-style-3 .page-header-breadcrumbs ul li a:hover,
.vc_wp_custommenu .widget_nav_menu .menu > li a:hover,
.vc_wp_custommenu .widget_nav_menu .menu > .current-menu-item > a,
.widget_meta ul li a:hover,
.widget_meta ul li a:focus, 
.widget_recent_comments ul li a:hover, 
.widget_recent_entries ul li a:hover,
.widget_archive ul li a:hover, 
.widget_categories ul li a:hover,
.widget_webgatha_testimonials_widget .testimonials .testimonial-info .testimonial-name strong,
.widget_webgatha_social_profiles .social-profiles-light-border .social-profiles li a:hover,
.widget_webgatha_social_profiles .social-profiles-light-flat .social-profiles li a,
.entry-footer .social-icon>a:hover,
.page-numbers li .current, 
.page-numbers li>a:hover, 
.page-numbers li>span:hover,
.widget_webgatha_newsletter_widget .webgatha-newsletter-style-fancy .button-area .submit,
.entry-header .entry-meta ul li a:hover,
.navigation .nav-links .nav-next a:hover .pagi_text, 
.navigation .nav-links .nav-previous a:hover .pagi_text,
.author-box .author_details .author_name span,
.author-box .author_details .author-social-cover ul li a:hover,
.related-posts .swiper-slide .entry-meta ul li a:hover,
.comment-list .comment .comments-info .comment-author h4,
.comment-list .comment .comments-info .comment-reply-link,
.woocommerce.single-product div.product div.summary .price .woocs_price_code,
.woocommerce.single-product div.product .cart .group_table tr td .woocs_price_code,
ins .amount,
.woocommerce.single-product .product-summary-actions .yith-wcwl-add-button .add_to_wishlist:hover,
.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistexistsbrowse > a:hover,
.woocommerce table.shop_table .product-name a:hover,
.woocommerce-cart .cart-collaterals .cart_totals .order-total .amount,
.woocommerce ul.products li.product-style-icon_bottom .product-title:hover,
.woocommerce ul.products li.product-style-icon_center .product-title:hover,
.woocommerce ul.products li.product-style-info_bottom_bar .product-title:hover,
.woocommerce ul.products li.product-style-shadow_effect .product-title:hover,
.webgatha-opening-hours ul li i,
.webgatha-opening-hours ul li label,
.topbar ul li i,
.topbar ul li a:hover,
.topbar-social_profiles-wrapper ul li a:hover,
.primary-menu > li.current-menu-ancestor > a, 
.primary-menu > li.current-menu-item > a, 
.primary-menu > li.current-menu-parent > a, 
.primary-menu > li:hover > a,
.primary-menu > li.focus > a,
.site-header .webgatha-megamenu-enable > li.webgatha-menu-item-mega-menu .sub-menu > li:hover > a, 
.site-header .webgatha-megamenu-enable > li.webgatha-menu-item-mega-menu .sub-menu > li.focus > a, 
.site-header .webgatha-megamenu-enable > li > .webgatha_menu_nav-sublist-dropdown .container > .sub-menu li:hover > a,
.site-header .webgatha-megamenu-enable>li.webgatha-menu-item-mega-menu>.webgatha_menu_nav-sublist-dropdown .container>.sub-menu>li>a:hover,
.primary-menu > li .sub-menu li.current-menu-ancestor > a, 
.primary-menu > li .sub-menu li.current-menu-item > a, 
.primary-menu > li .sub-menu li.current-menu-parent > a, 
.primary-menu > li .sub-menu li:hover > a,
.primary-menu > li .sub-menu li.focus > a,
.header-above-content .primary-menu > li > a:hover, 
.header-above-content .topbar ul li a:hover, 
.header-above-content .woo-tools li.woo-tools-action > a:hover, 
.header-above-content .woocommerce-currency-switcher-form select:hover,
.header-above-content .woo-tools li.woo-tools-action .search-button-wrap-inner > a:hover,
.site-header .woo-tools-cart .woocommerce-mini-cart li .quantity .amount,
.compare-list ins .amount,
.woo-tools .woo-tools-actions li.woo-tools-action .search-button-wrap .search_form-search-field .webgatha-search-button,
.woocommerce .widget_layered_nav_filters ul li a:before, 
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before,
.header-topbar .header-element-item a:hover,
.header-element-item .header-social_profiles li a:hover,
.header-element-item .phone-number a i,
.header-element-item .email a i,
.header-type-header_builder .header-nav-wrapper .primary-menu > li:hover > a,
.header-type-header_builder .header-nav-wrapper .primary-menu > li.focus > a, 
.header-type-header_builder .header-nav-wrapper .primary-menu > li > a:hover, 
.header-type-header_builder .header-nav-wrapper .primary-menu > li.current-menu-ancestor > a, 
.header-type-header_builder .header-nav-wrapper .primary-menu > li.current-menu-item > a, 
.header-type-header_builder .header-nav-wrapper .primary-menu > li.current-menu-parent > a,
.header-type-header_builder .header-nav-wrapper .webgatha-secondary-menu > li:hover > a,
.header-type-header_builder .header-nav-wrapper .webgatha-secondary-menu > li.focus > a, 
.header-type-header_builder .header-nav-wrapper .webgatha-secondary-menu > li > a:hover, 
.header-type-header_builder .header-nav-wrapper .webgatha-secondary-menu > li.current-menu-ancestor > a, 
.header-type-header_builder .header-nav-wrapper .webgatha-secondary-menu > li.current-menu-item > a, 
.header-type-header_builder .header-nav-wrapper .webgatha-secondary-menu > li.current-menu-parent > a,
.header-type-header_builder .header-nav-wrapper .primary-menu > li .sub-menu > li:hover > a, 
.header-type-header_builder .header-nav-wrapper .primary-menu > li .sub-menu > li.focus > a, 
.header-type-header_builder .header-nav-wrapper .primary-menu > li .sub-menu > li > a:hover, 
.header-type-header_builder .header-nav-wrapper .primary-menu > li .sub-menu > li.current-menu-ancestor > a, 
.header-type-header_builder .header-nav-wrapper .primary-menu > li .sub-menu > li.current-menu-item > a, 
.header-type-header_builder .header-nav-wrapper .primary-menu > li .sub-menu > li.current-menu-parent > a,
.header-type-header_builder .header-nav-wrapper .webgatha-secondary-menu > li .sub-menu > li:hover > a,
.header-type-header_builder .header-nav-wrapper .webgatha-secondary-menu > li .sub-menu > li.focus > a,  
.header-type-header_builder .header-nav-wrapper .webgatha-secondary-menu > li .sub-menu > li > a:hover, 
.header-type-header_builder .header-nav-wrapper .webgatha-secondary-menu > li .sub-menu > li.current-menu-ancestor > a, 
.header-type-header_builder .header-nav-wrapper .webgatha-secondary-menu > li .sub-menu > li.current-menu-item > a, 
.header-type-header_builder .header-nav-wrapper .webgatha-secondary-menu > li .sub-menu > li.current-menu-parent > a,
.header-element-item .woo-tools-cart a:hover,
.header-element-item .woo-tools-wishlist a:hover,
.header-element-item .woo-tools-compare a:hover,
.header-element-item .search-button-wrap a:hover,
.header-element-item .search-button-wrap .search_form-search-field .webgatha-search-button,
.no-results.not-found .page-header h1.page-title,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.wocommerce-page #content div.product .woocommerce-tabs-layout-left ul.tabs li.active a, 
.woocommerce #content div.product .woocommerce-tabs-layout-left ul.tabs li.active a,
.site-header .header-element-item .button-type-default.button-color-scheme-theme a:hover,
.site-header .header-element-item .button-type-border.button-color-scheme-theme a,
.site-header .header-element-item .button-type-link.button-color-scheme-theme a, 
.site-header .header-element-item .button-type-link.button-color-scheme-theme a:hover,
.webgatha_menu_list_wrapper ul.webgatha_menu_list li a:hover,
.webgatha-menu-item-mega-menu .webgatha_menu_list_wrapper ul.webgatha_menu_list li a:hover,
.site-header .main-navigation .webgatha_menu_list_wrapper ul.webgatha_menu_list li a:hover, 
.content-area .entry-content .wp-block-archives li a:hover,
.content-area .entry-content .wp-block-categories li a:hover,
.woocommerce-wishlist .wishlist_table.mobile li .additional-info-wrapper .product-remove .remove_from_wishlist,
.woocommerce-form-login .lost_password a,
.woocommerce-form-register .woocommerce-privacy-policy-text a,
.woocommerce-account .woocommerce-MyAccount-content p mark,
.woocommerce-wishlist .yith-wcwl-share li a:hover,
.maintenance-content h1,
.maintenance-page .social-profiles ul li a:hover, .webgatha_button_wrapper .webgatha-button-border a,
.webgatha_button_wrapper .webgatha-button-link a,
.social-icons li a:hover,
.team-content-area.team-style-2 .team .team-info span,
.team-content-area.team-style-4 .team .team-photo .social-icons li a:hover,
.team-content-area.team-style-8 .team .social-icons li a:hover,
.team-content-area.team-style-12 .team .team-info span,
.team-content-area.team-style-13 .team .team-info span,
.team-content-area.team-style-14 .team .team-info span,
.team-content-area.team-style-15 .team .team-info span,
.team-style-1.team-color-light .team-info .entry-title a:hover,
.team-style-6.team-color-light .team-info .entry-title a:hover,
.team-style-9.team-color-light .team-info .entry-title a:hover,
.team-style-10.team-color-light .team-info .entry-title a:hover,
.team-style-11.team-color-light .team-info .entry-title a:hover,
.team-style-11.team-color-light .social-icons li a:hover, 
.team-style-11.team-color-light .team-info .entry-title a:hover,
.team-style-12.team-color-light .team .entry-title a:hover, 
.team-style-12.team-color-light .team .social-icons li a:hover,
.team-style-15.team-color-light .team .entry-title a:hover, 
.team-style-15.team-color-light .team .social-icons li a:hover,
.team-content-area.team-style-16 .team .team-info span,
.team-content-area.team-style-16.team-color-light .social-icons li a:hover,
.portfolio-section .portfolio-item .portfolio-icon a,
.portfolio-section .portfolio-style-2 .portfolio-item a.popup:hover,
.portfolio-section .portfolio-style-3 .portfolio-item .portfolio-overlay a.popup:hover,
.portfolio-section .portfolio-style-3 .portfolio-item .portfolio-overlay a:hover,
.portfolio-section .portfolio-style-4 .portfolio-item .portfolio-overlay a.popup:hover,
.portfolio-section .portfolio-style-4 .portfolio-item .portfolio-overlay a:hover,
.portfolio-section .portfolio-style-6 .portfolio-item .portfolio-overlay a:hover,
.portfolio-section .portfolio-style-7 .portfolio-item:hover .portfolio-overlay h4,
.portfolio-section .portfolio-style-7 .portfolio-item .portfolio-overlay a.popup:hover,
.portfolio-section .portfolio-style-8 .portfolio-item:hover .portfolio-overlay h4,
.portfolio-section .portfolio-style-8 .portfolio-item:hover .portfolio-overlay a.popup,
.portfolio-section .portfolio-style-9 .portfolio-item .portfolio-overlay a:hover,
.portfolio-section .portfolio-style-11 .portfolio-item .portfolio-overlay a:hover,
.portfolio-section .portfolio-style-12 .portfolio-item .portfolio-overlay a:hover,
.portfolio-section .portfolio-style-12 .portfolio-item .portfolio-icon a:hover,
.portfolio-section .portfolio-style-13 .portfolio-item .portfolio-overlay a:hover,
.portfolio-section .portfolio-style-14 .portfolio-item .portfolio-overlay a:hover,
.portfolio-section .portfolio-style-15 .portfolio-item .portfolio-overlay .portfolio-category a,
.portfolio-section .portfolio-style-15 .portfolio-item .portfolio-overlay h4 a:hover,
.portfolio-content-area.portfolio-arrow-top .webgatha_section_title_wrapper .webgatha-slider-button-next:hover,
.portfolio-content-area.portfolio-arrow-top .webgatha_section_title_wrapper .webgatha-slider-button-prev:hover, 
.deal-counter-wrapper.countdown-style_1 .countdown li:before,
.deal-counter-wrapper.countdown-style_1 .countdown li span,
.deal-counter-wrapper.countdown-style_2 .countdown li span,
.deal-counter-wrapper.countdown-style_4 .countdown li span,
.deal-counter-wrapper.countdown-style_5 .countdown li span,
.deal-counter-wrapper.countdown-style_6 .countdown li span,
.deal-counter-wrapper.countdown-style_7 .countdown li span,
.deal-counter-wrapper.countdown-style_7 .countdown li:before,
.deal-counter-wrapper.countdown-style_8 .countdown li span,
.deal-counter-wrapper.countdown-style_9 .countdown li span,
.deal-counter-wrapper.countdown-style_10 .countdown li span, 
.deal-counter-wrapper.countdown-style_11 .countdown li span,
.deal-counter-wrapper.countdown-style_12 .countdown li span,
.webgatha-row-light .newsletter-wrapper.newsletter-style-1.newsletter-button-color-dark .button-area .btn,
.webgatha-row-light .newsletter-wrapper.newsletter-style-2.newsletter-button-color-dark .button-area .btn,
.webgatha-row-light .newsletter-wrapper.newsletter-style-3.newsletter-button-color-dark .button-area .btn,
.webgatha-row-light .newsletter-wrapper.newsletter-style-4.newsletter-button-color-dark .button-area .btn,
.webgatha-row-light .newsletter-wrapper.newsletter-style-5.newsletter-button-color-dark.newsletter-button-outer .button-area .btn,
.webgatha-row-light .newsletter-wrapper.newsletter-style-6.newsletter-button-color-dark .button-area .btn,
.newsletter-style-7 .button-area .btn,
.newsletter-style-7 .button-area .btn:hover,
.newsletter-wrapper.newsletter-style-7.newsletter-button-color-dark .button-area .btn:hover,
.webgatha-counter-style-1.icon-default .counter-icon,
.webgatha-counter-style-3 .counter-icon,
.accordion-style-1 .active-panel .webgatha-accordion-panel-heading,
.accordion-style-2 .active-panel .webgatha-accordion-panel-heading,
.accordion-style-4 .active-panel .webgatha-accordion-panel-heading,
.accordion-style-6 .active-panel .webgatha-accordion-panel-heading,
.accordion-style-7 .active-panel .webgatha-accordion-panel-heading,
.accordion-style-8 .active-panel .webgatha-accordion-panel-heading,
.accordion-style-11 .active-panel .webgatha-accordion-panel-heading,
.accordion-style-12 .active-panel .webgatha-accordion-panel-heading,
.accordion-style-13 .webgatha-panel-title .accordion-count,
.tabs-style-6 .nav-link.active,
.tabs-style-9 .nav-link.active,
.tabs-style-11 .nav-link.active,
.webgatha-infobox .webgatha-link a,
.webgatha-infobox.infobox-color-light .webgatha-btn a:hover,
.webgatha-infobox-style-1.webgatha-icon-default .infobox-icon, 
.webgatha-infobox-style-2.webgatha-icon-default .infobox-icon, 
.webgatha-infobox-style-3.webgatha-icon-default .infobox-icon,
.webgatha-infobox-style-1.webgatha-icon-border .infobox-icon, 
.webgatha-infobox-style-2.webgatha-icon-border .infobox-icon, 
.webgatha-infobox-style-3.webgatha-icon-border .infobox-icon,
.webgatha-infobox-style-4 .infobox-icon,
.webgatha-infobox-style-5 .webgatha-infobox-inner:hover .webgatha-infobox-icon .infobox-icon,
.webgatha-infobox-style-7 .webgatha-infobox-inner .webgatha-link a:hover,
.webgatha-infobox-style-8:hover .webgatha-infobox-icon .infobox-icon,
.webgatha-infobox.webgatha-infobox-style-9 .infobox-icon,
.webgatha-infobox-style-10 .webgatha-infobox-inner .infobox-icon,
.webgatha-row-light .webgatha-infobox.webgatha-infobox-style-10.infobox-color-light .webgatha-link a:hover,
.webgatha-infobox-style-11 .webgatha-infobox-icon .infobox-icon,
.webgatha-infobox-style-12 .webgatha-infobox-inner .infobox-icon,
.webgatha-infobox-style-13 .infobox-icon,
.webgatha-row-light .webgatha-infobox-style-13.infobox-color-light .webgatha-infobox-inner .webgatha-link a:hover,
.webgatha-infobox-style-14 .webgatha-infobox-inner .webgatha-infobox-title .title-name,
.webgatha-infobox-style-14 .webgatha-infobox-icon,
.webgatha-infobox-style-14 .webgatha-infobox-inner .webgatha-link a:hover,
.webgatha-infobox-style-15 .infobox-icon,
.webgatha-infobox-style-15 .webgatha-infobox-inner.webgatha-box-colored:hover .webgatha-btn a,
.webgatha-infobox-style-15.webgatha-infobox-highlight .webgatha-infobox-inner.webgatha-box-colored .webgatha-btn a,
.webgatha-infobox-style-16 .webgatha-infobox-icon .infobox-icon,
.webgatha-infobox-style-17 .webgatha-infobox-icon .infobox-icon,
.webgatha-infobox.infobox-color-light .webgatha-btn a:hover,
.testimonial-style-2 .testimonial-details .quote-icon i,
.testimonial-style-4 .testimonial-details .quote-icon i,
.testimonial-style-5 .testimonial-next-button:before, 
.testimonial-style-5 .testimonial-prev-button:before,
.testimonial-style-6 .testimonial-inner:before,
.testimonial-style-7 .testimonial-next-button:before, 
.testimonial-style-7 .testimonial-prev-button:before,
.testimonial-style-8 .testimonial-details .quote-icon i,
.testimonial-style-2 .testimonials-author-details .testimonials-designation,
.testimonial-style-3 .testimonials-author-details .testimonials-designation,
.testimonial-style-6 .testimonials-author .testimonials-designation,
.testimonial-style-9 .testimonials-author-details .testimonials-designation,
.testimonial-style-9 .testimonial-details .testimonial-inner:before,
.testimonial-style-10 .testimonial-next-button:hover,
.testimonial-style-10 .testimonial-prev-button:hover,
.testimonial-style-11 .testimonial-next-button:hover,
.testimonial-style-11 .testimonial-prev-button:hover,
.webgatha-timeline-style-3 .timeline li .timeline-badge,
.webgatha-dropcap-style-default .dropcap-letter,
.webgatha-dropcap-style-border .dropcap-letter,
.webgatha-social-links.webgatha-layout-simple ul li a,
.webgatha-layout-simple.webgatha-color-default.webgatha-hover-default ul li a:not([href]):not([tabindex]):hover,
.webgatha-social-links.webgatha-layout-border ul li i,
.blockquote-container.blockquote-layout-1 blockquote:before,
.blockquote-container.blockquote-layout-4 blockquote:before,
.blockquote-container.blockquote-layout-4 .blockquote-author-title span,
.section-sub-title,
.webgatha_section_title_wrapper .section-main-title > label,
.webgatha_section_title_wrapper .section-main-title > i,
.webgatha_section_title_wrapper .section-main-title > b,
.webgatha_section_title_wrapper .section-main-title > u,
.team-style-2.team-color-light .social-icons li a:hover, 
.team-style-2.team-color-light .team-info .entry-title a:hover,
.process-list .process-item .process-button .webgatha-button a:hover,
.process-list.process-style-1.color-light .process-item .process-step strong,
.process-list.process-style-2 .process-item .process-step span,
.process-list.process-style-2.color-light .process-item .process-button .webgatha-button a:hover,
.process-list.process-style-3.color-light .process-item .process-button .webgatha-button a:hover,
.process-list.process-style-4.color-light .process-item .process-button .webgatha-button a:hover,
.process-list.process-style-5 .process-item .process-icon span,
.process-list.process-style-5.color-light .process-item .process-button .webgatha-button a:hover,
.process-list.process-style-6.color-light .process-item .process-button .webgatha-button a:hover,
.process-style-6 .process-item .process-step span,
.process-list.process-style-7.color-light .process-item .process-button .webgatha-button a:hover,
.process-list.process-style-3 .process-step span,
.process-list.process-style-4 .process-step span,
.process-style-7 .process-item .process-step span,
.webgatha-video-info.webgatha-video-icon .webgatha-video-content .popup-youtube.webgatha-icon-theme-colour i,
.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .popup-youtube i,
.webgatha-video .webgatha-video-content .video-popup-btn:hover,
.blog-post-author .post-author-link:hover,
.blog-post-style-1 .blog-post-read-more a:hover,
.blog-post-style-2 .blog-post-read-more a,
.blog-post-style-3 .blog-post-content .blog-post-authndt .post-author a,
.blog-post-style-4 .blog-post-main .blog-post-category a,
.blog-post-style-4 .blog-post-footer .blog-post-read-more a:after,
.blog-post-style-5 .blog-post-meta .blog-post-category a,
.blog-post-style-5 .blog-post-read-more a,
.blog-post-style-7 .blog-post-footer .blog-post-read-more a,
.blog-post-style-7 .blog-post-authndt .post-author-link,
.blog-post-style-8 .blog-post-authncat .blog-post-category a,
.blog-post-style-8 .blog-post-date span,
.blog-post-style-8 .blog-post-read-more a:hover,
.blog-post-style-9 .blog-post-read-more a,
.blog-post-style-11 .blog-post-category a,
.blog-post-style-11 .blog-post-authndt .post-author-link,
.blog-post-style-11:hover .blog-post-title .blog-title a:hover,
.blog-post-style-12 .post-content-cover .blog-post-category a:hover,
.webgatha_blog_posts-color-light .blog-post-style-1 .blog-post-title .blog-title a:hover,
.webgatha_blog_posts-color-light .blog-post-style-2 .blog-post-title .blog-title a:hover,
.webgatha_blog_posts-color-light .blog-post-style-3 .blog-post-title .blog-title a:hover,
.webgatha_blog_posts-color-light .blog-post-style-4 .blog-post-title .blog-title a:hover,
.webgatha_blog_posts-color-light .blog-post-style-5 .blog-post-title .blog-title a:hover,
.webgatha_blog_posts-color-light .blog-post-style-7 .blog-post-title .blog-title a:hover,
.webgatha_blog_posts-color-light .blog-post-style-8 .blog-post-title .blog-title a:hover,
.webgatha_blog_posts-color-light .blog-post-style-9 .blog-post-title .blog-title a:hover,
.webgatha_blog_posts-color-light .blog-post-style-12 .post-content-cover .blog-title a:hover,
.webgatha_pricing_table_wrapper .pricing-table-price h2,
.webgatha_pricing_table_wrapper .pricing-table-style-1.highlighted .pricing-table-inner .pricing-title,
.webgatha_pricing_table_wrapper .pricing-table-inner .pricing-table-content .pricing-list-item i.fas.fa-check,
.webgatha_pricing_table_wrapper .pricing-table-style-2 .pricing-table-price h2,
.webgatha_pricing_table_wrapper .pricing-table-style-3.highlighted .pricing-table-header .pricing-table-title .pricing-title,
.webgatha_pricing_table_wrapper .pricing-table-style-4 .pricing-table-price h2,
.webgatha_pricing_table_wrapper .pricing-table-style-5 .pricing-table-inner .pricing-table-button .pricing-button,
.webgatha_pricing_table_wrapper .pricing-table-style-7.highlighted .pricing-table-title .pricing-title,
.webgatha_pricing_table_wrapper .pricing-table-style-7:not(.highlighted) .pricing-table-button .pricing-button,
.webgatha_pricing_table_wrapper .pricing-table-style-7 .pricing-table-list .pricing-list-item > i,
.product-category-items.category-style-none .webgatha-core-category-container .category-content .category-title a:hover, .product-category-items.category-style-none .webgatha-core-category-container .category-content .product-count,
.product-category-items.product-category-style-1.category-style-none .webgatha-core-category-container .category-content .category-title a:hover,
.product-category-items.category-style-dark .webgatha-core-category-container .category-content .category-title a:hover, .product-category-items.category-style-dark .webgatha-core-category-container .category-content .product-count,
.product-category-items.category-style-light .webgatha-core-category-container .category-content .category-title a:hover,
.instagram-follow-us-text span.instagram-username,
.widget_webgatha_newsletter_widget .webgatha-newsletter-style-default .button-area .input-group-btn .submit,
.blog .content-area article.format-quote .read-more .blog-read-more:hover,
.blog .timeline > .entry-date > span,
.woocommerce .product-style-icon_bottom .product-actions a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce .product-style-icon_center .product-actions a:hover,
.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.woocommerce-pagination ul.page-numbers li .page-numbers:focus,
.woocommerce ul.products li.product-style-info_bottom_bar .product-info .add_to_cart_button,
.woocommerce ul.products li.product-style-info_bottom_bar .product-info .added_to_cart,
.woocommerce ul.products li.product-style-info_bottom_bar .product-info .product_type_external,
.woocommerce ul.products li.product-style-info_bottom_bar .product-info .product_type_grouped,
.woocommerce ul.products li.product-style-info_bottom_bar .product-info .product_type_simple,
.woocommerce ul.products li.product-style-info_bottom_bar .product-info .product_type_variable,
.woocommerce ul.products li.product-style-info_bottom_bar .product-info .product_type_variable.add_to_cart_button,
.woocommerce ul.products li.product-style-info_bottom_bar.product-variable-outofstock .product-info .product_type_variable,
.woocommerce .product-style-info_bottom_bar .product-actions a:hover,
.woocommerce .product-style-info_bottom_bar .product-action-quick-view .open-quick-view:hover,
.woocommerce ul.products li.product-style-shadow_effect .product-action-button a:before,
.woocommerce ul.products li.product-style-shadow_effect .product-thumbnail .product-actions a:hover,
.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce.single-product .product-summary-actions .compare:hover,
.woocommerce.single-product .product-summary-actions a.add_to_wishlist:before,
.woocommerce.single-product .product-summary-actions .compare:before,
.woocommerce-checkout-review-order table.shop_table .order-total td,
header.header-type-header_builder .header-element-item .woo-tools-cart .woocommerce-mini-cart li .quantity .amount,
.site-header .woo-tools-cart .woocommerce-mini-cart__total .amount,
header.header-type-header_builder .header-element-item .woo-tools-cart .woocommerce-mini-cart li a:hover,
header.header-type-header_builder .header-element-item .woo-tools-cart .woocommerce.widget_shopping_cart .woocommerce-mini-cart li a:hover,
.side_shopping_cart-wrapper .woocommerce .widget_shopping_cart_content .quantity .amount,
#after_add_to_cart_message-popup .cart_message-inner a:hover,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a:hover,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li .count,
.widget_product_categories .product-categories li a:hover,
.widget_product_categories .product-categories li .count,
.woocommerce .widget_rating_filter ul li a,
.tagcloud a:hover,
.widget_layered_nav .webgatha-woocommerce-widget-layered-nav-list li a:hover,
.webgatha-sticky-add-to-cart .webgatha-sticky-add-to-cart-actions .add_to_wishlist:hover:before,
.webgatha-sticky-add-to-cart .webgatha-sticky-add-to-cart-actions .compare:hover:before,
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.webgathacore-hotspot-dark-bg .hotspot-btn a:hover,
.webgathacore-hotspot-theme-bg .hotspot-btn a,
.widget_shopping_cart .widget_shopping_cart_content .total .woocs_special_price_code,
.widget_layered_nav .webgatha-woocommerce-widget-layered-nav-list .wc-layered-nav-term.woocommerce_item-chosen > .count,
.widget_layered_nav .webgatha-woocommerce-widget-layered-nav-list .wc-layered-nav-term:hover > .count,
.site-content .post-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
.webgatha-auto-complete li a:hover,
.woocommerce-MyAccount-navigation>ul li a:before,
.wishlist_table .pagination-row .page-numbers.current,
.wishlist_table .pagination-row .page-numbers:hover  {color: #f39200; }   blockquote,
mark,
#site-navigation-mobile .slicknav_menu .slicknav_icon .slicknav_icon-bar,
#back-to-top .top,
.cookies-buttons a,
.cookies-buttons .cookies-more-btn:hover,
.error-404 .page-content .search-button,
.error-404-footer .btn,
.error-404-footer .btn+.btn:hover,
.entry-header .webgatha-categories-list .post-categories li a,
.blog .content-area article.format-quote,
.search .content-area article.format-quote,
.widget_search .search-button,
.webgatha-instgram-images .instgram-item .webgatha-instgram-meta:before,
.widget_webgatha_social_profiles .social-profiles-colored .social-profiles li a,
.widget_webgatha_social_profiles .social-profiles-light-flat .social-profiles li a:hover,
.widget_webgatha_social_profiles .social-profiles-dark-flat .social-profiles li a:hover,
.widget_webgatha_newsletter_widget .button-area .newsletter-spinner i,
.read-more .blog-read-more:hover,
.content-area article.blog-post.sticky .blog-read-more:hover,
.content-area article.tag-sticky-2 .blog-read-more:hover,
.testimonial-style-1 .testimonial-details .quote-icon i,
.widget_webgatha_newsletter_widget .webgatha-newsletter-style-fancy,
.comments-area .comment-respond #cancel-comment-reply-link:hover,
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce button.button.alt, 
.woocommerce input.button,
.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.button.alt,
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range,
.loop-header-tools .show-off-canvas-sidebar-btn,
.search-results .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
.woo-tools .woo-tools-actions li.woo-tools-action > a .cart-count, 
.woo-tools .woo-tools-actions li.woo-tools-action > a .webgatha-wishlist-count,
body table.compare-list .add-to-cart td a,
.loop-header-active-filters .webgatha-clear-filters:hover,
.page-header.breadcrumb-style-3 .page-header-breadcrumbs ul li.current-item,
header.header-type-header_builder .woo-tools-cart .cart-link .count, 
header.header-type-header_builder .woo-tools-wishlist .webgatha-wishlist-count,
.post-password-form input[type=submit],
.no-results.not-found button.search-button,
.site-header .header-element-item .button-type-default.button-color-scheme-theme a,
.site-header .header-element-item .button-type-border.button-color-scheme-theme a:hover,
.content-area article.blog-post.format-gallery .webgatha-gallery-slider-button-next:hover, 
.content-area article.blog-post.format-gallery .webgatha-gallery-slider-button-prev:hover,
.content-area article.blog-post.format-gallery .webgatha-gallery-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.woocommerce .yith-wcwl-form .hidden-title-form input[type=submit],
.woocommerce .yith-wcwl-form .hidden-title-form a.hide-title-form,
.woocommerce-wishlist .wishlist_table .product-add-to-cart .button,
.single-teams .team-info-cover, .webgatha_button_wrapper .webgatha-button-default a,
.team-content-area.team-style-1 .team .team-photo:before,
.team-content-area.team-style-4 .team .team-description:before,
.team-content-area.team-style-5 .team .team-back,
.team-content-area.team-style-7 .team:hover .team-description:before,
.team-content-area.team-style-9 .team .team-photo:before,
.team-content-area.team-style-10 .team .team-photo .team-badge,
.webgatha_team_wrapper .webgatha-slider-button-next:hover,
.webgatha_team_wrapper .webgatha-slider-button-prev:hover,
.isotope-filters button.active, 
.isotope-filters button:hover,
.portfolio-section .portfolio-item .portfolio-overlay,
.portfolio-section .portfolio-style-2 .portfolio-item .portfolio-overlay,
.portfolio-section .portfolio-style-2 .portfolio-item a.popup,
.portfolio-section .portfolio-style-5 .portfolio-overlay,
.portfolio-section .portfolio-style-9 .portfolio-item .portfolio-img:before,
.portfolio-section .portfolio-style-10 .portfolio-item .portfolio-overlay,
.portfolio-section .portfolio-style-11 .portfolio-item a.popup,
.portfolio-section .portfolio-style-14 .portfolio-item .portfolio-img:before,
.portfolio-content-area .webgatha-slider-button-next:hover,
.portfolio-content-area .webgatha-slider-button-prev:hover,
.portfolio-section .portfolio-style-15 .portfolio-item .portfolio-overlay .portfolio-icon a:hover,
.portfolio-section .portfolio-style-15 .portfolio-item .portfolio-overlay .portfolio-category a:before,
.deal-counter-wrapper.countdown-style_3 .countdown,
.newsletter-wrapper .button-area .btn,
.newsletter-wrapper .button-area .btn,
.newsletter-wrapper.newsletter-button-color-dark .button-area .btn:hover,
.webgatha-row-light .newsletter-wrapper.newsletter-style-1.newsletter-button-color-dark .button-area .btn:hover,
.webgatha-row-light .newsletter-wrapper.newsletter-style-2.newsletter-button-color-dark .button-area .btn:hover,
.webgatha-row-light .newsletter-wrapper.newsletter-style-3.newsletter-button-color-dark .button-area .btn:hover,
.webgatha-row-light .newsletter-wrapper.newsletter-style-4.newsletter-button-color-dark .button-area .btn:hover,
.webgatha-row-light .newsletter-wrapper.newsletter-style-5.newsletter-button-color-dark.newsletter-button-outer .button-area .btn:hover,
.webgatha-row-light .newsletter-wrapper.newsletter-style-6.newsletter-button-color-dark .button-area .btn:hover,
.webgatha-counter-style-1.icon-round .counter-icon, 
.webgatha-counter-style-1.icon-rounded .counter-icon, 
.webgatha-counter-style-1.icon-square .counter-icon,
.tabs-style-1 .nav-link.active,
.tabs-style-2 .nav-link.active,
.tabs-style-3 .nav-link.active,
.tabs-style-4 .nav-link.active, 
.tabs-style-4 .webgatha-tabs-panels-container,
.tabs-style-5 .nav-link.active,
.tabs-style-7 .nav-link.active,
.tabs-style-8 .nav-link.active,
.tabs-style-10 .nav-link.active,
.accordion-style-3 .active-panel .webgatha-accordion-panel-heading,
.accordion-style-5 .active-panel .webgatha-accordion-panel-heading,
.accordion-style-6 .active-panel .webgatha-panel-title .accordion-icon,
.accordion-style-9 .active-panel .webgatha-accordion-panel-body,
.accordion-style-9 .webgatha-accordion-panel-heading,
.accordion-style-10 .webgatha-accordion-panel-heading,
.webgatha-infobox .webgatha-btn a,
.webgatha-infobox-style-1.webgatha-icon-flat .infobox-icon,
.webgatha-infobox-style-2.webgatha-icon-flat .infobox-icon,
.webgatha-infobox-style-3.webgatha-icon-flat .infobox-icon,
.webgatha-infobox-style-4 .webgatha-infobox-inner .webgatha-infobox-hover-bg,
.webgatha-infobox-style-7 .webgatha-infobox-inner .infobox-icon,
.webgatha-infobox.webgatha-infobox-style-7.infobox-color-light .webgatha-btn a:hover,
.webgatha-infobox-style-8.webgatha-icon-border:hover .webgatha-infobox-inner .infobox-icon,
.webgatha-infobox-style-8.webgatha-icon-flat:hover .webgatha-infobox-inner .infobox-icon,
.webgatha-infobox-style-9 .webgatha-infobox-inner:before,
.webgatha-infobox-style-10 span.separators,
.webgatha-infobox-style-10 .webgatha-infobox-inner:hover .webgatha-btn a,
.webgatha-infobox-style-12 .webgatha-infobox-inner .webgatha-link:before,
.webgatha-infobox-style-12.webgatha-infobox-highlight .webgatha-infobox-inner .webgatha-btn a,
.webgatha-infobox-style-12:hover .webgatha-infobox-inner .webgatha-btn a,
.webgatha-infobox-style-13.infobox-color-dark .webgatha-infobox-inner .webgatha-btn a,
.webgatha-infobox-style-15 .webgatha-infobox-inner.webgatha-box-colored:before,
.webgatha-infobox-style-16 .webgatha-infobox-inner:before,
.webgatha-infobox-style-17 .webgatha-box-colored .webgatha-infobox-icon .infobox-icon:before,
.testimonial .swiper-pagination-bullet.swiper-pagination-bullet-active, 
.testimonial .swiper-pagination-bullet:hover,
.testimonial-style-3 .testimonial-details .quote-icon i,
.testimonial.testimonial-style-4 .testimonial-next-button:hover,
.testimonial.testimonial-style-4 .testimonial-prev-button:hover,
.testimonial.testimonial-style-5 .testimonial-next-button:hover,
.testimonial.testimonial-style-5 .testimonial-prev-button:hover,
.testimonial.testimonial-style-7 .testimonial-next-button:hover,
.testimonial.testimonial-style-7 .testimonial-prev-button:hover,
.testimonial.testimonial-style-9 .testimonial-next-button:hover,
.testimonial.testimonial-style-9 .testimonial-prev-button:hover,
.testimonial-style-9.theme .testimonial-details .testimonial-inner,
.webgatha-dropcap-style-flat .dropcap-letter,
.webgatha-social-links.webgatha-layout-flat ul li i,
.webgatha-progressbar-box,
.progressbar-circle-content .progressbar-circle-right,
.progressbar-circle-content .progressbar-circle-rotate,
.webgatha-clients .swiper-container .swiper-button-next:hover, 
.webgatha-clients .swiper-container .swiper-button-prev:hover,
.webgatha_image_gallery_wrapper .swiper-container .webgatha-slider-button-next:hover,
.webgatha_image_gallery_wrapper .swiper-container .webgatha-slider-button-prev:hover,
.webgatha_instagram_wrapper .swiper-container .webgatha-slider-button-next:hover,
.webgatha_instagram_wrapper .swiper-container .webgatha-slider-button-prev:hover,
.image-box-divider span,
.title-effect .section-main-title:before,
.section-title-cover .section-title-divider span,
.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_left:hover, 
.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_right:hover,
.wpb_images_carousel .vc_images_carousel .vc_carousel-indicators .vc_active,
.process-list.process-style-1 .process-item .process-step strong,
.process-list.process-style-4 .process-item:hover .process-step span,
.process-list.process-style-5 .process-item:hover .process-icon span,
.process-list.process-style-6.color-light .process-item:hover .process-step span,
.process-style-6 .process-item:hover .process-step span,
.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-theme-colour,
.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-theme-colour:after,
.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-theme-colour:before,
.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-theme-gradient-colour:after,
.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content .webgatha-icon-theme-gradient-colour:before,
.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-light.btn-style-shape-default:hover, 
.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-light.btn-style-shape-round:hover, 
.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-light.btn-style-shape-rounded:hover,
.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-default:hover, 
.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-round:hover, .webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-rounded:hover,
.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-border:hover,
.webgatha-video .webgatha-video-content .video-popup-btn,
.blog-post-style-2 .blog-post-thumbnail-wrapper .blog-post-date,
.webgatha_blog_posts_content .swiper-container .swiper-button-next:hover, 
.webgatha_blog_posts_content .swiper-container .swiper-button-prev:hover,
.blog-post-style-3 .blog-post-thumbnail-wrapper .blog-post-category,
.blog-post-style-4 .blog-post-thumbnail-wrapper .blog-post-date,
.blog-post-style-5 .blog-post-date,
.blog-post-style-6 .blog-post-category a,
.blog-post-style-7 .blog-post-thumbnail-wrapper .blog-post-category,
.blog-post-style-9 .blog-post-category a,
.blog-post-style-10 .blog-post-category a,
.blog-post-style-12 .blog-post-date,
.webgatha_pricing_table_wrapper .pricing-table-style-1 .pricing-table-inner .pricing-table-button .pricing-button:hover,
.webgatha_pricing_table_wrapper .pricing-table-style-2 .pricing-table-inner .pricing-table-button .pricing-button:hover,
.webgatha_pricing_table_wrapper .pricing-table-style-1.highlighted .pricing-table-inner .pricing-table-button .pricing-button,
.webgatha_pricing_table_wrapper .pricing-table-style-2.highlighted .pricing-table-inner .pricing-table-button .pricing-button,
.webgatha_pricing_table_wrapper .pricing-table-style-2.highlighted .pricing-table-price,
.webgatha_pricing_table_wrapper .highlighted .pricing-table-inner .pricing-table-button .pricing-button,
.webgatha_pricing_table_wrapper .pricing-table-style-5 .pricing-table-inner .pricing-table-button .pricing-button:hover,
.webgatha_pricing_table_wrapper .pricing-table-style-5.highlighted .pricing-table-inner .pricing-table-button .pricing-button,
form.wpcf7-form .wpcf7-submit,
.product-category-items.category-style-theme .category-img-container .category-overlay,
.product-category-items.category-style-theme .webgatha-core-category-container .category-content,
.product-category-items.product-category-style-4.category-style-theme .webgatha-core-category-container .category-content:before,
.webgatha_products_content .swiper-container .swiper-button-next:hover,
.webgatha_products_content .swiper-container .swiper-button-prev:hover,
.webgatha_products_content .swiper-pagination .swiper-pagination-bullet-active,
.single-portfolio .port-navigation .nav-links .port-photo .port-arrow, 
.single-teams .port-navigation .nav-links .port-photo .port-arrow,
.widget_webgatha_newsletter_widget .webgatha-newsletter-style-classic .button-area .submit,
.widget_webgatha_newsletter_widget .webgatha-newsletter-style-default .button-area .input-group-btn .submit:hover,
.page-template-faq .faqs-wrapper a.active, 
.page-template-faq .faqs-wrapper a:hover,
.faqs-wrapper .accordion .accordion-title,
.faqs-wrapper .accordion .accordion-title:hover,
.comments-area .comment-form .form-submit .submit,
.blog .timeline > .timeline-item:before,
.blog .timeline > li .timeline-badge > a,
.site-header .woo-tools-cart .woocommerce-mini-cart__buttons .button,
body .site-header .woo-tools-cart .woocommerce-mini-cart__buttons .button.checkout:hover,
#after_add_to_cart_message-popup .cart_message-inner .view-cart,
.widget_product_search .woocommerce-product-search button[type=submit],
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover,
.woocommerce .webgatha-sticky-add-to-cart .webgatha-sticky-add-to-cart-actions .grouped_product, 
.woocommerce .webgatha-sticky-add-to-cart .webgatha-sticky-add-to-cart-actions .vaiable_button, 
.woocommerce .webgatha-sticky-add-to-cart .webgatha-sticky-add-to-cart-actions .webgatha-sticky-add-to-cart,
.widget_layered_nav .webgatha-woocommerce-widget-layered-nav-list .wc-layered-nav-term:hover a > span,
.widget_layered_nav .webgatha-woocommerce-widget-layered-nav-list .wc-layered-nav-term.woocommerce_item-chosen a > span,
.webgathacore-image-hotspot .dot-style-2:before,
.webgathacore-image-hotspot .dot-style-1 span,
.hotspot-btn a,
.webgathacore-hotspot-theme-bg .hotspot-content,
.yith-woocompare-widget a.compare,
.webgatha-timeline.webgatha-timeline-style-2 .timeline .timeline-badge,
.loop-header-filters .webgatha_widgets_shop-filters .widget_product_search button[type=submit],
.widget_calendar table #today,
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit, 
body .select2-container--default .select2-results__option--highlighted[aria-selected], 
body .select2-container--default .select2-results__option--highlighted[data-selected], 
body .select2-container--default .select2-results__option[aria-selected=true], 
body .select2-container--default .select2-results__option[data-selected=true],
.site-content .post-content .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover,
.portfolio-more-button a:hover, 
.product-more-button a:hover, 
.team-more-button a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation>ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation>ul li.is-active a {background: #f39200; }   .cookies-buttons .cookies-more-btn:hover,
.error-404-footer .btn,
.error-404-footer .btn+.btn:hover,
.read-more .blog-read-more:hover,
.post-content .page-links a:hover,
.post-content .page-links span.current,
.page-numbers li span.current, 
.page-numbers li > a:hover, 
.page-numbers li > span:hover,
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle,
.isotope-filters button.active, 
.isotope-filters button:hover,
.deal-counter-wrapper.countdown-style_12 .countdown,
.newsletter-style-1 .input-area input,
.tabs-style-1 .nav-tabs .nav-link,
.testimonial-style-3 .testimonial-avtar img,
.testimonial-style-9 .testimonial-avtar img,
.webgatha_pricing_table_wrapper .pricing-table-style-1.highlighted .pricing-table-inner,
.webgatha_pricing_table_wrapper .pricing-table-style-5 .pricing-table-inner .pricing-table-button .pricing-button:hover,
.webgatha_pricing_table_wrapper .pricing-table-style-5.highlighted .pricing-table-inner .pricing-table-button .pricing-button,
form.wpcf7-form input[type=email]:focus, 
form.wpcf7-form input[type=password]:focus, 
form.wpcf7-form input[type=search]:focus, 
form.wpcf7-form input[type=text]:focus, 
form.wpcf7-form textarea:focus,
.webgatha_button_wrapper .webgatha-button-border a,
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input[type=email]:focus, 
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input[type=password]:focus, 
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input[type=search]:focus, 
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input[type=text]:focus, 
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form textarea:focus,
.accordion-style-10 .active-panel .webgatha-accordion-panel-body,
.widget_webgatha_newsletter_widget .webgatha-newsletter-style-default .button-area .input-group-btn .submit,
.widget_webgatha_newsletter_widget .webgatha-newsletter-style-default .button-area .input-group-btn .submit:hover,
.page-template-faq .faqs-wrapper a.active, 
.page-template-faq .faqs-wrapper a:hover,
.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.woocommerce-pagination ul.page-numbers li .page-numbers:focus,
.tagcloud a:hover,
.webgathacore-image-hotspot .dot-style-1,
.webgatha-timeline.webgatha-timeline-style-1 .timeline .timeline-badge:before,
.webgatha-timeline.webgatha-timeline-style-2 .timeline .timeline-inverted:before,
.woo-tools .woo-tools-actions li.woo-tools-action .search-button-wrap .search_form-search-field .form-control:focus,
.header-element-item .search-button-wrap .search_form-search-field .form-control:focus,
.widget_layered_nav .webgatha-woocommerce-widget-layered-nav-list .wc-layered-nav-term.woocommerce_item-chosen > .count,
.widget_layered_nav .webgatha-woocommerce-widget-layered-nav-list .wc-layered-nav-term:hover > .count,
.portfolio-more-button a:hover, 
.product-more-button a:hover, 
.team-more-button a:hover,
.wishlist_table .pagination-row .page-numbers.current,
.wishlist_table .pagination-row .page-numbers:hover,
.maintenance-page .social-profiles ul li a:hover {border-color: #f39200; }   .tabs-style-7.tabs-position-top .nav-link.active:after,
.tabs-style-8.tabs-position-top .nav-link.active:after,
.process-list.process-style-1 .process-item.left:before,
.process-list.process-style-1 .process-item.right:before,
.webgathacore-hotspot-theme-bg .hotspot-dropdown-up:after, 
.webgathacore-hotspot-theme-bg .hotspot-dropdown-up:before {border-top-color: #f39200; }   .process-list.process-style-1 .process-item.left:before,
.process-list.process-style-1 .process-item.right:before,
.webgatha-contact-form-style-4 form.wpcf7-form input[type=email]:focus, 
.webgatha-contact-form-style-4 form.wpcf7-form input[type=password]:focus, 
.webgatha-contact-form-style-4 form.wpcf7-form input[type=search]:focus, 
.webgatha-contact-form-style-4 form.wpcf7-form input[type=text]:focus, 
.webgatha-contact-form-style-4 form.wpcf7-form textarea:focus,
.webgatha-contact-form-style-5 form.wpcf7-form input[type=email]:focus, 
.webgatha-contact-form-style-5 form.wpcf7-form input[type=password]:focus, 
.webgatha-contact-form-style-5 form.wpcf7-form input[type=search]:focus, 
.webgatha-contact-form-style-5 form.wpcf7-form input[type=text]:focus, 
.webgatha-contact-form-style-5 form.wpcf7-form textarea:focus,
.webgatha-contact-form-style-6 form.wpcf7-form input[type=email]:focus, 
.webgatha-contact-form-style-6 form.wpcf7-form input[type=password]:focus, 
.webgatha-contact-form-style-6 form.wpcf7-form input[type=search]:focus, 
.webgatha-contact-form-style-6 form.wpcf7-form input[type=text]:focus, 
.webgatha-contact-form-style-6 form.wpcf7-form textarea:focus,
.webgatha-tab-container.tabs-style-11 .nav-link.active,
.webgathacore-hotspot-theme-bg .hotspot-dropdown-down:after, 
.webgathacore-hotspot-theme-bg .hotspot-dropdown-down:before,
.webgatha_portfolio_wrapper .isotope-filters.filter-style-border-bottom button.active,
.webgatha_portfolio_wrapper .isotope-filters.filter-style-border-bottom button:hover  {border-bottom-color: #f39200; }   .vc_wp_custommenu .widget_nav_menu .menu > li > a:hover,
.vc_wp_custommenu .widget_nav_menu .menu > li.current-menu-item > a,
.tabs-style-7.tabs-position-left.tabs-title-alignment-left .active:after,
.process-list.process-style-1 .process-item.left:before,
.webgathacore-hotspot-theme-bg .hotspot-dropdown-left:after, 
.webgathacore-hotspot-theme-bg .hotspot-dropdown-left:before {border-left-color: #f39200; }   .tabs-style-7.tabs-position-left.tabs-title-alignment-right .active:after,
.process-list.process-style-1 .process-item.right:before,
.webgathacore-hotspot-theme-bg .hotspot-dropdown-right:after, 
.webgathacore-hotspot-theme-bg .hotspot-dropdown-right:before,
.content-area article.blog-post.sticky:after,
.content-area article.tag-sticky-2:after {border-right-color: #f39200; }   .testimonial-style-1 .testimonial-details .quote-icon i,
.team-content-area.team-style-4 .team .team-description:before,
.team-content-area.team-style-5 .team .team-back,
.team-content-area.team-style-7 .team:hover .team-description:before,
.team-content-area.team-style-9 .team .team-photo:before,
.portfolio-section .portfolio-style-5 .portfolio-overlay,
.portfolio-section .portfolio-style-9 .portfolio-item .portfolio-img:before,
.portfolio-section .portfolio-style-10 .portfolio-item .portfolio-overlay,
.webgatha-infobox-style-4 .webgatha-infobox-inner .webgatha-infobox-hover-bg,
.webgatha-infobox-style-9 .webgatha-infobox-inner:before,
.webgatha-infobox-style-15 .webgatha-infobox-inner.webgatha-box-colored:before,
.webgatha-infobox-style-16 .webgatha-infobox-inner:before,
.webgatha-infobox-style-17 .webgatha-box-colored .webgatha-infobox-icon .infobox-icon:before,
.webgatha_pricing_table_wrapper .pricing-table-style-2.highlighted .pricing-table-price {background: linear-gradient(135deg, #f39200 50%, #f39200 100%); }
.video-background-flat.webgatha-video-icon .webgatha-video .webgatha-video-content a.webgatha-icon-theme-gradient-colour {					
background: linear-gradient(135deg, #f39200 35%, #f39200 100%); 
}
.webgatha-video-info.webgatha-video-icon .webgatha-video-content .popup-youtube.webgatha-icon-theme-gradient-colour i {
background-image: -webkit-linear-gradient( 120deg, #f39200 30%, #f39200 100%);
}
a, h1, h2, h3, h4, h5, h6,
.widget .widget-title,
.woocommerce .cart-empty, 
.woocommerce .cart-empty.woocommerce-info,
.site-header .woo-tools-action.woo-tools-cart .widget_shopping_cart,
.social-icons li a,
.isotope-filters button,
.page-template-faq .faqs-wrapper a,
.accordion-style-13 .webgatha-accordion-panel-heading,
.deal-counter-wrapper.countdown-style_1 .countdown li p,
.deal-counter-wrapper.countdown-style_2 .countdown li p,
.deal-counter-wrapper.countdown-style_5 .countdown li p,
.deal-counter-wrapper.countdown-style_6 .countdown li p,
.deal-counter-wrapper.countdown-style_7 .countdown li p,
.deal-counter-wrapper.countdown-style_8 .countdown li p,
.deal-counter-wrapper.countdown-style_9 .countdown li p,
.deal-counter-wrapper.countdown-style_10 .countdown li p, 
.deal-counter-wrapper.countdown-style_11 .countdown li p,
.deal-counter-wrapper.countdown-style_12 .countdown li p,
.webgatha-infobox-style-7 .webgatha-infobox-inner .webgatha-link a,
.webgatha-infobox-style-14 .webgatha-infobox-inner .webgatha-link a,
.testimonial-style-1 .testimonials-info,
.testimonial-style-8 .testimonials-info,
.testimonial-style-6 .testimonials-author .author-name,
.testimonial-style-4 .testimonials-author .author-name,
.testimonial-style-5 .testimonials-author .author-name,
.testimonial-style-7 .testimonials-author .author-name,
.testimonial-style-11 .testimonials-info,
.pricing-table-style-6:not(.highlighted) .pricing-table-inner .pricing-table-price h2,
.webgatha_portfolio_wrapper .isotope-filters.filter-style-border-bottom button.active,
.webgatha_portfolio_wrapper .isotope-filters.filter-style-border-bottom button:hover,
.portfolio-section .portfolio-style-6 .portfolio-item .portfolio-overlay h4,
.portfolio-section .portfolio-style-7 .portfolio-item .portfolio-overlay h4,
.portfolio-section .portfolio-style-7 .portfolio-item .portfolio-overlay a.popup,
.portfolio-section .portfolio-style-8 .portfolio-item .portfolio-overlay h4,
.portfolio-section .portfolio-style-8 .portfolio-item .portfolio-overlay a.popup,
.portfolio-section .portfolio-style-9 .portfolio-item .portfolio-overlay h4,
.portfolio-section .portfolio-style-11 .portfolio-overlay .portfolio-category a, 
.portfolio-section .portfolio-style-11 .portfolio-overlay h4,
.portfolio-section .portfolio-style-12 .portfolio-item .portfolio-overlay h4,
.portfolio-section .portfolio-style-12 .portfolio-item .portfolio-icon a,
.portfolio-section .portfolio-style-13 .portfolio-item .portfolio-category span a,
.portfolio-section .portfolio-style-14 .portfolio-item .portfolio-overlay .portfolio-category a, 
.portfolio-section .portfolio-style-14 .portfolio-item .portfolio-overlay h4,
.portfolio-content-area.portfolio-arrow-top .webgatha_section_title_wrapper .webgatha-slider-button-next,
.portfolio-content-area.portfolio-arrow-top .webgatha_section_title_wrapper .webgatha-slider-button-prev, 
.process-list .process-item .process-button .webgatha-button a,
.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-border,
.blog-post-style-1 .blog-post-read-more a,
.blog-post-style-2 .blog-post-read-more a:hover,
.blog-post-style-7 .blog-post-footer .blog-post-read-more a:hover,
.webgatha_pricing_table_wrapper .pricing-table-style-2 .pricing-table-price span,
.webgatha_pricing_table_wrapper .pricing-table-style-4 .pricing-table-price h2 span,
.webgatha_menu_list_wrapper .webgatha_menu_list-title,
form.wpcf7-form label,
.comment-list .comment .comments-info .comment-reply-link:hover,
.webgatha-infobox .webgatha-link a:hover,
.faqs-wrapper .accordion .accordion-title.collapsed,
.topbar ul li a,
.topbar-social_profiles-wrapper ul li a,
.topbar .woocommerce-currency-switcher-form select,
.site-header .webgatha-megamenu-enable>li.webgatha-menu-item-mega-menu>.webgatha_menu_nav-sublist-dropdown .container>.sub-menu>li>a,
.webgatha-menu-item-color-scheme-light .webgatha_menu_list_wrapper ul.webgatha_menu_list li a,
.content-area .entry-content .wp-block-archives li a,
.content-area .entry-content .wp-block-categories li a,
.woocommerce-wishlist .yith-wcwl-share li a,
.woocommerce .product-style-icon_bottom .product-info .price span.amount,
.woocommerce .product-style-icon_bottom .product-actions a,
.woocommerce .product-style-icon_center .product-actions a,
.woocommerce .product-style-info_bottom_bar .product-info .price span.amount,
.woocommerce .product-style-info_bottom_bar .product-actions a,
.woocommerce .product-style-icon_center .product-info .price span.amount,
.woocommerce .product-style-info_bottom_bar .product-action-quick-view .open-quick-view,
.woocommerce ul.products li.product-style-shadow_effect .product-action-button a,
.woocommerce ul.products li.product-style-shadow_effect .product-info .price span.amount,
.woocommerce ul.products li.product-style-shadow_effect .product-thumbnail .product-actions a,
.woocommerce.single-product .summary .woo-product-countdown li span,
.woocommerce.single-product .product-summary-actions .yith-wcwl-add-button .add_to_wishlist,
.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistaddedbrowse,
.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistexistsbrowse>a,
.woocommerce.single-product .product-summary-actions .compare,
.woocommerce div.product .woocommerce-tabs #review_form_wrapper #reply-title,
.woocommerce ul.order_details li strong,
.search-results .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table th,
.search-results .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table td,
form.woocommerce-checkout #payment ul.payment_methods li div.payment_box,
header.header-type-header_builder .header-element-item .woo-tools-cart .woocommerce-mini-cart li a,
header.header-type-header_builder .header-element-item .woo-tools-cart .woocommerce.widget_shopping_cart .woocommerce-mini-cart li a,
header.header-type-header_builder .header-element-item .woo-tools-cart .widget_shopping_cart,
#after_add_to_cart_message-popup .cart_message-inner a,
.webgatha-sticky-add-to-cart .webgatha-sticky-add-to-cart-actions .add_to_wishlist:before, 
.webgatha-sticky-add-to-cart .webgatha-sticky-add-to-cart-actions .yith-wcwl-wishlistaddedbrowse a:before,
.webgatha-sticky-add-to-cart .webgatha-sticky-add-to-cart-actions .yith-wcwl-wishlistexistsbrowse a:before,
.webgatha-sticky-add-to-cart .webgatha-sticky-add-to-cart-actions .compare:before,
.webgathacore-image-hotspot-wrapper .hotspot-title,
.woocommerce-checkout-review-order table.shop_table .order-total th,
.woocommerce-checkout-review-order table.shop_table .order-total td,
.woocommerce-account .woocommerce-EditAccountForm.edit-account legend {color: #9f9f9f; }   .webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-default,
.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-round,
.webgatha-video-info .webgatha-video-content .video-popup-btn.webgatha-video-button-type-dark.btn-style-shape-rounded,
.portfolio-section .portfolio-style-13 .portfolio-item .portfolio-category span:after,
.portfolio-section .portfolio-style-14 .portfolio-item .portfolio-overlay .portfolio-category span:after,
.woocommerce button.button.alt:hover, 
.woocommerce button.button:hover, 
.woocommerce-Button.button:hover,
.webgatha_pricing_table_wrapper .pricing-table-style-1 .pricing-table-inner .pricing-table-button .pricing-button,
.webgatha_pricing_table_wrapper .pricing-table-style-2 .pricing-table-inner .pricing-table-button .pricing-button,
.webgatha_pricing_table_wrapper .pricing-table-style-1.highlighted .pricing-table-inner .pricing-table-button .pricing-button:hover,
.webgatha_pricing_table_wrapper .pricing-table-style-2.highlighted .pricing-table-inner .pricing-table-button .pricing-button:hover,
.webgatha_pricing_table_wrapper .pricing-table-inner .pricing-table-button .pricing-button:hover,
.comments-area .comment-respond #cancel-comment-reply-link,
.woocommerce div.product .woocommerce-tabs #review_form #respond .form-submit #submit:hover,
.woocommerce .product-style-icon_center .product-action-quick-view .open-quick-view:hover,
.search-results .cart-collaterals .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart-form td.actions button.button:disabled, 
.woocommerce-cart-form td.actions button.button:disabled[disabled],
.site-header .woo-tools-cart .woocommerce-mini-cart__buttons .button.wc-forward.checkout,
.site-header .woo-tools-cart .woocommerce-mini-cart__buttons .button.wc-forward:hover,
.side_shopping_cart-wrapper .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout,
#after_add_to_cart_message-popup .cart_message-inner .view-cart:hover,
.woocommerce .webgatha-sticky-add-to-cart .webgatha-sticky-add-to-cart-actions .grouped_product:hover, 
.woocommerce .webgatha-sticky-add-to-cart .webgatha-sticky-add-to-cart-actions .vaiable_button:hover, 
.woocommerce .webgatha-sticky-add-to-cart .webgatha-sticky-add-to-cart-actions .webgatha-sticky-add-to-cart:hover,
.webgatha-popup-quick-view .woocommerce.product form.cart table.group_table .woocommerce-grouped-product-list-item__quantity .button:hover,
.comments-area .comment-form .form-submit .submit:hover,
.hotspot-btn a:hover,
.yith-woocompare-widget a.compare:hover,
form.wpcf7-form .wpcf7-submit:hover,
.webgatha_contact_form_wrapper .webgatha-contact-form-style-6 form.wpcf7-form .wpcf7-submit:hover,
.testimonial.testimonial-style-9.theme .testimonial-next-button:hover,
.testimonial.testimonial-style-9.theme .testimonial-prev-button:hover,
.webgatha-timeline-style-3 .timeline li .timeline-badge,
.webgatha-timeline-style-3 .timeline li .timeline-badge:before,
.webgatha-timeline-style-3 .timeline li .timeline-heading .timeline-title:before,
.webgatha-timeline-style-3 .timeline:before {background: #9f9f9f; }   .webgatha_pricing_table_wrapper .pricing-table-style-1 .pricing-table-inner {border-top-color: #9f9f9f; }
body,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a, 
.widget_pages ul li a,
.widget_meta ul li a, 
.widget_recent_comments ul li a, 
.widget_recent_entries ul li a,
.tagcloud a,
.widget_webgatha_recent_posts_widget ul li a,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a,
.widget_product_categories .product-categories li a,
.widget_layered_nav .webgatha-woocommerce-widget-layered-nav-list li a,
.woocommerce ul.order_details li,
.maintenance-page .social-profiles ul li a {color: #999999; }.webgatha-video-240ac9371 .webgatha-video-opacity { background: rgba(0, 0, 0, 0.7); } .webgatha-video-240ac9371 .webgatha-video-info { background: url(https://www.hw-fragrance.it/wp-content/uploads/2020/07/Schermata-video-768x431.png); }