@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{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)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}.dialog-widget-content{background-color:#fff;position:absolute;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{font-size:12px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-type-lightbox{position:fixed;height:100%;width:100%;top:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dialog-type-lightbox .dialog-widget-content{margin:auto;width:375px}.dialog-type-lightbox .dialog-header{font-size:15px;color:#495157;padding:30px 0 10px;font-weight:500}.dialog-type-lightbox .dialog-message{padding:0 30px 30px;min-height:50px}.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper{border-top:1px solid #e6e9ec;text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button{font-family:Roboto;width:50%;border:none;background:none;font-size:15px;cursor:pointer;padding:13px 0;outline:0}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:first-child{color:#6d7882}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover{background-color:#f4f6f7}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok{color:#b01b1b}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over{color:#39b54a}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active{background-color:rgba(230,233,236,.5)}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner{border:0}.dialog-close-button{cursor:pointer;position:absolute;top:30px;right:30px;font-size:15px;line-height:1}.dialog-close-button:not(:hover){opacity:.4}.dialog-alert-widget .dialog-buttons-wrapper>button{width:100%}.dialog-confirm-widget .dialog-button:first-child{border-right:1px solid #e6e9ec}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}@media (max-width:767px){.dialog-close-button{top:15px;right:15px}body.admin-bar .dialog-close-button{top:40px}}.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio{padding-bottom:42.8571%}.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio{padding-bottom:56.25%}.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio{padding-bottom:75%}.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio{padding-bottom:66.6666%}.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio{padding-bottom:100%}.elementor-fit-aspect-ratio{position:relative;height:0}.elementor-fit-aspect-ratio iframe{position:absolute;top:0;left:0;height:100%;width:100%;border:0;background-color:#000}.elementor-fit-aspect-ratio video{width:100%}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-templates-modal .dialog-widget-content{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;background-color:#f1f3f5;width:100%}@media (max-width:1439px){.elementor-templates-modal .dialog-widget-content{max-width:990px}}@media (min-width:1440px){.elementor-templates-modal .dialog-widget-content{max-width:1200px}}.elementor-templates-modal .dialog-header{padding:0;background-color:#fff;-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);box-shadow:0 0 8px rgba(0,0,0,.1);position:relative;z-index:1}.elementor-templates-modal .dialog-buttons-wrapper{display:none}.elementor-templates-modal .dialog-message{height:750px;max-height:85vh;overflow:auto;padding-top:25px}.elementor-templates-modal .dialog-content{height:100%}.elementor-templates-modal .dialog-loading{display:none}.elementor-templates-modal__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:50px}.elementor-templates-modal__header__logo{line-height:1;text-transform:uppercase;font-weight:700;cursor:pointer}.elementor-templates-modal__header__logo-area{text-align:left;padding-left:15px}.elementor-templates-modal__header__logo-area>*{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-templates-modal__header__logo__icon-wrapper{padding:4px 7px 6px;background-image:-webkit-linear-gradient(225deg,#f2295b,#434363);background-image:-o-linear-gradient(225deg,#f2295b,#434363);background-image:linear-gradient(-135deg,#f2295b,#434363);-webkit-border-radius:2px;border-radius:2px;margin-right:10px}.elementor-templates-modal__header__logo__title{padding-top:2px}.elementor-templates-modal__header__logo i{color:#fff;font-size:10px}.elementor-templates-modal__header__items-area{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-templates-modal__header__item{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:content-box;box-sizing:content-box}.elementor-templates-modal__header__item>i{font-size:20px;-webkit-transition:color .5s;-o-transition:color .5s;transition:color .5s;cursor:pointer}.elementor-templates-modal__header__item>i:not(:hover){color:#a4afb7}.elementor-templates-modal__header__close--normal{width:45px;border-left:1px solid #e6e9ec}.elementor-templates-modal__header__close--normal i{font-size:18px}.elementor-templates-modal__header__close--skip{padding:10px;padding-left:20px;margin-right:10px;color:#fff;background-color:#a4afb7;font-size:11px;font-weight:400;line-height:1;text-transform:uppercase;-webkit-border-radius:2px;border-radius:2px;cursor:pointer}.elementor-templates-modal__header__close--skip>i{font-size:inherit;padding-left:10px;margin-left:15px;border-left:1px solid}.elementor-templates-modal__header__close--skip>i:not(:hover){color:#fff}.elementor-hidden{display:none}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.elementor{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0}.elementor .elementor-background-video-container{-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.elementor .elementor-background-video{position:absolute;max-width:none;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{height:100%;width:100%;top:0;left:0;position:absolute}.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;opacity:.8;text-shadow:1px 0 6px rgba(0,0,0,.3);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:FontAwesome;-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.elementor-custom-embed-play.elementor-playing i:before{content:"\f1ce"}.elementor-swiper-button{position:absolute;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93%,.9);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-tag{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e801";font-family:eicons;top:3px;font-size:18px}#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before{content:"\f348";top:2px}.elementor-section{position:relative}.elementor-section .elementor-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto;position:relative}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.elementor-row{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width:1024px){.elementor-row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-column-wrap{width:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-wrap{position:relative;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid .elementor-grid-item{word-break:break-word;min-width:0}.elementor-grid-0 .elementor-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr);display:grid}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr);display:grid}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr);display:grid}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr);display:grid}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr);display:grid}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr);display:grid}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr);display:grid}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr);display:grid}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr);display:grid}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr);display:grid}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr);display:grid}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr);display:grid}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr);display:grid}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr);display:grid}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr);display:grid}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr);display:grid}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr);display:grid}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr);display:grid}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr);display:grid}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr);display:grid}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr);display:grid}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr);display:grid}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr);display:grid}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr);display:grid}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr);display:grid}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr);display:grid}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr);display:grid}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr);display:grid}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr);display:grid}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr);display:grid}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr);display:grid}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr);display:grid}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr);display:grid}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr);display:grid}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr);display:grid}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr);display:grid}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:768px) and (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.elementor-form-fields-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>textarea{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-field-group.elementor-field-type-submit{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #818a91;background-color:transparent;color:#373a3c;vertical-align:middle;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-webkit-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\f0d7";font-family:FontAwesome;font-size:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;pointer-events:none}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-right:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-left:.2em}.elementor-field-textual{line-height:1.4}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;-webkit-border-radius:2px;border-radius:2px}.elementor-field-textual.elementor-size-sm{font-size:15px;min-height:40px;padding:5px 14px;-webkit-border-radius:3px;border-radius:3px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;-webkit-border-radius:4px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;-webkit-border-radius:5px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;-webkit-border-radius:6px;border-radius:6px}.elementor-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:1024px){.elementor-tablet-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-tablet-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-tablet-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-tablet-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (max-width:767px){.elementor-mobile-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-mobile-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-mobile-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-mobile-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\f00c";display:inline-block;font-family:fontawesome;font-weight:400;font-style:normal;vertical-align:middle;margin-right:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\f00d"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:0 none}.elementor-form .elementor-button>span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-form .elementor-button .elementor-align-icon-right{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.elementor-form .elementor-button .elementor-align-icon-left{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{-webkit-transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;-o-transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s}.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:left}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:10px;top:10px;padding:3px;font-size:20px;line-height:1;background:transparent;color:inherit;border:none;cursor:pointer}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert.elementor-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-tab-title a{color:inherit}.elementor-button{display:inline-block;line-height:1;background-color:#818a91;color:#fff;text-align:center;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;-webkit-border-radius:2px;border-radius:2px}.elementor-button.elementor-size-sm{font-size:15px;padding:12px 24px;-webkit-border-radius:3px;border-radius:3px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;-webkit-border-radius:4px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;-webkit-border-radius:5px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;-webkit-border-radius:6px;border-radius:6px}.elementor-button .elementor-align-icon-right{float:right;margin-left:5px}.elementor-button .elementor-align-icon-left{float:left;margin-right:5px}.elementor-button .elementor-button-text{display:inline-block}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;color:#222;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;color:#666;line-height:2.5}.elementor-widget-divider .elementor-divider{line-height:0;font-size:0}.elementor-widget-divider .elementor-divider-separator{display:inline-block}.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}.elementor-widget-google_maps iframe{height:300px}.elementor-widget-heading .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title>a{color:inherit;font-size:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-icon{display:inline-block;line-height:1;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;color:#818a91;font-size:50px;text-align:center}.elementor-icon:hover{color:#818a91}.elementor-icon i{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#818a91;color:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#818a91;border:3px solid #818a91;background-color:transparent}.elementor-shape-circle .elementor-icon{-webkit-border-radius:50%;border-radius:50%}@media (min-width:768px){.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img{margin:auto}.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-icon-box .elementor-icon-box-icon{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-icon-box .elementor-icon-box-wrapper{text-align:center}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget .elementor-icon-list-item a{width:100%}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-widget-image{text-align:center}.elementor-widget-image .elementor-image>a,.elementor-widget-image .elementor-image figure>a{display:inline-block}.elementor-widget-image .elementor-image>a img[src$=".svg"],.elementor-widget-image .elementor-image figure>a img[src$=".svg"]{width:48px}.elementor-widget-image .elementor-image img{vertical-align:middle;display:inline-block}.elementor-widget-image .elementor-image.elementor-image-shape-circle{-webkit-border-radius:50%;border-radius:50%}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}.elementor-image-carousel-wrapper .slick-image-stretch .slick-slide .slick-slide-image{width:100%}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .swiper-slide figure img{width:100%}body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:30px;line-height:30px;-webkit-border-radius:2px;border-radius:2px}.elementor-progress-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:100%;-webkit-border-radius:2px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-wrapper{height:25px;line-height:25px}.elementor-progress-text{padding-left:10px}}.elementor-social-icons-wrapper{font-size:0}.elementor-social-icon{font-size:25px;text-align:center;padding:.5em;margin-right:5px;cursor:pointer}.elementor-social-icon i{color:#fff}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#df2029}.elementor-social-icon-weixin{background-color:#7bb32e}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}.elementor-star-rating{color:#ccd6df;font-family:FontAwesome;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:"\f005";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-star-rating__title{margin-right:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-right:auto}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"\002605"}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-right-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-right-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px none #d4d4d4}.elementor-widget-tabs .elementor-tabs{text-align:left}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:none}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d4d4d4}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:"";position:absolute}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid;border-bottom-style:none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;border-style:solid;border-left-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:solid;border-top-style:none}.elementor-tabs .elementor-tab-mobile-title{display:none}}.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;color:inherit}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;color:inherit}.elementor-testimonial-wrapper.elementor-testimonial-text-align-left{text-align:left}.elementor-testimonial-wrapper.elementor-testimonial-text-align-right{text-align:right}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;-webkit-border-radius:50%;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.elementor-widget-video .elementor-widget-container{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-background-size:cover;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-widget-video .elementor-video{-o-object-fit:cover;object-fit:cover}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}.elementor-slick-slider[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 transparent}.slick-arrow.slick-hidden{display:none}.elementor-slick-slider .slick-loading .slick-list{background:#fff}.elementor-slick-slider .slick-loading .slick-list:after{content:"\f1ce";font-family:FontAwesome;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;font-size:25px;color:#a4afb7}.elementor-slick-slider .slick-next,.elementor-slick-slider .slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;padding:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus,.elementor-slick-slider .slick-next:hover,.elementor-slick-slider .slick-prev:focus,.elementor-slick-slider .slick-prev:hover{color:transparent;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus:before,.elementor-slick-slider .slick-next:hover:before,.elementor-slick-slider .slick-prev:focus:before,.elementor-slick-slider .slick-prev:hover:before{opacity:1}.elementor-slick-slider .slick-next.slick-disabled:before,.elementor-slick-slider .slick-prev.slick-disabled:before{opacity:.25}.elementor-slick-slider .slick-next:before,.elementor-slick-slider .slick-prev:before{font-family:FontAwesome;font-size:35px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider .slick-prev{left:-25px}[dir=rtl] .elementor-slick-slider .slick-prev{left:auto;right:-25px}.elementor-slick-slider .slick-prev:before{content:"\f104"}[dir=rtl] .elementor-slick-slider .slick-prev:before{content:"\f105"}.elementor-slick-slider .slick-next{right:-25px}[dir=rtl] .elementor-slick-slider .slick-next{left:-25px;right:auto}.elementor-slick-slider .slick-next:before{content:"\f105"}[dir=rtl] .elementor-slick-slider .slick-next:before{content:"\f104"}.elementor-slick-slider .slick-dotted.slick-slider{margin-bottom:30px}.elementor-slick-slider ul.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.elementor-slick-slider ul.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0;padding:0;cursor:pointer}.elementor-slick-slider ul.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.elementor-slick-slider ul.slick-dots li button:focus,.elementor-slick-slider ul.slick-dots li button:hover{outline:none}.elementor-slick-slider ul.slick-dots li button:focus:before,.elementor-slick-slider ul.slick-dots li button:hover:before{opacity:1}.elementor-slick-slider ul.slick-dots li button:before{font-family:FontAwesome;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\f111";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider ul.slick-dots li.slick-active button:before{opacity:.75;color:#000}.elementor-slick-slider .slick-arrows-inside .slick-prev{left:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev{left:auto;right:20px}.elementor-slick-slider .slick-arrows-inside .slick-next{right:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next{left:20px;right:auto}.elementor-slick-slider .slick-dots-inside .slick-dots{bottom:5px}.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider{margin-bottom:0}.elementor-slick-slider .slick-slider .slick-next,.elementor-slick-slider .slick-slider .slick-prev{z-index:1}.elementor-slick-slider .slick-slide img{margin:auto}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-webkit-background-size:27px 44px;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;-webkit-border-radius:50%;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{-webkit-border-radius:10px;border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);-webkit-border-radius:10px;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;-webkit-background-size:100% 100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;-webkit-box-shadow:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{-webkit-animation-duration:.4s;animation-duration:.4s}.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio){height:100%}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:25px;padding:5px;z-index:2;line-height:1}@media (max-width:767px){.elementor-lightbox .dialog-lightbox-close-button{padding:0}}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:hsla(0,0%,93%,.9);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:#fff}.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:70px 80px;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:40px}}.elementor-lightbox .elementor-lightbox-image{max-height:100%}.elementor-lightbox .elementor-video-container{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}@media (min-width:1025px){.elementor-lightbox .elementor-video-container{width:75%}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container{width:100%}}.elementor-lightbox .elementor-swiper-button-prev{left:35px}.elementor-lightbox .elementor-swiper-button-next{right:35px}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button-prev{left:10px}.elementor-lightbox .elementor-swiper-button-next{right:10px}}.animated{-webkit-animation-duration:1.25s;animation-duration:1.25s}.animated.animated-slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.animated-fast{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-bottom{bottom:-1px}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#55595c;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;-webkit-border-radius:3px;border-radius:3px}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{-webkit-transition:none;-o-transition:none;transition:none}#elementor .elementor-element ul.elementor-icon-list-items,#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}@media (max-width:767px){.elementor:not(.elementor-edit-area-active) .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor:not(.elementor-edit-area-active) .elementor-hidden-tablet{display:none}}@media (min-width:1025px){.elementor:not(.elementor-edit-area-active) .elementor-hidden-desktop{display:none}}.elementor-widget-heading.elementor-widget-heading .elementor-heading-title{color:#6ec1e4;}.elementor-widget-heading .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-image .widget-image-caption{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-text-editor{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#6ec1e4;}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:#6ec1e4;border-color:#6ec1e4;}.elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button{font-family:"Roboto", Sans-serif;font-weight:500;background-color:#61ce70;}.elementor-widget-divider .elementor-divider-separator{border-top-color:#7a7a7a;}.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:#6ec1e4;}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:#6ec1e4;border-color:#6ec1e4;}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:#6ec1e4;}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{color:#6ec1e4;border-color:#6ec1e4;}.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-star-rating .elementor-star-rating__title{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-image-carousel .elementor-image-carousel-caption{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:#7a7a7a;}.elementor-widget-icon-list .elementor-icon-list-icon i{color:#6ec1e4;}.elementor-widget-icon-list .elementor-icon-list-text{color:#54595f;}.elementor-widget-icon-list .elementor-icon-list-item{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-counter .elementor-counter-number-wrapper{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-counter .elementor-counter-title{color:#54595f;font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:#6ec1e4;}.elementor-widget-progress .elementor-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-testimonial .elementor-testimonial-content{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-testimonial .elementor-testimonial-name{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-testimonial .elementor-testimonial-job{color:#54595f;font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-tabs .elementor-tab-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-tabs .elementor-tab-title.elementor-active{color:#61ce70;}.elementor-widget-tabs .elementor-tab-content{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-accordion .elementor-accordion .elementor-tab-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active{color:#61ce70;}.elementor-widget-accordion .elementor-accordion .elementor-tab-content{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-toggle .elementor-toggle .elementor-tab-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-toggle .elementor-toggle .elementor-tab-title.elementor-active{color:#61ce70;}.elementor-widget-toggle .elementor-toggle .elementor-tab-content{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-alert .elementor-alert-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-alert .elementor-alert-description{font-family:"Roboto", Sans-serif;font-weight:400;}.woocommerce table{display:table;visibility:visible}
.woocommerce table th{font-size:100%}
.woocommerce-demo-store{margin-top:45px}
.woocommerce-demo-store p.demo_store{height:19px} .woocommerce a.button,
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button{padding:11px 20px;font-weight:400;line-height:inherit}
.woocommerce a.checkout-button{line-height:1}
.woocommerce button.single_add_to_cart_button{padding:9px 20px}
.woocommerce-page a.button_js{padding:0!important}
.button-default.woocommerce-page a.button,
.button-default.woocommerce-page #respond input#submit,
.button-default.woocommerce-page button.button,
.button-default.woocommerce-page input.button{border-radius:5px}
.button-flat.woocommerce-page a.button,
.button-flat.woocommerce-page #respond input#submit,
.button-flat.woocommerce-page button.button,
.button-flat.woocommerce-page input.button{border-radius:0}
.button-stroke.woocommerce-page a.button:not(.action_button),
.button-stroke.woocommerce-page #respond input#submit,
.button-stroke.woocommerce-page button.button,
.button-stroke.woocommerce-page input.button{padding:9px 20px;}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover{padding:9px 20px;background-color:#bbb;color:#fff}
.woocommerce table.cart a.remove{color:#fff !important;padding:0}
.woocommerce table.cart a.remove span{padding:8px 17px;} .shop-filters{margin-bottom:20px;padding:15px;background-image:url(//lojasgriffin.com/wp-content/themes/betheme/images/stripes/stripes_5_b.png);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
.shop-filters .woocommerce-result-count{margin:12px 0 0}
.shop-filters .woocommerce-ordering{margin-bottom:0;z-index:1!important}
.shop-filters .woocommerce-ordering select{margin-bottom:0} .woocommerce ul.products li.product{width:31.3%!important;margin:0 1% 20px!important;clear:none}
.woocommerce ul.products li.product:nth-child(3n+1){clear:both} .woocommerce ul.products.col-4 li.product{width:23%!important}
.woocommerce ul.products.col-4 li.product:nth-child(3n+1){clear:none}
.woocommerce ul.products.col-4 li.product:nth-child(4n+1){clear:both} .woocommerce ul.products.list li.product{width:100%!important;margin:0 0 20px!important}
.woocommerce ul.products.list li.product > a:not(.button),.woocommerce ul.products.list li.product > div{display:block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.woocommerce ul.products.list li.product > a:not(.button),.woocommerce ul.products.list li.product > .hover_box,.woocommerce ul.products.list li.product .image_frame{width:33%}
.woocommerce ul.products.list li.product .desc{width:67%;position:relative}
.woocommerce ul.products.list li.product .desc h4{padding-right:70px}
.woocommerce ul.products.list li.product .desc .star-rating{position:absolute;top:15px;right:15px}
.woocommerce ul.products.list li.product a.button{float:right}
.woocommerce ul.products.list li.product a.button:after{content:""!important;margin-left:0!important} .woocommerce.columns-1 ul.products li.product{width:98%!important}
.woocommerce.columns-2 ul.products li.product{width:48%!important}
.woocommerce.columns-2 ul.products li.product:nth-child(3n+1){clear:none}
.woocommerce.columns-2 ul.products li.product:nth-child(2n+1){clear:both}
.woocommerce.columns-4 ul.products li.product{width:23%!important}
.woocommerce.columns-4 ul.products li.product:nth-child(3n+1){clear:none}
.woocommerce.columns-4 ul.products li.product:nth-child(4n+1){clear:both}
.woocommerce.columns-5 ul.products li.product{width:18%!important}
.woocommerce.columns-5 ul.products li.product:nth-child(3n+1){clear:none}
.woocommerce.columns-5 ul.products li.product:nth-child(5n+1){clear:both} .woocommerce.columns-0 ul.products li.product{width:100%!important;margin:0 0 20px!important}
.woocommerce.columns-0 ul.products li.product > a:not(.button),.woocommerce.columns-0 ul.products li.product > div{display:block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.woocommerce.columns-0 ul.products li.product > a:not(.button),.woocommerce.columns-0 ul.products li.product > .hover_box,.woocommerce.columns-0 ul.products li.product .image_frame{width:33%}
.woocommerce.columns-0 ul.products li.product .desc{width:67%;position:relative}
.woocommerce.columns-0 ul.products li.product .desc h4{padding-right:70px}
.woocommerce.columns-0 ul.products li.product .desc .star-rating{position:absolute;top:15px;right:15px}
.woocommerce.columns-0 ul.products li.product a.button{float:right}
.woocommerce.columns-0 ul.products li.product a.button:after{content:""!important;margin-left:0!important} .woocommerce ul.products li.product .image_frame{position:relative}
.woocommerce ul.products li.product.outofstock .image_frame .image_wrapper img{filter:alpha(opacity=350);opacity:.3}
.woocommerce ul.products li.product .star-rating{font-size:12px}
.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h4{margin-bottom:5px}
.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{font-size:18px;margin-bottom:0}
.woocommerce ul.products li.product .excerpt,.woocommerce-page ul.products li.product .excerpt{margin-top:15px}
.woocommerce ul.products li.product .excerpt p:last-child,.woocommerce-page ul.products li.product .excerpt p:last-child{margin-bottom:0}
.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img,.woocommerce ul.products li.product a:hover img,.woocommerce-page ul.products li.product a:hover img{-webkit-box-shadow:0 0 0;box-shadow:0 0 0;margin:0}
.woocommerce a.button.added:before{right:13px;top:15px}
.woocommerce ul.products li.product a.added_to_cart{display:none}
.woocommerce ul.products li.product .desc{background:#fff;padding:15px 20px}
.woocommerce ul.products li.product .product-loading-icon{filter:alpha(opacity=0);opacity:0;width:50px;height:50px;position:absolute;left:50%;top:50%;background-color:#fff;margin:-25px 0 0 -25px;-webkit-border-radius:100%;border-radius:100%;z-index:3}
.woocommerce ul.products li.product .product-loading-icon:before{font-family:"mfn-icons";font-style:normal;font-weight:400;speak:none;display:block;text-decoration:none!important;width:20px;height:20px;line-height:20px;font-size:20px;text-align:center;font-variant:normal;text-transform:none;line-height:1em;position:absolute;left:50%;top:50%;margin:-10px 0 0 -10px;content:'\e812';color:#444}
.woocommerce ul.products li.product.adding-to-cart .product-loading-icon{background-image:url(//lojasgriffin.com/wp-content/themes/betheme/images/shop-loader.gif);background-position:center center;background-repeat:no-repeat;filter:alpha(opacity=100);opacity:1}
.woocommerce ul.products li.product.adding-to-cart .product-loading-icon:before{display:none}
.woocommerce ul.products li:hover.product.added-to-cart .product-loading-icon{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;filter:alpha(opacity=100);opacity:1}
.if-overlay .added-to-cart .added-cart{display:none} .woocommerce span.onsale{height:0;min-height:0;width:0;min-width:0;font-size:18px;line-height:18px;text-align:center;position:absolute;left:0!important;right:auto;top:0!important;margin:0!important;border-style:solid;border-width:70px 70px 0 0;border-color:transparent;padding:0;text-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;border-radius:0;z-index:2;background:none}
.woocommerce span.onsale i{position:absolute;left:8px;top:-60px;color:rgba(0,0,0,.5)} .woocommerce span.soldout{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);} .hover_box_product:hover .hover_box_wrapper .visible_photo, .hover_box_product.hover .hover_box_wrapper .visible_photo{opacity:1!important} .woocommerce .product .post-nav{float:none}
.woocommerce .product .product_wrapper{padding-left:105px;position:relative}
.woocommerce .product .product_wrapper .share_wrapper{position:absolute;left:0;top:0}
.woocommerce .product div.entry-summary h1.product_title{font-size:35px;line-height:40px;margin-bottom:15px;padding-bottom:15px;position:relative}
.woocommerce .product div.entry-summary h1.product_title:after{content:"";display:block;width:20%;height:0;border-width:0 0 1px;border-style:solid;position:absolute;left:0;bottom:0}
.woocommerce .product div.entry-summary .woocommerce-product-rating .woocommerce-review-link{display:none}
.woocommerce .product div.entry-summary .cart{margin-bottom:15px!important}
.woocommerce .product div.entry-summary .cart .button{margin-bottom:0!important}
.woocommerce .product div.entry-summary .product_meta{margin:0 0 15px!important}
.woocommerce .product div.entry-summary .ui-tabs .ui-tabs-nav li a{padding:14px 20px!important}
.woocommerce .product div.entry-summary .accordion #reviews #comments h2{font-size:21px;line-height:25px}
.woocommerce .product div.entry-summary .accordion #reviews .comment-form-rating{display:block;clear:both}
.woocommerce .product div.entry-summary .accordion p.stars a{margin-right:10px}
.woocommerce .product div.entry-summary .accordion table.shop_attributes{margin:0;}
.woocommerce .product div.entry-summary .woocommerce-product-rating{float:right;margin:1px 0 15px 10px}
.woocommerce .product div.entry-summary .price{float:none;font-size:30px;line-height:30px}
.woocommerce .product div.entry-summary .price > ins{text-decoration:none}
.woocommerce .product div.entry-summary .price > del{float:right;font-size:.5em;margin-left:10px;}
.woocommerce .product div.entry-summary div[itemprop="offers"]{margin-bottom:35px}
.woocommerce .product div.entry-summary > p.price{margin-bottom:35px}
.woocommerce .product .product_wrapper .product_image_wrapper{position:relative}
.woocommerce .product .product_wrapper .product_image_wrapper .images{width:100%;margin:0}
.woocommerce .product .product_wrapper .product_image_wrapper .images .woocommerce-main-image{margin-bottom:1em}
.woocommerce .product .product_wrapper .product_image_wrapper .image_frame{position:relative;float:left}
.woocommerce .product .product_wrapper .product_image_wrapper .image_frame .woocommerce-main-image{margin-bottom:0}
.woocommerce .product .product_wrapper .product_image_wrapper .thumbnails{float:left;width:100%}
.woocommerce .product .product_wrapper .product_image_wrapper .thumbnails .image_frame{display:block;float:left;width:32%;margin-right:2%;margin-bottom:10px}
.woocommerce .product .product_wrapper .product_image_wrapper .thumbnails .image_frame:nth-child(3n){margin-right:0}
.woocommerce .product .product_wrapper .product_image_wrapper .thumbnails .image_frame a{float:none;margin:0;width:auto}
.woocommerce .product .product_wrapper .onsale{top:0!important;left:0!important;z-index:3}
.woocommerce .no-share.product .product_wrapper{padding-left:0} .woocommerce .product.modern .product_wrapper {padding-left:0;}
.woocommerce .product.modern .product_wrapper .product_image_wrapper{width:98%;margin-bottom:20px}
.woocommerce .product.modern .product_wrapper .product_image_wrapper .thumbnails .image_frame{width:19%;margin-right:1.25%}
.woocommerce .product.modern .product_wrapper .product_image_wrapper .thumbnails .image_frame:nth-child(5n){margin-right:0}
.woocommerce .product.modern .product_wrapper .summary{width:98%;}
.woocommerce .product.modern .product_wrapper .summary .product_title{width:50%;margin-right:4%;float:left;}
.woocommerce .product.modern .product_wrapper .summary .woocommerce-product-rating{width:50%;margin:0 4% 40px 0;float:left;}
.woocommerce .product.modern .product_wrapper .summary .star-rating{font-size:1.5em;}
.woocommerce .product.modern .product_wrapper .summary div[itemprop="offers"]{width:46%;float:right;}
.woocommerce .product.modern .product_wrapper .summary .price{float:right;}
.woocommerce .product.modern .product_wrapper .summary div[itemprop="description"]{width:50%;margin:0 4% 20px 0;float:left;}
.woocommerce .product.modern .product_wrapper .summary .woocommerce-product-details__short-description{float:left}
.woocommerce .product.modern .product_wrapper .summary p.stock {float:right;font-size:1em;max-width:46%;}
.woocommerce .product.modern .product_wrapper .summary .cart{max-width:46%;float:right;}
.woocommerce .product.modern .product_wrapper .summary .cart .button{float:right;}
.woocommerce .product.modern .product_wrapper .summary .variations{background:none}
.woocommerce .product.modern .product_wrapper .summary .variations tr td {background:none;text-align:right;}
.woocommerce .product.modern .product_wrapper .summary .variations select {width:100%;margin:0;}
.woocommerce .product.modern .product_wrapper .summary .variations_button {float:right;}
.woocommerce .product.modern .product_wrapper .summary .single_variation {float:left;}
.woocommerce .product.modern .product_wrapper .summary .product_meta{float:left;width:100%;text-align:right;margin-bottom:25px!important;}
.woocommerce .product.modern .product_wrapper .summary .tabs_wrapper{float:left;width:100%}
.woocommerce .product.modern .product_wrapper .share_wrapper{float:left;position:static;width:100%;padding:10px 10px 15px;box-sizing:border-box;background:none;border-width:1px 0 0;text-align:left;}
.woocommerce .product.modern .product_wrapper .share_wrapper .stButton{margin:0 10px 0 0}
@media only screen and (min-width: 768px){
.woocommerce .product.modern .product_wrapper .summary .woocommerce-product-details__short-description{width:50%;margin:0 4% 20px 0}
}
@media only screen and (min-width: 768px) and (max-width: 959px){	
.woocommerce .product.modern .product_wrapper .summary .single_variation{float:right;}
}
@media only screen and (max-width: 767px){	
.woocommerce .product.modern .product_wrapper .product_image_wrapper .thumbnails .image_frame{width:32%;margin-right:2%}
.woocommerce .product.modern .product_wrapper .product_image_wrapper .thumbnails .image_frame:nth-child(5n){margin-right:2%}
.woocommerce .product.modern .product_wrapper .product_image_wrapper .thumbnails .image_frame:nth-child(3n){margin-right:0}
.woocommerce .product.modern .product_wrapper .summary .product_title,
.woocommerce .product.modern .product_wrapper .summary .woocommerce-product-rating,
.woocommerce .product.modern .product_wrapper .summary div[itemprop="offers"],
.woocommerce .product.modern .product_wrapper .summary div[itemprop="description"]{width:100%;}
.woocommerce .product.modern .product_wrapper .summary p.stock,
.woocommerce .product.modern .product_wrapper .summary .cart{max-width:300px;}
} .woocommerce .variations_form .variations{background:rgba(0,0,0,.01);padding:10px}
.woocommerce .variations_form .variations td{border:0}
.woocommerce .variations_form .variations td.label label{padding-top:8px}
.woocommerce .variations_form .variations td.value select{margin-bottom:0!important}
.woocommerce .variations_form .variations td.value .reset_variations{color:inherit}
.woocommerce .product_meta{margin-top:15px}
.single_variation{margin-bottom:15px}
.single_variation .price{font-size:25px!important;margin-right:10px;padding-top:6px} .woocommerce .product .related.products,.woocommerce .product .upsells.products{clear:both;border-top-width:1px;border-style:solid;padding-top:15px;margin-top:30px}
.woocommerce .product .related.products h2,.woocommerce .product .upsells.products h2{font-size:21px;line-height:25px}
.woocommerce .product .related.products ul,.woocommerce .product .upsells.products ul{margin-bottom:0} .woocommerce div.product div.images img,.woocommerce-page div.product div.images img,.woocommerce #content div.product div.images img,.woocommerce-page #content div.product div.images img{-webkit-box-shadow:0 0 0;box-shadow:0 0 0} .woocommerce .shop_table th,.woocommerce .shop_table td{padding:10px!important;border:none}
.woocommerce .shop_table .product-thumbnail{width:140px}
.woocommerce .shop_table .product-thumbnail a{display:block;line-height:0}
.woocommerce .shop_table .product-thumbnail a img{width:100px}
.woocommerce .shop_table .product-name{text-align:left}
.woocommerce .shop_table .product-name a{font-size:14px;font-weight:700}
.woocommerce .shop_table .product-name .variation{margin:0!important;padding:0!important;border-left:0!important;display:block;overflow:hidden}
.woocommerce .shop_table .product-name .variation > dt,.woocommerce .shop_table .product-name .variation > dd{border-width:0;padding:2px 0;margin:0}
.woocommerce .shop_table .product-name .variation > dt{width:auto;font-weight:400;clear:none;margin-right:5px}
.woocommerce .shop_table .product-name .variation > dd{margin-right:7px}
.woocommerce .shop_table .product-remove a.remove{margin:5px 0 0;width:auto;height:auto;display:inline-block;font-size:inherit;line-height:inherit}
.woocommerce .shop_table td.actions{padding:15px!important;background:#fff}
.woocommerce .shop_table td.actions .coupon .input-text{padding:10px!important;width:130px;line-height:21px!important}
.woocommerce .shop_table td.actions input{margin-bottom:0!important}
.woocommerce .shop_table tr:first-child:hover td{background:url(//lojasgriffin.com/wp-content/themes/betheme/images/box_shadow.png) repeat-x left top}
.woocommerce .shop_table td.actions input{line-height:21px!important} .cart-collaterals{margin-bottom:30px}
.cart-collaterals h2{font-size:21px;line-height:25px}
.cart-collaterals .cart_totals{float:left!important;width:48%!important;text-align:left!important}
.cart-collaterals .cart_totals table th,.cart-collaterals .cart_totals table td{padding:10px!important}
.cart-collaterals .shipping_calculator{float:right!important;width:48%!important;text-align:left!important;margin:0}
.cart-collaterals .shipping_calculator .shipping-calculator-button:after{font-size:16px;line-height:16px}
.woocommerce-shipping-calculator p{margin-bottom:0} .woocommerce .quantity input.qty{display:inline-block;height:auto;line-height:22px;min-width:70px}
.woocommerce .quantity input.plus,.woocommerce .quantity input.minus{height:43px;width:43px;padding:0;margin:0;font-weight:400!important;position:relative}
.woocommerce .quantity input.minus{float:left;-webkit-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px}
.woocommerce .quantity input.plus{float:left;-webkit-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0} .woocommerce .related ul.products li.product,.woocommerce .related ul li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce .upsells.products ul li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .related ul li.product,.woocommerce-page .upsells.products ul.products li.product,.woocommerce-page .upsells.products ul li.product{width:30%;margin-right:3%} .woocommerce .alert .wc-forward{float:right}
.woocommerce-message a.button{margin-bottom:0!important}
.woocommerce-error.alert,
.woocommerce-info.alert,
.woocommerce-message.alert{border:none;margin-bottom:30px!important;padding:20px 55px 20px 90px!important} .woocommerce .cart-collaterals .cart_totals tr td,.woocommerce .cart-collaterals .cart_totals tr th,.woocommerce-page .cart-collaterals .cart_totals tr td,.woocommerce-page .cart-collaterals .cart_totals tr th{border-top:1px solid rgba(0,0,0,0.12)!important} .woocommerce #payment,.woocommerce-page #payment{background:none}
.woocommerce .payment_methods li{list-style:none!important}
.woocommerce .payment_methods li label{display:inline-block}
.woocommerce #payment ul.payment_methods li img,.woocommerce-page #payment ul.payment_methods li img{margin-right:10px}
.woocommerce div.product form.cart table td,.woocommerce #content div.product form.cart table td,.woocommerce-page div.product form.cart table td,.woocommerce-page #content div.product form.cart table td{padding-left:10px!important}
.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{width:44px}
h3#ship-to-different-address label{font-weight:400} .woocommerce .widget_shopping_cart .total{border-top:0!important}
.woocommerce ul.cart_list li{border-bottom:1px solid rgba(0,0,0,0.07)}
.woocommerce ul.cart_list li img{-webkit-box-shadow:0 0 0;box-shadow:0 0 0}
.woocommerce td.product-name dl.variation dd,.woocommerce td.product-name dl.variation dt{margin-bottom:0}
.woocommerce table.cart a.remove{width:26px;height:26px;line-height:22px;font-size:19px}
.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li{padding:6px 0}
.woocommerce .widget_shopping_cart .buttons{margin-bottom:0}
.woocommerce .widget_shopping_cart .buttons a{margin-bottom:5px}
.woocommerce .widget_shopping_cart ul.cart_list li.empty{border:0}
.shipping_calculator{margin-top:20px} .woocommerce-account .myaccount_user{margin-bottom:20px;background:rgba(0, 0, 0, 0.02);border-top:1px solid rgba(0, 0, 0, 0.08);clear:both;padding:25px}
.woocommerce-account table.my_account_orders{font-size:inherit}
.woocommerce-account table.my_account_orders .order-actions .button{padding:11px 20px}
.woocommerce-account table.my_account_orders .order-number a{font-weight:700;text-decoration:none;color:#fff;padding:1px 7px;-webkit-border-radius:3px;border-radius:3px;background-image:url(//lojasgriffin.com/wp-content/themes/betheme/images/stripes/stripes_10_w.png);background-color:#444}
.woocommerce-account table.my_account_orders .order-status{text-align:center!important}
.woocommerce-account table.my_account_orders .order-actions{text-align:center}
.woocommerce-account .myaccount_address{margin-bottom:30px}
.woocommerce-account .addresses{margin-bottom:40px}
.woocommerce-account .addresses address{position:relative;background:rgba(0,0,0,0.02);font-size:110%;line-height:160%;padding:15px 15px 15px 80px}
.woocommerce-account .addresses address:before{content:"";width:60px;height:100%;border-width:0 1px 0 0;border-style:solid;border-color:rgba(0,0,0,.1);position:absolute;left:0;top:0;z-index:2}
.woocommerce-account .addresses address:after{font-family:'mfn-icons';width:60px;height:100%;line-height:53px;font-size:25px;position:absolute;text-align:center;background:rgba(0,0,0,.03);position:absolute;left:0;top:0;z-index:1}
.woocommerce-account .addresses .col-1 address:after{content:'\e947'}
.woocommerce-account .addresses .col-2 address:after{content:'\e92d'}  .woocommerce-MyAccount-navigation{margin-bottom:40px}
.woocommerce-MyAccount-navigation ul{margin:0}
.woocommerce-MyAccount-navigation ul li{margin:0;list-style:none;}
.woocommerce-MyAccount-navigation ul li a{background:#ffffff;border:1px solid rgba(0,0,0,0.04);color:#858585;display:block;margin-bottom:5px;padding:7px 10px;text-decoration:none;}
.woocommerce-MyAccount-navigation ul li.is-active a{background:#2991d6;color:#fff;}
.woocommerce-MyAccount-content{margin-bottom:40px}
.woocommerce-MyAccount-content .button{padding:11px 20px!important}
.woocommerce-MyAccount-content mark{background:none;font-weight:bold}
.woocommerce-MyAccount-content address{position:relative;background:rgba(0,0,0,0.02);font-size:110%;line-height:160%;padding:15px 15px 15px 80px}
.woocommerce-MyAccount-content address:before{content:"";width:60px;height:100%;background:rgba(0,0,0,.03);border-right:1px solid rgba(0,0,0,.1);position:absolute;left:0;top:0;z-index:2}
.woocommerce-MyAccount-content .woocommerce-Message{border-radius:5px;margin-bottom:30px;padding:20px 20px 20px 90px!important;position:relative;border:none;}
.woocommerce-MyAccount-content .woocommerce-Message:before{content:'\e865';font-family:"mfn-icons";font-size:30px;color:rgba(0,0,0,.4);
-webkit-border-radius:5px;border-radius:5px;height:60px;left:10px;line-height:60px;position: absolute;text-align:center;top:10px;width:60px}
.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button{margin:0;background:none!important;border:none!important;padding:0!important;
-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent;}
.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button:hover{text-decoration:underline}
.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button:after{display:none;}
.woocommerce-MyAccount-content .woocommerce-Message--info{background:#ffe38b;color:#9b812e}
.woocommerce-MyAccount-content .woocommerce-Message--info:before{background:#fbda72} .woocommerce-order-received address{position:relative;background:rgba(0,0,0,0.02);font-size:110%;line-height:160%;padding:15px 15px 15px 80px;margin-bottom:40px}
.woocommerce-order-received address:before{content:"";width:60px;height:100%;background:rgba(0,0,0,.03);border-right:1px solid rgba(0,0,0,.1);position:absolute;left:0;top:0;z-index:2}
.woocommerce-order-received .woocommerce-thankyou-order-received{margin-bottom:20px;background:rgba(0, 0, 0, 0.02);border-top:1px solid rgba(0, 0, 0, 0.08);clear:both;padding:25px;font-size:120%} .woocommerce-checkout .addresses{margin-bottom:30px}
.woocommerce-checkout .order_details li{list-style:none;margin-bottom:10px} .widget.woocommerce li img{-webkit-box-shadow:0 0 0!important;box-shadow:0 0 0!important} .widget_best_sellers li,.widget_featured_products li,.widget_recent_reviews li,.widget_recent_products li,.widget_recently_viewed_products li,.widget_random_products li,.widget_top_rated_products li,.widget_onsale li{border-bottom:1px solid rgba(0,0,0,0.12)}
.widget_best_sellers li:last-child,.widget_featured_products li:last-child,.widget_recent_reviews li:last-child,.widget_recent_products li:last-child,.widget_recently_viewed_products li:last-child,.widget_random_products li:last-child,.widget_top_rated_products li:last-child,.widget_onsale li:last-child{border-bottom:0} .widget_layered_nav ul li{border-bottom:1px solid rgba(0,0,0,0.12)}
.widget_layered_nav ul li:last-child{border-bottom:0}
.woocommerce .widget_layered_nav ul li small{float:right} .widget_product_categories ul{list-style-type:square;color:#fff;padding:5px 10px 5px 30px}
.widget_product_categories ul li{position:relative}
.widget_product_categories ul > li:after{content:"";display:block;width:70px;border-width:0 0 1px;border-style:solid;border-color:rgba(255,255,255,.2);position:absolute;left:-30px;bottom:0}
.widget_product_categories ul > li:last-child:after{display:none}
.widget_product_categories ul li a{color:#fff!important;display:block;padding:7px 0 7px 3px}
.widget_product_categories ul li ul{padding:0 10px 0 20px;margin-top:-5px} .widget_price_filter .price_slider_wrapper{padding-top:5px}
.widget_price_filter .price_slider_amount{font-size:13px!important}
.widget_price_filter .price_slider_amount .button{font-size:1em!important;margin-bottom:0}
.widget_price_filter .price_slider_wrapper .ui-widget-content{border-color:transparent!important;background:#fff!important}
.widget_price_filter .price_label .from,.widget_price_filter .price_label .to{font-weight:700}
.widget_price_filter .price_label{padding-top:10px}
.widget_price_filter .price_slider{margin-bottom:20px!important}
.widget_price_filter .price_slider_amount{line-height:inherit!important}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{-webkit-box-shadow:0 0 0;box-shadow:0 0 0;background-color:#f4f4f4!important;border-top:none;background-image:url(//lojasgriffin.com/wp-content/themes/betheme/images/stripes/stripes_3_b.png)}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background:#fff!important;border-width:4px;border-style:solid;width:7px;height:7px} .woocommerce .widget_shopping_cart p.total{background-color:#fff;background-image:url(//lojasgriffin.com/wp-content/themes/betheme/images/stripes/stripes_3_b.png);overflow:hidden;padding:10px 12px!important}
.woocommerce .widget_shopping_cart p.total strong{float:left;margin-right:4px}
.woocommerce .widget_shopping_cart p.total .amount{float:left}
.woocommerce .widget_shopping_cart p.total .button_cart{float:right}
.woocommerce .widget_shopping_cart .cart_list li{padding:8px 0}
.woocommerce .widget_shopping_cart ul.product_list_widget li a{font-weight:400}
.woocommerce .widget_shopping_cart ul.product_list_widget li a:hover{text-decoration:none}
.woocommerce .widget_shopping_cart ul.product_list_widget li .wp-post-image{width:65px!important;float:left!important}
.woocommerce .widget_shopping_cart ul.product_list_widget li .desc{margin-left:80px}
.woocommerce .widget_shopping_cart ul.product_list_widget li h6{padding-top:5px;margin-bottom:3px}
.woocommerce .widget_shopping_cart ul.product_list_widget li .quantity{display:block;width:100%}
.woocommerce .widget_shopping_cart ul.product_list_widget li dl{margin:0!important;padding:0!important;border-left:0!important;display:block;overflow:hidden}
.woocommerce .widget_shopping_cart ul.product_list_widget li dl > dt,.woocommerce .widget_shopping_cart ul.product_list_widget li dl > dd{border-width:0;padding:2px 0;margin:0}
.woocommerce .widget_shopping_cart ul.product_list_widget li dl > dt{width:auto;font-weight:400;clear:none;margin-right:5px} .widget_products li{border-bottom-width:1px;border-style:solid}
.widget_products li:last-child{border-bottom:0} .widget_product_search{position:relative}
.widget_product_search .screen-reader-text{display:none}
.widget_product_search form{margin-bottom:5px;position:relative;overflow:hidden}
.widget_product_search form input[type="text"]{width:100%;margin-bottom:0}
.widget_product_search form input[type="submit"]{display:none} .add_to_cart_inline span{position:relative;top:-11px}
.add_to_cart_inline .button{padding:11px 20px!important;margin:0 0 -5px 10px !important} @media only screen and (min-width: 768px) and (max-width: 959px) { .woocommerce ul.products li.product,div.wpb_wrapper .woocommerce ul.products li.product{width:48%!important;margin:0 1% 20px!important}
.woocommerce ul.products.col-4 li.product{width:48%!important}
.woocommerce ul.products li.product{clear:none!important}
.woocommerce ul.products li.product:nth-child(2n+1){clear:both!important} .woocommerce.columns-3 ul.products li.product{width:48%!important}
.woocommerce.columns-3 ul.products li.product:nth-child(2n+1){clear:none}
.woocommerce.columns-3 ul.products li.product:nth-child(3n+1){clear:both}
.woocommerce.columns-4 ul.products li.product{width:48%!important}
.woocommerce.columns-4 ul.products li.product:nth-child(3n+1){clear:none}
.woocommerce.columns-4 ul.products li.product:nth-child(4n+1){clear:both}
.woocommerce.columns-5 ul.products li.product{width:48%!important}
.woocommerce.columns-5 ul.products li.product:nth-child(3n+1){clear:none}
.woocommerce.columns-5 ul.products li.product:nth-child(5n+1){clear:both} .woocommerce div.product div.product_image_wrapper{width:100%!important}
.woocommerce div.product div.summary{width:100%!important;float:none!important} .woocommerce table.cart td.actions input{margin-bottom:8px!important} .widget_shopping_cart ul.product_list_widget li a img{width:45px!important}
.widget_shopping_cart ul.product_list_widget li a .desc{margin-left:60px}
} @media screen and ( max-width: 782px ) {
.admin-bar p.demo_store{top:46px}
} @media only screen and (max-width: 767px) { .woocommerce ul.products li.product,div.wpb_wrapper .woocommerce ul.products li.product{width:48%!important;margin:0 1% 20px!important}
.woocommerce ul.products.col-4 li.product{width:48%!important}
.woocommerce ul.products li.product{clear:none!important}
.woocommerce ul.products li.product:nth-child(2n+1){clear:both!important} .woocommerce ul.products.list li.product > a:not(.button),.woocommerce ul.products.list li.product > .hover_box,.woocommerce ul.products.list li.product .image_frame{width:100%}
.woocommerce ul.products.list li.product .desc{width:100%;position:relative}
.woocommerce ul.products.list li.product .desc h4{padding-right:0}
.woocommerce ul.products.list li.product .desc .star-rating{position:relative;top:0;right:0} .woocommerce.columns-4 ul.products li.product{width:48%!important}
.woocommerce.columns-4 ul.products li.product:nth-child(3n+1){clear:none}
.woocommerce.columns-4 ul.products li.product:nth-child(4n+1){clear:both}
.woocommerce.columns-5 ul.products li.product{width:48%!important}
.woocommerce.columns-5 ul.products li.product:nth-child(3n+1){clear:none}
.woocommerce.columns-5 ul.products li.product:nth-child(5n+1){clear:both} .woocommerce.columns-0 ul.products li.product > a:not(.button),.woocommerce.columns-0 ul.products li.product > .hover_box,.woocommerce.columns-0 ul.products li.product .image_frame{width:100%}
.woocommerce.columns-0 ul.products li.product .desc{width:100%;position:relative}
.woocommerce.columns-0 ul.products li.product .desc h4{padding-right:0}
.woocommerce.columns-0 ul.products li.product .desc .star-rating{position:relative;top:0;right:0} .woocommerce .post-nav{padding:10px 10px 4px}
.woocommerce .product .product_wrapper{padding-left:0}
.woocommerce .product .product_wrapper .share_wrapper{position:relative;width:auto;padding:5px 15px 0;margin-bottom:10px}
.woocommerce .no-share-mobile .product_wrapper .share_wrapper{display:none}
.woocommerce div.product div.product_image_wrapper{width:100%!important}
.woocommerce div.product div.summary{width:100%!important;float:none!important} .woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{text-align:center;margin-bottom:15px}
.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count,.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:none}
.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{width:100%}
.woocommerce .woocommerce-ordering select{margin:0 auto} .woocommerce .related ul.products li.product,.woocommerce .related ul li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce .upsells.products ul li.product{width:100%!important;margin:0 0 20px!important} .shop_table_responsive tr:first-child td{background-image:none} .woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{width:100%;float:none;margin-bottom:20px}
.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{width:100%;float:none}
.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:100%;float:none;margin-bottom:20px}
.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:100%}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{width:100%;float:none} .woocommerce table.cart td.actions{text-align:center}
.woocommerce table.cart td.actions .coupon{float:none;width:100%!important;margin-bottom:0;padding-bottom:0}
.woocommerce table.cart td.actions .coupon #coupon_code{text-align:center}
.woocommerce table.cart td.actions input{margin-bottom:8px!important;float:none!important;width:100%!important} .cart-collaterals .cart_totals{float:none!important;width:100%!important;text-align:left!important;margin-bottom:20px}
.cart-collaterals .shipping_calculator{float:none!important;width:100%!important;text-align:left!important}
} @media only screen and (max-width: 479px) { .woocommerce ul.products li.product{width:100%!important;margin:0 0 20px!important}
.woocommerce ul.products.col-4 li.product{width:100%!important}
div.wpb_wrapper .woocommerce ul.products li.product{width:100%!important;margin:0 0 20px!important} .woocommerce.columns-2 ul.products li.product,.woocommerce.columns-3 ul.products li.product,.woocommerce.columns-4 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:98%!important}
}* {
outline: 0 !important
}  #Header {
min-height: auto !important;
box-shadow: 0px 2px 6px #0002;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
z-index: 30;
}
#Action_bar .social li a,
#Action_bar .social-menu a {
color: #414141 !important;
text-decoration: underline;
font-weight: 600;
letter-spacing: 0.7px;
font-size: 17px;
}
#Header #Top_bar #logo {
padding: 0;
line-height: 1;
height: 78px;
}
#Top_bar .logo {
margin: 0;
}
#Top_bar .ln2 {
border-top: 1px solid #f1f1f1;
line-height: 38px;
height: 38px;
overflow: hidden;
}
#Top_bar.is-sticky .ln2 {
display: none;
}
#Top_bar .go_top a {
color: #fff;
font-size: 15px;
letter-spacing: 2px;
text-decoration: underline;
font-weight: 300;
float: right;
padding: 19px 0px;
}
#Top_bar .column {
margin: 0;
}
#Top_bar .column.one {
width: 100%;
}
#Top_bar .column.one-third {
width: 33.33%
}
#Header #Top_bar.is-sticky #logo {
line-height: 44px !important;
}
#Top_bar .bxBusca {
float: right;
background: #E31B1B;
width: 500px;
max-width: 100%;
text-align: left;
box-shadow: 0 3px 6px #00000029;
position: relative;
}
#Top_bar .bxBusca i {
height: 50px;
width: 50px;
color: #fff;
text-align: center;
line-height: 50px;
background-color: #DE0E0E;
font-size: 19px;
transition: background-color 0.5s;
}
.bxBusca .input-search-results {
position: absolute;
top: 100%;
left: 0;
right: 0;
z-index: 999;
display: flex;
flex-direction: column;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
display: none !important;
}
.bxBusca .input-search-results a {
display: block;
background: #fff;
border: 1px solid #ddd;
padding: 10px;
color: #333;
font-weight: 700;
display: flex;
align-items: center;
text-decoration: none;
line-height: 1.2;
}
.bxBusca .input-search-results a:hover {
background: #f5f5f5;
color: #e31b1b;
}
.bxBusca .input-search-results a+a {
border-top: none;
}
.bxBusca .input-search-results a img {
width: 50px;
height: 50px;
object-fit: contain;
margin-right: 15px;
}
.input-search-results .info {
display: flex;
flex-direction: column;
}
.input-search-results .info .nome {
display: block;
font-size: 15px;
margin-bottom: 2px;
}
.input-search-results .info .codigo {
font-size: 12px;
color: #999;
letter-spacing: 1px;
font-weight: normal;
}
.submenu-hover-bg {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s;
z-index: -1;
}
.submenu-hover-bg.ativo {
opacity: 0.5;
visibility: visible;
}
.product-overlay {
position: absolute;
left: -2px;
right: -2px;
top: -2px;
bottom: -2px;
z-index: 2;
}
.product-overlay:before {
content: "";
border-top: 2px solid #ddd;
border-bottom: 2px solid #ddd;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
transition: transform 1s;
transform: scaleX(0);
}
.product-overlay:after {
content: "";
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
transition: transform 1s;
transform: scaleY(0);
}
.products .product:hover .product-overlay:before {
transform: scaleX(1);
}
.products .product:hover .product-overlay:after {
transform: scaleY(1);
}
.products .product .desc:before {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: #ddd;
content: "";
transform: scaleX(0);
transition: transform 1s;
}
.products .product:hover .desc:before {
transform: scaleX(1);
}
.products .product a {
position: relative;
z-index: 2;
}
.products .product:hover .image_wrapper img {
transform: scale(0.8);
} .menuo-arrows #Top_bar .menu>li.submenu>a>span:not(.description):after {
opacity: 1;
right: -5px;
}
#Top_bar a#search_button {
margin: 0;
height: 50px;
max-width: 100%;
transition: background 1.5s;
position: static;
float: none;
text-decoration: none;
}
#Top_bar .bxBusca #searchform {
display: flex;
}
#Top_bar .bxBusca #search_button.has-input input {
margin: 0;
background: none !important;
border: none;
color: #fff;
position: static;
flex: 1;
text-align: left;
font-weight: bold;
font-size: 15px;
padding: 0 16px;
}
#Top_bar .bxBusca #search_button button {
padding: 0;
background: none;
margin: 0;
border-radius: 0;
}
#Top_bar .bxBusca #search_button button:after {
display: none;
}
#Top_bar .bxBusca #search_button button:hover i {
background: #a21d21;
}
@media only screen and (min-width: 1240px) {
#Header_wrapper #Top_bar.is-sticky {
height: 111px;
}
}
#Top_bar.is-sticky a#search_button {
top: 5px;
}
#Top_bar.is-sticky #logo img:not(.svg) {
max-height: 50px !important;
}
#Top_bar .contact_top {
float: left;
}
#Top_bar .contact_top a {
color: #444;
font-weight: 300;
font-size: 15px;
}
#Top_bar .contact_top a:hover {
text-decoration: none;
color: #bd1e22;
}
.header-stack #Top_bar .logo #logo,
.header-magazine #Top_bar .logo {
padding: 0
}
#Top_bar .menu_wrapper {
float: right;
margin-top: 22px;
}
#Top_bar.is-sticky .menu_wrapper {
margin-top: 14px;
}
#Top_bar .menu_wrapper #menu li {
transition: background 0.65s
}
#Top_bar .menu_wrapper #menu-main-menu>li:last-child>a {
color: #fff !important;
background: #444 !important;
box-shadow: 1px 1px 3px #0003;
}
#Top_bar .menu_wrapper #menu-main-menu>li.hover:last-child>a {
background-color: #333 !important;
}
.header-middle {
display: flex;
align-items: center;
justify-content: space-between;
}
.header-left {
overflow: hidden;
flex: 1;
display: flex;
align-items: center;
justify-content: space-between;
}
.header-left .logo {
padding: 12px 0;
}
.header-left .logo img {
display: block;
}
.header-right {
display: flex;
align-items: center;
justify-content: flex-end;
}
.header-right .endereco a {
color: #444;
font-weight: 300;
transition: color 0.3s;
}
.header-right .endereco a:hover {
color: #e32429;
text-decoration: none;
}
.header-right .endereco {
line-height: 1.3;
text-align: right;
font-weight: 300;
margin-right: 18px;
}
.header-right .endereco .darker {
font-weight: normal;
}
.header-magazine #Top_bar .logo,
.top_bar_search {
width: 50%;
float: left;
}
#Top_bar .top_bar_search {
padding: 65px 0 0 0;
}
.header-stack.header-center #Top_bar .logo {
border: 0
}
#Top_bar .top_bar_search #search_button {
float: right;
margin-right: 0
}
#Top_bar .top_bar_search input {
width: 413px !important;
max-width: 100%;
height: 50px;
border: 3px solid #6c6c6c;
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
padding: 0 30px !important;
margin: 0 !important;
top: 0 !important
}
#Top_bar .top_bar_search i {
width: 50px;
height: 50px;
background-color: #5a5a5a;
color: #aaaaaa;
text-align: center;
line-height: 50px;
display: block;
float: right;
margin-left: 5px;
cursor: pointer;
font-size: 16px;
}
.subheader-both-left #Subheader .breadcrumbs {
background-color: #bd1b1b;
margin: 0;
padding: 3px 17px;
box-sizing: border-box;
}
.subheader-both-left #Subheader .breadcrumbs li,
.subheader-both-left #Subheader .breadcrumbs li a {
font-size: 16px;
color: #ffffff;
font-weight: 300;
letter-spacing: 0.5px;
}
.menu-main-menu-container {
max-width: 1170px;
margin: 0 auto;
}
#Header #Top_bar .menu>li>a {
padding: 0;
line-height: 50px;
font-weight: bold;
font-size: 15px;
color: #fff;
}
#Header #Top_bar .menu>li>a:hover,
#Header #Top_bar .menu>li.current-menu-item>a,
#Header #Top_bar li.current-menu-parent>a {
color: #bd1e22;
}
#Top_bar .menu>li>a span:not(.description) {
padding: 0 10px !important;
border: none;
line-height: 30px;
}
.subheader-both-left #Subheader .breadcrumbs li span {
opacity: 1;
color: #fff;
margin: 0
}
.subheader-both-left #Subheader .breadcrumbs li span i:before {
content: "/"
}
#Subheader:after {
display: none
}
.menu_categorias {
padding: 40px;
background-color: #a61722;
left: 0;
width: 860px;
margin: 0 auto;
max-width: 100%;
position: absolute;
z-index: 99;
left: 8%;
right: 0;
box-sizing: border-box;
display: none;
transition: all 0.65s
}
.menu_categorias.ativo {
display: block
}
.menu_categorias ul {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
.menu_categorias ul li a {
color: #fff;
font-size: 17px
}
.three-fourth.column {
width: 77%;
}
::placeholder {
color: #fff;
opacity: 1;
}
:-ms-input-placeholder {
color: #fff;
}
::-ms-input-placeholder {
color: #fff;
}
#Top_bar .menu>li:not(.mfn-megamenu-parent) {
position: static;
}
#Header #Top_bar .sub-menu {
max-width: 67%;
position: absolute;
right: 0px;
left: auto;
top: 52px;
background: #fff;
box-shadow: 1px 1px 4px #0002;
border: 1px solid #f1f1f1;
}
#Header #Top_bar.is-sticky .sub-menu {
top: 44px;
}
#Header #Top_bar .sub-menu li {
float: none;
width: auto;
border-right: 1px solid #f1f1f1;
box-sizing: border-box;
display: flex;
}
#Header #Top_bar .sub-menu li:nth-child(4n) {
border-right: none;
}
#Header #Top_bar .sub-menu li a {
border: none;
color: #444;
}
#page-breadcrumbs {
overflow: hidden;
margin-bottom: 20px;
padding: 10px 0;
}
#Subheader ul.breadcrumbs li span {
margin: 0 2px;
}
#Subheader #page-breadcrumbs .breadcrumbs {
float: none;
text-align: right;
max-width: 1170px;
margin: 0 auto;
color: #555;
}
#page-breadcrumbs .breadcrumbs::before {
content: "Você está em:";
margin-right: 10px;
color: #888;
}
#page-breadcrumbs a {
color: #888;
}
#Wrapper #Subheader {
padding: 0 0 20px;
overflow: hidden;
}
#Wrapper #Subheader .title {
font-style: normal;
font-weight: bold;
}
#Subheader #page-breadcrumbs ul.breadcrumbs li {
color: #666;
}
.single-product .woocommerce .product .related.products {
border-top: 1px solid #f1f1f1;
}
.pager .pages a:hover,
.pager .pages span.page-numbers.current {
background: #bf2528 !important;
}
#Top_bar a.responsive-menu-toggle {
color: #bd1e22;
line-height: 1;
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
text-align: center;
width: 42px;
text-decoration: none;
}
#Top_bar a.responsive-menu-toggle i {
font-size: 30px;
margin-bottom: -3px;
display: block;
}
.search-results #Wrapper #Subheader {
padding-top: 30px;
} #Footer .widgets_wrapper {
padding: 0 !important;
background: #be1b1b;
}
.footer_copy .column.one {
display: flex;
justify-content: center;
padding: 14px;
margin: 0;
}
#Footer .footer_copy {
border-top: 0;
background: #ffffff
}
#Footer .footer_copy .one {
margin-bottom: 0px;
padding-top: 14px;
}
.footer-copy-center #Footer .footer_copy .copyright {
margin-bottom: 0
}
#Footer .endereco {
color: #fff;
padding: 38px 0;
}
#Footer .endereco strong {
font-size: 27px;
font-weight: 500;
margin-bottom: 18px;
display: block;
}
#Footer .endereco small {
font-size: 23px;
font-weight: 500
}
#Footer .endereco p {
font-weight: bold;
font-size: 30px;
line-height: 1.3;
letter-spacing: 1px;
overflow: hidden;
}
#Footer .endereco a {
color: #fff;
text-decoration: none;
font-size: 28px;
border-bottom: 2px solid #fff;
line-height: 1;
display: block;
margin-top: 3px;
float: left;
transition: color 0.5s, border-color 0.5s;
}
#Footer .endereco a:hover {
color: #222;
border-color: #222;
}
#Footer #sm_footer,
#Footer #mc4wp-form-1 br {
display: none
}
#Footer #sm_wrapper {
padding-top: 80px;
}
#Footer #sm_top li {
padding: 0;
margin: 0;
text-align: left;
font-size: 27px;
color: #ffffff;
font-weight: bold;
border-bottom: 5px solid #080808;
margin-bottom: 15px;
padding-bottom: 10px;
padding-left: 40px;
position: relative;
padding-top: 1px;
}
#Footer #sm_top li:after {
position: absolute;
left: 0;
top: 0;
content: "";
background: url(//lojasgriffin.com/wp-content/uploads/2017/06/icone-contato.png);
height: 23px;
display: block;
width: 30px;
background-size: cover;
}
#Footer #sm_content {
border: 0 !important
}
#Footer #sm_form br,
#Footer #sm_content>p {
display: none
}
#Footer #sm_top {
width: 470px;
max-width: 100%;
margin: 0 auto;
background: none
}
#Footer #sm_form {
width: 470px;
max-width: 100%;
margin: 0 auto;
margin-bottom: 2px;
}
#Footer #sm_form input {
width: 100%;
margin: 0;
margin-bottom: 10px;
max-width: 100%;
height: 51px;
border: 0 !important;
color: #fff !important;
background-color: #080808 !important;
padding: 0 20px;
font-weight: bold
}
#Footer .widgets_wrapper .column:last-child {
text-align: center
}
#Footer #sm_form input[type="email"] {
width: 300px;
float: left;
margin-right: 10px;
}
#Footer #sm_form input::-webkit-input-placeholder {
color: #fff;
}
#Footer #sm_form input[type="submit"] {
height: 51px;
width: 157px;
max-width: 100%;
background: #0e807f !important;
color: #fff !important;
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
border-radius: 0;
padding: 0 !important
}
#Footer #mc4wp-form-1 {
width: 468px;
max-width: 100%;
margin: 0 auto;
padding-bottom: 42px;
margin-bottom: 42px;
border-bottom: 3px solid #080808;
}
#Footer .container .column:nth-child(2) p {
width: 468px;
max-width: 100%;
margin: 0 auto;
}
#Footer #mc4wp-form-1 input[type='email'] {
width: 296px;
height: 55px;
background: #080808;
border: 2px solid #1b1b1b;
font-size: 16px;
color: #fff;
font-weight: 600;
letter-spacing: 1px;
float: left;
max-width: 100%;
margin: 0;
transition: all 1.5s;
border-radius: 0;
}
#Footer #mc4wp-form-1 input[type='email']:hover,
#Footer #mc4wp-form-1 input[type='email']:focus {
background: #1d1d1d !important;
}
#Footer #mc4wp-form-1 input::-webkit-input-placeholder {
color: #fff
}
#Wrapper #mc4wp-form-1 label {
border-bottom: 5px solid #080808;
font-size: 28px;
color: #fff;
padding-bottom: 2px;
position: relative;
text-align: left;
padding-left: 40px;
margin-bottom: 12px;
}
#mc4wp-form-1 label img {
position: absolute;
left: 0;
top: 4px;
}
#Footer #mc4wp-form-1 input[type='submit'] {
background: #08807f !important;
color: #fff !important;
text-transform: uppercase;
border-color: #08807f;
width: 157px;
max-width: 100%;
box-sizing: border-box;
font-size: 16px;
font-weight: bold;
height: 55px;
float: left;
margin-left: 15px;
margin-right: 0;
transition: background-color 0.5s;
}
#Footer #mc4wp-form-1 input[type='submit']:hover {
background: #097574 !important;
}
#Footer .container {
display: flex;
align-items: center;
}
#text-3 p a img,
.vc_custom_1505787117182 a img {
transition: filter 0.5s;
}
#text-3 p a img:hover,
.vc_custom_1505787117182 a img:hover {
filter: brightness(0.9) contrast(1.4);
}
#bxFacebook {
position: fixed;
bottom: 50px;
right: -290px;
width: 280px;
z-index: 5000;
opacity: .95;
background: #fff;
outline: 5px solid rgba(0, 0, 0, .25) !important;
transition: right .7s;
transition-delay: 0.5s;
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
#bxFacebook.ativo {
right: 0;
}
#bxFacebook h2 {
font-size: 20px;
margin: 0;
padding: 10px 10px;
line-height: 1;
}
#bxFacebook h2 i {
float: right;
font-size: 17px;
}
#bxFacebook h2 i:hover {
color: red;
cursor: pointer;
} .assinatura {
text-align: center;
align-content: center;
width: 100%;
height: 100px;
clear: both;
background: #BE1B1B;
}
.assinaturanodiy {
transition: opacity 0.5s;
}
.assinaturanodiy:hover {
opacity: 0.5;
} .home .column_fancy_heading {
margin-bottom: 10px
}
.home .fancy_heading .inside a {
color: #5a5a5a;
font-size: 14px;
text-decoration: underline;
font-weight: 300;
letter-spacing: 1px;
transition: color 0.5s;
}
.home .fancy_heading .inside a:hover {
color: #bf2529;
}
.home .fancy_heading h2.title {
font-size: 27px;
line-height: 1em;
letter-spacing: 0;
margin-bottom: 0;
}
.home .products_wrapper .products {
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.home .products_wrapper .products li .image_frame .image_wrapper {
height: 270px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.home .products_wrapper .products li.product .desc {
padding: 10px 15px 0
}
.home .products_wrapper .products li.product .desc h4 {
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
line-height: 1em;
}  .section.instagram {
margin-top: 20px;
margin-bottom: 40px;
}
.home .instagram .column_attr strong a {
color: #ccc;
margin-bottom: 20px;
display: block;
letter-spacing: 1px;
font-size: 16px;
text-decoration: none;
}
.home .instagram h2 {
margin: 0;
color: #fff;
} #Error_404 {
margin: 0;
left: 0;
top: 0;
position: static;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#Error_404 img {
max-width: 100%;
}
#Error_404 .container {
width: 100%;
box-sizing: border-box;
}
#Error_404 .column.one {
display: flex;
flex-direction: column;
} body.woocommerce .shop-filters {
display: none
}
body.woocommerce #Content {
padding-top: 5px; } body.woocommerce ul.products.col-4 li.product {
margin: 0
}
.woocommerce ul.products li.product {
background: #fff;
} .woocommerce-page .products_wrapper .products {
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.woocommerce-page .products_wrapper .products li .image_frame {
border: none;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap
}
.woocommerce-page .products_wrapper .products li.product .desc {
padding: 6px 0 1px;
text-align: center;
}
ul.products li.product .desc {
flex: 1;
display: flex;
align-items: center;
position: relative;
justify-content: center;
}
.woocommerce-page .products_wrapper .products li.product .desc h4 {
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
line-height: 1em;
margin: 0;
}
.woocommerce-page .products_wrapper .products li .image_frame .image_wrapper {
height: auto;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.pager .pages a,
.pager .pages span.page-numbers {
margin: 0 6px;
width: 65px;
height: 65px;
line-height: 65px;
font-size: 35px;
font-weight: bold;
background-color: #6c6c6c;
color: #fff !important;
border-radius: 50% !important
}
.pager .pages {
background: 0 !important;
margin-bottom: 40px;
}
.woocommerce ul.products li.product h4 a {
transition: color 0.5s;
}
.woocommerce ul.products li.product:hover h4 a {
color: #bf2529;
}
.woocommerce ul.products li.product .image_frame {
transition: box-shadow 0.5s, transform 0.5s;
} .codigo-prod {
width: 100%;
float: left;
margin-bottom: 18px;
font-size: 19px;
font-weight: bold;
}
.codigo-prod span {
margin-left: 8px;
font-weight: bold;
} .products .codigo-prod {
font-size: 12px;
font-weight: 300;
text-align: center;
margin: 0;
}
.products .codigo-prod span {
font-weight: inherit;
margin-left: 2px;
}  .woocommerce .product div.entry-summary>p.price {
display: none
}
.single-product #Content h1 {
color: #414141;
font-weight: bold;
font-size: 27px;
padding: 0;
margin: 0 0 20px;
line-height: 1;
}
.single-product #Content .ui-tabs .ui-tabs-panel {
padding: 0;
background: none;
color: #666;
}
.woocommerce .product.modern .product_wrapper .summary .tabs_wrapper {
border: 0;
}
.single-product #Content div.product div.summary {
margin: 0;
width: auto;
max-width: 100%;
flex: 1;
}
.single-product #Content .ui-tabs .ui-tabs-panel p {
font-size: 16px;
}
.single-product #Content .product_image_wrapper {
margin: 0;
width: 580px;
margin-right: 40px;
max-width: 100%;
}
#Header_wrapper {
background: none !Important;
}
.lang-switch .plg {
display: none;
}
.topo {
border-bottom: 1px solid #E5E3E3;
padding: 0;
background: #fff;
}
.topo button {
color: #333;
border: none;
box-shadow: none;
display: flex;
align-items: center;
padding: 0;
margin-right: 10px;
line-height: 1;
font-size: 10pt;
margin: 6px 10px 6px 0px;
background: none;
transition: color 0.5s;
font-weight: 300;
}
.topo button img {
height: 16px;
width: auto;
margin-right: 3pt;
display: block;
}
.topo .action-contato {
text-align: right;
float: right;
font-size: 15px;
line-height: 28px;
color: #444;
}
.topo .action-contato a {
font-weight: bold;
text-decoration: underline;
color: inherit;
transition: color 0.3s;
}
.topo .action-contato a:hover {
color: #e32429;
}
.lang-switch .bandeiras {
display: flex;
}
.topo button:after {
display: none;
}
.topo button:hover {
color: #e32429;
}
.topo .container {
padding: 0 15px !important;
box-sizing: border-box;
}
.header-bottom {
height: 50px;
border-top: 1px solid #E5E3E3;
border-bottom: 1px solid #E5E3E3;
background: #333;
}
#Top_bar.is-sticky .header-bottom {
border-bottom: none;
}
.header-bottom .menu {
display: flex;
justify-content: space-between;
}
#Top_bar .header-bottom .menu-item-has-children:hover a {
background: #000;
}
#Header #Top_bar .header-bottom .sub-menu a {
background: #000;
margin: 0.5px;
color: #fff;
font-weight: bold;
font-size: 15px;
padding: 16px 10px;
line-height: 1.2;
flex: 1;
}
#Header #Top_bar .header-bottom .sub-menu a:hover {
background: #de1515;
}
#Top_bar .header-bottom .menu-item-has-children .sub-menu li {
border: none !important;
flex: 1 1 15%;
width: 100%;
}
#Header #Top_bar .header-bottom .sub-menu {
max-width: 100%;
border: none;
box-shadow: none;
background: #444;
top: 50px;
left: 0;
}
#Top_bar .header-bottom .menu-item-has-children>a {
background: #000;
color: #fff !important;
padding: 0 15px !important;
}
#Top_bar .header-bottom .menu-item-has-children:hover .sub-menu {
display: flex !important;
flex-wrap: wrap;
}
.scroll-indicator .progresso {
height: 2px;
width: 100%;
background: #e31b1b;
transform: scaleX(0);
transform-origin: left;
}
.scroll-indicator {
position: absolute;
left: 0;
right: 0;
top: 100%;
margin-top: -1px;
z-index: 999;
}
#Header_wrapper #Top_bar .header-bottom .menu a span {
line-height: 50px !important;
}
.lang-switch {
float: left;
} .single-product #Content h1:after,
.single-product #Content .ui-tabs .ui-tabs-nav,
.single-product div.product div.entry-summary .product_meta {
display: none
}
.single-product .ui-tabs .ui-tabs-nav {
display: none !important;
}
.single-product div.product div.images .flex-control-thumbs {
margin-top: 2px;
margin-right: 10px;
width: 100px;
padding: 25px 0;
overflow: visible; }
.single-product .product_wrapper {
display: flex;
}
.single-product div.product div.images .flex-control-thumbs li {
margin-bottom: 10px;
}
.single-product .product_image_wrapper .images {
display: flex;
flex-direction: row-reverse;
}
.single-product .pswp__bg {
background-color: rgba(0, 0, 0, 0.9);
} .single-product div.product div.images .flex-control-thumbs li:last-child {
margin-right: 0px !important
}
.single-product section.related.products {
padding-top: 28px !important;
}
.single-product .product .related.products h2 {
font-size: 26px;
text-align: center
}
.single-product .related.products {
margin-top: 52px;
}
.single-product ul.products li.product {
width: 23% !important;
clear: none !important
}
.single-product .flex-viewport {
border: 3px solid #f1f1f1;
margin-bottom: 5px;
flex: 1;
}
.single-product .zoomImg {
min-width: 100%;
min-height: 100%;
object-fit: contain;
}
.single-product .attachment-shop_single.size-shop_single {
height: 330px !important;
object-fit: contain;
}
#Content .products li .image_frame .image_wrapper img {
height: 270px;
object-fit: contain;
width: 100%;
transition: transform 0.5s;
}
.single-product #Content .flex-control-thumbs img {
width: 100%;
height: 100px;
object-fit: contain;
} .page-id-18 #Footer .widgets_wrapper {
display: none
}
.page-id-18 .localizacao,
.page-id-18 .descricao {
background-color: #8d0808;
display: block;
float: left;
width: 555px;
max-width: 100%;
margin-bottom: 0; margin-bottom: 17px
}
.page-id-18 .localizacao {
box-sizing: border-box;
padding: 50px;
font-size: 30px;
color: #fff;
line-height: 1.4em;
font-weight: bold;
width: 556px;
max-width: 100%
}
.page-id-18 .the_content {
background-image: url(//lojasgriffin.com/wp-content/uploads/2016/08/bgcontato.png) !important;
background-size: cover;
padding-top: 15px;
}
.page-id-18 .localizacao em {
font-style: normal;
font-size: 27px;
font-weight: 500
}
.page-id-18 .localizacao .gallery .gallery-item .gallery-icon {
margin: 0 !important
}
.page-id-18 .localizacao #gallery-1 .gallery-item,
.page-id-18 .localizacao .gallery-icon {
margin-right: 4px !important;
}
.page-id-18 .gallery {
margin-top: 15px !important;
overflow: hidden;
}
.localizacao .button {
font-size: 16px;
background: #424242;
color: #fff;
transition: background-color 0.5s;
}
.localizacao .button_label {
line-height: 1;
}
.localizacao .button:hover {
background: #df1c1c;
}
.page-id-18 .descricao .column_attr {
padding: 100px 50px;
color: #ffffff;
font-size: 22px;
font-weight: 400;
letter-spacing: 1px;
line-height: 1.4em
}
.page-id-18 .descricao .column_attr strong {
font-weight: 900
}
.page-id-18 .formulario h2 {
color: #ffffff;
font-size: 30px;
line-height: 1.4em;
}
.page-id-18 .formulario {
height: 470px;
min-height: 364px;
background: #8d0808;
max-width: 100%;
padding: 50px;
box-sizing: border-box;
}
.page-id-18 .formulario input {
width: 470px;
max-width: 100%;
border: 0;
background: #5a0808;
box-shadow: none;
color: #fff;
height: 45px;
font-size: 18px;
transition: all 1.5s;
padding: 10px !important;
margin-left: 0 !important
}
.page-id-18 .formulario input:hover,
.page-id-18 .formulario input:focus {
background: #3b0c0c !important
}
.page-id-18 .formulario input::-webkit-input-placeholder,
.page-id-18 .formulario textarea::-webkit-input-placeholder {
color: #ffffff;
}
.page-id-18 .formulario textarea {
width: 470px;
max-width: 100%;
border: 0;
background: #5a0808;
box-shadow: none;
color: #fff;
font-size: 18px;
transition: all 1.5s;
height: 138px;
}
.page-id-18 .formulario textarea:hover,
.page-id-18 .formulario textarea:focus {
background: #3b0c0c !important
}
.page-id-18 .formulario input[type="submit"] {
text-align: left;
padding: 0 13px;
background: #3b0c0c !important;
border-radius: 0;
color: #fff !important;
}
.page-id-18 .formulario .column {
margin: 0 0 2px 0
}
.page-id-18 .formulario input[type="submit"]:hover,
.page-id-18 .formulario input[type="submit"]:focus {
background: #5a0808 !important
}
.page-id-18 #Content #sm_footer {
display: none
}
.page-id-18 #Content #sm_wrapper {
padding-top: 80px;
}
.page-id-18 #Content #sm_top li {
padding: 0;
margin: 0;
text-align: left;
font-size: 27px;
color: #ffffff;
font-weight: bold;
border-bottom: 5px solid #080808;
margin-bottom: 15px;
padding-bottom: 10px;
padding-left: 40px;
position: relative;
padding-top: 1px;
}
.page-id-18 #Content #sm_top li:after {
position: absolute;
left: 0;
top: 0;
content: "";
background: url(//lojasgriffin.com/wp-content/uploads/2017/06/icone-contato.png);
height: 23px;
display: block;
width: 30px;
background-size: cover;
}
.page-id-18 #Content #sm_content {
border: 0 !important
}
.page-id-18 #Content #sm_form br,
.page-id-18 #Content #sm_content>p {
display: none
}
.page-id-18 #Content #sm_top {
width: 470px;
max-width: 100%;
margin: 0 auto;
background: none
}
.page-id-18 #Content #sm_form {
width: 470px;
max-width: 100%;
margin: 0 auto;
margin-bottom: 2px;
}
.page-id-18 #Content #sm_form input {
width: 100%;
margin: 0;
margin-bottom: 10px;
max-width: 100%;
height: 51px;
border: 0 !important;
color: #fff !important;
background-color: #080808 !important;
padding: 0 20px;
font-weight: bold
}
.page-id-18 #Content #sm_form input[type="email"] {
width: 300px;
float: left;
margin-right: 10px;
}
.page-id-18 #Content #sm_form input::-webkit-input-placeholder {
color: #fff;
}
.page-id-18 #Content #sm_form input[type="submit"] {
height: 51px;
width: 157px;
max-width: 100%;
background: #0e807f !important;
color: #fff !important;
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
border-radius: 0;
padding: 0 !important
}
.page-id-18 #Content #mc4wp-form-1 {
max-width: 100%;
margin: 0 auto;
padding-bottom: 20px;
margin-bottom: 30px;
border-bottom: 3px solid #080808;
}
.page-id-18 #Content #mc4wp-form-1 input[type='email'] {
width: 424px;
height: 55px;
background: #080808;
border: 2px solid #1b1b1b;
font-size: 16px;
color: #fff;
font-weight: 600;
letter-spacing: 1px;
float: left;
max-width: 100%;
margin: 0;
transition: all 1.5s;
margin-top: 8px
}
.page-id-18 #Content #mc4wp-form-1 input[type='email']:hover,
.page-id-18 #Content #mc4wp-form-1 input[type='email']:focus {
background: #1d1d1d !important;
}
.page-id-18 #Content #mc4wp-form-1 input::-webkit-input-placeholder {
color: #fff
}  .page-id-18 #Content #mc4wp-form-1 input[type='submit'] {
background: #08807f !important;
color: #fff !important;
text-transform: uppercase;
border-color: #08807f;
width: 157px;
max-width: 100%;
box-sizing: border-box;
font-size: 16px;
font-weight: bold;
height: 55px;
float: left;
margin-left: 15px;
margin-right: 0;
margin-top: 8px;
transition: background-color 0.5s;
}
.page-id-18 #Content #mc4wp-form-1 input[type="submit"]:hover {
background: #097574 !important;
}
.archive .sidebar.four.columns {
display: none;
}
.conteudo-wrapper {
display: flex;
align-items: flex-start;
}
.categorias {
width: 270px;
border: 1px solid #ddd;
margin-right: 30px;
box-shadow: 0 2px 5px #eee;
}
.conteudo-wrapper .conteudo {
flex: 1;
}
.categorias .widget h3 {
font-weight: 900;
font-size: 22px;
margin: 0;
padding: 20px;
background: #e31b1b;
color: #fbfbfb;
border: none;
}
.categorias .widget li a {
font-size: 18px;
color: #fff !important;
padding: 5px 20px;
transition: background-color .4s, color .4s;
}
.categorias .widget li::after {
display: none !important;
}
ul.products li.product {
opacity: 0;
transform: translateY(50px);
transition: opacity 0.5s, transform 0.5s;
display: flex;
flex-direction: column;
}
ul.products li.product.display {
opacity: 1;
transform: none;
}
.categorias .widget li.current-cat a {
background: #2d2d2d;
}
.categorias .widget li a:hover {
color: #de1414 !important;
text-decoration: none;
background: #2d2d2d;
}
.categorias .widget .product-categories {
padding: 5px 0;
background: #333;
list-style: none;
}
body {
cursor: url(//lojasgriffin.com/wp-content/themes/betheme-child/images/seta.png), auto !important;
}
a,
button {
cursor: url(//lojasgriffin.com/wp-content/themes/betheme-child/images/seta-hover.png), auto !important;
} #produtos_home .welcome {
border-bottom: 1px solid #f1f1f1;
overflow: hidden;
max-width: 1170px;
margin: 0 auto 20px;
float: none;
}
#banner-principal .wrap {
max-width: 1170px;
float: none;
margin: 0 auto;
}
#banner-principal .one.column {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.home hr {
color: #f1f1f1;
max-width: 1170px;
margin-left: auto;
margin-right: auto;
}
#Top_bar #menu-item-2132 {
display: none;
}
#Side_slide #menu ul li ul {
display: block;
background: none;
}
#Side_slide #menu #menu-item-150>a,
#Side_slide #menu #menu-item-150 .menu-toggle {
display: none;
}
#Side_slide .menu-item-150 > a {display: none;}
#text-3 .btn-instagram img {
background: linear-gradient(90deg, #ff0030, #ef007e, #af00bf);
}
#Top_bar a.responsive-menu-toggle {
display: none !important;
top: 50px;
}
.menu_wrapper.menu_mobile a {
padding: 9px 16px;
display: block;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}
#Side_slide .social {
text-align: center;
margin: 0;
background: #111;
padding: 10px;
margin-top: 10px;
}
#Side_slide .social li a {
font-size: 25px;
}
.single-product .slick-prev {
left: 50%;
margin-left: -10px;
top: -3px;
bottom: auto;
filter: invert(1);
transform: rotate(90deg);
}
.single-product .slick-next {
right: 50%;
margin-right: -10px;
bottom: -3px;
top: auto;
filter: invert(1);
transform: rotate(90deg);
}
@media only screen and (max-width: 1239px) {
#Top_bar .bxBusca {
width: 300px;
}
#Header #Top_bar .menu>li>a,
#Header #Top_bar .header-bottom .sub-menu a {
font-size: 12px;
}
}
@media only screen and (max-width: 959px) {
.single-product .product_wrapper {
flex-direction: column;
}
.header-bottom {
display: none;
}
#Top_bar a.responsive-menu-toggle {
display: block !important;
position: static;
height: auto;
margin: 0;
}
.header-right .endereco {
display: none;
}
.header-middle {
flex-direction: column;
align-items: stretch;
padding: 0 15px;
position: relative;
}
.header-right {
margin-top: 10px;
margin-bottom: 20px;
}
#Top_bar .bxBusca {
width: 100%;
}
.topo .action-contato {
font-size: 0;
line-height: 28px;
height: 24px;
}
.topo .action-contato a {
font-size: 12px;
}
.categorias {
display: none !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
#Wrapper #Content .products_wrapper ul.products li.product {
width: 48% !important;
}
}
@media only screen and (max-width: 768px) {
#bxFacebook {
display: none;
}
.page-id-18 .vc_custom_1505787117182 {
padding: 0 !important
}
.single-product #Content .flex-control-thumbs img {
height: 70px;
}
.woocommerce-page .products_wrapper .products li.product .desc h4 {
font-size: 13px;
}
.woocommerce-page .products_wrapper .products li .image_frame .image_wrapper {
height: auto;
}
#Subheader #page-breadcrumbs .breadcrumbs {
display: none;
}
.single-product #page-breadcrumbs {
display: none;
}
.page-id-18 .descricao .column_attr,
.page-id-18 .localizacao .column_attr {
padding: 20px;
font-size: 16px;
}
.page-id-18 .localizacao,
.page-id-18 .descricao {
height: auto;
background: none;
font-size: 16px;
padding: 0;
}
.page-id-18 .localizacao em {
font-size: inherit;
font-weight: normal;
}
.page-id-18 .localizacao #gallery-1 .gallery-item,
.page-id-18 .localizacao .gallery-icon {
width: 100%;
margin: 0 0 8px
}
.page-id-18 .formulario {
box-sizing: border-box;
padding: 20px;
overflow: hidden;
width: 100%;
height: auto;
}
.page-id-18 .wpb_wrapper .wpcf7-form {
display: block;
margin-left: -15px;
margin-right: -15px;
}
.page-id-18 .formulario h2 {
font-size: 18px;
}
.page-id-18 .the_content {
background: #be1b1b !important;
}
.home .products_wrapper .products li .image_frame .image_wrapper {
height: 160px;
}
#Top_bar .contact_top {
display: none;
}
#Top_bar .ln2 {
margin: 10px 10px 0;
}
#Top_bar .bxBusca {
width: 100%;
}
#Footer .endereco {
padding: 0;
}
#Footer .endereco a {
margin-top: 10px;
}
#text-3 p a img,
.vc_custom_1505787117182 a img {
background: #48649f;
padding-top: 10px;
padding-bottom: 10px;
}
#Footer .endereco strong {
margin-bottom: 0;
}
.home .welcome p {
font-size: 16px !Important;
text-align: left;
}
.home .welcome p br {
display: block;
content: " ";
margin-bottom: 11px;
}
body.ativo {
overflow: hidden;
max-height: 1150px
}
#Side_slide .extras {
display: none;
}
.header-stack #Top_bar:not(.is-sticky) .top_bar_left {
margin-bottom: 5px;
}
.header-stack #Top_bar,
#Top_bar .logo #logo {
margin: 0 !important
}
#Header #Top_bar.is-sticky .logo {
margin: 0;
}
.header-stack #Top_bar:not(.is-sticky) .top_bar_left div .column:nth-child(1),
.header-stack #Top_bar:not(.is-sticky) .top_bar_left div .column:nth-child(3) {
width: 23.7% !important;
border-right: 1px solid #d1d1d1;
}
.header-stack #Top_bar:not(.is-sticky) .top_bar_left div .column:nth-child(2) {
width: 52% !important;
border-right: 1px solid #d1d1d1;
}
.header-stack #Top_bar:not(.is-sticky) .top_bar_left .column {
height: 90px;
border-bottom: 1px solid #d1d1d1;
float: left;
clear: inherit;
display: flex;
align-items: center;
}
.header-stack #Top_bar:not(.is-sticky) .top_bar_left div .column:nth-child(3) {
border-right: 0
}
#Header #Top_bar #logo {
padding: 0 10px !Important;
text-align: left;
}
.home #Header {
margin-bottom: 10px;
}
.minimalist-header-no #Subheader {
padding: 20px 0 !important;
}
#Subheader ul.breadcrumbs {
display: block;
}
.subheader-both-left #Subheader .breadcrumbs li,
.subheader-both-left #Subheader .breadcrumbs li a {
line-height: 1.4em
}
.btn_icons {
margin: 0 auto;
display: block;
font-size: 16px;
cursor: pointer;
}
.btn_icons i {
display: block;
margin: 0 auto;
text-align: center;
font-size: 20px;
}
.menu_categorias {
padding: 40px;
background-color: #a61722;
left: 0;
width: 860px;
margin: 0 auto;
max-width: 100%;
position: absolute;
z-index: 99;
left: 0;
right: 0;
box-sizing: border-box;
left: -200%;
transition: all 0.65s;
display: block !important
}
.menu_categorias.ativo {
left: 0
}
.home #Content .products_wrapper .products li,
.woocommerce ul.products.col-4 li.product,
.woocommerce #Content ul.products li.product {
width: 48% !important
}
.home #Content #produtos_home {
padding-top: 30px !important
}
body #Content .section_wrapper,
#Subheader .container {
padding: 0 10px !important;
}
.pager .pages {
background: 0 !important;
margin-bottom: 0;
}
.pager .pages a,
.pager .pages span.page-numbers {
width: 27px;
height: 27px;
line-height: 27px;
font-size: 18px
}
.single-product #Content div.product div.summary {
margin-left: 0
}
.single-product #Content h1 {
font-size: 27px;
margin-bottom: 20px;
line-height: 1.4em;
margin-top: 10px;
}
.pager .pages {
margin-left: 0;
margin-right: 0;
}
.pager .pages a,
.pager .pages span.page-numbers {
margin: 0 3px 4px
}
.menu_categorias {
bottom: initial !important;
top: 0;
}
.menu_categorias ul {
column-count: 1 !important;
margin-top: 70px;
}
.menu_categorias ul li a {
font-size: 24px;
line-height: 35px;
font-weight: bold;
}
.menu_categorias #close {
font-size: 35px;
color: #fff;
margin-bottom: 35px;
}
.contato_mobile {
width: 100%;
position: absolute;
left: 0;
background: #fb3333;
font-size: 24px;
line-height: 35px;
font-weight: bold;
padding: 8px 40px;
color: #fff;
margin-bottom: 20px;
text-decoration: none !important;
box-sizing: border-box;
right: 0;
}
#Footer .widgets_wrapper {
padding: 45px 0 !important;
min-height: initial;
}
#Footer .container {
display: block;
}
#Wrapper #mc4wp-form-1 label {
font-size: 20px;
padding-bottom: 14px;
text-align: left;
padding-left: 50px;
}
#mc4wp-form-1 label img {
top: 13px;
}
#Footer .endereco p {
font-size: 18px
}
#Side_slide #menu ul li {
border: none !important;
}
#Side_slide #menu ul li .fa-caret-down {
display: none;
}
#Side_slide #menu ul li a {
font-size: 15px;
font-weight: bold;
}
#Side_slide #menu>ul>li>a {
display: none;
}
#Side_slide #menu #menu-item-2132 a {
display: block;
}
#Side_slide #menu ul li ul li a {
padding-left: 20px;
}
#Footer .endereco strong,
#Footer .endereco small {
font-size: 20px;
margin-bottom: 20px;
}
#Wrapper #mc4wp-form-1 {
padding-bottom: 24px;
margin-bottom: 24px;
}
#Wrapper #mc4wp-form-1 input {
width: 100% !important;
margin: 5px 0 !important;
}
.busca_mobile {
position: absolute;
z-index: 99;
background: #bd1b1b;
left: 0;
right: 0;
display: none;
box-shadow: 3px 3px 3px #8a1414;
}
.busca_mobile.ativo {
display: block
}
.busca_mobile input {
width: 90%;
margin: 0;
float: left;
color: #fff !important;
border: 0 !important;
padding: 20px 15px;
font-size: 20px;
box-sizing: border-box
}
.busca_mobile input::-webkit-input-placeholder {
color: #fff
}
.busca_mobile a {
display: none
}
.busca_mobile i {
display: block;
float: right;
color: #fff;
font-size: 26px;
position: relative;
top: 17px;
left: -10px;
width: 10%;
}
#Content .products li .image_frame .image_wrapper img {
height: 160px;
}
}
@media only screen and (max-width: 374px) {
.header-stack #Top_bar:not(.is-sticky) .top_bar_left div .column:nth-child(1),
.header-stack #Top_bar:not(.is-sticky) .top_bar_left div .column:nth-child(3) {
width: 23.6% !important;
}
}