/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
 .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}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-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{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-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{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-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)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-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)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-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)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-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)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-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{from,to{-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 headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform: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)}to{-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)}to{-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{from{-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)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-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)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-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)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-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)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-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)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-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)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-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)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-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)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-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)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-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)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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)}to{-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)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-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)}to{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)}to{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)}to{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)}to{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)}to{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)}to{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)}to{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)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-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}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-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}to{-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{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-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)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-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)}to{-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{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-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)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-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)}to{-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{from{-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}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-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}to{-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-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-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}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-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}to{-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-keyframes lightSpeedIn{from{-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}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-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}to{-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{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-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{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-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{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-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{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-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{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-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{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-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{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-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{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-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{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-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{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-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{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-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{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-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{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-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{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-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{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-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}to{-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}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{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{from{opacity:1}to{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{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{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{from{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{from{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{from{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{from{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{from{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{from{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{from{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{from{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{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{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)}to{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)}to{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)}to{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)}to{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)}to{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)}to{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)}to{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)}to{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{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.lvca-container,.lvca-grid-container{-webkit-box-sizing:border-box;box-sizing:border-box}.lvca-container *,.lvca-container *::after,.lvca-container *::before,.lvca-grid-container *,.lvca-grid-container *::after,.lvca-grid-container *::before{-webkit-box-sizing:inherit;box-sizing:inherit}.lvca-container ol,.lvca-container ul,.lvca-container ol>li,.lvca-container ul>li,.lvca-container ol:hover,.lvca-container ul:hover,.lvca-container ul>li:hover,.lvca-container ol>li:hover,.lvca-container ol>li>a,.lvca-container ul>li>a,.lvca-container ol>li>a:hover,.lvca-container ul>li>a:hover,.lvca-container img,.lvca-grid-container ol,.lvca-grid-container ul,.lvca-grid-container ol>li,.lvca-grid-container ul>li,.lvca-grid-container ol:hover,.lvca-grid-container ul:hover,.lvca-grid-container ul>li:hover,.lvca-grid-container ol>li:hover,.lvca-grid-container ol>li>a,.lvca-grid-container ul>li>a,.lvca-grid-container ol>li>a:hover,.lvca-grid-container ul>li>a:hover,.lvca-grid-container img{padding:0;margin:0;border:none;-webkit-box-shadow:none;box-shadow:none;list-style:none;background:none}.lvca-container ol:before,.lvca-container ol:after,.lvca-container ul:before,.lvca-container ul:after,.lvca-container ol>li:before,.lvca-container ol>li:after,.lvca-container ul>li:before,.lvca-container ul>li:after,.lvca-container ol:hover:before,.lvca-container ol:hover:after,.lvca-container ul:hover:before,.lvca-container ul:hover:after,.lvca-container ul>li:hover:before,.lvca-container ul>li:hover:after,.lvca-container ol>li:hover:before,.lvca-container ol>li:hover:after,.lvca-container ol>li>a:before,.lvca-container ol>li>a:after,.lvca-container ul>li>a:before,.lvca-container ul>li>a:after,.lvca-container ol>li>a:hover:before,.lvca-container ol>li>a:hover:after,.lvca-container ul>li>a:hover:before,.lvca-container ul>li>a:hover:after,.lvca-container img:before,.lvca-container img:after,.lvca-grid-container ol:before,.lvca-grid-container ol:after,.lvca-grid-container ul:before,.lvca-grid-container ul:after,.lvca-grid-container ol>li:before,.lvca-grid-container ol>li:after,.lvca-grid-container ul>li:before,.lvca-grid-container ul>li:after,.lvca-grid-container ol:hover:before,.lvca-grid-container ol:hover:after,.lvca-grid-container ul:hover:before,.lvca-grid-container ul:hover:after,.lvca-grid-container ul>li:hover:before,.lvca-grid-container ul>li:hover:after,.lvca-grid-container ol>li:hover:before,.lvca-grid-container ol>li:hover:after,.lvca-grid-container ol>li>a:before,.lvca-grid-container ol>li>a:after,.lvca-grid-container ul>li>a:before,.lvca-grid-container ul>li>a:after,.lvca-grid-container ol>li>a:hover:before,.lvca-grid-container ol>li>a:hover:after,.lvca-grid-container ul>li>a:hover:before,.lvca-grid-container ul>li>a:hover:after,.lvca-grid-container img:before,.lvca-grid-container img:after{display:none}.lvca-container a,.lvca-grid-container a{text-decoration:initial}.lvca-container img,.lvca-grid-container img{max-width:100%;width:auto;height:auto}.lvca-container{margin-left:auto;margin-right:auto}.lvca-container::after{clear:both;content:"";display:block}.panel-grid .widget{border:0}.lvca-center{text-align:center}.lvca-grid-container{margin-left:-20px;margin-right:-20px;width:calc(100% + 40px)}.lvca-grid-container::after{clear:both;content:"";display:block}.lvca-grid-container .lvca-grid-item{min-height:1px}@media (max-width:479px){.lvca-grid-container.lvca-grid-mobile-2 .lvca-grid-item:nth-child(2n+1){clear:left}.lvca-grid-container.lvca-grid-mobile-3 .lvca-grid-item:nth-child(3n+1){clear:left}.lvca-grid-container.lvca-grid-mobile-4 .lvca-grid-item:nth-child(4n+1){clear:left}.lvca-grid-container.lvca-grid-mobile-5 .lvca-grid-item:nth-child(5n+1){clear:left}.lvca-grid-container.lvca-grid-mobile-6 .lvca-grid-item:nth-child(6n+1){clear:left}}@media (min-width:480px) and (max-width:800px){.lvca-grid-container.lvca-grid-tablet-2 .lvca-grid-item:nth-child(2n+1){clear:left}.lvca-grid-container.lvca-grid-tablet-3 .lvca-grid-item:nth-child(3n+1){clear:left}.lvca-grid-container.lvca-grid-tablet-4 .lvca-grid-item:nth-child(4n+1){clear:left}.lvca-grid-container.lvca-grid-tablet-5 .lvca-grid-item:nth-child(5n+1){clear:left}.lvca-grid-container.lvca-grid-tablet-6 .lvca-grid-item:nth-child(6n+1){clear:left}}@media only screen and (min-width:801px){.lvca-grid-container.lvca-grid-desktop-2 .lvca-grid-item:nth-child(2n+1){clear:left}.lvca-grid-container.lvca-grid-desktop-3 .lvca-grid-item:nth-child(3n+1){clear:left}.lvca-grid-container.lvca-grid-desktop-4 .lvca-grid-item:nth-child(4n+1){clear:left}.lvca-grid-container.lvca-grid-desktop-5 .lvca-grid-item:nth-child(5n+1){clear:left}.lvca-grid-container.lvca-grid-desktop-6 .lvca-grid-item:nth-child(6n+1){clear:left}}.lvca-grid-container.lvca-grid-mobile-1 .lvca-grid-item{width:calc(100% - 40px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-mobile-2 .lvca-grid-item{width:calc(50% - 30px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-mobile-3 .lvca-grid-item{width:calc(33.33333% - 26.66667px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-mobile-4 .lvca-grid-item{width:calc(25% - 25px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-mobile-5 .lvca-grid-item{width:calc(20% - 24px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-mobile-6 .lvca-grid-item{width:calc(16.66667% - 23.33333px);float:left;margin-left:20px}@media only screen and (min-width:480px){.lvca-grid-container.lvca-grid-tablet-1 .lvca-grid-item{width:calc(100% - 40px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-tablet-2 .lvca-grid-item{width:calc(50% - 30px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-tablet-3 .lvca-grid-item{width:calc(33.33333% - 26.66667px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-tablet-4 .lvca-grid-item{width:calc(25% - 25px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-tablet-5 .lvca-grid-item{width:calc(20% - 24px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-tablet-6 .lvca-grid-item{width:calc(16.66667% - 23.33333px);float:left;margin-left:20px}}@media only screen and (min-width:801px){.lvca-grid-container.lvca-grid-desktop-1 .lvca-grid-item{width:calc(100% - 40px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-desktop-2 .lvca-grid-item{width:calc(50% - 30px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-desktop-3 .lvca-grid-item{width:calc(33.33333% - 26.66667px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-desktop-4 .lvca-grid-item{width:calc(25% - 25px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-desktop-5 .lvca-grid-item{width:calc(20% - 24px);float:left;margin-left:20px}.lvca-grid-container.lvca-grid-desktop-6 .lvca-grid-item{width:calc(16.66667% - 23.33333px);float:left;margin-left:20px}}.lvca-gapless-grid .lvca-grid-container{margin-left:0;margin-right:0;width:auto}.lvca-gapless-grid .lvca-grid-container.lvca-grid-mobile-1 .lvca-grid-item{width:calc(100%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-mobile-2 .lvca-grid-item{width:calc(50%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-mobile-3 .lvca-grid-item{width:calc(33.33333%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-mobile-4 .lvca-grid-item{width:calc(25%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-mobile-5 .lvca-grid-item{width:calc(20%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-mobile-6 .lvca-grid-item{width:calc(16.66667%);float:left;margin-left:0}@media only screen and (min-width:480px){.lvca-gapless-grid .lvca-grid-container.lvca-grid-tablet-1 .lvca-grid-item{width:calc(100%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-tablet-2 .lvca-grid-item{width:calc(50%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-tablet-3 .lvca-grid-item{width:calc(33.33333%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-tablet-4 .lvca-grid-item{width:calc(25%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-tablet-5 .lvca-grid-item{width:calc(20%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-tablet-6 .lvca-grid-item{width:calc(16.66667%);float:left;margin-left:0}}@media only screen and (min-width:801px){.lvca-gapless-grid .lvca-grid-container.lvca-grid-desktop-1 .lvca-grid-item{width:calc(100%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-desktop-2 .lvca-grid-item{width:calc(50%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-desktop-3 .lvca-grid-item{width:calc(33.33333%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-desktop-4 .lvca-grid-item{width:calc(25%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-desktop-5 .lvca-grid-item{width:calc(20%);float:left;margin-left:0}.lvca-gapless-grid .lvca-grid-container.lvca-grid-desktop-6 .lvca-grid-item{width:calc(16.66667%);float:left;margin-left:0}}.lvca-gapless-grid .lvca-masonry .lvca-grid-item{clear:none!important}.lvca-gapless-grid .lvca-masonry .lvca-grid-sizer{width:calc(8.33333%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-mobile-1 .lvca-grid-item.lvca-wide{width:calc(100%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-mobile-2 .lvca-grid-item.lvca-wide{width:calc(50%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-mobile-3 .lvca-grid-item.lvca-wide{width:calc(66.66667%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-mobile-4 .lvca-grid-item.lvca-wide{width:calc(50%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-mobile-5 .lvca-grid-item.lvca-wide{width:calc(40%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-mobile-6 .lvca-grid-item.lvca-wide{width:calc(33.33333%);float:left;margin-left:0}@media only screen and (min-width:480px){.lvca-gapless-grid .lvca-masonry.lvca-grid-tablet-1 .lvca-grid-item.lvca-wide{width:calc(100%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-tablet-2 .lvca-grid-item.lvca-wide{width:calc(50%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-tablet-3 .lvca-grid-item.lvca-wide{width:calc(66.66667%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-tablet-4 .lvca-grid-item.lvca-wide{width:calc(50%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-tablet-5 .lvca-grid-item.lvca-wide{width:calc(40%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-tablet-6 .lvca-grid-item.lvca-wide{width:calc(33.33333%);float:left;margin-left:0}}@media only screen and (min-width:801px){.lvca-gapless-grid .lvca-masonry.lvca-grid-desktop-1 .lvca-grid-item.lvca-wide{width:calc(100%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-desktop-2 .lvca-grid-item.lvca-wide{width:calc(50%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-desktop-3 .lvca-grid-item.lvca-wide{width:calc(66.66667%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-desktop-4 .lvca-grid-item.lvca-wide{width:calc(50%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-desktop-5 .lvca-grid-item.lvca-wide{width:calc(40%);float:left;margin-left:0}.lvca-gapless-grid .lvca-masonry.lvca-grid-desktop-6 .lvca-grid-item.lvca-wide{width:calc(33.33333%);float:left;margin-left:0}}.lvca-container .lvca-thumbnailslider.lvca-flexslider{margin-top:15px}.lvca-container .lvca-thumbnailslider.lvca-flexslider .lvca-slide{margin:0 5px 0 0}.lvca-container .lvca-thumbnailslider.lvca-flexslider .lvca-slide img{display:block;opacity:.5;cursor:pointer}.lvca-container .lvca-thumbnailslider.lvca-flexslider .lvca-slide img:hover{opacity:1}.lvca-container .lvca-thumbnailslider.lvca-flexslider .lvca-slide.lvca-flex-active-slide img{opacity:1;cursor:default}.lvca-container .lvca-flex-direction-nav{padding:0!important;margin:0!important}.lvca-container .lvca-flex-direction-nav li{position:initial}.lvca-container .lvca-flex-direction-nav a,.lvca-container .lvca-flex-direction-nav a:hover{opacity:1;text-shadow:none;background:none;color:#888;font-family:'lvca-icomoon'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;width:28px;height:28px;margin:-14px 0 0;bottom:initial;left:initial;right:initial;top:50%;text-indent:0;text-align:center;color:#aaa;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;outline:none}.lvca-container .lvca-flex-direction-nav a:before,.lvca-container .lvca-flex-direction-nav a:hover:before,.lvca-container .lvca-flex-direction-nav a:hover:before,.lvca-container .lvca-flex-direction-nav a:hover:hover:before{margin:2px;vertical-align:middle;display:inline;font-family:inherit!important;opacity:1}.lvca-container .lvca-flex-direction-nav a:hover,.lvca-container .lvca-flex-direction-nav a:hover:hover{color:#888}.lvca-dark-bg .lvca-container .lvca-flex-direction-nav a,.lvca-dark-bg .lvca-container .lvca-flex-direction-nav a:hover{color:#888}.lvca-dark-bg .lvca-container .lvca-flex-direction-nav a:hover,.lvca-dark-bg .lvca-container .lvca-flex-direction-nav a:hover:hover{color:#aaa}@media only screen and (max-width:960px){.lvca-container .lvca-flex-direction-nav a,.lvca-container .lvca-flex-direction-nav a:hover{display:none}}.lvca-container .lvca-flex-direction-nav a.lvca-flex-prev{left:-30px}.lvca-container .lvca-flex-direction-nav a.lvca-flex-prev:before{content:"\e900"}.lvca-container .lvca-flex-direction-nav a.lvca-flex-next{right:-30px}.lvca-container .lvca-flex-direction-nav a.lvca-flex-next:before{content:"\e901"}.lvca-container .lvca-flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center;padding:0!important;margin:0!important}.lvca-container .lvca-flex-control-nav li,.lvca-container .lvca-flex-control-nav li:hover{margin:0 8px 0 0;padding:0;border:none;-webkit-box-shadow:none;box-shadow:none}.lvca-container .lvca-flex-control-nav li a,.lvca-container .lvca-flex-control-nav li a:hover{background:#aaa;border:1px solid #aaa;border-radius:50%;width:12px;height:12px;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all 0.2s ease-in 0s;transition:all 0.2s ease-in 0s;display:inline-block;vertical-align:middle;outline:none}.lvca-dark-bg .lvca-container .lvca-flex-control-nav li a,.lvca-dark-bg .lvca-container .lvca-flex-control-nav li a:hover{background:#ccc;border-color:#ccc}.lvca-container .lvca-flex-control-nav li a.lvca-flex-active,.lvca-container .lvca-flex-control-nav li a:hover.lvca-flex-active,.lvca-container .lvca-flex-control-nav li a:hover{background:none}.lvca-container .lvca-flex-control-nav li a.lvca-flex-active,.lvca-container .lvca-flex-control-nav li a:hover.lvca-flex-active{width:14px;height:14px}.lvca-container .lvca-flex-control-thumbs{bottom:-120px}@media only screen and (max-width:600px){.lvca-container .lvca-flex-control-thumbs{bottom:-80px}}.lvca-container .lvca-flex-control-thumbs li{width:auto;float:none}.lvca-container .lvca-flex-control-thumbs li img{max-width:100%;width:150px}@media only screen and (max-width:600px){.lvca-container .lvca-flex-control-thumbs li img{width:100px}}.slick-loading .slick-list{background:#fff url(https://www.limrasoftech.com/wp-content/plugins/addons-for-visual-composer/assets/css/./ajax-loader.gif) center center no-repeat}@media only screen and (max-width:1024px){.slick-slider{padding:0 10px}}.lvca-container .slick-prev,.lvca-container .slick-next{position:absolute;bottom:initial;left:initial;right:initial;top:50%;width:28px;height:28px;margin:-14px 0 0}.rtl .lvca-container .slick-prev,.rtl .lvca-container .slick-next{-webkit-transform:scaleX(-1);transform:scaleX(-1);direction:ltr}.lvca-container .slick-prev,.lvca-container .slick-prev:before,.lvca-container .slick-prev:after,.lvca-container .slick-next,.lvca-container .slick-next:before,.lvca-container .slick-next:after{text-shadow:none;background:none;border:none;padding:0;opacity:1;font-family:'lvca-icomoon'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;color:#aaa;overflow:hidden;-webkit-box-shadow:none;box-shadow:none;outline:none;text-indent:0;text-align:center;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.lvca-container .slick-prev:before,.lvca-container .slick-next:before{margin:2px;vertical-align:middle}.lvca-container .slick-prev:hover:before,.lvca-container .slick-prev:hover:after,.lvca-container .slick-next:hover:before,.lvca-container .slick-next:hover:after{color:#888}.lvca-dark-bg .lvca-container .slick-prev:before,.lvca-dark-bg .lvca-container .slick-prev:after,.lvca-dark-bg .lvca-container .slick-next:before,.lvca-dark-bg .lvca-container .slick-next:after{color:#888}.lvca-dark-bg .lvca-container .slick-prev:hover:before,.lvca-dark-bg .lvca-container .slick-prev:hover:after,.lvca-dark-bg .lvca-container .slick-next:hover:before,.lvca-dark-bg .lvca-container .slick-next:hover:after{color:#aaa;background:none}.lvca-container .slick-prev{left:-40px}.lvca-container .slick-prev:before{content:"\e900"}.lvca-container .slick-next{right:-40px}.lvca-container .slick-next:before{content:"\e901"}.lvca-container ul.slick-dots{width:100%;position:absolute;bottom:-30px;text-align:center;padding:0;margin:0}.lvca-container ul.slick-dots li{margin:0 8px 0 0;padding:0;display:inline-block;font-size:0}.lvca-container ul.slick-dots li button{padding:0;background:#aaa;border:1px solid #aaa;border-radius:50%;width:12px;height:12px;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:background 0.3s ease-in-out 0s;transition:background 0.3s ease-in-out 0s;font-size:0;outline:none}.lvca-container ul.slick-dots li button:before{display:none}.lvca-dark-bg .lvca-container ul.slick-dots li button{background:#888;border-color:#888}.lvca-container ul.slick-dots li button:hover,.lvca-container ul.slick-dots li.slick-active button{background:none;border-color:#aaa}.lvca-container ul.slick-dots li.slick-active button{width:14px;height:14px}.lvca-widget-heading{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;font-size:40px;line-height:52px;text-align:center}@media only screen and (max-width:767px){.lvca-widget-heading{font-size:32px;line-height:44px}}.lvca-spacer{clear:both}input.lvca-button,button.lvca-button,a.lvca-button,.lvca-button:active,.lvca-button:visited{display:inline-block;text-align:center;line-height:1;cursor:pointer;-webkit-appearance:none;vertical-align:middle;border:1px solid #fff0;border-radius:3px;padding:16px 40px;margin:0;font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:2px;background-color:#f94213;color:#fefefe;outline:none;-webkit-transition:all 0.4s ease-in-out 0s;transition:all 0.4s ease-in-out 0s}input.lvca-button.lvca-rounded,button.lvca-button.lvca-rounded,a.lvca-button.lvca-rounded,.lvca-button:active.lvca-rounded,.lvca-button:visited.lvca-rounded{border-radius:999px}input.lvca-button.lvca-large,button.lvca-button.lvca-large,a.lvca-button.lvca-large,.lvca-button:active.lvca-large,.lvca-button:visited.lvca-large{padding:20px 60px}input.lvca-button.lvca-small,button.lvca-button.lvca-small,a.lvca-button.lvca-small,.lvca-button:active.lvca-small,.lvca-button:visited.lvca-small{padding:12px 25px;font-size:11px}input.lvca-button:hover,button.lvca-button:hover,a.lvca-button:hover,.lvca-button:active:hover,.lvca-button:visited:hover{background-color:#f9633e;color:#fefefe}input.lvca-button img,input.lvca-button span.lvca-icon,button.lvca-button img,button.lvca-button span.lvca-icon,a.lvca-button img,a.lvca-button span.lvca-icon,.lvca-button:active img,.lvca-button:active span.lvca-icon,.lvca-button:visited img,.lvca-button:visited span.lvca-icon{margin-right:10px}.lvca-button.lvca-black{background-color:#363636}.lvca-button.lvca-black:hover{background-color:#434343}.lvca-button.lvca-blue{background-color:#46a5d5}.lvca-button.lvca-blue:hover{background-color:#5bafda}.lvca-button.lvca-cyan{background-color:#57c0dc}.lvca-button.lvca-cyan:hover{background-color:#6cc8e0}.lvca-button.lvca-green{background-color:#00a57d}.lvca-button.lvca-green:hover{background-color:#00bf90}.lvca-button.lvca-orange{background-color:#e87151}.lvca-button.lvca-orange:hover{background-color:#eb8368}.lvca-button.lvca-pink{background-color:#dd5679}.lvca-button.lvca-pink:hover{background-color:#e16b8a}.lvca-button.lvca-red{background-color:#da4f49}.lvca-button.lvca-red:hover{background-color:#de635e}.lvca-button.lvca-teal{background-color:#28c2ba}.lvca-button.lvca-teal:hover{background-color:#2fd4cc}.lvca-button.lvca-trans{color:#333;background-color:#fff0;background-color:#fff0;border:2px solid #a5a5a5}.lvca-button.lvca-trans:hover{background-color:#fff;color:#333!important;border-color:#fff}.lvca-button.lvca-semitrans{color:#fff;background-color:#fff0;background-color:rgb(125 125 125 / .5)}.lvca-button.lvca-semitrans:hover{background-color:#fff;color:#333!important}.lvca-post-link-overlay{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;z-index:1}.lvca-terms a,.lvca-post-title a{-webkit-transition:all 0.5s ease-out 0s;transition:all 0.5s ease-out 0s}.lvca-read-more{position:relative;display:inline-block;font-size:.75rem;line-height:1;text-decoration:none;padding:8px 15px;margin-top:15px;-webkit-transition:all 0.5s ease-out 0s;transition:all 0.5s ease-out 0s;transition:all 0.5s ease-out 0s}.lvca-post-featured-img-bg{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover;margin-bottom:15px}@font-face{font-family:'lvca-icomoon';src:url(https://www.limrasoftech.com/wp-content/plugins/addons-for-visual-composer/assets/css/fonts/icomoon/icomoon.eot#1770330735);src:url(https://www.limrasoftech.com/wp-content/plugins/addons-for-visual-composer/assets/css/fonts/icomoon/icomoon.eot#1770330735) format('embedded-opentype'),url(https://www.limrasoftech.com/wp-content/plugins/addons-for-visual-composer/assets/css/fonts/icomoon/icomoon.ttf#1770330735) format('truetype'),url(https://www.limrasoftech.com/wp-content/plugins/addons-for-visual-composer/assets/css/fonts/icomoon/icomoon.woff#1770330735) format('woff'),url(https://www.limrasoftech.com/wp-content/plugins/addons-for-visual-composer/assets/css/fonts/icomoon/icomoon.svg?qq9b0v#icomoon) format('svg');font-weight:400;font-style:normal}[class^="lvca-icon-"],[class*=" lvca-icon-"]{font-family:'lvca-icomoon'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lvca-icon-arrow-left:before{content:"\e900"}.lvca-icon-arrow-right:before{content:"\e901"}.lvca-icon-aim:before{content:"\e902"}.lvca-icon-behance:before{content:"\e903"}.lvca-icon-dribbble:before{content:"\e904"}.lvca-icon-facebook:before{content:"\e905"}.lvca-icon-flickr:before{content:"\e906"}.lvca-icon-googleplus:before{content:"\e907"}.lvca-icon-linkedin:before{content:"\e908"}.lvca-icon-pinterest:before{content:"\e909"}.lvca-icon-skype:before{content:"\e90a"}.lvca-icon-twitter:before{content:"\e90b"}.lvca-icon-vimeo:before{content:"\e90c"}.lvca-icon-zerply:before{content:"\e90d"}.lvca-icon-quote:before{content:"\e90e"}.lvca-icon-video-play:before{content:"\e90f"}.lvca-icon-email:before{content:"\e910"}.lvca-icon-close:before{content:"\e911"}.lvca-icon-plus:before{content:"\e912"}.lvca-icon-arrow-right-toggle:before{content:"\e913"}.lvca-icon-menu:before{content:"\e914"}.lvca-icon-menu-2:before{content:"\e915"}.lvca-icon-fit-to:before{content:"\e916"}.lvca-icon-full-screen:before{content:"\e917"}.lvca-icon-arrow-left2:before{content:"\e918"}.lvca-icon-arrow-left3:before{content:"\e919"}.lvca-icon-arrow-right2:before{content:"\e91a"}.lvca-icon-arrow-right3:before{content:"\e91b"}.lvca-icon-start:before{content:"\e91c"}.lvca-icon-instagram:before{content:"\ea92"}.lvca-icon-angle-left:before{content:"\f104"}.lvca-icon-angle-right:before{content:"\f105"}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}.wpcf7 .wpcf7-recaptcha iframe{margin-bottom:0}.wpcf7 .wpcf7-recaptcha[data-align="center"]>div{margin:0 auto}.wpcf7 .wpcf7-recaptcha[data-align="right"]>div{margin:0 0 0 auto}.rs-p-wp-fix{display:none!important;margin:0!important;height:0px!important}.wp-block-themepunch-revslider{position:relative}#debungcontrolls{z-index:100000;position:fixed;bottom:0;width:100%;height:auto;background:rgb(0 0 0 / .6);padding:10px;box-sizing:border-box}rs-debug{z-index:100000;position:fixed;top:0;width:300px;height:300px;background:rgb(0 0 0 / .6);padding:10px;box-sizing:border-box;color:#fff;font-size:10px;line-height:13px;overflow:scroll}rs-modal{position:fixed!important;z-index:9999999!important;pointer-events:none!important}rs-modal.rs-modal-auto{top:auto;bottom:auto;left:auto;right:auto}rs-modal.rs-modal-fullwidth,rs-modal.rs-modal-fullscreen{top:0;left:0;width:100%;height:100%}rs-modal rs-fullwidth-wrap{position:absolute;top:0;left:0;height:100%}rs-module-wrap.rs-modal{display:none;max-height:100%!important;overflow:auto!important;pointer-events:auto!important}rs-modal-cover{width:100%;height:100%;z-index:0;background:#fff0;position:absolute;top:0;left:0;cursor:pointer;pointer-events:auto}body>rs-modal-cover{position:fixed;z-index:9999995!important}rs-sbg-px{pointer-events:none}.rs-forcehidden *{visibility:hidden!important}.rs_splitted_lines{display:block;white-space:nowrap!important}.debugtimeline{width:100%;height:10px;position:relative;display:block;margin-bottom:3px;display:none;white-space:nowrap;box-sizing:border-box}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0px!important;left:0px!important;z-index:9999999!important;background:#fff}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:'revicons';src:url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot#1770330735);src:url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot#1770330735) format('embedded-opentype'),url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.woff#1770330735) format('woff'),url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.ttf#1770330735) format('truetype'),url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class^="revicon-"]:before,[class*=" revicon-"]:before{font-family:"revicons";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}rs-module i[class^="fa-"],rs-module i[class*=" fa-"],.rb-modal-wrapper i[class^="fa-"],.rb-modal-wrapper i[class*=" fa-"],#waitaminute i[class^="fa-"],#waitaminute i[class*=" fa-"],#objectlibrary i[class^="fa-"],#objectlibrary i[class*=" fa-"],#rs_overview i[class^="fa-"],#rs_overview i[class*=" fa-"],#rs_overview_menu i[class^="fa-"],#rs_overview_menu i[class*=" fa-"],#builderView i[class^="fa-"],#builderView i[class*=" fa-"]{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}rs-module [class^="fa-"]:before,rs-module [class*=" fa-"]:before,.rb-modal-wrapper [class^="fa-"]:before,.rb-modal-wrapper [class*=" fa-"]:before,#rs_overview [class^="fa-"]:before,#rs_overview [class*=" fa-"]:before,#objectlibrary [class^="fa-"]:before,#objectlibrary [class*=" fa-"]:before,#waitaminute [class^="fa-"]:before,#waitaminute [class*=" fa-"]:before,#rs_overview_menu [class^="fa-"]:before,#rs_overview_menu [class*=" fa-"]:before,#builderView [class^="fa-"]:before,#builderView [class*=" fa-"]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:auto;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}rs-module .sr-only,#objectlibrary .sr-only,#waitaminute .sr-only,#rs_overview .sr-only,#rs_overview_menu .sr-only,.rb-modal-wrapper .sr-only,#builderView .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}rs-module .sr-only-focusable:active,rs-module .sr-only-focusable:focus,#waitaminute .sr-only-focusable:active,#waitaminute .sr-only-focusable:focus,#objectlibrary .sr-only-focusable:active,#objectlibrary .sr-only-focusable:focus,#rs_overview .sr-only-focusable:active,#rs_overview .sr-only-focusable:focus,#rs_overview_menu .sr-only-focusable:active,#rs_overview_menu .sr-only-focusable:focus,.rb-modal-wrapper .sr-only-focusable:active,.rb-modal-wrapper .sr-only-focusable:focus,#builderView .sr-only-focusable:active,#builderView .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.tp-fullwidth-forcer{z-index:0;pointer-events:none}rs-module-wrap,rs-module-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:#fff0}rs-module-wrap{position:relative;z-index:1;width:100%;display:block}.rs-fixedscrollon rs-module-wrap{position:fixed!important;top:0px!important;z-index:1000}rs-fw-forcer{display:block;width:100%;pointer-events:none}rs-module{position:relative;overflow:hidden;display:block}rs-pzimg-wrap,rs-sbg-effectwrap,rs-sbg{display:block;pointer-events:none}rs-sbg-effectwrap{position:absolute;top:0;left:0;width:100%;height:100%}rs-sbg-px,rs-sbg-wrap{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;display:block}a.rs-layer,a.rs-layer:-webkit-any-link{text-decoration:none}a[x-apple-data-detectors]{color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important}.entry-content rs-module a,rs-module a{box-shadow:none}.rs-ov-hidden{overflow:hidden!important}.rs-forceoverflow,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-module,.rs-forceoverflow rs-slides,.rs-forceoverflow rs-slide{overflow:visible!important}.tp-simpleresponsive img,rs-module img{max-width:none!important;transition:none;margin:0;padding:0;border:none}rs-module .no-slides-text{font-weight:700;text-align:center;padding-top:80px}rs-slides,rs-slide,rs-slide:before{position:absolute;text-indent:0em;top:0;left:0}rs-slide,rs-slide:before{display:block;visibility:hidden}.rs-layer .rs-untoggled-content{display:block}.rs-layer .rs-toggled-content{display:none}.rs-tc-active.rs-layer .rs-toggled-content{display:block}.rs-tc-active.rs-layer .rs-untoggled-content{display:none}.rs-layer-video{overflow:hidden}rs-module rs-layer,rs-module .rs-layer{opacity:0;position:relative;visibility:hidden;white-space:nowrap;display:block;z-index:1}rs-layer-wrap,rs-mask,rs-module-wrap,rs-module .rs-layer,rs-module img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap *:last-child,.wpb_text_column rs-module rs-mask-wrap .rs-layer,.wpb_text_column rs-module rs-mask-wrap *:last-child{margin-bottom:0}.rs-svg svg{width:100%;height:100%;position:relative;vertical-align:top}rs-layer:not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-alyer *:not(.rs-wtbindex),.rs-layer *:not(.rs-wtbindex){outline:none!important}rs-carousel-wrap{cursor:url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/openhand.cur),move}rs-carousel-wrap.dragged{cursor:url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/closedhand.cur),move}rs-carousel-wrap.noswipe{cursor:default}rs-carousel-wrap{position:absolute;overflow:hidden;width:100%;height:100%;top:0;left:0}rs-carousel-space{clear:both;display:block;width:100%;height:0;position:relative}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.rs-layer.rs-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}rs-px-mask{overflow:hidden;display:block;width:100%;height:100%;position:relative}rs-module embed,rs-module iframe,rs-module object,rs-module audio,rs-module video{max-width:none!important;border:none}rs-bg-elem{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block;pointer-events:none}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}rs-zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0;pointer-events:none}rs-layer-wrap,rs-row-wrap,rs-column,rs-parallax-wrap,rs-mask-wrap,rs-cbg-mask-wrap,rs-loop-wrap{display:block;visibility:hidden}rs-column-wrap>rs-loop-wrap{z-index:1}rs-layer-wrap,rs-mask-wrap,rs-cbg-mask-wrap{transform-style:flat;perspective:10000px}.rs-fixedscrollon rs-module-wrap{left:0!important}rs-mask-wrap{overflow:hidden}rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block}.rev_row_zone_top{top:0}.rev_row_zone_bottom{bottom:0}rs-column-wrap .rs-parallax-wrap{vertical-align:top}.rs-layer img,rs-layer img{vertical-align:top}rs-row,rs-row.rs-layer{display:table;position:relative;width:100%!important;table-layout:fixed;box-sizing:border-box;vertical-align:top;height:auto;font-size:0}rs-column-wrap{display:table-cell;position:relative;vertical-align:top;height:auto;box-sizing:border-box;font-size:0}rs-column{box-sizing:border-box;display:block;position:relative;width:100%!important;height:auto!important;white-space:normal!important}rs-cbg-mask-wrap{position:absolute;z-index:0;box-sizing:border-box}rs-column-bg{position:absolute;z-index:0;box-sizing:border-box;width:100%;height:100%}.rs-pelock *{pointer-events:none!important}rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap{text-align:inherit}rs-column rs-mask-wrap{display:inline-block}rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap,rs-column .rs-parallax-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap,rs-column .rs-parallax-wrap,rs-column .rev_layer_in_column{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap{display:block!important;width:100%!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-row-wrap.rs-layer-hidden,rs-column-wrap.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden{visibility:hidden!important;display:none!important}rs-layer.rs-nointeraction,.rs-layer.rs-nointeraction{pointer-events:none!important}rs-static-layers{position:absolute;z-index:101;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none}rs-static-layers.rs-stl-back{z-index:0}.rs-layer rs-fcr{width:0;height:0;border-left:40px solid #fff0;border-right:0 solid #fff0;border-top:40px solid #00A8FF;position:absolute;right:100%;top:0}.rs-layer rs-fcrt{width:0;height:0;border-left:40px solid #fff0;border-right:0 solid #fff0;border-bottom:40px solid #00A8FF;position:absolute;right:100%;top:0}.rs-layer rs-bcr{width:0;height:0;border-left:0 solid #fff0;border-right:40px solid #fff0;border-bottom:40px solid #00A8FF;position:absolute;left:100%;top:0}.rs-layer rs-bcrt{width:0;height:0;border-left:0 solid #fff0;border-right:40px solid #fff0;border-top:40px solid #00A8FF;position:absolute;left:100%;top:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.noFilterClass{filter:none!important}rs-bgvideo{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;z-index:0;display:block}.rs-layer.coverscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.rs-layer.rs-fsv{left:0;top:0;position:absolute;width:100%;height:100%}.rs-layer.rs-fsv audio,.rs-layer.rs-fsv video,.rs-layer.rs-fsv iframe,.rs-layer.rs-fsv iframe audio,.rs-layer.rs-fsv iframe video{width:100%;height:100%;display:none}.fullcoveredvideo audio,.rs-fsv audio .fullcoveredvideo video,.rs-fsv video{background:#000}.fullcoveredvideo rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid rs-poster{display:none}.tp-video-play-button{background:#000;background:rgb(0 0 0 / .3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;z-index:3;margin-top:-25px;margin-left:-25px;line-height:50px!important;text-align:center;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;vertical-align:top;z-index:4;opacity:0;transition:opacity 300ms ease-out!important}.rs-audio .tp-video-play-button{display:none!important}.rs-layer .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;text-align:center!important;vertical-align:top;line-height:50px!important;font-size:30px!important}.rs-layer:hover .tp-video-play-button{opacity:1;display:block}.rs-layer .tp-revstop{display:none;width:15px;border-right:5px solid #fff!important;border-left:5px solid #fff!important;transform:translateX(50%) translateY(50%);height:20px;margin-left:11px!important;margin-top:5px!important}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.rs-fsv .rs-fsv audio{object-fit:contain!important}.rs-fsv .rs-fsv video{object-fit:contain!important}@supports not (-ms-high-contrast:none){.rs-fsv .fullcoveredvideo audio{object-fit:cover!important}.rs-fsv .fullcoveredvideo video{object-fit:cover!important}}.rs-fullvideo-cover{width:100%;height:100%;top:0;left:0;position:absolute;background:#fff0;z-index:5}.rs-nolc .tp-video-play-button,rs-bgvideo video::-webkit-media-controls-start-playback-button,rs-bgvideo video::-webkit-media-controls,rs-bgvideo audio::-webkit-media-controls{display:none!important}.rs-audio .tp-video-controls{opacity:1!important;visibility:visible!important}rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h3.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module h6.rs-layer,rs-module div.rs-layer,rs-module span.rs-layer,rs-module p.rs-layer{margin:0;padding:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h3.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before,rs-module h6.rs-layer:before{content:none}rs-dotted{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;display:block;pointer-events:none}rs-sbg-wrap rs-dotted{z-index:31}rs-dotted.twoxtwo{background:url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/../assets/gridtile.png)}rs-dotted.twoxtwowhite{background:url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_white.png)}rs-dotted.threexthree{background:url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3.png)}rs-dotted.threexthreewhite{background:url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;height:100%;top:0;left:0;background:#fff;position:absolute;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgb(0 0 0 / .8)}.tp-shadow2:before,.tp-shadow2:after,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:#fff0;box-shadow:0 15px 10px rgb(0 0 0 / .8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgb(0 0 0 / .3),0 0 40px rgb(0 0 0 / .1) inset}.tp-shadow5:before,.tp-shadow5:after{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgb(0 0 0 / .6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px / 20px}.rev-btn,.rev-btn:visited{outline:none!important;box-shadow:none;text-decoration:none!important;box-sizing:border-box;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase}.rev-btn i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity 0.2s ease-out,margin 0.2s ease-out;margin-left:0;line-height:inherit}.rev-btn.rev-hiddenicon i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity 0.2s ease-out,margin 0.2s ease-out;opacity:0;margin-left:0px!important;width:0px!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-burger{position:relative;box-sizing:border-box;padding:22px 14px 22px 14px;border-radius:50%;border:1px solid rgb(51 51 51 / .25);-webkit-tap-highlight-color:#fff0;-webkit-tap-highlight-color:#fff0;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger span:nth-child(2){margin:3px 0}.quick_style_example_wrap .rev-burger:hover :first-child,#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}.quick_style_example_wrap .rev-burger:hover :nth-child(2),#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}.quick_style_example_wrap .rev-burger:hover :last-child,#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgb(255 255 255 / .2)}.rev-b-span-light span,.rev-burger.revb-white span{background:#fff}.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger.revb-darknoborder{border:0}.rev-b-span-dark span,.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:70%}50%{opacity:0;top:70%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#7f8c8d;color:#fff;font-family:"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>*:hover,.rev-scroll-btn>*:focus,.rev-scroll-btn>*.active{color:#fff}.rev-scroll-btn>*:hover,.rev-scroll-btn>*:focus,.rev-scroll-btn>*:active,.rev-scroll-btn>*.active{opacity:.8}.rev-scroll-btn.revs-fullwhite{background:#fff}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark,{background:#333;border:none}.rev-scroll-btn.revs-fulldark span{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite;background:#fff}.rev-scroll-btn.rev-b-span-dark{border-color:#333}.rev-scroll-btn.rev-b-span-dark span,.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgb(0 0 0 / .5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr{border-radius:3px}.rev-cbutton-light{color:#333;background-color:rgb(255 255 255 / .75)}.rev-cbutton-light-sr{color:#333;border-radius:3px;background-color:rgb(255 255 255 / .75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}rs-progress{visibility:hidden;width:100%;height:5px;background:#000;background:rgb(0 0 0 / .15);position:absolute;z-index:200;top:0}rs-progress.rs-bottom{top:auto;bottom:0px!important;height:5px}.rs-layer img{background:#fff0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);zoom:1}.rs-layer.slidelink{cursor:pointer;width:100%;height:100%}.rs-layer.slidelink a{width:100%;height:100%;display:block}.rs-layer.slidelink a div{width:3000px;height:1500px;background:url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png) repeat}.rs-layer.slidelink a span{background:url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png) repeat;width:100%;height:100%;display:block}.rs-layer .rs-starring{display:inline-block}.rs-layer .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.rs-layer .rs-starring .star-rating,.rs-layer .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.rs-layer .rs-starring .star-rating:before,.rs-layer .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.rs-layer .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.rs-layer .rs-starring .star-rating span:before,.rs-layer .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}rs-loader{top:50%;left:50%;z-index:10000;position:absolute}rs-loader.off{display:none!important}rs-loader.spinner0{width:40px;height:40px;background-color:#fff;background-image:url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);background-repeat:no-repeat;background-position:center center;box-shadow:0 0 20px 0 rgb(0 0 0 / .15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0 0 20px 0 rgb(0 0 0 / .15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner5{background-image:url(https://www.limrasoftech.com/wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);background-repeat:no-repeat;background-position:10px 10px;background-color:#fff;margin:-22px -22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}rs-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgb(0 0 0 / .15);border-radius:100%;animation:tp-scaleout 1.0s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}rs-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}rs-loader.spinner3 .bounce1,rs-loader.spinner3 .bounce2,rs-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgb(0 0 0 / .15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}rs-loader.spinner3 .bounce1{animation-delay:-0.32s}rs-loader.spinner3 .bounce2{animation-delay:-0.16s}@keyframes tp-bouncedelay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}rs-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2.0s infinite linear}rs-loader.spinner4 .dot1,rs-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2.0s infinite ease-in-out;box-shadow:0 0 20px 0 rgb(0 0 0 / .15)}rs-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1.0s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}rs-layer iframe{visibility:hidden}rs-layer.rs-ii-o iframe{visibility:visible}rs-layer input[type="text"],rs-layer input[type="email"],rs-layer input[type="url"],rs-layer input[type="password"],rs-layer input[type="search"],rs-layer input[type="number"],rs-layer input[type="tel"],rs-layer input[type="range"],rs-layer input[type="date"],rs-layer input[type="month"],rs-layer input[type="week"],rs-layer input[type="time"],rs-layer input[type="datetime"],rs-layer input[type="datetime-local"]{display:inline-block}a.rs-layer{transition:none}rs-thumbs-wrap,rs-tabs-wrap,rs-thumbs,rs-thumb,rs-tab,rs-bullet,rs-bullets,rs-navmask,rs-tabs,rs-arrow{display:block}.tp-thumbs.navbar,.tp-bullets.navbar,.tp-tabs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-tabs,.tp-thumbs,.tp-bullets{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,rs-poster,.tp-thumb-image,.tp-tab-image{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}rs-poster{cursor:pointer;z-index:3}.tp-tab:hover,.tp-tab.selected,.tp-thumb:hover,.tp-thumb.selected{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:#fff;background:rgb(255 255 255 / .3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgb(0 0 0 / .5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:"revicons";font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}.rs-layer [class^="pe-7s-"]:before,.rs-layer [class*=" pe-7s-"]:before{width:auto;margin:0;line-height:inherit;box-sizing:inherit}rs-pzimg-wrap{display:block}body.rtl .rs-pzimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgb(0 0 0 / .4)}.dddwrapper{transform-style:flat;perspective:10000px}.rs_error_message_box{background:#111;width:800px;margin:40px auto;padding:40px 20px;text-align:center;font-family:"Open Sans",sans-serif}.rs_error_message_oops{margin:0 0 20px;line-height:60px;font-size:34px;color:#FFF}.rs_error_message_content{margin:0 0 20px;line-height:25px;font-size:17px;color:#FFF}.rs_error_message_button{color:#fff!important;background:#333;display:inline-block;padding:10px 15px;text-align:right;border-radius:5px;cursor:pointer;text-decoration:none!important}.rs_error_message_button:hover{background:#5e35b1}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;font-size:12px;line-height:20px;font-weight:600;background:rgb(0 0 0 / .75);padding:5px 10px;z-index:2000;white-space:normal}.hginfo{position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600;background:#000;padding:2px 5px}.indebugmode .rs-layer:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;position:absolute;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgb(0 0 0 / .7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgb(66 10 14 / .2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgb(66 10 14 / .2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgb(255 255 255 / .8),rgb(255 200 200 / .6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgb(243 106 188 / .3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgb(168 223 193 / .4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgb(43 42 161 / .6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgb(0 70 150 / .4);mix-blend-mode:lighten}.nashville::before{background:rgb(247 176 153 / .56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgb(242 242 242 / .8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgb(127 187 227 / .2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgb(232 197 152 / .8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgb(236 205 169 / .15) 55%,rgb(50 30 7 / .4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgb(125 105 24 / .5);mix-blend-mode:soft-light}.slumber::before{background:rgb(69 41 12 / .4);mix-blend-mode:lighten}rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after{height:500%;width:500%}rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.bgcanvas{display:none;position:absolute;oveflow:hidden}.popup-template .modal {
  opacity: 0;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.popup-template .modal.is-open {
  opacity: 1;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}.lvca-accordion .lvca-panel-title{display:block;cursor:pointer}.lvca-accordion .lvca-panel-content{display:none;overflow:hidden}.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title,.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title{-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title:after,.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after{font-family:'lvca-icomoon'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;content:"\e912";right:30px;top:26px;font-size:14px;line-height:1;color:#666;font-weight:700;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title:after,.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title{-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:after{font-family:'lvca-icomoon'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:30px;top:25px;content:"\e913";color:#999;font-size:18px;line-height:1;-webkit-transition:color .3s ease-in 0s,transform .3s ease-in-out 0s;-webkit-transition:color .3s ease-in 0s,-webkit-transform .3s ease-in-out 0s;transition:color .3s ease-in 0s,-webkit-transform .3s ease-in-out 0s;transition:color .3s ease-in 0s,transform .3s ease-in-out 0s;transition:color .3s ease-in 0s,transform .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.lvca-accordion.lvca-style1 .lvca-panel{margin:20px 0 0;background:#eee;border-radius:5px;overflow:hidden}.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title{position:relative;display:block;padding:20px 50px 20px 30px;font-size:18px;line-height:26px;letter-spacing:0;font-weight:700;color:#666;margin:0}.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-content{background:#f8f8f8;padding:30px 30px}.lvca-accordion.lvca-style1 .lvca-panel:hover .lvca-panel-title{background:#e2e2e2}.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title{color:#333;background:#e2e2e2}.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title:after{color:#333}.lvca-accordion.lvca-style2 .lvca-panel{margin:20px 0 0;color:#333;-webkit-transition:color .3s;transition:color .3s;position:relative}.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title{position:relative;display:block;border-radius:5px;border:1px solid #dcdcdc;overflow:hidden;padding:20px 50px 20px 30px;font-size:18px;line-height:26px;letter-spacing:0;font-weight:700;color:#666;margin:0;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;z-index:1}.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:before{position:absolute;content:"";left:0;bottom:0;height:0;width:100%;background:#4c5053;-webkit-transition:height 0.3s cubic-bezier(.77,0,.175,1);transition:height 0.3s cubic-bezier(.77,0,.175,1);z-index:-1}.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content{padding:20px 30px;border-color:#dcdcdc;border-style:solid;border-width:0 1px 1px 1px;border-radius:0 0 5px 5px}.lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title,.lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:after{color:#fff;border-color:#333}.lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:before{height:100%}.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title{background:#4c5053;color:#fff;border-radius:5px 5px 0 0;border-color:#333}.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after{color:#fff}.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title{color:#888;border-color:#404040}.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:before{background:#e5e5e5}.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title{color:#333}.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:after{color:#666}.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title{background:#e5e5e5;color:#333;border-color:#e5e5e5}.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after{color:#666}.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content{border-color:#404040;color:#909090}.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h1,.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h2,.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h3,.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h4,.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h5,.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h6{color:#e5e5e5}.lvca-accordion.lvca-style3 .lvca-panel{margin:0;border-bottom:1px solid #dcdcdc}.lvca-accordion.lvca-style3 .lvca-panel:first-child{border-top:1px solid #dcdcdc}.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title{position:relative;display:block;padding:20px 50px 20px 5px;font-size:14px;line-height:22px;letter-spacing:1px;font-weight:700;text-transform:uppercase;color:#666;margin:0}.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after{top:24px}.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content{padding:10px 50px 30px 5px}.lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title{color:#333}.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title{color:#333}.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after{color:#333}.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel{border-color:#404040}.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title{color:#b0b0b0}.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after{color:#888}.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title{color:#eaeaea}.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title:after{color:#aaa}.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title{color:#eaeaea}.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after{color:#aaa}.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content{color:#909090}.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h1,.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h2,.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h3,.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h4,.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h5,.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h6{color:#e5e5e5}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}.lvca-carousel .lvca-carousel-item{position:relative}.lvca-carousel.lvca-container{max-width:none}.lvca-clients{clear:both;overflow:hidden;margin:0 auto}@media (max-width:479px){.lvca-clients .lvca-grid-mobile-1 .lvca-grid-item:nth-child(1n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-mobile-1 .lvca-grid-item:nth-child(-n+1){border-top:1px solid #ddd}.lvca-clients .lvca-grid-mobile-2 .lvca-grid-item:nth-child(2n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-mobile-2 .lvca-grid-item:nth-child(-n+2){border-top:1px solid #ddd}.lvca-clients .lvca-grid-mobile-3 .lvca-grid-item:nth-child(3n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-mobile-3 .lvca-grid-item:nth-child(-n+3){border-top:1px solid #ddd}.lvca-clients .lvca-grid-mobile-4 .lvca-grid-item:nth-child(4n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-mobile-4 .lvca-grid-item:nth-child(-n+4){border-top:1px solid #ddd}.lvca-clients .lvca-grid-mobile-5 .lvca-grid-item:nth-child(5n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-mobile-5 .lvca-grid-item:nth-child(-n+5){border-top:1px solid #ddd}.lvca-clients .lvca-grid-mobile-6 .lvca-grid-item:nth-child(6n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-mobile-6 .lvca-grid-item:nth-child(-n+6){border-top:1px solid #ddd}}@media (min-width:480px) and (max-width:800px){.lvca-clients .lvca-grid-tablet-1 .lvca-grid-item:nth-child(1n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-tablet-1 .lvca-grid-item:nth-child(-n+1){border-top:1px solid #ddd}.lvca-clients .lvca-grid-tablet-2 .lvca-grid-item:nth-child(2n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-tablet-2 .lvca-grid-item:nth-child(-n+2){border-top:1px solid #ddd}.lvca-clients .lvca-grid-tablet-3 .lvca-grid-item:nth-child(3n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-tablet-3 .lvca-grid-item:nth-child(-n+3){border-top:1px solid #ddd}.lvca-clients .lvca-grid-tablet-4 .lvca-grid-item:nth-child(4n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-tablet-4 .lvca-grid-item:nth-child(-n+4){border-top:1px solid #ddd}.lvca-clients .lvca-grid-tablet-5 .lvca-grid-item:nth-child(5n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-tablet-5 .lvca-grid-item:nth-child(-n+5){border-top:1px solid #ddd}.lvca-clients .lvca-grid-tablet-6 .lvca-grid-item:nth-child(6n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-tablet-6 .lvca-grid-item:nth-child(-n+6){border-top:1px solid #ddd}}@media only screen and (min-width:801px){.lvca-clients .lvca-grid-desktop-1 .lvca-grid-item:nth-child(1n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-desktop-1 .lvca-grid-item:nth-child(-n+1){border-top:1px solid #ddd}.lvca-clients .lvca-grid-desktop-2 .lvca-grid-item:nth-child(2n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-desktop-2 .lvca-grid-item:nth-child(-n+2){border-top:1px solid #ddd}.lvca-clients .lvca-grid-desktop-3 .lvca-grid-item:nth-child(3n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-desktop-3 .lvca-grid-item:nth-child(-n+3){border-top:1px solid #ddd}.lvca-clients .lvca-grid-desktop-4 .lvca-grid-item:nth-child(4n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-desktop-4 .lvca-grid-item:nth-child(-n+4){border-top:1px solid #ddd}.lvca-clients .lvca-grid-desktop-5 .lvca-grid-item:nth-child(5n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-desktop-5 .lvca-grid-item:nth-child(-n+5){border-top:1px solid #ddd}.lvca-clients .lvca-grid-desktop-6 .lvca-grid-item:nth-child(6n+1){border-left:1px solid #ddd}.lvca-clients .lvca-grid-desktop-6 .lvca-grid-item:nth-child(-n+6){border-top:1px solid #ddd}}.lvca-clients .lvca-client{position:relative;border-right:1px solid #ddd;border-bottom:1px solid #ddd;overflow:hidden}.lvca-dark-bg .lvca-clients .lvca-client{border-color:#505050!important}.lvca-clients .lvca-client img{-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;width:100%;margin:0;display:block}.lvca-clients .lvca-client .lvca-client-name{position:absolute;z-index:2;top:50%;text-align:center;width:100%;height:100%;margin-top:-12px;color:#fff;font-size:18px;line-height:26px;-webkit-transition:opacity .4s ease-in-out 0s;transition:opacity .4s ease-in-out 0s;opacity:0}.lvca-clients .lvca-client .lvca-client-name a{color:#fff;text-decoration:none}.lvca-clients .lvca-client .lvca-image-overlay{position:absolute;left:0;top:0;overflow:hidden;width:100%;height:100%;background:#000;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:opacity .4s ease-in-out 0s;transition:opacity .4s ease-in-out 0s}.lvca-clients .lvca-client:hover .lvca-image-overlay{opacity:.7}.lvca-dark-bg .lvca-clients .lvca-client:hover .lvca-image-overlay{opacity:.8}.lvca-clients .lvca-client:hover .lvca-client-name{opacity:1}.lvca-heading{text-align:center;margin:0 auto 60px;max-width:640px}@media only screen and (max-width:767px){.lvca-heading{margin-bottom:40px}}.lvca-heading .lvca-text{font-size:18px;line-height:28px;margin:0 auto}@media only screen and (max-width:767px){.lvca-heading .lvca-text{font-size:15px;line-height:26px}}.lvca-heading.lvca-alignleft,.lvca-heading.lvca-alignright{margin:0}.lvca-heading.lvca-alignleft .lvca-text,.lvca-heading.lvca-alignright .lvca-text{margin:0}.lvca-heading.lvca-alignleft{text-align:left}.lvca-heading.lvca-alignright{text-align:right}.lvca-heading .lvca-title{font-weight:700;font-size:32px;line-height:42px;margin:0 auto 20px;color:#333;font-weight:700}@media only screen and (max-width:767px){.lvca-heading .lvca-title{font-size:24px;line-height:32px}}.lvca-dark-bg .lvca-heading .lvca-title{color:#e5e5e5}.lvca-dark-bg .lvca-heading .lvca-subtitle{color:#B0B0B0}.lvca-dark-bg .lvca-heading .lvca-text{color:#909090}.lvca-heading.lvca-alignleft .lvca-title,.lvca-heading.lvca-alignright .lvca-title{margin:0 0 20px}.lvca-heading .lvca-subtitle{margin:0 auto 5px;color:#888;font-size:12px;line-height:20px;text-transform:uppercase;font-weight:600;letter-spacing:2px;position:relative;display:inline-block;padding:0 10px}@media only screen and (max-width:767px){.lvca-heading .lvca-subtitle{font-size:11px;line-height:18px}}.lvca-heading.lvca-alignleft .lvca-subtitle,.lvca-heading.lvca-alignright .lvca-subtitle{margin:0 0 5px;padding:0}.lvca-heading.lvca-alignleft .lvca-subtitle:before,.lvca-heading.lvca-alignleft .lvca-subtitle:after,.lvca-heading.lvca-alignright .lvca-subtitle:before,.lvca-heading.lvca-alignright .lvca-subtitle:after{display:none}.lvca-heading.lvca-style3{margin:0 auto 30px}.lvca-heading.lvca-style3 .lvca-title{font-size:22px;line-height:32px;text-transform:uppercase;letter-spacing:1px}.lvca-heading.lvca-style3 .lvca-title:after{width:35px;height:1px;background:#aaa;display:block;content:""}.lvca-heading.lvca-style3 .lvca-title:after{margin:10px auto 20px}.lvca-dark-bg .lvca-heading.lvca-style3 .lvca-title:after{background:#909090}@media only screen and (max-width:767px){.lvca-heading.lvca-style3 .lvca-title{font-size:16px;line-height:24px}}.lvca-heading.lvca-style3.lvca-alignleft,.lvca-heading.lvca-style3.lvca-alignright{margin:0 0 30px}.lvca-heading.lvca-style3.lvca-alignleft .lvca-title:after,.lvca-heading.lvca-style3.lvca-alignright .lvca-title:after{margin:10px 0 20px}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;transition:-webkit-transform 2s;transition:transform 2s;transition:transform 2s,-webkit-transform 2s}.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;transition:-webkit-transform 2s;transition:transform 2s;transition:transform 2s,-webkit-transform 2s;-webkit-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:"Helvetica Neue",sans-serif;line-height:1.1em}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}.lvca-odometers{font-size:0}.lvca-odometers .lvca-odometer{display:inline-block;vertical-align:top;text-align:left;position:relative;margin-bottom:50px}.lvca-odometers .lvca-odometer:last-child:after{border:none}.lvca-odometers .lvca-odometer .lvca-prefix,.lvca-odometers .lvca-odometer .lvca-suffix{display:inline;font-size:36px;line-height:48px;color:#333;vertical-align:middle}.lvca-odometers .lvca-odometer .lvca-prefix{margin-right:5px;margin-left:5px}.lvca-odometers .lvca-odometer .lvca-suffix{margin-left:5px}.lvca-odometers .lvca-odometer .lvca-number{font-size:60px;line-height:72px;font-style:normal;text-transform:none;letter-spacing:2px;font-weight:900;color:#333;margin-bottom:10px}.lvca-odometers .lvca-odometer .lvca-number span{font-size:60px}.lvca-dark-bg .lvca-odometers .lvca-odometer .lvca-number{color:#e5e5e5}.lvca-odometers .lvca-odometer .lvca-stats-title{font-size:18px;line-height:28px;display:inline-block;color:#888}.lvca-dark-bg .lvca-odometers .lvca-odometer .lvca-stats-title{color:#909090}.lvca-odometers .lvca-odometer .lvca-stats-title span{float:left;margin-right:15px}.lvca-odometers .lvca-odometer .lvca-stats-title .lvca-icon-wrapper{font-size:32px;margin-right:10px;vertical-align:middle;color:#ccc}@media only screen and (max-width:960px){.lvca-odometers .lvca-odometer .lvca-number{font-size:48px;line-height:56px;margin-bottom:0}.lvca-odometers .lvca-odometer .lvca-number span{font-size:48px}.lvca-odometers .lvca-odometer .lvca-stats-title{font-size:15px;line-height:26px}}@media only screen and (max-width:479px){.lvca-odometers .lvca-odometer{text-align:center}}.lvca-piechart{position:relative;text-align:center;float:left;overflow:hidden;float:left;padding:10px}.lvca-piechart canvas{position:relative;top:0;left:0;max-width:100%;margin:0 auto}.lvca-piechart .lvca-label{text-align:center;position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;top:55%;max-width:65%;color:#888}.lvca-dark-bg .lvca-piechart .lvca-label{color:#909090}.lvca-piechart .lvca-percentage span{position:absolute;top:25%;left:0;right:0;margin-left:auto;margin-right:auto;font-size:60px;line-height:60px;font-weight:300;text-align:center;color:#333;font-weight:bolder}.lvca-dark-bg .lvca-piechart .lvca-percentage span{color:#e5e5e5}.lvca-piechart .lvca-percentage sup{font-size:18px;vertical-align:super}.lvca-piechart.dark-bg .lvca-label{color:#fff}.lvca-piechart.dark-bg .lvca-percentage span{color:#eee}@media only screen and (max-width:479px){.lvca-piechart canvas{margin-bottom:15px}}.lvca-posts-carousel{clear:both;max-width:none}@media only screen and (min-width:1024px){.lvca-posts-carousel{max-width:96%}}.lvca-posts-carousel .lvca-posts-carousel-item .hentry{background:#fff;border-radius:6px;border:none;padding:0;margin:0;-webkit-transition:-webkit-box-shadow .25s ease 0s;transition:-webkit-box-shadow .25s ease 0s;transition:box-shadow .25s ease 0s;transition:box-shadow .25s ease 0s,-webkit-box-shadow .25s ease 0s;-webkit-box-shadow:0 1px 3px rgb(0 0 0 / .1);box-shadow:0 1px 3px rgb(0 0 0 / .1);overflow:hidden}.lvca-posts-carousel .lvca-posts-carousel-item .hentry:hover{-webkit-box-shadow:0 1px 3px rgb(0 0 0 / .2);box-shadow:0 1px 3px rgb(0 0 0 / .2)}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image{position:relative;overflow:hidden}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .fl-photo-content{width:100%}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image img{width:100%;display:block;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;max-width:100%}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover img{-webkit-filter:brightness(50%);filter:brightness(50%)}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info{display:block;text-align:center}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-info{text-align:center;display:block;position:absolute;top:50%;left:0;right:0;margin:auto;max-width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title{padding:10px;margin:0;font-size:22px;line-height:34px;font-weight:400;color:#fff;opacity:0;-webkit-transition:opacity .4s ease-in-out 0s;transition:opacity .4s ease-in-out 0s}@media only screen and (max-width:1024px){.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title{font-size:18px;line-height:26px}}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a{display:inline;color:#fff;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;border-bottom:1px solid #fff0}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover{border-bottom:2px solid #ccc}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms{display:block;color:#f9f9f9;font-size:14px;line-height:22px;opacity:0;-webkit-transition:opacity .4s ease-in-out 0s;transition:opacity .4s ease-in-out 0s}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms a{color:#ddd;position:relative;display:inline;zoom:1;font-size:14px;line-height:22px;font-style:italic;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms a:hover{color:#fff}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-post-title,.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-terms{opacity:1}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap{text-align:center;max-width:650px;margin:0 auto;padding:25px 15px}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;font-size:16px;line-height:24px;margin-bottom:10px}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title:after,.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title:before{display:none}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a{color:#333;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a:hover{color:#888}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span{display:inline-block;padding:0;margin:0;font-style:italic;color:#999}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span a{-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;font-style:normal}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:after{content:'//';padding-left:6px;padding-right:6px}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:first-child{border:none;padding-left:0}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:last-child:after{display:none}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary{padding:0;margin:10px auto 0}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary:before{width:35px;height:1px;background:#aaa;display:block;content:"";text-align:center;margin:0 auto 15px}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list{-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list:after{width:35px;height:1px;background:#aaa;display:block;content:""}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list:after{text-align:center;margin:10px auto 10px}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list a{font-style:italic;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.lvca-posts-carousel .lvca-posts-carousel-item .type-post .lvca-entry-text-wrap .entry-summary:before{display:none}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more{margin:25px 0 0 0}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button){color:#333;font-size:12px;line-height:1;font-weight:600;text-transform:uppercase;display:block;padding:0;-webkit-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):hover{color:#666}.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):after{content:'›';display:inline-block;margin-left:7px}.rtl .lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):after{margin:0 7px 0 0}.lvca-pricing-table .lvca-pricing-plan{float:left;padding:10px}.lvca-center{text-align:center}.lvca-pricing-table{padding:0}.lvca-pricing-table .lvca-top-header{padding:15px 0;background-color:#494949;border-bottom:1px solid #2c2b2b}.lvca-pricing-table .lvca-top-header h3{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;font-size:20px;line-height:32px;color:#fefefe;margin:0}.lvca-pricing-table .lvca-top-header img{margin-top:15px}.lvca-pricing-table .lvca-top-header .lvca-tagline{display:block;font-size:15px;line-height:24px;color:#EDEDED;text-transform:none;text-align:center;margin-bottom:5px}.lvca-pricing-table .lvca-pricing-plan{background:#fff;padding:0;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.1s ease-in-out 0s;transition:all 0.1s ease-in-out 0s;margin-bottom:30px}.lvca-pricing-table .lvca-pricing-plan:hover .lvca-purchase{background:#e5e5e5}.lvca-pricing-table .lvca-pricing-plan .lvca-plan-price{color:#fff;font-size:22px;line-height:28px;font-weight:700;margin:0}.lvca-pricing-table .lvca-pricing-plan .lvca-plan-price span{font-size:22px;line-height:32px}.lvca-pricing-table .lvca-plan-header{padding:30px 0 30px;background-color:#494949}.lvca-pricing-table .lvca-plan-price .lvca-text{display:inline-block;padding:6px 25px;border-radius:25px;background:#2C2B2B}.lvca-pricing-table .lvca-plan-price sup{font-size:18px;line-height:32px;vertical-align:top;margin-right:2px;position:static}.lvca-pricing-table .lvca-plan-details{padding:15px 0;margin:0;border:1px solid #eee}.lvca-pricing-table .lvca-plan-details .lvca-pricing-item{list-style:none;display:block;padding:6px;margin:0;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;text-align:center}.lvca-pricing-table .lvca-plan-details .lvca-pricing-item i{color:#777;font-size:18px;display:inline;margin-right:8px}.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-title{color:#838383;margin-bottom:10px}.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value-wrap{display:block}.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value-wrap:after{position:relative;content:"";background:#ddd;width:120px;height:1px;display:block;margin:12px auto 0}.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value{color:#444;font-size:24px;line-height:32px;display:inline}.lvca-pricing-table .lvca-plan-details .lvca-pricing-item s{color:#b4c9d3}.lvca-pricing-table .lvca-plan-details .lvca-pricing-item:last-child .lvca-value-wrap:after{display:none}.lvca-pricing-table .lvca-purchase{text-align:center;text-transform:uppercase;padding:15px 0;margin:0 auto;background:#f1f1f1;-webkit-transition:all 0.1s ease-in-out 0s;transition:all 0.1s ease-in-out 0s;border-left:1px solid #eee;border-right:1px solid #eee;border-bottom:1px solid #eee}.lvca-pricing-table .lvca-purchase a{padding:12px 25px;border-radius:5px;letter-spacing:0;font-size:16px;line-height:24px;letter-spacing:6px;font-weight:700}.lvca-pricing-table .lvca-pricing-plan.lvca-highlight{background:#f5f5f5;margin-top:-10px}.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-plan-details{border-color:#e5e5e5}.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-top-header{padding:20px 0}.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-pricing-table .lvca-top-header h3{color:#28c2ba!important}.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-purchase{padding:20px 0;background-color:#e5e5e5;border-color:#ddd}.lvca-services.lvca-style1 .lvca-service .lvca-icon-wrapper span{display:block;text-align:center;font-size:96px;line-height:1;margin-bottom:20px;-webkit-transition:color .4s ease-in-out 0s;transition:color .4s ease-in-out 0s}.lvca-services.lvca-style1 .lvca-service .lvca-image-wrapper img{display:block;max-width:100%;text-align:center;margin:0 auto 25px;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.lvca-services.lvca-style1 .lvca-service .lvca-service-text{text-align:center;max-width:300px;margin:0 auto}.lvca-services.lvca-style1 .lvca-service .lvca-service-text .lvca-title{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;margin-bottom:20px}.lvca-services.lvca-style1 .lvca-service:hover .lvca-image-wrapper img{-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}.lvca-services.lvca-style2 .lvca-service .lvca-image-wrapper img,.lvca-services.lvca-style2 .lvca-service .lvca-icon-wrapper span{float:left;margin-right:18px}.lvca-services.lvca-style2 .lvca-service .lvca-icon-wrapper span{font-size:24px;line-height:32px}.lvca-services.lvca-style2 .lvca-service .lvca-service-text .lvca-title{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;margin-bottom:20px}.lvca-services.lvca-style3 .lvca-service .lvca-icon-wrapper span{display:block;text-align:left;font-size:80px;line-height:1;margin-bottom:25px;color:#555}.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-icon-wrapper span{color:#c5c5c5}.lvca-services.lvca-style3 .lvca-service .lvca-image-wrapper img{display:block;max-width:100%;text-align:left;margin-bottom:25px}.lvca-services.lvca-style3 .lvca-service .lvca-service-text{text-align:left;max-width:300px;margin:0;font-size:14px;line-height:32px;color:#888}.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list{padding:0;margin:0;border:none}.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li{border-bottom:1px solid #eee;position:relative;padding:0;margin:0;list-style:none;line-height:42px}.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:hover{padding:0}.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li{border-color:#333}.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:before{font-family:'lvca-icomoon'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;display:inline-block;height:auto;width:auto;background:none;float:none;vertical-align:middle;margin:0 15px 0 0;content:"\e913";color:#BBB;font-size:12px;line-height:1}.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:before{color:#606060}.lvca-services.lvca-style3 .lvca-service .lvca-service-text .lvca-title{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;margin-bottom:20px}.lvca-services.lvca-style4 .lvca-service{margin-bottom:60px}.lvca-services.lvca-style4 .lvca-service .lvca-image-wrapper img,.lvca-services.lvca-style4 .lvca-service .lvca-icon-wrapper span{display:block;margin-bottom:20px;text-align:left}.lvca-services.lvca-style4 .lvca-service .lvca-icon-wrapper span{font-size:36px;line-height:1;color:#888}.lvca-services.lvca-style4 .lvca-service .lvca-service-text .lvca-title{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px}.lvca-services.lvca-style5 .lvca-service{margin-bottom:80px}@media only screen and (max-width:767px){.lvca-services.lvca-style5 .lvca-service{margin-bottom:50px}}.lvca-services.lvca-style5 .lvca-service .lvca-icon-wrapper span{display:block;text-align:center;font-size:48px;line-height:1;margin-bottom:15px;color:#999;-webkit-transition:color .4s ease-in-out 0s;transition:color .4s ease-in-out 0s}.lvca-services.lvca-style5 .lvca-service .lvca-image-wrapper img{display:block;max-width:100%;text-align:center;margin:0 auto 25px;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.lvca-services.lvca-style5 .lvca-service .lvca-service-text{text-align:center;max-width:300px;margin:0 auto}.lvca-services.lvca-style5 .lvca-service .lvca-service-text .lvca-title{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;font-size:16px;line-height:26px;margin-bottom:10px}.lvca-services.lvca-style5 .lvca-service:hover .lvca-image-wrapper img{-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}.lvca-services .lvca-service{margin-bottom:50px}.lvca-services .lvca-service .lvca-icon-wrapper span{-webkit-transition:color .4s ease-in-out 0s;transition:color .4s ease-in-out 0s}.lvca-services .lvca-service .lvca-service-text{font-size:15px;line-height:24px}.lvca-dark-bg .lvca-services .lvca-service .lvca-service-text{color:#909090}.lvca-dark-bg .lvca-services .lvca-service .lvca-service-text .lvca-title{color:#e5e5e5}.lvca-stats-bars .lvca-stats-bar{width:100%;display:block;margin:0 0 18px;overflow:hidden}.lvca-stats-bars .lvca-stats-bar .lvca-stats-title{margin:0;display:block;color:#888;font-style:normal;font-size:15px;text-transform:none;color:#333;font-size:16px;line-height:28px}.lvca-stats-bars .lvca-stats-bar .lvca-stats-title span{margin-left:5px}.lvca-dark-bg .lvca-stats-bars .lvca-stats-bar .lvca-stats-title{color:#ddd}.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-wrap{position:relative}.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-content{background:#e55a54;display:block;height:10px;width:0;position:relative;z-index:1;border-radius:5px}.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-bg{width:100%;background:rgb(0 0 0 / .1);height:10px;display:block;margin-top:-10px;border-radius:5px}.lvca-dark-bg .lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-bg{background:rgb(255 255 255 / .1)}@-webkit-keyframes lvca-fade{0%{opacity:0}100%{opacity:1}}@keyframes lvca-fade{0%{opacity:0}100%{opacity:1}}.lvca-tabs{position:relative;overflow:hidden}.lvca-tabs .lvca-tab-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.lvca-tabs .lvca-tab-nav .lvca-tab{text-align:center;-webkit-box-flex:0;box-flex:0;-moz-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.lvca-tabs .lvca-tab-nav .lvca-tab a{display:block;text-overflow:ellipsis;white-space:normal;padding:20px 40px;text-decoration:none;border:none;margin:0;outline:none;-webkit-transition:color .3s ease-in-out 0s;transition:color .3s ease-in-out 0s}@media only screen and (max-width:1024px){.lvca-tabs .lvca-tab-nav .lvca-tab a{padding:20px 25px}}.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span{font-size:32px;font-weight:400;vertical-align:middle;margin-right:10px}.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-image-wrapper img{max-width:24px;display:inline-block;vertical-align:middle;height:auto;width:auto;padding:0;margin:0 10px 0 0;border:none}.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-tab-title{font-size:14px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:1px}.lvca-tabs .lvca-tab-panes{position:relative}.lvca-tabs .lvca-tab-panes .lvca-tab-pane{padding:40px;display:none;overflow:hidden}.lvca-tabs .lvca-tab-panes .lvca-tab-pane.lvca-active{display:block;-webkit-animation:lvca-fade 0.3s ease-in-out;animation:lvca-fade 0.3s ease-in-out}.lvca-no-flexbox .lvca-tab-nav{display:block}.lvca-no-flexbox .lvca-tab-nav .lvca-tab{min-width:15%;display:inline-block}.lvca-tabs.lvca-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.lvca-tabs.lvca-vertical .lvca-tab-nav{-webkit-box-flex:1;box-flex:1;-moz-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;box-direction:normal;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.lvca-tabs.lvca-vertical .lvca-tab-panes{-webkit-box-flex:4;box-flex:4;-moz-flex:4 1 auto;-ms-flex:4 1 auto;flex:4 1 auto}.lvca-tabs.lvca-vertical.lvca-mobile-layout{-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;box-direction:normal;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column}.lvca-tab-mobile-menu{display:none;position:absolute;top:23px;right:20px;background:#fff0;border:none;z-index:10}.lvca-tab-mobile-menu i{font-size:18px;color:#777;font-weight:700}.lvca-tabs.lvca-mobile-layout .lvca-tab-mobile-menu{display:block}.lvca-tabs.lvca-mobile-layout .lvca-tab-nav{-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;box-direction:normal;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;cursor:pointer}.lvca-tabs.lvca-mobile-layout .lvca-tab-nav .lvca-tab{text-align:center;display:none}.lvca-tabs.lvca-mobile-layout .lvca-tab-nav .lvca-tab.lvca-active{display:block}.lvca-tabs.lvca-mobile-layout.lvca-mobile-open .lvca-tab-nav .lvca-tab{display:block}.lvca-tabs.lvca-mobile-layout.lvca-mobile-open .lvca-tab-mobile-menu i:before{content:'\e911'}.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab{border-left:1px solid #d9d9d9;border-bottom:1px solid #e2e2e2;background:#e9e9e9}.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab:first-child{border-left-color:#fff0;border-radius:5px 0 0 0}.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab:last-child{border-radius:0 5px 0 0}.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab.lvca-active{border-bottom:none;background:#f2f2f2}.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a{color:#777}.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a:hover,.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a:focus{color:#333}.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab.lvca-active a{color:#333}.lvca-tabs.lvca-style1 .lvca-tab-panes{background:#f2f2f2;border-radius:0 4px 4px 4px}.lvca-tabs.lvca-style1.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active{background:#eee}.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab{border-left:none;border-bottom-color:#d9d9d9}.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab:first-child{border-radius:5px 5px 0 0}.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab:last-child{border-radius:0}.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab-panes{border-radius:0}.lvca-tabs.lvca-style2 .lvca-tab-nav{background:#f2f2f2;border-radius:5px 5px 0 0;padding:0 30px}.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab{padding:20px 10px;position:relative}.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a{display:inline-block;padding:5px 20px;border-radius:34px;color:#666;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:hover,.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:focus{color:#888}.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active:after{content:'';display:block;position:absolute;bottom:0;left:0;right:0;width:8px;margin:0 auto;border-left:8px solid #fff0;border-right:8px solid #fff0;border-bottom:8px solid #3c3d41}.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active a{background:#838d8f;color:#fff}.lvca-tabs.lvca-style2 .lvca-tab-panes{background:#3c3d41;border-radius:0 0 5px 5px}.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane{color:#838d8f}.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h1,.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h2,.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h3,.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h4,.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h5,.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h6{color:#fff}.lvca-tabs.lvca-style2.lvca-mobile-layout .lvca-tab-mobile-menu{top:27px}.lvca-tabs.lvca-style2.lvca-mobile-layout .lvca-tab-nav{padding:0}.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab{border-bottom:1px solid #e2e2e2}.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab:last-child{border-bottom:none}.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active:after{display:none}.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a{color:#333}.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:hover,.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:focus{color:#666}.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active a{background:#aaa;color:#fff}.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active:after{border-bottom:8px solid #e7e7e7}.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes{background:#e7e7e7}.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane{color:#666}.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h1,.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h2,.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h3,.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h4,.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h5,.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h6{color:#333}.lvca-tabs.lvca-style3 .lvca-tab-nav{background:#3c3d41;border-radius:5px 5px 0 0}.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab{position:relative;border-right:1px solid #4e4f53}.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a{padding:20px 30px;border-radius:34px;color:#8f8e93;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:hover,.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:focus{color:#ccc}.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active:after{content:'';display:block;position:absolute;bottom:0;left:0;right:0;width:8px;margin:0 auto;border-left:8px solid #fff0;border-right:8px solid #fff0;border-bottom:8px solid #f2f2f2}.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span,.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-image-wrapper img{margin:0 auto}.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-tab-title{display:none}.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active a{color:#eee}.lvca-tabs.lvca-style3 .lvca-tab-panes{background:#f2f2f2;border-radius:0 0 5px 5px}.lvca-tabs.lvca-style3.lvca-mobile-layout .lvca-tab-nav{-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;box-direction:normal;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;padding-right:60px}.lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab{border-bottom:1px solid #4e4f53}.lvca-dark-bg .lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab{border-bottom-color:#e5e5e5}.lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active:after{display:none}.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav{background:#fff}.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab{border-right:1px solid #ececec}.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a{color:#969696}.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:hover,.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:focus{color:#666}.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active a{color:#333}.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active:after{border-bottom:8px solid #e7e7e7}.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes{background:#e7e7e7}.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane{color:#666}.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h1,.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h2,.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h3,.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h4,.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h5,.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h6{color:#333}.lvca-tabs.lvca-style4{background:#f2f2f2;border-radius:5px}.lvca-tabs.lvca-style4 .lvca-tab-nav{border-bottom:1px solid #ddd;margin:0 40px}.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab{position:relative;z-index:1;margin-right:20px}.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:last-child{margin-right:0}.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab a{color:#888;padding:30px 20px}.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:#fff0;-webkit-transition:background .3s ease-in-out 0s;transition:background .3s ease-in-out 0s}.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:hover a{color:#565656}.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active a{color:#333}.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active:before{background:#f94213;height:2px}.lvca-tabs.lvca-style4 .lvca-tab-pane{padding:40px}.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav{cursor:pointer;padding:0;margin:0;border:none}.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab{margin:0;border-bottom:1px solid #e0e0e0}.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab{border-left:1px solid #404040;border-right:1px solid #404040;border-bottom-color:#404040}.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab:first-child{border-top:1px solid #404040}.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab a{padding:20px 25px}.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab:before{display:none}.lvca-tabs.lvca-style4.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active{border-left:2px solid #f94213;border-right:2px solid #f94213}.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active{border-top:1px solid #404040}.lvca-dark-bg .lvca-tabs.lvca-style4{background:#fff0}.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav{margin:0;border-bottom:1px solid #2a2a2a}.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab a{color:#707070}.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:hover a{color:#b0b0b0}.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active a{color:#e5e5e5}.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane{padding:40px 0 0;color:#909090}.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h1,.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h2,.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h3,.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h4,.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h5,.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h6{color:#e5e5e5}.lvca-tabs.lvca-style5 .lvca-tab-nav a{padding:20px 50px;color:#777;position:relative;z-index:1}.lvca-tabs.lvca-style5 .lvca-tab-nav a:after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:#e9e9e9;content:'';-webkit-transition:-webkit-transform 0.3s,background-color 0.3s;-webkit-transition:background-color 0.3s,-webkit-transform 0.3s;transition:background-color 0.3s,-webkit-transform 0.3s;transition:transform 0.3s,background-color 0.3s;transition:transform 0.3s,background-color 0.3s,-webkit-transform 0.3s;-webkit-transform:perspective(900px) rotate3d(1,0,0,90deg);transform:perspective(900px) rotate3d(1,0,0,90deg);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-perspective-origin:50% 100%;perspective-origin:50% 100%}.lvca-tabs.lvca-style5 .lvca-tab-nav a:hover,.lvca-tabs.lvca-style5 .lvca-tab-nav a:focus{color:#333}.lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a{color:#333}.lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a:after{background-color:#f2f2f2;-webkit-transform:perspective(900px) rotate3d(1,0,0,0deg);transform:perspective(900px) rotate3d(1,0,0,0deg)}.lvca-tabs.lvca-style5 .lvca-tab-panes{background:#f2f2f2}.lvca-tabs.lvca-style5.lvca-mobile-layout .lvca-tab-nav .lvca-tab{background:#f2f2f2;border-bottom:1px solid #e5e5e5}.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a{color:#b0b0b0}.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a:hover,.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a:focus{color:#ddd}.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a{color:#333}.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab,.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab{text-align:left}.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a,.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a{padding:5px 2px;color:#666;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;border-top:2px solid #fff0;border-bottom:2px solid #fff0;display:inline-block}.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a:hover,.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a:focus,.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a:hover,.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a:focus{color:#333}.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab.lvca-active a,.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab.lvca-active a{border-color:#f94213;color:#333}.lvca-tabs.lvca-style6 .lvca-tab-pane,.lvca-tabs.lvca-style7 .lvca-tab-pane{padding:40px 0 0}.lvca-tabs.lvca-style6 .lvca-tab-nav{margin:0 auto;text-align:left}.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab{margin-right:50px}.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab:last-child{margin-right:0}.lvca-tabs.lvca-style6 .lvca-tab-pane{padding:40px 0 0}.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab{padding:0 25px 0 0}.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a{max-width:none;margin:6px 0}@media only screen and (max-width:479px){.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a{text-align:center}}.lvca-tabs.lvca-style7 .lvca-tab-panes{-webkit-box-flex:6;box-flex:6;-moz-flex:6 1 auto;-ms-flex:6 1 auto;flex:6 1 auto}.lvca-tabs.lvca-style7 .lvca-tab-panes .lvca-tab-pane{padding:0 0 0 20px}.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-mobile-menu,.lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-mobile-menu{top:22px}.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-nav .lvca-tab,.lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-nav .lvca-tab{padding:12px 0;width:100%;text-align:center}.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-nav .lvca-tab a,.lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-nav .lvca-tab a{margin:0}.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-pane,.lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-pane{padding:30px 0 0}.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a,.lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a{color:#b0b0b0}.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab:hover a,.lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab:hover a{color:#ddd}.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab.lvca-active a,.lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab.lvca-active a{color:#eaeaea}.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane,.lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane{color:#909090}.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h1,.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h2,.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h3,.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h4,.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h5,.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h6,.lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h1,.lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h2,.lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h3,.lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h4,.lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h5,.lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h6{color:#e5e5e5}.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab{margin:2px 0}.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a{padding:15px 30px;border-radius:4px;background:#f2f2f2;color:#777;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;border-left:3px solid #fff0;text-align:left}.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a:hover,.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a:focus{color:#333}.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab.lvca-active a{color:#333;border-left-color:#f94213}.lvca-tabs.lvca-style8 .lvca-tab-pane{padding:0 0 0 40px}.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-mobile-menu{top:18px}.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-nav .lvca-tab a{text-align:left}.lvca-tabs.lvca-style8.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active a{border-color:transparent!important}.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-pane{padding:30px 0 0}.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane{color:#909090}.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h1,.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h2,.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h3,.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h4,.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h5,.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h6{color:#e5e5e5}.lvca-tabs.lvca-style9{background:#f2f2f2;border-radius:5px}.lvca-tabs.lvca-style9 .lvca-tab-nav{border-right:1px solid #ddd}.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab{border-bottom:1px solid #d8d8d8;background:#e9e9e9}.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab.lvca-active{margin-right:-1px;background:#f2f2f2}.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a{padding:20px 30px;color:#777}.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a:hover,.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a:focus{color:#333}.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab.lvca-active a{color:#333}.lvca-tabs.lvca-style9 .lvca-tab-panes{-webkit-box-flex:5;box-flex:5;-moz-flex:5 1 auto;-ms-flex:5 1 auto;flex:5 1 auto}.lvca-tabs.lvca-style9.lvca-mobile-layout .lvca-tab-nav{border-right:none}.lvca-tabs.lvca-style9.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active{background:#eee;border:none}.lvca-tabs.lvca-style10 .lvca-tab-nav{background:#3c3d41;border-radius:5px 0 0 5px}.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab{position:relative;border-bottom:1px solid #4e4f53;padding:0}.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab:last-child{border-bottom:none}.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a{padding:20px;color:#8f8e93;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:hover,.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:focus{color:#ccc}.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active:after{content:'';display:block;position:absolute;top:32px;right:0;height:8px;margin:0 auto;border-top:8px solid #fff0;border-right:8px solid #f2f2f2;border-bottom:8px solid #fff0}.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span,.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-image-wrapper{margin:0 auto}.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-tab-title{display:none}.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active a{color:#fff}.lvca-tabs.lvca-style10 .lvca-tab-panes{background:#f2f2f2;border-radius:0 5px 5px 0}.lvca-tabs.lvca-style10.lvca-mobile-layout{-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;box-direction:normal;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row}.lvca-tabs.lvca-style10.lvca-mobile-layout .lvca-tab-mobile-menu{display:none}.lvca-tabs.lvca-style10.lvca-mobile-layout .lvca-tab-nav .lvca-tab{display:block}.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav{background:#fff}.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab{border-bottom:1px solid #ececec}.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab:last-child{border-bottom:none}.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a{color:#969696}.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:hover,.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:focus{color:#666}.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active a{color:#333}.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active:after{border-right:8px solid #e7e7e7}.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes{background:#e7e7e7}.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane{color:#666}.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h1,.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h2,.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h3,.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h4,.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h5,.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h6{color:#333}.lvca-team-members .lvca-team-member .lvca-social-list{margin-top:20px}.lvca-team-members .lvca-team-member .lvca-social-list .lvca-social-list-item{display:inline;margin:0 15px 0 0}.lvca-team-members .lvca-team-member .lvca-team-member-details{font-size:15px;line-height:24px}.lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-title{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px}.lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-team-member-position{font-size:15px;line-height:24px;font-style:italic;color:#888;margin-bottom:10px}.lvca-team-members.lvca-style1 .lvca-team-member-wrapper{float:left;padding:10px}.lvca-team-members.lvca-style1 .lvca-team-member{max-width:320px;margin:0 auto 40px}.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper{text-align:center;position:relative}.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper img{max-width:100%;margin:0 auto 30px;border-radius:50%;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list{position:absolute;height:100%;width:100%;top:40%;z-index:2}@media only screen and (max-width:767px){.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list{position:relative;top:0}}.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i{font-size:26px;color:#fff;opacity:0;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i:hover{color:#ccc}@media only screen and (max-width:767px){.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i{color:inherit;opacity:1}.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i:hover{color:inherit}}.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper img{-webkit-filter:brightness(50%);filter:brightness(50%)}@media only screen and (max-width:767px){.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper img{-webkit-filter:brightness(80%);filter:brightness(80%)}}.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper .lvca-social-list i{opacity:1}.lvca-team-members.lvca-style1 .lvca-team-member .lvca-team-member-text{text-align:center;max-width:650px}.lvca-team-members.lvca-style1 .lvca-team-member .lvca-team-member-text .lvca-title{margin-bottom:10px}.lvca-team-members.lvca-style1 .lvca-team-member .lvca-social-list{margin:10px auto}.lvca-team-members.lvca-style2{position:relative;max-width:960px}.lvca-team-members.lvca-style2 .lvca-team-member-wrapper{clear:both;margin-top:100px}.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:first-child{margin-top:0}.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-image-wrapper{float:left;position:relative}.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-image-wrapper img{max-width:320px;border-radius:50%;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text{margin:10px 0 0;vertical-align:middle;padding-top:20px}.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-title{margin-bottom:5px}.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-team-member-details{margin:10px 0 10px}.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-social-list i{font-size:24px}.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:hover .lvca-image-wrapper img{-webkit-filter:brightness(80%);filter:brightness(80%)}.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(odd) .lvca-image-wrapper{margin-right:50px}.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-image-wrapper{float:right;margin-left:50px}.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-title,.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-team-member-position,.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-team-member-details,.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-social-list{text-align:right}@media only screen and (max-width:767px){.lvca-team-members.lvca-style2 .lvca-team-member-wrapper{margin-top:75px}.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper,.lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text{width:100%;float:none}.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper{text-align:center}.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper img{margin:0 auto 20px}.lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text{max-width:400px;margin:0 auto;padding-top:0}.lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-title,.lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-team-member-position,.lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-team-member-details,.lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-social-list{text-align:center!important}}.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-details{color:#909090}.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-title{color:#e5e5e5}.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-team-member-position{color:#505050}.lvca-testimonials .lvca-testimonial{margin-bottom:50px}.lvca-testimonials .lvca-testimonial-text{background:#fff;border:1px solid #dbdbdb;border-radius:30px;text-align:center;position:relative;padding:20px;margin-bottom:40px;font-style:italic;font-size:15px;line-height:24px;color:#888;text-align:center;max-width:450px}.lvca-dark-bg .lvca-testimonials .lvca-testimonial-text{color:#666;background:#eee}.lvca-testimonials .lvca-testimonial-text:after{content:'';display:block;background:#fff;border-left:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;background:#fff;transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:skew(0deg,-44deg);width:24px;height:24px;position:absolute;bottom:-12px;left:40px;margin:auto}.lvca-dark-bg .lvca-testimonials .lvca-testimonial-text:after{background:#eee}.lvca-testimonials .lvca-testimonial-user{display:table}.lvca-testimonials .lvca-testimonial-user .lvca-image-wrapper{display:table-cell}.lvca-testimonials .lvca-testimonial-user .lvca-image-wrapper img{max-width:64px;border-radius:50%;margin-right:20px}.lvca-testimonials .lvca-testimonial-user .lvca-text{display:table-cell;vertical-align:middle;color:#888}.lvca-dark-bg .lvca-testimonials .lvca-testimonial-user .lvca-text{color:#909090}.lvca-testimonials .lvca-testimonial-user .lvca-text .lvca-author-name{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;font-size:15px;line-height:24px;margin-bottom:5px;color:#333}.lvca-dark-bg .lvca-testimonials .lvca-testimonial-user .lvca-text .lvca-author-name{color:#e5e5e5}.lvca-flex-container a:hover,.lvca-flex-slider a:hover{outline:none}.lvca-slides,.lvca-slides>li,.lvca-flex-control-nav,.lvca-flex-direction-nav{margin:0;padding:0;list-style:none}.lvca-flex-pauseplay span{text-transform:capitalize}.lvca-flexslider{margin:0;padding:0}.lvca-flexslider .lvca-slides>li{display:none;-webkit-backface-visibility:hidden}.lvca-flexslider .lvca-slides img{width:100%;display:block}html[xmlns] .lvca-flexslider .lvca-slides{display:block}* html .lvca-flexslider .lvca-slides{height:1%}.no-js .lvca-flexslider .lvca-slides>li:first-child{display:block}.lvca-flexslider{margin:0;position:relative;zoom:1}.lvca-flexslider .lvca-slides{zoom:1;overflow:hidden}.lvca-flexslider .lvca-slides img{height:auto;-moz-user-select:none}.lvca-flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;transition:all 1s ease}.loading .lvca-flex-viewport{max-height:300px}.carousel li{margin-right:5px}.lvca-flex-direction-nav{*height:0}.lvca-flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgb(0 0 0 / .8);text-shadow:1px 1px 0 rgb(255 255 255 / .3);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}a.lvca-flex-prev{font-size:40px;color:rgb(0 0 0 / .8);text-shadow:1px 1px 0 rgb(255 255 255 / .3)}.lvca-flex-direction-nav a.lvca-flex-next:before{content:'\f002'}.lvca-flex-direction-nav .lvca-flex-prev{left:-50px}.lvca-flex-direction-nav .lvca-flex-next{right:-50px;text-align:right}.lvca-flex-direction-nav .lvca-flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default;z-index:-1}.lvca-flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.lvca-flex-pauseplay a:before{font-family:"flexslider-icon";font-size:20px;display:inline-block;content:'\f004'}.lvca-flex-pauseplay a:hover{opacity:1}.lvca-flex-pauseplay a.lvca-flex-play:before{content:'\f003'}.lvca-flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.lvca-flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;*display:inline}.lvca-flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgb(0 0 0 / .5);cursor:pointer;text-indent:-9999px;-webkit-box-shadow:inset 0 0 3px rgb(0 0 0 / .3);-o-box-shadow:inset 0 0 3px rgb(0 0 0 / .3);box-shadow:inset 0 0 3px rgb(0 0 0 / .3);border-radius:20px}.lvca-flex-control-paging li a:hover{background:#333;background:rgb(0 0 0 / .7)}.lvca-flex-control-paging li a.lvca-flex-active{background:#000;background:rgb(0 0 0 / .9);cursor:default}.lvca-flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.lvca-flex-control-thumbs li{width:25%;float:left;margin:0}.lvca-flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-moz-user-select:none;-webkit-transition:all 1s ease;transition:all 1s ease}.lvca-flex-control-thumbs img:hover{opacity:1}.lvca-flex-control-thumbs .lvca-flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.lvca-flex-direction-nav .lvca-flex-prev{opacity:1;left:10px}.lvca-flex-direction-nav .lvca-flex-next{opacity:1;right:10px}}.lvca-testimonials-slider{position:relative}.lvca-testimonials-slider.lvca-container{max-width:900px;margin:0 auto}.lvca-testimonials-slider .lvca-testimonial-text{text-align:center;max-width:750px;margin:0 auto 40px;font-size:18px;line-height:32px;font-style:italic;color:#666}.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-text{color:#ccc}.lvca-testimonials-slider .lvca-testimonial-text i{color:#ccc;font-size:32px;display:block;margin-bottom:35px;background:none;width:auto;height:auto}.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-text i{color:#ddd}.lvca-testimonials-slider .lvca-testimonial-user{display:table;margin:0 auto}.lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper{display:table-cell}.lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper img{max-width:64px;border-radius:50%;margin-right:15px}.lvca-testimonials-slider .lvca-testimonial-user .lvca-text{display:table-cell;vertical-align:middle;color:#888}.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-user .lvca-text{color:#909090}.lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-name{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;font-size:15px;line-height:24px;margin-bottom:5px}.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-name{color:#e5e5e5}.lvca-portfolio-wrap{clear:both;overflow:hidden}.lvca-portfolio-wrap .lvca-portfolio-header{position:relative;max-width:1140px;margin:0 auto 30px;overflow:hidden;clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.lvca-portfolio-wrap .lvca-portfolio-header.lvca-no-heading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:800px){.lvca-portfolio-wrap .lvca-portfolio-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.lvca-portfolio-wrap .lvca-heading{display:inline-block;text-align:left;max-width:none;font-size:32px;line-height:44px;text-transform:uppercase;letter-spacing:1px;color:#333;margin:0 100px 0 0}.lvca-dark-bg .lvca-portfolio-wrap .lvca-heading{color:#e5e5e5}@media only screen and (max-width:800px){.lvca-portfolio-wrap .lvca-heading{margin-bottom:30px}}.lvca-portfolio-wrap .lvca-taxonomy-filter{display:block;margin:0;padding:0;-webkit-align-self:center;align-self:center;-ms-flex-item-align:center}@media only screen and (max-width:800px){.lvca-portfolio-wrap .lvca-taxonomy-filter{-webkit-align-self:flex-start;align-self:flex-start;-ms-flex-item-align:start}}.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item{position:relative;display:inline-block;margin:0 0 15px 0;padding:0;font-style:normal;border-bottom:1px solid #ddd}.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item{border-color:#444}.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a{font-size:15px;line-height:24px;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;display:block;color:#777;padding:0 15px 15px}.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a{color:#999}.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover{color:#222}.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover{color:#fff}@media only screen and (max-width:479px){.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a{padding:0 10px 8px}}.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a{color:#222}.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a{color:#fff}.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active:after{content:'';position:absolute;left:0;bottom:0;border-bottom:3px solid #f94213;width:100%}.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item:last-child{margin-right:0}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .hentry{margin:0;padding:0;border:none;background:none;-webkit-box-shadow:none;box-shadow:none}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image{position:relative;overflow:hidden}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image img{display:block;width:100%;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover img{-webkit-filter:brightness(50%);filter:brightness(50%)}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info{display:block;text-align:center}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-entry-info{text-align:center;display:block;position:absolute;top:50%;left:0;right:0;margin:auto;max-width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title{padding:10px;margin:0;font-size:18px;line-height:28px;font-weight:400;color:#fff;opacity:0;-webkit-transition:opacity .4s ease-in-out 0s;transition:opacity .4s ease-in-out 0s}@media only screen and (max-width:1024px){.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title{font-size:18px;line-height:26px}}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title a{display:inline;color:#fff;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;border-bottom:1px solid #fff0}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover{border-bottom:1px solid #ccc}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms{display:block;color:#f9f9f9;font-size:14px;line-height:22px;opacity:0;-webkit-transition:opacity .4s ease-in-out 0s;transition:opacity .4s ease-in-out 0s}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms a{color:#ddd;position:relative;display:inline;zoom:1;font-size:14px;line-height:22px;font-style:italic;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms a:hover{color:#fff}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover .lvca-image-info .lvca-post-title,.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover .lvca-image-info .lvca-terms{opacity:1}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-text-wrap{text-align:center;max-width:650px;margin:20px auto 0}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title{font-size:18px;line-height:26px;font-weight:400;margin-bottom:10px}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title:after,.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title:before{display:none}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a{-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;color:#333}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a:hover{color:#888}.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a{color:#e0e0e0}.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a:hover{color:#fff}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span{display:inline-block;padding:0;margin:0;font-style:italic;color:#999}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:after{content:'//';padding-left:6px;padding-right:6px}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:first-child{border:none;padding-left:0}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:last-child:after{display:none}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span a{-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;font-style:normal}.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span{color:#707070}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary{margin:15px auto 0;padding:0}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary:before{width:35px;height:1px;background:#aaa;display:block;content:"";text-align:center;margin:0 auto 15px}.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary{color:#999}.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary:before{background:#505050}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more{margin:25px 0 0 0}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button){color:#333;font-size:12px;line-height:1;font-weight:600;text-transform:uppercase;display:block;padding:0;-webkit-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):hover{color:#666}.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):after{content:'›';display:inline-block;margin-left:7px}.rtl .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):after{margin:0 7px 0 0}@font-face{font-family:"qlwapp-whatsapp";src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAYEAAsAAAAABbgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIFKmNtYXAAAAFoAAAAVAAAAFQXVtKHZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAAfwAAAH8pb7IGGhlYWQAAAPAAAAANgAAADYUXm9HaGhlYQAAA/gAAAAkAAAAJAfAA8ZobXR4AAAEHAAAABQAAAAUCgAAA2xvY2EAAAQwAAAADAAAAAwAKAESbWF4cAAABDwAAAAgAAAAIAAJAJluYW1lAAAEXAAAAYYAAAGGmUoJ+3Bvc3QAAAXkAAAAIAAAACAAAwAAAAMDAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QADwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkA//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAD/8AD/gPAACcATwCWAAABJicuAScmIyIHDgEHBhUUFhcDJR4BMzE4ATEyNz4BNzY1NCcuAScmATEiJi8BBzcnLgE1NDc+ATc2MzIXHgEXFhcWFx4BFxYVFAcOAQcGIxMuAScmIgcOAQcOAScuAScuAScmNjc+ATc+ATc2JicuAScuASMmIiMiBgcOARUUFhcWFx4BFxYXHgEXHgE3PgE3PgEnLgEnA2kkKSpbMTEzaVxdiSgoIiJIAQ03e0BpXF2KKCgKCiYbHP51OW0xD6ArCiAhIiFyTU1XKygpTCIjHh0XFyAICCEick1NV+cJRAkJDQcGHAYGDAkKOCQdJAYGBwUECgUEBQMDAQMCHQgHEAUGDAcGEwgJJC8FAhEQOCcnMBYkDhcoERI7CAgCAgMMCgMrJBwcJQoKKCiKXFxpQ4E6/vlHHx8oKIldXGkzMTFbKin9Fx4dCSmbEDJzPFdNTHMhIQgIHxcXHh4jIkwpKCtXTU1yISIBPAUhBAMKCSIHBgIFBRogGTYJCQwFBAwGBgkGBgwEBUcTEgMBBwkJMi8vTgYDFxY8IB8UCg0EBwEDAyMWFiIEBAcEAAAAAAEAAAABAAAmrdZpXw889QALBAAAAAAA2KCVZQAAAADYoJVlAAD/wAP+A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA/4AAQAAAAAAAAAAAAAAAAAAAAUEAAAAAAAAAAAAAAACAAAABAAAAwAAAAAACgAUAB4A/gABAAAABQCXAAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");font-weight:400;font-style:normal}.qlwapp-whatsapp-icon{font-family:"qlwapp-whatsapp"!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qlwapp-whatsapp-icon:before{content:""}#qlwapp{pointer-events:none;box-sizing:border-box;font-size:var(--qlwapp-scheme-font-size)}@media(min-width:430px){#qlwapp{width:430px}}#qlwapp[data-visibility=readonly].qlwapp-timeout,#qlwapp [data-visibility=readonly].qlwapp-timeout{pointer-events:none;opacity:.5}#qlwapp[data-visibility=hidden].qlwapp-timeout,#qlwapp [data-visibility=hidden].qlwapp-timeout{display:none!important}#qlwapp *{box-sizing:border-box}#qlwapp.qlwapp-js-ready{display:block}#qlwapp.qlwapp-hide,#qlwapp .qlwapp-account.qlwapp-hide{display:none}#qlwapp.mobile .qlwapp-account.qlwapp-desktop,#qlwapp.mobile.qlwapp-desktop{display:none}#qlwapp.desktop .qlwapp-account.qlwapp-mobile,#qlwapp.desktop.qlwapp-mobile{display:none}#qlwapp .qlwapp-disabled,#qlwapp.qlwapp-disabled{display:none;visibility:hidden}#qlwapp.qlwapp-middle-left,#qlwapp.qlwapp-bottom-left,#qlwapp.qlwapp-middle-right,#qlwapp.qlwapp-bottom-right{position:fixed;z-index:9999999}#qlwapp.qlwapp-middle-left,#qlwapp.qlwapp-bottom-left{right:auto;left:0}#qlwapp.qlwapp-middle-left .qlwapp-toggle .qlwapp-days,#qlwapp.qlwapp-middle-left .qlwapp-toggle .qlwapp-time,#qlwapp.qlwapp-bottom-left .qlwapp-toggle .qlwapp-days,#qlwapp.qlwapp-bottom-left .qlwapp-toggle .qlwapp-time{left:0;right:auto}#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-developer,#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle,#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle,#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-developer,#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle,#qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-developer,#qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-toggle{margin-left:20px}#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle .qlwapp-text,#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle .qlwapp-text{right:auto;left:60px}#qlwapp.qlwapp-middle-left .qlwapp-box:before,#qlwapp.qlwapp-bottom-left .qlwapp-box:before{right:auto;left:20px}#qlwapp.qlwapp-middle-right,#qlwapp.qlwapp-bottom-right{left:auto;right:0}#qlwapp.qlwapp-middle-right .qlwapp-toggle .qlwapp-days,#qlwapp.qlwapp-middle-right .qlwapp-toggle .qlwapp-time,#qlwapp.qlwapp-bottom-right .qlwapp-toggle .qlwapp-days,#qlwapp.qlwapp-bottom-right .qlwapp-toggle .qlwapp-time{left:auto;right:0}#qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-developer,#qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-toggle,#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer,#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle,#qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-developer,#qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-toggle,#qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-developer,#qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-toggle{margin-right:20px}#qlwapp.qlwapp-middle-left,#qlwapp.qlwapp-middle-right{top:40%;bottom:auto}#qlwapp.qlwapp-middle-left .qlwapp-developer,#qlwapp.qlwapp-middle-right .qlwapp-developer{padding:0 24px}#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle{margin-left:-48px;padding-left:60px}#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer,#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle{margin-right:-48px;padding-right:60px}#qlwapp.qlwapp-bottom-left,#qlwapp.qlwapp-bottom-right{top:auto;bottom:0}#qlwapp.qlwapp-rounded.qlwapp-bubble .qlwapp-toggle{border-radius:50%}#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle{border-radius:50px}@media(min-width:430px){#qlwapp.qlwapp-rounded .qlwapp-box{border-radius:8px}}#qlwapp.qlwapp-rounded .qlwapp-box .qlwapp-user,#qlwapp.qlwapp-rounded .qlwapp-box .qlwapp-message{border-radius:4px}#qlwapp p:last-child{margin:0}#qlwapp time{opacity:.8;font-style:italic;font-size:10px}#qlwapp .qlwapp-no-contacts{display:flex;height:134px;justify-content:center;align-items:center}#qlwapp .qlwapp-container{display:flex;flex-direction:column}#qlwapp .qlwapp-clearfix:before,#qlwapp .qlwapp-clearfix:after{content:"";display:block;clear:both}#qlwapp .qlwapp-previous,#qlwapp .qlwapp-close{font-family:"Source Serif Pro";display:block;opacity:.8;font-style:unset;font-size:24px;font-weight:700;width:24px;height:24px;cursor:pointer;text-align:center;line-height:24px;z-index:1}#qlwapp .qlwapp-previous{width:16px;height:36px;cursor:pointer;text-align:center;line-height:36px;margin-right:auto}#qlwapp .qlwapp-developer{font-size:8px;top:-20px;position:relative}#qlwapp .qlwapp-developer,#qlwapp .qlwapp-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}#qlwapp .qlwapp-toggle{pointer-events:all;cursor:pointer;box-shadow:0 1px 6px 0 rgb(0 0 0 / .06),0 2px 32px 0 rgb(0 0 0 / .16);margin-top:24px;margin-bottom:24px;position:relative;text-decoration:none}#qlwapp .qlwapp-toggle,#qlwapp .qlwapp-toggle:active,#qlwapp .qlwapp-toggle:focus,#qlwapp .qlwapp-toggle:hover{outline:none;text-decoration:none}#qlwapp .qlwapp-toggle .qlwapp-days,#qlwapp .qlwapp-toggle .qlwapp-time{position:absolute;bottom:-2em;color:initial;font-size:10px;display:inline-block;top:auto;width:120px}#qlwapp .qlwapp-days>span{display:none}#qlwapp .qlwapp-days>span.qlwapp-available-day{display:inline-block!important}#qlwapp .qlwapp-avatar .qlwapp-avatar-container{overflow:hidden;border-radius:50%;width:inherit;height:inherit;box-shadow:0 0 0 2px #eee}#qlwapp .qlwapp-avatar .qlwapp-avatar-container img{width:100%;height:auto}#qlwapp.qlwapp-bubble .qlwapp-toggle{width:var(--qlwapp-scheme-icon-size,60px);height:var(--qlwapp-scheme-icon-size,60px)}#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon,#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close{position:absolute;display:block;pointer-events:none;font-size:var(--qlwapp-scheme-icon-font-size,24px)}#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text{position:absolute;right:var(--qlwapp-scheme-icon-size,60px);height:var(--qlwapp-scheme-icon-size,60px);margin:0 24px;display:flex;align-items:center;justify-content:flex-end;font-weight:700;white-space:pre}#qlwapp.qlwapp-button .qlwapp-toggle{height:40px;white-space:nowrap;padding:12px 24px}#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon{margin:0 12px 0 0}#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-close{display:none}#qlwapp .qlwapp-box{pointer-events:all;padding-bottom:56px;position:fixed;top:auto;bottom:0;left:0;right:0;z-index:99999;box-shadow:0 5px 40px 5px rgb(0 0 0 / .5)}@media(min-width:430px){#qlwapp .qlwapp-box{position:relative;top:auto;bottom:auto;left:auto;right:auto;box-shadow:0 8px 25px -5px rgb(45 62 79 / .15);margin-top:24px;margin-left:24px;margin-right:24px;margin-bottom:12px}#qlwapp .qlwapp-box:before{content:"";position:absolute;bottom:-6px;right:24px;width:13px;height:13px;transform:rotate(45deg)}#qlwapp .qlwapp-box .qlwapp-header{border-top-left-radius:inherit;border-top-right-radius:inherit}#qlwapp .qlwapp-box .qlwapp-footer,#qlwapp .qlwapp-box .qlwapp-response{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}}#qlwapp .qlwapp-box .qlwapp-header{position:relative;overflow:hidden}#qlwapp .qlwapp-box .qlwapp-header:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(315deg,transparent 0%,rgb(0 0 0 / .05) 100%)}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-close{position:absolute;top:12px;right:12px}@media(min-width:430px){#qlwapp .qlwapp-box .qlwapp-header .qlwapp-close{position:absolute;top:7px;right:7px;font-size:18px}}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-description{position:relative;display:flex;align-items:center}#qlwapp .qlwapp-box .qlwapp-description,#qlwapp .qlwapp-box .qlwapp-contact{padding:12px 36px;height:100%}#qlwapp .qlwapp-box .qlwapp-description p,#qlwapp .qlwapp-box .qlwapp-description h3{color:inherit;font-family:inherit;margin:0}#qlwapp .qlwapp-box .qlwapp-description h3{margin:0 0 .25em 0}#qlwapp .qlwapp-box .qlwapp-contact{display:flex;justify-content:flex-end;align-items:center}#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-previous{position:relative;left:-16px}#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-previous>i{line-height:36px}#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-avatar{width:42px;height:42px}#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-label,#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-name{color:inherit}#qlwapp .qlwapp-box .qlwapp-account{color:inherit;padding:16px 36px;display:flex;align-items:center;overflow:hidden;position:relative;cursor:pointer;width:100%;text-decoration:none}#qlwapp .qlwapp-box .qlwapp-account:only-of-type{padding-top:36px;padding-bottom:36px}#qlwapp .qlwapp-box .qlwapp-info{padding:0 16px}#qlwapp .qlwapp-box .qlwapp-avatar{position:relative;width:62px;height:62px}#qlwapp .qlwapp-box .qlwapp-avatar:after{content:"";display:block;width:15px;height:15px;position:absolute;top:3px;right:-2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAXgklEQVR4Ad2aCXhV9Zn/scv/P/N02mfmmc50anWqdUHUouwLYSFhCQlhIYEkLEnYF1SkoriXKkWxLo+2OlintopOq9UiewJJSEJCErKHsBAWCIshYSFAWO5y7zvf833uub78nnNvEhaxc9oP7295f+/vPd/znuXmsZ2I3Eh+AO4FkWAe+D3IAlWgDtSD4+AI2AMKwQrwEkgC3cGtV7y/X2j9bAdsG7kRoj0ApoOPwWHglqs7zoGt4AUwCvzw/6KAt4JnQC7wyvU9joAPQRz47t+7gBHgU3BKbsyxAzwGbvl7E7ArWCffnOMkWAD++Zsu4O3gXeCTb+axB6R8EwW8CTwK6uUqDq/fJxd9F6XJc0aOXqqXAxfqZN+FA3Lo4hFpcB2XZm+zuP1uuQZHOuj0TRHwDrBeruA47joh287tkM+OrZKlB96UZ2oXyy92PSNzdyyQ6TXzZPK2hyRt2xyZuu1hmbF9vjy8c6Es3L1IFu1dKv916H3JOVkAkQ/JBe9FuYLjLHjkRgs4EjQA8avM/MqaxzFXg2SeyJGl+9+kSBOrZ0pS1VQZXzWd7UnVsySlerakQrg0Mtdqg9kYn0WfCVUzrDVgGn3mQ/TlRz+R8jNV4vK1uUI/Av9yIwScBnxKNmK3TPV2Ne+RPxz+iKKNq5wsyTh5CGWLdBXMoaiJlVMkqXKqPF37omw4kS1nPefMS6p7Zj8f/9z5dQq4lBubledQc7XNe+X1g++wssbhJCdVzZLU6jkB5gbbaQYcUz5psIRt1d/GMViuYSWPrUiTeTufki8a1soF3wXhYSjmB/gH2ANyEP92u94C3gSW+UUlYBvjaHA1yjuH/sAqG4uKg7XFUszWVo8bY87tFFpHIOQMCvnozqcl92SBUX5+ctn//IA/G6XP9RTwbaoVwA+YiKHippObZWbNfEnACUysmikpVbMpYAgLwoxXKapb2VYkV06DkJPllf1vybFLDepp46cJikc43gi6ot+uFbRJwBe5SaiNRfgJ8tuD71nCIfHpuF1nK2YpZpuWmH3tn6L8w8d0JqE8VWbV/EK2NpWrYgzmT6s4Au66lgIm6w1MrKMR32mL9iyVMWUpMrFyZjDxiQr2Kwnb2sfsc8zyNcbVfPg5rDV9Eivwtq+cISsb7K8uJZzQakpgfgjahaM14g2A44Vw4u09v1/m1Dwu8bjKEI9MoNVgzGjThm2HjxFunOvNOBA1uWK6dZH5ReDz+4IiivP5rQA3XU0F/iucDoYTb9e5WplS/bAklKUFkp3BqwxrMBPjnP/Kr4JW+ygwb/Rpnf3NuXB+zG9U6UR5p+59LWIonrwaAf8cTrz95+soXnx5GsSY0QLTJTnQtu3Vrmk5jukPKu32dBkJEd879KHw8IcU0QV6XomAY8OJd9rdJA/VLJTRpSl2Qn93JFVMkxGlE+Tz+lUtVWGRz+f7DmhnEqo0fwB2OYrnF/6g//We17l5cjkSKZ8mpAKwD9g25zim0P7GOgOHtQpjjLGIsbexF8bGlU3B42eyFJwqbknE2X4IZhBSwGfDVd8fDn0ssVuTJREJtMSYslSJ2zpe4ooJiS9NY/KJ14WppDV+OseUyjly9GJ9OBEbwA9NrZzE+xE4HUq8sqYq3rZjy6YwiXEWZZrgGMWaV/GUfH54tWyoz5aM+ixZcWStPFz5pIwumQSfaSHXJhL2ac15WO0La7a1jzOJNvCJKxkvz+9+WTx+TzgRf+ODRhonAX8TSrxmz3mZu+0JGVkykaU/1gTJ2O3hRcny2q635bzngphHw4VGSSmZI2NKU+lrMs45bqsZ12ofWNWO3Zok6xo2BgX0EVsDtl3gznAC3gwC33w+U0D57MtVMqw4UcaW4rkBxpZODrQB2gSJxBQlyYvbXxUJrHO6GO/v+5h+WEvwHGI8xmWf7QBsG33urfY3maxQa/jMU37qPEbhrphS+YiccZ/96q3sA5cL+Wo4ARdiQUB5n/i42CfWccp1WlIq5nKTeGwIgknp/oitE2Va6Tw5danJUTxbwMPNR2VMYSqqMI3rHClR8Q0SuM5uE91X88CcM9vKDitKlA8Pf6Jy90lAE1vML9H+vpOA34bDbryahahF1vHBoU9kaNE4iS9JkzEgaEsvb0cXjJPs+rywbzT76i7Z8QarkDHsmGb8UJS2zneM9jVRuduMRAFMKp8jDZeOC46ADtQEWthF5Z/m9BKJ8mEWgtHZRvysPkmreEhGFE/AJqlBRm9VbRDLl8bT4va6TQFNOF94vISCc31o7Hljb2D2wRgQZr05xzWm7+DCBPn06ErmqAvKbiP/dCcBl9HBwDrWN2Qx6ChsRphsCmwKrN3GxlsS+GzT4oUT0OV1ydzyhRJblMz1Ohas2kNh7w/sOW11bnrchHspH733cBTClMp50uQ+wwIyBQTWe6K9FvA7oMoQj7ev1++VhdtfkOiixODmI4NM0m2Jzh8nhY0l4QU0RFy+/1OJyh9tnOCkr/YpDozBcj9iCsJ5Iz9jPdfpPuPZeyk4zoLJPb4lWIUmyH+yFrCHD4dT9dWc2YkHaxJu34kASQC0A5awPdy6vQvT5Mvz9W0SsPHCCUkumsHbH3EUdmxjLzVnjjn7me2W18NSwFf2/DacgH/SAs4KcfvyWRBVMIaixRUBWA3GSQxuw+TiGXLGdbZlAQ0Rf7v7v1GF8cI9uI/C2Ic+GuVn2xFFpo+9Dtbw174j6EfLx0pi6XR8TZy2b2OTo8j/+7aA7zncvnz7PF6zyHq2YbMJZHjAmgwrTJLEounSdOlMmwVce2SjRG4ebceGnch2sK+IM+ZUXoafczu8n+6Pl+jCRKlu2h6qCn3I/16I5/t/aO8yJql648XjEr91MsUZXjiBIDDseIm1LIAFEySmMFli88fL/rMH2yzg0h1vSWQ+BQzGB4wbWwjQJvZ+dh6Yty19uS5gbfS4BdfYbe7BGPYa2GCsgcjpo0OfmQIq/DHtUGk/QafZ6fbddXaPRG9JgoDJEkO4AduEbfY5PiB3pKw/mtmmZ2BRY5kM25zIi6Tjxqr47Ks50w97G7loP2LnreI5Wu2DizpGntq++PJb2Kut/zkI6Otov0C8hoCZDbkyIH+UDNvCk4Ml7NNqMN8vb6S8tvOdVn/G1J07LPEFk/GMjed6jblPjLEXrTlXaFi2DR9zXBWIEZN5zah4TPhdqz5jlJCfWxXYlx2FLeC7Bz6QvnkjhFUIYMMyqCBBJhXNkXPu5nAicu7kpVMypfhR6b95lI6t2q2nTesLwsfQDMpPkKSSmXLWfU4Ekni9XhSZhY8WOhW2w4siwcfBAErA53csZVUNLUhskWjLbkmUPpuGy4Yvc0IKKH7h8cK2V6VXTgwTbTm+sU/r0bmBtq0bnD+Wz078bmfeFA4iUi9aX3U7/DOXyhIlIBbMr36OAg4pGKdIFNp8NabonzdKZpc8zosRUkQcy2o/kF6bYpioETssat+2+3Gs9UBAfl7VNO0UHNRHA0FrLQGfMif8gc+YuZVPUkAECjDOuW0QkT1cNtXnhxXw9KUmSSyYTsGHhIxNa2LMh/PlvNlv5Xr2ef4lJyu0gJoDloC/NCcwRjur4gnpmztCBiFQkM12O4GgD9i2fbhpcsFMOe8+H1bEgoZiiB0nUZvjsc6Iq2KiDfTeHDPyUvPKEq43c+a4eU5qnH2ef8Hx4lACHrIEfNacsF8msyFgRK51ggkgntZsm1AM2J7ZMbJ42+vCwx9axLd2vifds4aGi6dI0O1WM6hVfvGOY31y4yDg1lAC1rXDfTzfSUCxbuGKJ6V3znCJzIsPDzYyxwZuHiM9MofJ2sOZYV8oHp9Hnq74tXTPjmYc4BgTfWPe9B0TPi+2w2DGBQMRMwIVWHaqOpSA+ywBU9kx4Euk6nnpiQc9Al0RETlxEpMzXuovNIa9lc+6zknqloctEbGOiX8j6J87mqLWnt1HPRx02mHdwkMcBcSxZOeb0g0nNQCBguSZ7TAgiW64PReULWrxrXy0uZ7PTcsf64BTPG1J4EKNkK6ZQ3ix++eOCsyNcfLnOG146NcXcWMLJsrxiyfs70CTUlSgt5snhID/U/c36ZI1RPrnjGJiuCLAbGsLbF811mXjYFm2+4MWP67rzx+TyYXzpPPGQdJPxe5H60yvTbEyKi9Vfl+7XB4ueUr6ZA6XrrgIENX24XqdO2I7526M98Y3bWLRDLwML4jf679cI4/H+h7c2A7/3IkBl9eDQaAFLD5RzpdB35yR0g/CEKudq9pAt4HyJzyZ7huiZcPRnJZE5K+YZytekq4bhlAcey9zP8AT7Js5UqpPbg++rGpO7cL6lyUyO1464UL02RSn1lo2dDyT7tnDZHrpY4GXqlc8wPhaecsS8Afo1CtlYT0s2f1n66yrwST6bqIwNuiPMPq0BkEfXoj+maOkuLGsJRF5rKhbJ0OyE+XBjVG8AEZsjnXKGCSfHVwdjKePA2cPySs1v5Oo7AR5YEMkxTZyb5HOmYPlJTzGcFA8j8cDLGtXoG9iO4hmkWFNKvghfc7VLKO3TJYeWcMkApv2ARFhCDvP59RQiDJO9jTtCy8itRD+aeyx0kWsRlQTRIgLxuuYMVBerHb8TGJfC/nStrdkYFY8hVQxWqQLnquZx/ICAlIX8SqNIGA3W8BnDQGpsnW8tOMtqwpYhSSbVnqzrdgUihGc7w3QxvNtiMTlTGrV3w3tY0tDCV5Ev5KeG2IpQof0vjK/5DlxeV2tjQEh61iRvfGMRDUyfxLifHplD7fuKl4A8YkpHtreZgh4sy3gGE4YWMf6L7OYNDYCw024kXM/znkNxh5ENcXmTJTdTXvDCmBW066mPfJi1et8RuLTx1zbGiEh/PPcX+fWK5CrPpfOqL60rY+Iy+PiM9DUBprlQMCbbAF/jMGThhPfPA3nj8vQvCTplhktvbKszWKlJ+iVBdgHsCY9Lew5+iswbp1EVFaCFDWUqdswrJDmoeZbL+JzFS/j9o9kTgGYZ8/g+TA/uT9jgHxw4FPBoTXRAi7gfx+IBsHgqlBV+NquZXIfAmKTID2C7Ri0ae2+QvsDY6wTPm+6pw+T5Xv/qkW5LtgXYGbhAtxRUcKc7NwNumcOYwHU4llt374mEK8fBUTHZr6DIzcuO1HFZxcCgxjSQ1kNx7JAK/26bBwq968bIIur3uD3lqrGa4r9IojPncoLp3PSICdW3zPVLzEPPOucqq8G4v1/U8AfgSbTGQH4Rp5dulDuSx9AEW26KfSYwsnfoR0tHdb1lYTcaVLYUHpdqtE6tuMbsWvGUOmK/fT+mm4bo1Ghg6T4eDkFDHH7/sYSzxCQrAhVhTnHtuDZESVdUTHYRMFNMR5NIdhW47SGPzHHkfzP0wfKg+ui5PmKV2TX6T2C45pUpH08Xb4EF6qfnScxc7s3vZ/MLXuKRaOrT3ERwt0TFNDtcWv6W05uhyoUBJxZ8jg26E+Bum4AG4fCAvRxK2pL9DzbRp/WZgMtHxXt10VIj/QYWVT5quw8XSuijysU7+O9n/NR0Rn76r01na3vzQ2DpeREpfHscwutm9W3geIFBXR7NN+B41YtYKDNgJUna+TBjChu0gVCdA6Atok5H8Z/iNAacw/iNrp7bR/plh4tqfmPyKq6DOvD3hBTWhKOf8R4rQYvwbX9GVPvbXI3LtzCysXmrWu+PAZdJiAEMnAPBlSbGLfyku1vyj14XuFqkU4ZAcs+yNDWxHmuk2EVuGCDuN89a/rK4MxEWVi6WPKOFcmx840S7nDjhZFbXyhJebPknrV9KZ4ZW4HHR6REZI2UunNHWCy2Bm63G+D8YVF9+RDtu0YFuk2+BTIAF1mBAm0G3nfmAK/WA+lREG+wwRBagzb6QbQQ8/enD2RVdljbT3qnx8m0LY/Jst0fyhd16bLxaJ5kgpWo1Hd3L5exuTOkw5p+EL9fS3vyIt21ro98fmit4FDC6fNn9fWwhVMvEa8To4wAgBUouccK5d71/SHgIGw8WIhq6/4DRI0TY10628Z605dtOxbsIFZMe1TWHWt6yV2r+8jdqyMs2L5zdS++LODnvK+R88/W9MSt++vAc0+Jp4RE9S03xQt8SPs0xOP1PsKFBtbxdu2fmDQEbD0ZrfGLor1qMtq0D88lrfhRaXadF5/HZ54zgagnIdbtIQT0aggWpJtB8CbmCyVpy2zcRhHSEYl8bay/5jEp3p1re8vgTUlSbz1PfeIkHvF5ffN9Pn87BxwF/A+8ts+ZQcQrcvDsYbwAhsp9+Bz4+fooEKmsE1EGkaQj0OuJ2Q+/1tw/9LzdTw+0AxfkzjW9pW/maNnZVBtWPOixEZX2LdCutRU40CEQN8k4miN3YOP71w8ETIgWOPbhp+cI2+aYOW6sDUf4HJzj3766pwzIipftp3eL+EOLhzuxESL91BRN43T7vhlKwAXlL8htq3rgg3QgqpDYbSRm9INtwDlgrlNrTJz8ibkPrQn9HPYdID9d1U1G5KXxr+0tiOeCQLEUqg0Cfg8LD5rBfHj+XXJdkmE5E1n6djKaezlGq+ZhnX2B3Ufb8MccUHOGv7ku1Lxazzf2rRDvF+W/kjOXzoa7bQnESaFIbRTwPiz2AeP558dv0718ltyDbzCe4FoSbHcA7TH3M3xC3LqyG650d/aVT8usI8aa/i2vUe0OwBzHXcM+viD4LBePP6x4+BJ5gQJdgYAzHQKy1N+tXS63rOwCofoHuXtNhPxsVU8I1lVuh+24fpDEb54uv9v9R3l5++9we0VSzPZr+lJgrPnauAfwYiK3sfkzpexEdfDPU+Erz/ua9d+Nt1pABAyCz5QNbrfLUcCHSp6RW77oIrdBKFgm1jl9qMTlpspzVa9Idn2+7D9TF/QH/IvKo2W/pIA/wRp86PLEUMW0ZA2wx9g2oa/2AdYY0HMUjmOsuFuQ36DsJPn04Gq55HaFv2Vdwdt2iSVe2wRUzz8EOeJymc8/v9Q3N8iD64fwio7OmypPVi6RPx/4gr8bXUiOgvmAF/9XX+/oc7zkeJXMK32OFXnzik5y28oeFBVC2KDfMtqXVrXvXN0neGGH56bIH/d9Yn0cq6pz2UIRV1A8jOOAGPMpXhsF1D/fohDHr4MDbO5jZX2w769SeXJ78I1M0bx+9btRV66L4GJoIVmRy2o/xAmmyk9Xdpebv+jMW/yO1b3lLuunGERtHx763LUmgoLhsYHK7sw4D6wfLE9ULJb0o5vkgusi8/NBOJwLoHi2WGrMZeV/3O/zRVO4KxPQY7PUhYAUD9Y+eYyhqrzBCqNgLpUELPtKsMuSpQW2kH6Ri+6Lkn+sWN7e/SeZtOUR6Zo+jJVEUVd0lh+jSq1b/icruqCqutKqcTx38SWwNlIis8bK05Uvy19xmx44c8i+E5gv8lGVRrGCeTEngHMu8vt9D1C0qxUQwmzUAtptWjsBigSUpQ/9VLKEcYyLYV8Qz1dVHHhE1JzcJdlf5sv7e/8iL1a/IY+W/lJmFi+UGcVPyKytT8rCiiXy2o535W9162RrY4XsbToo5y41Mw5BHO5hiMZ+IAcSuGXxyHoVQn3PEuHqBPR6LG5DzHO2MIRtbKhE4Jj24Rx9QqP8GYcE1/Ck/R6rbMQWVT1TFT5j3GNXmo6n28754lGVCYH6UCRw1QJ6UX0gOXiyenN90u6WROLfzBpxZT9GRX/kwkVuQVBTTIW+5YBDDI61AeS03fo41iJdMwFx4m+0IRldPedRvVsQaIHP5++Gjf/N3hxCdkXSf4GfG8iNgcLtQT5Tkdc/UZxrLSA2+EcIUdtKwZrgXw5x3sbiGGx0e6jN4UML7sOaV9Ue1x3sdQZ7pmPvkVq46yVgB2zqC5GIF/PFEOP3cJ6MwLeYG7UsINo+tv8BxKJi30HMkusg2jHE/Rv2eAI5/KfO53oLOMcQ7ABO/l1MpiFQRzPwVQho0gU+qdhvKcjE3odxt593upgGrsCdsA3rl4P5iDUc+/67zuHrFPB9JLE6INj94Hs60HUU0OT74DbQEfQE/RAjMsBA9CNAZ9Ae/Ah829z3Rgj4v+tgYwWlsH1vAAAAAElFTkSuQmCC);background-color:#fff0;background-repeat:no-repeat;background-position:center center;background-size:cover;z-index:4}#qlwapp .qlwapp-box .qlwapp-days,#qlwapp .qlwapp-box .qlwapp-time,#qlwapp .qlwapp-box .qlwapp-label,#qlwapp .qlwapp-box .qlwapp-hidden,#qlwapp .qlwapp-box .qlwapp-offline-text{font-size:12px;line-height:1.5em;opacity:.6;display:block}#qlwapp .qlwapp-box .qlwapp-days,#qlwapp .qlwapp-box .qlwapp-time{font-size:11px;font-style:italic}#qlwapp .qlwapp-box .qlwapp-name{display:block;font-weight:700;line-height:1.5em}#qlwapp .qlwapp-box .qlwapp-body{overflow-x:hidden;overflow-y:auto}#qlwapp .qlwapp-box .qlwapp-body .qlwapp-carousel{max-height:470px;min-height:134px}#qlwapp .qlwapp-box .qlwapp-chat{padding:36px 0;display:flex;flex-direction:column;overflow:hidden;justify-content:center;align-items:center;height:100%}#qlwapp .qlwapp-box .qlwapp-user,#qlwapp .qlwapp-box .qlwapp-message{padding:16px 24px;position:relative;word-wrap:break-word;width:calc(100% - 72px)}#qlwapp .qlwapp-box .qlwapp-user:before,#qlwapp .qlwapp-box .qlwapp-message:before{content:"";position:absolute;top:-6px;right:24px;width:13px;height:13px;transform:rotate(45deg)}#qlwapp .qlwapp-box .qlwapp-message{word-break:break-all}#qlwapp .qlwapp-box .qlwapp-user{width:auto;max-width:75%;align-self:flex-start;justify-self:flex-end;margin-top:0}#qlwapp .qlwapp-box .qlwapp-user:before{top:auto;bottom:-6px;left:24px}#qlwapp .qlwapp-box .qlwapp-padding{padding-bottom:56px}#qlwapp .qlwapp-box .qlwapp-footer,#qlwapp .qlwapp-box .qlwapp-response{position:absolute;bottom:0;left:0;right:0;height:auto;width:100%}#qlwapp .qlwapp-box .qlwapp-footer,#qlwapp .qlwapp-box .qlwapp-footer pre,#qlwapp .qlwapp-box .qlwapp-footer textarea,#qlwapp .qlwapp-box .qlwapp-response,#qlwapp .qlwapp-box .qlwapp-response pre,#qlwapp .qlwapp-box .qlwapp-response textarea{max-height:160px}#qlwapp .qlwapp-box .qlwapp-footer pre,#qlwapp .qlwapp-box .qlwapp-footer textarea,#qlwapp .qlwapp-box .qlwapp-response pre,#qlwapp .qlwapp-box .qlwapp-response textarea{color:inherit;background-color:inherit}#qlwapp .qlwapp-box .qlwapp-footer:before,#qlwapp .qlwapp-box .qlwapp-response:before{pointer-events:none;position:absolute;content:"";height:59px;top:0;background:linear-gradient(315deg,transparent 0%,rgb(0 0 0 / .025) 100%);left:0;right:0}#qlwapp .qlwapp-box .qlwapp-footer{min-height:56px;display:flex;align-items:center;text-align:center;font-size:12px;padding:12px 36px}#qlwapp .qlwapp-box .qlwapp-footer p{padding:0;font-size:inherit}#qlwapp .qlwapp-box .qlwapp-footer p:last-child{margin-bottom:0}#qlwapp .qlwapp-box .qlwapp-response,#qlwapp .qlwapp-box .qlwapp-response pre,#qlwapp .qlwapp-box .qlwapp-response textarea,#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons{min-height:56px}#qlwapp .qlwapp-box .qlwapp-response pre,#qlwapp .qlwapp-box .qlwapp-response textarea{width:100%;height:100%;resize:none;border:none;padding:18px 88px 18px 36px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1em!important;font-weight:400;line-height:20px;white-space:pre-wrap;word-wrap:break-word;border-radius:inherit;margin:0}#qlwapp .qlwapp-box .qlwapp-response pre{visibility:hidden}#qlwapp .qlwapp-box .qlwapp-response textarea{position:absolute;bottom:0;left:0}#qlwapp .qlwapp-box .qlwapp-response textarea:focus{outline:none}#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons{position:absolute;top:0;right:21px;display:flex;align-items:center}#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons.active>i{display:none}#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons.active>i.qlwf-emoji{display:block}#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons>i{opacity:.4}#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons>i,#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons>a{cursor:pointer;margin:0 0 0 10px;display:inherit;font-size:18px;line-height:24px;text-decoration:none}#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text{color:#303030}#qlwapp .qlwapp-box,#qlwapp .qlwapp-box:before{background-color:#fff}#qlwapp .qlwapp-box .qlwapp-account{background-color:#fff}#qlwapp .qlwapp-box .qlwapp-account:not(:first-child){border-top:1px solid #f5f5f5}#qlwapp .qlwapp-box .qlwapp-avatar .qlwapp-avatar-container{background-color:#eee}#qlwapp .qlwapp-box .qlwapp-message,#qlwapp .qlwapp-box .qlwapp-message:before{background-color:#eee}#qlwapp .qlwapp-box .qlwapp-footer,#qlwapp .qlwapp-box .qlwapp-response{color:#303030;background-color:#fff;border-top:1px solid #e6e6e6}#qlwapp .qlwapp-toggle,#qlwapp .qlwapp-box .qlwapp-header,#qlwapp .qlwapp-box .qlwapp-user,#qlwapp .qlwapp-box .qlwapp-user:before{background-color:var(--qlwapp-scheme-brand,#25d366)}#qlwapp .qlwapp-previous,#qlwapp .qlwapp-close,#qlwapp .qlwapp-toggle,#qlwapp .qlwapp-box .qlwapp-header,#qlwapp .qlwapp-box .qlwapp-contact,#qlwapp .qlwapp-box .qlwapp-user{color:var(--qlwapp-scheme-text,#ffffff)}#qlwapp .qlwapp-info .qlwapp-label{color:var(--qlwapp-scheme-contact-role-color,inherit)}#qlwapp .qlwapp-info .qlwapp-name{color:var(--qlwapp-scheme-contact-name-color,inherit)}#qlwapp .qlwapp-info .qlwapp-time{color:var(--qlwapp-scheme-contact-availability-color,inherit)}#qlwapp{animation-duration:1.5s;animation-timing-function:ease-in;animation-name:var(--qlwapp-button-animation-name,"none");animation-delay:var(--qlwapp-button-animation-delay,0);animation-iteration-count:1;transform-origin:center;display:none}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}@keyframes shakeX{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeY{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}#qlwapp.qlwapp-show .qlwapp-box{visibility:visible;opacity:1;transform:translateY(0) scale(1);display:block}#qlwapp.qlwapp-transition .qlwapp-box{visibility:visible;display:block}#qlwapp.qlwapp-bubble.qlwapp-show .qlwapp-toggle .qlwapp-icon{transform:scale(0,0);opacity:0}#qlwapp.qlwapp-bubble.qlwapp-show .qlwapp-toggle .qlwapp-close{transform:scale(1,1);opacity:1}#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close{transform:scale(0,0);opacity:0}#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon{transform:scale(1,1);opacity:1}#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon,#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close{transition:transform 300ms cubic-bezier(.215,.61,.355,1),opacity 300ms ease-in}#qlwapp .qlwapp-box{display:none;opacity:0;visibility:hidden;transform:translateY(50px);transition:transform 300ms cubic-bezier(.215,.61,.355,1),opacity 300ms ease-in}@media(min-width:430px){#qlwapp .qlwapp-box{transform:translateY(50px) scale(.9)}}#qlwapp .qlwapp-box .qlwapp-carousel{display:flex;width:200%;height:100%}#qlwapp .qlwapp-box .qlwapp-carousel .qlwapp-slide{width:50%;transition:max-height 500ms cubic-bezier(.215,.61,.355,1) 1000ms,transform 300ms cubic-bezier(.215,.61,.355,1) 500ms,opacity 500ms ease-in 500ms}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-slide{max-height:300px}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name,#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label,#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar{opacity:0;transition:transform cubic-bezier(.215,.61,.355,1) .3s,opacity ease-in .3s}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name,#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label{transform:translateX(56px)}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar{transform:scale(.5)}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name{transition-delay:800ms}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label{transition-delay:850ms}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar{transition-delay:900ms}#qlwapp .qlwapp-box .qlwapp-footer,#qlwapp .qlwapp-box .qlwapp-response,#qlwapp .qlwapp-box .qlwapp-previous,#qlwapp .qlwapp-box .qlwapp-message,#qlwapp .qlwapp-box .qlwapp-user{transition:transform cubic-bezier(.215,.61,.355,1) 600ms,opacity ease-in 200ms}#qlwapp .qlwapp-box .qlwapp-response,#qlwapp .qlwapp-box .qlwapp-previous,#qlwapp .qlwapp-box .qlwapp-user{opacity:0}#qlwapp .qlwapp-box .qlwapp-response{pointer-events:none}#qlwapp .qlwapp-box .qlwapp-previous{transform:translateX(56px)}#qlwapp .qlwapp-box .qlwapp-user{transform:translateY(56px)}#qlwapp .qlwapp-box .qlwapp-close{transition:opacity 300ms cubic-bezier(.215,.61,.355,1)}#qlwapp .qlwapp-box .qlwapp-description{transition:transform 600ms cubic-bezier(.215,.61,.355,1),opacity 900ms cubic-bezier(.215,.61,.355,1)}#qlwapp .qlwapp-box .qlwapp-account{transition:transform 600ms cubic-bezier(.215,.61,.355,1),opacity 150ms ease-in}#qlwapp .qlwapp-box .qlwapp-previous{transition-delay:800ms}#qlwapp .qlwapp-box .qlwapp-message{transition-delay:900ms}#qlwapp .qlwapp-box .qlwapp-close,#qlwapp .qlwapp-box .qlwapp-description{transition-delay:900ms}#qlwapp .qlwapp-box .qlwapp-user{transition-delay:200ms}#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(6){transition-delay:600ms}#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(5){transition-delay:500ms}#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(4){transition-delay:400ms}#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(3){transition-delay:300ms}#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(2){transition-delay:200ms}#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(1){transition-delay:100ms}#qlwapp .qlwapp-box .qlwapp-slide .qlwapp-message{opacity:0;transform:translateY(-56px)}#qlwapp .qlwapp-box .qlwapp-slide .qlwapp-box .qlwapp-account:hover{background-color:#fafafa}#qlwapp .qlwapp-box.response .qlwapp-carousel .qlwapp-slide{transform:translateX(-100%)}#qlwapp .qlwapp-box.response .qlwapp-body .qlwapp-carousel{overflow:hidden;min-height:122px}#qlwapp .qlwapp-box.response .qlwapp-close{transition-delay:0ms}#qlwapp .qlwapp-box.response .qlwapp-close,#qlwapp .qlwapp-box.response .qlwapp-footer,#qlwapp .qlwapp-box.response .qlwapp-description,#qlwapp .qlwapp-box.response .qlwapp-account{opacity:0}#qlwapp .qlwapp-box.response .qlwapp-account{transform:translateY(-33.333%);border-top-color:#fff0!important}#qlwapp .qlwapp-box.response .qlwapp-user{display:block}#qlwapp .qlwapp-box.response .qlwapp-message,#qlwapp .qlwapp-box.response .qlwapp-previous,#qlwapp .qlwapp-box.response .qlwapp-response{opacity:1}#qlwapp .qlwapp-box.response .qlwapp-response{pointer-events:all}#qlwapp .qlwapp-box.response .qlwapp-message,#qlwapp .qlwapp-box.response .qlwapp-previous{transform:translate(0)}#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-slide{max-height:84px}#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-name,#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-avatar{opacity:1}#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-label{opacity:.5}#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-name,#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-label{transform:translateX(0)}#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-avatar{transform:scale(1)}#qlwapp .qlwapp-box.response.opening .qlwapp-footer,#qlwapp .qlwapp-box.response.opening .qlwapp-response,#qlwapp .qlwapp-box.response.opening .qlwapp-close,#qlwapp .qlwapp-box.response.opening .qlwapp-previous,#qlwapp .qlwapp-box.response.opening .qlwapp-description,#qlwapp .qlwapp-box.response.opening .qlwapp-header .qlwapp-name,#qlwapp .qlwapp-box.response.opening .qlwapp-header .qlwapp-label{visibility:visible}#qlwapp .qlwapp-box.texting .qlwapp-body{overflow-y:auto}#qlwapp .qlwapp-box.texting .qlwapp-user{opacity:1;transform:translate(0)}#qlwapp .qlwapp-box.closing .qlwapp-message{transition:all .4s;transform:translateY(100%);opacity:0}#qlwapp .qlwapp-box.closing .qlwapp-previous{transition-delay:0ms;transform:translateX(-24px);opacity:0;transition:transform cubic-bezier(.215,.61,.355,1) 300ms,opacity ease-out 200ms}#qlwapp .qlwapp-box.closing .qlwapp-description{opacity:0}body.rtl #qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon{margin:0 0 0 12px}body.rtl #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons{right:auto;left:21px;flex-direction:row-reverse}body.rtl #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons>a{transform:rotate(180deg)}body.rtl #qlwapp .qlwapp-box .qlwapp-response pre,body.rtl #qlwapp .qlwapp-box .qlwapp-response textarea{padding:18px 36px 18px 88px}body.rtl #qlwapp .qlwapp-box.response .qlwapp-carousel .qlwapp-slide{transform:translateX(100%)}body.rtl #qlwapp .qlwapp-box .qlwapp-contact{flex-direction:row-reverse}.product #qlwapp{display:inline-block!important;width:auto!important}.product #qlwapp.qlwapp-button .qlwapp-toggle{margin:0}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(https://www.limrasoftech.com/wp-content/plugins/popup-anything-on-click/assets/css/../fonts/fontawesome-webfont.eot#1770330735);src:url(https://www.limrasoftech.com/wp-content/plugins/popup-anything-on-click/assets/css/../fonts/fontawesome-webfont.eot#1770330735) format('embedded-opentype'),url(https://www.limrasoftech.com/wp-content/plugins/popup-anything-on-click/assets/css/../fonts/fontawesome-webfont.woff2#1770330735) format('woff2'),url(https://www.limrasoftech.com/wp-content/plugins/popup-anything-on-click/assets/css/../fonts/fontawesome-webfont.woff#1770330735) format('woff'),url(https://www.limrasoftech.com/wp-content/plugins/popup-anything-on-click/assets/css/../fonts/fontawesome-webfont.ttf#1770330735) format('truetype'),url(https://www.limrasoftech.com/wp-content/plugins/popup-anything-on-click/assets/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.custombox-content,.custombox-overlay{position:fixed;overflow:hidden;top:0;width:100%;height:100%}.custombox-overlay{z-index:9997;opacity:0;transition-delay:0s;transition-timing-function:linear;transition-property:opacity}.custombox-content{z-index:9999;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:stretch;align-content:stretch}.custombox-lock{overflow:hidden}.custombox-reference{display:none}.custombox-content{overflow-y:auto}.custombox-content>*{max-width:100%;max-height:95%}.custombox-fullscreen.custombox-content{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:stretch;align-items:stretch}.custombox-fullscreen.custombox-content>*{width:100%;max-height:100%}.custombox-y-top{-ms-flex-align:baseline;align-items:baseline}.custombox-x-left{-ms-flex-align:start;align-items:flex-start}.custombox-y-center{-ms-flex-align:center;align-items:center}.custombox-y-bottom{-ms-flex-align:end;align-items:flex-end}.custombox-x-center{-ms-flex-pack:center;justify-content:center}.custombox-x-right{-ms-flex-pack:end;justify-content:flex-end}.custombox-perspective,.custombox-perspective body{perspective:600px;height:100%;overflow:hidden}.custombox-perspective .custombox-container{overflow:hidden;height:100%}@keyframes paoc-fadeIn{from{transform:scale(.7);transition-property:all}to{transform:scale(1);opacity:1}}@keyframes fadeOut{from{transform:scale(1);opacity:1}to{transform:scale(.7);transition-property:all}}.custombox-fadein.custombox-content{opacity:0}.custombox-fadein.custombox-content.custombox-open{animation-name:paoc-fadeIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-fadein.custombox-content.custombox-close{animation-name:fadeOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes slideInTop{from{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideOutTop{from{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes slideInBottom{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideOutBottom{from{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes slideInLeft{from{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideOutLeft{from{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slideInRight{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideOutRight{from{transform:translateX(0)}to{transform:translateX(100%)}}.custombox-contentscale.custombox-content,.custombox-letmein.custombox-content,.custombox-makeway.custombox-content,.custombox-push.custombox-content,.custombox-slide.custombox-content,.custombox-slip.custombox-content{-ms-transform:translateX(-100%);transform:translateX(-100%)}.custombox-contentscale.custombox-content.custombox-open.custombox-top,.custombox-letmein.custombox-content.custombox-open.custombox-top,.custombox-makeway.custombox-content.custombox-open.custombox-top,.custombox-push.custombox-content.custombox-open.custombox-top,.custombox-slide.custombox-content.custombox-open.custombox-top,.custombox-slip.custombox-content.custombox-open.custombox-top{animation-name:slideInTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-open.custombox-bottom,.custombox-letmein.custombox-content.custombox-open.custombox-bottom,.custombox-makeway.custombox-content.custombox-open.custombox-bottom,.custombox-push.custombox-content.custombox-open.custombox-bottom,.custombox-slide.custombox-content.custombox-open.custombox-bottom,.custombox-slip.custombox-content.custombox-open.custombox-bottom{animation-name:slideInBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-open.custombox-left,.custombox-letmein.custombox-content.custombox-open.custombox-left,.custombox-makeway.custombox-content.custombox-open.custombox-left,.custombox-push.custombox-content.custombox-open.custombox-left,.custombox-slide.custombox-content.custombox-open.custombox-left,.custombox-slip.custombox-content.custombox-open.custombox-left{animation-name:slideInLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-open.custombox-right,.custombox-letmein.custombox-content.custombox-open.custombox-right,.custombox-makeway.custombox-content.custombox-open.custombox-right,.custombox-push.custombox-content.custombox-open.custombox-right,.custombox-slide.custombox-content.custombox-open.custombox-right,.custombox-slip.custombox-content.custombox-open.custombox-right{animation-name:slideInRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-close.custombox-top,.custombox-letmein.custombox-content.custombox-close.custombox-top,.custombox-makeway.custombox-content.custombox-close.custombox-top,.custombox-push.custombox-content.custombox-close.custombox-top,.custombox-slide.custombox-content.custombox-close.custombox-top,.custombox-slip.custombox-content.custombox-close.custombox-top{animation-name:slideOutTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-close.custombox-bottom,.custombox-letmein.custombox-content.custombox-close.custombox-bottom,.custombox-makeway.custombox-content.custombox-close.custombox-bottom,.custombox-push.custombox-content.custombox-close.custombox-bottom,.custombox-slide.custombox-content.custombox-close.custombox-bottom,.custombox-slip.custombox-content.custombox-close.custombox-bottom{animation-name:slideOutBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-close.custombox-left,.custombox-letmein.custombox-content.custombox-close.custombox-left,.custombox-makeway.custombox-content.custombox-close.custombox-left,.custombox-push.custombox-content.custombox-close.custombox-left,.custombox-slide.custombox-content.custombox-close.custombox-left,.custombox-slip.custombox-content.custombox-close.custombox-left{animation-name:slideOutLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-close.custombox-right,.custombox-letmein.custombox-content.custombox-close.custombox-right,.custombox-makeway.custombox-content.custombox-close.custombox-right,.custombox-push.custombox-content.custombox-close.custombox-right,.custombox-slide.custombox-content.custombox-close.custombox-right,.custombox-slip.custombox-content.custombox-close.custombox-right{animation-name:slideOutRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes newspaperIn{from{transform:scale(0) rotate(720deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}@keyframes newspaperOut{from{transform:scale(1) rotate(0);opacity:1}to{transform:scale(0) rotate(720deg);opacity:0}}.custombox-newspaper.custombox-content{opacity:0}.custombox-newspaper.custombox-content.custombox-open{animation-name:newspaperIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-newspaper.custombox-content.custombox-close{animation-name:newspaperOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes fallIn{from{transform-style:preserve-3d;transform:translateZ(600px) rotateX(20deg);opacity:0}to{transition-timing-function:ease-in;transition-property:all;transform:translateZ(0) rotateX(0);opacity:1}}@keyframes fallOut{from{transition-timing-function:ease-in;transition-property:all;transform:translateZ(0) rotateX(0);opacity:1}to{transform-style:preserve-3d;transform:translateZ(600px) rotateX(20deg);opacity:0}}.custombox-fall.custombox-content{opacity:0}.custombox-fall.custombox-content.custombox-open{animation-name:fallIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-fall.custombox-content.custombox-close{animation-name:fallOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes sidefallIn{from{transform-style:preserve-3d;transform:translate(30%) translateZ(600px) rotate(10deg);opacity:0}to{transition-timing-function:ease-in;transition-property:all;transform:translate(0) translateZ(0) rotate(0);opacity:1}}@keyframes sidefallOut{from{transition-timing-function:ease-in;transition-property:all;transform:translate(0) translateZ(0) rotate(0);opacity:1}to{transform-style:preserve-3d;transform:translate(30%) translateZ(600px) rotate(10deg);opacity:0}}.custombox-sidefall.custombox-content{opacity:0}.custombox-sidefall.custombox-content.custombox-open{animation-name:sidefallIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-sidefall.custombox-content.custombox-close{animation-name:sidefallOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes blurInTop{from{transform:translateY(-5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes blurOutTop{from{transform:translateY(0);opacity:1}to{transform:translateY(-5%);opacity:0}}@keyframes blurInBottom{from{transform:translateY(5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes blurOutBottom{from{transform:translateY(0);opacity:1}to{transform:translateY(5%);opacity:0}}@keyframes blurInRight{from{transform:translateX(5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes blurOutRight{from{transform:translateY(0);opacity:1}to{transform:translateX(5%);opacity:0}}@keyframes blurInLeft{from{transform:translateX(-5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes blurOutLeft{from{transform:translateY(0);opacity:1}to{transform:translateX(-5%);opacity:0}}@keyframes blurInContainer{from{filter:blur(0)}to{filter:blur(3px)}}@keyframes blurOutContainer{from{filter:blur(3px)}to{filter:blur(0)}}.custombox-blur.custombox-content{opacity:0}.custombox-blur.custombox-content.custombox-open.custombox-top{animation-name:blurInTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-open.custombox-bottom{animation-name:blurInBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-open.custombox-left{animation-name:blurInLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-open.custombox-right{animation-name:blurInRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-close.custombox-top{animation-name:blurOutTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-close.custombox-bottom{animation-name:blurOutBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-close.custombox-right{animation-name:blurOutRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-close.custombox-left{animation-name:blurOutLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-container{animation-name:blurOutContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-container.custombox-open{animation-name:blurInContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes flipInTop{from{transform-style:preserve-3d;transform:rotateX(-70deg)}to{transform:rotateY(0);opacity:1}}@keyframes flipOutTop{from{transform:rotateY(0);opacity:1}to{transform-style:preserve-3d;transform:rotateX(-70deg)}}@keyframes flipInBottom{from{transform-style:preserve-3d;transform:rotateX(70deg)}to{transform:rotateY(0);opacity:1}}@keyframes flipOutBottom{from{transform:rotateY(0);opacity:1}to{transform-style:preserve-3d;transform:rotateX(70deg)}}@keyframes flipInRight{from{transform-style:preserve-3d;transform:rotateY(70deg)}to{transform:rotateY(0);opacity:1}}@keyframes flipOutRight{from{transform:rotateY(0);opacity:1}to{transform-style:preserve-3d;transform:rotateY(70deg)}}@keyframes flipInLeft{from{transform-style:preserve-3d;transform:rotateY(-70deg)}to{transform:rotateY(0);opacity:1}}@keyframes flipOutLeft{from{transform:rotateY(0);opacity:1}to{transform-style:preserve-3d;transform:rotateY(-70deg)}}.custombox-flip.custombox-content{opacity:0}.custombox-flip.custombox-content.custombox-open.custombox-top{animation-name:flipInTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-open.custombox-bottom{animation-name:flipInBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-open.custombox-right{animation-name:flipInRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-open.custombox-left{animation-name:flipInLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-close.custombox-top{animation-name:flipOutTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-close.custombox-bottom{animation-name:flipOutBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-close.custombox-right{animation-name:flipOutRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-close.custombox-left{animation-name:flipOutLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes signIn{from{transform-style:preserve-3d;transform:rotateX(-60deg);transform-origin:50% 0;transition-property:all}to{transform:rotateX(0);opacity:1}}@keyframes signOut{from{transform:rotateX(0);opacity:1}to{transform-style:preserve-3d;transform:rotateX(-60deg);transform-origin:50% 0;transition-property:all}}.custombox-sign{perspective:1300px}.custombox-sign.custombox-content{opacity:0}.custombox-sign.custombox-content.custombox-open{animation-name:signIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-sign.custombox-content.custombox-close{animation-name:signOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes superscaledIn{from{transform:scale(2)}to{transform:scale(1);opacity:1}}@keyframes superscaledOut{from{transform:scale(1);opacity:1}to{transform:scale(2)}}.custombox-superscaled.custombox-content{opacity:0}.custombox-superscaled.custombox-content.custombox-open{animation-name:superscaledIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-superscaled.custombox-content.custombox-close{animation-name:superscaledOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes slitIn{0%{transform:translateZ(-3000px) rotateY(90deg)}50%{transform:translateZ(-250px) rotateY(89deg);opacity:1;animation-timing-function:ease-out}100%{transform:translateZ(0) rotateY(0);opacity:1}}@keyframes slitOut{0%{transform:translateZ(0) rotateY(0);opacity:1}50%{transform:translateZ(-250px) rotateY(89deg);opacity:1;animation-timing-function:ease-out}100%{transform:translateZ(-3000px) rotateY(90deg)}}.custombox-slit.custombox-content{opacity:0;transform-style:preserve-3d}.custombox-slit.custombox-content.custombox-open{animation-name:slitIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slit.custombox-content.custombox-close{animation-name:slitOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes rotateIn{from{transform-style:preserve-3d;transform:translateY(0) rotateX(90deg);transform-origin:0 100%;opacity:0;transition-timing-function:ease-out;transition-property:all}to{transform:translateY(0) rotateX(0);opacity:1}}@keyframes rotateOut{from{transform:translateY(0) rotateX(0);opacity:1}to{transform-style:preserve-3d;transform:translateY(0) rotateX(90deg);transform-origin:0 100%;opacity:0;transition-timing-function:ease-out;transition-property:all}}.custombox-rotate{perspective:2300px}.custombox-rotate.custombox-content{-ms-transform:translateY(-100%);transform:translateY(-100%)}.custombox-rotate.custombox-content.custombox-open{animation-name:rotateIn;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-rotate.custombox-content.custombox-close{animation-name:rotateOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes letmeinBottomOverlay{to{transform:rotateX(-2deg);transform-origin:50% 0;transform-style:preserve-3d}}@keyframes letmeinOutBottomOverlay{from{transform:rotateX(-2deg);transform-origin:50% 0;transform-style:preserve-3d}to{opacity:0}}@keyframes letmeinLeftOverlay{to{transform:rotateY(-2deg);transform-origin:50% 0;transform-style:preserve-3d}}@keyframes letmeinOutLeftOverlay{from{transform:rotateY(-2deg);transform-origin:50% 0;transform-style:preserve-3d}to{opacity:0}}@keyframes letmeinRightOverlay{to{transform:rotateY(2deg);transform-origin:50% 0;transform-style:preserve-3d}}@keyframes letmeinOutRightOverlay{from{transform:rotateY(2deg);transform-origin:50% 0;transform-style:preserve-3d}to{opacity:0}}@keyframes letmeinTopOverlay{to{transform:rotateX(2deg);transform-origin:0 50%;transform-style:preserve-3d}}@keyframes letmeinOutTopOverlay{from{transform:rotateX(2deg);transform-origin:50% 0;transform-style:preserve-3d}to{opacity:0}}.custombox-letmein.custombox-overlay.custombox-open.custombox-top{animation-name:letmeinTopOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-open.custombox-bottom{animation-name:letmeinBottomOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-open.custombox-left{animation-name:letmeinLeftOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-open.custombox-right{animation-name:letmeinRightOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-close.custombox-top{animation-name:letmeinOutTopOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-close.custombox-bottom{animation-name:letmeinOutBottomOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-close.custombox-left{animation-name:letmeinOutLeftOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-close.custombox-right{animation-name:letmeinOutRightOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes makewayInContainer{50%{transform:translateZ(-50px) rotateY(5deg);animation-timing-function:ease-out}100%{transform:translateZ(-200px)}}@keyframes makewayOutContainer{0%{transform:translateZ(-200px)}50%{transform:translateZ(-50px) rotateY(5deg);animation-timing-function:ease-out}100%{opacity:0}}@keyframes makewayInTop{from{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes makewayOutTop{from{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes makewayInBottom{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes makewayOutBottom{from{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes makewayInLeft{from{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes makewayOutLeft{from{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes makewayInRight{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes makewayOutRight{from{transform:translateX(0)}to{transform:translateX(100%)}}.custombox-makeway.custombox-overlay{transform-style:preserve-3d;-ms-transform-origin:0 50%;transform-origin:0 50%}.custombox-makeway.custombox-overlay.custombox-open{animation-name:makewayInContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-makeway.custombox-overlay.custombox-close{animation-name:makewayOutContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-makeway.custombox-container{transform-style:preserve-3d;-ms-transform-origin:0 50%;transform-origin:0 50%}.custombox-makeway.custombox-container.custombox-open{animation-name:makewayInContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-makeway.custombox-container.custombox-close{animation-name:makewayOutContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes slipTopOverlay{50%{transform:rotateX(10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipOutTopOverlay{50%{transform:rotateX(10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipRightOverlay{50%{transform:rotateY(10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipOutRightOverlay{50%{transform:rotateY(10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipBottomOverlay{50%{transform:rotateX(-10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipOutBottomOverlay{50%{transform:rotateX(-10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipLeftOverlay{50%{transform:rotateY(-10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipOutLeftOverlay{50%{transform:rotateY(-10deg);transform-origin:50% 100%;transform-style:preserve-3d}}.custombox-slip.custombox-overlay.custombox-open.custombox-top{animation-name:slipTopOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-open.custombox-bottom{animation-name:slipBottomOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-open.custombox-left{animation-name:slipLeftOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-open.custombox-right{animation-name:slipRightOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-close.custombox-top{animation-name:slipOutTopOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-close.custombox-bottom{animation-name:slipOutBottomOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-close.custombox-left{animation-name:slipOutLeftOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-close.custombox-right{animation-name:slipOutRightOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-open.custombox-top{animation-name:slipTopOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-open.custombox-bottom{animation-name:slipBottomOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-open.custombox-left{animation-name:slipLeftOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-open.custombox-right{animation-name:slipRightOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-close.custombox-top{animation-name:slipOutTopOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-close.custombox-bottom{animation-name:slipOutBottomOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-close.custombox-left{animation-name:slipOutLeftOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-close.custombox-right{animation-name:slipOutRightOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes cornerInOverlay{from{transform:translateY(150px) translateX(150px);transition-property:opacity,transform,visibility}to{transform:translateY(0);transition-property:opacity,transform}}@keyframes cornerOutOverlay{from{transform:translateY(0);transition-property:opacity,transform}to{transform:translateY(150px) translateX(150px);transition-property:opacity,transform,visibility;opacity:0}}@keyframes cornerInContent{from{transform:translateY(150px) translateX(150px);transition-property:opacity,transform,visibility}to{transform:translateY(0);transition-property:opacity,transform;opacity:1}}@keyframes cornerOutContent{from{transform:translateY(0);transition-property:opacity,transform;opacity:1}to{transform:translateY(150px) translateX(150px);transition-property:opacity,transform,visibility;opacity:0}}.custombox-corner.custombox-overlay.custombox-open{animation-name:cornerInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-corner.custombox-overlay.custombox-close{animation-name:cornerOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-corner.custombox-content.custombox-open{animation-name:cornerInContent;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-corner.custombox-content.custombox-close{animation-name:cornerOutContent;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content,.custombox-slidetogether.custombox-overlay{-ms-transform:translateX(-100%);transform:translateX(-100%)}.custombox-slidetogether.custombox-content.custombox-open.custombox-top,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-top{animation-name:slideInTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-open.custombox-bottom,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-bottom{animation-name:slideInBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-open.custombox-left,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-left{animation-name:slideInLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-open.custombox-right,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-right{animation-name:slideInRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-close.custombox-top,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-top{animation-name:slideOutTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-close.custombox-bottom,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-bottom{animation-name:slideOutBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-close.custombox-left,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-left{animation-name:slideOutLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-close.custombox-right,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-right{animation-name:slideOutRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes scaleInOverlay{from{transform:scale(.9);transition:transform;opacity:0}to{transform:scale(1);transition:transform}}@keyframes scaleOutOverlay{from{transform:scale(1);transition:transform}to{transform:scale(.9);transition:transform;opacity:0;opacity:0}}.custombox-scale.custombox-overlay.custombox-open{animation-name:scaleInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-scale.custombox-overlay.custombox-close{animation-name:scaleOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-scale.custombox-content.custombox-open{animation-name:scaleInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-scale.custombox-content.custombox-close{animation-name:scaleOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes doorInOverlay{from{position:fixed;bottom:0;left:50%;right:50%;width:0}to{width:100%;left:0;right:0;transition-property:width}}@keyframes doorOutOverlay{from{width:100%;left:0;right:0;transition-property:width}to{position:fixed;bottom:0;left:50%;right:50%;width:0}}.custombox-door.custombox-overlay.custombox-open{animation-name:doorInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-door.custombox-overlay.custombox-close{animation-name:doorOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-door.custombox-content.custombox-open{animation-name:doorInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-door.custombox-content.custombox-close{animation-name:doorOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes pushInLeftOverlay{from{transform:translateX(-100%)}to{transform:translateX(0) translateY(0)}}@keyframes pushOutLeftOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateX(-100%)}}@keyframes pushInRightOverlay{from{transform:translateX(100%)}to{transform:translateX(0) translateY(0)}}@keyframes pushOutRightOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateX(100%)}}@keyframes pushInTopOverlay{from{transform:translateY(-100%)}to{transform:translateX(0) translateY(0)}}@keyframes pushOutTopOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateY(-100%)}}@keyframes pushInBottomOverlay{from{transform:translateY(100%)}to{transform:translateX(0) translateY(0)}}@keyframes pushOutBottomOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateY(100%)}}@keyframes pushOutTopOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateY(-100%)}}@keyframes pushInLeftContainer{from{overflow-x:hidden;transition-property:transform}to{transform:translateX(100%)}}@keyframes pushOutLeftContainer{from{transform:translateX(100%)}to{overflow-x:hidden;transition-property:transform}}@keyframes pushInRightContainer{from{overflow-x:hidden;transition-property:transform}to{transform:translateX(-100%)}}@keyframes pushOutRightContainer{from{transform:translateX(-100%)}to{overflow-x:hidden;transition-property:transform}}@keyframes pushInTopContainer{from{overflow-x:hidden;transition-property:transform}to{transform:translateY(100%)}}@keyframes pushOutTopContainer{from{transform:translateY(100%)}to{overflow-x:hidden;transition-property:transform}}@keyframes pushInBottomContainer{from{overflow-x:hidden;transition-property:transform}to{transform:translateY(-100%)}}@keyframes pushOutBottomContainer{from{transform:translateY(-100%)}to{overflow-x:hidden;transition-property:transform}}.custombox-push.custombox-overlay{transition-property:transform}.custombox-push.custombox-overlay.custombox-open.custombox-top{animation-name:pushInTopOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-open.custombox-bottom{animation-name:pushInBottomOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-open.custombox-left{animation-name:pushInLeftOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-open.custombox-right{animation-name:pushInRightOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-close.custombox-top{animation-name:pushOutTopOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-close.custombox-bottom{animation-name:pushOutBottomOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-close.custombox-left{animation-name:pushOutLeftOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-close.custombox-right{animation-name:pushOutRightOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-open.custombox-top{animation-name:pushInTopContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-open.custombox-bottom{animation-name:pushInBottomContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-open.custombox-left{animation-name:pushInLeftContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-open.custombox-right{animation-name:pushInRightContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-close.custombox-top{animation-name:pushOutTopContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-close.custombox-bottom{animation-name:pushOutBottomContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-close.custombox-left{animation-name:pushOutLeftContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-close.custombox-right{animation-name:pushOutRightContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes contentscaleInContainer{from{transition:transform}to{transform:scale(.8)}}@keyframes contentscaleOutContainer{from{transform:scale(.8)}to{transition:transform}}.custombox-contentscale.custombox-overlay{-ms-transform:translateX(-100%);transform:translateX(-100%)}.custombox-contentscale.custombox-overlay.custombox-open.custombox-top{animation-name:slideInTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-open.custombox-bottom{animation-name:slideInBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-open.custombox-left{animation-name:slideInLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-open.custombox-right{animation-name:slideInRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-close.custombox-top{animation-name:slideOutTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-close.custombox-bottom{animation-name:slideOutBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-close.custombox-left{animation-name:slideOutLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-close.custombox-right{animation-name:slideOutRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-container.custombox-open{animation-name:contentscaleInContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-container.custombox-close{animation-name:contentscaleOutContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes swellOpen{0%{opacity:0;transform:translate3d(calc(-100vw - 50%),0,0)}50%{opacity:1;transform:translate3d(100px,0,0)}100%{opacity:1;transform:translate3d(0,0,0)}}@keyframes swellClose{0%{opacity:1;transform:translate3d(0,0,0)}50%{opacity:1;transform:translate3d(-100px,0,0) scale3d(1.1,1.1,1)}100%{opacity:0;transform:translate3d(calc(100vw + 50%),0,0)}}.custombox-swell.custombox-content{opacity:0}.custombox-swell.custombox-content.custombox-open{animation-name:swellOpen;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-swell.custombox-content.custombox-close{animation-name:swellClose;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes rotatedownOpen{0%{opacity:0;transform:rotate3d(0,0,1,-45deg)}100%{opacity:1;transform:rotate3d(0,0,1,0deg)}}@keyframes rotatedownClose{0%{opacity:1}100%{opacity:0;transform:rotate3d(0,0,1,45deg)}}@keyframes rotatedownElem{0%{opacity:0;transform:translate3d(0,-150px,0) rotate3d(0,0,1,-20deg)}100%{opacity:1;transform:translate3d(0,0,0) rotate3d(0,0,1,0deg)}}.custombox-rotatedown.custombox-content{opacity:0;animation-timing-function:cubic-bezier(.7,0,.3,1);-ms-transform-origin:-150% 50%;transform-origin:-150% 50%}.custombox-rotatedown.custombox-content.custombox-open{animation-name:rotatedownOpen;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-rotatedown.custombox-content.custombox-close{animation-name:rotatedownClose;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes flashOpen{0%{opacity:0;transform:translate3d(-400px,0,0) scale3d(1.4,0,1)}100%{opacity:1;transform:translate3d(0,0,0) scale3d(1,1,1)}}@keyframes flashClose{0%{opacity:1;transform:translate3d(0,0,0) scale3d(1,1,1)}20%{opacity:1;transform:translate3d(0,0,0) scale3d(1,1,1)}100%{opacity:0;transform:translate3d(-400px,0,0) scale3d(1.4,0,1)}}.custombox-flash.custombox-content{opacity:0;animation-timing-function:cubic-bezier(.7,0,.3,1)}.custombox-flash.custombox-content.custombox-open{animation-name:flashOpen;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flash.custombox-content.custombox-close{animation-name:flashClose;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.custombox-loader{display:none;border-style:solid;border-width:5px;border-radius:50%;width:40px;height:40px;animation-name:spin;animation-timing-function:linear;animation-iteration-count:infinite;position:fixed;top:50%;left:50%;margin:-25px 0 0 -25px;z-index:9998}.paoc-clearfix:before,.paoc-clearfix:after{content:"";display:table}.paoc-clearfix::after{clear:both}.paoc-clear{clear:both}.paoc-hide{display:none}.paoc-center{text-align:center}.paoc-left{text-align:left}.paoc-padding-20{padding:20px}.paoc-padding-30{padding:30px}.paoc-lr-padding{padding-left:15px;padding-right:15px}.paoc-wrap,.paoc-wrap *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none}.paoc-cb-popup-body{display:none;background-color:#FFF;max-width:800px;width:100%;position:relative;box-shadow:0 11px 15px -7px rgb(0 0 0 / .2),0 24px 38px 3px rgb(0 0 0 / .14),0 9px 46px 8px rgb(0 0 0 / .12);line-height:normal}.paoc-popup-overlay.custombox-open.custombox-overlay{opacity:1;z-index:100000}.custombox-open.custombox-content{z-index:100002}.custombox-content>*{max-height:inherit!important}.paoc-popup iframe{width:100%}.paoc-popup img{max-width:100%;height:auto}.paoc-iframe-wrap{position:relative;overflow:hidden;padding-top:56.25%}.paoc-iframe-wrap iframe{position:absolute;left:0;top:0;border:0;height:100%}.paoc-image-popup{padding:10px 0}.paoc-popup-inr-wrap{position:relative}.paoc-popup-inr{width:100%;color:#333;-ms-flex-preferred-size:100%;flex-basis:100%}.paoc-popup-mheading{font-size:26px;color:#000;line-height:normal;font-weight:700}.paoc-popup-sheading{font-size:20px;color:#333;line-height:normal;font-weight:500}.paoc-popup-content,.paoc-secondary-con,.paoc-popup-content p,.paoc-secondary-con p{color:#444}.paoc-cus-close-txt{font-size:12px;text-decoration:underline}.paoc-cus-close-txt span{cursor:pointer}.paoc-popup-snote{font-size:12px}.paoc-popup-margin{margin-bottom:15px}.paoc-popup .paoc-popup-margin:last-child{margin-bottom:0}.paoc-cb-popup.custombox-content{overflow-y:hidden}.paoc-cb-popup-complete.custombox-content{overflow-y:auto}.paoc-cb-popup-body .paoc-popup-content p,.paoc-cb-popup-body .paoc-secondary-con p{margin-bottom:15px}.paoc-cb-popup-body .paoc-popup-content p:last-child,.paoc-cb-popup-body .paoc-secondary-con p:last-child{margin-bottom:0}.paoc-close-popup{position:absolute;top:-10px;right:-10px;width:35px;height:35px;font-size:0;cursor:pointer;text-decoration:none;text-align:center;line-height:29px;fill:#fff;border-radius:50px;background-color:#000;border:3px solid #fff;outline:none!important}.paoc-close-popup svg{display:inline-block;vertical-align:middle;height:19px;width:19px}.paoc-close-popup:hover{background-color:#000}.paoc-popup textarea{resize:vertical}body.custombox-lock{height:auto}.custombox-overlay:empty{display:block}.pac-container{z-index:100003}.paoc-popup .nf-form-cont{text-align:left}.paoc-popup .nf-form-hp{display:none}.flatpickr-calendar.open,body div#ui-datepicker-div[style]{z-index:999999!important}.paoc-popup-btn{display:inline-block;padding:8px 20px;text-align:center;background:#e91e63;color:#fff;border-radius:3px}.paoc-popup-btn:hover,.paoc-popup-btn:focus,.paoc-popup-btn:active{background:#555;color:#fff}.popupaoc-black{background-color:#252525}.popupaoc-black:hover,.popupaoc-black:focus{background-color:#000}a.popupaoc-black{color:#fff!important}.popupaoc-white{background-color:#fff}.popupaoc-white:hover,.popupaoc-white:focus{background-color:#f1f1f1}a.popupaoc-white{color:#8799a3!important}.popupaoc-grey{background-color:#8799a3}.popupaoc-grey:hover,.popupaoc-gray:focus{background-color:#73848d}a.popupaoc-grey{color:#fff!important}.popupaoc-azure{background-color:#0081ff}.popupaoc-azure:hover,.popupaoc-azure:focus{background-color:#0374e3}a.popupaoc-azure{color:#fff!important}.popupaoc-moderate-green{background-color:#8dc63f}.popupaoc-moderate-green:hover,.popupaoc-moderate-green:focus{background-color:#78b623}a.popupaoc-moderate-green{color:#fff!important}.popupaoc-soft-red{background-color:#f04e4e}.popupaoc-soft-red:hover,.popupaoc-soft-red:focus{background-color:#dd3131}a.popupaoc-soft-red{color:#fff!important}.popupaoc-red{background-color:#fe0000}.popupaoc-red:hover,.popupaoc-red:focus{background-color:#df0303}a.popupaoc-red{color:#fff!important}.popupaoc-green{background-color:#39b54a}.popupaoc-green:hover,.popupaoc-green:focus{background-color:#23a535}a.popupaoc-green{color:#fff!important}.popupaoc-bright-yellow{background-color:#fefb30}.popupaoc-bright-yellow:hover,.popupaoc-bright-yellow:focus{background-color:#e2df22}a.popupaoc-bright-yellow{color:#000!important}.popupaoc-cyan{background-color:#1cbbb4}.popupaoc-cyan:hover,.popupaoc-cyan:focus{background-color:#10a19b}a.popupaoc-cyan{color:#fff!important}.popupaoc-orange{background-color:#ff9700}.popupaoc-orange:hover,.popupaoc-orange:focus{background-color:#e68903}a.popupaoc-orange{color:#fff!important}.popupaoc-moderate-violet{background-color:#6739b6}.popupaoc-moderate-violet:hover,.popupaoc-moderate-violet:focus{background-color:#5e2eb0}a.popupaoc-moderate-violet{color:#fff!important}.popupaoc-dark-magenta{background-color:#9c26b0}.popupaoc-dark-magenta:hover,.popupaoc-dark-magenta:focus{background-color:#911ea5}a.popupaoc-dark-magenta{color:#fff!important}.popupaoc-moderate-blue{background-color:#5674b9}.popupaoc-moderate-blue:hover,.popupaoc-moderate-blue:focus{background-color:#435f9f}a.popupaoc-moderate-blue{color:#fff!important}.popupaoc-blue{background-color:blue}.popupaoc-blue:hover,.popupaoc-blue:focus{background-color:#0101e1}a.popupaoc-blue{color:#fff!important}.popupaoc-magenta{background-color:#f0f}.popupaoc-magenta:hover,.popupaoc-magenta:focus{background-color:#e201e2}a.popupaoc-magenta{color:#fff!important}.popupaoc-lime{background-color:#bfff00}.popupaoc-lime:hover,.popupaoc-lime:focus{background-color:#a8e003}a.popupaoc-lime{color:#000!important}.popupaoc-pink{background-color:#ff0056}.popupaoc-pink:hover,.popupaoc-pink:focus{background-color:#dd044d}a.popupaoc-pink{color:#fff!important}.popupaoc-vivid-yellow{background-color:#fecb16}.popupaoc-vivid-yellow:hover,.popupaoc-vivid-yellow:focus{background-color:#dfb10e}a.popupaoc-vivid-yellow{color:#000!important}.popupaoc-lime-green{background-color:#7bcba7}.popupaoc-lime-green:hover,.popupaoc-lime-green:focus{background-color:#67ac8d}a.popupaoc-lime-green{color:#000!important}.popupaoc-yellow{background-color:#e8ff00}.popupaoc-yellow:hover,.popupaoc-yellow:focus{background-color:#c7da05}a.popupaoc-yellow{color:#000!important}.paoc-credit-wrp{position:absolute;left:0;right:0;padding:3px 0;line-height:0;text-align:center}.paoc-credit-wrp .paoc-credit-inr-wrp{display:inline-block;padding:3px 6px;background-color:#fff;border-radius:3px;box-shadow:0 0 0 2px #d5d5d5}.paoc-credit-wrp .paoc-credit-link{display:inline-block!important;color:#333!important;outline:0!important;text-decoration:none!important;border:0!important;font-size:13px!important}.paoc-credit-wrp .paoc-credit-link span{vertical-align:middle}.paoc-credit-wrp .paoc-credit-copyright-logo{display:inline-block;line-height:normal;margin-left:3px}.paoc-credit-copyright-logo img{display:inline-block;vertical-align:middle;box-shadow:none;outline:none;padding:0;margin:0;border-radius:0}.paoc-popup-fullscreen:not(.paoc-inline-popup) .paoc-credit-wrp{position:fixed;left:5px;bottom:0;right:unset}.paoc-popup-left-center .paoc-cb-popup-body{margin:auto 0}.paoc-popup-left-bottom .paoc-cb-popup-body{margin:auto 0 0 0}.paoc-popup-center-center .paoc-cb-popup-body{margin:auto}.paoc-popup-center-bottom .paoc-cb-popup-body{margin:auto auto 0}.paoc-popup-right-center .paoc-cb-popup-body{margin:auto 0}.paoc-popup-right-bottom .paoc-cb-popup-body{margin:auto 0 0 auto}.paoc-hide-overlay.custombox-content{max-width:800px;width:100%;max-height:100vh;height:auto}.admin-bar .paoc-hide-overlay.paoc-cb-popup.custombox-content.custombox-y-top{top:32px}.paoc-hide-overlay.paoc-cb-bar-popup{max-width:100%}.paoc-hide-overlay .paoc-cb-popup-body{box-shadow:0 2px 1px 1px #ececec;margin:unset}.paoc-hide-overlay.paoc-cb-popup-complete.custombox-content{overflow-y:hidden}.paoc-hide-overlay.paoc-popup-left-center{bottom:0;left:0}.paoc-hide-overlay.paoc-popup-left-bottom{top:unset;bottom:0;left:0}.paoc-hide-overlay.paoc-popup-center-top{left:0;right:0;margin:0 auto}.paoc-hide-overlay.paoc-popup-center-center{bottom:0;left:0;right:0;margin:auto}.paoc-hide-overlay.paoc-popup-center-bottom{top:unset;bottom:0;left:0;right:0;margin:0 auto}.paoc-hide-overlay.paoc-popup-right-top{right:0}.paoc-hide-overlay.paoc-popup-right-center{right:0;bottom:0}.paoc-hide-overlay.paoc-popup-right-bottom{right:0;bottom:0;top:unset}.paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-left-center,.paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-right-center{margin:auto 0;height:-webkit-max-content;height:-moz-max-content;height:max-content}.paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-center-center{height:-webkit-max-content;height:-moz-max-content;height:max-content}.paoc-hide-overlay .paoc-close-popup{top:0;right:0}.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-top,.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-center{-webkit-transform:translateY(-120%);transform:translateY(-120%)}.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-bottom{-webkit-transform:translateY(100%);transform:translateY(100%)}.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-top,.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-center,.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-bottom{-webkit-transform:translateX(100%);transform:translateX(100%)}.paoc-popup .paoc-popup-inr-wrap{max-height:inherit;overflow-y:auto}.custombox-fullscreen.paoc-cb-popup .paoc-cb-popup-body{height:100%;overflow-y:auto}.custombox-fullscreen .paoc-popup-fullscreen .paoc-popup-inr-wrap{height:100%}.paoc-popup-fullscreen.paoc-cb-popup-body{max-width:100%}.paoc-popup-fullscreen .paoc-close-popup{top:0;right:0}.paoc-design-1 .paoc-popup-con-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;overflow-y:auto}.paoc-design-1 .paoc-popup-inr{margin:auto}.paoc-popup-fullscreen.paoc-design-1 .paoc-popup-con-bg{height:100%}@media only screen and (max-width:640px){.paoc-padding-30{padding:30px 15px}}@media only screen and (max-width:720px){.paoc-cb-popup-body,.paoc-hide-overlay.custombox-content{width:95%;max-width:95%!important}.paoc-hide-overlay .paoc-cb-popup-body{width:100%;max-width:100%!important}}@font-face{font-family:'fontello';src:url(https://www.limrasoftech.com/wp-content/themes/shadow/css/../font/fontello.eot#1770330735);src:url(https://www.limrasoftech.com/wp-content/themes/shadow/css/../font/fontello.eot#1770330735) format('embedded-opentype'),url(https://www.limrasoftech.com/wp-content/themes/shadow/css/../font/fontello.woff#1770330735) format('woff'),url(https://www.limrasoftech.com/wp-content/themes/shadow/css/../font/fontello.ttf#1770330735) format('truetype'),url(https://www.limrasoftech.com/wp-content/themes/shadow/css/../font/fontello.svg?39128225#fontello) format('svg');font-weight:400;font-style:normal}[class^="krown-icon-"]:before,[class*=" krown-icon-"]:before,.post-meta li:before,.me-buttons a:before,.me-buttons span:before,.swiper-nav a:before,.close-btn-special:before,.close-btn-special:after{font-family:'fontello';font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none}.krown-icon-about_us:before{content:'\e86e'}.krown-icon-comment-alt:before{content:'\e886'}.krown-icon-contacts:before{content:'\e86c'}.krown-icon-elements:before{content:'\e86b'}.krown-icon-services:before{content:'\e86a'}.krown-icon-skills:before{content:'\e869'}.krown-icon-settings:before{content:'\e868'}.krown-icon-bubble:before{content:'\e867'}.krown-icon-tag-2:before{content:'\e866'}.krown-icon-case:before{content:'\e865'}.krown-icon-share-1:before{content:'\e864'}.krown-icon-arrow_left:before{content:'\e863'}.krown-icon-arrow_right:before{content:'\e862'}.krown-icon-grid:before{content:'\e861'}.krown-icon-gallery-1:before{content:'\e860'}.krown-icon-date:before{content:'\e85e'}.krown-icon-emo-happy:before{content:'\e8a6'}.krown-icon-emo-wink:before{content:'\e8a7'}.krown-icon-emo-wink2:before{content:'\e8a8'}.krown-icon-emo-unhappy:before{content:'\e8a9'}.krown-icon-emo-sleep:before{content:'\e8aa'}.krown-icon-emo-thumbsup:before{content:'\e8b2'}.krown-icon-emo-surprised:before{content:'\e8b7'}.krown-icon-emo-tongue:before{content:'\e8b6'}.krown-icon-emo-coffee:before{content:'\e8b3'}.krown-icon-emo-sunglasses:before{content:'\e8b5'}.krown-icon-emo-displeased:before{content:'\e8ac'}.krown-icon-emo-beer:before{content:'\e8ab'}.krown-icon-emo-grin:before{content:'\e8ad'}.krown-icon-emo-angry:before{content:'\e8ae'}.krown-icon-emo-saint:before{content:'\e8af'}.krown-icon-emo-cry:before{content:'\e8b0'}.krown-icon-emo-squint:before{content:'\e8b1'}.krown-icon-emo-laugh:before{content:'\e8b4'}.krown-icon-spin4:before{content:'\e888'}.krown-icon-spin6:before{content:'\e887'}.krown-icon-firefox:before{content:'\e880'}.krown-icon-chrome:before{content:'\e881'}.krown-icon-opera:before{content:'\e882'}.krown-icon-ie:before{content:'\e883'}.krown-icon-crown:before{content:'\e884'}.krown-icon-star:before{content:'\2605'}.krown-icon-camera-alt:before{content:'\e85f'}.krown-icon-ok:before{content:'\2713'}.krown-icon-cancel:before{content:'\2715'}.krown-icon-plus:before{content:'\2b'}.krown-icon-minus:before{content:'\2d'}.krown-icon-home:before{content:'\2302'}.krown-icon-link:before{content:'\f517'}.krown-icon-eye:before{content:'\e70a'}.krown-icon-flag:before{content:'\2691'}.krown-icon-thumbs-up-alt:before{content:'\e86f'}.krown-icon-thumbs-down-alt:before{content:'\e870'}.krown-icon-download:before{content:'\f4e5'}.krown-icon-upload:before{content:'\f4e4'}.krown-icon-download-cloud:before{content:'\f0ed'}.krown-icon-upload-cloud:before{content:'\f0ee'}.krown-icon-reply:before{content:'\f112'}.krown-icon-forward:before{content:'\27a6'}.krown-icon-quote-left:before{content:'\f10d'}.krown-icon-quote-right:before{content:'\f10e'}.krown-icon-pencil-1:before{content:'\e800'}.krown-icon-gamepad:before{content:'\e871'}.krown-icon-chat:before{content:'\e720'}.krown-icon-bell-alt:before{content:'\f0f3'}.krown-icon-location:before{content:'\e724'}.krown-icon-phone:before{content:'\f4de'}.krown-icon-cog:before{content:'\2699'}.krown-icon-wrench:before{content:'\f527'}.krown-icon-calendar:before{content:'\f4c5'}.krown-icon-login:before{content:'\e740'}.krown-icon-logout:before{content:'\e741'}.krown-icon-volume-up:before{content:'🔊'}.krown-icon-headphones:before{content:'\f3a7'}.krown-icon-lightbulb:before{content:'\f0eb'}.krown-icon-block:before{content:'\f6ab'}.krown-icon-resize-full:before{content:'\e744'}.krown-icon-resize-full-alt:before{content:'\f0b2'}.krown-icon-resize-small:before{content:'\e746'}.krown-icon-resize-vertical:before{content:'\2b0c'}.krown-icon-resize-horizontal:before{content:'\2b0d'}.krown-icon-move:before{content:'\f047'}.krown-icon-down-circle2:before{content:'\e758'}.krown-icon-up-circle2:before{content:'\e75b'}.krown-icon-down-open-1:before{content:'\e88e'}.krown-icon-left-open-1:before{content:'\e88c'}.krown-icon-right-open-1:before{content:'\e88b'}.krown-icon-up-open-1:before{content:'\e88d'}.krown-icon-cw:before{content:'\27f3'}.krown-icon-award:before{content:'\f3c9'}.krown-icon-desktop:before{content:'\f108'}.krown-icon-laptop:before{content:'\f109'}.krown-icon-inbox:before{content:'\e777'}.krown-icon-globe:before{content:'\f30e'}.krown-icon-cloud:before{content:'\2601'}.krown-icon-umbrella:before{content:'\2602'}.krown-icon-flight:before{content:'\2708'}.krown-icon-leaf:before{content:'\f342'}.krown-icon-briefcase:before{content:'\f4bc'}.krown-icon-off:before{content:'\e78e'}.krown-icon-road:before{content:'\e78f'}.krown-icon-book:before{content:'\f4d5'}.krown-icon-ajust:before{content:'\e793'}.krown-icon-tint:before{content:'\e794'}.krown-icon-asterisk:before{content:'\2731'}.krown-icon-gift:before{content:'\f381'}.krown-icon-fire:before{content:'\f525'}.krown-icon-key:before{content:'\f511'}.krown-icon-rocket-1:before{content:'\e813'}.krown-icon-certificate:before{content:'\f0a3'}.krown-icon-filter:before{content:'\f0b0'}.krown-icon-beaker:before{content:'\f0c3'}.krown-icon-magic:before{content:'\f0d0'}.krown-icon-truck:before{content:'\f69a'}.krown-icon-euro:before{content:'\e874'}.krown-icon-pound:before{content:'\e872'}.krown-icon-dollar:before{content:'\e873'}.krown-icon-hammer:before{content:'\f528'}.krown-icon-gauge:before{content:'\f0e4'}.krown-icon-sitemap:before{content:'\f0e8'}.krown-icon-beer:before{content:'\f0fc'}.krown-icon-extinguisher:before{content:'\e875'}.krown-icon-pagelines:before{content:'\e876'}.krown-icon-xing:before{content:'\e812'}.krown-icon-note-beamed:before{content:'\266b'}.krown-icon-search:before{content:'\f50d'}.krown-icon-flashlight:before{content:'\f526'}.krown-icon-heart-1:before{content:'\e807'}.krown-icon-user-1:before{content:'\e804'}.krown-icon-users-1:before{content:'\e805'}.krown-icon-video:before{content:'🎬'}.krown-icon-picture-1:before{content:'\e80d'}.krown-icon-camera:before{content:'📷'}.krown-icon-plus-1:before{content:'\e80e'}.krown-icon-minus-1:before{content:'\e80f'}.krown-icon-link-1:before{content:'🔗'}.krown-icon-thumbs-up:before{content:'\f44d'}.krown-icon-thumbs-down:before{content:'\f44e'}.krown-icon-quote:before{content:'\275e'}.krown-icon-feather:before{content:'\2712'}.krown-icon-print:before{content:'\e716'}.krown-icon-bell:before{content:'\f514'}.krown-icon-compass:before{content:'\e728'}.krown-icon-book-open:before{content:'📖'}.krown-icon-rss:before{content:'\e73a'}.krown-icon-tools:before{content:'\2692'}.krown-icon-share:before{content:'\e73c'}.krown-icon-basket:before{content:'\e73d'}.krown-icon-bag:before{content:'\f45c'}.krown-icon-calendar-1:before{content:'📅'}.krown-icon-mic:before{content:'\f3a4'}.krown-icon-mute:before{content:'\f507'}.krown-icon-sound:before{content:'\f50a'}.krown-icon-hourglass:before{content:'\23f3'}.krown-icon-lamp:before{content:'\f4a1'}.krown-icon-block-1:before{content:'\e877'}.krown-icon-down-open:before{content:'\e88a'}.krown-icon-left-open:before{content:'\e75d'}.krown-icon-right-open:before{content:'\e75e'}.krown-icon-up-open:before{content:'\e889'}.krown-icon-right-open-mini:before{content:'\e762'}.krown-icon-palette:before{content:'\f3a8'}.krown-icon-trophy:before{content:'\f3c6'}.krown-icon-blog:before{content:'\e86d'}.krown-icon-mobile:before{content:'\f4f1'}.krown-icon-network:before{content:'\e776'}.krown-icon-globe-1:before{content:'\e801'}.krown-icon-flash-1:before{content:'\e803'}.krown-icon-moon:before{content:'\263d'}.krown-icon-paper-plane:before{content:'\e79b'}.krown-icon-brush:before{content:'\e79a'}.krown-icon-magnet-1:before{content:'\e802'}.krown-icon-chart-area:before{content:'\f53e'}.krown-icon-tape:before{content:'\2707'}.krown-icon-graduation-cap:before{content:'\f393'}.krown-icon-clipboard:before{content:'\f4cb'}.krown-icon-megaphone:before{content:'\f4e3'}.krown-icon-bucket:before{content:'\e756'}.krown-icon-thermometer:before{content:'\e757'}.krown-icon-rocket:before{content:'\f680'}.krown-icon-github:before{content:'\e80b'}.krown-icon-flickr:before{content:'\e808'}.krown-icon-vimeo:before{content:'\f306'}.krown-icon-twitter:before{content:'\f309'}.krown-icon-facebook-squared:before{content:'\e809'}.krown-icon-gplus:before{content:'\e80a'}.krown-icon-pinterest:before{content:'\f312'}.krown-icon-tumblr:before{content:'\f315'}.krown-icon-linkedin:before{content:'\f318'}.krown-icon-stumbleupon:before{content:'\f31e'}.krown-icon-lastfm:before{content:'\f321'}.krown-icon-instagram-1:before{content:'\e89e'}.krown-icon-evernote:before{content:'\f333'}.krown-icon-picasa:before{content:'\f345'}.krown-icon-behance:before{content:'\f34e'}.krown-icon-google-circles:before{content:'\f351'}.krown-icon-pencil:before{content:'\270e'}.krown-icon-stopwatch:before{content:'\e8a4'}.krown-icon-lightbulb-2:before{content:'\e8a3'}.krown-icon-mobile-1:before{content:'📱'}.krown-icon-globe-alt:before{content:'\e87e'}.krown-icon-drizzle:before{content:'\e852'}.krown-icon-snow:before{content:'\e851'}.krown-icon-leaf-1:before{content:'\e855'}.krown-icon-temperatire:before{content:'\e853'}.krown-icon-chart:before{content:'📈'}.krown-icon-chart-bar:before{content:'📊'}.krown-icon-chart-pie-1:before{content:'\e7a2'}.krown-icon-scissors:before{content:'\e879'}.krown-icon-wine:before{content:'\e87a'}.krown-icon-coffee:before{content:'\e87c'}.krown-icon-beer-1:before{content:'\e87b'}.krown-icon-anchor-outline:before{content:'\e87d'}.krown-icon-tree:before{content:'\e854'}.krown-icon-looped-square-interest:before{content:'\e878'}.krown-icon-eye-1:before{content:'\e811'}.krown-icon-comment-1:before{content:'\e80c'}.krown-icon-play:before{content:'\e850'}.krown-icon-umbrella-1:before{content:'\e87f'}.krown-icon-mail:before{content:'\2709'}.krown-icon-cancel-1:before{content:'\e810'}.krown-icon-tablet:before{content:'\e7b1'}.krown-icon-cloud-2:before{content:'\e88f'}.krown-icon-cloud-flash:before{content:'\e890'}.krown-icon-cloud-flash-alt:before{content:'\e891'}.krown-icon-drizzle-1:before{content:'\e892'}.krown-icon-rain:before{content:'\e893'}.krown-icon-windy:before{content:'\e894'}.krown-icon-windy-rain:before{content:'\e895'}.krown-icon-snow-1:before{content:'\e896'}.krown-icon-snow-alt:before{content:'\e897'}.krown-icon-snow-heavy:before{content:'\e898'}.krown-icon-hail:before{content:'\e899'}.krown-icon-clouds:before{content:'\e89a'}.krown-icon-clouds-flash:before{content:'\e89b'}.krown-icon-heart-broken:before{content:'\e8a2'}.krown-icon-user-male:before{content:'\e815'}.krown-icon-clock-2:before{content:'\e816'}.krown-icon-ccw:before{content:'\f025'}.krown-icon-vector-pencil:before{content:'\f046'}.krown-icon-fire-station:before{content:'\e817'}.krown-icon-giraffe:before{content:'\e856'}.krown-icon-grocery-store:before{content:'\e81e'}.krown-icon-harbor:before{content:'\e81f'}.krown-icon-heliport:before{content:'\e820'}.krown-icon-religious-jewish:before{content:'\e831'}.krown-icon-school:before{content:'\e834'}.krown-icon-skiing:before{content:'\e836'}.krown-icon-swimming:before{content:'\e838'}.krown-icon-aim:before{content:'\e89c'}.krown-icon-delicious:before{content:'\23'}.krown-icon-digg:before{content:'\3b'}.krown-icon-youtube:before{content:'\55'}.krown-icon-email:before{content:'\5d'}.krown-icon-steam:before{content:'\e8a5'}.krown-icon-dropbox:before{content:'\e8a0'}.krown-icon-soundcloud:before{content:'\e89f'}.krown-icon-instagram:before{content:'\e89d'}.krown-icon-facebook:before{content:'\e885'}.krown-icon-group:before{content:'\e8a1'}.krown-icon-th:before{content:'\e814'}.krown-icon-tag-1:before{content:'\e806'}.krown-icon-tags-1:before{content:'\e818'}.krown-icon-pencil-2:before{content:'\e068'}.krown-icon-phone-1:before{content:'\e065'}.krown-icon-volume:before{content:'\e033'}.krown-icon-book-1:before{content:'\e0f5'}.krown-icon-fire-2:before{content:'\e85c'}.krown-icon-magnet:before{content:'\e85d'}.krown-icon-megaphone-2:before{content:'\e859'}.krown-icon-hdd:before{content:'\e858'}.krown-icon-key-2:before{content:'\e857'}.krown-icon-male:before{content:'\e85a'}.krown-icon-female:before{content:'\e85b'}.krown-icon-digg-1:before{content:'\e0c5'}.krown-icon-dribbble:before{content:'\e0c2'}.krown-icon-skype:before{content:'\e037'}.krown-icon-music:before{content:'\e819'}.krown-icon-search-1:before{content:'\e81a'}.krown-icon-mail-1:before{content:'\e81b'}.krown-icon-heart:before{content:'\e81c'}.krown-icon-star-1:before{content:'\e81d'}.krown-icon-user:before{content:'\e821'}.krown-icon-videocam:before{content:'\e824'}.krown-icon-camera-1:before{content:'\e822'}.krown-icon-photo:before{content:'\e823'}.krown-icon-attach:before{content:'\e825'}.krown-icon-lock:before{content:'\e826'}.krown-icon-eye-2:before{content:'\e829'}.krown-icon-tag:before{content:'\e827'}.krown-icon-thumbs-up-1:before{content:'\e828'}.krown-icon-pencil-3:before{content:'\e82a'}.krown-icon-comment-2:before{content:'\e82b'}.krown-icon-location-1:before{content:'\e83f'}.krown-icon-cup:before{content:'\e83e'}.krown-icon-trash:before{content:'\e83d'}.krown-icon-doc:before{content:'\e83b'}.krown-icon-note:before{content:'\e83a'}.krown-icon-cog-1:before{content:'\e83c'}.krown-icon-params:before{content:'\e839'}.krown-icon-calendar-2:before{content:'\e837'}.krown-icon-sound-1:before{content:'\e835'}.krown-icon-clock:before{content:'\e833'}.krown-icon-lightbulb-1:before{content:'\e832'}.krown-icon-tv:before{content:'\e830'}.krown-icon-desktop-1:before{content:'\e82f'}.krown-icon-mobile-2:before{content:'\e82e'}.krown-icon-cd:before{content:'\e82d'}.krown-icon-inbox-1:before{content:'\e82c'}.krown-icon-globe-2:before{content:'\e840'}.krown-icon-cloud-1:before{content:'\e841'}.krown-icon-paper-plane-1:before{content:'\e842'}.krown-icon-fire-1:before{content:'\e843'}.krown-icon-graduation-cap-1:before{content:'\e844'}.krown-icon-megaphone-1:before{content:'\e845'}.krown-icon-database:before{content:'\e846'}.krown-icon-key-1:before{content:'\e847'}.krown-icon-beaker-1:before{content:'\e848'}.krown-icon-truck-1:before{content:'\e849'}.krown-icon-money:before{content:'\e84a'}.krown-icon-food:before{content:'\e84b'}.krown-icon-shop:before{content:'\e84d'}.krown-icon-diamond:before{content:'\e84c'}.krown-icon-t-shirt:before{content:'\e84f'}.krown-icon-wallet:before{content:'\e84e'}.krown-icon-battery:before{content:'\f50b'}.animate-spin:before,.loading:before{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{border:0;outline:none;vertical-align:top;margin:0;padding:0}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgb(0 0 0 / .5);-moz-box-shadow:0 10px 25px rgb(0 0 0 / .5);box-shadow:0 10px 25px rgb(0 0 0 / .5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;white-space:nowrap;margin:0;padding:15px}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:#fff0 url(https://www.limrasoftech.com/wp-content/themes/shadow/css/../images/blank.gif);-webkit-tap-highlight-color:#fff0;z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgb(0 0 0 / .8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgb(0 0 0 / .8);padding:10px}.fancybox-inner,.fancybox-lock{overflow:hidden}.fancybox-nav:hover span,.fancybox-opened .fancybox-title{visibility:visible}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0}.mejs-poster img{border:0;padding:0;border:0;display:block}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(https://www.limrasoftech.com/wp-content/themes/shadow/css/images/mediaelement/bigplay.png) no-repeat}.no-svg .mejs-overlay-button{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/css/images/mediaelement/bigplay.png)}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(https://www.limrasoftech.com/wp-content/themes/shadow/css/images/mediaelement/background.png);background:rgb(0 0 0 / .9);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgb(50 50 50 / .9)),to(rgb(0 0 0 / .9)));background:-webkit-linear-gradient(top,rgb(50 50 50 / .9),rgb(0 0 0 / .9));background:-moz-linear-gradient(top,rgb(50 50 50 / .9),rgb(0 0 0 / .9));background:-o-linear-gradient(top,rgb(50 50 50 / .9),rgb(0 0 0 / .9));background:-ms-linear-gradient(top,rgb(50 50 50 / .9),rgb(0 0 0 / .9));background:linear-gradient(rgb(50 50 50 / .9),rgb(0 0 0 / .9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:#fff0 url(https://www.limrasoftech.com/wp-content/themes/shadow/css/images/mediaelement/loading.gif) 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;background:none;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(https://www.limrasoftech.com/wp-content/themes/shadow/css/images/mediaelement/background.png);background:rgb(0 0 0 / .7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgb(50 50 50 / .7)),to(rgb(0 0 0 / .7)));background:-webkit-linear-gradient(top,rgb(50 50 50 / .7),rgb(0 0 0 / .7));background:-moz-linear-gradient(top,rgb(50 50 50 / .7),rgb(0 0 0 / .7));background:-o-linear-gradient(top,rgb(50 50 50 / .7),rgb(0 0 0 / .7));background:-ms-linear-gradient(top,rgb(50 50 50 / .7),rgb(0 0 0 / .7));background:linear-gradient(rgb(50 50 50 / .7),rgb(0 0 0 / .7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;background:0;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:#fff0 url(https://www.limrasoftech.com/wp-content/themes/shadow/css/images/mediaelement/controls.png) no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/css/images/mediaelement/controls.png)}.mejs-controls .mejs-button button:focus{outline:solid 1px #ff0}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;padding:auto 4px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time span{font-size:11px;color:#fff;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgb(50 50 50 / .8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgb(30 30 30 / .8)),to(rgb(60 60 60 / .8)));background:-webkit-linear-gradient(top,rgb(30 30 30 / .8),rgb(60 60 60 / .8));background:-moz-linear-gradient(top,rgb(30 30 30 / .8),rgb(60 60 60 / .8));background:-o-linear-gradient(top,rgb(30 30 30 / .8),rgb(60 60 60 / .8));background:-ms-linear-gradient(top,rgb(30 30 30 / .8),rgb(60 60 60 / .8));background:linear-gradient(rgb(30 30 30 / .8),rgb(60 60 60 / .8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgb(255 255 255 / .15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgb(255 255 255 / .15)),color-stop(.75,rgb(255 255 255 / .15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgb(60 170 200 / .8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgb(44 124 145 / .8)),to(rgb(78 183 212 / .8)));background:-webkit-linear-gradient(top,rgb(44 124 145 / .8),rgb(78 183 212 / .8));background:-moz-linear-gradient(top,rgb(44 124 145 / .8),rgb(78 183 212 / .8));background:-o-linear-gradient(top,rgb(44 124 145 / .8),rgb(78 183 212 / .8));background:-ms-linear-gradient(top,rgb(44 124 145 / .8),rgb(78 183 212 / .8));background:linear-gradient(rgb(44 124 145 / .8),rgb(78 183 212 / .8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{width:0;background:#fff;background:rgb(255 255 255 / .8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgb(255 255 255 / .9)),to(rgb(200 200 200 / .8)));background:-webkit-linear-gradient(top,rgb(255 255 255 / .9),rgb(200 200 200 / .8));background:-moz-linear-gradient(top,rgb(255 255 255 / .9),rgb(200 200 200 / .8));background:-o-linear-gradient(top,rgb(255 255 255 / .9),rgb(200 200 200 / .8));background:-ms-linear-gradient(top,rgb(255 255 255 / .9),rgb(200 200 200 / .8));background:linear-gradient(rgb(255 255 255 / .9),rgb(200 200 200 / .8))}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee #fff0 #fff0 #fff0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(https://www.limrasoftech.com/wp-content/themes/shadow/css/images/mediaelement/background.png);background:rgb(50 50 50 / .7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgb(255 255 255 / .5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgb(255 255 255 / .9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgb(255 255 255 / .9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgb(50 50 50 / .8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgb(30 30 30 / .8)),to(rgb(60 60 60 / .8)));background:-webkit-linear-gradient(top,rgb(30 30 30 / .8),rgb(60 60 60 / .8));background:-moz-linear-gradient(top,rgb(30 30 30 / .8),rgb(60 60 60 / .8));background:-o-linear-gradient(top,rgb(30 30 30 / .8),rgb(60 60 60 / .8));background:-ms-linear-gradient(top,rgb(30 30 30 / .8),rgb(60 60 60 / .8));background:linear-gradient(rgb(30 30 30 / .8),rgb(60 60 60 / .8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgb(255 255 255 / .8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgb(255 255 255 / .9)),to(rgb(200 200 200 / .8)));background:-webkit-linear-gradient(top,rgb(255 255 255 / .9),rgb(200 200 200 / .8));background:-moz-linear-gradient(top,rgb(255 255 255 / .9),rgb(200 200 200 / .8));background:-o-linear-gradient(top,rgb(255 255 255 / .9),rgb(200 200 200 / .8));background:-ms-linear-gradient(top,rgb(255 255 255 / .9),rgb(200 200 200 / .8));background:linear-gradient(rgb(255 255 255 / .9),rgb(200 200 200 / .8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(https://www.limrasoftech.com/wp-content/themes/shadow/css/images/mediaelement/background.png);background:rgb(50 50 50 / .7);border:solid 1px #fff0;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgb(0 0 0 / .7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgb(50 50 50 / .7)),to(rgb(0 0 0 / .7)));background:-webkit-linear-gradient(top,rgb(50 50 50 / .7),rgb(0 0 0 / .7));background:-moz-linear-gradient(top,rgb(50 50 50 / .7),rgb(0 0 0 / .7));background:-o-linear-gradient(top,rgb(50 50 50 / .7),rgb(0 0 0 / .7));background:-ms-linear-gradient(top,rgb(50 50 50 / .7),rgb(0 0 0 / .7));background:linear-gradient(rgb(50 50 50 / .7),rgb(0 0 0 / .7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgb(102 102 102 / .7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgb(102 102 102 / .7)),to(rgb(50 50 50 / .6)));background:-webkit-linear-gradient(top,rgb(102 102 102 / .7),rgb(50 50 50 / .6));background:-moz-linear-gradient(top,rgb(102 102 102 / .7),rgb(50 50 50 / .6));background:-o-linear-gradient(top,rgb(102 102 102 / .7),rgb(50 50 50 / .6));background:-ms-linear-gradient(top,rgb(102 102 102 / .7),rgb(50 50 50 / .6));background:linear-gradient(rgb(102 102 102 / .7),rgb(50 50 50 / .6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:700;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:45px}.mejs-captions-text{padding:3px 5px;background:url(https://www.limrasoftech.com/wp-content/themes/shadow/css/images/mediaelement/background.png);background:rgb(20 20 20 / .8)}.mejs-clear{clear:both}.me-cannotplay a{color:#fff;font-weight:700}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(https://www.limrasoftech.com/wp-content/themes/shadow/css/images/mediaelement/background.png);background:rgb(50 50 50 / .7);border:solid 1px #fff0;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(https://www.limrasoftech.com/wp-content/themes/shadow/css/images/mediaelement/background.png);background:rgb(50 50 50 / .7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(https://www.limrasoftech.com/wp-content/themes/shadow/css/images/mediaelement/background.png);background:rgb(50 50 50 / .7);color:#fff;padding:4px;z-index:100;cursor:pointer}.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{outline:none}.slides,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}* html .slides{height:1%}.no-js .slides>li:first-child{display:block}.flexslider{margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgb(0 0 0 / .2);-moz-box-shadow:0 1px 4px rgb(0 0 0 / .2);-o-box-shadow:0 1px 4px rgb(0 0 0 / .2);box-shadow:0 1px 4px rgb(0 0 0 / .2);zoom:1}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.flexslider .slides{zoom:1}.carousel li{margin-right:5px}.flex-direction-nav{height:0}.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgb(0 0 0 / .8);text-shadow:1px 1px 0 rgb(255 255 255 / .3);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.flexslider:hover .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default}.flex-direction-nav a.flex-next:before{content:'\f002'}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;display:inline}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgb(0 0 0 / .5);cursor:pointer;text-indent:-9999px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:inset 0 0 3px rgb(0 0 0 / .3);-moz-box-shadow:inset 0 0 3px rgb(0 0 0 / .3);-o-box-shadow:inset 0 0 3px rgb(0 0 0 / .3);box-shadow:inset 0 0 3px rgb(0 0 0 / .3)}.flex-control-paging li a:hover{background:#333;background:rgb(0 0 0 / .7)}.flex-control-paging li a.flex-active{background:#000;background:rgb(0 0 0 / .9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and max-width 860px{.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}.isotope-item{z-index:2}.isotope-hidden.isotope-item{pointer-events:none;z-index:1}.isotope,.isotope .isotope-item{-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s}.isotope{-webkit-transition-property:height,width;-moz-transition-property:height,width;-ms-transition-property:height,width;-o-transition-property:height,width;transition-property:height,width}.isotope .isotope-item{-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;-ms-transition-property:-ms-transform,opacity;-o-transition-property:-ms-transform,opacity;transition-property:transform,opacity}.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition{-webkit-transition-duration:0s;-moz-transition-duration:0s;-ms-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.isotope.infinite-scrolling{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.animate{opacity:0;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.animate.faster,.trigger.faster{-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-ms-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s}.animate.slower,.trigger.slower{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s}.animate.even-slower,.trigger.even-slower{-webkit-animation-duration:3s;-moz-animation-duration:3s;-ms-animation-duration:3s;-o-animation-duration:3s;animation-duration:3s}.no-js .animate,.ie .animate,.touch .animate{opacity:1}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-ms-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.animate.simple,.trigger.simple{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-ms-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(200px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(200px)}100%{opacity:1;-moz-transform:translateY(0)}}@-ms-keyframes fadeInUp{0%{opacity:0;-ms-transform:translateY(200px)}100%{opacity:1;-ms-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(200px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(200px)}100%{opacity:1;transform:translateY(0)}}.animate.top-to-bottom,.trigger.top-to-bottom{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-ms-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-200px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-200px)}100%{opacity:1;-moz-transform:translateY(0)}}@-ms-keyframes fadeInDown{0%{opacity:0;-ms-transform:translateY(-200px)}100%{opacity:1;-ms-transform:translateY(0)}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-200px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-200px)}100%{opacity:1;transform:translateY(0)}}.animate.bottom-to-top,.trigger.bottom-to-top{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-ms-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-200px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-200px)}100%{opacity:1;-moz-transform:translateX(0)}}@-ms-keyframes fadeInLeft{0%{opacity:0;-ms-transform:translateX(-200px)}100%{opacity:1;-ms-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-200px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-200px)}100%{opacity:1;transform:translateX(0)}}.animate.left-to-right,.trigger.left-to-right{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-ms-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(200px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(200px)}100%{opacity:1;-moz-transform:translateX(0)}}@-ms-keyframes fadeInRight{0%{opacity:0;-ms-transform:translateX(200px)}100%{opacity:1;-ms-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(200px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(200px)}100%{opacity:1;transform:translateX(0)}}.animate.right-to-left,.trigger.right-to-left{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-ms-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1)}}@-moz-keyframes zoomIn{0%{opacity:0;-moz-transform:scale(0)}100%{opacity:1;-moz-transform:scale(1)}}@-ms-keyframes zoomIn{0%{opacity:0;-ms-transform:scale(0)}100%{opacity:1;-ms-transform:scale(1)}}@-o-keyframes zoomIn{0%{opacity:0;-o-transform:scale(0)}100%{opacity:1;-o-transform:scale(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}.animate.appear,.trigger.appear{-webkit-animation-name:zoomIn;-moz-animation-name:zoomIn;-ms-animation-name:zoomIn;-o-animation-name:zoomIn;animation-name:zoomIn}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,canvas{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}*:focus{outline:none}.clearfix:after,form:after,.row-fluid:after,.payment_methods li:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix,form,.payment_methods li{display:inline-block}html[xmlns] .clearfix,.row-fluid{display:block}* html .clearfix{height:1%}.hidden{display:none}#oldie{display:none}.clear{clear:both}html{overflow-x:hidden}body{background:#fff;overflow-x:hidden;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#000;font-size:14px;line-height:24px}.wrapper{width:1140px;margin:auto;position:relative}#content .wrapper{overflow:hidden}#secondary-footer .wrapper{overflow:visible}.left{float:left}.right{float:right}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}img{vertical-align:middle;max-width:100%;height:auto}#content iframe{vertical-align:middle;width:100%;border:none!important}#content{background:#fff;position:relative}#content>.wrapper{padding:50px 0 150px}.no-padding #content{padding:0}.sub-content.layout-right-sidebar,.sub-content.layout-left-sidebar{width:72.5%}.sub-content.layout-left-sidebar{float:right}.sub-content.layout-right-sidebar{float:left}#sidebar{width:22.5%}#sidebar.layout-left-sidebar{float:left}#sidebar.layout-right-sidebar{float:right}.page #sidebar{margin-top:40px}.page-template-template-blog-php #sidebar,.archive #sidebar,.search #sidebar,.single #sidebar{margin-top:60px}h1,h2,h3,h4,h5,h6{font-weight:700}h1{font-size:44px;line-height:50px;margin-top:50px}h2{font-size:38px;line-height:42px;margin:42px 0}h3{font-size:23px;line-height:26px;margin:36px 0}h4{font-size:19px;line-height:22px;margin:22px 0}h5{font-size:16px;line-height:18px;margin:18px 0}h6{font-size:14px;line-height:16px;margin:16px 0}a{color:#e54939;text-decoration:none}a:hover{color:#000}a:focus{outline:none!important}p{margin:18px 0}strong{font-weight:700}em{font-style:italic}span.extreme{font-size:50px;line-height:60px;margin-bottom:20px;font-weight:300;display:block}span.large{font-size:38px;font-weight:400;line-height:48px;margin-bottom:20px;display:block}span.medium{font-size:34px;line-height:44px;font-weight:300;margin-bottom:20px;display:block}span.regular{font-size:19px;line-height:30px;font-weight:500;margin-bottom:20px;display:block}span.small{font-size:17px;font-weight:400;line-height:28px;margin-bottom:20px;display:block}small{font-size:.7em}ul.krown-list,.krown-pricing-content ul{list-style:none}ul.krown-list li,ol.krown-list li,.woo-tabs .panel ul li,.krown-pricing-content ul li{border-top:1px solid #E9E9E9;margin-top:11px;padding-top:11px}ul.krown-list li:first-child,ol.krown-list li:first-child,.woo-tabs .panel ul li:first-child,.krown-pricing-content ul li:first-child{border-top:none;margin-top:0;padding-top:0}.woo-tabs .panel ul li{list-style:circle inside}ol{list-style:decimal inside}ul{list-style:disc inside}ul ul,ul ol,ol ol,ol ul{margin-left:20px}.dropcap{background:#000;color:#fff;display:inline-block;float:left;font-size:30px;font-weight:700;height:56px;line-height:30px;margin:8px 15px 8px 0;padding-top:12px;text-align:center;width:56px}pre,code,tt{background:#fff;border:1px solid #e9e9e9;font-family:Consolas,Courier,Monaco,monospace;font-size:12px;line-height:19px;margin:18px 0;padding:15px;white-space:pre-wrap;word-wrap:break-word}table{width:100%;border:1px solid #e9e9e9;text-align:left}table thead h4{font-size:10px;line-height:18px;text-transform:uppercase;margin-bottom:0}table tr{border-top:1px solid #e9e9e9}table thead tr{border-top:none}table th,table td{min-height:41px;padding:10px 14px 8px;border-right:1px solid #e9e9e9}sub,sup{font-size:.7em;line-height:.7em}sub{vertical-align:bottom}sup{vertical-align:top}del{color:#959595}var{font-family:Consolas,Courier,Monaco,monospace}blockquote{border-left:3px solid #e54939;padding-left:50px;margin:40px 0}blockquote>p{font-size:17px;line-height:24px;font-weight:700;padding:10px 0}blockquote cite{color:#999;display:inline-block;font-size:20px;font-style:italic;margin:25px 0 15px}q{border-left:3px solid #b3b3b3;font-style:italic;padding-left:15px}#primary-header{background-color:#fff;height:40px;color:#959595;font-size:13px;line-height:39px;border-bottom:1px solid #e9e9e9;overflow:hidden;position:relative}#primary-header .left>*{margin-right:40px}#primary-header a{color:#949494;display:inline-block}#primary-header a:hover{color:#e54939}#primary-header p{margin:0}#primary-header .left>*{margin-right:40px}.header_email:before,.header_phone:before{font-family:'fontello';font-style:normal;font-weight:400;speak:none;display:inline-block;font-variant:normal;text-transform:none;font-size:14px;margin-right:6px;position:relative;color:#b2b2b2}.header_email:before{content:"]";top:1px}.header_phone:before{content:"";top:2px}.header_email:hover:before,.header_phone:hover:before{color:#e54939}.krown-social.header ul{margin-right:-12px}.krown-social.header li{display:block;color:#fff;height:40px;float:left;position:relative;margin:0;padding:0;border:none}.krown-social.header a{position:relative;width:36px;height:36px;color:#b2b2b2;font-size:10px;text-transform:uppercase;font-weight:700;overflow:hidden;display:inline-block}.krown-social.header i{font-size:16px;line-height:39px;width:36px;color:#b2b2b2;text-align:center;position:absolute}.krown-social.header span{display:inline-block;padding:1px 20px 0 40px;color:#b2b2b2}.krown-social.header li:last-child span{padding-right:0}.krown-social.header li:hover *{color:#000}.krown-social.default ul{margin:0;height:28px}.krown-social.default li{position:relative;cursor:pointer;text-align:center;display:inline-block;margin:0 10px 0 0;padding:0;border:none;width:25px}.krown-social.default i:before{font-size:20px;width:25px;color:#adadad}.krown-social.default a:hover i:before{color:#e54939}.krown-social.default a{display:block;height:25px;width:25px}#main-menu.w-search{margin-right:67px}#main-menu.w-cart{padding-right:40px}#main-search{margin:-24px 0 0;position:absolute;right:-10px;top:50%;z-index:999}#main-search #searchform{height:43px;width:40px;margin-right:-10px}#main-search #s{background:#fff;border:1px solid #e9e9e9;box-shadow:2px 2px 4px rgb(0 0 0 / .05)!important;color:#959595;font-size:12px;font-weight:500;height:43px;line-height:12px;position:absolute;right:0;top:0;padding-right:40px;width:234px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;visibility:hidden}#main-search #searchform.opened #s{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1;visibility:visible}.ie8 #main-search #s{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;opacity:1!important;visibility:visible!important;display:none;padding-top:14px!important}#main-search #searchform .krown-icon-search{right:8px;top:12px;position:absolute;color:#868686;width:20px;height:20px;padding:0;z-index:1;font-size:21px;line-height:18px;display:block!important;cursor:pointer}#main-search #searchform .krown-icon-search:hover{color:#212121}#main-search #submit_s{display:none!important}#main-search #submit_s:focus{outline:none!important}#secondary-header{position:relative}#secondary-header .header-content{width:100%;height:inherit;box-shadow:0 0 10px rgb(0 0 0 / .12);background-color:#fff}#secondary-header .wrapper{z-index:99}.ie8 #secondary-header .header-content{border-bottom:1px solid #e9e9e9}#logo{margin:30px 0;display:inline-block}#logo .retina{display:none}#custom-header{position:relative;top:0;left:0;width:100%;z-index:98}#custom-header.below-header{position:relative}.header-image{background-repeat:no-repeat;background-position:center center;webkit-background-size:cover;background-size:cover}.no-touch .header-image{background-attachment:fixed}.header-html,.header-image{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center}.header-wrapper{display:table;height:100%}.header-inner{display:table-cell;vertical-align:middle}#secondary-header{z-index:9910}#primary-header{z-index:9920}#page-title,#content{z-index:9900}#custom-header{z-index:9880}.w-sticky.sactive #secondary-header,#logo,#main-menu,.top-menu>li>a{-webkit-transition:all 200ms linear;transition:all 200ms linear}.w-sticky.sactive #secondary-header .header-content{position:fixed}.w-sticky.sactive #secondary-header.smaller{height:78px!important}.w-sticky.sactive #secondary-header.smaller .header-content,.w-sticky.sactive #secondary-header.stick-it .header-content{position:fixed;top:0!important}.w-sticky.sactive #secondary-header.smaller #logo{height:38px!important;margin:20px 0}.w-sticky.sactive #secondary-header #logo img{height:100%;width:auto}.w-sticky.sactive #secondary-header.smaller #main-menu{height:76px!important}.w-sticky.sactive #secondary-header.smaller .top-menu>li>a{padding:32px 50px 35px 0}.w-sticky.sactive #secondary-header.smaller .top-menu>li>a>span{padding-bottom:4px}.w-sticky.sactive #secondary-header.smaller .sub-menu{top:78px}.w-sticky.sactive #secondary-header.smaller #main-search{margin-top:-22px}.w-sticky.sactive #secondary-header.smaller #main-cart .widget_shopping_cart{margin-top:-14px!important}.insert-map{width:100%;height:100%;z-index:9750}.custom-menu{height:44px;overflow:hidden}.custom-menu li{display:inline-block;margin:10px 30px;padding:0;border:none}.custom-menu li a{display:block;font-size:12px;line-height:24px;font-weight:700;color:#000;text-transform:uppercase;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";opacity:.5}.custom-menu.white li a{color:#fff}.custom-menu li:hover a{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";opacity:.8}.custom-menu li.selected a{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.custom-menu li a:before{font-size:24px;line-height:24px;margin-right:10px;float:left}.top-menu{margin-right:-50px;display:inline-block!important}.top-menu a{color:#6b6b6b;font-size:12px;line-height:12px;display:block}.top-menu li{display:inline-block;position:relative;float:left}.top-menu>li>a{text-transform:uppercase;font-weight:800;padding:48px 50px 55px 0}.top-menu>li:hover>a{color:#e54939}.top-menu>li.selected>a{color:#000!important}.top-menu>li>a>span{padding-bottom:7px;border-bottom:2px solid #fff0}.top-menu>li:hover span{border-color:#e54939}.top-menu>li.selected span{border-color:#000!important}.no-js .top-menu>li:hover .sub-menu{display:block}.sub-menu{position:absolute;left:0;top:106px;display:none;box-shadow:5px 5px 10px rgb(0 0 0 / .1);margin:0;z-index:9999}.ie8 .sub-menu{border:1px solid #e9e9e9;border-width:0 2px 2px 0;margin-top:-2px}.sub-menu li{padding:0;width:100%;border-top:1px solid #e9e9e9;background:#fff}.sub-menu li a{text-align:left;text-transform:none;margin:0;padding:15px 20px;font-weight:600}.sub-menu li:hover{background-color:#e54939}.sub-menu li:hover,.sub-menu li:hover+li{border-color:#e54939}.sub-menu li.selected{background-color:#e9e9e9!important}.sub-menu li.selected,.sub-menu li.selected+li{border-color:transparent!important}.sub-menu li:hover a{color:#fff}.sub-menu li.selected a{color:#000}.no-js .sub-menu>li:hover .third-menu{display:block}.third-menu{position:absolute;left:195px;top:-1px!important;display:none;box-shadow:4px 4px 4px -2px rgb(0 0 0 / .1);margin:0}.third-menu li:first-child{border-top:none}.third-menu li:hover>a{background-color:#db4030;color:#fff!important}.third-menu a{color:#6b6b6b!important}#main-menu .responsive-menu{display:none}.header-dark .top-menu a{opacity:.5;color:#fff}.header-dark .sub-menu a{color:#6b6b6b}.header-dark .top-menu>li.selected>a,.header-dark .top-menu>li:hover>a{color:#fff;opacity:1}.menu-fix{display:block!important;position:fixed!important;width:auto!important;top:0;left:0}#page-title{border-bottom:1px solid #e9e9e9;padding:31px 0 30px;background:#f9f9f9;position:relative}#page-title .title{float:left;font-size:18px;font-weight:500;line-height:18px;margin:0}.title-add{font-weight:700}.title-add:before{content:":";margin-right:5px}#breadcrumbs{color:#6b6b6b;font-size:12px;line-height:12px;padding-top:2px}#breadcrumbs .desc{margin-right:12px}#breadcrumbs a{font-weight:600}#breadcrumbs a:after{content:"/";margin:0 12px;font-weight:400;color:#6b6b6b!important}#breadcrumbs a:last-child:after{display:none}#breadcrumbs a{color:#000}#breadcrumbs a:hover{color:#e54939}#primary-footer{padding:125px 0 100px;background-color:#202020;color:#959595}#primary-footer .krown-column-row{margin:0;padding:0}#primary-footer .widget{font-size:14px;line-height:24px}#primary-footer .widget-title{color:#fff;font-size:18px;line-height:24px;font-weight:700;margin:0 0 30px}#primary-footer .widget ul li{border-color:#343434}#primary-footer .widget ul a,#primary-footer .krown-widget span{color:#959595}#primary-footer a{color:#e54939}#primary-footer a:hover,#primary-footer .widget ul a:hover{color:#fff}#primary-footer .krown-widget i{color:#999!important}#secondary-footer{background-color:#000;height:40px;color:#959595;font-size:13px;line-height:40px;overflow:hidden}#secondary-footer a{color:#959595;display:inline-block}#secondary-footer a:hover{color:#fff}#secondary-footer p{margin:0}#secondary-footer .krown-social.header li:hover *{color:#fff}#tertiary-footer{border-top:1px solid #e9e9e9;margin-top:-1px;position:relative;z-index:9901}#tertiary-footer .collapsed-title{font-size:23px;line-height:26px;color:#000;padding:35px 0 49px;margin:0;font-weight:700;text-align:center;position:relative;cursor:pointer}#tertiary-footer .collapsed-title:before{color:#aaa;content:"";display:inline-block;font-family:fontello;font-size:24px;left:50%;margin-left:-5px;position:absolute;text-align:center;top:60px;font-weight:400;-webkit-transition:top 100ms linear;transition:top 100ms linear}#tertiary-footer .collapsed-title:hover{color:#e54939}#tertiary-footer .collapsed-title:hover:before{top:65px}#tertiary-footer.opened .collapsed-title:before{content:""}#tertiary-footer .collapsed-content{display:none}#tertiary-footer.opened .collapsed-content{padding:50px 0 100px}.woocommerce-page #tertiary-footer{display:none}#top{width:42px;height:42px;color:#fff;border-radius:5px;background:#ccc;background:rgb(0 0 0 / .2);position:fixed;bottom:20px;right:20px;z-index:9999;visibility:hidden;-webkit-transition:background 150ms linear,opacity 500ms linear,visibility 500ms linear;transition:background 150ms linear,opacity 500ms linear,visibility 500ms linear;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0}#top:after{content:"";display:inline-block;font-family:fontello;font-size:30px;line-height:42px;text-align:center;width:42px}#top:hover{background:#e54939;background:rgb(229 73 57 / .9)}#top.show{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1;visibility:visible}.page-template-template-blog-php .post-standard,.archive .post-standard,.search .post-standard{margin-bottom:170px}.single-post .post-standard{margin-bottom:0}.page-template-template-blog-php .post-standard:first-child,.archive .post-standard:first-child,.single-post .post-standard:first-child,.search .post-standard:first-child{margin-top:60px}.post-standard header{margin-bottom:35px}.post-standard .post-title .cite{position:absolute}.post-meta{margin-bottom:20px;height:24px;overflow:hidden;list-style:none}.post-meta li,.folio.like{float:left;padding:0 22px;border:none;margin:0;border-left:1px solid #e9e9e9;font-size:14px;position:relative}.post-meta li:first-child,.folio.like{padding:0 22px 0 0;border:none}.post-meta a,.folio.like a{color:#000}.post-meta a:hover,.folio.like a:hover{color:#e54939}.post-meta .like a,.post-meta .comments a,.folio.like a{padding-right:24px}.post-meta i,.krown-widget i,.folio.like i{color:#999;margin-left:7px;position:absolute}.post-meta .comments i{top:0}.post-meta a:hover i,.krown-widget a:hover i,.folio.like a:hover i{color:#e54939}.post-meta .krown-icon-heart-1,.krown-widget .krown-icon-heart-1,.folio.like .krown-icon-heart-1{font-size:21px}.post-meta .krown-icon-comment-alt,.krown-widget .krown-icon-comment-alt{font-size:16px}.post-meta .like>div{width:40px}.post-title h2,.post-title h1{font-size:44px;line-height:49px;font-weight:700;color:#000;margin:0 0 0 -1px;position:relative}.post-title:hover h2,.post-title:hover h1{color:#e54939}.post-title .format{font-weight:300;color:#000!important}.post-title .format:before{content:" ("}.post-title .format:after{content:")"}.post-title .cite{font-size:13px;font-weight:400;line-height:13px;margin-top:25px;display:block}.post-title .cite:before{content:"- "}.format-quote .post-title h2,.format-quote .post-title h1{margin-bottom:70px}.post-format-image img,.post-format-gallery img{width:100%;height:auto}.post-excerpt,.post-content{font-size:17px;line-height:28px;margin-top:30px;margin-bottom:60px}.post-more,.post-tags{font-size:17px}.post-tags{margin-top:50px}.post-format-image+.post-more{margin-top:60px}.single-like{position:relative;border-bottom:1px solid #e9e9e9;text-align:center;margin:50px auto 100px}.single-like a{position:absolute;left:50%;margin:-30px 0 0 -50px;width:100px;background-color:#fff;text-align:center}.single-like .krown-icon-heart-1:before{font-size:80px;padding:0;line-height:80px;float:none;color:#999}.single-like span{font-size:20px;line-height:20px;font-weight:700;position:absolute;top:26px;left:0;width:100%;color:#fff;vertical-align:top}.single-like:hover .krown-icon-heart-1:before{color:#e54939}.single-like .post-like.liked:before{color:#e54939;cursor:default}.single-like .post-like.liked{cursor:default;pointer-events:none}.pagination a{height:42px;background:#fff;color:#6b6b6b;border:1px solid #e9e9e9;border-radius:5px;font-size:16px;font-weight:700;text-transform:uppercase;line-height:16px;margin:0 5px;padding:14px 20px}.pagination a:hover{color:#fff;background:#e54939;border-color:#fff0}.pagination a.active{color:#000;border-color:#e9e9e9;background:#fff;pointer-events:none}.pagination a.none{pointer-events:none}.search-results .type-page .post-meta li{display:none}.search-results .type-page .post-meta li:first-child{display:block}.search-results .type-page .post-title span{display:none}.post-standard.w-author>header,.post-standard.w-author>section{width:79%;float:left}.post-author{float:right;width:130px}.author-avatar{position:relative;display:block}.author-avatar .caption{display:table;position:absolute;top:0;left:0;width:130px;height:130px;background:rgb(229 73 57 / .9);background:#e54939;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0}.author-avatar:hover .caption{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.author-avatar .hover-text{text-align:center;font-size:14px;line-height:20px;display:table-cell;vertical-align:middle;color:#fff}.author-avatar strong{display:block;line-height:17px;margin-top:5px}.post-author .post-meta{margin-top:25px;overflow:visible}.post-author .post-meta li{display:block;text-align:center;font-size:14px;line-height:20px;padding:0;width:100%;border:none}.post-author .post-meta .category{margin-top:3px}.post-author .post-meta .like,.post-author .post-meta .comments{float:left;margin-top:25px;text-align:left;width:50%}.post-author .post-meta .like{text-align:right;padding-right:5px}.post-author .post-meta .comments{padding-left:7px}#comments{margin:125px 0}#comments h3{font-size:24px;line-height:28px;margin:0 0 25px 0;font-weight:700}.comment{padding-top:40px;margin-top:50px;border-top:1px solid #e9e9e9;position:relative;min-height:141px}#comments-list>.comment:first-child{border:none;margin-top:0}#comments-list .children li{padding-left:112px}#comments-list .children .children li{padding-left:224px}.comment-avatar{position:absolute!important;top:50px;width:80px;height:80px}.comment-title{font-size:15px;font-weight:700;line-height:19px;margin-top:15px}.comment-title a,.comment-reply-link{color:#3b3b3b}.comment-title a:hover,.comment-reply-link:hover{color:#e54939}.comment-meta span{font-size:13px;margin-top:-2px;display:block}.comment-content{float:left;width:100%;padding-left:112px}.comment-text{margin-top:-10px}.comment-reply-link{position:absolute;right:0;top:40px;font-size:12px;font-weight:500;opacity:0}.comment-reply-link .krown-icon-cw{font-size:14px;left:-7px;position:relative}.comment:hover .comment-reply-link{opacity:1}.await{color:red;display:block;margin-top:15px}#respond{margin-top:180px}#comments-list #respond{margin-top:60px}#comment-form{margin-top:20px}.logged-in-as{margin-top:-5px}.widget{margin-bottom:100px;font-size:14px;line-height:24px;font-weight:500}.widget:last-child{margin-bottom:0}.widget-title{font-size:18px;line-height:22px;font-weight:700;margin:0 0 30px}.widget ul{list-style:none}.widget ul:first-child,.widget p:first-child{margin-top:0}.widget ul li{border-top:1px solid #e9e9e9;padding:15px 0;line-height:20px}.widget ul li:first-child{border-top:none;padding-top:0}.widget ul a{color:#000;padding:13px 0}.widget ul a:hover{color:#e54939}.widget .current-menu-item a{color:#000!important;font-weight:700}.widget small{font-size:1em}.widget_calendar table{width:100%;text-align:left}.widget_calendar caption{font-weight:700;font-size:16px;margin-bottom:15px}.widget_calendar thead{font-weight:700}.widget_calendar tfoot a{margin-top:15px;float:left}.krown-widget i{position:relative;margin-right:5px;top:1px;color:#999}.krown-widget .krown-icon-comment-alt{font-size:15px}.krown-widget .krown-icon-heart-1{top:2px}.krown-widget span{color:#666;position:absolute;top:-2px;left:0}.krown-widget a:hover span{color:inherit}.krown-commented-posts a,.krown-liked-posts a{position:relative;padding:0 0 0 47px!important;display:block}.krown-liked-posts a{padding-left:59px!important}.krown-recent-posts li{height:83px;padding:15px 0;display:table}.krown-recent-posts li:first-child{height:66px}.krown-recent-posts .img{position:absolute;padding:0}.krown-recent-posts img{width:100px;height:53px}.krown-recent-posts .title{padding:0 0 0 120px!important;display:table-cell;vertical-align:middle}.cwidget ul li{font-size:13px;line-height:18px;padding:11px 0}.swidget ul li{width:45%;float:left}.swidget ul li:nth-child(even){float:right}.swidget ul li:first-child+li{border-top:none;padding-top:0}.cwidget .wp-tag-cloud a{font-size:13px!important}.folio-title{margin:40px 0;position:relative}.folio-title h1{font-size:40px;line-height:48px}.single-portfolio .content{padding:50px 0}.single-portfolio .content>.krown-column-row:first-child{padding-top:0}.full-width-slider.flexslider,.remove-space{margin-top:-150px}.portfolio.third-slider{margin-top:60px}.portfolio.third-slider>.span3{float:right}.portfolio.third-slider>.span9{float:left;margin-left:0}.portfolio.third-slider .post-nav{left:0;right:auto;margin:-55px 0 0 -10px}.portfolio.third-slider .folio-title h1{padding-top:24px}.portfolio.third-slider .single-like{margin:50px 0;border:none}.portfolio.third-slider .single-like a{margin:-30px 0 0 -16px;left:0}.portfolio.third-slider .post-share{margin:40px 0 20px -30px;text-align:left}.portfolio.third-slider .post-share>div{width:90px}.post-nav{position:absolute;position:absolute;top:0;right:0}.post-nav *{font-family:'fontello'}.post-nav a{width:42px;height:42px;font-size:30px;line-height:42px;margin:4px 0 0 11px;border-radius:5px;border:1px solid #e9e9e9;background:#fff;color:#b1b1b1;float:left;position:relative;text-indent:-9999px}.post-nav a:before{float:left;text-indent:0}.post-nav a:hover{background:#e54939;color:#fff;border-color:#fff0}.post-nav .btn-close:before{content:"";font-size:25px;margin-left:7px}.post-nav .btn-prev:before{content:"";margin-left:14px}.post-nav .btn-next:before{content:"";margin-left:15px}.post-share{text-align:center}.post-share>div{display:inline-block;height:20px;width:110px;position:relative}.post-share>div>div,.post-share>div>iframe{position:absolute;top:0;left:30px}.post-share .fb-like{margin-top:-4px}.filter{text-align:center;margin-bottom:55px}.filter li{height:42px;background:#fff;color:#6b6b6b;border:1px solid #e9e9e9;border-radius:5px;font-size:12px;font-weight:700;text-transform:uppercase;line-height:12px;margin:0 5px;padding:14px 20px;cursor:pointer;display:inline-block}.filter li:hover{color:#fff;background:#e54939;border-color:#fff0}.filter li.active{color:#000;background:#fff!important;border-color:#e9e9e9!important}#pager-nav{background:#ccc;border-radius:20px;padding:5px 8px;position:fixed;right:10px;text-align:center;top:50%;width:27px;z-index:99999;visibility:hidden;-webkit-transition:all 500ms linear;transition:all 500ms linear;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0}#pager-nav.show{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1;visibility:visible}#pager-nav a{display:block;width:11px;height:11px;border-radius:6px;background:#fff;margin:10px 0;text-indent:-9999px}#pager-nav a:hover{background:#000}#pager-nav a.selected{background:#e54939}#pager-nav.show{display:block}.krown-accordion h5{border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding:40px 30px 36px 90px;color:#000;font-size:18px;line-height:24px;font-weight:600;cursor:pointer;position:relative;text-transform:uppercase;margin:0 0 -1px 0}.krown-accordion h5:before{display:block;position:absolute;content:"";font-family:'fontello';color:#999;border:1px solid #e9e9e9;background:#f8f8f8;font-size:16px;width:36px;height:36px;border-radius:18px;text-align:center;padding-top:5px;font-weight:400;top:33px;left:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.krown-accordion h5:hover{background:#f9f9f9}.krown-accordion>section.opened h5{background:#f4f4f4;font-weight:700}.krown-accordion>section.opened h5:before{color:#FFF;background:#e54939;border-color:#fff0;content:""}.krown-accordion .content{display:none;padding:40px 0 40px 90px}.krown-accordion .krown-column-row{margin-bottom:40px}.krown-accordion.opened:last-child{border-bottom:1px solid #e9e9e9}.krown-accordion.small h5{font-weight:500;font-size:16px;padding:17px 30px 14px 40px;text-transform:none}.krown-accordion.small h5:before{border:none;background:transparent!important;padding-top:0;top:17px;left:5px;font-size:14px}.krown-accordion.small>section.opened h5:before{color:#000}.krown-accordion.small .content{padding:20px 0 20px 50px}.krown-alert{min-height:40px;margin-bottom:15px;padding:10px 40px;display:inline-block}.krown-alert p{margin:9px 0}.krown-alert.alert-error{background:#f9e5e6;border:1px solid #fad2d3;color:#c48587}.krown-alert.alert-success{background:#e3ebc6;border:1px solid #cddb9b;color:#8e9c5e}.krown-alert.alert-info{background:#d8ecf5;border:1px solid #aed7ea;color:#5593b1}.krown-alert.alert-block{background:#fcf7d9;border:1px solid #f7e292;color:#c49c03}.krown-blank-divider{display:block;width:100%;height:1px}.krown-button{text-transform:uppercase;color:#ffffff!important;font-weight:700;background-color:#212121;border-radius:5px;display:inline-block;text-align:center;-webkit-transition:all 100ms linear!important;transition:all 100ms linear!important}.krown-button i{float:right;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;-webkit-transition:all 100ms linear!important;transition:all 100ms linear!important}.krown-button:hover{background-color:#e54939}.krown-button:hover i{margin-left:14px!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.krown-button.normal{font-size:14px;line-height:14px;padding:16px 20px}.krown-button.normal i{font-size:23px;margin:-1px -3px 0 -15px}.krown-button.small{font-size:12px;line-height:12px;font-weight:700;padding:13px 20px}.krown-button.small i{font-size:17px;margin:0 -3px 0 -15px}.krown-button.empty{background:#fff;color:#6b6b6b!important;border:1px solid #e9e9e9}.krown-button.empty:hover{color:#fff!important;background:#e54939;border-color:#fff0}.krown-button.no-border{border:none!important}.krown-column-container{float:left;display:block;margin-left:4%;position:relative}.span12{width:100%}.span6{width:48%}.span10{width:83.34%}.span9{width:74%}.span8{width:65.34%}.span4{width:30.66%}.span3{width:22%}.span2{width:13.33%}.krown-column-row [class*="span"]:first-child{margin-left:0}#content>.krown-column-row:first-child{margin-top:0}.krown-column-row .krown-column-row{padding:0}.krown-column-row{padding:50px 0}.no-touch .krown-column-row{background-attachment:fixed}.full-width #content>.krown-column-row{border-bottom:1px solid #e9e9e9}.full-width #content>.krown-column-row>.row-content{width:1140px;margin:auto}.full-width #content>.krown-column-row.row-full>.row-content{width:100%}.krown-divider{display:block;height:1px;width:100%}.krown-tabs .contents .wpb_wrapper>*:first-child,#content>.wrapper .krown-column-row:first-child .wpb_wrapper:first-child>*:first-child{margin-top:0}.more-space{margin:25px 0}.even-more-space{margin:50px 0}.reduce-space{margin-top:-50px}.reduce-more-space{margin-top:-100px}.fancybox-skin{background:#fff0}.fancybox-overlay{z-index:99998;background:#333;background:rgb(51 51 51 / .95);overflow:hidden!important}.fancybox-opened{z-index:99999}.fancybox-opened .fancybox-skin{box-shadow:0 0 13px rgb(0 0 0 / .2)}.fancybox-nav span,.fancybox-close{background:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/sharpSprites.png) no-repeat -1px 0 #181818;background-color:rgb(24 24 24 / .8);width:50px;height:50px;margin-top:-25px;display:block;text-indent:-9999px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:0}.fancybox-next span{background-position:-50px 0;right:0}.fancybox-prev span{left:0}.fancybox-close{background-position:-115px 0;right:-25px;top:-5px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1;visibility:visible}.fancybox-nav:hover span{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1;visibility:visible}.fancybox-nav span:hover,.fancybox-close:hover{background-color:#e54939;background-color:rgb(229 73 57 / .9)}#fancybox-loading{z-index:99999}#fancybox-loading div{background:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/preloader-222.gif) no-repeat center center #fff0}.fancybox-title-float-wrap .child{background:#fff0}.fancybox-thumb{display:inline-block;position:relative}.fancybox-thumb img{margin:0!important;float:none!important;vertical-align:top}.fancybox-thumb span{width:100%;height:100%;position:absolute;top:0;left:0;background:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/cross.png) no-repeat center center #222;background-color:rgb(0 0 0 / .7);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;-webkit-transition:opacity 250ms linear;transition:opacity 250ms linear}.fancybox-thumb:hover span{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:100}.krown-thumbnail-gallery .fancybox-thumb{float:left;margin:1px}.krown-thumbnail-gallery .fancybox-thumb.first{margin-left:0}.krown-thumbnail-gallery .fancybox-thumb.last{margin-right:-10px}form{width:100%}input,textarea{background:#fff;border:1px solid #e9e9e9;padding:0 17px;font-size:16px;line-height:22px;color:#000;font-weight:400;width:100%;color:#444;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;display:inline-block;resize:none;height:44px;margin:0 0 40px 0;box-shadow:none!important;border-radius:0!important}p input{margin-bottom:0}textarea{padding:17px;height:220px}input:focus,textarea:focus{background:#f7f7f7;border-color:#dfdfdf;color:#000}.ie8 input{padding-top:10px}.contact-error-border{border-color:red}.success-message,.error-message{margin-top:0}form .column_container{padding-bottom:10px}form label{display:block;margin-bottom:7px;font-size:13px;color:#000}form label span{font-style:italic;color:#acacac}input[type="submit"]{font-size:12px;line-height:12px;font-weight:700;padding:11px 20px;height:38px;text-transform:uppercase;color:#ffffff!important;font-weight:700;background-color:#000;border:none!important;border-radius:5px!important;display:inline!important;text-align:center;width:auto!important;cursor:pointer}input[type="submit"]:hover{background:#e54939}input[type="checkbox"],input[type="radio"]{width:auto;height:auto;float:left;margin:5px 10px 0 0}input[type="checkbox"]{-webkit-appearance:checkbox!important}input[type="radio"]{-webkit-appearance:radio!important}input,input[type="submit"],textarea{-webkit-appearance:none!important}.krown-flickr{margin-left:-1px;width:103%}.krown-flickr li{float:left;margin:1px;list-style:none}.krown-flickr a{display:block}.krown-flickr img{vertical-align:middle}.krown-flickr a:hover img{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60);opacity:.6}.krown-latest-posts h3{font-size:23px;line-height:28px;color:#000;margin:0}.krown-latest-posts a:hover h3{color:#e54939}.krown-latest-posts .post-meta{margin:15px 0 25px}.krown-latest-posts .post-meta li{font-size:13px;line-height:13px;padding:0 10px;border-color:#959595}.krown-latest-posts .post-meta li:first-child{padding-left:0}.krown-latest-posts .post-excerpt{margin:0;font-size:14px;line-height:24px;font-weight:500}.krown-latest-posts .post-more{margin:25px 0 0 0}.krown-latest-posts .add-link h2:after{content:" (link)";font-weight:500}.krown-latest-posts.format-quote .post-title h2{margin-bottom:40px}.krown-latest-posts iframe{height:auto}.krown-latest-posts.standard .krown-column-row{margin-top:100px}.krown-latest-posts.standard .krown-column-row:first-child{margin-top:0}.standard-post{float:left;margin-left:4%}.standard-post:first-child{margin-left:0}.krown-latest-posts.masonry{margin:-20px 0 20px -20px;width:110%}.masonry-post{float:left;width:353px;margin:20px;border:1px solid #e9e9e9;box-shadow:1px 1px 0 #e9e9e9}.masonry-post .content{padding:40px 35px 50px}.masonry-post .post-title .cite{position:static;margin-bottom:30px}.infinite-barrier{float:left;margin-top:100px;text-align:center;width:100%;display:none}.infinite-barrier i{font-size:17px}.infinite-barrier p{display:none}#infinite-link{display:none}.masonry-post.sticky.format-standard .content,.masonry-post.sticky.format-quote,.masonry-post.sticky.format-link,.masonry-post.sticky.format-audio .content{background:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/sticky.png) no-repeat 0 0 #fff0}.masonry-post.sticky.format-gallery:before,.masonry-post.sticky.format-video:before,.masonry-post.sticky.format-image:before{content:"";display:block;position:absolute;width:45px;height:46px;top:0;left:0;z-index:999;background:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/sticky.png) no-repeat 0 0 #fff0}.krown-latest-portfolio.classic .portfolio-items{margin:-45px 0 45px -20px;width:110%}.portfolio-item.classic{float:left;margin:45px 20px 0;text-align:center}.portfolio-item.classic>a{display:block;position:relative}.portfolio-item.classic>a .hover{background:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/cross.png) no-repeat center center #e54939;background:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/cross.png) no-repeat center center rgb(229 73 57 / .9);display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:9999;text-indent:-9999px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0}.portfolio-item.classic>a:hover .hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.portfolio-item.classic h3{font-size:18px;line-height:21px;margin:32px 0 0}.portfolio-item.classic .caption>a{color:#000}.portfolio-item.classic .caption>a:hover{color:#e54939}.portfolio-item.classic .category{margin-top:2px;display:block;color:#959595;font-weight:500}.portfolio-item.classic .like{margin-top:9px;padding-right:15px;float:none;font-weight:500}.portfolio-item.classic .post-like{color:#999!important;padding-right:12px}.portfolio-item.classic .post-like i{color:#999!important}.krown-latest-portfolio.alt .filter,.krown-latest-portfolio.alt .pagination{text-align:left;margin-left:-5px}.krown-latest-portfolio.alt.full-width-portfolio .filter{text-align:center;margin-left:0}.portfolio-item.alt{float:left;margin:0;position:relative}.portfolio-item.alt a{display:block;position:relative;overflow:hidden}.alt-hover{position:absolute;bottom:0;left:0;width:100%;height:0;text-align:center;background:#e54939;background:rgb(229 73 57 / .9)}.alt-hover>div{width:100%;height:100%;display:table}.alt-hover>div .caption{display:table-cell;vertical-align:middle}.alt-hover .caption>*{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;top:50px;position:relative}.alt-hover h3{font-size:20px;line-height:26px;margin:35px 0 1px 0;color:#fff}.alt-hover .category{color:#fff;margin-top:-1px;display:inline-block;font-weight:500}.alt-hover .like{margin-top:15px;float:none;font-weight:500}.alt-hover .like *{color:#fff!important}.krown-latest-portfolio.classic.col-4 .caption{max-width:255px}.krown-latest-portfolio.classic.col-3 .caption{max-width:353px}.layout-right-sidebar .krown-latest-portfolio.classic .portfolio-item,.layout-left-sidebar .krown-latest-portfolio.classic .portfolio-item{width:249px}.layout-right-sidebar .krown-latest-portfolio.alt .portfolio-item,.layout-left-sidebar .krown-latest-portfolio.alt .portfolio-item{width:275px}.krown-latest-portfolio .pagination,.krown-latest-portfolio .moe-pagination{text-align:center;margin-top:100px}.portfolio-item.disabled,.portfolio-item.disabled .custom-link{pointer-events:none}.full-width-portfolio .portfolio-item{width:19.9%}.full-width-portfolio .portfolio-item a{width:103%}.full-width-portfolio .portfolio-item img{max-width:none;width:100%}.full-width-portfolio .portfolio-item:last-child{overflow:hidden}.krown-latest-portfolio.col-4 .portfolio-item.classic{width:255px}.krown-latest-portfolio.col-3 .portfolio-item.classic{width:353px}.krown-latest-portfolio.col-4 .portfolio-item.alt{width:285px}.krown-latest-portfolio.col-3:not(.full-width-portfolio) .portfolio-item.alt{width:380px}.krown-pie{text-align:center}.krown-pie .holder{width:150px;margin:auto;position:relative;overflow:hidden}.krown-pie .holder span{display:block;position:relative;z-index:5}.krown-pie .value{font-size:60px;line-height:60px;font-weight:500;letter-spacing:-5px;padding:35px 5px 0 0}.krown-pie .subtitle{font-size:14px;line-height:14px;font-weight:500;padding-top:30px}.krown-pie .title{font-size:18px;line-height:21px;font-weight:700;padding-top:40px}.krown-pie .pie-holder{position:absolute;top:1px;left:0;width:150px;height:150px;border:3px solid #d7d7d7;border-radius:75px;z-index:1}.krown-pie .pie-blank{position:absolute;border-color:#fff0 #fff0 #fff;border-style:solid;border-width:110px;left:50%;margin-left:-110px;top:-45px;z-index:3}.krown-pie .pie-canvas{position:absolute;top:-81px;left:-80px;z-index:2;-ms-transform:scale(.5) rotate(226deg);-webkit-transform:scale(.5) rotate(226deg);transform:scale(.5) rotate(226deg)}.krown-pie.large .holder{width:212px}.krown-pie.large .value{font-size:70px;line-height:70px;font-weight:700;padding-top:62px}.krown-pie.large .subtitle{padding-top:56px}.krown-pie.large .title{font-weight:700}.krown-pie.large .pie-holder{width:210px;height:210px;border-radius:105px;border-width:2px}.krown-pie.large .pie-blank{border-width:151px;margin-left:-151px;top:-60px}.krown-pie.large .pie-canvas{left:-109px;top:-111px}.krown-pie.addk .value:after{content:"k"}.krown-pricing{border:1px solid #e9e9e9;text-align:center}.krown-pricing.col-1 .krown-pricing-column{width:100%}.krown-pricing.col-2 .krown-pricing-column{width:50%}.krown-pricing.col-3 .krown-pricing-column{width:33.33%}.krown-pricing.col-4 .krown-pricing-column{width:25%}.krown-pricing.col-5 .krown-pricing-column{width:20%}.krown-pricing-column{float:left;border-left:1px solid #e9e9e9;background:#fff;position:relative}.krown-pricing-column:first-child{border-left:none}.krown-pricing-column.featured{background:#fafafa}.krown-pricing-column.featured:before{content:"★";font-family:'fontello';font-size:16px;line-height:16px;color:#fff;position:absolute;top:4px;right:4px;z-index:2}.krown-pricing-column.featured:after{position:absolute;top:0;right:0;width:0;height:0;content:"";border-style:solid;border-width:0 41px 41px 0;border-color:#fff0 #212121 #fff0 #fff0;z-index:1}.krown-pricing-title{border-bottom:1px solid #e9e9e9;padding:50px 0 60px}.krown-pricing-title h3{font-size:56px;line-height:56px;font-weight:400;letter-spacing:-2px;color:#212121;margin:0 0 25px}.krown-pricing-title h5{font-size:16px;line-height:16px;text-transform:uppercase;font-weight:700;margin:0 0 30px}.krown-pricing-title sub,.krown-pricing-title sup{color:#797979;letter-spacing:0}.krown-pricing-title sub{font-size:18px;line-height:18px;padding-left:3px}.krown-pricing-title sup{font-size:24px;line-height:24px;padding-right:3px}.krown-pricing-content{font-weight:500}.krown-pricing-content ul li:first-child{padding-top:11px}.krown-pricing-content ul li:last-child{padding-bottom:11px}.krown-progress-bars ul{list-style:none;margin:0}.krown-progress-bars li{margin-bottom:32px}.krown-progress-bars h6{font-size:14px;line-height:14px;font-weight:500;margin-bottom:10px}.krown-progress-bars p{display:block;text-indent:-9999px;background:#d8d8d8;height:8px;width:100%;border-radius:5px;position:relative;margin:0}.krown-progress-bars .bar{display:block;position:absolute;top:0;left:0;height:8px;width:0;border-radius:5px;background:#e54939;overflow:visible!important}.krown-progress-bars .text{background:#212121;color:#fff;font-size:11px;line-height:21px;font-weight:500;height:22px;letter-spacing:-1px;padding:0 7px;position:absolute;right:-14px;text-indent:0!important;top:-29px;border-radius:5px;display:block;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.krown-progress-bars .text:after{top:100%;left:50%;border:solid #fff0;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:#fff0;border-top-color:#212121;border-width:5px;margin-left:-5px;margin-top:-2px}.krown-progress-bars .text.check-size{position:fixed}.krown-section-title{text-align:center}.krown-section-title h2{font-size:40px;line-height:50px;font-weight:700;margin:0 0 15px 0}.krown-section-title h4{font-size:18px;line-height:25px;margin:0 0 30px 0;font-weight:400}.krown-section-title hr{width:100px;background-color:#999;height:3px;border:none}.krown-section-title.style-bookmark{background-color:#000;width:210px;left:50%;margin-left:-105px;padding:50px 45px 10px;position:relative;top:0}.krown-section .krown-section-title.style-bookmark:first-child{margin-top:-150px}.krown-section-title.style-bookmark h2{color:#fff;font-size:32px;font-weight:600;line-height:34px;text-transform:uppercase}.krown-section-title.style-bookmark span{border-color:#000 #fff0 #fff0;border-style:solid;border-width:63px 105px 0;left:0;position:absolute;text-indent:-9999px}.krown-section-title.style-bookmark hr{display:none}.krown-section-title.align-left{text-align:left}.krown-section-title.align-right{text-align:right}.krown-section-title.align-left hr{float:left}.krown-section-title.align-right hr{float:right}.krown-section-title.no-border hr{display:none}.aligncenter{text-align:center}img.aligncenter{display:block;margin:auto}a.aligncenter{text-align:center;width:100%;display:block}.alignright{float:right;margin:0 0 15px 15px}.alignleft{float:left;margin:0 15px 15px 0}.krown-single-image{margin:0}.flexslider{background:none;padding:0;box-shadow:none;margin:0;border-radius:0;border:none}.flexslider .slides{overflow:hidden}.flexslider li{margin:0;padding:0;border:none}.flexslider .slides>li{position:relative}.flexslider.mini{background:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/preloader-f7.gif) no-repeat center center #f7f7f7}.flexslider.mini .slides{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.masonry-post .flexslider.mini{min-height:0}.flex-direction-nav a{width:42px;height:42px;font-size:24px;line-height:42px;margin-top:-21px;border-radius:5px;border:1px solid #e9e9e9;background:#fff;color:#b1b1b1;text-shadow:none!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;opacity:0!important}.flex-direction-nav a:hover{background:#000;color:#fff;border-color:#fff0}.flex-direction-nav a.flex-prev{left:0!important}.flex-direction-nav a.flex-next{right:0!important;left:auto!important}.flex-direction-nav a:before{position:relative;font-size:30px;font-family:fontello;margin-top:-1px}.flex-direction-nav a.flex-prev:before{margin-left:14px;content:""}.flex-direction-nav a.flex-next:before{margin-right:14px;content:""}.mini .flex-direction-nav a{border:none;color:#fff;background:#ccc;background:rgb(0 0 0 / .2)}.mini .flex-direction-nav a:before{top:1px}.mini .flex-direction-nav a.flex-prev{border-radius:0 5px 5px 0}.mini .flex-direction-nav a.flex-next{border-radius:5px 0 0 5px}.mini .flex-direction-nav a:hover{background:#000;color:#fff;border-color:#fff0}.flex-control-nav{width:100%;left:0;bottom:auto}.flex-control-nav li{margin:0 2px;display:inline-block}.flex-control-nav li a{width:7px;height:7px;display:block;background-color:#b9b9b9;cursor:pointer;text-indent:-9999px;border-radius:4px;box-shadow:none!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;opacity:0!important}.flex-control-nav li a.flex-active{background-color:#e54939}.nav-bullets-top .flex-control-nav{top:-40px}.nav-bullets-bottom .flex-control-nav{bottom:-70px}.flex-caption{background:#333;background:rgb(0 0 0 / .3);bottom:10px;color:#fff;font-size:13px;line-height:13px;margin:0;padding:11px 15px;position:absolute;right:10px}.mini.flexslider:hover .flex-direction-nav a,.krown-column-row:hover .krown-tour.flexslider .flex-direction-nav a,.mini.flexslider:hover .flex-control-nav a,.krown-column-row:hover .krown-tour.flexslider .flex-control-nav a{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;opacity:1!important}.flexslider.krown-tour{padding:0 140px;overflow:visible!important}.flexslider.krown-tour img{width:auto!important}.flexslider.krown-tour .slides>div,.flexslider.krown-tour .slides>section{display:none;-webkit-backface-visibility:hidden}.flexslider.krown-tour .slides>section>h5{display:none}.flexslider.krown-tour .flex-direction-nav a:hover{background:#e54939}.krown-tour.no-space-slider{padding:0!important}.krown-tour.bottom-left-controls .flex-direction-nav a,.krown-tour.bottom-left-controls .flex-control-nav{float:left;position:absolute;top:auto!important;bottom:-70px!important}.krown-tour.bottom-left-controls .flex-direction-nav .flex-next{right:auto!important;left:51px!important}.krown-tour.bottom-left-controls .flex-control-nav{text-align:left}.krown-tour.flexslider.no-hide-controls .flex-direction-nav a,.krown-tour.flexslider.no-hide-controls .flex-control-nav a{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1!important}.krown-tabs .titles{border-bottom:3px solid #000}.krown-tabs .titles li{float:left;display:table;padding:0;border:1px solid #e9e9e9;border-bottom:none;border-radius:6px 6px 0 0;margin-right:-1px;height:85px;cursor:pointer;position:relative}.krown-tabs .titles h5{margin:auto;width:100%;font-size:15px;font-weight:700;color:#6b6b6b;line-height:17px;padding:5px 20px 0 90px;display:table-cell;vertical-align:middle}.krown-tabs .titles h5:before{font-size:28px;line-height:20px;margin-right:12px;position:absolute;left:40px}.krown-tabs .titles li:hover{position:relative;z-index:3;background-color:#e54939;border-color:#fff0}.krown-tabs .titles li:hover h5{color:#fff!important}.krown-tabs .titles .opened{background-color:#000!important;border-color:transparent!important}.krown-tabs .titles .opened h5{color:#fff}.krown-tabs .contents{min-height:200px;padding-top:60px}.krown-tabs .contents>div,.krown-tabs .contents>section{display:none}.krown-tabs .contents>div.opened,.krown-tabs .contents>section.opened{display:block}.krown-tabs.small .titles h5{font-weight:600;padding:2px 20px 0 20px}.krown-tabs.small .titles li{height:45px}.krown-tabs.small .contents{padding-top:30px}.krown-tabs.small i{display:none}.krown-team{text-align:center}.krown-team .custom-shape{margin:auto}.krown-team .custom-link{display:none!important}.krown-team h4{font-size:18px;line-height:24px;font-weight:700;margin:30px 0 0}.krown-team h5{font-size:13px;line-height:17px;font-weight:500;margin-top:0;color:#6b6b6b}.krown-team .content{padding-top:16px}.krown-testimonial{text-align:center}.krown-testimonial blockquote{font-size:38px;line-height:46px;margin:0;padding:0;border:none}.krown-testimonial figcaption{margin-top:60px;font-size:16px;font-weight:800;text-transform:uppercase;line-height:20px}.krown-testimonial figcaption:before{font-family:fontello;font-size:53px;content:"";font-weight:400;color:#aaa}.krown-testimonial p{margin-bottom:0;padding:0}.krown-testimonial span{font-size:17px;font-weight:400;text-transform:none}.krown-testimonial.style-two blockquote{font-family:'Amatic SC',cursive;font-size:60px;line-height:72px}.krown-testimonial.style-two figcaption{font-size:19px;text-transform:none;line-height:22px;font-weight:400}.krown-testimonial.style-two figcaption:before{display:none}.krown-testimonial.style-two i{font-size:24px;line-height:24px;margin-right:12px;color:#aaa}.single-portfolio .krown-testimonial blockquote{font-size:29px;line-height:37px;font-weight:300}.single-portfolio .krown-testimonial figcaption{font-size:14px}.single-portfolio .krown-testimonial span{text-transform:uppercase;font-size:14px}.krown-text-icon{text-align:center}.krown-text-icon a{color:#000}.krown-text-icon h3{font-size:16px;line-height:19px;font-weight:800;padding-top:34px;margin:0 0 36px;text-transform:uppercase}.krown-text-icon a:hover h3{color:#e54939}.krown-text-icon i{font-size:60px;line-height:60px;display:block;width:100%;top:0;position:relative;-webkit-transition:all 150ms linear;transition:all 150ms linear}.krown-text-icon.style-one a:hover i{color:#e54939;top:-20px}.krown-text-icon.style-one a:hover h3{padding-top:34px}.krown-text-icon.style-two h3{padding-top:47px}.krown-text-icon.style-two i{border-radius:80px;display:block;font-size:60px;line-height:60px;height:160px;margin:auto;width:160px;padding-top:50px;background:#f7f7f7}.krown-text-icon.style-two a:hover i{color:#fff}.krown-text-icon.style-three h3{color:#e54939;display:block;font-size:44px;line-height:44px;font-weight:700;padding-top:20px;margin-bottom:20px}.krown-text-icon.style-three p{font-size:18px;line-height:26px;margin:0;font-weight:500}.krown-text-icon.style-four{position:relative;padding-left:90px;text-align:left}.krown-text-icon.style-four i{position:absolute;top:0;left:0;text-align:center;font-size:40px;color:#e54939;width:70px}.krown-text-icon.style-four h3{margin:0;padding-top:10px;text-transform:none}.krown-toggle h5{border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding:40px 30px 36px 90px;color:#000;font-size:18px;line-height:24px;font-weight:600;cursor:pointer;position:relative;text-transform:uppercase;margin:0 0 -1px 0}.krown-toggle h5:before{display:block;position:absolute;content:"";font-family:'fontello';color:#999;border:1px solid #e9e9e9;background:#f8f8f8;font-size:16px;width:36px;height:36px;border-radius:18px;text-align:center;padding-top:5px;font-weight:400;top:33px;left:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.krown-toggle h5:hover{background:#f9f9f9}.krown-toggle.opened h5{background:#f4f4f4;font-weight:700}.krown-toggle.opened h5:before{color:#FFF;background:#e54939;border-color:#fff0;content:""}.krown-toggle .content{display:none;padding:40px 0 40px 90px}.krown-toggle .krown-column-row{margin-bottom:40px}.krown-toggle.opened:last-child{border-bottom:1px solid #e9e9e9}.krown-twitter{position:relative}.krown-twitter img{width:100px;height:100px;position:absolute;top:0;left:0}.krown-twitter>a,.krown-twitter>iframe{float:left;display:block;clear:left;margin-left:120px}.krown-twitter>a h5{float:left;font-size:22px;line-height:22px;font-weight:700;margin:10px 0 0}.krown-twitter>a span{float:left;font-size:12px;color:#999;margin-top:-4px}.krown-twitter>iframe{float:left;margin-top:10px}.krown-twitter ul{float:left;margin-top:20px;min-height:171px;clear:left}.krown-twitter li{display:none;overflow:hidden;list-style:none}.krown-twitter li:first-child{display:block}.krown-twitter li a{color:#999}.krown-twitter li a:hover,.krown-twitter .time:hover,.krown-twitter>a:hover span{color:#e54939}.krown-twitter .body{line-height:20px;margin-bottom:7px}.krown-twitter .time{color:#6b6b6b;font-size:12px}.krown-twitter .intents{border-top:1px solid #e9e9e9;margin-top:17px;padding-top:16px;width:110%}.krown-twitter .intents a{background:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/twitter.png) no-repeat 0 2px #fff0;padding-left:30px;float:left;margin-right:20px}.krown-twitter .intents .retweet{background-position:0 -17px;padding-left:35px}.krown-twitter .intents .favorite{background-position:0 -38px;padding-left:25px}.mejs-container{width:100%;overflow:hidden!important}.mejs-container .mejs-controls{background:#242424;width:100%}.mejs-container .mejs-controls div{width:30px;height:30px}.mejs-time.mejs-duration-container{padding-right:5!important}.mejs-controls .mejs-button button,.no-svg .mejs-controls .mejs-button button{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/mediaelement/controls-goodwork.png);width:30px;height:30px;margin:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter:alpha(opacity=30);opacity:.3}.mejs-controls .mejs-button button:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80);opacity:.8}.mejs-controls .mejs-button button:focus{outline:none}.mejs-controls .mejs-play button{background-position:-1px -29px}.mejs-controls .mejs-pause button{background-position:0 0}.mejs-controls .mejs-mute button{background-position:-31px 0}.mejs-controls .mejs-unmute button{background-position:-31px -30px}.mejs-controls .mejs-fullscreen-button button{background-position:-61px 0}.mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button{background-position:-60px -30px}.mejs-container .mejs-controls .mejs-time{height:30px}.mejs-container .mejs-controls .mejs-time span{font:bold 11px Arial,sans-serif;color:#8E8E8E;padding:0 10px}.mejs-container .mejs-controls .mejs-time.mejs-currenttime-container{margin-right:-55px}.mejs-controls div.mejs-time-rail{padding-top:8px;margin:0 50px 0 50px}.mejs-controls .mejs-time-rail span{height:4px;border-radius:0}.mejs-controls .mejs-time-rail .mejs-time-total{background:#5E5E5E;box-shadow:none}.mejs-controls .mejs-time-rail .mejs-time-buffering{background:#5E5E5E}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#777}.mejs-controls .mejs-time-rail .mejs-time-current{background:#e54939}.mejs-controls .mejs-time-rail .mejs-time-handle,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{background:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/mediaelement/controls-goodwork.png) no-repeat -95px 0 #fff0;width:5px;height:12px;top:-4px;display:block;border:none;border-radius:0;position:absolute;cursor:pointer;left:-2px}.mejs-controls .mejs-time-rail .mejs-time-float{display:none!important}.mejs-container .mejs-controls div.mejs-time.mejs-duration-container{margin-left:-55px}.mejs-button.mejs-volume-button.mejs-mute,.mejs-button.mejs-volume-button.mejs-unmute{border-left:1px solid #000;border-right:1px solid #000;padding-right:1px;margin-right:15px}.mejs-button.mejs-playpause-button{border-right:1px solid #000!important}.mejs-video.mejs-container .mejs-button.mejs-volume-button.mejs-mute,.mejs-video .mejs-button.mejs-volume-button.mejs-unmute{margin-right:1px}.mejs-container .mejs-controls div.mejs-horizontal-volume-slider{margin-right:35px}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{height:4px;border-radius:0;box-shadow:none;background:#777;margin-top:2px;cursor:pointer}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background:#e54939}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{top:9px}.mejs-controls .mejs-volume-button .mejs-volume-slider{width:30px;left:-1px;background:#3B3B3B;height:120px;top:-120px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total,.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{margin-left:2px;margin-top:3px;width:4px;cursor:pointer}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{background:#777}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{background:#e54939}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{width:12px;height:7px;border-radius:0;border:none;left:7px;background:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/mediaelement/controls-goodwork.png) no-repeat -95px -13px #fff0}.mejs-overlay-button,.no-svg .mejs-overlay-button{background:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/mediaelement/bigplay-goodwork.png) no-repeat 0 2px #181818;background-color:rgb(24 24 24 / .8);width:48px;height:48px;border-radius:0;margin:-24px 0 0 -24px!important}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -50px;background-color:#e54939}.mejs-overlay-loading{background:#181818;background:rgb(24 24 24 / .9);height:60px;margin:-30px 0 0 -30px;width:60px;display:none}.mejs-overlay-loading span{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/mediaelement/loading-goodwork.gif);height:60px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter:alpha(opacity=90);opacity:.9;width:60px}.mejs-horizontal-volume-slider.mejs-mute{width:1px!important;margin-right:1px!important}.mejs-audio .mejs-button.mejs-volume-button{border-right-color:transparent!important}.mejs-audio .mejs-button.mejs-volume-button button{left:8px}.wp-playlist{overflow:hidden}.wp-playlist-tracks{background:#242424;border-top:1px solid #000;margin-top:0;padding:1px 0;width:100.1%}.wp-playlist-item{border-bottom:1px solid #000;padding:5px 15px;position:relative}.wp-playlist-caption{color:#ccc;display:block;font-size:11px;font-weight:700;text-transform:uppercase}.wp-playlist-tracks .wp-playlist-caption:hover{color:#fff}.wp-playlist-item-length{color:#8b8b8b;font-family:'Arial';font-size:11px;font-weight:700;position:absolute;right:10px;top:5px}.form-row.woocomemerce-invalid .chzn-single,.form-row.woocomemerce-invalid .chzn-drop,.form-row.woocomemerce-invalid input.input-text,.form-row.woocomemerce-invalid select{border:1px solid red}.form-row.woocommerce-validated .chzn-single,.form-row.woocommerce-validated .chzn-drop,.form-row.woocommerce-validated input.input-text,.form-row.woocommerce-validated select{border:1px solid green}ul.products{clear:left;width:110%;margin-left:-20px;padding-top:30px;list-style:none}ul.products li{margin:0 20px 65px;float:left;width:255px;position:relative}.layout-right-sidebar ul.products,.layout-left-sidebar ul.products{margin-left:-15px}.layout-right-sidebar ul.products li,.layout-left-sidebar ul.products li{margin:0 15px 60px}ul.products li a{display:block;position:relative;overflow:hidden}ul.products li .caption{text-align:left;float:left;width:100%;position:relative}ul.products li h3,ul.products li h2{font-size:15px;line-height:18px;font-weight:700;color:#000;margin:25px 0 -2px 0;width:75%}ul.products li .cat{font-size:13px;line-height:14px;font-weight:500;color:#959595;width:65%}ul.products li .price,.product_list_widget .amount{font-size:18px;line-height:18px;font-weight:800;position:absolute;top:25px;right:0;color:#000}ul.products li .price del,.product_list_widget del .amount{font-size:14px;line-height:14px;font-weight:600;color:#959595;position:absolute;top:22px;right:0}ul.products li .price ins,.product_list_widget ins{text-decoration:none}ul.products li .button{width:50%;height:40px;background:#212121;color:#fff;font-size:12px;line-height:12px;font-weight:700;padding-top:14px;text-transform:uppercase;text-align:center;position:absolute;top:162px;left:0;opacity:0;border-radius:0!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.no-touch ul.products li:hover .button{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}ul.products li .view_button{left:50%;border-left:1px solid #414141!important}ul.products li .button:hover{background:#e54939}ul.products .button:before{font-family:'fontello';font-weight:400;position:absolute;top:14px;left:50%;margin-left:-10px;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}ul.products li .add_to_cart_button:before{content:"";font-size:24px}ul.products li .view_button:before{content:"";font-size:22px}ul.products li .button:hover{font-size:0}ul.products li .button:hover:before{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}ul.products li .add_to_cart_button.loading:before{content:"";font-size:17px}ul.products li .add_to_cart_button.added:before{content:"✓";font-size:17px;opacity:1!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important}ul.products li .add_to_cart_button.added{background:#e54939;cursor:default;font-size:0}ul.products li .add_to_cart_button.loading{cursor:default}ul.products .added_to_cart{display:none!important}.single-product .product{position:relative;margin-top:50px}.single-product .images{width:50%;float:left;position:relative;overflow:hidden}.single-product .summary{width:50%;float:right;padding-left:40px}.single-product .summary .product_title{font-size:30px;line-height:38px;font-weight:700;margin-top:-5px}.single-product .summary .woocommerce-product-rating,.single-product .summary .star-rating span{display:none}.single-product .onsale{display:none}.single-product .summary .price{margin:30px 0 40px;padding:25px 0;font-size:30px;line-height:30px;font-weight:800;color:#000;border-bottom:1px solid #e9e9e9;border-top:1px solid #e9e9e9;display:block}.single-product .summary .price ins{text-decoration:none;float:left;margin-right:10px}.single-product .summary .price del{font-size:14px;line-height:14px;color:#959595;font-weight:600}.single-product .cart,.product-quantity{padding:30px 0 15px}.single-product .cart input,.product-quantity input{width:40px;height:38px;float:left;background:#fff;color:#b2b2b2;font-size:24px;font-weight:700;border:1px solid #e9e9e9;padding:0;cursor:pointer;text-align:center;font-family:Helvetica,Arial,sans-serif}.single-product .cart .minus,.product-quantity .minus{padding:0 2px 3px 0;border-radius:5px 0 0 5px!important}.single-product .cart .plus,.product-quantity .plus{border-radius:0 5px 5px 0!important}.single-product .cart input:hover,.product-quantity input:hover{background:#e54939;color:#fff;border-color:#fff0;}.single-product .cart .input-text,.single-product .cart .input-text:hover,.product-quantity .input-text,.product-quantity .input-text:hover{background:#e9e9e9;font-size:14px;font-weight:700;color:#6b6b6b;cursor:text}.single-product .cart .button,.product-quantity .button{font-size:12px;line-height:12px;font-weight:700;padding:13px 20px!important;height:38px;text-transform:uppercase;color:#ffffff!important;font-weight:700;background-color:#212121;border-radius:5px;display:inline-block;text-align:center;cursor:pointer;border:none!important;margin-left:25px;float:left}.single-product .cart .button:hover,.product-quantity .button:hover{background-color:#e54939}.single-product .product_meta{margin-top:-10px;font-weight:500;font-size:14px;line-height:14px}.single-product .product_meta span{display:block;margin-bottom:10px}.single-product .product_meta a{color:#959595}.single-product .product_meta a:hover{color:#e54939}.onsale{background:none repeat scroll 0 0 #e54939;color:#FFF;display:block;font-size:12px;font-weight:700;height:30px;line-height:12px;padding-top:9px;position:absolute;right:-30px;text-align:center;text-transform:uppercase;top:10px;width:120px;z-index:99;-ms-transform:rotate(40deg);-webkit-transform:rotate(40deg);transform:rotate(40deg)}.single-product .thumbnails{height:100px;overflow:hidden}.single-product .thumbnails a{float:left;width:100px;height:80px;margin:20px 0 0 20px}.single-product .thumbnails a:first-child{margin-left:0}.woo-tabs{float:left;clear:both;margin:50px 0 20px;width:100%}.woo-tabs .titles{border-bottom:none}.woo-tabs .titles li{background:#fff;border:1px solid #eee;height:57px!important}.woo-tabs .titles li h5{font-size:14px;line-height:16px;font-weight:500;color:#6b6b6b;padding:2px 25px 0!important}.woo-tabs .titles li.opened{background:#fff!important;border-color:#ddd!important;border-bottom-color:#fff!important;z-index:9999}.woo-tabs .titles li.opened h5{color:#000!important;font-weight:700}.woo-tabs .contents{border-top:1px solid #ddd;margin-top:-1px;padding-top:30px;position:relative;z-index:9998;padding:25px}.woo-tabs .panel h2:first-child{display:none}.related,.upsells,.cross-sells{clear:both;float:left;width:100%}.related h2,.upsells h2,.cross-sells h2{font-size:22px;line-height:30px;margin-bottom:0}.related .products,.upsells .products,.cross-sells .products{margin-top:-20px;padding-top:0;float:left}.related .product,.upsells .product,.cross-sells .product{margin-top:50px}.woocommerce-page .product>div.products:last-of-type{margin-bottom:-70px}.woocommerce-page .product>div.woo-tabs:last-of-type{margin-bottom:-40px}#reviews #comments{margin-top:-80px}#reviews #comments>div,.add_review{display:none}#reviews #respond{margin-top:50px}#reviews .comment-form-rating p{display:none}#reviews .comment-form-rating select{display:block!important}#reviews .comment:first-child{border-top:none}.star-rating{position:absolute;top:40px;right:0}.summary .star-rating{top:92px;display:none!important}.summary .star-rating.visible{display:block!important}.star-rating b,.comment-form-rating a{display:block;float:left;width:22px;cursor:default}.star-rating b:before,.comment-form-rating a:before{content:"★";font-family:'fontello';font-size:20px;line-height:20px;color:#b1b1b1}.star-rating .star:before,.comment-form-rating a.star:before{color:#e54939}.comment-form-rating .stars{float:left;margin:5px}.comment-form-rating .stars:after{clear:left;display:block;content:""}.product_list_widget .star-rating{position:static;font-size:11px;line-height:11px;margin:1px 0 -2px;display:none}ul.products .star-rating{left:0;right:auto;top:-20px;width:100%;display:none}#review_form form>p{width:33.3%;padding:0 1%;float:left;position:relative}#review_form form>p.comment-form-author{padding-left:0}#review_form form>p.comment-form-rating{padding-right:0}#review_form form>p.comment-form-comment{width:100%;padding:0}#review_form form>p.form-submit{padding:0}#review_form .stars{display:none}#review_form span.required{position:absolute;top:0;right:10px}.logged-in #review_form form>p.comment-form-rating{padding-left:0}#main-cart{margin:-12px 0 0;position:absolute;right:-15px;top:50%;width:40px;height:62px}.w-search #main-cart{right:40px}.cart-contents{position:relative;width:27px;float:right}.cart-contents:before{content:"";display:inline-block;font-family:'fontello';font-weight:400;width:28px;height:28px;font-size:25px;line-height:25px;color:#e54939}.cart-contents span{width:14px;height:14px;background:#212121;border-radius:7px;font-size:9px;line-height:9px;color:#fff;font-weight:600;padding-top:2px;text-align:center;position:absolute;top:-2px;right:-2px}#main-cart .widget_shopping_cart{position:absolute;width:330px;background:#fff;box-shadow:5px 5px 10px rgb(0 0 0 / .1);right:-40px;top:65px;border-top:1px solid #e9e9e9;z-index:9999;display:none}.no-js #main-cart:hover .widget_shopping_cart{display:block}.ie8 #main-cart .widget_shopping_cart{border:solid #e9e9e9;border-width:0 2px 2px 0;margin-top:-2px}#main-cart .widget_shopping_cart .widgettitle{display:none}#main-cart .widget_shopping_cart .product_list_widget{padding:10px 35px 35px}#main-cart .widget_shopping_cart li{padding:20px 0;width:100%;border-top:none;border-bottom:1px solid #e9e9e9;background:#fff;float:none;min-height:97px}#main-cart .widget_shopping_cart .product_list_widget li a{font-size:12px;line-height:16px;margin-bottom:1px}#main-cart .widget_shopping_cart .product_list_widget img{margin:-5px 15px 0 0;height:56px;width:67px}#main-cart .widget_shopping_cart .product_list_widget .amount{font-size:14px;line-height:14px}#main-cart .widget_shopping_cart .total{margin:-20px 0 15px 35px}#main-cart .widget_shopping_cart .total strong{font-weight:500}#main-cart .widget_shopping_cart .total>span{float:right;font-size:18px;font-weight:800;margin:-2px 35px 0 0}#main-cart .widget_shopping_cart .buttons{margin:0 0 35px 35px}#main-cart .widget_shopping_cart .button{padding:13px 28px!important}#main-cart .widget_shopping_cart .button:first-child{background:#f9f9f9;border:1px solid #e9e9e9!important;color:#6b6b6b!important}#main-cart .widget_shopping_cart .button:first-child:hover{color:#fff!important;border-color:transparent!important}#main-cart .widget_shopping_cart .button:first-child:hover{background:#e54939}#main-cart .widget_shopping_cart .checkout{float:right;margin-right:35px}.post-share>div:first-child{top:-6px;left:30px}.woocommerce-cart #main-cart,.woocommerce-checkout #main-cart{display:none}.woocommerce-cart #main-menu.w-cart,.woocommerce-checkout #main-menu.w-cart{padding-right:0}#main-cart .widget_shopping_cart li.empty{padding:23px 0 0 0;text-align:center;border-bottom:none;min-height:0;font-size:12px;font-weight:600;text-transform:uppercase}#main-cart .cart_list{list-style:none}#shop-sidebar{background:#f9f9f9;border-top:1px solid #e9e9e9}#shop-sidebar .krown-column-row{padding:100px 0 10px}.product_list_widget{padding-top:5px}.product_list_widget li{border-top:1px solid #e9e9e9;padding:18px 0 18px;float:left;position:relative;width:100%;line-height:17px!important}.product_list_widget li:first-child{border:none}.product_list_widget a{font-size:14px;line-height:17px;font-weight:500;display:block;padding:5px 0 0 0!important;margin-bottom:5px}.product_list_widget a:after{content:"";display:block}.product_list_widget img{float:left;margin:-5px 15px 0 0}.product_list_widget .amount{position:static!important}.product_list_widget del{color:#959595}.product_list_widget ins{float:left;margin-right:4px}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:5px;background:#dcdcdc;position:relative}.ui-slider-horizontal .ui-slider-handle{top:-3px;margin-left:-3px;width:11px;height:11px;border-radius:6px;border:3px solid #3B3B3B;background:#f7f7f7;cursor:pointer;position:absolute;z-index:1}.ui-slider-horizontal .ui-slider-handle:hover{border-color:#e54939}.ui-slider-horizontal .ui-slider-range{top:0;height:5px;background:#afafaf;position:absolute;z-index:0}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.widget_price_filter.widget{margin-bottom:90px}.widget_price_filter form{padding:0 8px 0 3px}.widget_price_filter .price_slider_wrapper{position:relative;margin-top:1 0;display:none}.widget_price_filter .price_slider_amount .button{margin:22px -7px 0 0;float:right}.widget_price_filter .price_label{font-size:13px;line-height:13px;color:#959595;font-weight:500;padding-top:35px}.woocommerce-pagination{clear:both;margin:70px 0 0 -5px;float:left}.woocommerce-pagination ul{list-style:none}.woocommerce-pagination li{height:42px;margin:0 5px;float:left}.woocommerce-pagination li *{background:#fff;color:#6b6b6b;border:1px solid #e9e9e9;border-radius:5px;font-size:16px;font-weight:700;text-transform:uppercase;line-height:16px;display:block;height:42px;padding:12px 16px 12px 15px}.woocommerce-pagination .next,.woocommerce-pagination .prev{font-size:0;width:42px}.woocommerce-pagination .next:before,.woocommerce-pagination .prev:before{position:relative;font-family:fontello;font-size:28px;color:#b1b1b1;font-weight:400;top:1px}.woocommerce-pagination .prev:before{content:""}.woocommerce-pagination .next:before{content:""}.woocommerce-pagination li .current{color:#000;border-color:#e9e9e9;background:#fff;pointer-events:none}.woocommerce-pagination li a:hover{color:#fff;background:#e54939;border-color:#fff0}.woocommerce-pagination li a:hover:before{color:#fff}.woocommerce .buttons a,.woocommerce button.button,.woocommerce a.button{font-size:12px;line-height:12px;font-weight:700;padding:13px 20px!important;height:38px;text-transform:uppercase;color:#ffffff!important;font-weight:700;background-color:#000;border-radius:5px;display:inline-block;text-align:center;cursor:pointer;border:none!important}.woocommerce .buttons a:hover,.woocommerce button.button:hover,.woocommerce a.button:hover{background-color:#e54939}.woocommerce-page .page-title{display:none}.woocommerce-result-count{font-size:14px;line-height:18px;width:50%;color:#959595;font-weight:500;float:left}.woocommerce-ordering{float:right;width:auto;width:260px}.shop_table,.shop_table *,.cart_totals,.cart_totals *,.shop_attributes *,.shop_attributes{border:none;padding:0}.shop_table{margin:30px 0 70px}.shop_table thead{border-bottom:1px solid #e9e9e9;padding-top:10px!important}.shop_table th{font-size:12px;font-weight:800;padding-bottom:3px;text-transform:uppercase}.cart_item{border-bottom:1px solid #e9e9e9}.cart_item img{float:left;margin:10px 0 10px}.cart_item a{display:table-cell;height:80px;padding-left:20px;vertical-align:middle;color:#000;font-weight:500}.cart_item a:hover{color:#e54939}.shop_table td{font-size:14px;vertical-align:middle}.product-subtotal .amount{font-weight:800}.shop_table .quantity input{margin:0}.shop_table .product-remove a{width:40px;height:38px;float:left;background:#fff;color:#b2b2b2;font-size:24px;line-height:38px;font-weight:700;border:1px solid #e9e9e9;border-radius:5px;padding:0;cursor:pointer;text-align:center;float:right;font-family:Helvetica,Arial,sans-serif}.shop_table .product-remove a:hover{background:#e54939;color:#fff;border-color:#fff0}.cart_totals>h2,.shipping-calculator-button{display:none}.shipping-calculator-form{display:block!important}.shipping-calculator-form>p:last-of-type{margin-top:40px}.checkout-button.button{background:#e54939;margin-right:15px}.checkout-button.button:hover{background:#212121!important}.cart_totals,table.order_details,#order_review table.shop_table{margin-top:-11px!important;margin-bottom:40px}.cart_totals tr,.order_details tr,#order_review .shop_table tr{border-bottom:1px solid #e9e9e9}.cart_totals tr>*,.order_details tr>*,#order_review .shop_table tr>*{padding:11px 0;vertical-align:middle}.cart_totals th,.order_details th,#order_review .shop_table th{font-size:11px;text-transform:uppercase;font-weight:700}.cart_totals td,.order_details td,#order_review .shop_table .product-total,.order_details .product-total,#order_review .shop_table tfoot td{text-align:right}.cart_totals .amount,.order_details .amount,#order_review .shop_table .amount{font-size:14px;color:#000}.cart_totals .total .amount{font-size:18px}.order_details .product-name{text-align:left}.order_details tfoot tr:last-child .amount{font-weight:800}.shop_table tfoot tr:first-child>*{padding-top:31px!important}.payment_methods img{display:none!important}#customer_details>div{float:left;width:50%;padding:0 20px}.checkout_coupon{margin-top:-50px}.woocommerce form.login{margin-top:-40px;margin-bottom:50px;border-bottom:1px solid #e9e9e9;padding-bottom:30px}ul.order_details{margin-top:30px}.order_details:after,.order_details:after{clear:both;content:"";display:block}.order_details:after,.order_details:after{clear:both;content:"";display:block}.order_details,.order_details{list-style:none outside none;margin:0 0 15px}.order_details li,.order_details li{border-right:1px dashed #E0DADF;float:left;font-size:10px;line-height:14px;margin-right:17px;padding-right:17px;text-transform:uppercase;min-height:30px}.order_details li:last-child,.order_details li:last-child{border:none}.order_details li strong,.order_details li strong{display:block;font-size:12px;line-height:18px;text-transform:none}.customer_details{margin-bottom:20px}.customer_details dt{float:left;margin-right:3px}.col2-set.addresses .col-1,.col2-set.addresses .col-2{float:left;width:50%}.col2-set.addresses .col-1{padding-right:30px}.col2-set.addresses .col-2{padding-left:30px}.col2-set.addresses .title{position:relative;margin-top:20px}.col2-set.addresses .title h3,.col2-set.addresses .title .edit{float:left}.col2-set.addresses .title:after{content:"";display:block;clear:left}.col2-set.addresses .title .edit{font-size:0;margin:2px 0 0 25px}.col2-set.addresses .title .edit:before{display:inline-block;font-family:'fontello';font-style:normal;font-weight:400;text-align:center;text-decoration:inherit;font-size:16px;content:""}.shop_table.my_account_orders thead{border-bottom:none!important}.shop_table.my_account_orders span{font-weight:700}.lost_password{margin:2px 0 0 0}.form-row label[for=rememberme]{margin-top:10px}label[for=ship-to-different-address-checkbox]{margin-left:25px}#ship-to-different-address-checkbox{margin-top:-25px}.woocommerce #content,.woocommerce-page #content{overflow:visible}.woocommerce-message,.woocommerce-error,.woocommerce-info{margin:-50px auto 50px!important;padding:30px 0;min-height:30px;border-bottom:1px solid #e9e9e9}.woocommerce-message .button,.woocommerce-error .button,.woocommerce-info .button{font-size:12px;line-height:12px;font-weight:700;padding:13px 20px!important;height:38px;text-transform:uppercase;color:#6b6b6b!important;font-weight:700;background-color:#fff;border:1px solid #e9e9e9!important;border-radius:5px;display:inline-block;text-align:center;cursor:pointer;margin-left:25px;float:right;margin-top:-6px}.woocommerce-message .button:hover,.woocommerce-error .button:hover,.woocommerce-info .button:hover{background-color:#e54939;color:#fff!important;border-color:transparent!important}.woocommerce-error{color:#D50000}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.widget_layered_nav .count:before{content:"("}.widget_layered_nav .count:after{content:")"}.payment_methods li{width:100%}.payment_methods label,.payment_methods div{float:left}form.lost_reset_password,form.login{width:70%}p.out-of-stock{color:#e54939;font-size:14px;font-weight:600;margin-top:24px}.order-again{display:none}.column_container .order-again{display:block}.place-order .terms{display:block;float:left;position:relative;top:30px}.place-order .terms label{display:inline}.wp-caption{max-width:100%!important;margin:18px 0}.wp-caption-text{font-style:italic;margin:0;text-align:center}.wp-video,.wp-playlist{width:100%!important;max-width:none!important;margin:18px 0}.wp-audio-shortcode{margin:18px 0}.ie7 #oldie{display:block}.ie7 body{overflow:hidden;background:#fff!important;width:100%!important;height:100%!important;position:absolute!important;border:none!important}.ie7 #primary-header,.ie7 #secondary-header,.ie-7 #page-title,.ie7 #custom-header,.ie7 #content,.ie7 #primary-footer,.ie7 #secondary-footer,.ie7 #tertiary-footer{display:none!important}.ie7 #oldie{color:#333;left:50%;margin-left:-150px;margin-top:-10px;width:300px;top:50%;text-align:center;position:absolute;display:block}#oldie{display:none}.ie7 #oldie a{border-bottom:1px dotted #333;color:#333;font-weight:700}.ie7 #oldie a:hover{color:#000;border-bottom:1px dotted #000}#wp-admin-bar-vc-inline-admin-bar-link,#wp-admin-bar-vc_inline-admin-bar-link{display:none!important}.responsive-design-cover{background:#fff;border-radius:5px;color:#212121;cursor:pointer;height:44px;line-height:16px;width:44px!important}.no-touch .responsive-design-cover:hover{background:#212121;color:#fff}.responsive-design-cover select{height:100%;width:100%;cursor:pointer}.responsive-design-inner{font-size:0;line-height:44px;text-align:center}.responsive-design-inner:before{content:"";font-family:'fontello';font-size:29px}.responsive-select{height:44px!important}.regular-select-cover{color:#444;border:1px solid #e9e9e9;background:#fff;height:44px;width:100%!important;font-size:16px;line-height:16px;color:#444;cursor:pointer;background:#fff0}.regular-select-cover select{height:100%;width:100%;cursor:pointer}.regular-select-cover option{padding:2px 0}.regular-select-inner{background:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/arrow.png) no-repeat right 3px #fff0;padding:15px 0 0 17px;height:44px;cursor:pointer}.woocommerce-ordering .regular-select-cover,.responsive-filter .regular-select-cover{font-size:12px;line-height:12px;text-transform:uppercase;font-weight:700;color:#6b6b6b;border-radius:5px}.woocommerce-ordering .regular-select-innert,.responsive-filter .regular-select-innert{padding-top:15px}.responsive-filter{width:220px;position:relative;left:50%;margin-left:-110px;display:none}.woocommerce-noreviews{position:absolute;top:28px}.term-empty-category #content{margin:auto;max-width:1150px;padding:50px 0}.term-empty-category .term-description{margin-bottom:40px}.shop_table.cart dl.variation{padding-left:80px}.shop_table dl.variation p{margin-bottom:0}.shop_table.cart td.product-name dl.variation:last-child p{margin-bottom:18px}dl.variation>*{display:inline-block}.cart_totals input{padding:0 17px;border:1px solid #e9e9e9}.wc-proceed-to-checkout{display:inline-block;margin-top:30px;float:right}.wc-proceed-to-checkout a{margin-right:0}#main-cart .widget_shopping_cart a.remove{position:absolute;right:0;font-size:34px!important;top:31px}.shop_table .quantity .qty{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.select2-selection{color:#444!important;border:1px solid #E9E9E9!important;width:100%!important;height:44px;cursor:pointer;background:#fff!important;border-radius:0px!important;padding:9px!important}.select2-container .select2-selection--single{height:44px}.select2-container--default .select2-selection--single .select2-selection__arrow{top:9px;right:12px}.select2-results__option--highlighted{background:#f7f7f7!important;color:#333!important}.select2-dropdown{background:#fff!important;border-radius:0px!important;color:#444!important;z-index:99999!important;border:1px solid #E9E9E9!important}.select2-search{padding-top:4px}.select2-results{background:#FFF!important}.select2-results li{border-radius:0!important}a,*:before,i,.krown-text-icon *,.krown-tabs .titles *,.top-menu li,.top-menu span,.krown-social.header span,.portfolio-item.classic>a .hover,.krown-accordion h5,input,textarea,button,.filter li,.post-title *,#tertiary-footer .collapsed-title,.tparrows.default,.tp-bullets.simplebullets.round .bullet,.author-avatar .caption,.krown-flickr img,.fancybox-nav span,.fancybox-close,.responsive-design-cover{-webkit-transition:border-color 150ms linear,background-color 150ms linear,color 150ms linear,opacity 150ms linear;transition:border-color 150ms linear,background-color 150ms linear,color 150ms linear,opacity 150ms linear}@media all and (max-width:1160px){.full-width #content>.krown-column-row>.row-content,.wrapper{width:970px}.top-menu>li>a{padding-right:40px!important}.krown-latest-portfolio.classic .portfolio-items{margin:-40px 0 40px -15px}.portfolio-item.classic{margin:40px 15px 0}.krown-latest-portfolio.col-4 .portfolio-item.classic{width:220px}.krown-latest-portfolio.col-3 .portfolio-item.classic{width:303px}.krown-latest-portfolio.col-4 .portfolio-item.alt{width:242px}.krown-latest-portfolio.col-3 .portfolio-item.alt{width:323px}.krown-latest-portfolio.full-width-portfolio .portfolio-item.alt{width:24.9%}.layout-right-sidebar .krown-latest-portfolio.classic .portfolio-item,.layout-left-sidebar .krown-latest-portfolio.classic .portfolio-item{width:214px}.layout-right-sidebar .krown-latest-portfolio.alt .portfolio-item,.layout-left-sidebar .krown-latest-portfolio.alt .portfolio-item{width:234px}.krown-latest-posts.masonry{margin:-15px 0 15px -15px}.masonry-post{width:303px;margin:15px}.masonry-post .content{padding-top:30px}.flexslider.krown-tour{padding:0 120px}ul.products li{width:214px}ul.products li .button{top:129px;padding:14px 0 0!important}.full-width ul.products li{width:212px}.full-width ul.products li .button{top:136px}}.ie8 .full-width #content>.krown-column-row>.row-content,.ie8 .wrapper{width:970px}.ie8 .krown-latest-portfolio.classic .portfolio-items{margin:-40px 0 40px -15px}.ie8 .portfolio-item.classic{margin:40px 15px 0}.ie8 .krown-latest-portfolio.col-4 .portfolio-item.classic{width:220px}.ie8 .krown-latest-portfolio.col-3 .portfolio-item.classic{width:303px}.ie8 .krown-latest-portfolio.col-4 .portfolio-item.alt{width:242px}.ie8 .krown-latest-portfolio.col-3 .portfolio-item.alt{width:323px}.ie8 .krown-latest-portfolio.full-width-portfolio .portfolio-item.alt{width:24.9%}.ie8 .krown-latest-posts.masonry{margin:-15px 0 15px -15px}.ie8 .masonry-post{width:303px;margin:15px}.ie8 .masonry-post .content{padding-top:30px}.ie8 .flexslider.krown-tour{padding:0 120px}@media all and (max-width:990px){.full-width #content>.krown-column-row>.row-content,.wrapper{width:720px}#main-menu{margin-right:0!important}#main-menu .top-menu,#main-search,#breadcrumbs,#main-cart{display:none!important}#main-menu .responsive-menu{display:block!important;margin-top:-22px;position:absolute;right:-8px;top:50%}.krown-latest-portfolio.classic .portfolio-items{margin:-35px 0 35px -10px}.portfolio-item.classic{margin:35px 10px 0}.krown-latest-portfolio.col-4 .portfolio-item.alt{width:180px}.krown-latest-portfolio.col-3 .portfolio-item.alt{width:240px}.alt-hover h3{font-size:18px;line-height:23px}.krown-latest-portfolio.full-width-portfolio .portfolio-item.alt{width:24.9%}.krown-latest-portfolio.col-4 .portfolio-item.classic{width:165px}.krown-latest-portfolio.col-3 .portfolio-item.classic{width:226px}.portfolio-item.classic h3{font-size:16px;line-height:19px;margin-top:25px}.portfolio-item.classic .category{font-size:13px}.layout-right-sidebar .krown-latest-portfolio.classic .portfolio-item,.layout-left-sidebar .krown-latest-portfolio.classic .portfolio-item{width:160px}.layout-right-sidebar .krown-latest-portfolio.alt .portfolio-item,.layout-left-sidebar .krown-latest-portfolio.alt .portfolio-item{width:174px}.portfolio-item.alt .caption h3{margin-top:0}.portfolio-item.alt .caption .category,.portfolio-item.alt .caption .like{display:none}.krown-latest-posts.masonry{margin:-20px 0 20px -20px}.masonry-post{width:340px;margin:20px}.masonry-post .content{padding-top:25px}.krown-latest-posts .comments{display:none}.post-author,.author-avatar .caption,.author-avatar .hover-text strong{width:100px}.author-avatar .caption{height:100px}.author-avatar .hover-text strong{padding:0 10px;word-wrap:break-word}.author-avatar .hover-text span,.post-author .post-meta{display:none}.flexslider.krown-tour{padding:0 80px}.krown-tabs .titles h5{padding:5px 10px 0 25px}.krown-tabs .titles h5:before{display:none}.span4 .krown-pie.large{-ms-transform:scale(.7);-webkit-transform:scale(.7);transform:scale(.7);margin-left:-20px}.span3 .krown-pie.large{-ms-transform:scale(.77);-webkit-transform:scale(.77);transform:scale(.77);margin-left:-19px}.krown-tour .span3 .krown-pie.regular{-ms-transform:scale(.87);-webkit-transform:scale(.87);transform:scale(.87);margin-left:-9px}ul.products li{width:246px}ul.products li .button{top:156px}}@media all and (max-width:740px){.full-width #content>.krown-column-row>.row-content,.wrapper{width:100%;padding-left:20px!important;padding-right:20px!important}.krown-column-container{width:100%!important;margin-left:0!important;margin-top:50px}.krown-column-row .krown-column-container:first-child{margin-top:0}#content>.wrapper{padding:0 0 100px}#content>.wrapper+.full-width-slider{margin-top:-100px}.sub-content,#sidebar{width:100%!important}#main-menu .responsive-menu{right:12px}#primary-footer,#shop-sidebar{padding-bottom:85px}#primary-footer .widget,#shop-sidebar .widget{margin-bottom:0}.krown-latest-portfolio.full-width-portfolio .portfolio-item.alt{width:33.2%}.krown-latest-portfolio .portfolio-items{margin:auto!important}.krown-latest-portfolio.classic.col-4 .portfolio-items{width:550px}.krown-latest-portfolio.classic.col-4 .portfolio-item.classic{width:255px;margin:0 10px 40px}.krown-latest-portfolio.classic.col-3 .portfolio-items{width:353px}.krown-latest-portfolio.classic.col-3 .portfolio-item.classic{width:353px}.krown-latest-portfolio.alt .portfolio-items{width:570px}.krown-latest-portfolio.col-4 .portfolio-item.alt{width:285px}.krown-latest-portfolio.col-3 .portfolio-item.alt{width:190px}.flexslider.krown-tour{padding:0 20px}.folio-title h1{font-size:30px;line-height:38px;padding-right:160px}.post-nav{top:-4px}.post-title h2,.post-title h1{font-size:39px;line-height:39px}.portfolio.third-slider>.krown-column-container:first-child{margin-top:0}.portfolio.third-slider .post-nav{right:0;left:auto;margin:0}.portfolio.third-slider .folio-title{margin-top:-10px}.portfolio.third-slider h1{margin-top:0;padding-top:0}#comments-list .children li,#comments-list .children .children li{padding-left:0}.krown-section-title h2{font-size:34px;line-height:40px}.krown-accordion .content{padding-left:40px}.krown-accordion.small .content{padding-left:20px}.krown-testimonial blockquote{font-size:32px;line-height:40px}.krown-testimonial.style-two blockquote{font-size:45px;line-height:57px}.span4 .krown-pie.large{-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);margin-left:0}.span3 .krown-pie.large{-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);margin-left:0}.krown-tour .span3 .krown-pie.regular{-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);margin-left:0}span.extreme{font-size:42px;line-height:52px}span.large{font-size:32px;line-height:42px}span.medium{font-size:28px;line-height:38px}.krown-latest-posts article{width:100%;margin:50px 0 0 0}.krown-latest-posts article:first-child{margin-top:0}.krown-latest-posts.masonry{margin:0!important;width:100%}form .krown-column-container{margin-top:0}.full-width ul.products li{width:246px}.full-width ul.products li .button{top:164px}.full-width ul.products{width:572px}ul.products{margin:auto!important;width:552px}.woocommerce-result-count{width:100%;text-align:center;margin-top:45px}.woocommerce-ordering{float:none;position:relative;left:50%;margin:15px 0 0 -130px}.woocommerce-message,.woocommerce-error,.woocommerce-info{margin-top:0px!important}.filter{margin-top:50px}.responsive-filter{display:block}.filter ul{display:none}.pagination,.woocommerce-pagination{margin-left:0;text-align:center}.single-product .images{width:100%}.single-product .images .thumbnails{display:none}.single-product .summary{width:100%;padding:40px 0 0 0}.krown-pricing{border:none}.krown-pricing-column{border:1px solid #e9e9e9!important;width:100%!important;margin-bottom:30px}#order_review table.shop_table{width:100%!important}#payment{width:100%!important;padding:50px 0 0 0!important;margin:0}}@media all and (max-width:590px){.post-author{display:none}.post-standard.w-author>header,.post-standard.w-author>section{width:100%}}@media all and (max-width:600px){.krown-latest-portfolio.alt.col-4 .portfolio-items{width:285px}.krown-latest-portfolio.alt.col-3 .portfolio-items{width:380px}.krown-latest-portfolio.col-3 .portfolio-item.alt{width:380px}}@media all and (max-width:570px){.krown-latest-portfolio.classic.col-4 .portfolio-items{width:255px}.krown-latest-portfolio.col-4 .portfolio-item.classic{margin:0 0 40px}ul.products,.full-width ul.products{width:295px}ul.products li,.full-width ul.products li{width:265px}ul.products li .button,.full-width ul.products li .button{top:171px}}@media all and (max-width:420px){.krown-latest-portfolio.col-3 .portfolio-items,.krown-latest-portfolio.col-3 .portfolio-item{width:100% ! important}}@media all and (max-width:380px){.krown-latest-portfolio.alt.col-3 .portfolio-items{width:300px}.krown-latest-portfolio.col-3 .portfolio-item.alt{width:300px}}@media all and (max-width:300px){html,body{overflow-x:scroll;width:300px!important}#secondary-header .header-content{width:280px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){#logo .default{display:none!important}#logo .retina{display:block}.mejs-overlay-loading span{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/mediaelement/loading-goodwork_x2.gif);background-size:32px 32px}.mejs-overlay-button,.no-svg .mejs-overlay-button{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/mediaelement/bigplay-goodwork_x2.png);background-size:49px 98px}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -50px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle,.mejs-controls .mejs-time-rail .mejs-time-handle,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,.mejs-controls .mejs-button button,.no-svg .mejs-controls .mejs-button button{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/mediaelement/controls-goodwork_x2.png);background-size:110px 60px}.krown-twitter .intents a{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/twitter_x2.png);background-size:26px 60px}.portfolio-item.classic>a .hover,.fancybox-thumb span{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/cross_x2.png);background-size:38px 38px}#fancybox-loading div{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/preloader-222_x2.gif);background-size:32px 32px}.fancybox-nav span,.fancybox-close{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/sharpSprites_x2.png);background-size:151px 50px}.flexslider.mini{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/preloader-f7_x2.gif);background-size:24px 24px}.page-404{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/sad-face_x2.png);background-size:180px 180px}.masonry-post.sticky.format-standard .content,.masonry-post.sticky.format-quote,.masonry-post.sticky.format-link,.masonry-post.sticky.format-audio .content,.masonry-post.sticky.format-gallery:before,.masonry-post.sticky.format-video:before,.masonry-post.sticky.format-image:before{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/sticky_x2.png);background-size:45px 46px}.regular-select-inner{background-image:url(https://www.limrasoftech.com/wp-content/themes/shadow/images/arrow_x2.png);background-size:29px 37px}}.krown-tabs .contents>section>h5:first-child{display:none}.woocommerce-product-gallery__trigger{position:absolute;top:10px;left:14px;z-index:99}.single-product .flex-control-thumbs li{margin:0!important;padding:0 3px}.single-product .flex-control-nav{width:calc(100% + 6px);margin-left:-3px}.select2-container{z-index:9999}.select2-search--dropdown .select2-search__field{margin:0}label[for="coupon_code"]{display:none}input#coupon_code{width:200px}input[name="apply_coupon"]{height:43px;top:-2px;margin-left:18px;position:relative}#wp-admin-bar-search input[type="submit"]{display:none!important}.screen-reader-text{display:none!important}.select2-container .select2-selection--single .select2-selection__rendered{text-align:left}.screen-reader-text{display:none!important}.woocommerce-MyAccount-navigation{width:250px;float:left}.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;border:1px solid #e9e9e9}.woocommerce-MyAccount-navigation li{border-bottom:1px solid #e9e9e9;margin:0;padding:12px 44px 8px 14px;position:relative}.woocommerce-MyAccount-navigation li:after{display:block;position:absolute;top:10px;right:15px;font-family:'fontello';color:#111;opacity:.3;font-size:18px;transition:all 150ms linear}.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard:after{content:"\e839"}.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders:after{content:"\e84d"}.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address:after{content:"\e849"}.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--payment-methods:after{content:"\e84e"}.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account:after{content:"\e821"}.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout:after{content:"\e847"}.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads:after{content:"\e82d"}.woocommerce-MyAccount-navigation li a{color:#111;font-weight:400;display:block}.woocommerce-MyAccount-navigation li.is-active a{font-weight:700}@media all and (max-width:1024px){.woocommerce-MyAccount-navigation{width:100%}.woocommerce-MyAccount-navigation li{display:inline-block;border-bottom:none;padding-right:14px}.woocommerce-MyAccount-navigation li:after{display:none}}@media all and (max-width:800px){.woocommerce-MyAccount-navigation ul{border:none;border-bottom:1px solid #e9e9e9}.woocommerce-MyAccount-navigation li{font-size:0;padding:0;width:34px;height:34px;margin:0 5px -1px}.woocommerce-MyAccount-navigation li:after{font-size:21px;display:block;position:static;text-align:center;width:100%}.woocommerce-MyAccount-navigation li:hover:after{opacity:.6}.woocommerce-MyAccount-navigation li.is-active{border-bottom:1px solid #111}.woocommerce-MyAccount-navigation li.is-active:after{opacity:1}.woocommerce-MyAccount-navigation li a{position:absolute;width:100%;height:100%;z-index:999}}@media all and (max-width:360px){.woocommerce-MyAccount-navigation li{margin-left:2px;margin-right:2px}}.woocommerce-MyAccount-content{width:calc(100% - 260px);padding-left:100px;float:left}@media all and (max-width:1120px){.woocommerce-MyAccount-content{padding-left:50px}}@media all and (max-width:1024px){.woocommerce-MyAccount-content{padding-left:0;margin-top:40px;width:100%}}.woocommerce-MyAccount-content .woocommerce-message:first-child,.woocommerce-MyAccount-content .woocommerce-error:first-child,.woocommerce-MyAccount-content .woocommerce-info:first-child{padding-top:0;margin-top:0!important}.woocommerce-MyAccount-content .shop_table{margin-top:0}.star-rating{display:none}@media all and (max-width:740px){.woocommerce-MyAccount-navigation{margin-top:50px}}a.edit{position:absolute;top:30px;right:0}////h1,h2,h3,h4,h5,h6,.krown-pie .holder span{font-family:'Exo',sans-serif;}body,input,textarea,button{font-family:'Montserrat',sans-serif;}a,#primary-header a:hover,.header_email:hover:before,.header_phone:hover:before,.krown-social.default a:hover i:before,.top-menu>li:hover>a,#breadcrumbs a:hover,#primary-footer a,#tertiary-footer .collapsed-title:hover,.post-meta a:hover,.folio.like a:hover,.post-meta a:hover i,.krown-widget a:hover i,.folio.like a:hover i,.post-title:hover h2,.post-title:hover h1,.single-like:hover .krown-icon-heart-1:before,.single-like .post-like.liked:before,.comment-title a:hover,.comment-reply-link:hover,.widget ul a:hover,.krown-latest-posts a:hover h3,.portfolio-item.classic .caption>a:hover,.krown-text-icon a:hover h3,.krown-text-icon.style-one a:hover i,.krown-text-icon.style-three h3,.krown-text-icon.style-four i,.krown-twitter li a:hover,.krown-twitter .time:hover,.krown-twitter>a:hover span,.single-product .product_meta a:hover,.star-rating .star:before,.comment-form-rating a.star:before,.cart-contents:before,.cart_item a:hover,p.out-of-stock,.wp-playlist-item.wp-playlist-playing .wp-playlist-caption{color:#3f3f3f}.top-menu>li:hover span,.sub-menu li:hover,.sub-menu li:hover+li,blockquote,.ui-slider-horizontal .ui-slider-handle:hover{border-color:#3f3f3f}.sub-menu li:hover,.pagination a:hover,.post-nav a:hover,.filter li:hover,.krown-accordion>section.opened h5:before,.krown-button:hover,input[type="submit"]:hover,.flex-control-nav li a.flex-active,.flexslider.krown-tour .flex-direction-nav a:hover,.tp-bullets.simplebullets.round .bullet.selected,.krown-tabs .titles li:hover,.krown-toggle.opened h5:before,.mejs-controls .mejs-time-rail .mejs-time-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.mejs-overlay:hover .mejs-overlay-button,.third-menu li:hover>a,.krown-button.empty:hover,.fancybox-nav span:hover,.fancybox-close:hover,ul.products li .button:hover,ul.products li .add_to_cart_button.added,.single-product .cart input:hover,.product-quantity input:hover,.single-product .cart .button:hover,.product-quantity .button:hover,.onsale,.woocommerce-pagination li a:hover,.woocommerce .buttons a:hover,.woocommerce button.button:hover,.woocommerce a.button:hover,.shop_table .product-remove a:hover,.checkout-button.button,.woocommerce-message .button:hover,.woocommerce-error .button:hover,.woocommerce-info .button:hover,.krown-progress-bars .bar,#pager-nav a.selected,.wc-proceed-to-checkout a:hover{background-color:#3f3f3f}#top:hover,.author-avatar .caption,.portfolio-item.classic>a .hover,.alt-hover{background-color:#3f3f3f;background-color:rgb(63 63 63 / .9)}.krown-text-icon.style-two a:hover i{background-color:#3f3f3f!important}/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 *//*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa-fw,.fa-li{text-align:center}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x,.fa-stack-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:2s linear infinite fa-spin}.fa-pulse{animation:1s steps(8) infinite fa-spin}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-tiktok:before{content:"\e07b"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;src:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../fonts/fa-brands-400.woff) format("woff");font-display:swap}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../fonts/fa-regular-400.woff) format("woff");font-display:swap}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../fonts/fa-solid-900.woff) format("woff");font-display:swap}.far,.fas,.mystickyelement-wrap .fa,.mystickyelements-fixed .fa{font-family:"Font Awesome 5 Free"!important}.fas,.mystickyelement-wrap .fa,.mystickyelements-fixed .fa{font-weight:900!important}.element-contact-form,.mystickyelements-custom-html{background-color:#fff;box-shadow:0 0 6px rgba(0,0,0,.16);left:100%}.mystickyelements-fixed .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize),.mystickyelements-position-bottom.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after,.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::after,.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::after,body.elementor-editor-active .mystickyelements-fixed,body.znpb-theme-light .mystickyelements-fixed{display:none}@font-face{font-family:'Open Sans Hebrew';src:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../fonts/OpenSansHebrew-Regular.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}.mystickyelements-fixed,.mystickyelements-fixed *,.mystickyelements-fixed :after,.mystickyelements-fixed :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mystickyelements-fixed ul{list-style:none;display:inline-block;vertical-align:top}.element-contact-form{width:440px;border-radius:10px;position:absolute;top:0;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s;-webkit-transform:rotateY(90deg);-moz-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;transform-origin:0 0 0;z-index:1}.element-contact-form h3{border-radius:10px 10px 0 0;color:#7761df;display:block;margin:0;line-height:1.2;font-size:16px;font-weight:500;font-family:Poppins;background-color:#f9f8fc;padding:18px 14px;text-align:left;position:relative}.element-contact-form h3 .element-contact-close{position:absolute;top:10px;right:20px;color:#ccc;font-size:20px;line-height:1}.element-contact-form form{padding:0 14px 20px;display:block}.mystickyelements-fixed .wp-editor-container{text-align:left}.mse-form-success-message,.mystickyelements-fixed .contact-form-message{font-size:14px;text-align:center;color:#067d06;margin:0 0 10px}.mse-form-error-message{font-size:14px;text-align:center;color:#d00;margin:0 0 10px}#mse-form-error{position:absolute;bottom:unset;left:0;right:0}form#stickyelements-form input[type=submit][disabled]{opacity:.5}.mystickyelements-fixed ol,.mystickyelements-fixed ul{margin:0;padding:0}.mystickyelements-fixed{position:fixed;z-index:99999;font-family:Poppins;top:50%;display:flex;align-items:center;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:1s;-moz-transition:1s;transition:1s}.mystickyelements-fixed.mystickyelements-custom-html-iframe-open{top:0;bottom:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.mystickyelements-entry-effect-fade,.mystickyelements-templates-arrow.mystickyelements-fixed ul li.mystickyelements-social-insagram span.mystickyelements-social-text::before,.mystickyelements-templates-diamond.mystickyelements-fixed ul li.mystickyelements-social-insagram span.mystickyelements-social-text::before,.mystickyelements-templates-triangle.mystickyelements-fixed ul li.mystickyelements-social-insagram span.mystickyelements-social-text::before{opacity:0}.mystickyelements-entry-effect-fade.entry-effect,.mystickyelements-on-click.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form).elements-active span.mystickyelements-social-icon::after,.mystickyelements-on-click.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).elements-active span.mystickyelements-social-icon::after,.mystickyelements-on-hover.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form):hover span.mystickyelements-social-icon::after,.mystickyelements-on-hover.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form):hover span.mystickyelements-social-icon::after{opacity:1}.mystickyelements-fixed .mystickyelements-social-insagram .mystickyelements-social-text,.mystickyelements-fixed .social-insagram,.mystickyelements-wrap .social-insagram{background:#582bcd;background:-moz-linear-gradient(-45deg,#582bcd 0,#ed4c33 50%,#f7d36f 100%);background:-webkit-linear-gradient(-45deg,#582bcd 0,#ed4c33 50%,#f7d36f 100%);background:linear-gradient(135deg,#582bcd 0,#ed4c33 50%,#f7d36f 100%)}form#stickyelements-form ::-webkit-input-placeholder{color:#4f4f4f;opacity:1}form#stickyelements-form ::-moz-placeholder{color:#4f4f4f;opacity:1}form#stickyelements-form :-ms-input-placeholder{color:#4f4f4f;opacity:1}form#stickyelements-form :-moz-placeholder{color:#4f4f4f;opacity:1}form#stickyelements-form input,form#stickyelements-form select,form#stickyelements-form textarea{border-radius:24px!important;background-color:#fff;width:100%;height:38px;margin-top:15px;border:1px solid #dce2e2;font-size:12px;font-family:Poppins;color:#000;font-weight:400;padding:0 15px;line-height:1.2;max-width:100%}form#stickyelements-form select{-webkit-appearance:menulist}form#stickyelements-form .quicktags-toolbar input{width:auto;border-radius:0!important;margin-top:0}form#stickyelements-form textarea.wp-editor-area{border-radius:0!important;border:0;margin:0;height:auto}form#stickyelements-form .wp-editor-wrap{margin-top:15px}.mse-input-message{font-size:12px;line-height:17px;display:inline-block;padding:5px 0 0 15px;color:#d00;text-align:left}form#stickyelements-form textarea{height:100px;margin-bottom:20px;resize:none;padding:15px}form#stickyelements-form input[type=submit]{font-size:16px;font-weight:600;margin-bottom:0;margin-top:35px}form#stickyelements-form input.mse-input-error,form#stickyelements-form textarea.mse-input-error{border-color:#d00}form#stickyelements-form input:active,form#stickyelements-form input:focus,form#stickyelements-form select:active,form#stickyelements-form select:focus,form#stickyelements-form textarea:active,form#stickyelements-form textarea:focus{border-color:#7761df;background-color:#eff5f8;outline:0}form#stickyelements-form .contact-form-label{color:#000;display:block;font-size:14px;line-height:1.2;padding:0;margin:12px 0 5px;box-shadow:none;border:0;font-family:Poppins;font-weight:400;text-align:left}form#stickyelements-form .contact-form-label+input{margin-top:0}.mystickyelements-fixed li:after{content:"";display:block;clear:both}.mystickyelements-fixed ul li{position:relative;width:53px;display:none;margin:0;padding:0;cursor:pointer;color:#fff}.mystickyelements-fixed.mystickyelements-size-small ul li,.mystickyelements-size-extra-large li.mystickyelements-minimize.element-minimize{width:45px}.mystickyelements-fixed.mystickyelements-size-large ul li{width:60px}.mystickyelements-fixed.mystickyelements-size-extra-large ul li{width:70px}.mystickyelements-fixed.mystickyelements-position-left .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){left:-50px}.mystickyelements-fixed.mystickyelements-position-right .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){left:50px}.mystickyelements-fixed ul li.element-desktop-on{display:block}span.mystickyelements-social-icon,span.mystickyelements-social-icon a{width:53px;height:53px;color:#fff;float:left;position:relative;text-align:center;font-size:17px;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s;cursor:pointer;display:flex;justify-content:center;align-items:center;line-height:1.2;flex-wrap:wrap;text-decoration:none}.mystickyelements-fixed .mystickyelements-icon-below-text{font-size:12px;width:100%;display:block;line-height:1}.mystickyelements-fixed.mystickyelements-size-small .mystickyelements-icon-below-text{font-size:10px}.mystickyelements-fixed.mystickyelements-size-large .mystickyelements-icon-below-text{font-size:14px}.mystickyelements-fixed.mystickyelements-size-extra-large .mystickyelements-icon-below-text{font-size:16px}.mystickyelements-social-icon a:active,.mystickyelements-social-icon a:focus,.mystickyelements-social-icon a:hover{background-color:transparent;color:#fff}span.mystickyelements-social-icon i{margin:0}span.mystickyelements-social-icon.social-line,span.mystickyelements-social-icon.social-qzone{display:flex;align-items:center;justify-content:center}.mystickyelements-size-small span.mystickyelements-social-icon,.mystickyelements-size-small span.mystickyelements-social-icon a{width:45px;height:45px;line-height:45px;font-size:12px}.mystickyelements-size-large span.mystickyelements-social-icon,.mystickyelements-size-large span.mystickyelements-social-icon a{width:60px;height:60px;line-height:60px;font-size:20px}.mystickyelements-size-extra-large span.mystickyelements-social-icon,.mystickyelements-size-extra-large span.mystickyelements-social-icon a{width:70px;height:70px;line-height:70px;font-size:22px}.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:25px 0!important}.mystickyelements-size-small.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-size-small.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:20px 0!important}.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:50%!important}.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:0 25px!important}.mystickyelements-size-small.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-size-small.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:0 20px!important}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon{z-index:1}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{content:"";position:absolute;top:8px;bottom:8px;left:8px;right:8px;background:red;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg);z-index:-1}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before{background:linear-gradient(185deg,#582bcd 0,#ed4c33 50%,#f7d36f 100%)}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after{content:"";position:absolute;top:0;background-color:red;height:100%;z-index:-1;width:26px;opacity:0}.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-templates-arrow span.mystickyelements-social-text:before,.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{content:"";position:absolute;top:0;width:0;height:0;border-top:27px solid transparent;border-bottom:26px solid transparent}.mystickyelements-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{top:6px;bottom:6px;left:6px;right:6px}.mystickyelements-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after{width:22px}.mystickyelements-size-small.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-size-small.mystickyelements-templates-arrow span.mystickyelements-social-text::before,.mystickyelements-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-top-width:23px;border-bottom-width:22px}.mystickyelements-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{top:8px;bottom:8px;left:8px;right:8px}.mystickyelements-size-extra-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{top:10px;bottom:10px;left:10px;right:10px}.mystickyelements-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after{width:30px}.mystickyelements-size-extra-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after{width:34px}.mystickyelements-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-top-width:30px;border-bottom-width:30px}.mystickyelements-size-extra-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-top-width:35px;border-bottom-width:35px}.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active .mystickyelements-social-icon,.mystickyelements-on-click.mystickyelements-fixed ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-on-hover.mystickyelements-fixed ul li:hover .mystickyelements-social-icon,.mystickyelements-on-hover.mystickyelements-fixed ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon,.mystickyelements-templates-arrow span.mystickyelements-social-icon,.mystickyelements-templates-arrow span.mystickyelements-social-icon a,.mystickyelements-templates-arrow span.mystickyelements-social-text,.mystickyelements-templates-diamond span.mystickyelements-social-text,.mystickyelements-templates-sharp .element-contact-form,.mystickyelements-templates-sharp .mystickyelements-minimize,.mystickyelements-templates-sharp .mystickyelements-social-icon,.mystickyelements-templates-sharp .mystickyelements-social-text,.mystickyelements-templates-triangle span.mystickyelements-social-text{border-radius:0!important}.mystickyelements-size-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-size-large.mystickyelements-templates-arrow span.mystickyelements-social-text::before{border-top-width:30px;border-bottom-width:30px;border-left-width:30px}.mystickyelements-size-extra-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-size-extra-large.mystickyelements-templates-arrow span.mystickyelements-social-text::before{border-top-width:35px;border-bottom-width:35px;border-left-width:35px}.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before{width:38px;height:38px;border:0!important;background:linear-gradient(135deg,#582bcd 0,#ed4c33 50%,#f7d36f 100%);transform:rotate(45deg);z-index:-1}.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-arrow ul li.mystickyelements-social-insagram.elements-active span.mystickyelements-social-text::before,.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-diamond ul li.mystickyelements-social-insagram.elements-active span.mystickyelements-social-text::before,.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-triangle ul li.mystickyelements-social-insagram.elements-active span.mystickyelements-social-text::before,.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-arrow ul li.mystickyelements-social-insagram:hover span.mystickyelements-social-text::before,.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-diamond ul li.mystickyelements-social-insagram:hover span.mystickyelements-social-text::before,.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-triangle ul li.mystickyelements-social-insagram:hover span.mystickyelements-social-text::before{opacity:1;transition-delay:0.5s}.mystickyelements-on-click.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,.mystickyelements-on-hover.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before{top:0;bottom:0;right:0;transform:none;width:53px;height:53px}.mystickyelements-on-click.mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,.mystickyelements-on-hover.mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before{width:45px;height:45px}.mystickyelements-on-click.mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,.mystickyelements-on-hover.mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before{width:60px;height:60px}.mystickyelements-on-click.mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,.mystickyelements-on-hover.mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before{width:70px;height:70px}.mystickyelements-size-small.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-small.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before{width:32px;height:32px}.mystickyelements-size-extra-large.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-extra-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-size-extra-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-large.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before{width:43px;height:43px}.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{z-index:-1;content:"";position:absolute;top:1px;bottom:1px;background:red;transform:rotate(-28deg) skewX(36deg);width:60px;height:50px}.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:red;z-index:-1;opacity:0}span.mystickyelements-social-icon .fas.fa-sms{font-size:19px}.social-channels-item .social-channel-input-box img,span.mystickyelements-social-icon img{margin:auto;display:block;width:20px;height:20px}.mystickyelements-size-small span.mystickyelements-social-icon img{width:17px;height:17px}.mystickyelements-size-extra-large span.mystickyelements-social-icon img,.mystickyelements-size-large span.mystickyelements-social-icon img,.mystickyelements-size-small.mystickyelements-templates-default span.mystickyelements-social-icon img{width:25px;height:25px}.mystickyelements-templates-default span.mystickyelements-social-icon img{width:30px;height:30px}.mystickyelements-size-large.mystickyelements-templates-default span.mystickyelements-social-icon img{width:35px;height:35px}.mystickyelements-size-extra-large.mystickyelements-templates-default span.mystickyelements-social-icon img{width:40px;height:40px}.mystickyelements-templates-default span.mystickyelements-social-icon img.mystickyelements-stretch-custom-img,.social-channels-item .social-channel-input-box img.mystickyelements-stretch-custom-img{width:100%;height:100%}.social-channels-list.social-line i.mystickyelement_line_icon,.social-line i.mystickyelement_line_icon{background:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../images/line-logo.svg) center center/70% no-repeat;width:100%}.social-channels-list.social-qzone i.mystickyelement_qzone_icon,.social-qzone i.mystickyelement_qzone_icon{background:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../images/qzone-logo.svg) center center/70% no-repeat;width:100%}.social-amazon i.mystickyelement_amazon_icon,.social-channels-list.social-amazon i.mystickyelement_amazon_icon{background:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../images/amazon-logo.svg) center center/70% no-repeat;width:100%}.social-channels-list.social-flickr i.mystickyelement_flickr_icon,.social-flickr i.mystickyelement_flickr_icon{background:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../images/flickr-logo.svg) center center/70% no-repeat;width:100%}.social-channels-list.social-slack i.mystickyelement_slack_icon,.social-slack i.mystickyelement_slack_icon{background:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../images/slack-logo.svg) center center/70% no-repeat;width:100%}.social-channels-list.social-google_play i.mystickyelement_google_play_icon,.social-google_play i.mystickyelement_google_play_icon{background:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../images/google-play-logo.svg) center center/70% no-repeat;width:100%}.social-channels-list.social-ebay i.mystickyelement_ebay_icon,.social-ebay i.mystickyelement_ebay_icon{background:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../images/ebay-logo.svg) center center/70% no-repeat;width:100%}.social-channels-list.social-poptin_popups i.mystickyelement_poptin_icon,.social-poptin_popups i.mystickyelement_poptin_icon{background:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../images/poptin-logo.svg) center center/100% no-repeat;width:100%}.social-channels-list.social-fiverr i.mystickyelement_fiverr_icon,.social-fiverr i.mystickyelement_fiverr_icon{background:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../images/fiverr-logo.svg) center center/100% no-repeat;width:100%}.social-channels-list.social-shopify i.mystickyelement_shopify_icon,.social-shopify i.mystickyelement_shopify_icon{background:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../images/shopify-logo.svg) center center/70% no-repeat;width:100%}.social-channels-list.social-gumroad i.mystickyelement_gumroad_icon,.social-gumroad i.mystickyelement_gumroad_icon{background:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../images/gumroad-logo.svg) center center/70% no-repeat;width:100%}.social-channels-list.social-printful i.mystickyelement_printful_icon,.social-printful i.mystickyelement_printful_icon{background:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../images/printful-logo.svg) center center/70% no-repeat;width:100%}.social-amazon i.mystickyelement_amazon_icon,.social-ebay i.mystickyelement_ebay_icon,.social-fiverr i.mystickyelement_fiverr_icon,.social-flickr i.mystickyelement_flickr_icon,.social-google_play i.mystickyelement_google_play_icon,.social-gumroad i.mystickyelement_gumroad_icon,.social-line i.mystickyelement_line_icon,.social-poptin_popups i.mystickyelement_poptin_icon,.social-printful i.mystickyelement_printful_icon,.social-qzone i.mystickyelement_qzone_icon,.social-shopify i.mystickyelement_shopify_icon,.social-slack i.mystickyelement_slack_icon{display:block;height:100%;background-size:40%}.social-fiverr i.mystickyelement_fiverr_icon{background-size:80%}.social-ebay i.mystickyelement_ebay_icon,.social-poptin_popups i.mystickyelement_poptin_icon{background-size:50%}.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-slack i.mystickyelement_slack_icon{background-size:21px}.mystickyelements-position-mobile-bottom .social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-bottom .social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-bottom .social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-bottom .social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-bottom .social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-bottom .social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-bottom .social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-bottom .social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-bottom .social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-bottom .social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-bottom .social-slack i.mystickyelement_slack_icon{background-size:26px}.mystickyelements-position-mobile-bottom .social-flickr i.mystickyelement_flickr_icon{background-size:35px}.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-slack i.mystickyelement_slack_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-slack i.mystickyelement_slack_icon{background-size:30px}.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-flickr i.mystickyelement_flickr_icon{background-size:40px}span.mystickyelements-social-text{color:#fff;border-radius:0 10px 10px 0;font-size:14px;float:left;line-height:1.2;position:absolute;top:0;left:100%;height:100%;white-space:nowrap;-webkit-transform:rotateY(90deg);-moz-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;transform-origin:0 0 0;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s}.mystickyelements-position-bottom.mystickyelements-size-extra-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-size-large span.mystickyelements-social-text{font-size:22px}.mystickyelements-size-extra-large span.mystickyelements-social-text{font-size:24px}.mystickyelements-position-right .element-contact-form,.mystickyelements-position-right span.mystickyelements-social-text{-webkit-transform-origin:100% 0 0;-moz-transform-origin:100% 0 0;transform-origin:100% 0 0;left:auto;right:100%}.mystickyelements-position-right span.mystickyelements-social-text{border-radius:10px 0 0 10px}span.mystickyelements-social-text a,span.mystickyelements-social-text.mystickyelements-social-no-link{color:#fff;text-decoration:none;display:inline-block;vertical-align:top;min-width:137px;height:100%;padding-top:19px;padding-right:10px;padding-left:13px}.mystickyelements-size-small span.mystickyelements-social-text a,.mystickyelements-size-small span.mystickyelements-social-text.mystickyelements-social-no-link{padding-top:15px}.mystickyelements-size-extra-large span.mystickyelements-social-text a,.mystickyelements-size-extra-large span.mystickyelements-social-text.mystickyelements-social-no-link,.mystickyelements-size-large span.mystickyelements-social-text a,.mystickyelements-size-large span.mystickyelements-social-text.mystickyelements-social-no-link{min-width:206px;padding-top:18px}.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active span.mystickyelements-social-text,.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-contact-form.elements-active .element-contact-form,.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-contact-form.element-contact-active .element-contact-form,.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-contact-form.element-contact-active:hover .element-contact-form{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);transform:rotateY(0)}.mystickyelements-fixed ul li.mystickyelements-contact-form.non-active .element-contact-form{-webkit-transform:rotateY(90deg)!important;-moz-transform:rotateY(90deg)!important;transform:rotateY(90deg)!important}.mystickyelements-fixed ul li.mystickyelements-contact-form.elements-active .element-contact-form{-webkit-transform:rotateY(0)!important;-moz-transform:rotateY(0)!important;transform:rotateY(0)!important}.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-social-insagram.elements-active span.mystickyelements-social-text,.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-social-insagram:hover span.mystickyelements-social-text{-webkit-transform:none;-moz-transform:none;transform:none}.mystickyelement-credit a{font-size:9px;text-decoration:none;color:#000;display:inline-block;vertical-align:top;margin:5px 0 0}.mystickyelement-credit a:hover{color:#000}.mystickyelements-fixed ul li.mystickyelements-contact-form{padding-bottom:49px;padding-top:42px}.mystickyelements-fixed.mystickyelements-size-small ul li.mystickyelements-contact-form{padding-bottom:51px;padding-top:48px}.mystickyelements-fixed.mystickyelements-size-extra-large ul li.mystickyelements-contact-form,.mystickyelements-fixed.mystickyelements-size-large ul li.mystickyelements-contact-form{padding-bottom:76px;padding-top:74px}.mystickyelements-contact-form .mystickyelements-social-icon{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);transform:rotate(-90deg);display:block;font-size:12px;padding:18px 10px 10px;width:144px;height:53px;line-height:1.2;-webkit-transform-origin:51px 51px 0;-moz-transform-origin:51px 51px 0;transform-origin:51px 51px 0;box-shadow:-3px 0 6px rgba(0,0,0,.16)}.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon{padding:15px 10px 2px;width:144px;height:45px;line-height:1.2;-webkit-transform-origin:48px 48px 0;-moz-transform-origin:48px 48px 0;transform-origin:48px 48px 0}.mystickyelements-size-large .mystickyelements-contact-form .mystickyelements-social-icon{padding:18px 10px 2px;width:210px;height:60px;line-height:1.2;font-size:19px;-webkit-transform-origin:68px 68px 0;-moz-transform-origin:68px 68px 0;transform-origin:68px 68px 0}.mystickyelements-size-extra-large .mystickyelements-contact-form .mystickyelements-social-icon{padding:20px 10px 2px;width:220px;height:70px;line-height:1.2;font-size:21px;-webkit-transform-origin:73px 73px 0;-moz-transform-origin:73px 73px 0;transform-origin:73px 73px 0}.mystickyelements-position-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-position-left .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-position-right .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{font-size:17px}.mystickyelements-position-bottom.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-position-left.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-position-right.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{font-size:15px}.mystickyelements-position-bottom.mystickyelements-size-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-position-left.mystickyelements-size-extra-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-position-right.mystickyelements-size-extra-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{font-size:20px}.mystickyelements-position-left.mystickyelements-size-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-position-right.mystickyelements-size-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{font-size:18px}.mystickyelements-contact-form .mystickyelements-social-icon i{margin-right:6px}.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon i{margin-right:7px}.mystickyelements-contact-form[dir=rtl] .mystickyelements-social-icon i,html[dir=rtl] .mystickyelements-contact-form .mystickyelements-social-icon i{margin-left:22px;margin-right:0}.mystickyelements-size-small .mystickyelements-contact-form[dir=rtl] .mystickyelements-social-icon i,html[dir=rtl] .mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon i{margin-left:18px}.mystickyelements-contact-form[dir=rtl] .element-contact-form h3,.mystickyelements-contact-form[dir=rtl] .mse-input-message,.mystickyelements-contact-form[dir=rtl] form#stickyelements-form .contact-form-label,html[dir=rtl] .mse-input-message,html[dir=rtl] .mystickyelements-contact-form .element-contact-form h3,html[dir=rtl] form#stickyelements-form .contact-form-label{text-align:right}.mystickyelements-contact-form[dir=rtl],.mystickyelements-contact-form[dir=rtl] .element-contact-form h3,.mystickyelements-contact-form[dir=rtl] form#stickyelements-form input,.mystickyelements-contact-form[dir=rtl] form#stickyelements-form textarea,.mystickyelements-fixed[dir=rtl] .mystickyelements-social-icon,.mystickyelements-fixed[dir=rtl] .mystickyelements-social-text,html[dir=rtl] .mystickyelements-contact-form,html[dir=rtl] .mystickyelements-contact-form .element-contact-form h3,html[dir=rtl] .mystickyelements-contact-form form#stickyelements-form input,html[dir=rtl] .mystickyelements-contact-form form#stickyelements-form textarea,html[dir=rtl] .mystickyelements-fixed .mystickyelements-social-icon,html[dir=rtl] .mystickyelements-fixed .mystickyelements-social-text{font-family:"Open Sans Hebrew"}.mystickyelements-contact-form[dir=rtl] .element-contact-form h3 .element-contact-close,html[dir=rtl] .element-contact-form h3 .element-contact-close{left:20px;right:auto}.mystickyelements-contact-form[dir=rtl] input[type=email],.mystickyelements-contact-form[dir=rtl] input[type=tel],.mystickyelements-contact-form[dir=rtl] input[type=url]{direction:rtl}.mystickyelements-position-left ul li:first-child .mystickyelements-social-icon,.mystickyelements-position-left ul li:first-child.mystickyelements-minimize .mystickyelements-social-icon{border-radius:0 10px 0 0}.mystickyelements-position-left ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-left ul li:last-child .mystickyelements-social-icon{border-radius:0 0 10px}.mystickyelements-position-left ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:0 0 0 10px}.mystickyelements-position-right ul li:first-child .mystickyelements-social-icon{border-radius:10px 0 0}.mystickyelements-position-right ul li:last-child .mystickyelements-social-icon{border-radius:0 0 0 10px}.mystickyelements-position-right ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:0 10px 0 0}.mystickyelements-position-right ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:10px 0 0}span.mystickyelements-minimize.minimize-position-left{width:100%;height:32px;border-radius:0 10px 0 0;padding:0 11px;text-align:center;line-height:32px;box-shadow:0 3px 6px rgba(0,0,0,.16);display:block}.mystickyelements-size-small span.mystickyelements-minimize.minimize-position-left{padding:0 4px}.mystickyelements-size-small li.mystickyelements-minimize.element-minimize,li.mystickyelements-minimize.element-minimize{width:27px}.mystickyelements-size-large li.mystickyelements-minimize.element-minimize{width:40px}.mystickyelements-fixed ul li.mystickyelements-minimize{transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;display:inline-block;vertical-align:bottom}.mystickyelements-fixed.mystickyelements-size-large ul li.mystickyelements-minimize{font-size:25px}.mystickyelements-fixed.mystickyelements-size-extra-large ul li.mystickyelements-minimize{font-size:28px}.element-minimize span.mystickyelements-minimize.minimize-position-left{transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;border-radius:0 6px 6px 0;padding:0}span.mystickyelements-minimize.minimize-position-right{border-radius:10px 0 0;width:100%;height:32px;padding:0 11px;text-align:center;line-height:32px;box-shadow:0 3px 6px rgba(0,0,0,.16);display:block}.mystickyelements-size-small span.mystickyelements-minimize.minimize-position-right{padding:0 5px}.element-minimize span.mystickyelements-minimize.minimize-position-right{transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;padding:0;border-radius:6px 0 0 6px}span.mystickyelements-minimize.minimize-position-bottom{border-radius:10px 0 0;text-align:center;box-shadow:0 3px 6px rgba(0,0,0,.16);display:block;width:100%}.mystickyelements-minimize+.mystickyelements-contact-form .element-contact-form{top:-32px}.mystickyelements-custom-html{border-radius:10px;position:absolute;top:50%;max-height:500px;overflow-y:auto;overflow-x:auto;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s;-webkit-transform:rotateY(90deg) translateY(-50%);-moz-transform:rotateY(90deg) translateY(-50%);transform:rotateY(90deg) translateY(-50%);-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;transform-origin:0 0 0;z-index:1;white-space:nowrap;max-width:700px;min-width:300px;width:auto}.mystickyelements-custom-html-wrap>a,.mystickyelements-custom-html-wrap>div,.mystickyelements-custom-html-wrap>footer,.mystickyelements-custom-html-wrap>header,.mystickyelements-custom-html-wrap>input,.mystickyelements-custom-html-wrap>nav,.mystickyelements-custom-html-wrap>p,.mystickyelements-custom-html-wrap>span,.mystickyelements-custom-html-wrap>strong{width:660px}.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-iframe-bottom{position:relative}.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-html-iframe{position:static}.mystickyelements-custom-html-iframe .mystickyelements-custom-html{max-height:unset;width:auto;top:50%;bottom:auto;-webkit-transform:rotateY(90deg) translateY(-50%);-moz-transform:rotateY(90deg) translateY(-50%);transform:rotateY(90deg) translateY(-50%)}.mystickyelements-custom-iframe-bottom.mystickyelements-custom-html-iframe .mystickyelements-custom-html{top:auto;bottom:-10px;-webkit-transform:rotateY(90deg) translateY(0);-moz-transform:rotateY(90deg) translateY(0);transform:rotateY(90deg) translateY(0)}.mystickyelements-custom-html-iframe .mystickyelements-custom-html iframe{max-width:unset}.mystickyelements-custom-html-main .mystickyelements-custom-html .input-text,.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=email],.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=number],.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=password],.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=search],.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=tel],.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=text],.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=url],.mystickyelements-custom-html-main .mystickyelements-custom-html textarea{width:100%}.mystickyelements-position-right .mystickyelements-custom-html{right:100%;left:auto;-webkit-transform-origin:100% 0 0;-moz-transform-origin:100% 0 0;transform-origin:100% 0 0}.mystickyelements-custom-html-wrap{padding:20px}.mystickyelements-custom-html-iframe .mystickyelements-custom-html-wrap{line-height:0}.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-custom-html-main.elements-active .mystickyelements-custom-html,.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-html-iframe.elements-active .mystickyelements-custom-html,.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-html-iframe:hover .mystickyelements-custom-html,.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-custom-html-main:hover .mystickyelements-custom-html{-webkit-transform:rotateY(0) translateY(-50%);-moz-transform:rotateY(0) translateY(-50%);transform:rotateY(0) translateY(-50%)}.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-iframe-bottom.mystickyelements-custom-html-iframe.elements-active .mystickyelements-custom-html,.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-iframe-bottom.mystickyelements-custom-html-iframe:hover .mystickyelements-custom-html{-webkit-transform:rotateY(0) translateY(0);-moz-transform:rotateY(0) translateY(0);transform:rotateY(0) translateY(0)}.mystickyelements-custom-html-wrap,.mystickyelements-custom-html-wrap label,.mystickyelements-custom-html-wrap p{color:#333}form#stickyelements-form input[type=checkbox]{width:15px;padding:0;height:15px;border-radius:3px!important;margin-top:0;vertical-align:top}form#stickyelements-form input[type=checkbox]::before{width:15px;height:15px;margin:-1px 0 0 -2px}.contact_form_consent_txt{color:#000;font-size:14px;padding-left:5px;display:inline-block;vertical-align:top}.contact-form-consent-fields{text-align:left;margin-top:20px;margin-bottom:0}.contact-form-consent-fields label{line-height:1;display:flex}#contact-form-recaptcha>div{display:inline-block;vertical-align:top}#contact-form-recaptcha{text-align:center}@media only screen and (min-width:1025px){.mystickyelements-position-left{left:0;text-align:left;right:auto}.mystickyelements-position-right{right:0;text-align:right;left:auto}.mystickyelements-position-bottom{left:0;right:0;bottom:0;top:auto;display:block;text-align:center;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.mystickyelements-position-left.mystickyelements-entry-effect-slide-in{left:-90px;right:auto}.mystickyelements-position-left.mystickyelements-entry-effect-slide-in.entry-effect{left:0;right:auto}.mystickyelements-position-right.mystickyelements-entry-effect-slide-in{right:-90px;left:auto}.mystickyelements-position-right.mystickyelements-entry-effect-slide-in.entry-effect{right:0;left:auto}.mystickyelements-position-bottom.mystickyelements-entry-effect-slide-in{left:0;bottom:-90px;right:0}.mystickyelements-position-bottom.mystickyelements-entry-effect-slide-in.entry-effect{bottom:0;top:auto}span.mystickyelements-minimize.minimize-position-bottom{height:53px;line-height:53px}.mystickyelements-position-bottom.mystickyelements-fixed.mystickyelements-custom-html-iframe-open{top:auto}.mystickyelements-position-bottom .mystickyelement-lists-wrap{display:flex;align-items:center;justify-content:center}.mystickyelements-position-bottom.mystickyelements-position-screen-left .mystickyelement-lists-wrap{justify-content:flex-start}.mystickyelements-position-bottom.mystickyelements-position-screen-right .mystickyelement-lists-wrap{justify-content:flex-end}.mystickyelements-position-bottom .mystickyelement-credit{padding-left:10px}.mystickyelements-position-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom{height:32px;line-height:32px}.mystickyelements-position-bottom.mystickyelements-size-small span.mystickyelements-minimize.minimize-position-bottom{height:45px;line-height:45px}.mystickyelements-position-bottom.mystickyelements-size-large span.mystickyelements-minimize.minimize-position-bottom{height:60px;line-height:60px}.mystickyelements-position-bottom.mystickyelements-size-extra-large span.mystickyelements-minimize.minimize-position-bottom{height:70px;line-height:70px}.mystickyelements-position-bottom.mystickyelements-fixed ul li.mystickyelements-minimize{width:32px}.element-minimize span.mystickyelements-minimize.minimize-position-bottom{transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;border-radius:6px 6px 0 0;padding:0}.mystickyelements-position-bottom.mystickyelements-fixed ul li{float:left;position:static}.mystickyelements-position-bottom.mystickyelements-fixed ul{position:relative}.mystickyelements-fixed.mystickyelements-position-bottom ul li.mystickyelements-contact-form{padding-top:0;padding-bottom:0;width:auto}.mystickyelements-position-bottom .mystickyelements-contact-form .mystickyelements-social-icon{-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;transform-origin:0 0 0;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);box-shadow:unset}.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-position-bottom ul li.mystickyelements-custom-html-main.elements-active .mystickyelements-custom-html,.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-position-bottom ul li.mystickyelements-custom-html-main:hover .mystickyelements-custom-html{-webkit-transform:rotateY(0) translateY(0);-moz-transform:rotateY(0) translateY(0);transform:rotateY(0) translateY(0)}.mystickyelements-on-click.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,.mystickyelements-on-hover.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before,.mystickyelements-position-left.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after{right:0}.mystickyelements-on-click.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,.mystickyelements-on-hover.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before,.mystickyelements-position-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after{left:0}.mystickyelements-position-left.mystickyelements-templates-round span.mystickyelements-social-text,.mystickyelements-position-left.mystickyelements-templates-roundad span.mystickyelements-social-text{border-radius:0 25px 25px 0}.mystickyelements-fixed.mystickyelements-position-bottom.mystickyelements-templates-leaf_left span.mystickyelements-social-text,.mystickyelements-position-left.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 25px 0 0}.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 20px 0 0}.mystickyelements-position-left.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:0 0 25px}.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:0 0 20px}.mystickyelements-position-right.mystickyelements-templates-round span.mystickyelements-social-text,.mystickyelements-position-right.mystickyelements-templates-roundad span.mystickyelements-social-text{border-radius:25px 0 0 25px}.mystickyelements-position-right.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 0 0 25px}.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 0 0 20px}.mystickyelements-fixed.mystickyelements-position-bottom.mystickyelements-templates-leaf_right span.mystickyelements-social-text,.mystickyelements-position-right.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:25px 0 0}.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:20px 0 0}.mystickyelements-position-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:50% 0 0 50%!important}.mystickyelements-position-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 50% 50% 0!important}.mystickyelements-position-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 0 0 25px!important}.mystickyelements-position-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 25px 0 0!important}.mystickyelements-position-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:25px 0 0!important}.mystickyelements-position-bottom.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li.elements-active .mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:hover .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 0 25px!important}.mystickyelements-position-left.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-left.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:0 25px 25px 0!important}.mystickyelements-position-right.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:25px 0 0 25px!important}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon{background:0 0!important}.mystickyelements-position-left.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-left:25px solid red;left:100%}.mystickyelements-position-right.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-right:25px solid red;right:100%}.mystickyelements-position-left.mystickyelements-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-left-width:22px}.mystickyelements-position-right.mystickyelements-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-right-width:22px}.mystickyelements-position-left.mystickyelements-size-extra-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-position-left.mystickyelements-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-size-extra-large.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before,.mystickyelements-size-large.mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-size-large.mystickyelements-position-left.mystickyelements-templates-arrow span.mystickyelements-social-text::before,.mystickyelements-size-large.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-left-width:30px}.mystickyelements-position-right.mystickyelements-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before,.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-arrow span.mystickyelements-social-text::before,.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-right-width:30px}.mystickyelements-position-right.mystickyelements-size-extra-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-arrow span.mystickyelements-social-text::before{border-right-width:34px}.mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-position-left.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-left:27px solid red;left:100%}.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-position-right.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-right:27px solid red;right:100%}.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-arrow span.mystickyelements-social-text::before{border-left-width:23px}.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-arrow span.mystickyelements-social-text::before{border-right-width:23px}.mystickyelements-size-extra-large.mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-size-extra-large.mystickyelements-position-left.mystickyelements-templates-arrow span.mystickyelements-social-text::before{border-left-width:34px}.mystickyelements-position-left.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-position-left.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-left.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text::before{margin-left:-17px;transform-origin:9px 20px 0}.mystickyelements-position-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-position-right.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-right.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text::before{margin-right:-17px;transform-origin:10px 25px 0}.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text::before{transform-origin:7px 17px 0}.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text::before{transform-origin:14px 29px 0}.mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{top:3px;bottom:3px;width:50px;height:40px}.mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{top:3px;bottom:3px;width:68px;height:55px}.mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{top:3px;bottom:3px;width:78px;height:65px}.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{left:-29px}.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{left:-24px}.mystickyelements-size-large.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{left:-34px}.mystickyelements-size-extra-large.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{left:-39px}.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{right:-29px}.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{right:-24px}.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{right:-34px}.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{right:-38px}.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i{padding-right:20px}.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i{padding-left:20px}.mystickyelements-position-left.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg{margin-right:20px}.mystickyelements-position-right.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg{margin-left:20px}.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:6px center}.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon{background-position:0 center}.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:22px center}.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:32px center}.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon{background-position:11px center}.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon{background-position:16px center}.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:center 26px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:center 22px}.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:center 32px}.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon{background-position:center 20px}.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon{background-position:center 17px}.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon{background-position:center 31px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon{background-position:center 27px}.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon{background-position:center 36px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon{background-position:center 15px}.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon{background-position:center 21px}.mystickyelements-position-bottom .mystickyelements-contact-form .element-contact-form{top:auto;left:0;bottom:100%;width:100%;right:0;-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:0 100% 0;-moz-transform-origin:0 100% 0;transform-origin:0 100% 0}.mystickyelements-position-bottom.mystickyelements-position-screen-right .mystickyelements-contact-form .element-contact-form{left:auto}.mystickyelements-fixed.mystickyelements-position-bottom span.mystickyelements-social-text{-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:0 100% 0;-moz-transform-origin:0 100% 0;transform-origin:0 100% 0;border-radius:10px 10px 0 0;left:0;right:auto;bottom:100%;min-width:100%;top:auto;height:auto;padding-top:0;padding-bottom:0;z-index:1}.mystickyelements-position-bottom.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active span.mystickyelements-social-text{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);transform:rotateX(0)}.mystickyelements-position-bottom span.mystickyelements-social-text.mystickyelements-social-no-link{display:block}.mystickyelements-position-bottom span.mystickyelements-social-text a,.mystickyelements-position-bottom span.mystickyelements-social-text.mystickyelements-social-no-link{padding:10px;white-space:initial}.mystickyelements-position-bottom .mystickyelements-custom-html-main .mystickyelements-custom-html{top:auto;left:0;bottom:100%;-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:0 100% 0;-moz-transform-origin:0 100% 0;transform-origin:0 100% 0}.mystickyelements-position-bottom.mystickyelements-position-screen-right .mystickyelements-custom-html-main .mystickyelements-custom-html{left:auto;right:0}.mystickyelements-position-bottom ul li:first-child .mystickyelements-social-icon,.mystickyelements-position-bottom ul li:first-child.mystickyelements-minimize .mystickyelements-social-icon{border-radius:10px 0 0}.mystickyelements-position-bottom ul li:first-child .mystickyelements-social-icon{border-top-left-radius:10px}.mystickyelements-position-bottom ul li:last-child .mystickyelements-social-icon{border-top-right-radius:10px}.mystickyelements-position-left.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-bottom-right-radius:10px!important}.mystickyelements-position-left.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-bottom-left-radius:10px!important}.mystickyelements-position-right.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-top-right-radius:10px!important}.mystickyelements-position-right.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-top-left-radius:10px!important}.mystickyelements-position-bottom.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-top-left-radius:10px!important}.mystickyelements-position-bottom.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-top-right-radius:10px!important}.mystickyelements-position-bottom.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:25px 25px 0 0!important}.mystickyelements-position-bottom.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li.elements-active .mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:hover .mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-templates-roundad.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active .mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-templates-roundad.mystickyelements-on-hover.mystickyelements-fixed ul li:hover .mystickyelements-social-icon{border-radius:0!important}.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text::before{top:auto;bottom:100%;border-bottom:27px solid red;border-left:27px solid transparent;border-right:26px solid transparent;left:0}.mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text::before,.mystickyelements-position-bottom.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-bottom.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text::before{display:none}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text::before{border-bottom-width:22px;border-left-width:23px;border-right-width:22px}.mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text::before{border-bottom-width:30px;border-left-width:30px;border-right-width:30px}.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text::before{border-bottom-width:34px;border-left-width:35px;border-right-width:35px}.mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before{width:37px;height:37px;transform-origin:12px 32px 0;margin-bottom:-10px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before{width:32px;height:32px;transform-origin:8px 29px 0;margin-bottom:-6px}.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before{width:42px;height:42px;transform-origin:12px 37px 0}.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i{padding-top:20px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i{padding-top:18px}.mystickyelements-position-bottom.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg{margin-top:17px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg{margin-top:14px}.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{top:22px;bottom:8px;left:3px;-webkit-transform:rotate(26deg) skewY(40deg);-moz-transform:rotate(26deg) skewY(40deg);transform:rotate(26deg) skewY(40deg);width:46px;height:60px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{top:23px;left:0;-webkit-transform:rotate(26deg) skewY(40deg);-moz-transform:rotate(26deg) skewY(40deg);transform:rotate(26deg) skewY(40deg);width:46px;height:60px}.mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{top:32px;bottom:8px;left:0;right:1px;-webkit-transform:rotate(25deg) skewY(36deg);-moz-transform:rotate(25deg) skewY(36deg);transform:rotate(25deg) skewY(36deg);width:67px;height:71px}.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{top:38px;bottom:8px;left:0;right:1px;-webkit-transform:rotate(27deg) skewY(37deg);-moz-transform:rotate(27deg) skewY(37deg);transform:rotate(27deg) skewY(37deg) );width:80px;height:80px}.mystickyelements-position-left.mystickyelements-templates-triangle span.mystickyelements-social-icon img{margin:auto auto auto 5px}.mystickyelements-position-right.mystickyelements-templates-triangle span.mystickyelements-social-icon img{margin:auto 5px auto auto;left:auto}.mystickyelements-position-bottom.mystickyelements-templates-triangle span.mystickyelements-social-icon img{margin:15px auto 0;top:auto}.mystickyelements-position-bottom.mystickyelements-templates-triangle.mystickyelements-size-extra-large span.mystickyelements-social-icon img,.mystickyelements-position-bottom.mystickyelements-templates-triangle.mystickyelements-size-large span.mystickyelements-social-icon img{margin:20px auto 0}.mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-left,.mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-left,.mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-left,.mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-left{border-radius:0 10px 10px 0}.mystickyelements-position-left.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-left.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-left.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-left.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon{border-radius:0 0 10px 10px}.mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-right,.mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-right,.mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-right,.mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-right{border-radius:10px 0 0 10px}.mystickyelements-position-bottom.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-bottom{border-radius:10px 10px 0 0}.mystickyelements-fixed.mystickyelements-custom-position-on:not(.mystickyelements-position-bottom) ul li.mystickyelements-contact-form{position:static}.mystickyelements-custom-position-on:not(.mystickyelements-position-bottom) .mystickyelements-contact-form .element-contact-form,.mystickyelements-custom-position-on:not(.mystickyelements-position-bottom) .mystickyelements-minimize+.mystickyelements-contact-form .element-contact-form{top:auto;bottom:0}}@media only screen and (max-width:1024px){.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i,form#stickyelements-form input,form#stickyelements-form select,form#stickyelements-form textarea{font-size:16px}.mystickyelements-fixed ul li.element-desktop-on,.mystickyelements-fixed.mystickyelements-position-mobile-top ul.mystickyno-minimize li:nth-child(13),.mystickyelements-position-mobile-bottom .mystickyelement-credit,.mystickyelements-position-mobile-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-mobile-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-position-mobile-bottom.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-mobile-bottom.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after,.mystickyelements-position-mobile-bottom.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-position-mobile-top .mystickyelement-credit,.mystickyelements-position-mobile-top.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-mobile-top.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-position-mobile-top.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-mobile-top.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after,.mystickyelements-position-mobile-top.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{display:none}.mystickyelements-fixed ul li.element-mobile-on,.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul,.mystickyelements-fixed.mystickyelements-position-mobile-top ul,.mystickyelements-position-mobile-bottom span.mystickyelements-social-text.mystickyelements-social-no-link,.mystickyelements-position-mobile-top span.mystickyelements-social-text.mystickyelements-social-no-link{display:block}.mystickyelements-mobile-size-medium span.mystickyelements-social-icon,.mystickyelements-mobile-size-medium span.mystickyelements-social-icon a{width:45px;height:45px;line-height:45px;font-size:17px}.mystickyelements-mobile-size-small span.mystickyelements-social-icon,.mystickyelements-mobile-size-small span.mystickyelements-social-icon a{width:38px;height:38px;line-height:38px;font-size:13px}.mystickyelements-mobile-size-large span.mystickyelements-social-icon,.mystickyelements-mobile-size-large span.mystickyelements-social-icon a{width:50px;height:50px;line-height:50px;font-size:18px}.mystickyelement-credit a,.mystickyelements-fixed .mystickyelements-icon-below-text{font-size:8px!important}.mystickyelements-fixed.mystickyelements-mobile-size-small .mystickyelements-icon-below-text{font-size:7px!important}.mystickyelements-fixed.mystickyelements-mobile-size-large .mystickyelements-icon-below-text{font-size:10px!important}.mystickyelements-position-mobile-left.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon{background:0 0!important}.mystickyelements-position-mobile-left.mystickyelements-templates-round span.mystickyelements-social-text,.mystickyelements-position-mobile-left.mystickyelements-templates-roundad span.mystickyelements-social-text{border-radius:0 25px 25px 0}.mystickyelements-position-mobile-left.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 25px 0 0}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 20px 0 0}.mystickyelements-position-mobile-left.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:0 0 25px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:0 0 20px}.mystickyelements-position-mobile-right.mystickyelements-templates-round span.mystickyelements-social-text,.mystickyelements-position-mobile-right.mystickyelements-templates-roundad span.mystickyelements-social-text{border-radius:25px 0 0 25px}.mystickyelements-position-mobile-right.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 0 0 25px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 0 0 15px}.mystickyelements-position-mobile-right.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:25px 0 0}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:15px 0 0}.mystickyelements-on-click.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,.mystickyelements-on-hover.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before,.mystickyelements-position-mobile-left.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after{right:0}.mystickyelements-on-click.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,.mystickyelements-on-hover.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before,.mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after{left:0}.mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:50% 0 0 50%!important}.mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 50% 50% 0!important}.mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 0 0 25px!important}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 0 0 15px!important}.mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 25px 0 0!important}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 15px 0 0!important}.mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:25px 0 0!important}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:15px 0 0!important}.mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 0 25px!important}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 0 15px!important}.mystickyelements-mobile-size-small.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:0 15px!important}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{top:6px;bottom:6px;left:6px;right:6px}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after{width:22px}.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-top-width:23px;border-bottom-width:22px;border-left-width:23px}.mystickyelements-mobile-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{top:5px;bottom:5px;left:5px;right:5px}.mystickyelements-mobile-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after{width:20px}.mystickyelements-mobile-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-top-width:19px;border-bottom-width:19px;border-left-width:19px}.mystickyelements-mobile-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{top:7px;bottom:7px;left:7px;right:7px}.mystickyelements-mobile-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after{width:25px}.mystickyelements-mobile-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-top-width:25px;border-bottom-width:25px;border-left-width:25px}.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-templates-arrow span.mystickyelements-social-text:before,.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-top-width:23px;border-bottom-width:22px}.mystickyelements-mobile-size-small.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-mobile-size-small.mystickyelements-templates-arrow span.mystickyelements-social-text::before,.mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-top-width:19px;border-bottom-width:19px}.mystickyelements-mobile-size-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-mobile-size-large.mystickyelements-templates-arrow span.mystickyelements-social-text::before,.mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-top-width:25px;border-bottom-width:25px}.mystickyelements-position-mobile-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-position-mobile-left.mystickyelements-templates-arrow span.mystickyelements-social-text:before,.mystickyelements-position-mobile-left.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-left:23px solid red;left:100%}.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-position-mobile-right.mystickyelements-templates-arrow span.mystickyelements-social-text:before,.mystickyelements-position-mobile-right.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-right:23px solid red;right:100%}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-arrow span.mystickyelements-social-text::before,.mystickyelements-position-mobile-left.mystickyelements-mobile-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-left-width:19px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-arrow span.mystickyelements-social-text::before,.mystickyelements-position-mobile-right.mystickyelements-mobile-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-right-width:19px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-left.mystickyelements-templates-arrow span.mystickyelements-social-text::before,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before,.mystickyelements-position-mobile-left.mystickyelements-mobile-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-left-width:25px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-arrow span.mystickyelements-social-text::before,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before,.mystickyelements-position-mobile-right.mystickyelements-mobile-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-right-width:25px}.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before{width:32px;height:32px}.mystickyelements-position-mobile-left.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-mobile-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-position-mobile-left.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before{margin-left:-17px;transform-origin:9px 20px 0}.mystickyelements-position-mobile-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before{margin-right:-17px;transform-origin:8px 18px 0}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before{transform-origin:4px 12px 0}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before{transform-origin:10px 23px 0}.mystickyelements-mobile-size-small.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-mobile-size-small.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-mobile-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before{width:27px;height:27px}.mystickyelements-mobile-size-large.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-mobile-size-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,.mystickyelements-mobile-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,.mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before{width:36px;height:36px}.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i{padding-right:20px}.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i{padding-left:20px}.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg{margin-right:20px}.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg{margin-left:20px}.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon{padding-left:0;padding-right:0}.mystickyelements-position-mobile-bottom li span.mystickyelements-social-icon svg,.mystickyelements-position-mobile-top li span.mystickyelements-social-icon svg{width:20px;height:50px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom li span.mystickyelements-social-icon svg,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top li span.mystickyelements-social-icon svg{width:18px;height:38px}.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:3px center}.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:20px center}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:18px center}.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:center center}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-left-width:20px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before{border-right-width:20px}.mystickyelements-on-click.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,.mystickyelements-on-hover.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before{width:45px;height:45px}.mystickyelements-on-click.mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,.mystickyelements-on-hover.mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before{width:38px;height:38px}.mystickyelements-on-click.mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,.mystickyelements-on-hover.mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before{width:50px;height:50px}.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{left:-25px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{left:-24px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{left:-29px}.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{right:-25px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{right:-24px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{right:-29px}.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{top:3px;bottom:3px;right:3px;width:51px;height:40px}.mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{width:46px;height:34px}.mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before{width:58px;height:45px}.mystickyelements-mobile-size-large span.mystickyelements-social-text,span.mystickyelements-social-icon .fas.fa-sms{font-size:19px}.mystickyelements-fixed.mystickyelements-mobile-size-medium ul li.mystickyelements-contact-form{padding-bottom:45px;padding-top:53px}.mystickyelements-fixed.mystickyelements-mobile-size-small ul li.mystickyelements-contact-form{padding-bottom:52px;padding-top:54px}.mystickyelements-fixed.mystickyelements-mobile-size-large ul li.mystickyelements-contact-form{padding-bottom:64px;padding-top:65px}.mystickyelements-mobile-size-medium .mystickyelements-contact-form span.mystickyelements-social-icon{font-size:12px;padding:15px 10px 10px;height:45px;width:143px;line-height:1.2;-webkit-transform-origin:45px 45px 0;-moz-transform-origin:45px 45px 0;transform-origin:45px 45px 0}.mystickyelements-mobile-size-small .mystickyelements-contact-form .mystickyelements-social-icon{font-size:12px;padding:13px 10px 2px;height:38px;width:143px;line-height:1.2;-webkit-transform-origin:45px 45px 0;-moz-transform-origin:45px 45px 0;transform-origin:45px 45px 0}.mystickyelements-mobile-size-large .mystickyelements-contact-form .mystickyelements-social-icon{padding:16px 10px 2px;width:180px;height:50px;font-size:16px;line-height:1.2;-webkit-transform-origin:57px 57px 0;-moz-transform-origin:57px 57px 0;transform-origin:57px 57px 0}.mystickyelements-contact-form .mystickyelements-social-icon i{margin-right:15px}.mystickyelements-fixed.mystickyelements-mobile-size-medium ul li{width:45px}.mystickyelements-fixed.mystickyelements-mobile-size-small ul li{width:38px}.mystickyelements-fixed.mystickyelements-mobile-size-large ul li{width:50px}.mystickyelements-custom-html{max-height:400px}.mystickyelements-mobile-size-medium span.mystickyelements-social-text,.mystickyelements-mobile-size-small span.mystickyelements-social-text{font-size:14px}.element-contact-form h3{font-size:16px;padding:10px 14px}form#stickyelements-form input,form#stickyelements-form textarea{margin-bottom:10px}.mystickyelements-mobile-size-medium span.mystickyelements-social-text a,.mystickyelements-mobile-size-medium span.mystickyelements-social-text.mystickyelements-social-no-link{padding-top:14px}.mystickyelements-mobile-size-small span.mystickyelements-social-text a,.mystickyelements-mobile-size-small span.mystickyelements-social-text.mystickyelements-social-no-link{padding-top:10px}.mystickyelements-mobile-size-large span.mystickyelements-social-text a,.mystickyelements-mobile-size-large span.mystickyelements-social-text.mystickyelements-social-no-link{min-width:186px;padding-top:15px}.mystickyelements-position-mobile-left{right:auto;left:0;text-align:left}.mystickyelements-position-mobile-right{right:0;left:auto;text-align:right}.mystickyelements-position-mobile-left.mystickyelements-entry-effect-slide-in{left:-90px;right:auto}.mystickyelements-position-mobile-left.mystickyelements-entry-effect-slide-in.entry-effect{left:0;right:auto}.mystickyelements-position-mobile-right.mystickyelements-entry-effect-slide-in{right:-90px;left:auto}.mystickyelements-position-mobile-right.mystickyelements-entry-effect-slide-in.entry-effect{right:0;left:auto}.mystickyelements-position-mobile-top.mystickyelements-fixed.mystickyelements-custom-html-iframe-open{bottom:auto}.mystickyelements-position-mobile-bottom.mystickyelements-fixed.mystickyelements-custom-html-iframe-open{top:auto}span.mystickyelements-minimize.minimize-position-mobile-left{border-radius:0 10px 0 0}.mystickyelements-position-mobile-right ul li:first-child .mystickyelements-social-icon,span.mystickyelements-minimize.minimize-position-mobile-right{border-radius:10px 0 0}.element-minimize span.mystickyelements-minimize.minimize-position-mobile-left{border-radius:0 6px 6px 0}.element-minimize span.mystickyelements-minimize.minimize-position-mobile-right{border-radius:6px 0 0 6px}.mystickyelements-position-mobile-right .element-contact-form,.mystickyelements-position-mobile-right .mystickyelements-custom-html,.mystickyelements-position-mobile-right span.mystickyelements-social-text{-webkit-transform-origin:100% 0 0;-moz-transform-origin:100% 0 0;transform-origin:100% 0 0;left:auto;right:100%}.mystickyelements-position-mobile-right span.mystickyelements-social-text,.mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-mobile-right,.mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-mobile-right,.mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-mobile-right,.mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-mobile-right{border-radius:10px 0 0 10px}.mystickyelements-position-mobile-left .element-contact-form,.mystickyelements-position-mobile-left .mystickyelements-custom-html,.mystickyelements-position-mobile-left span.mystickyelements-social-text{-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;transform-origin:0 0 0;left:100%;right:auto}.mystickyelements-position-mobile-left span.mystickyelements-social-text,.mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-mobile-left,.mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-mobile-left,.mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-mobile-left,.mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-mobile-left{border-radius:0 10px 10px 0}.mystickyelements-fixed.mystickyelements-position-mobile-right .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){left:50px}.mystickyelements-fixed.mystickyelements-position-mobile-left .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){left:-50px}.mystickyelements-position-mobile-bottom ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom ul li:last-child .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-top ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-top ul li:last-child .mystickyelements-social-icon,.mystickyelements-position-mobile-top ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:0}.mystickyelements-position-mobile-left ul li:first-child .mystickyelements-social-icon,.mystickyelements-position-mobile-left ul li:first-child.mystickyelements-minimize .mystickyelements-social-icon{border-radius:0 10px 0 0}.mystickyelements-position-mobile-left ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-left ul li:last-child .mystickyelements-social-icon{border-radius:0 0 10px}.mystickyelements-position-mobile-left ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:0 0 0 10px}.mystickyelements-position-mobile-right ul li:last-child .mystickyelements-social-icon{border-radius:0 0 0 10px}.mystickyelements-position-mobile-right ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:0 10px 0 0}.mystickyelements-position-mobile-right ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:10px 0 0}.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top ul li{position:static;float:left;width:8.08%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul li{width:97%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-bottom-social-channel-2 ul li{width:48.5%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul li{width:32.33%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul li{width:24.25%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul li{width:19.4%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul li{width:16.16%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul li{width:13.85%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul li{width:12.12%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul li{width:10.77%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul li{width:9.7%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul li{width:8.81%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul li{width:8.08%}.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(14),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(15),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(16),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(17),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(18){display:none!important}.mystickyelements-fixed.mystickyelements-position-mobile-top ul.mystickyelements-lists li.mystickyelements-show-last-element{display:block!important}.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-minimize,.mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-minimize{width:3%}.mystickyelements-position-mobile-bottom ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul.mystickyno-minimize li{width:8.33%}.mystickyelements-custom-html-iframe iframe,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>a,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>div,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>footer,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>header,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>input,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>nav,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>p,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>span,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>strong,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>a,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>div,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>footer,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>header,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>input,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>nav,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>p,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>span,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>strong,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul.mystickyno-minimize li{width:100%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul.mystickyno-minimize li{width:50%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul.mystickyno-minimize li{width:33.33%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul.mystickyno-minimize li{width:25%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul.mystickyno-minimize li{width:20%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul.mystickyno-minimize li{width:16.66%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul.mystickyno-minimize li{width:14.28%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul.mystickyno-minimize li{width:12.5%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul.mystickyno-minimize li{width:11.11%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul.mystickyno-minimize li{width:10%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul.mystickyno-minimize li{width:9.09%}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon{font-size:11px;line-height:1.2;padding-top:7px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon{font-size:13px;line-height:1.2;padding-top:10px}.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon,.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon a,.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-top span.mystickyelements-social-icon,.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-top span.mystickyelements-social-icon a{height:45px;line-height:45px;font-size:18px;outline:0;width:100%}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon a,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top span.mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top span.mystickyelements-social-icon a{height:38px;line-height:38px;font-size:16px;width:100%}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon a,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top span.mystickyelements-social-icon,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top span.mystickyelements-social-icon a{height:50px;line-height:50px;font-size:20px;width:100%}.mystickyelements-position-mobile-bottom .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li.elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:hover .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-bottom.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-bottom.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-bottom.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-bottom.mystickyelements-templates-roundad.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-roundad.mystickyelements-on-hover.mystickyelements-fixed ul li:hover .mystickyelements-social-icon,.mystickyelements-position-mobile-top .mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li.elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:hover .mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-top.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-top.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-top.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-top.mystickyelements-templates-roundad.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-templates-roundad.mystickyelements-on-hover.mystickyelements-fixed ul li:hover .mystickyelements-social-icon{border-radius:0!important}.mystickyelements-position-mobile-bottom ul.mystickyelements-lists.mystickyelement-minimize li,.mystickyelements-position-mobile-top ul.mystickyelements-lists.mystickyelement-minimize li{position:relative}.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-left,.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-right,.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-left,.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-right{height:45px;border-radius:0;line-height:45px;padding:0}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-right,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-right{height:38px;border-radius:0;line-height:38px;padding:0}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-right,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-right{height:50px;border-radius:0;line-height:50px;padding:0}.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-left,.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-right,.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-left,.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-right{height:35px;line-height:35px;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);transform:translateY(10px)}.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-left,.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-right{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-right,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-right{height:38px;line-height:38px;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-right,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-right{height:45px;line-height:43px;-webkit-transform:translateY(5px);-moz-transform:translateY(5px);transform:translateY(5px)}.mystickyelements-fixed.mystickyelements-position-mobile-bottom .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){left:auto;bottom:-50px}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-mobile-size-large .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){bottom:-60px}.mystickyelements-fixed.mystickyelements-position-mobile-top .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){left:auto;top:-50px}.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-mobile-size-large .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){top:-60px}.mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-fixed.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-mobile-top{border-radius:0;line-height:45px}.mystickyelements-fixed.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-fixed.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-mobile-top{line-height:35px}.mystickyelements-mobile-size-small.mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-mobile-size-small.mystickyelements-fixed.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-mobile-top{line-height:38px}.mystickyelements-mobile-size-large.mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-mobile-size-large.mystickyelements-fixed.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-mobile-top{line-height:50px}.mystickyelements-position-mobile-bottom{left:0;right:0;bottom:0;height:45px;top:auto;display:block;text-align:center;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.mystickyelements-position-mobile-top{left:0;right:0;top:0;height:45px;bottom:auto;display:block;text-align:center;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.mystickyelements-position-mobile-bottom.mystickyelements-entry-effect-slide-in{left:0;bottom:-90px;right:0}.mystickyelements-position-mobile-bottom.mystickyelements-entry-effect-slide-in.entry-effect{bottom:0;top:auto}.mystickyelements-position-mobile-top.mystickyelements-entry-effect-slide-in{left:0;top:-90px;right:0}.mystickyelements-position-mobile-top.mystickyelements-entry-effect-slide-in.entry-effect{top:0;bottom:auto}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top{height:38px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top{height:50px}.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-custom-html-main.elements-active .mystickyelements-custom-html,.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-custom-html-main.elements-active .mystickyelements-custom-html,.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-custom-html-main:hover .mystickyelements-custom-html,.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-custom-html-main:hover .mystickyelements-custom-html{-webkit-transform:rotateY(0) translateY(0);-moz-transform:rotateY(0) translateY(0);transform:rotateY(0) translateY(0)}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon{-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;transform-origin:0 0 0;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);box-shadow:unset}.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon{font-size:13px;padding:5px;line-height:1.2}.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-contact-form,.mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-contact-form{padding-top:0;padding-bottom:0}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i{margin-left:0;margin-right:0;display:block;font-size:20px}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form[dir=rtl] .mystickyelements-social-icon i,.mystickyelements-position-mobile-top .mystickyelements-contact-form[dir=rtl] .mystickyelements-social-icon i,html[dir=rtl] .mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,html[dir=rtl] .mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i{margin-left:0}.mystickyelements-position-mobile-bottom ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom ul li:last-child .mystickyelements-social-icon,.mystickyelements-position-mobile-top ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-top ul li:last-child .mystickyelements-social-icon{border-radius:0}.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul:after,.mystickyelements-fixed.mystickyelements-position-mobile-top ul:after{content:"";display:block;clear:both}html[dir=rtl] .mystickyelements-position-mobile-bottom ul li,html[dir=rtl] .mystickyelements-position-mobile-top ul li{float:right}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 .mystickyelements-contact-form .mystickyelements-social-icon{padding-top:9px}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .element-contact-form,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-main .mystickyelements-custom-html{top:auto;left:0;bottom:100%;width:100%;right:0;-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:0 100% 0;-moz-transform-origin:0 100% 0;transform-origin:0 100% 0}.mystickyelements-position-mobile-top .mystickyelements-contact-form .element-contact-form{top:100%;left:0;bottom:auto;width:100%;right:0;-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:100% 0 0;-moz-transform-origin:100% 0 0;transform-origin:100% 0 0}.mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-social-text{-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:0 100% 0;-moz-transform-origin:0 100% 0;transform-origin:0 100% 0;border-radius:10px 10px 0 0;left:0;right:auto;bottom:100%;min-width:100%;top:auto;height:auto;padding-top:0;padding-bottom:0}.mystickyelements-fixed.mystickyelements-position-mobile-top span.mystickyelements-social-text{-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:100% 0 0;-moz-transform-origin:100% 0 0;transform-origin:100% 0 0;border-radius:0 0 10px 10px;left:0;right:auto;top:100%;min-width:100%;bottom:auto;height:auto;padding-top:0;padding-bottom:0}.mystickyelements-position-mobile-bottom span.mystickyelements-social-text a,.mystickyelements-position-mobile-bottom span.mystickyelements-social-text.mystickyelements-social-no-link,.mystickyelements-position-mobile-top span.mystickyelements-social-text a,.mystickyelements-position-mobile-top span.mystickyelements-social-text.mystickyelements-social-no-link{padding:10px;white-space:initial}.mystickyelements-position-mobile-top .mystickyelements-custom-html-main .mystickyelements-custom-html{bottom:auto;left:0;top:100%;width:100%;right:0;-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:100% 0 0;-moz-transform-origin:100% 0 0;transform-origin:100% 0 0}.mystickyelements-custom-html-iframe .mystickyelements-custom-html{width:700px}.mystickyelements-position-mobile-left.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:0 25px 25px 0!important}.mystickyelements-position-mobile-right.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:25px 0 0 25px!important}span.mystickyelements-social-icon img{width:18px;height:18px}.mystickyelements-mobile-size-small span.mystickyelements-social-icon img{width:15px;height:15px}.mystickyelements-mobile-size-large span.mystickyelements-social-icon img,.mystickyelements-mobile-size-small.mystickyelements-templates-default span.mystickyelements-social-icon img{width:20px;height:20px}.mystickyelements-mobile-size-medium.mystickyelements-templates-default span.mystickyelements-social-icon img{width:25px;height:25px}.mystickyelements-mobile-size-large.mystickyelements-templates-default span.mystickyelements-social-icon img{width:30px;height:30px}.mystickyelements-position-mobile-left.mystickyelements-templates-triangle span.mystickyelements-social-icon img{margin:auto 0 auto 5px}.mystickyelements-position-mobile-right.mystickyelements-templates-triangle span.mystickyelements-social-icon img{margin:auto 0 auto 15px;left:auto}.mystickyelements-position-mobile-left.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon{border-radius:0 0 10px 10px}.mystickyelements-position-mobile-right.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon{border-radius:10px 10px 0 0}.mystickyelements-fixed.mystickyelements-custom-position-on:not(.mystickyelements-position-mobile-bottom):not(.mystickyelements-position-mobile-top) ul li.mystickyelements-contact-form{position:static}.mystickyelements-custom-position-on:not(.mystickyelements-position-mobile-bottom):not(.mystickyelements-position-mobile-top) .mystickyelements-contact-form .element-contact-form,.mystickyelements-custom-position-on:not(.mystickyelements-position-mobile-bottom):not(.mystickyelements-position-mobile-top) .mystickyelements-minimize+.mystickyelements-contact-form .element-contact-form{top:auto;bottom:0}.mystickyelements-position-mobile-left.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-bottom-right-radius:10px!important}.mystickyelements-position-mobile-left.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-bottom-left-radius:10px!important}.mystickyelements-position-mobile-right.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-top-right-radius:10px!important}.mystickyelements-position-mobile-right.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-top-left-radius:10px!important}}@media only screen and (max-width:991px){.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul li{width:10.77%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul li{width:97%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul li{width:48.5%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul li{width:32.33%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul li{width:24.25%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul li{width:19.4%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul li{width:16.16%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul li{width:13.85%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul li{width:12.12%}.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(11),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(12),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(13){display:none!important}.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-minimize,.mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-minimize{width:3%}.mystickyelements-fixed.mystickyelements-position-mobile-top ul.mystickyno-minimize li:nth-child(10){display:none}.mystickyelements-position-mobile-bottom ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul.mystickyno-minimize li{width:11.11%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul.mystickyno-minimize li{width:100%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul.mystickyno-minimize li{width:50%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul.mystickyno-minimize li{width:33.33%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul.mystickyno-minimize li{width:25%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul.mystickyno-minimize li{width:20%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul.mystickyno-minimize li{width:16.66%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul.mystickyno-minimize li{width:14.28%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul.mystickyno-minimize li{width:12.5%}}@media only screen and (max-width:767px){.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul li{width:23.25%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul li{width:93%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul li{width:46.5%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul li{width:31%}.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(10),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(11),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(12),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(6),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(7),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(8),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(9){display:none!important}.mystickyelements-fixed.mystickyelements-position-mobile-top ul.mystickyno-minimize li:nth-child(5){display:none}.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-minimize,.mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-minimize{width:7%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul.mystickyno-minimize li{width:100%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul.mystickyno-minimize li{width:50%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul.mystickyno-minimize li{width:33.33%}.mystickyelements-position-mobile-bottom ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul.mystickyno-minimize li{width:25%}.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon{font-size:11px;padding:11px 5px 5px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon{font-size:11px}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i{font-size:14px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i{font-size:12px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i{font-size:16px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{padding-top:0}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i,.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i{font-size:18px;line-height:45px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i{font-size:16px;line-height:38px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i{font-size:20px;line-height:50px}.mystickyelements-custom-html-wrap{padding:10px}.element-contact-form,.mystickyelements-custom-html-iframe .mystickyelements-custom-html{width:250px}.mystickyelements-custom-html-wrap>a,.mystickyelements-custom-html-wrap>div,.mystickyelements-custom-html-wrap>footer,.mystickyelements-custom-html-wrap>header,.mystickyelements-custom-html-wrap>input,.mystickyelements-custom-html-wrap>nav,.mystickyelements-custom-html-wrap>p,.mystickyelements-custom-html-wrap>span,.mystickyelements-custom-html-wrap>strong{width:500px}.mystickyelements-custom-html-iframe .mystickyelements-custom-html iframe{width:100%!important}}@media only screen and (max-width:480px){.mystickyelements-custom-html{width:280px;min-width:100%;white-space:normal}.mystickyelements-custom-html-wrap>a,.mystickyelements-custom-html-wrap>div,.mystickyelements-custom-html-wrap>footer,.mystickyelements-custom-html-wrap>header,.mystickyelements-custom-html-wrap>input,.mystickyelements-custom-html-wrap>nav,.mystickyelements-custom-html-wrap>p,.mystickyelements-custom-html-wrap>span,.mystickyelements-custom-html-wrap>strong{width:260px}}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .element-contact-form{overflow:auto}.mystickyelements-fixed ul li .stickyelements-form.stickyelements-form ul{list-style:circle!important;margin-left:12px;margin-top:8px;display:inline-block}.mystickyelements-fixed ul li .stickyelements-form.stickyelements-form ul li{display:list-item!important;color:#000!important;list-style-type:circle;margin:0 0 0 37px;width:auto}.mystickyelements-fixed ol,.mystickyelements-fixed ul .stickyelements-form.stickyelements-form ol{margin-left:12px;margin-top:8px;display:inline-block}.mystickyelements-fixed ul li .stickyelements-form.stickyelements-form ol li{display:list-item!important;color:#000!important;list-style-type:decimal;margin:0 0 0 37px;width:auto;font-size:14px;font-weight:500}.mystickyelements-fixed ol,.mystickyelements-fixed ul .stickyelements-textblock-content ol,.mystickyelements-fixed ul .stickyelements-textblock-content ul{margin-left:12px;margin-top:8px;display:inline-block;padding:0 14px 20px}.mystickyelements-fixed ul li .stickyelements-textblock-content ul li{display:list-item!important;color:#000!important;list-style-type:circle;width:auto;font-size:14px;font-weight:500}.element-contact-form .iti__flag{background-image:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/css/../intl-tel-input-src/build/img/flags.png)}.element-contact-form .iti.iti--allow-dropdown{width:100%;margin-top:15px}.element-contact-form .iti.iti--container{z-index:99999999999;font-size:12px}.element-contact-form form#stickyelements-form input.tel_formate{padding-left:60px}.element-contact-form .iti__selected-dial-code{color:#000;font-size:12px}.mystickyelements-fixed .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05);border-top-left-radius:24px;margin-left:0;height:100%;border-bottom-left-radius:20px}.stickyelements-form .iti__selected-flag{border-top-left-radius:18px;border-bottom-left-radius:18px}.element-contact-form .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=text],.iti input[type=tel]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid #fff0;border-right:3px solid #fff0;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgb(0 0 0 / .2);background-color:#fff;border:1px solid #CCC;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #CCC}.iti__country{padding:5px 10px;outline:none}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgb(0 0 0 / .05)}.iti__flag-box,.iti__country-name,.iti__dial-code{vertical-align:middle}.iti__flag-box,.iti__country-name{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=text],.iti--allow-dropdown input[type=tel],.iti--separate-dial-code input,.iti--separate-dial-code input[type=text],.iti--separate-dial-code input[type=tel]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgb(0 0 0 / .05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:#fff0}.iti--separate-dial-code .iti__selected-flag{background-color:rgb(0 0 0 / .05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:99999;padding:1px;font-size:12px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/intl-tel-input-src/build/css/../img/flags.png);background-repeat:no-repeat;background-color:#DBDBDB;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(https://www.limrasoftech.com/wp-content/plugins/mystickyelements/intl-tel-input-src/build/css/../img/flags@2x.png)}}.iti__flag.iti__np{background-color:#fff0}