img:is([sizes="auto" i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2021 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
img.wp-smiley,img.emoji{display:inline !important;border:none !important;box-shadow:none !important;height:1em !important;width:1em !important;margin:0 .07em !important;vertical-align:-.1em !important;background:0 0 !important;padding:0 !important}
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
.qodef-gutenberg-section{--qi-blocks-columns:1;--qi-blocks-columns-gap:30px;display:flex!important;justify-content:center;margin:0!important;max-width:100%!important;position:relative;width:100%!important}.qodef-gutenberg-section>.qodef-section-video-background{direction:ltr;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.qodef-gutenberg-section>.qodef-section-video-background>*{height:100%;max-width:100%;object-fit:cover;width:100%}@media(max-width:680px){.qodef-gutenberg-section>.qodef-section-video-background.qodef-mobile--hide{display:none}}.qodef-gutenberg-section>.qodef-section-background-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.qodef-gutenberg-section>.qodef-gutenberg-row{display:flex;flex-wrap:wrap;gap:var(--qi-blocks-columns-gap);position:relative;width:100%}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column{width:calc(100%/var(--qi-blocks-columns) + var(--qi-blocks-columns-gap)/var(--qi-blocks-columns) - var(--qi-blocks-columns-gap))}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--top>.qodef-gutenberg-column-inner{align-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--middle>.qodef-gutenberg-column-inner{align-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--bottom>.qodef-gutenberg-column-inner{align-content:flex-end}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--space-between>.qodef-gutenberg-column-inner{align-content:space-between}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--space-around>.qodef-gutenberg-column-inner{align-content:space-around}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--space-evenly>.qodef-gutenberg-column-inner{align-content:space-evenly}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--start>.qodef-gutenberg-column-inner{justify-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--center>.qodef-gutenberg-column-inner{justify-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--end>.qodef-gutenberg-column-inner{justify-content:flex-end}.qodef-gutenberg-section .qodef-gutenberg-column{display:flex;min-height:1px;position:relative}.qodef-gutenberg-section .qodef-gutenberg-column.qodef--sticky{height:max-content;position:sticky;top:0}.qodef-gutenberg-section .qodef-gutenberg-column.qodef--sticky.qodef-sticky-height--fit-screen{height:100vh}.qodef-gutenberg-section .qodef-gutenberg-column-inner{display:flex;flex-wrap:wrap;position:relative;width:100%}.qodef-gutenberg-section .qodef-gutenberg-column-inner>p{width:100%}.qodef-gutenberg-section.qodef--columns.qodef-col-num--1,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef--columns.qodef-col-num--2,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--columns.qodef-col-num--3,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--columns.qodef-col-num--4,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--columns.qodef-col-num--5,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef--columns.qodef-col-num--6,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef--columns.qodef-col-num--7,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef--columns.qodef-col-num--8,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-row{opacity:0}.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-row.qodef--masonry-init{opacity:1}.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-masonry-sizer{margin:0;padding:0;width:calc(100%/var(--qi-blocks-columns) + var(--qi-blocks-columns-gap)/var(--qi-blocks-columns) - var(--qi-blocks-columns-gap))}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--masonry.qodef-items--fixed .qodef-gutenberg-column .qodef-e-inner{height:100%;overflow:hidden}.qodef-gutenberg-section.qodef--masonry.qodef-items--fixed .qodef-gutenberg-column img{height:100%;width:100%}@media(min-width:768px){.qodef-gutenberg-section.qodef--template.qodef-col-layout--50{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--33{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--20{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef--template.qodef-col-layout--16{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef--template.qodef-col-layout--33-66{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--template.qodef-col-layout--33-66>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef--template.qodef-col-layout--66-33{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--template.qodef-col-layout--66-33>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-75{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-75>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:1.333333}.qodef-gutenberg-section.qodef--template.qodef-col-layout--75-25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--75-25>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{--qi-blocks-columns:1.333333}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-25-50{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-25-50>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(3){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--50-25-25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--50-25-25>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-50-25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-50-25>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--16-66-16{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef--template.qodef-col-layout--16-66-16>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:1.5}}@media(min-width:681px)and (max-width:1024px){.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{order:6}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){order:5}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(3){order:4}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(4){order:3}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(5){order:2}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(6){order:1}}@media(max-width:680px){.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{order:6}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){order:5}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(3){order:4}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(4){order:3}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(5){order:2}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(6){order:1}}.qodef-gutenberg-section.qodef-content--boxed>.qodef-gutenberg-row,.qodef-gutenberg-section.qodef-content--predefined>.qodef-gutenberg-row{max-width:1100px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended:not([class*=qodef-content--extended-disabled--])>.qodef-gutenberg-row{max-width:100%!important}@media(min-width:1441px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1440>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:1440 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1440>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:1367px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1366>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:1366 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1366>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:1025px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1024>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:1024 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1024>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:769px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--768>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:768 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--768>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:681px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--680>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:680 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--680>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 550px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 550px)}@media(min-width:1441px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400>.qodef-gutenberg-row{max-width:1400px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 700px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 700px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300>.qodef-gutenberg-row{max-width:1300px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 650px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 650px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200>.qodef-gutenberg-row{max-width:1200px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 600px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 600px)}}@media(min-width:1025px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000>.qodef-gutenberg-row{max-width:1000px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 500px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 500px)}}@media(min-width:769px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--800>.qodef-gutenberg-row{max-width:800px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--800.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 400px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--800.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 400px)}}.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row{height:100vh}.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row>.qodef-gutenberg-column,.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row>.qodef-gutenberg-column iframe{max-height:100%}@media(max-width:680px){.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row{height:auto}}.qodef-gutenberg-section.qodef-position--top>.qodef-gutenberg-row{align-items:flex-start}.qodef-gutenberg-section.qodef-position--middle>.qodef-gutenberg-row{align-items:center}.qodef-gutenberg-section.qodef-position--bottom>.qodef-gutenberg-row{align-items:flex-end}.qodef-gutenberg-section.qodef-vertical-align--top>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:flex-start;align-items:flex-start}.qodef-gutenberg-section.qodef-vertical-align--middle>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:center;align-items:center}.qodef-gutenberg-section.qodef-vertical-align--bottom>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:flex-end;align-items:flex-end}.qodef-gutenberg-section.qodef-vertical-align--space-between>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:space-between;align-items:space-between}.qodef-gutenberg-section.qodef-vertical-align--space-around>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:space-around;align-items:space-around}.qodef-gutenberg-section.qodef-vertical-align--space-evenly>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:space-evenly;align-items:space-evenly}.qodef-gutenberg-section.qodef--hidden{overflow:hidden}.qodef-gutenberg-section.qodef-gutter--custom,.qodef-gutenberg-section.qodef-gutter--no{--qi-blocks-columns-gap:0px}.qodef-gutenberg-section.qodef-gutter--tiny{--qi-blocks-columns-gap:10px}.qodef-gutenberg-section.qodef-gutter--small{--qi-blocks-columns-gap:20px}.qodef-gutenberg-section.qodef-gutter--normal{--qi-blocks-columns-gap:30px}.qodef-gutenberg-section.qodef-gutter--medium{--qi-blocks-columns-gap:40px}.qodef-gutenberg-section.qodef-gutter--large{--qi-blocks-columns-gap:50px}.qodef-gutenberg-section.qodef-gutter--huge{--qi-blocks-columns-gap:70px}.qodef-gutenberg-section.qodef-row--no-bottom-space>.qodef-gutenberg-row{row-gap:0!important}@media(max-width:1024px){.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--1024{height:auto;position:relative;top:auto!important}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--1024.qodef-sticky-height--fit-screen{height:max-content}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--top>.qodef-gutenberg-column-inner{align-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--middle>.qodef-gutenberg-column-inner{align-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--bottom>.qodef-gutenberg-column-inner{align-content:flex-end}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--space-between>.qodef-gutenberg-column-inner{align-content:space-between}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--space-around>.qodef-gutenberg-column-inner{align-content:space-around}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--space-evenly>.qodef-gutenberg-column-inner{align-content:space-evenly}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--tablet--start>.qodef-gutenberg-column-inner{justify-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--tablet--center>.qodef-gutenberg-column-inner{justify-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--tablet--end>.qodef-gutenberg-column-inner{justify-content:flex-end}}@media(max-width:768px){.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--768{height:auto;position:relative;top:auto!important}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--768.qodef-sticky-height--fit-screen{height:max-content}}@media(max-width:680px){.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--680{height:auto;position:relative;top:auto!important}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--680.qodef-sticky-height--fit-screen{height:max-content}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--top>.qodef-gutenberg-column-inner{align-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--middle>.qodef-gutenberg-column-inner{align-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--bottom>.qodef-gutenberg-column-inner{align-content:flex-end}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--space-between>.qodef-gutenberg-column-inner{align-content:space-between}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--space-around>.qodef-gutenberg-column-inner{align-content:space-around}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--space-evenly>.qodef-gutenberg-column-inner{align-content:space-evenly}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--mobile--start>.qodef-gutenberg-column-inner{justify-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--mobile--center>.qodef-gutenberg-column-inner{justify-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--mobile--end>.qodef-gutenberg-column-inner{justify-content:flex-end}}@media(max-width:1440px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}}@media(max-width:1366px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}}@media(max-width:1024px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}}@media(max-width:768px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}}@media(max-width:680px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--2,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}}@media(max-width:1440px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:1366px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:1024px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:768px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:680px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:480px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:1200px){.qodef-gutenberg-section.qodef-content--predefined>.qodef-gutenberg-row{max-width:960px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 480px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 480px)}}@media(max-width:1024px){.qodef-gutenberg-section.qodef-content--predefined>.qodef-gutenberg-row{max-width:86%}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:7%}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:7%}}
[class*=wp-block-qi-blocks],[class*=wp-block-qi-blocks] *{box-sizing:border-box}body .wp-site-blocks{padding-left:0!important;padding-right:0!important}body .wp-site-blocks footer.wp-block-template-part{margin:0}body .wp-block-group>.qodef-block-container{margin-bottom:0;margin-top:0;max-width:100%}body:not([class*=custom-template-qi-blocks-full-width]) .is-layout-constrained>.qodef-block-container{max-width:100%}body[class*=custom-template-qi-blocks-full-width] .wp-site-blocks{padding:0!important}body[class*=custom-template-qi-blocks-full-width] .wp-site-blocks>*+*{margin:0!important}body[class*=custom-template-qi-blocks-full-width] .wp-block-post-content>.qodef-block-container{max-width:100%}body:not(.wp-admin):not(.editor-styles-wrapper){overflow-x:hidden}@media(min-width:1025px){body:not(.wp-admin):not(.editor-styles-wrapper) .qodef-hide-on--desktop{display:none!important}}@media(min-width:681px)and (max-width:1024px){body:not(.wp-admin):not(.editor-styles-wrapper) .qodef-hide-on--tablet{display:none!important}}@media(max-width:680px){body:not(.wp-admin):not(.editor-styles-wrapper) .qodef-hide-on--mobile{display:none!important}}.qodef-entrance-animation--on{animation-delay:0s;animation-duration:1s;animation-fill-mode:both;visibility:hidden}.qodef-entrance-animation--on.qodef-animation--appeared{visibility:visible}.qodef-entrance-animation--on.qodef-animation-speed--slower{animation-duration:3s}.qodef-entrance-animation--on.qodef-animation-speed--slow{animation-duration:2s}.qodef-entrance-animation--on.qodef-animation-speed--fast{animation-duration:.8s}.qodef-entrance-animation--on.qodef-animation-speed--faster{animation-duration:.5s}.qodef-block-container{box-sizing:border-box;display:inline-block;max-width:100%;position:relative;vertical-align:top!important;width:100%}.qodef-block-container *{box-sizing:border-box}header .qodef-block-container{line-height:1}.qodef-block-container.qodef--adjs-width{overflow:hidden}.qodef-block-container.qodef--adjs-width .qodef-block-swiper{width:calc(100% + 1px)}.qodef-block-container.qodef-width--full-width{max-width:100%;width:100%}.qodef-block-container.qodef-width--custom,.qodef-block-container.qodef-width--inline{max-width:auto;width:auto}@media(max-width:1024px){.qodef-block-container.qodef-width--tablet--full-width{max-width:100%!important;width:100%!important}.qodef-block-container.qodef-width--tablet--inline{max-width:auto!important;width:auto!important}.qodef-block-container.qodef-width--tablet--custom{max-width:auto;width:auto}}@media(max-width:680px){.qodef-block-container.qodef-width--mobile--full-width{max-width:100%!important;width:100%!important}.qodef-block-container.qodef-width--mobile--inline{max-width:auto!important;width:auto!important}.qodef-block-container.qodef-width--mobile--custom{max-width:auto;width:auto}}.qodef-block a{text-decoration:none;transition:color .2s ease-out}.qodef-block img{height:auto;max-width:100%}.qodef-category-separator:after{content:",";margin-right:5px}.qodef-gutenberg-section .wp-block-post-content,.qodef-gutenberg-section footer.wp-block-template-part,.qodef-gutenberg-section header.wp-block-template-part{width:100%}.qodef-gutenberg-section .qodef-gutenberg-column-inner>.wp-block-image>img{max-width:100%!important}.qodef-block-clear:after,.qodef-block-clear:before{content:"";display:table;table-layout:fixed}.qodef-block-clear:after{clear:both}.qodef-block .qodef-m-pagination{display:inline-block;flex-shrink:0;margin:0;position:relative;vertical-align:top;width:100%}.qodef-block .qodef-m-pagination .nav-links{align-items:center;display:flex;justify-content:center;position:relative}.qodef-block .qodef-m-pagination .page-numbers{align-items:center;color:#888;cursor:pointer;display:inline-flex;justify-content:center;margin:0 10px;padding:0}.qodef-block .qodef-m-pagination .page-numbers svg{height:auto;max-height:100%;width:1em;fill:currentColor;stroke:currentColor}.qodef-block .qodef-m-pagination .page-numbers *{display:block;line-height:inherit}.qodef-block .qodef-m-pagination .page-numbers:first-child{margin-left:0}.qodef-block .qodef-m-pagination .page-numbers:last-child{margin-right:0}.qodef-block .qodef-m-pagination .page-numbers.current,.qodef-block .qodef-m-pagination .page-numbers:focus,.qodef-block .qodef-m-pagination .page-numbers:hover{color:#111}#qodef-comments-template{display:inline-block;position:relative;vertical-align:top;width:100%}#qodef-comments-template .qodef-m-comments-not-found{margin:0}#qodef-comments-template label{display:block;margin-bottom:9px;width:100%}#qodef-comments-template input[type=date],#qodef-comments-template input[type=email],#qodef-comments-template input[type=number],#qodef-comments-template input[type=password],#qodef-comments-template input[type=search],#qodef-comments-template input[type=tel],#qodef-comments-template input[type=text],#qodef-comments-template input[type=url],#qodef-comments-template select,#qodef-comments-template textarea{background-color:#0000;border:1px solid #ebebeb;border-radius:0;box-shadow:none;color:#9c9c9c;cursor:pointer;display:inline-block;font-family:inherit;font-size:16px;font-weight:inherit;height:auto;line-height:28px;margin:0;max-width:100%;min-height:auto;outline:0;padding:14px 20px;position:relative;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;vertical-align:top;width:100%}#qodef-comments-template input[type=date]:focus,#qodef-comments-template input[type=email]:focus,#qodef-comments-template input[type=number]:focus,#qodef-comments-template input[type=password]:focus,#qodef-comments-template input[type=search]:focus,#qodef-comments-template input[type=tel]:focus,#qodef-comments-template input[type=text]:focus,#qodef-comments-template input[type=url]:focus,#qodef-comments-template select:focus,#qodef-comments-template textarea:focus{background-color:#0000;border-color:#111;color:#888}#qodef-comments-template input[type=date]::placeholder,#qodef-comments-template input[type=email]::placeholder,#qodef-comments-template input[type=number]::placeholder,#qodef-comments-template input[type=password]::placeholder,#qodef-comments-template input[type=search]::placeholder,#qodef-comments-template input[type=tel]::placeholder,#qodef-comments-template input[type=text]::placeholder,#qodef-comments-template input[type=url]::placeholder,#qodef-comments-template select::placeholder,#qodef-comments-template textarea::placeholder{color:inherit;opacity:1}#qodef-comments-template input[type=checkbox],#qodef-comments-template input[type=radio]{height:1em;margin:0;vertical-align:middle;width:1em}#qodef-comments-template select{-webkit-appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMC44IiBoZWlnaHQ9IjYuMiIgdmlld0JveD0iMCAwIDEwLjggNi4yIj48cGF0aCBkPSJNMTAuNi4zYy4zLjMuMy43IDAgMUw1LjkgNS45Yy0uMS4yLS4zLjMtLjUuM3MtLjQtLjEtLjUtLjNMLjIgMS4zQy0uMSAxLS4xLjYuMi4zcy43LS4zIDEgMGw0LjIgNC4xTDkuNi4zYy4zLS40LjYtLjQgMSAwIiBzdHlsZT0iZmlsbDojYThhN2E3Ii8+PC9zdmc+);background-position:calc(100% - 20px);background-repeat:no-repeat;background-size:auto;display:block;-webkit-user-select:none;user-select:none}#qodef-comments-template select option{color:#9c9c9c}#qodef-comments-template select.qodef-arrow--light{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMC44IiBoZWlnaHQ9IjYuMiIgdmlld0JveD0iMCAwIDEwLjggNi4yIj48cGF0aCBkPSJNMTAuNi4zYy4zLjMuMy43IDAgMUw1LjkgNS45Yy0uMS4yLS4zLjMtLjUuM3MtLjQtLjEtLjUtLjNMLjIgMS4zQy0uMSAxLS4xLjYuMi4zcy43LS4zIDEgMGw0LjIgNC4xTDkuNi4zYy4zLS40LjYtLjQgMSAwIiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+)}#qodef-comments-template button[type=submit],#qodef-comments-template input[type=submit]{background-color:#f4f4f4;border:0;border-radius:4px;color:#111;cursor:pointer;display:inline-block;font-family:inherit;font-size:16px;font-weight:500;line-height:2em;margin:0;outline:none;padding:11px 28px;position:relative;text-decoration:none;text-transform:none;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;vertical-align:middle;width:auto}#qodef-comments-template button[type=submit] span,#qodef-comments-template button[type=submit] span:before,#qodef-comments-template input[type=submit] span,#qodef-comments-template input[type=submit] span:before{display:block;line-height:inherit}#qodef-comments-template button[type=submit]:focus,#qodef-comments-template button[type=submit]:hover,#qodef-comments-template input[type=submit]:focus,#qodef-comments-template input[type=submit]:hover{background-color:#111;color:#fff}#qodef-comments-template button[type=submit].qodef--with-icon,#qodef-comments-template input[type=submit].qodef--with-icon{align-items:center;display:inline-flex}#qodef-comments-template button[type=submit].qodef--with-icon .qodef-m-icon,#qodef-comments-template input[type=submit].qodef--with-icon .qodef-m-icon{flex-shrink:0;height:auto;width:7px;fill:currentColor;margin-left:10px;transform:translateX(0);transition:transform .3s cubic-bezier(0,.53,.18,.98)}#qodef-comments-template button[type=submit].qodef--with-icon .qodef-m-icon svg,#qodef-comments-template input[type=submit].qodef--with-icon .qodef-m-icon svg{display:block;height:auto;width:100%;fill:currentColor}#qodef-comments-template button[type=submit].qodef--with-icon:focus .qodef-m-icon,#qodef-comments-template button[type=submit].qodef--with-icon:hover .qodef-m-icon,#qodef-comments-template input[type=submit].qodef--with-icon:focus .qodef-m-icon,#qodef-comments-template input[type=submit].qodef--with-icon:hover .qodef-m-icon{transform:translateX(2px)}#qodef-comments-template input,#qodef-comments-template textarea{margin-bottom:26px}#qodef-comments-list{border-bottom:1px solid #ebebeb;display:inline-block;margin-bottom:47px;padding-bottom:60px;position:relative;vertical-align:top;width:100%}#qodef-comments-list .qodef-m-title{margin:0 0 30px}#qodef-comments-list .qodef-m-comments{list-style:none;margin:0;padding:0}#qodef-comments-list .qodef-m-comments>.qodef-comment-item:first-child{border-top:0;margin-top:0;padding-top:0}#qodef-comments-list .qodef-comment-item{border-top:1px solid #ebebeb;margin:45px 0 0;padding:45px 0 0}#qodef-comments-list .qodef-comment-item .children{list-style:none;margin:0;padding:0 0 0 55px}#qodef-comments-list .qodef-comment-item .qodef-e-inner{align-items:flex-start;display:flex}#qodef-comments-list .qodef-comment-item .qodef-e-image{flex-shrink:0;margin-right:32px;width:132px}#qodef-comments-list .qodef-comment-item .qodef-e-image img{border-radius:100%;display:block;width:100%}#qodef-comments-list .qodef-comment-item .qodef-e-content{display:inline-block;position:relative;vertical-align:top;width:100%}#qodef-comments-list .qodef-comment-item .qodef-e-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:3px}#qodef-comments-list .qodef-comment-item .qodef-e-info>*{margin:0}#qodef-comments-list .qodef-comment-item .qodef-e-date{color:#9c9c9c;font-size:15px;line-height:1}#qodef-comments-list .qodef-comment-item .qodef-e-date a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .qodef-comment-item .qodef-e-date a:focus,#qodef-comments-list .qodef-comment-item .qodef-e-date a:hover{color:#888}#qodef-comments-list .qodef-comment-item .qodef-e-links{align-items:center;display:inline-flex;flex-shrink:0;line-height:1}#qodef-comments-list .qodef-comment-item .qodef-e-links a:hover{color:#9c9c9c}#qodef-comments-list .qodef-comment-item .qodef-e-links>*{margin-right:30px;position:relative}#qodef-comments-list .qodef-comment-item .qodef-e-links>* svg{height:auto;width:19px;fill:currentColor;flex-shrink:0}#qodef-comments-list .qodef-comment-item .qodef-e-links>:last-child{margin-right:0}#qodef-comments-list .qodef-comment-item .qodef-e-title{margin:0}#qodef-comments-list .qodef-comment-item .qodef-e-title a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .qodef-comment-item .qodef-e-text{margin-top:11px}#qodef-comments-list .qodef-comment-item .qodef-e-text *{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .qodef-comment-item .qodef-e-text p{margin:0}#qodef-comments-list .qodef-comment-item .qodef-e-text img{margin-bottom:5px;margin-top:5px}#qodef-comments-list .qodef-m-pagination{margin-top:50px}#qodef-comments-list .comment-respond{margin:36px 0 0}#qodef-comments-list .comment-respond .comment-reply-title{margin:0!important}#qodef-comments-list .comment-respond .comment-reply-title small{font-size:60%}#qodef-comments-list .comment-respond .comment-reply-title a{color:inherit;float:right;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .comment-respond p{margin:0}#qodef-comments-list .comment-respond .comment-notes,#qodef-comments-list .comment-respond .logged-in-as{margin:7px 0 31px}#qodef-comments-list .comment-respond .comment-notes a,#qodef-comments-list .comment-respond .logged-in-as a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .comment-respond .comment-form-url{margin-bottom:5px}#qodef-comments-list .comment-respond .comment-form-cookies-consent{color:#9c9c9c;display:flex;font-size:15px;margin-bottom:30px;position:relative}#qodef-comments-list .comment-respond .comment-form-cookies-consent>*{margin:0}#qodef-comments-list .comment-respond .comment-form-cookies-consent input[type=checkbox]{flex-shrink:0;margin-right:8px;margin-top:2px}#qodef-comments-list .comment-respond .comment-form-cookies-consent label{color:inherit;font-weight:inherit;line-height:1.1}@media(max-width:1024px){#qodef-comments-list .qodef-comment-item .children{padding-left:40px}}@media(max-width:768px){#qodef-comments-list .qodef-comment-item .children{padding-left:20px}}@media(max-width:680px){#qodef-comments-list .qodef-comment-item .qodef-e-inner{flex-wrap:wrap}#qodef-comments-list .qodef-comment-item .qodef-e-content{margin-top:32px}#qodef-comments-list .qodef-comment-item .qodef-e-info{flex-direction:column-reverse;flex-wrap:wrap}#qodef-comments-list .qodef-comment-item .qodef-e-info>*{width:100%}#qodef-comments-list .qodef-comment-item .qodef-e-links{margin-bottom:19px}#qodef-comments-list .qodef-comment-item .children{padding-left:3%}#qodef-comments-list .comment-respond .comment-reply-title a{display:block;float:none}}.qi-preview-screen-tablet #qodef-comments-list .qodef-comment-item .children{padding-left:20px}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-inner{flex-wrap:wrap}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-content{margin-top:32px}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-info{flex-direction:column-reverse;flex-wrap:wrap}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-info>*{width:100%}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-links{margin-bottom:19px}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .children{padding-left:3%}.qi-preview-screen-mobile #qodef-comments-list .comment-respond .comment-reply-title a{display:block;float:none}#qodef-comments-form{display:inline-block;position:relative;vertical-align:top;width:100%}#qodef-comments-form .comment-reply-title{margin:0}#qodef-comments-form .comment-reply-title small{float:right;font-size:60%}#qodef-comments-form .comment-reply-title a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-form .qodef-comment-form p{margin:0}#qodef-comments-form .qodef-comment-form .comment-notes,#qodef-comments-form .qodef-comment-form .logged-in-as{margin:7px 0 31px}#qodef-comments-form .qodef-comment-form .comment-notes a,#qodef-comments-form .qodef-comment-form .logged-in-as a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-form .qodef-comment-form .comment-form-url{margin-bottom:5px}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent{color:#9c9c9c;display:flex;font-size:15px;margin-bottom:30px;position:relative}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent>*{margin:0}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent input[type=checkbox]{flex-shrink:0;margin-right:8px;margin-top:2px}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent label{color:inherit;font-weight:inherit;line-height:1.1}@media(max-width:680px){#qodef-comments-form .comment-reply-title small{display:block;float:none}}.qi-preview-screen-mobile #qodef-comments-form .comment-reply-title small{display:block;float:none}.qodef-block-swiper{list-style:none;margin:0 auto;overflow:hidden;padding:0;position:relative;visibility:hidden;z-index:1}.qodef-block-swiper .swiper-slide a:not(.qi-block-button){display:block}.qodef-block-swiper .swiper-slide img{width:100%}.qodef-block-swiper.qodef--centered-zoom .swiper-slide{transform:scale(.85);transition:all .3s ease}.qodef-block-swiper.qodef--centered-zoom .swiper-slide.swiper-slide-active,.qodef-block-swiper.qodef--centered-zoom .swiper-slide.swiper-slide-duplicate-active{transform:scale(1)}.qodef-block-swiper .swiper-pagination-bullet{background:currentColor;border:1px solid #0000;color:#000;opacity:1;transform:matrix(1,0,0,1,0,0);transform-origin:center;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;vertical-align:middle}.qodef-block-swiper .swiper-pagination-bullet-active,.qodef-block-swiper .swiper-pagination-bullet:hover{transform:matrix(1.4,0,0,1.4,0,0) translateZ(0)}.qodef-block-swiper .swiper-button-next,.qodef-block-swiper .swiper-button-prev,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper~.swiper-button-prev,.qodef-block-swiper~.swiper-button-prev~.swiper-button-next{background-image:none!important;color:#111;font-size:26px;height:auto!important;margin:0!important;position:absolute!important;transform:translateY(-50%);transition:color .2s ease-out,background-color .2s ease-out;width:auto!important}.qodef-block-swiper .swiper-button-next svg,.qodef-block-swiper .swiper-button-prev svg,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next svg,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev svg,.qodef-block-swiper~.swiper-button-prev svg,.qodef-block-swiper~.swiper-button-prev~.swiper-button-next svg{display:block;height:auto;transition:background-color .2s ease-out,color .2s ease-out;width:1em;stroke:currentColor;fill:currentColor}.qodef-block-swiper .swiper-button-next:after,.qodef-block-swiper .swiper-button-prev:after,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next:after,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev:after,.qodef-block-swiper~.swiper-button-prev:after,.qodef-block-swiper~.swiper-button-prev~.swiper-button-next:after{display:none!important}.qodef-block-swiper .swiper-button-prev{left:30px}.qodef-block-swiper .swiper-button-next{right:30px}.qodef-block-swiper .swiper-button-next:after,.qodef-block-swiper .swiper-button-next:before,.qodef-block-swiper .swiper-button-prev:after,.qodef-block-swiper .swiper-button-prev:before{display:none}.qodef-block-swiper~.swiper-button-prev{left:-50px}.qodef-block-swiper~.swiper-button-prev~.swiper-button-next{right:-50px}.qodef-block-swiper~.qodef-swiper-together-nav{display:flex;justify-content:flex-start;margin-top:30px;position:absolute;width:100%}.qodef-block-swiper~.qodef-swiper-together-nav .qodef-swiper-together-inner{align-items:center;display:flex;justify-content:center}.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev{left:0;position:relative!important;right:0;top:0;transform:none;z-index:15}.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev{margin-right:20px!important}.qodef-block-swiper.qodef--initialized{visibility:visible}.qodef-block-swiper.swiper-container-vertical.qodef--focus-in-viewport,.qodef-block-swiper.swiper-vertical.qodef--focus-in-viewport{height:100vh!important}.qodef-block-swiper.swiper-container-vertical .swiper-slide,.qodef-block-swiper.swiper-vertical .swiper-slide{overflow:hidden}.qodef-block-swiper.swiper-container-vertical .swiper-slide img,.qodef-block-swiper.swiper-vertical .swiper-slide img{height:100%;object-fit:cover;width:100%}.qodef-block-swiper.swiper-container-vertical .qodef-swiper-nav-wrapper,.qodef-block-swiper.swiper-vertical .qodef-swiper-nav-wrapper{align-items:center;display:inline-flex;flex-direction:column;height:100%;justify-content:center;position:absolute;right:0;top:0}.qodef-block-swiper.swiper-container-vertical .qodef-swiper-nav-wrapper>*,.qodef-block-swiper.swiper-vertical .qodef-swiper-nav-wrapper>*{bottom:auto;left:auto;padding:5px 0;position:relative;right:auto;top:auto;transform:rotate(90deg)}.qodef-block-swiper.swiper-container-vertical .qodef-swiper-nav-wrapper~.swiper-pagination,.qodef-block-swiper.swiper-vertical .qodef-swiper-nav-wrapper~.swiper-pagination{right:60px}.qodef-block-swiper.swiper-container-vertical~.swiper-button-prev,.qodef-block-swiper.swiper-vertical~.swiper-button-prev{bottom:auto!important;left:50%;right:auto;top:-30px;transform:translateX(-50%) rotate(90deg)}.qodef-block-swiper.swiper-container-vertical~.swiper-button-prev~.swiper-button-next,.qodef-block-swiper.swiper-vertical~.swiper-button-prev~.swiper-button-next{bottom:-30px;left:50%;right:auto;top:auto!important;transform:translateX(-50%) rotate(90deg)}.qodef-block-swiper.swiper-container-vertical~.qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical~.qodef-swiper-together-nav{flex-direction:column;height:100%;justify-content:center;width:auto!important}.qodef-block-swiper.swiper-container-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner,.qodef-block-swiper.swiper-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner{flex-direction:column}.qodef-block-swiper.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.swiper-vertical~.qodef-swiper-together-nav .swiper-button-prev{margin:0 0 20px!important;transform:rotate(90deg)}.qodef-block-swiper.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.swiper-vertical~.qodef-swiper-together-nav .swiper-button-next{transform:rotate(90deg)}.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{bottom:0;justify-content:center;left:0!important;right:auto!important}.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{bottom:0;justify-content:center;left:auto!important;right:0!important}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev svg{margin-left:4px}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next svg{margin-right:4px}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next svg,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next svg{transform:translateX(0);transition:transform .25s cubic-bezier(.37,.08,.02,.93),background-color .2s ease-out,color .2s ease-out;will-change:transform}.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev~.swiper-button-next i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev~.swiper-button-next svg{transform:translateX(0);transition:transform .12s ease-out,background-color .2s ease-out,color .2s ease-out;will-change:transform}.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg{transition:transform .22s cubic-bezier(.37,.08,.02,.93) .05s,background-color .2s ease-out,color .2s ease-out}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev:hover svg{transform:translateX(-4px)}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next:hover svg{transform:translateX(4px)}.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--inside>.swiper-pagination-bullets,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--outside>.swiper-pagination-bullets,.qodef-block-swiper.swiper-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-block-swiper.swiper-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-block-swiper.swiper-horizontal.qodef-pagination--inside>.swiper-pagination-bullets,.qodef-block-swiper.swiper-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-block-swiper.swiper-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-block-swiper.swiper-horizontal.qodef-pagination--outside>.swiper-pagination-bullets{bottom:0}@media(max-width:1024px){.qodef-block-swiper.qodef-hide-navigation--1024 .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--1024 .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--1024~.swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--1024~.swiper-button-prev~.swiper-button-next{display:none}}@media(max-width:768px){.qodef-block-swiper.qodef-hide-navigation--768 .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--768 .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--768~.swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--768~.swiper-button-prev~.swiper-button-next{display:none}}@media(max-width:680px){.qodef-block-swiper.qodef-hide-navigation--680 .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--680 .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--680~.swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--680~.swiper-button-prev~.swiper-button-next{display:none}}.qodef-block-swiper.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-block-swiper.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{justify-content:flex-start;right:auto!important}.qodef-block-swiper.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-block-swiper.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{justify-content:flex-end;left:auto!important}.qodef-swiper-pagination-outside.swiper-pagination{position:relative}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet{background:currentColor;border:1px solid #0000;color:#000;margin:0 6px;opacity:1;transform:matrix(1,0,0,1,0,0);transform-origin:center;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet:hover{transform:matrix(1.4,0,0,1.4,0,0) translateZ(0)}.qodef--pagination-numbers>.swiper-pagination-bullets,.qodef--pagination-numbers~.swiper-pagination-bullets{counter-reset:section;display:flex;justify-content:center}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet{align-items:center;color:#0000;display:flex!important;height:38px;justify-content:center;transform:none;width:38px}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:before,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:before{color:#1e1e1e;content:"0" counter(section);counter-increment:section}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:hover,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:hover{color:#efefef}.swiper-container-vertical~.qodef-swiper-pagination-outside.swiper-pagination,.swiper-vertical~.qodef-swiper-pagination-outside.swiper-pagination{display:flex;flex-direction:column;left:100%;position:absolute;top:50%;transform:translateY(-50%)}.swiper-container-vertical.qodef--pagination-numbers>.swiper-pagination-bullets,.swiper-vertical.qodef--pagination-numbers>.swiper-pagination-bullets{flex-direction:column}.qodef-navigation-together--top+.qodef-swiper-together-nav{bottom:100%;margin-bottom:30px;margin-top:0!important}.fslightbox-container .fslightbox-nav .fslightbox-slide-number-container{max-width:unset}.fslightbox-container .fslightbox-nav .fslightbox-toolbar{background:0 0}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button{color:#fff}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button[title="Enter fullscreen"]{display:none}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button svg{fill:currentColor;width:17px;stroke:none}.fslightbox-container .fslightbox-slide-btn-container-next,.fslightbox-container .fslightbox-slide-btn-container-previous{padding:30px}.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn,.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn{background:0 0;color:#fff;padding:0;width:30px}.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn svg,.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn svg{fill:currentColor;stroke:currentColor;width:100%}
body .qodef-widget-block-92773a29 .qi-block-info-box{min-height:220px;justify-content:flex-start}body .qodef-widget-block-92773a29 .qi-block-info-box .qodef-m-content .qodef-m-subtitle{color:rgba(228,9,9,1)}body .qodef-widget-block-92773a29 .qi-block-info-box .qodef-m-content .qodef-m-text{color:rgba(228,9,9,1)}body .qodef-widget-block-5dde55ec .qi-block-icon-with-text .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-5dde55ec .qi-block-icon-with-text .qodef-separator--border-image .qodef-m-line{background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-75cff662 .qi-block-icon-with-text .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-75cff662 .qi-block-icon-with-text .qodef-separator--border-image .qodef-m-line{background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-5d939d8a .qi-block-table-of-contents .qodef-m-table-content ul{list-style-type:disc}body .qodef-widget-block-7612fcc2 .qi-block-icon-with-text .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-7612fcc2 .qi-block-icon-with-text .qodef-separator--border-image .qodef-m-line{background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-1739c450 .qi-block-table-of-contents .qodef-m-table-content ul{list-style-type:disc}body .qodef-widget-block-e8e7c099 .qi-block-table-of-contents .qodef-m-table-content ul{list-style-type:disc}body .qodef-widget-block-8ff19ae8 .qi-block-text-marquee .qodef-m-text.qodef-text--original{animation:qi-blocks-move-horizontal-normal-text-marquee 20s linear infinite}body .qodef-widget-block-8ff19ae8 .qi-block-text-marquee .qodef-m-text.qodef-text--copy{animation:qi-blocks-move-horizontal-normal-text-marquee-copy 20s linear infinite}body .qodef-widget-block-ef20fa36 .qi-block-info-box{justify-content:flex-start}body .qodef-widget-block-493658b4 .qi-block-icon-with-text .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-493658b4 .qi-block-icon-with-text .qodef-separator--border-image .qodef-m-line{background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-f7429126.qodef-block-container{margin-top:1px;margin-bottom:1px}body .qodef-widget-block-f7429126 .qi-block-icon-with-text:hover .qodef-m-title{color:rgba(39,53,178,1)}body .qodef-widget-block-f7429126 .qi-block-icon-with-text .qodef-m-icon-holder{font-size:10px;color:rgba(222,125,31,1)}body .qodef-widget-block-f7429126 .qi-block-icon-with-text .qodef-m-icon-holder svg{stroke-width:2px}body .qodef-widget-block-f7429126 .qi-block-icon-with-text .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-f7429126 .qi-block-icon-with-text .qodef-separator--border-image .qodef-m-line{background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-ea875c93.qodef-block-container{margin-top:1px;margin-bottom:1px}body .qodef-widget-block-ea875c93 .qi-block-icon-with-text:hover .qodef-m-title{color:rgba(39,53,178,1)}body .qodef-widget-block-ea875c93 .qi-block-icon-with-text .qodef-m-icon-holder{font-size:10px;color:rgba(222,125,31,1)}body .qodef-widget-block-ea875c93 .qi-block-icon-with-text .qodef-m-icon-holder svg{stroke-width:2px}body .qodef-widget-block-ea875c93 .qi-block-icon-with-text .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-ea875c93 .qi-block-icon-with-text .qodef-separator--border-image .qodef-m-line{background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-86d70d83 .qi-block-icon-with-text:hover .qodef-m-title{color:rgba(39,53,178,1)}body .qodef-widget-block-86d70d83 .qi-block-icon-with-text .qodef-m-icon-holder{font-size:10px;color:rgba(222,125,31,1)}body .qodef-widget-block-86d70d83 .qi-block-icon-with-text .qodef-m-icon-holder svg{stroke-width:2px}body .qodef-widget-block-86d70d83 .qi-block-icon-with-text .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-86d70d83 .qi-block-icon-with-text .qodef-separator--border-image .qodef-m-line{background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-b2554e7a.qodef-block-container{margin-top:1px;margin-bottom:1px}body .qodef-widget-block-b2554e7a .qi-block-icon-with-text:hover .qodef-m-title{color:rgba(39,53,178,1)}body .qodef-widget-block-b2554e7a .qi-block-icon-with-text .qodef-m-icon-holder{font-size:10px;color:rgba(222,125,31,1)}body .qodef-widget-block-b2554e7a .qi-block-icon-with-text .qodef-m-icon-holder svg{stroke-width:2px}body .qodef-widget-block-b2554e7a .qi-block-icon-with-text .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-b2554e7a .qi-block-icon-with-text .qodef-separator--border-image .qodef-m-line{background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-98709838.qodef-block-container{margin-top:1px;margin-bottom:1px}body .qodef-widget-block-98709838 .qi-block-icon-with-text:hover .qodef-m-title{color:rgba(39,53,178,1)}body .qodef-widget-block-98709838 .qi-block-icon-with-text .qodef-m-icon-holder{font-size:10px;color:rgba(222,125,31,1)}body .qodef-widget-block-98709838 .qi-block-icon-with-text .qodef-m-icon-holder svg{stroke-width:2px}body .qodef-widget-block-98709838 .qi-block-icon-with-text .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-98709838 .qi-block-icon-with-text .qodef-separator--border-image .qodef-m-line{background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-79f39b34.qodef-block-container{margin-top:1px;margin-bottom:1px}body .qodef-widget-block-79f39b34 .qi-block-icon-with-text:hover .qodef-m-title{color:rgba(39,53,178,1)}body .qodef-widget-block-79f39b34 .qi-block-icon-with-text .qodef-m-icon-holder{font-size:10px;color:rgba(222,125,31,1)}body .qodef-widget-block-79f39b34 .qi-block-icon-with-text .qodef-m-icon-holder svg{stroke-width:2px}body .qodef-widget-block-79f39b34 .qi-block-icon-with-text .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-79f39b34 .qi-block-icon-with-text .qodef-separator--border-image .qodef-m-line{background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-19807ef6.qodef-block-container{margin-top:1px;margin-bottom:1px}body .qodef-widget-block-19807ef6 .qi-block-icon-with-text:hover .qodef-m-title{color:rgba(39,53,178,1)}body .qodef-widget-block-19807ef6 .qi-block-icon-with-text .qodef-m-icon-holder{font-size:10px;color:rgba(222,125,31,1)}body .qodef-widget-block-19807ef6 .qi-block-icon-with-text .qodef-m-icon-holder svg{stroke-width:2px}body .qodef-widget-block-19807ef6 .qi-block-icon-with-text .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-19807ef6 .qi-block-icon-with-text .qodef-separator--border-image .qodef-m-line{background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-194c79e0.qodef-block-container{margin-top:1px;margin-bottom:1px}body .qodef-widget-block-194c79e0 .qi-block-icon-with-text:hover .qodef-m-title{color:rgba(39,53,178,1)}body .qodef-widget-block-194c79e0 .qi-block-icon-with-text .qodef-m-icon-holder{font-size:10px;color:rgba(222,125,31,1)}body .qodef-widget-block-194c79e0 .qi-block-icon-with-text .qodef-m-icon-holder svg{stroke-width:2px}body .qodef-widget-block-194c79e0 .qi-block-icon-with-text .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-194c79e0 .qi-block-icon-with-text .qodef-separator--border-image .qodef-m-line{background-size:auto;background-position:left;background-repeat:round}
.rs-p-wp-fix{display:none !important;margin:0 !important;height:0 !important}.wp-block-themepunch-revslider{position:relative}#debungcontrolls{z-index:100000;position:fixed;bottom:0;width:100%;height:auto;background:rgba(0,0,0,.6);padding:10px;box-sizing:border-box}rs-debug{z-index:100000;position:fixed;top:0;width:300px;height:300px;background:rgba(0,0,0,.6);padding:10px;box-sizing:border-box;color:#fff;font-size:10px;line-height:13px;overflow:scroll}rs-modal{position:fixed !important;z-index:9999999 !important;pointer-events:none !important}rs-modal.rs-modal-auto{top:auto;bottom:auto;left:auto;right:auto}rs-modal.rs-modal-fullwidth,rs-modal.rs-modal-fullscreen{top:0;left:0;width:100%;height:100%}rs-modal rs-fullwidth-wrap{position:absolute;top:0;left:0;height:100%}rs-module-wrap.rs-modal{display:none;max-height:100% !important;overflow:auto !important;pointer-events:auto !important}rs-module-wrap.hideallscrollbars.rs-modal{overflow:hidden !important;max-width:100% !important}rs-modal-cover{width:100%;height:100%;z-index:0;background:0 0;position:absolute;top:0;left:0;cursor:pointer;pointer-events:auto}body>rs-modal-cover{position:fixed;z-index:9999995 !important}rs-sbg-px{pointer-events:none}.rs-forcehidden *{visibility:hidden !important}.rs_splitted_lines{display:block;white-space:nowrap !important}.debugtimeline{width:100%;height:10px;position:relative;display:block;margin-bottom:3px;display:none;white-space:nowrap;box-sizing:border-box}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed !important;width:100% !important;height:100% !important;top:0 !important;left:0 !important;z-index:9999999 !important;background:#fff}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:'revicons';src:url(//a-wall.co.ua/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888);src:url(//a-wall.co.ua/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(//a-wall.co.ua/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.woff?5510888) format('woff'),url(//a-wall.co.ua/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.ttf?5510888) format('truetype'),url(//a-wall.co.ua/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class^=revicon-]:before,[class*=" revicon-"]:before{font-family:"revicons";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}rs-module i[class^=fa-],rs-module i[class*=" fa-"],.rb-modal-wrapper i[class^=fa-],.rb-modal-wrapper i[class*=" fa-"],#waitaminute i[class^=fa-],#waitaminute i[class*=" fa-"],#objectlibrary i[class^=fa-],#objectlibrary i[class*=" fa-"],#rs_overview i[class^=fa-],#rs_overview i[class*=" fa-"],#rs_overview_menu i[class^=fa-],#rs_overview_menu i[class*=" fa-"],#builderView i[class^=fa-],#builderView i[class*=" fa-"]{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}rs-module [class^=fa-]:before,rs-module [class*=" fa-"]:before,.rb-modal-wrapper [class^=fa-]:before,.rb-modal-wrapper [class*=" fa-"]:before,#rs_overview [class^=fa-]:before,#rs_overview [class*=" fa-"]:before,#objectlibrary [class^=fa-]:before,#objectlibrary [class*=" fa-"]:before,#waitaminute [class^=fa-]:before,#waitaminute [class*=" fa-"]:before,#rs_overview_menu [class^=fa-]:before,#rs_overview_menu [class*=" fa-"]:before,#builderView [class^=fa-]:before,#builderView [class*=" fa-"]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:auto;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}rs-module .sr-only,#objectlibrary .sr-only,#waitaminute .sr-only,#rs_overview .sr-only,#rs_overview_menu .sr-only,.rb-modal-wrapper .sr-only,#builderView .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}rs-module .sr-only-focusable:active,rs-module .sr-only-focusable:focus,#waitaminute .sr-only-focusable:active,#waitaminute .sr-only-focusable:focus,#objectlibrary .sr-only-focusable:active,#objectlibrary .sr-only-focusable:focus,#rs_overview .sr-only-focusable:active,#rs_overview .sr-only-focusable:focus,#rs_overview_menu .sr-only-focusable:active,#rs_overview_menu .sr-only-focusable:focus,.rb-modal-wrapper .sr-only-focusable:active,.rb-modal-wrapper .sr-only-focusable:focus,#builderView .sr-only-focusable:active,#builderView .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.tp-fullwidth-forcer{z-index:0;pointer-events:none}rs-module-wrap{visibility:hidden}rs-module-wrap,rs-module-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}rs-module-wrap{position:relative;z-index:1;width:100%;display:block}.rs-fixedscrollon rs-module-wrap{position:fixed !important;top:0 !important;z-index:1000;left:0 !important}.rs-stickyscrollon rs-module-wrap{position:sticky !important;top:0;z-index:1000}.rs-stickyscrollon{overflow:visible !important}rs-fw-forcer{display:block;width:100%;pointer-events:none}rs-module{position:relative;overflow:hidden;display:block}rs-module.disableVerticalScroll{-ms-touch-action:pan-x;touch-action:pan-x}rs-pzimg-wrap,rs-sbg-effectwrap,rs-sbg{display:block;pointer-events:none}rs-sbg-effectwrap{position:absolute;top:0;left:0;width:100%;height:100%}rs-sbg-px,rs-sbg-wrap{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;display:block}a.rs-layer,a.rs-layer:-webkit-any-link{text-decoration:none}a[x-apple-data-detectors]{color:inherit !important;text-decoration:none !important;font-size:inherit !important;font-family:inherit !important;font-weight:inherit !important;line-height:inherit !important}.entry-content rs-module a,rs-module a{box-shadow:none}.rs-ov-hidden{overflow:hidden !important}.rs-forceoverflow,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-module,.rs-forceoverflow rs-slides,.rs-forceoverflow rs-slide{overflow:visible !important}.tp-simpleresponsive img,rs-module img{max-width:none !important;transition:none;margin:0;padding:0;border:none}rs-module .no-slides-text{font-weight:700;text-align:center;padding-top:80px}rs-slides,rs-slide,rs-slide:before{position:absolute;text-indent:0em;top:0;left:0}rs-slide,rs-slide:before{display:block;visibility:hidden}.rs-layer .rs-untoggled-content{display:block}.rs-layer .rs-toggled-content{display:none}.rs-tc-active.rs-layer .rs-toggled-content{display:block}.rs-tc-active.rs-layer .rs-untoggled-content{display:none}.rs-layer-video{overflow:hidden}.rs_html5vidbasicstyles{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden}rs-module rs-layer,rs-module .rs-layer{opacity:0;position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased !important;-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-osx-font-smoothing:grayscale;z-index:1}rs-layer-wrap,rs-mask,rs-module-wrap,rs-module .rs-layer,rs-module img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap *:last-child,.wpb_text_column rs-module rs-mask-wrap .rs-layer,.wpb_text_column rs-module rs-mask-wrap *:last-child{margin-bottom:0}.rs-svg svg{width:100%;height:100%;position:relative;vertical-align:top}rs-layer:not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-alyer *:not(.rs-wtbindex),.rs-layer *:not(.rs-wtbindex){outline:none !important}rs-carousel-wrap{cursor:url(//a-wall.co.ua/wp-content/plugins/revslider/public/assets/css/openhand.cur),move}rs-carousel-wrap.dragged{cursor:url(//a-wall.co.ua/wp-content/plugins/revslider/public/assets/css/closedhand.cur),move}rs-carousel-wrap.noswipe{cursor:default}rs-carousel-wrap{position:absolute;overflow:hidden;width:100%;height:100%;top:0;left:0}rs-carousel-space{clear:both;display:block;width:100%;height:0;position:relative}.tp_inner_padding{box-sizing:border-box;max-height:none !important}.rs-layer.rs-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}rs-px-mask{overflow:hidden;display:block;width:100%;height:100%;position:relative}rs-module embed,rs-module iframe,rs-module object,rs-module audio,rs-module video{max-width:none !important;border:none}rs-bg-elem{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block;pointer-events:none}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}rs-zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0px;pointer-events:none}rs-row-wrap,rs-column,rs-cbg-mask-wrap{display:block;visibility:hidden}rs-layer-wrap,rs-parallax-wrap,rs-loop-wrap,rs-mask-wrap{display:block}rs-column-wrap>rs-loop-wrap{z-index:1}rs-layer-wrap,rs-mask-wrap,rs-cbg-mask-wrap{transform-style:flat}.safarifix rs-layer-wrap{perspective:1000000}@-moz-document url-prefix(){rs-layer-wrap,rs-mask-wrap,rs-cbg-mask-wrap{perspective:none}}rs-mask-wrap{overflow:hidden}rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block;overflow:visible;max-width:none !important}.rev_row_zone_top{top:0}.rev_row_zone_bottom{bottom:0}rs-column-wrap .rs-parallax-wrap{vertical-align:top}.rs-layer img,rs-layer img{vertical-align:top}rs-row,rs-row.rs-layer{display:table;position:relative;width:100% !important;table-layout:fixed;box-sizing:border-box;vertical-align:top;height:auto;font-size:0px}rs-column-wrap{display:table-cell;position:relative;vertical-align:top;height:auto;box-sizing:border-box;font-size:0px}rs-column{box-sizing:border-box;display:block;position:relative;width:100% !important;height:auto !important;white-space:normal !important}rs-cbg-mask-wrap{position:absolute;z-index:0;box-sizing:border-box}rs-column-wrap rs-cbg-mask-wrap{top:0;left:0;bottom:0;right:0}rs-column-bg{position:absolute;z-index:0;box-sizing:border-box;width:100%;height:100%}.rs-pelock *{pointer-events:none !important}rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap{text-align:inherit}rs-column rs-mask-wrap{display:inline-block}rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap,rs-column .rs-parallax-wrap{position:relative !important;left:auto !important;top:auto !important;line-height:0}rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap,rs-column .rs-parallax-wrap,rs-column .rev_layer_in_column{vertical-align:top}.rev_break_columns{display:block !important}.rev_break_columns rs-column-wrap.rs-parallax-wrap{display:block !important;width:100% !important}.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-row-wrap.rs-layer-hidden,rs-column-wrap.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden{visibility:hidden !important;display:none !important}rs-layer.rs-nointeraction,.rs-layer.rs-nointeraction{pointer-events:none !important}rs-static-layers{position:absolute;z-index:101;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none}rs-static-layers.rs-stl-back{z-index:0}.rs-layer rs-fcr{width:0;height:0;border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-fcrt{width:0;height:0;border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-bcr{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;left:100%;top:0}.rs-layer rs-bcrt{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00a8ff;position:absolute;left:100%;top:0}.tp-layer-inner-rotation{position:relative !important}img.tp-slider-alternative-image{width:100%;height:auto}.noFilterClass{filter:none !important}rs-bgvideo{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block}.rs-layer.coverscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.rs-layer.rs-fsv{left:0;top:0;position:absolute;width:100%;height:100%}.rs-layer.rs-fsv audio,.rs-layer.rs-fsv video,.rs-layer.rs-fsv iframe,.rs-layer.rs-fsv iframe audio,.rs-layer.rs-fsv iframe video{width:100%;height:100%;display:none}.fullcoveredvideo audio,.rs-fsv audio .fullcoveredvideo video,.rs-fsv video{background:#000}.fullcoveredvideo rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid rs-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#fff;z-index:3;margin-top:-25px;margin-left:-25px;line-height:50px !important;text-align:center;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;vertical-align:top;z-index:4;opacity:0;transition:opacity .3s ease-out !important}.rs-audio .tp-video-play-button{display:none !important}.rs-layer .html5vid{width:100% !important;height:100% !important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;text-align:center !important;vertical-align:top;line-height:50px !important;font-size:30px !important}.rs-layer:hover .tp-video-play-button{opacity:1;display:block}.rs-layer .tp-revstop{display:none;width:15px;border-right:5px solid #fff !important;border-left:5px solid #fff !important;transform:translateX(50%) translateY(50%);height:20px;margin-left:11px !important;margin-top:5px !important}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none !important}.rs-fsv .rs-fsv audio{object-fit:contain !important}.rs-fsv .rs-fsv video{object-fit:contain !important}.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button{display:none}@supports not (-ms-high-contrast:none){.rs-fsv .fullcoveredvideo audio{object-fit:cover !important}.rs-fsv .fullcoveredvideo video{object-fit:cover !important}}.rs-fullvideo-cover{width:100%;height:100%;top:0;left:0;position:absolute;background:0 0;z-index:5}.rs-nolc .tp-video-play-button,rs-bgvideo video::-webkit-media-controls-start-playback-button,rs-bgvideo video::-webkit-media-controls,rs-bgvideo audio::-webkit-media-controls{display:none !important}.rs-audio .tp-video-controls{opacity:1 !important;visibility:visible !important}rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h3.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module h6.rs-layer,rs-module div.rs-layer,rs-module span.rs-layer,rs-module p.rs-layer{margin:0;padding:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h3.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before,rs-module h6.rs-layer:before{content:none}rs-dotted{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;display:block;pointer-events:none}rs-sbg-wrap rs-dotted{z-index:31}rs-dotted.twoxtwo{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADUlEQVR42mNg+M8AAQAIAgEAloXiqwAAAABJRU5ErkJggg==)}rs-dotted.twoxtwowhite{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADUlEQVR4AWP4/58BAgAQ+QH/eU1QjQAAAABJRU5ErkJggg==)}rs-dotted.threexthree{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAQAAAD8IX00AAAADUlEQVR4AWNg+M+AAQATAgEAtKVJJQAAAABJRU5ErkJggg==)}rs-dotted.threexthreewhite{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAQAAAD8IX00AAAADklEQVR42mP4/58BAwAAJu4B/7J4cV8AAAAASUVORK5CYII=)}.tp-shadowcover{width:100%;height:100%;top:0;left:0;background:#fff;position:absolute;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:before,.tp-shadow2:after,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:before,.tp-shadow5:after{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0px rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.rev-btn,.rev-btn:visited{outline:none !important;box-shadow:none;text-decoration:none !important;box-sizing:border-box;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase}.rev-btn i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;margin-left:0;line-height:inherit}.rev-btn.rev-hiddenicon i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;opacity:0;margin-left:0 !important;width:0 !important}.rev-btn.rev-hiddenicon:hover i{opacity:1 !important;margin-left:10px !important;width:auto !important}.rev-burger{position:relative;box-sizing:border-box;padding:22px 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat !important}.rev-burger span:nth-child(2){margin:3px 0}.quick_style_example_wrap .rev-burger:hover :first-child,#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}.quick_style_example_wrap .rev-burger:hover :nth-child(2),#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}.quick_style_example_wrap .rev-burger:hover :last-child,#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-b-span-light span,.rev-burger.revb-white span{background:#fff}.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger.revb-darknoborder{border:0}.rev-b-span-dark span,.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:70%}50%{opacity:0;top:70%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#7f8c8d;color:#fff;font-family:"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>*:hover,.rev-scroll-btn>*:focus,.rev-scroll-btn>*.active{color:#fff}.rev-scroll-btn>*:hover,.rev-scroll-btn>*:focus,.rev-scroll-btn>*:active,.rev-scroll-btn>*.active{opacity:.8}.rev-scroll-btn.revs-fullwhite{background:#fff}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite;background:#fff}.rev-scroll-btn.rev-b-span-dark{border-color:#333}.rev-scroll-btn.rev-b-span-dark span,.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#fff;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr{border-radius:3px}.rev-cbutton-light{color:#333;background-color:rgba(255,255,255,.75)}.rev-cbutton-light-sr{color:#333;border-radius:3px;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3b5998}.rev-sbutton-lightblue{background-color:#00a0d1}.rev-sbutton-red{background-color:#dd4b39}rs-progress{visibility:hidden;position:absolute;z-index:200;width:100%;height:100%}rs-progress-bar,.rs-progress-bar{display:block;z-index:20;box-sizing:border-box;background-clip:content-box;position:absolute;vertical-align:top;line-height:0;width:100%;height:100%}rs-progress-bgs{display:block;z-index:15;box-sizing:border-box;width:100%;position:absolute;height:100%;top:0;left:0}rs-progress-bg{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-gap{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-vis{display:block;width:100%;height:100%;position:absolute;top:0;left:0}.rs-layer img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);zoom:1}.rs-layer.slidelink{cursor:pointer;width:100%;height:100%}.rs-layer.slidelink a{width:100%;height:100%;display:block}.rs-layer.slidelink a div{width:3000px;height:1500px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAABnRSTlMARwBwAEyv7uYjAAAAD0lEQVR4AWNwL/BBRpTyAfO4GUwbPa/4AAAAAElFTkSuQmCC) repeat}.rs-layer.slidelink a span{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAABnRSTlMARwBwAEyv7uYjAAAAD0lEQVR4AWNwL/BBRpTyAfO4GUwbPa/4AAAAAElFTkSuQmCC) repeat;width:100%;height:100%;display:block}.rs-layer .rs-starring{display:inline-block}.rs-layer .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#ffc321 !important}.rs-layer .rs-starring .star-rating,.rs-layer .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em !important}.rs-layer .rs-starring .star-rating:before,.rs-layer .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#e0dadf;float:left;top:0;left:0;position:absolute}.rs-layer .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em !important}.rs-layer .rs-starring .star-rating span:before,.rs-layer .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}rs-loader{top:50%;left:50%;z-index:10000;position:absolute}rs-loader.off{display:none !important}rs-loader.spinner0{width:40px;height:40px;background-color:#fff;background-image:url(data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAHAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQABwABACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAAHAAIALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQABwADACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkEAAcABAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAAHAAUALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAAHAAYALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkEAAcABwAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAAHAAgALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAAHAAkALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkEAAcACgAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAAHAAsALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==);background-repeat:no-repeat;background-position:center center;box-shadow:0px 0px 20px 0px rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0px 0px 20px 0px rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner5{background-image:url(data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAHAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQABwABACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAAHAAIALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQABwADACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkEAAcABAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAAHAAUALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAAHAAYALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkEAAcABwAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAAHAAgALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAAHAAkALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkEAAcACgAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAAHAAsALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==);background-repeat:no-repeat;background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}rs-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0px 0px 20px 0px rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}rs-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}rs-loader.spinner3 .bounce1,rs-loader.spinner3 .bounce2,rs-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0px 0px 20px 0px rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}rs-loader.spinner3 .bounce1{animation-delay:-.32s}rs-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}rs-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}rs-loader.spinner4 .dot1,rs-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0px 0px 20px 0px rgba(0,0,0,.15)}rs-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}rs-layer iframe{visibility:hidden}rs-layer.rs-ii-o iframe{visibility:visible}rs-layer input[type=text],rs-layer input[type=email],rs-layer input[type=url],rs-layer input[type=password],rs-layer input[type=search],rs-layer input[type=number],rs-layer input[type=tel],rs-layer input[type=range],rs-layer input[type=date],rs-layer input[type=month],rs-layer input[type=week],rs-layer input[type=time],rs-layer input[type=datetime],rs-layer input[type=datetime-local]{display:inline-block}rs-layer input::placeholder{vertical-align:middle;line-height:inherit !important}a.rs-layer{transition:none}rs-thumbs-wrap,rs-tabs-wrap,rs-thumbs,rs-thumb,rs-tab,rs-bullet,rs-bullets,rs-navmask,rs-tabs,rs-arrow{display:block}.tp-thumbs.navbar,.tp-bullets.navbar,.tp-tabs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-tabs,.tp-thumbs,.tp-bullets{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,rs-poster,.tp-thumb-image,.tp-tab-image{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}rs-poster{cursor:pointer;z-index:3}.tp-tab:hover,.tp-tab.selected,.tp-thumb:hover,.tp-thumb.selected{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box !important}.tp-tabs,.tp-thumbs{box-sizing:content-box !important}.tp-bullet{width:15px;height:15px;position:absolute;background:#fff;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:"revicons";font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}.rs-layer [class^=pe-7s-]:before,.rs-layer [class*=" pe-7s-"]:before{width:auto;margin:0;line-height:inherit;box-sizing:inherit}rs-pzimg-wrap{display:block}body.rtl .rs-pzimg{left:0 !important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.dddwrapper{transform-style:flat;perspective:10000px}.rs_error_message_box{background:#111;width:800px;margin:40px auto;padding:40px 20px;text-align:center;font-family:"Open Sans",sans-serif}.rs_error_message_oops{margin:0 0 20px;line-height:60px;font-size:34px;color:#fff}.rs_error_message_content{margin:0 0 20px;line-height:25px;font-size:17px;color:#fff}.rs_error_message_button{color:#fff !important;background:#333;display:inline-block;padding:10px 15px;text-align:right;border-radius:5px;cursor:pointer;text-decoration:none !important}.rs_error_message_button:hover{background:#5e35b1}.hglayerinfo{position:fixed;bottom:0;left:0;color:#fff;font-size:12px;line-height:20px;font-weight:600;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.hginfo{position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600;background:#000;padding:2px 5px}.indebugmode .rs-layer:hover{border:1px dashed #c0392b !important}.helpgrid{border:2px dashed #c0392b;position:absolute;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden:after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua:after,.reyes:after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua:after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes:after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham:after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster:after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden:after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson:after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird:after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair:after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi:after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn:after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2:after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville:after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville:before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark:after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark:before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon:before{background:#a0a0a0;mix-blend-mode:soft-light}.moon:after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow:before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow:after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise:after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise:before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber:after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber:before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after{height:500%;width:500%}rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.bgcanvas{display:none;position:absolute;overflow:hidden}

#rs-demo-id {}

:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:#fff;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32,7,7,.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set:after,.woocommerce .col2-set:before,.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before{content:" ";display:table}.woocommerce .col2-set:after,.woocommerce-page .col2-set:after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails:after,.woocommerce #content div.product div.thumbnails:before,.woocommerce div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:before,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:before,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:before{content:" ";display:table}.woocommerce #content div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment:after,.woocommerce #content div.product #reviews .comment:before,.woocommerce div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:before,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:before,.woocommerce-page div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:before{content:" ";display:table}.woocommerce #content div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products:after,.woocommerce ul.products:before,.woocommerce-page ul.products:after,.woocommerce-page ul.products:before{content:" ";display:table}.woocommerce ul.products:after,.woocommerce-page ul.products:after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:before,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals:after,.woocommerce .cart-collaterals:before,.woocommerce-page .cart-collaterals:after,.woocommerce-page .cart-collaterals:before{content:" ";display:table}.woocommerce .cart-collaterals:after,.woocommerce-page .cart-collaterals:after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:before,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.cart_list li:before,.woocommerce-page ul.product_list_widget li:after,.woocommerce-page ul.product_list_widget li:before{content:" ";display:table}.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after{clear:both}.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{float:right;height:auto}.woocommerce form .form-row:after,.woocommerce form .form-row:before,.woocommerce-page form .form-row:after,.woocommerce-page form .form-row:before{content:" ";display:table}.woocommerce form .form-row:after,.woocommerce-page form .form-row:after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input:before,.woocommerce-page form .show-password-input:before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password:before,.woocommerce-page form .show-password-input.display-password:before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields:after,.woocommerce .woocommerce-billing-fields:before,.woocommerce .woocommerce-shipping-fields:after,.woocommerce .woocommerce-shipping-fields:before,.woocommerce-page .woocommerce-billing-fields:after,.woocommerce-page .woocommerce-billing-fields:before,.woocommerce-page .woocommerce-shipping-fields:after,.woocommerce-page .woocommerce-shipping-fields:before{content:" ";display:table}.woocommerce .woocommerce-billing-fields:after,.woocommerce .woocommerce-shipping-fields:after,.woocommerce-page .woocommerce-billing-fields:after,.woocommerce-page .woocommerce-shipping-fields:after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}
@charset "UTF-8";:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:#fff;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32,7,7,.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:star;src:url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description:before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0;border-style:solid;border-color:#1e85be transparent transparent;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.select2-container{width:100%}.select2-container .select2-selection--single{height:auto}.select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}.select2-container .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}.select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}.select2-container .select2-dropdown,.select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}.select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay:before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader:before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb:after,.woocommerce .woocommerce-breadcrumb:before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb:after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li:before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li:after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs:before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart:after,.woocommerce div.product p.cart:before{content:" ";display:table}.woocommerce div.product p.cart:after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart:after,.woocommerce div.product form.cart:before{content:" ";display:table}.woocommerce div.product form.cart:after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul:after,.woocommerce .products ul:before,.woocommerce ul.products:after,.woocommerce ul.products:before{content:" ";display:table}.woocommerce .products ul:after,.woocommerce ul.products:after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;color:rgba(90,89,68,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review:after,.woocommerce #reviews #comments .add_review:before{content:" ";display:table}.woocommerce #reviews #comments .add_review:after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist:after,.woocommerce #reviews #comments ol.commentlist:before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist:after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text:after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li:before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating:before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span:before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating:after,.woocommerce .woocommerce-product-rating:before{content:" ";display:table}.woocommerce .woocommerce-product-rating:after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond:after,.woocommerce #review_form #respond:before{content:" ";display:table}.woocommerce #review_form #respond:after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;font-size:24px}.woocommerce p.stars a:before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";content:"\e021"/"";text-indent:0}.woocommerce p.stars a:hover~a:before{content:"\e021"}.woocommerce p.stars:hover a:before{content:"\e020"}.woocommerce p.stars.selected a.active:before{content:"\e020"}.woocommerce p.stars.selected a.active~a:before{content:"\e021"}.woocommerce p.stars.selected a:not(.active):before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before{content:" ";display:table}.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl:after,.woocommerce ul.cart_list li dl:before,.woocommerce ul.product_list_widget li dl:after,.woocommerce ul.product_list_widget li dl:before{content:" ";display:table}.woocommerce ul.cart_list li dl:after,.woocommerce ul.product_list_widget li dl:after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:before,.woocommerce.widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details:after,.woocommerce ul.order_details:before{content:" ";display:table}.woocommerce ul.order_details:after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt:after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt:before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgba(0,0,0,.1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgba(0,0,0,.1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li:after,.woocommerce .widget_rating_filter ul li:before{content:" ";display:table}.woocommerce .widget_rating_filter ul li:after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading:after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added:after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error:after,.woocommerce-error:before,.woocommerce-info:after,.woocommerce-info:before,.woocommerce-message:after,.woocommerce-message:before{content:" ";display:table}.woocommerce-error:after,.woocommerce-info:after,.woocommerce-message:after{clear:both}.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message:before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info:before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error:before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce:after,.woocommerce-account .woocommerce:before{content:" ";display:table}.woocommerce-account .woocommerce:after{clear:both}.woocommerce-account .addresses .title:after,.woocommerce-account .addresses .title:before{content:" ";display:table}.woocommerce-account .addresses .title:after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout:after,#add_payment_method .wc-proceed-to-checkout:before,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-cart .wc-proceed-to-checkout:before,.woocommerce-checkout .wc-proceed-to-checkout:after,.woocommerce-checkout .wc-proceed-to-checkout:before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout:after,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-checkout .wc-proceed-to-checkout:after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button:after,.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgba(129,110,153,.14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgba(104,87,125,.14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods:after,#add_payment_method #payment ul.payment_methods:before,.woocommerce-cart #payment ul.payment_methods:after,.woocommerce-cart #payment ul.payment_methods:before,.woocommerce-checkout #payment ul.payment_methods:after,.woocommerce-checkout #payment ul.payment_methods:before{content:" ";display:table}#add_payment_method #payment ul.payment_methods:after,.woocommerce-cart #payment ul.payment_methods:after,.woocommerce-checkout #payment ul.payment_methods:after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(//a-wall.co.ua/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box:before,.woocommerce-cart #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}
.woocommerce form .form-row .required{visibility:visible}
/*!
 * Ladda including the default theme.
 *//*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right:-6px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:-12px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:26px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:0}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:26px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:0}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:0}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:0;left:16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:0;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:0;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:32px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 2000px transparent}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 2000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}.ladda-button{background:#666;border:0;padding:14px 18px;font-size:18px;cursor:pointer;color:#fff;border-radius:2px;border:1px solid transparent;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}.ladda-button:hover{border-color:rgba(0,0,0,0.07);background-color:#888}.ladda-button[data-color=green]{background:#2aca76}.ladda-button[data-color=green]:hover{background-color:#38d683}.ladda-button[data-color=blue]{background:#53b5e6}.ladda-button[data-color=blue]:hover{background-color:#69bfe9}.ladda-button[data-color=red]{background:#ea8557}.ladda-button[data-color=red]:hover{background-color:#ed956e}.ladda-button[data-color=purple]{background:#9973C2}.ladda-button[data-color=purple]:hover{background-color:#a685ca}.ladda-button[data-color=mint]{background:#16a085}.ladda-button[data-color=mint]:hover{background-color:#19b698}.ladda-button[disabled],.ladda-button[data-loading]{border-color:rgba(0,0,0,0.07)}.ladda-button[disabled],.ladda-button[disabled]:hover,.ladda-button[data-loading],.ladda-button[data-loading]:hover{cursor:default;background-color:#999}.ladda-button[data-size=xs]{padding:4px 8px}.ladda-button[data-size=xs] .ladda-label{font-size:0.7em}.ladda-button[data-size=s]{padding:6px 10px}.ladda-button[data-size=s] .ladda-label{font-size:0.9em}.ladda-button[data-size=l] .ladda-label{font-size:1.2em}.ladda-button[data-size=xl] .ladda-label{font-size:1.5em}

/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;@layer theme;@layer theme{:root,:host{--bookly-font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bookly-font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bookly-color-red-50:oklch(97.1% .013 17.38);--bookly-color-red-100:oklch(93.6% .032 17.717);--bookly-color-red-500:oklch(63.7% .237 25.331);--bookly-color-red-600:oklch(57.7% .245 27.325);--bookly-color-red-700:oklch(50.5% .213 27.518);--bookly-color-red-800:oklch(44.4% .177 26.899);--bookly-color-amber-50:oklch(98.7% .022 95.277);--bookly-color-amber-100:oklch(96.2% .059 95.617);--bookly-color-amber-300:oklch(87.9% .169 91.605);--bookly-color-amber-900:oklch(41.4% .112 45.904);--bookly-color-green-500:oklch(72.3% .219 149.579);--bookly-color-green-700:oklch(52.7% .154 150.069);--bookly-color-sky-200:oklch(90.1% .058 230.902);--bookly-color-slate-50:oklch(98.4% .003 247.858);--bookly-color-slate-100:oklch(96.8% .007 247.896);--bookly-color-slate-200:oklch(92.9% .013 255.508);--bookly-color-slate-300:oklch(86.9% .022 252.894);--bookly-color-slate-400:oklch(70.4% .04 256.788);--bookly-color-slate-600:oklch(44.6% .043 257.281);--bookly-color-gray-100:oklch(96.7% .003 264.542);--bookly-color-gray-200:oklch(92.8% .006 264.531);--bookly-color-gray-300:oklch(87.2% .01 258.338);--bookly-color-gray-400:oklch(70.7% .022 261.325);--bookly-color-gray-500:oklch(55.1% .027 264.364);--bookly-color-gray-600:oklch(44.6% .03 256.802);--bookly-color-gray-800:oklch(27.8% .033 256.848);--bookly-color-black:#000;--bookly-color-white:#fff;--bookly-spacing:.25rem;--bookly-breakpoint-xl:80rem;--bookly-container-3xs:16rem;--bookly-container-2xs:18rem;--bookly-container-xs:20rem;--bookly-text-xs:.75rem;--bookly-text-xs--line-height:calc(1 / 0.75);--bookly-text-sm:.875rem;--bookly-text-sm--line-height:calc(1.25 / 0.875);--bookly-text-base:1rem;--bookly-text-base--line-height:calc(1.5 / 1);--bookly-text-lg:1.125rem;--bookly-text-lg--line-height:calc(1.75 / 1.125);--bookly-text-xl:1.25rem;--bookly-text-xl--line-height:calc(1.75 / 1.25);--bookly-text-2xl:1.5rem;--bookly-text-2xl--line-height:calc(2 / 1.5);--bookly-text-3xl:1.875rem;--bookly-text-3xl--line-height:calc(2.25 / 1.875);--bookly-text-4xl:2.25rem;--bookly-text-4xl--line-height:calc(2.5 / 2.25);--bookly-font-weight-normal:400;--bookly-font-weight-medium:500;--bookly-font-weight-semibold:600;--bookly-font-weight-bold:700;--bookly-leading-normal:1.5;--bookly-radius-lg:.5rem;--bookly-ease-in-out:cubic-bezier(.4,0,.2,1);--bookly-animate-spin:spin 1s linear infinite;--bookly-default-transition-duration:.15s;--bookly-default-transition-timing-function:cubic-bezier(.4,0,.2,1);--bookly-default-font-family:var(--bookly-font-sans);--bookly-default-mono-font-family:var(--bookly-font-mono);--bookly-color-default-border:var(--bookly-color-gray-200)}}.bookly-css-root *,.bookly-css-root :after,.bookly-css-root :before,.bookly-css-root ::backdrop,.bookly-css-root ::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}.bookly-css-root html,.bookly-css-root :host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--bookly-default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--bookly-default-font-feature-settings,normal);font-variation-settings:var(--bookly-default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}.bookly-css-root hr{height:0;color:inherit;border-top-width:1px}.bookly-css-root abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.bookly-css-root h1,.bookly-css-root h2,.bookly-css-root h3,.bookly-css-root h4,.bookly-css-root h5,.bookly-css-root h6{font-size:inherit;font-weight:inherit}.bookly-css-root a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}.bookly-css-root b,.bookly-css-root strong{font-weight:bolder}.bookly-css-root code,.bookly-css-root kbd,.bookly-css-root samp,.bookly-css-root pre{font-family:var(--bookly-default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--bookly-default-mono-font-feature-settings,normal);font-variation-settings:var(--bookly-default-mono-font-variation-settings,normal);font-size:1em}.bookly-css-root small{font-size:80%}.bookly-css-root sub,.bookly-css-root sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.bookly-css-root sub{bottom:-.25em}.bookly-css-root sup{top:-.5em}.bookly-css-root table{text-indent:0;border-color:inherit;border-collapse:collapse}.bookly-css-root :-moz-focusring{outline:auto}.bookly-css-root progress{vertical-align:baseline}.bookly-css-root summary{display:list-item}.bookly-css-root ol,.bookly-css-root ul,.bookly-css-root menu{list-style:none}.bookly-css-root img,.bookly-css-root svg,.bookly-css-root video,.bookly-css-root canvas,.bookly-css-root audio,.bookly-css-root iframe,.bookly-css-root embed,.bookly-css-root object{display:block;vertical-align:middle}.bookly-css-root img,.bookly-css-root video{max-width:100%;height:auto}.bookly-css-root button,.bookly-css-root input,.bookly-css-root select,.bookly-css-root optgroup,.bookly-css-root textarea,.bookly-css-root ::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}.bookly-css-root :where(select:is([multiple],[size])) optgroup{font-weight:bolder}.bookly-css-root :where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}.bookly-css-root ::file-selector-button{margin-inline-end:4px}.bookly-css-root ::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){.bookly-css-root ::placeholder{color:currentcolor}@supports (color:color-mix(in lab,red,red)){.bookly-css-root ::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}.bookly-css-root textarea{resize:vertical}.bookly-css-root ::-webkit-search-decoration{-webkit-appearance:none}.bookly-css-root ::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}.bookly-css-root ::-webkit-datetime-edit{display:inline-flex}.bookly-css-root ::-webkit-datetime-edit-fields-wrapper{padding:0}.bookly-css-root ::-webkit-datetime-edit,.bookly-css-root ::-webkit-datetime-edit-year-field,.bookly-css-root ::-webkit-datetime-edit-month-field,.bookly-css-root ::-webkit-datetime-edit-day-field,.bookly-css-root ::-webkit-datetime-edit-hour-field,.bookly-css-root ::-webkit-datetime-edit-minute-field,.bookly-css-root ::-webkit-datetime-edit-second-field,.bookly-css-root ::-webkit-datetime-edit-millisecond-field,.bookly-css-root ::-webkit-datetime-edit-meridiem-field{padding-block:0}.bookly-css-root :-moz-ui-invalid{box-shadow:none}.bookly-css-root button,.bookly-css-root input:where([type=button],[type=reset],[type=submit]),.bookly-css-root ::file-selector-button{appearance:button}.bookly-css-root ::-webkit-inner-spin-button,.bookly-css-root ::-webkit-outer-spin-button{height:auto}.bookly-css-root [hidden]:where(:not([hidden=until-found])){display:none !important}.bookly-css-root .bookly\:\@container\/main{container-type:inline-size !important;container-name:main !important}.bookly-css-root .bookly\:pointer-events-none{pointer-events:none !important}.bookly-css-root .bookly\:absolute{position:absolute !important}.bookly-css-root .bookly\:fixed{position:fixed !important}.bookly-css-root .bookly\:relative{position:relative !important}.bookly-css-root .bookly\:inset-0{inset:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:inset-1{inset:calc(var(--bookly-spacing) * 1) !important}.bookly-css-root .bookly\:inset-y-0{inset-block:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:start-0{inset-inline-start:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:start-3{inset-inline-start:calc(var(--bookly-spacing) * 3) !important}.bookly-css-root .bookly\:end-0{inset-inline-end:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:end-3{inset-inline-end:calc(var(--bookly-spacing) * 3) !important}.bookly-css-root .bookly\:top-0{top:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:top-1{top:calc(var(--bookly-spacing) * 1) !important}.bookly-css-root .bookly\:top-2{top:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:top-4{top:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:top-5\.5{top:calc(var(--bookly-spacing) * 5.5) !important}.bookly-css-root .bookly\:right-0{right:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:right-1{right:calc(var(--bookly-spacing) * 1) !important}.bookly-css-root .bookly\:right-2{right:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:-bottom-6{bottom:calc(var(--bookly-spacing) * -6) !important}.bookly-css-root .bookly\:bottom-0{bottom:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:bottom-2{bottom:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:left-0{left:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:left-1\/2{left:50% !important}.bookly-css-root .bookly\:z-0{z-index:0 !important}.bookly-css-root .bookly\:z-10{z-index:10 !important}.bookly-css-root .bookly\:z-\[1050\]{z-index:1050 !important}.bookly-css-root .bookly\:z-\[100050\]{z-index:100050 !important}.bookly-css-root .bookly\:col-span-1{grid-column:span 1/span 1 !important}.bookly-css-root .bookly\:col-span-2{grid-column:span 2/span 2 !important}.bookly-css-root .bookly\:float-right{float:right !important}.bookly-css-root .bookly\:-m-2{margin:calc(var(--bookly-spacing) * -2) !important}.bookly-css-root .bookly\:m-0{margin:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:m-4{margin:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:mx-1{margin-inline:calc(var(--bookly-spacing) * 1) !important}.bookly-css-root .bookly\:mx-2{margin-inline:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:mx-4{margin-inline:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:mx-auto{margin-inline:auto !important}.bookly-css-root .bookly\:my-0{margin-block:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:my-2{margin-block:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:my-3{margin-block:calc(var(--bookly-spacing) * 3) !important}.bookly-css-root .bookly\:my-4{margin-block:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:ms-0{margin-inline-start:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:ms-2{margin-inline-start:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:ms-3{margin-inline-start:calc(var(--bookly-spacing) * 3) !important}.bookly-css-root .bookly\:ms-4{margin-inline-start:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:me-0{margin-inline-end:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:me-2{margin-inline-end:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:me-3{margin-inline-end:calc(var(--bookly-spacing) * 3) !important}.bookly-css-root .bookly\:me-4{margin-inline-end:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:-mt-1{margin-top:calc(var(--bookly-spacing) * -1) !important}.bookly-css-root .bookly\:mt-2{margin-top:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:mt-4{margin-top:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:mt-36{margin-top:calc(var(--bookly-spacing) * 36) !important}.bookly-css-root .bookly\:-mb-2{margin-bottom:calc(var(--bookly-spacing) * -2) !important}.bookly-css-root .bookly\:-mb-4{margin-bottom:calc(var(--bookly-spacing) * -4) !important}.bookly-css-root .bookly\:mb-0{margin-bottom:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:mb-0\.5{margin-bottom:calc(var(--bookly-spacing) * 0.5) !important}.bookly-css-root .bookly\:mb-1{margin-bottom:calc(var(--bookly-spacing) * 1) !important}.bookly-css-root .bookly\:mb-2{margin-bottom:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:mb-3{margin-bottom:calc(var(--bookly-spacing) * 3) !important}.bookly-css-root .bookly\:mb-4{margin-bottom:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:ml-2{margin-left:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:box-border{box-sizing:border-box !important}.bookly-css-root .bookly\:box-content{box-sizing:content-box !important}.bookly-css-root .bookly\:block{display:block !important}.bookly-css-root .bookly\:flex{display:flex !important}.bookly-css-root .bookly\:grid{display:grid !important}.bookly-css-root .bookly\:hidden{display:none !important}.bookly-css-root .bookly\:inline{display:inline !important}.bookly-css-root .bookly\:inline-flex{display:inline-flex !important}.bookly-css-root .bookly\:h-0{height:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:h-5{height:calc(var(--bookly-spacing) * 5) !important}.bookly-css-root .bookly\:h-8{height:calc(var(--bookly-spacing) * 8) !important}.bookly-css-root .bookly\:h-10{height:calc(var(--bookly-spacing) * 10) !important}.bookly-css-root .bookly\:h-11{height:calc(var(--bookly-spacing) * 11) !important}.bookly-css-root .bookly\:h-14{height:calc(var(--bookly-spacing) * 14) !important}.bookly-css-root .bookly\:h-16{height:calc(var(--bookly-spacing) * 16) !important}.bookly-css-root .bookly\:h-20{height:calc(var(--bookly-spacing) * 20) !important}.bookly-css-root .bookly\:h-full{height:100% !important}.bookly-css-root .bookly\:max-h-12{max-height:calc(var(--bookly-spacing) * 12) !important}.bookly-css-root .bookly\:max-h-64{max-height:calc(var(--bookly-spacing) * 64) !important}.bookly-css-root .bookly\:min-h-full{min-height:100% !important}.bookly-css-root .bookly\:w-0{width:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:w-0\.5{width:calc(var(--bookly-spacing) * 0.5) !important}.bookly-css-root .bookly\:w-5{width:calc(var(--bookly-spacing) * 5) !important}.bookly-css-root .bookly\:w-8{width:calc(var(--bookly-spacing) * 8) !important}.bookly-css-root .bookly\:w-10{width:calc(var(--bookly-spacing) * 10) !important}.bookly-css-root .bookly\:w-20{width:calc(var(--bookly-spacing) * 20) !important}.bookly-css-root .bookly\:w-34{width:calc(var(--bookly-spacing) * 34) !important}.bookly-css-root .bookly\:w-48{width:calc(var(--bookly-spacing) * 48) !important}.bookly-css-root .bookly\:w-60{width:calc(var(--bookly-spacing) * 60) !important}.bookly-css-root .bookly\:w-72{width:calc(var(--bookly-spacing) * 72) !important}.bookly-css-root .bookly\:w-auto{width:auto !important}.bookly-css-root .bookly\:w-full{width:100% !important}.bookly-css-root .bookly\:w-max{width:max-content !important}.bookly-css-root .bookly\:max-w-128{max-width:calc(var(--bookly-spacing) * 128) !important}.bookly-css-root .bookly\:max-w-full{max-width:100% !important}.bookly-css-root .bookly\:max-w-screen-xl{max-width:var(--bookly-breakpoint-xl) !important}.bookly-css-root .bookly\:max-w-xs{max-width:var(--bookly-container-xs) !important}.bookly-css-root .bookly\:min-w-2xs{min-width:var(--bookly-container-2xs) !important}.bookly-css-root .bookly\:min-w-6{min-width:calc(var(--bookly-spacing) * 6) !important}.bookly-css-root .bookly\:min-w-\[200px\]{min-width:200px !important}.bookly-css-root .bookly\:flex-1{flex:1 !important}.bookly-css-root .bookly\:shrink{flex-shrink:1 !important}.bookly-css-root .bookly\:grow{flex-grow:1 !important}.bookly-css-root .bookly\:grow-0{flex-grow:0 !important}.bookly-css-root .bookly\:grow-1{flex-grow:1 !important}.bookly-css-root .bookly\:basis-0\/12{flex-basis:0% !important}.bookly-css-root .bookly\:basis-1\/12{flex-basis:8.3333333333% !important}.bookly-css-root .bookly\:basis-2\/12{flex-basis:16.6666666667% !important}.bookly-css-root .bookly\:basis-3\/12{flex-basis:25% !important}.bookly-css-root .bookly\:basis-4\/12{flex-basis:33.3333333333% !important}.bookly-css-root .bookly\:basis-5\/12{flex-basis:41.6666666667% !important}.bookly-css-root .bookly\:basis-6\/12{flex-basis:50% !important}.bookly-css-root .bookly\:basis-7\/12{flex-basis:58.3333333333% !important}.bookly-css-root .bookly\:basis-8\/12{flex-basis:66.6666666667% !important}.bookly-css-root .bookly\:basis-9\/12{flex-basis:75% !important}.bookly-css-root .bookly\:basis-10\/12{flex-basis:83.3333333333% !important}.bookly-css-root .bookly\:basis-11\/12{flex-basis:91.6666666667% !important}.bookly-css-root .bookly\:basis-12\/12{flex-basis:100% !important}.bookly-css-root .bookly\:basis-full{flex-basis:100% !important}.bookly-css-root .bookly\:-translate-x-1\/2{--tw-translate-x:calc(calc(1/2 * 100%) * -1) !important;translate:var(--tw-translate-x) var(--tw-translate-y) !important}.bookly-css-root .bookly\:animate-spin{animation:var(--bookly-animate-spin) !important}.bookly-css-root .bookly\:cursor-default{cursor:default !important}.bookly-css-root .bookly\:cursor-pointer{cursor:pointer !important}.bookly-css-root .bookly\:appearance-none{appearance:none !important}.bookly-css-root .bookly\:grid-cols-1{grid-template-columns:repeat(1,minmax(0, 1fr)) !important}.bookly-css-root .bookly\:grid-cols-2{grid-template-columns:repeat(2,minmax(0, 1fr)) !important}.bookly-css-root .bookly\:grid-cols-3{grid-template-columns:repeat(3,minmax(0, 1fr)) !important}.bookly-css-root .bookly\:grid-cols-4{grid-template-columns:repeat(4,minmax(0, 1fr)) !important}.bookly-css-root .bookly\:flex-col{flex-direction:column !important}.bookly-css-root .bookly\:flex-row{flex-direction:row !important}.bookly-css-root .bookly\:flex-wrap{flex-wrap:wrap !important}.bookly-css-root .bookly\:content-center{align-content:center !important}.bookly-css-root .bookly\:items-center{align-items:center !important}.bookly-css-root .bookly\:items-start{align-items:flex-start !important}.bookly-css-root .bookly\:justify-between{justify-content:space-between !important}.bookly-css-root .bookly\:justify-center{justify-content:center !important}.bookly-css-root .bookly\:justify-end{justify-content:flex-end !important}.bookly-css-root .bookly\:justify-start{justify-content:flex-start !important}.bookly-css-root .bookly\:gap-3{gap:calc(var(--bookly-spacing) * 3) !important}.bookly-css-root .bookly\:gap-4{gap:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:overflow-hidden{overflow:hidden !important}.bookly-css-root .bookly\:overflow-x-hidden{overflow-x:hidden !important}.bookly-css-root .bookly\:overflow-y-auto{overflow-y:auto !important}.bookly-css-root .bookly\:rounded{border-radius:.25rem !important}.bookly-css-root .bookly\:rounded-full{border-radius:calc(infinity * 1px) !important}.bookly-css-root .bookly\:rounded-lg{border-radius:var(--bookly-radius-lg) !important}.bookly-css-root .bookly\:rounded-none{border-radius:0 !important}.bookly-css-root .bookly\:rounded-s{border-start-start-radius:.25rem !important;border-end-start-radius:.25rem !important}.bookly-css-root .bookly\:rounded-s-none{border-start-start-radius:0 !important;border-end-start-radius:0 !important}.bookly-css-root .bookly\:rounded-e{border-start-end-radius:.25rem !important;border-end-end-radius:.25rem !important}.bookly-css-root .bookly\:rounded-e-none{border-start-end-radius:0 !important;border-end-end-radius:0 !important}.bookly-css-root .bookly\:rounded-t{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.bookly-css-root .bookly\:rounded-r{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.bookly-css-root .bookly\:rounded-b{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.bookly-css-root .bookly\:border{border-style:var(--tw-border-style) !important;border-width:1px !important}.bookly-css-root .bookly\:border-2{border-style:var(--tw-border-style) !important;border-width:2px !important}.bookly-css-root .bookly\:border-x-0{border-inline-style:var(--tw-border-style) !important;border-inline-width:0px !important}.bookly-css-root .bookly\:border-y{border-block-style:var(--tw-border-style) !important;border-block-width:1px !important}.bookly-css-root .bookly\:border-y-1{border-block-style:var(--tw-border-style) !important;border-block-width:1px !important}.bookly-css-root .bookly\:border-e{border-inline-end-style:var(--tw-border-style) !important;border-inline-end-width:1px !important}.bookly-css-root .bookly\:border-t{border-top-style:var(--tw-border-style) !important;border-top-width:1px !important}.bookly-css-root .bookly\:border-b{border-bottom-style:var(--tw-border-style) !important;border-bottom-width:1px !important}.bookly-css-root .bookly\:border-b-0{border-bottom-style:var(--tw-border-style) !important;border-bottom-width:0 !important}.bookly-css-root .bookly\:border-none{--tw-border-style:none !important;border-style:none !important}.bookly-css-root .bookly\:border-solid{--tw-border-style:solid !important;border-style:solid !important}.bookly-css-root .bookly\:border-amber-100{border-color:var(--bookly-color-amber-100) !important}.bookly-css-root .bookly\:border-amber-300{border-color:var(--bookly-color-amber-300) !important}.bookly-css-root .bookly\:border-default-border{border-color:var(--bookly-color-default-border) !important}.bookly-css-root .bookly\:border-gray-200{border-color:var(--bookly-color-gray-200) !important}.bookly-css-root .bookly\:border-gray-500{border-color:var(--bookly-color-gray-500) !important}.bookly-css-root .bookly\:border-green-500{border-color:var(--bookly-color-green-500) !important}.bookly-css-root .bookly\:border-red-100{border-color:var(--bookly-color-red-100) !important}.bookly-css-root .bookly\:border-red-500{border-color:var(--bookly-color-red-500) !important}.bookly-css-root .bookly\:border-slate-100{border-color:var(--bookly-color-slate-100) !important}.bookly-css-root .bookly\:border-slate-400{border-color:var(--bookly-color-slate-400) !important}.bookly-css-root .bookly\:border-slate-600{border-color:var(--bookly-color-slate-600) !important}.bookly-css-root .bookly\:bg-amber-50{background-color:var(--bookly-color-amber-50) !important}.bookly-css-root .bookly\:bg-black\/50{background-color:var(--bookly-color-black) !important}@supports (color:color-mix(in lab,red,red)){.bookly-css-root .bookly\:bg-black\/50{background-color:color-mix(in oklab,var(--bookly-color-black) 50%,transparent) !important}}.bookly-css-root .bookly\:bg-gray-100{background-color:var(--bookly-color-gray-100) !important}.bookly-css-root .bookly\:bg-red-50{background-color:var(--bookly-color-red-50) !important}.bookly-css-root .bookly\:bg-red-100{background-color:var(--bookly-color-red-100) !important}.bookly-css-root .bookly\:bg-slate-50{background-color:var(--bookly-color-slate-50) !important}.bookly-css-root .bookly\:bg-slate-100{background-color:var(--bookly-color-slate-100) !important}.bookly-css-root .bookly\:bg-slate-300{background-color:var(--bookly-color-slate-300) !important}.bookly-css-root .bookly\:bg-slate-400{background-color:var(--bookly-color-slate-400) !important}.bookly-css-root .bookly\:bg-transparent{background-color:transparent !important}.bookly-css-root .bookly\:bg-white{background-color:var(--bookly-color-white) !important}.bookly-css-root .bookly\:bg-white\/95{background-color:var(--bookly-color-white) !important}@supports (color:color-mix(in lab,red,red)){.bookly-css-root .bookly\:bg-white\/95{background-color:color-mix(in oklab,var(--bookly-color-white) 95%,transparent) !important}}.bookly-css-root .bookly\:bg-none{background-image:none !important}.bookly-css-root .bookly\:object-cover{object-fit:cover !important}.bookly-css-root .bookly\:p-0{padding:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:p-0\.5{padding:calc(var(--bookly-spacing) * 0.5) !important}.bookly-css-root .bookly\:p-2{padding:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:p-3{padding:calc(var(--bookly-spacing) * 3) !important}.bookly-css-root .bookly\:p-4{padding:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:px-0{padding-inline:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:px-2{padding-inline:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:px-2\.5{padding-inline:calc(var(--bookly-spacing) * 2.5) !important}.bookly-css-root .bookly\:px-3{padding-inline:calc(var(--bookly-spacing) * 3) !important}.bookly-css-root .bookly\:px-4{padding-inline:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:px-5{padding-inline:calc(var(--bookly-spacing) * 5) !important}.bookly-css-root .bookly\:py-0{padding-block:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:py-0\.5{padding-block:calc(var(--bookly-spacing) * 0.5) !important}.bookly-css-root .bookly\:py-1{padding-block:calc(var(--bookly-spacing) * 1) !important}.bookly-css-root .bookly\:py-2{padding-block:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:py-4{padding-block:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:pt-0{padding-top:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:pt-2{padding-top:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:pt-3{padding-top:calc(var(--bookly-spacing) * 3) !important}.bookly-css-root .bookly\:pt-4{padding-top:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:pt-6{padding-top:calc(var(--bookly-spacing) * 6) !important}.bookly-css-root .bookly\:pb-0{padding-bottom:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:pb-0\.5{padding-bottom:calc(var(--bookly-spacing) * 0.5) !important}.bookly-css-root .bookly\:pb-2{padding-bottom:calc(var(--bookly-spacing) * 2) !important}.bookly-css-root .bookly\:pb-4{padding-bottom:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:text-center{text-align:center !important}.bookly-css-root .bookly\:text-end{text-align:end !important}.bookly-css-root .bookly\:text-left{text-align:left !important}.bookly-css-root .bookly\:text-right{text-align:right !important}.bookly-css-root .bookly\:text-start{text-align:start !important}.bookly-css-root .bookly\:align-middle{vertical-align:middle !important}.bookly-css-root .bookly\:font-mono{font-family:var(--bookly-font-mono) !important}.bookly-css-root .bookly\:font-sans{font-family:var(--bookly-font-sans) !important}.bookly-css-root .bookly\:text-2xl{font-size:var(--bookly-text-2xl) !important;line-height:var(--tw-leading,var(--bookly-text-2xl--line-height)) !important}.bookly-css-root .bookly\:text-3xl{font-size:var(--bookly-text-3xl) !important;line-height:var(--tw-leading,var(--bookly-text-3xl--line-height)) !important}.bookly-css-root .bookly\:text-4xl{font-size:var(--bookly-text-4xl) !important;line-height:var(--tw-leading,var(--bookly-text-4xl--line-height)) !important}.bookly-css-root .bookly\:text-base{font-size:var(--bookly-text-base) !important;line-height:var(--tw-leading,var(--bookly-text-base--line-height)) !important}.bookly-css-root .bookly\:text-lg{font-size:var(--bookly-text-lg) !important;line-height:var(--tw-leading,var(--bookly-text-lg--line-height)) !important}.bookly-css-root .bookly\:text-sm{font-size:var(--bookly-text-sm) !important;line-height:var(--tw-leading,var(--bookly-text-sm--line-height)) !important}.bookly-css-root .bookly\:text-xl{font-size:var(--bookly-text-xl) !important;line-height:var(--tw-leading,var(--bookly-text-xl--line-height)) !important}.bookly-css-root .bookly\:text-xs{font-size:var(--bookly-text-xs) !important;line-height:var(--tw-leading,var(--bookly-text-xs--line-height)) !important}.bookly-css-root .bookly\:leading-4{--tw-leading:calc(var(--bookly-spacing) * 4) !important;line-height:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:leading-normal{--tw-leading:var(--bookly-leading-normal) !important;line-height:var(--bookly-leading-normal) !important}.bookly-css-root .bookly\:font-bold{--tw-font-weight:var(--bookly-font-weight-bold) !important;font-weight:var(--bookly-font-weight-bold) !important}.bookly-css-root .bookly\:font-medium{--tw-font-weight:var(--bookly-font-weight-medium) !important;font-weight:var(--bookly-font-weight-medium) !important}.bookly-css-root .bookly\:font-normal{--tw-font-weight:var(--bookly-font-weight-normal) !important;font-weight:var(--bookly-font-weight-normal) !important}.bookly-css-root .bookly\:font-semibold{--tw-font-weight:var(--bookly-font-weight-semibold) !important;font-weight:var(--bookly-font-weight-semibold) !important}.bookly-css-root .bookly\:break-words{overflow-wrap:break-word !important}.bookly-css-root .bookly\:text-ellipsis{text-overflow:ellipsis !important}.bookly-css-root .bookly\:whitespace-normal{white-space:normal !important}.bookly-css-root .bookly\:whitespace-nowrap{white-space:nowrap !important}.bookly-css-root .bookly\:text-amber-900{color:var(--bookly-color-amber-900) !important}.bookly-css-root .bookly\:text-black{color:var(--bookly-color-black) !important}.bookly-css-root .bookly\:text-gray-200{color:var(--bookly-color-gray-200) !important}.bookly-css-root .bookly\:text-gray-400{color:var(--bookly-color-gray-400) !important}.bookly-css-root .bookly\:text-gray-600{color:var(--bookly-color-gray-600) !important}.bookly-css-root .bookly\:text-gray-800{color:var(--bookly-color-gray-800) !important}.bookly-css-root .bookly\:text-green-700{color:var(--bookly-color-green-700) !important}.bookly-css-root .bookly\:text-red-500{color:var(--bookly-color-red-500) !important}.bookly-css-root .bookly\:text-red-600{color:var(--bookly-color-red-600) !important}.bookly-css-root .bookly\:text-red-700{color:var(--bookly-color-red-700) !important}.bookly-css-root .bookly\:text-red-800{color:var(--bookly-color-red-800) !important}.bookly-css-root .bookly\:text-slate-300{color:var(--bookly-color-slate-300) !important}.bookly-css-root .bookly\:text-slate-400{color:var(--bookly-color-slate-400) !important}.bookly-css-root .bookly\:text-slate-600{color:var(--bookly-color-slate-600) !important}.bookly-css-root .bookly\:text-white{color:var(--bookly-color-white) !important}.bookly-css-root .bookly\:line-through{text-decoration-line:line-through !important}.bookly-css-root .bookly\:caret-gray-400{caret-color:var(--bookly-color-gray-400) !important}.bookly-css-root .bookly\:opacity-0{opacity:0% !important}.bookly-css-root .bookly\:opacity-25{opacity:25% !important}.bookly-css-root .bookly\:opacity-50{opacity:50% !important}.bookly-css-root .bookly\:shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,rgb(0 0 0/0.1)),0 4px 6px -4px var(--tw-shadow-color,rgb(0 0 0/0.1)) !important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow) !important}.bookly-css-root .bookly\:shadow-none{--tw-shadow:0 0 #0000 !important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow) !important}.bookly-css-root .bookly\:shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,rgb(0 0 0/0.1)),0 8px 10px -6px var(--tw-shadow-color,rgb(0 0 0/0.1)) !important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow) !important}.bookly-css-root .bookly\:shadow-gray-500\/10{--tw-shadow-color:var(--bookly-color-gray-500) !important}@supports (color:color-mix(in lab,red,red)){.bookly-css-root .bookly\:shadow-gray-500\/10{--tw-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--bookly-color-gray-500) 10%,transparent) var(--tw-shadow-alpha),transparent) !important}}.bookly-css-root .bookly\:drop-shadow-none{--tw-drop-shadow:!important;filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important}.bookly-css-root .bookly\:transition-all{transition-property:all !important;transition-timing-function:var(--tw-ease,var(--bookly-default-transition-timing-function)) !important;transition-duration:var(--tw-duration,var(--bookly-default-transition-duration)) !important}.bookly-css-root .bookly\:duration-200{--tw-duration:.2s !important;transition-duration:.2s !important}.bookly-css-root .bookly\:duration-500{--tw-duration:.5s !important;transition-duration:.5s !important}.bookly-css-root .bookly\:ease-in-out{--tw-ease:var(--bookly-ease-in-out) !important;transition-timing-function:var(--bookly-ease-in-out) !important}.bookly-css-root .bookly\:outline-none{--tw-outline-style:none !important;outline-style:none !important}.bookly-css-root .bookly\:not-hover\:bg-gray-200:not(*:hover){background-color:var(--bookly-color-gray-200) !important}@media not (hover:hover){.bookly-css-root .bookly\:not-hover\:bg-gray-200{background-color:var(--bookly-color-gray-200) !important}}.bookly-css-root .bookly\:not-hover\:bg-white:not(*:hover){background-color:var(--bookly-color-white) !important}@media not (hover:hover){.bookly-css-root .bookly\:not-hover\:bg-white{background-color:var(--bookly-color-white) !important}}@media (hover:hover){.bookly-css-root .bookly\:group-hover\:-bottom-1:is(:where(.bookly\:group):hover *){bottom:calc(var(--bookly-spacing) * -1) !important}}@media (hover:hover){.bookly-css-root .bookly\:group-hover\:block:is(:where(.bookly\:group):hover *){display:block !important}}@media (hover:hover){.bookly-css-root .bookly\:group-hover\:w-auto:is(:where(.bookly\:group):hover *){width:auto !important}}@media (hover:hover){.bookly-css-root .bookly\:group-hover\:opacity-100:is(:where(.bookly\:group):hover *){opacity:100% !important}}.bookly-css-root .bookly\:file\:-mt-4::file-selector-button{margin-top:calc(var(--bookly-spacing) * -4) !important}.bookly-css-root .bookly\:file\:mr-4::file-selector-button{margin-right:calc(var(--bookly-spacing) * 4) !important}.bookly-css-root .bookly\:file\:h-16::file-selector-button{height:calc(var(--bookly-spacing) * 16) !important}.bookly-css-root .bookly\:file\:border-0::file-selector-button{border-style:var(--tw-border-style) !important;border-width:0 !important}.bookly-css-root .bookly\:file\:p-3::file-selector-button{padding:calc(var(--bookly-spacing) * 3) !important}.bookly-css-root .bookly\:file\:text-sm::file-selector-button{font-size:var(--bookly-text-sm) !important;line-height:var(--tw-leading,var(--bookly-text-sm--line-height)) !important}.bookly-css-root .bookly\:placeholder\:text-transparent::placeholder{color:transparent !important}.bookly-css-root .bookly\:before\:content-none:before{content:var(--tw-content);--tw-content:none !important;content:none !important}.bookly-css-root .bookly\:after\:content-none:after{content:var(--tw-content);--tw-content:none !important;content:none !important}.bookly-css-root .bookly\:last\:mb-0:last-child{margin-bottom:calc(var(--bookly-spacing) * 0) !important}@media (hover:hover){.bookly-css-root .bookly\:hover\:border-gray-400:hover{border-color:var(--bookly-color-gray-400) !important}}@media (hover:hover){.bookly-css-root .bookly\:hover\:border-slate-400:hover{border-color:var(--bookly-color-slate-400) !important}}@media (hover:hover){.bookly-css-root .bookly\:hover\:bg-gray-400:hover{background-color:var(--bookly-color-gray-400) !important}}@media (hover:hover){.bookly-css-root .bookly\:hover\:bg-slate-50:hover{background-color:var(--bookly-color-slate-50) !important}}@media (hover:hover){.bookly-css-root .bookly\:hover\:bg-slate-200:hover{background-color:var(--bookly-color-slate-200) !important}}@media (hover:hover){.bookly-css-root .bookly\:hover\:bg-slate-400:hover{background-color:var(--bookly-color-slate-400) !important}}@media (hover:hover){.bookly-css-root .bookly\:hover\:bg-white:hover{background-color:var(--bookly-color-white) !important}}@media (hover:hover){.bookly-css-root .bookly\:hover\:text-gray-600:hover{color:var(--bookly-color-gray-600) !important}}@media (hover:hover){.bookly-css-root .bookly\:hover\:text-slate-50:hover{color:var(--bookly-color-slate-50) !important}}@media (hover:hover){.bookly-css-root .bookly\:hover\:text-slate-100:hover{color:var(--bookly-color-slate-100) !important}}@media (hover:hover){.bookly-css-root .bookly\:hover\:text-slate-200:hover{color:var(--bookly-color-slate-200) !important}}@media (hover:hover){.bookly-css-root .bookly\:hover\:text-slate-600:hover{color:var(--bookly-color-slate-600) !important}}@media (hover:hover){.bookly-css-root .bookly\:hover\:text-white:hover{color:var(--bookly-color-white) !important}}@media (hover:hover){.bookly-css-root .bookly\:hover\:opacity-80:hover{opacity:80% !important}}.bookly-css-root .bookly\:focus\:rounded-none:focus{border-radius:0 !important}.bookly-css-root .bookly\:focus\:border-none:focus{--tw-border-style:none !important;border-style:none !important}.bookly-css-root .bookly\:focus\:border-gray-300:focus{border-color:var(--bookly-color-gray-300) !important}.bookly-css-root .bookly\:focus\:border-gray-400:focus{border-color:var(--bookly-color-gray-400) !important}.bookly-css-root .bookly\:focus\:outline-hidden:focus{--tw-outline-style:none !important;outline-style:none !important}@media (forced-colors:active){.bookly-css-root .bookly\:focus\:outline-hidden:focus{outline:2px solid transparent !important;outline-offset:2px !important}}.bookly-css-root .bookly\:focus\:outline-sky-200:focus{outline-color:var(--bookly-color-sky-200) !important}.bookly-css-root .bookly\:focus\:outline-none:focus{--tw-outline-style:none !important;outline-style:none !important}.bookly-css-root .bookly\:active\:shadow-md:active{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,rgb(0 0 0/0.1)),0 2px 4px -2px var(--tw-shadow-color,rgb(0 0 0/0.1)) !important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow) !important}@media (width < 48rem){.bookly-css-root .bookly\:max-md\:mb-4{margin-bottom:calc(var(--bookly-spacing) * 4) !important}}@media (width < 48rem){.bookly-css-root .bookly\:max-md\:hidden{display:none !important}}@media (width < 48rem){.bookly-css-root .bookly\:max-md\:max-h-48{max-height:calc(var(--bookly-spacing) * 48) !important}}@media (width < 48rem){.bookly-css-root .bookly\:max-md\:max-w-96{max-width:calc(var(--bookly-spacing) * 96) !important}}@media (width < 48rem){.bookly-css-root .bookly\:max-md\:p-4{padding:calc(var(--bookly-spacing) * 4) !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:mx-auto{margin-inline:auto !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:mb-2{margin-bottom:calc(var(--bookly-spacing) * 2) !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:mb-4{margin-bottom:calc(var(--bookly-spacing) * 4) !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:block{display:block !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:hidden{display:none !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:max-w-full{max-width:100% !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:flex-col{flex-direction:column !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:flex-row{flex-direction:row !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:rounded-s{border-start-start-radius:.25rem !important;border-end-start-radius:.25rem !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:rounded-s-none{border-start-start-radius:0 !important;border-end-start-radius:0 !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:rounded-e{border-start-end-radius:.25rem !important;border-end-end-radius:.25rem !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:rounded-e-none{border-start-end-radius:0 !important;border-end-end-radius:0 !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:rounded-t{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:rounded-t-none{border-top-left-radius:0 !important;border-top-right-radius:0 !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:rounded-b{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:rounded-b-none{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:border-x{border-inline-style:var(--tw-border-style) !important;border-inline-width:1px !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:border-y{border-block-style:var(--tw-border-style) !important;border-block-width:1px !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:border-s{border-inline-start-style:var(--tw-border-style) !important;border-inline-start-width:1px !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:border-e{border-inline-end-style:var(--tw-border-style) !important;border-inline-end-width:1px !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:border-t{border-top-style:var(--tw-border-style) !important;border-top-width:1px !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:border-b{border-bottom-style:var(--tw-border-style) !important;border-bottom-width:1px !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:pb-2{padding-bottom:calc(var(--bookly-spacing) * 2) !important}}@media (width < 40rem){.bookly-css-root .bookly\:max-sm\:text-center{text-align:center !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:ms-2{margin-inline-start:calc(var(--bookly-spacing) * 2) !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:flex{display:flex !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:grid{display:grid !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:hidden{display:none !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:basis-0\/12{flex-basis:0% !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:basis-1\/12{flex-basis:8.3333333333% !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:basis-2\/12{flex-basis:16.6666666667% !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:basis-3\/12{flex-basis:25% !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:basis-4\/12{flex-basis:33.3333333333% !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:basis-5\/12{flex-basis:41.6666666667% !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:basis-6\/12{flex-basis:50% !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:basis-7\/12{flex-basis:58.3333333333% !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:basis-8\/12{flex-basis:66.6666666667% !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:basis-9\/12{flex-basis:75% !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:basis-10\/12{flex-basis:83.3333333333% !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:basis-11\/12{flex-basis:91.6666666667% !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:basis-12\/12{flex-basis:100% !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0, 1fr)) !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0, 1fr)) !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0, 1fr)) !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:flex-col{flex-direction:column !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:flex-row{flex-direction:row !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:gap-2{gap:calc(var(--bookly-spacing) * 2) !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:rounded-s{border-start-start-radius:.25rem !important;border-end-start-radius:.25rem !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:rounded-s-none{border-start-start-radius:0 !important;border-end-start-radius:0 !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:rounded-e{border-start-end-radius:.25rem !important;border-end-end-radius:.25rem !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:rounded-e-none{border-start-end-radius:0 !important;border-end-end-radius:0 !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:rounded-t{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:rounded-t-none{border-top-left-radius:0 !important;border-top-right-radius:0 !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:rounded-b{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:rounded-b-none{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:border-x{border-inline-style:var(--tw-border-style) !important;border-inline-width:1px !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:border-y{border-block-style:var(--tw-border-style) !important;border-block-width:1px !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:border-s{border-inline-start-style:var(--tw-border-style) !important;border-inline-start-width:1px !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:border-e{border-inline-end-style:var(--tw-border-style) !important;border-inline-end-width:1px !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:border-t{border-top-style:var(--tw-border-style) !important;border-top-width:1px !important}}@media (width>=40rem){.bookly-css-root .bookly\:sm\:border-b{border-bottom-style:var(--tw-border-style) !important;border-bottom-width:1px !important}}@media (width>=48rem){.bookly-css-root .bookly\:md\:mb-0{margin-bottom:calc(var(--bookly-spacing) * 0) !important}}@media (width>=48rem){.bookly-css-root .bookly\:md\:mb-4{margin-bottom:calc(var(--bookly-spacing) * 4) !important}}@media (width>=48rem){.bookly-css-root .bookly\:md\:block{display:block !important}}@media (width>=48rem){.bookly-css-root .bookly\:md\:flex{display:flex !important}}@media (width>=48rem){.bookly-css-root .bookly\:md\:hidden{display:none !important}}@media (width>=48rem){.bookly-css-root .bookly\:md\:w-60{width:calc(var(--bookly-spacing) * 60) !important}}@media (width>=48rem){.bookly-css-root .bookly\:md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0, 1fr)) !important}}@media (width>=48rem){.bookly-css-root .bookly\:md\:gap-4{gap:calc(var(--bookly-spacing) * 4) !important}}@media (width>=48rem){.bookly-css-root .bookly\:md\:px-6{padding-inline:calc(var(--bookly-spacing) * 6) !important}}@media (width>=48rem){.bookly-css-root .bookly\:md\:pt-6{padding-top:calc(var(--bookly-spacing) * 6) !important}}@media (width>=48rem){.bookly-css-root .bookly\:md\:pb-4{padding-bottom:calc(var(--bookly-spacing) * 4) !important}}@media (width>=64rem){.bookly-css-root .bookly\:lg\:w-1\/2{width:50% !important}}@media (width>=64rem){.bookly-css-root .bookly\:lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0, 1fr)) !important}}@media (width>=64rem){.bookly-css-root .bookly\:lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0, 1fr)) !important}}@media (width>=64rem){.bookly-css-root .bookly\:lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0, 1fr)) !important}}@media (width>=80rem){.bookly-css-root .bookly\:xl\:w-1\/4{width:25% !important}}@media (width>=80rem){.bookly-css-root .bookly\:xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0, 1fr)) !important}}@container main (width < 42rem){.bookly-css-root .bookly\:\@max-2xl\/main\:m-4{margin:calc(var(--bookly-spacing) * 4) !important}}@container main (width < 42rem){.bookly-css-root .bookly\:\@max-2xl\/main\:block{display:block !important}}@container main (width < 42rem){.bookly-css-root .bookly\:\@max-2xl\/main\:w-full{width:100% !important}}@container main (width < 42rem){.bookly-css-root .bookly\:\@max-2xl\/main\:max-w-full{max-width:100% !important}}@container main (width < 42rem){.bookly-css-root .bookly\:\@max-2xl\/main\:min-w-3xs{min-width:var(--bookly-container-3xs) !important}}@container main (width < 42rem){.bookly-css-root .bookly\:\@max-2xl\/main\:min-w-full{min-width:100% !important}}@container main (width < 42rem){.bookly-css-root .bookly\:\@max-2xl\/main\:p-0{padding:calc(var(--bookly-spacing) * 0) !important}}.bookly-css-root .bookly\:ltr\:right-0:where(:dir(ltr),[dir=ltr],[dir=ltr] *){right:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:rtl\:left-0:where(:dir(rtl),[dir=rtl],[dir=rtl] *){left:calc(var(--bookly-spacing) * 0) !important}.bookly-css-root .bookly\:rtl\:text-right:where(:dir(rtl),[dir=rtl],[dir=rtl] *){text-align:right !important}.bookly-css-root .bookly-card-title{right:.5em;bottom:.5em;width:max-content;max-width:calc(100% - 1em);max-height:calc(100% - 1em)}.bookly-css-root .bookly-card-title>div{overflow:hidden}.bookly-css-root .text-bookly:not(:hover){color:var(--bookly-color)}.bookly-css-root .fill-bookly{fill:var(--bookly-color)}.bookly-css-root .hover\:text-bookly:hover{color:var(--bookly-color) !important}.bookly-css-root .hover\:bg-bookly:hover{background-color:var(--bookly-color) !important}.bookly-css-root .card:hover{background-color:#fdfdfd !important}.bookly-css-root .border-bookly{border-color:var(--bookly-color)}.bookly-css-root .btn-check:focus+.btn-outline-bookly,.bookly-css-root .btn-outline-bookly:focus{background-color:var(--bookly-color);border-color:var(--bookly-color);color:#000;box-shadow:0 0 0 .25rem rgba(128,128,128,.5)}.bookly-css-root .btn-check:checked+.btn-outline-bookly,.bookly-css-root .btn-check:active+.btn-outline-bookly,.bookly-css-root .btn-outline-bookly:active,.bookly-css-root .btn-outline-bookly.active,.bookly-css-root .btn-outline-bookly.dropdown-toggle.show{background-color:var(--bookly-color);border-color:var(--bookly-color)}.bookly-css-root .btn-check:checked+.btn-outline-bookly:focus,.bookly-css-root .btn-check:active+.btn-outline-bookly:focus,.bookly-css-root .btn-outline-bookly:active:focus,.bookly-css-root .btn-outline-bookly.active:focus,.bookly-css-root .btn-outline-bookly.dropdown-toggle.show:focus{background-color:var(--bookly-color);border-color:var(--bookly-color);box-shadow:0 0 0 .25rem rgba(128,128,128,.5)}.bookly-css-root .btn-outline-bookly:disabled,.bookly-css-root .btn-outline-bookly.disabled{color:var(--bookly-color) !important;background-color:transparent}.bookly-css-root .bg-bookly{background-color:var(--bookly-color) !important}.bookly-css-root .grid a.selected{background-color:var(--bookly-color) !important}@media (hover){.bookly-css-root .btn-outline-bookly:hover{background-color:var(--bookly-color);border-color:var(--bookly-color)}}.bookly-css-root .bookly\:hover\:bg-white:hover{background-color:var(--bookly-color-white) !important}.bookly-css-root .iti{display:block !important}.bookly-css-root .bookly-search-form .iti__flag,.bookly-css-root .bookly-search-form-modal .iti__flag{background-image:var(--bookly-flags-url) !important}@media only screen and (min-resolution:2dppx){.bookly-css-root .bookly-search-form .iti__flag,.bookly-css-root .bookly-search-form-modal .iti__flag{background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/tailwind/var(--bookly-flags2x-url)) !important}}.bookly-css-root .bookly\:rtl\:-text-right{text-align:var(--rtl-phone-align) !important}.bookly-css-root .bookly-form .bookly-js-datepicker-calendar{max-width:unset !important}.bookly-css-root .bookly-form .bookly-js-datepicker-calendar button{text-align:center !important}.bookly-css-root .bookly-form .bookly-overflow-visible{overflow:visible}.bookly-css-root .bookly-fullscreen{position:fixed !important;z-index:100049 !important;top:0;bottom:0;left:0;right:0;width:100vw;height:100vh;overflow-y:scroll;overflow-x:hidden;border-radius:0 !important;margin:0 !important;max-width:none}.bookly-css-root .bookly-card-small{width:100%;min-width:200px !important;margin:1rem !important}.bookly-css-root .bookly-added-to-cart{position:absolute;cursor:default;background-color:rgba(128,128,128,.8156862745);right:0;bottom:0;left:0;height:80px;display:flex;flex-direction:row;align-items:center;justify-content:center;margin:8px;border-radius:4px;color:#fff}.bookly\:inline-block{display:inline-block}.bookly-select-container:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid #e5e7eb;pointer-events:none}.bookly-select-container:dir(ltr):before{right:1rem}.bookly-select-container:dir(rtl):before{left:1rem}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 rgba(0,0,0,0)}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 rgba(0,0,0,0)}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 rgba(0,0,0,0)}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 rgba(0,0,0,0)}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0px}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 rgba(0,0,0,0)}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";initial-value:"";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:""}}}
.bookly-css-root .bookly-calendar-overlay.svelte-trnmqx{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.9);z-index:2;cursor:wait}
/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6) format("woff2"),url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6) format("woff")}.bi::before,[class*=" bi-"]::before,[class^=bi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:"\f67f"}.bi-alarm-fill::before{content:"\f101"}.bi-alarm::before{content:"\f102"}.bi-align-bottom::before{content:"\f103"}.bi-align-center::before{content:"\f104"}.bi-align-end::before{content:"\f105"}.bi-align-middle::before{content:"\f106"}.bi-align-start::before{content:"\f107"}.bi-align-top::before{content:"\f108"}.bi-alt::before{content:"\f109"}.bi-app-indicator::before{content:"\f10a"}.bi-app::before{content:"\f10b"}.bi-archive-fill::before{content:"\f10c"}.bi-archive::before{content:"\f10d"}.bi-arrow-90deg-down::before{content:"\f10e"}.bi-arrow-90deg-left::before{content:"\f10f"}.bi-arrow-90deg-right::before{content:"\f110"}.bi-arrow-90deg-up::before{content:"\f111"}.bi-arrow-bar-down::before{content:"\f112"}.bi-arrow-bar-left::before{content:"\f113"}.bi-arrow-bar-right::before{content:"\f114"}.bi-arrow-bar-up::before{content:"\f115"}.bi-arrow-clockwise::before{content:"\f116"}.bi-arrow-counterclockwise::before{content:"\f117"}.bi-arrow-down-circle-fill::before{content:"\f118"}.bi-arrow-down-circle::before{content:"\f119"}.bi-arrow-down-left-circle-fill::before{content:"\f11a"}.bi-arrow-down-left-circle::before{content:"\f11b"}.bi-arrow-down-left-square-fill::before{content:"\f11c"}.bi-arrow-down-left-square::before{content:"\f11d"}.bi-arrow-down-left::before{content:"\f11e"}.bi-arrow-down-right-circle-fill::before{content:"\f11f"}.bi-arrow-down-right-circle::before{content:"\f120"}.bi-arrow-down-right-square-fill::before{content:"\f121"}.bi-arrow-down-right-square::before{content:"\f122"}.bi-arrow-down-right::before{content:"\f123"}.bi-arrow-down-short::before{content:"\f124"}.bi-arrow-down-square-fill::before{content:"\f125"}.bi-arrow-down-square::before{content:"\f126"}.bi-arrow-down-up::before{content:"\f127"}.bi-arrow-down::before{content:"\f128"}.bi-arrow-left-circle-fill::before{content:"\f129"}.bi-arrow-left-circle::before{content:"\f12a"}.bi-arrow-left-right::before{content:"\f12b"}.bi-arrow-left-short::before{content:"\f12c"}.bi-arrow-left-square-fill::before{content:"\f12d"}.bi-arrow-left-square::before{content:"\f12e"}.bi-arrow-left::before{content:"\f12f"}.bi-arrow-repeat::before{content:"\f130"}.bi-arrow-return-left::before{content:"\f131"}.bi-arrow-return-right::before{content:"\f132"}.bi-arrow-right-circle-fill::before{content:"\f133"}.bi-arrow-right-circle::before{content:"\f134"}.bi-arrow-right-short::before{content:"\f135"}.bi-arrow-right-square-fill::before{content:"\f136"}.bi-arrow-right-square::before{content:"\f137"}.bi-arrow-right::before{content:"\f138"}.bi-arrow-up-circle-fill::before{content:"\f139"}.bi-arrow-up-circle::before{content:"\f13a"}.bi-arrow-up-left-circle-fill::before{content:"\f13b"}.bi-arrow-up-left-circle::before{content:"\f13c"}.bi-arrow-up-left-square-fill::before{content:"\f13d"}.bi-arrow-up-left-square::before{content:"\f13e"}.bi-arrow-up-left::before{content:"\f13f"}.bi-arrow-up-right-circle-fill::before{content:"\f140"}.bi-arrow-up-right-circle::before{content:"\f141"}.bi-arrow-up-right-square-fill::before{content:"\f142"}.bi-arrow-up-right-square::before{content:"\f143"}.bi-arrow-up-right::before{content:"\f144"}.bi-arrow-up-short::before{content:"\f145"}.bi-arrow-up-square-fill::before{content:"\f146"}.bi-arrow-up-square::before{content:"\f147"}.bi-arrow-up::before{content:"\f148"}.bi-arrows-angle-contract::before{content:"\f149"}.bi-arrows-angle-expand::before{content:"\f14a"}.bi-arrows-collapse::before{content:"\f14b"}.bi-arrows-expand::before{content:"\f14c"}.bi-arrows-fullscreen::before{content:"\f14d"}.bi-arrows-move::before{content:"\f14e"}.bi-aspect-ratio-fill::before{content:"\f14f"}.bi-aspect-ratio::before{content:"\f150"}.bi-asterisk::before{content:"\f151"}.bi-at::before{content:"\f152"}.bi-award-fill::before{content:"\f153"}.bi-award::before{content:"\f154"}.bi-back::before{content:"\f155"}.bi-backspace-fill::before{content:"\f156"}.bi-backspace-reverse-fill::before{content:"\f157"}.bi-backspace-reverse::before{content:"\f158"}.bi-backspace::before{content:"\f159"}.bi-badge-3d-fill::before{content:"\f15a"}.bi-badge-3d::before{content:"\f15b"}.bi-badge-4k-fill::before{content:"\f15c"}.bi-badge-4k::before{content:"\f15d"}.bi-badge-8k-fill::before{content:"\f15e"}.bi-badge-8k::before{content:"\f15f"}.bi-badge-ad-fill::before{content:"\f160"}.bi-badge-ad::before{content:"\f161"}.bi-badge-ar-fill::before{content:"\f162"}.bi-badge-ar::before{content:"\f163"}.bi-badge-cc-fill::before{content:"\f164"}.bi-badge-cc::before{content:"\f165"}.bi-badge-hd-fill::before{content:"\f166"}.bi-badge-hd::before{content:"\f167"}.bi-badge-tm-fill::before{content:"\f168"}.bi-badge-tm::before{content:"\f169"}.bi-badge-vo-fill::before{content:"\f16a"}.bi-badge-vo::before{content:"\f16b"}.bi-badge-vr-fill::before{content:"\f16c"}.bi-badge-vr::before{content:"\f16d"}.bi-badge-wc-fill::before{content:"\f16e"}.bi-badge-wc::before{content:"\f16f"}.bi-bag-check-fill::before{content:"\f170"}.bi-bag-check::before{content:"\f171"}.bi-bag-dash-fill::before{content:"\f172"}.bi-bag-dash::before{content:"\f173"}.bi-bag-fill::before{content:"\f174"}.bi-bag-plus-fill::before{content:"\f175"}.bi-bag-plus::before{content:"\f176"}.bi-bag-x-fill::before{content:"\f177"}.bi-bag-x::before{content:"\f178"}.bi-bag::before{content:"\f179"}.bi-bar-chart-fill::before{content:"\f17a"}.bi-bar-chart-line-fill::before{content:"\f17b"}.bi-bar-chart-line::before{content:"\f17c"}.bi-bar-chart-steps::before{content:"\f17d"}.bi-bar-chart::before{content:"\f17e"}.bi-basket-fill::before{content:"\f17f"}.bi-basket::before{content:"\f180"}.bi-basket2-fill::before{content:"\f181"}.bi-basket2::before{content:"\f182"}.bi-basket3-fill::before{content:"\f183"}.bi-basket3::before{content:"\f184"}.bi-battery-charging::before{content:"\f185"}.bi-battery-full::before{content:"\f186"}.bi-battery-half::before{content:"\f187"}.bi-battery::before{content:"\f188"}.bi-bell-fill::before{content:"\f189"}.bi-bell::before{content:"\f18a"}.bi-bezier::before{content:"\f18b"}.bi-bezier2::before{content:"\f18c"}.bi-bicycle::before{content:"\f18d"}.bi-binoculars-fill::before{content:"\f18e"}.bi-binoculars::before{content:"\f18f"}.bi-blockquote-left::before{content:"\f190"}.bi-blockquote-right::before{content:"\f191"}.bi-book-fill::before{content:"\f192"}.bi-book-half::before{content:"\f193"}.bi-book::before{content:"\f194"}.bi-bookmark-check-fill::before{content:"\f195"}.bi-bookmark-check::before{content:"\f196"}.bi-bookmark-dash-fill::before{content:"\f197"}.bi-bookmark-dash::before{content:"\f198"}.bi-bookmark-fill::before{content:"\f199"}.bi-bookmark-heart-fill::before{content:"\f19a"}.bi-bookmark-heart::before{content:"\f19b"}.bi-bookmark-plus-fill::before{content:"\f19c"}.bi-bookmark-plus::before{content:"\f19d"}.bi-bookmark-star-fill::before{content:"\f19e"}.bi-bookmark-star::before{content:"\f19f"}.bi-bookmark-x-fill::before{content:"\f1a0"}.bi-bookmark-x::before{content:"\f1a1"}.bi-bookmark::before{content:"\f1a2"}.bi-bookmarks-fill::before{content:"\f1a3"}.bi-bookmarks::before{content:"\f1a4"}.bi-bookshelf::before{content:"\f1a5"}.bi-bootstrap-fill::before{content:"\f1a6"}.bi-bootstrap-reboot::before{content:"\f1a7"}.bi-bootstrap::before{content:"\f1a8"}.bi-border-all::before{content:"\f1a9"}.bi-border-bottom::before{content:"\f1aa"}.bi-border-center::before{content:"\f1ab"}.bi-border-inner::before{content:"\f1ac"}.bi-border-left::before{content:"\f1ad"}.bi-border-middle::before{content:"\f1ae"}.bi-border-outer::before{content:"\f1af"}.bi-border-right::before{content:"\f1b0"}.bi-border-style::before{content:"\f1b1"}.bi-border-top::before{content:"\f1b2"}.bi-border-width::before{content:"\f1b3"}.bi-border::before{content:"\f1b4"}.bi-bounding-box-circles::before{content:"\f1b5"}.bi-bounding-box::before{content:"\f1b6"}.bi-box-arrow-down-left::before{content:"\f1b7"}.bi-box-arrow-down-right::before{content:"\f1b8"}.bi-box-arrow-down::before{content:"\f1b9"}.bi-box-arrow-in-down-left::before{content:"\f1ba"}.bi-box-arrow-in-down-right::before{content:"\f1bb"}.bi-box-arrow-in-down::before{content:"\f1bc"}.bi-box-arrow-in-left::before{content:"\f1bd"}.bi-box-arrow-in-right::before{content:"\f1be"}.bi-box-arrow-in-up-left::before{content:"\f1bf"}.bi-box-arrow-in-up-right::before{content:"\f1c0"}.bi-box-arrow-in-up::before{content:"\f1c1"}.bi-box-arrow-left::before{content:"\f1c2"}.bi-box-arrow-right::before{content:"\f1c3"}.bi-box-arrow-up-left::before{content:"\f1c4"}.bi-box-arrow-up-right::before{content:"\f1c5"}.bi-box-arrow-up::before{content:"\f1c6"}.bi-box-seam::before{content:"\f1c7"}.bi-box::before{content:"\f1c8"}.bi-braces::before{content:"\f1c9"}.bi-bricks::before{content:"\f1ca"}.bi-briefcase-fill::before{content:"\f1cb"}.bi-briefcase::before{content:"\f1cc"}.bi-brightness-alt-high-fill::before{content:"\f1cd"}.bi-brightness-alt-high::before{content:"\f1ce"}.bi-brightness-alt-low-fill::before{content:"\f1cf"}.bi-brightness-alt-low::before{content:"\f1d0"}.bi-brightness-high-fill::before{content:"\f1d1"}.bi-brightness-high::before{content:"\f1d2"}.bi-brightness-low-fill::before{content:"\f1d3"}.bi-brightness-low::before{content:"\f1d4"}.bi-broadcast-pin::before{content:"\f1d5"}.bi-broadcast::before{content:"\f1d6"}.bi-brush-fill::before{content:"\f1d7"}.bi-brush::before{content:"\f1d8"}.bi-bucket-fill::before{content:"\f1d9"}.bi-bucket::before{content:"\f1da"}.bi-bug-fill::before{content:"\f1db"}.bi-bug::before{content:"\f1dc"}.bi-building::before{content:"\f1dd"}.bi-bullseye::before{content:"\f1de"}.bi-calculator-fill::before{content:"\f1df"}.bi-calculator::before{content:"\f1e0"}.bi-calendar-check-fill::before{content:"\f1e1"}.bi-calendar-check::before{content:"\f1e2"}.bi-calendar-date-fill::before{content:"\f1e3"}.bi-calendar-date::before{content:"\f1e4"}.bi-calendar-day-fill::before{content:"\f1e5"}.bi-calendar-day::before{content:"\f1e6"}.bi-calendar-event-fill::before{content:"\f1e7"}.bi-calendar-event::before{content:"\f1e8"}.bi-calendar-fill::before{content:"\f1e9"}.bi-calendar-minus-fill::before{content:"\f1ea"}.bi-calendar-minus::before{content:"\f1eb"}.bi-calendar-month-fill::before{content:"\f1ec"}.bi-calendar-month::before{content:"\f1ed"}.bi-calendar-plus-fill::before{content:"\f1ee"}.bi-calendar-plus::before{content:"\f1ef"}.bi-calendar-range-fill::before{content:"\f1f0"}.bi-calendar-range::before{content:"\f1f1"}.bi-calendar-week-fill::before{content:"\f1f2"}.bi-calendar-week::before{content:"\f1f3"}.bi-calendar-x-fill::before{content:"\f1f4"}.bi-calendar-x::before{content:"\f1f5"}.bi-calendar::before{content:"\f1f6"}.bi-calendar2-check-fill::before{content:"\f1f7"}.bi-calendar2-check::before{content:"\f1f8"}.bi-calendar2-date-fill::before{content:"\f1f9"}.bi-calendar2-date::before{content:"\f1fa"}.bi-calendar2-day-fill::before{content:"\f1fb"}.bi-calendar2-day::before{content:"\f1fc"}.bi-calendar2-event-fill::before{content:"\f1fd"}.bi-calendar2-event::before{content:"\f1fe"}.bi-calendar2-fill::before{content:"\f1ff"}.bi-calendar2-minus-fill::before{content:"\f200"}.bi-calendar2-minus::before{content:"\f201"}.bi-calendar2-month-fill::before{content:"\f202"}.bi-calendar2-month::before{content:"\f203"}.bi-calendar2-plus-fill::before{content:"\f204"}.bi-calendar2-plus::before{content:"\f205"}.bi-calendar2-range-fill::before{content:"\f206"}.bi-calendar2-range::before{content:"\f207"}.bi-calendar2-week-fill::before{content:"\f208"}.bi-calendar2-week::before{content:"\f209"}.bi-calendar2-x-fill::before{content:"\f20a"}.bi-calendar2-x::before{content:"\f20b"}.bi-calendar2::before{content:"\f20c"}.bi-calendar3-event-fill::before{content:"\f20d"}.bi-calendar3-event::before{content:"\f20e"}.bi-calendar3-fill::before{content:"\f20f"}.bi-calendar3-range-fill::before{content:"\f210"}.bi-calendar3-range::before{content:"\f211"}.bi-calendar3-week-fill::before{content:"\f212"}.bi-calendar3-week::before{content:"\f213"}.bi-calendar3::before{content:"\f214"}.bi-calendar4-event::before{content:"\f215"}.bi-calendar4-range::before{content:"\f216"}.bi-calendar4-week::before{content:"\f217"}.bi-calendar4::before{content:"\f218"}.bi-camera-fill::before{content:"\f219"}.bi-camera-reels-fill::before{content:"\f21a"}.bi-camera-reels::before{content:"\f21b"}.bi-camera-video-fill::before{content:"\f21c"}.bi-camera-video-off-fill::before{content:"\f21d"}.bi-camera-video-off::before{content:"\f21e"}.bi-camera-video::before{content:"\f21f"}.bi-camera::before{content:"\f220"}.bi-camera2::before{content:"\f221"}.bi-capslock-fill::before{content:"\f222"}.bi-capslock::before{content:"\f223"}.bi-card-checklist::before{content:"\f224"}.bi-card-heading::before{content:"\f225"}.bi-card-image::before{content:"\f226"}.bi-card-list::before{content:"\f227"}.bi-card-text::before{content:"\f228"}.bi-caret-down-fill::before{content:"\f229"}.bi-caret-down-square-fill::before{content:"\f22a"}.bi-caret-down-square::before{content:"\f22b"}.bi-caret-down::before{content:"\f22c"}.bi-caret-left-fill::before{content:"\f22d"}.bi-caret-left-square-fill::before{content:"\f22e"}.bi-caret-left-square::before{content:"\f22f"}.bi-caret-left::before{content:"\f230"}.bi-caret-right-fill::before{content:"\f231"}.bi-caret-right-square-fill::before{content:"\f232"}.bi-caret-right-square::before{content:"\f233"}.bi-caret-right::before{content:"\f234"}.bi-caret-up-fill::before{content:"\f235"}.bi-caret-up-square-fill::before{content:"\f236"}.bi-caret-up-square::before{content:"\f237"}.bi-caret-up::before{content:"\f238"}.bi-cart-check-fill::before{content:"\f239"}.bi-cart-check::before{content:"\f23a"}.bi-cart-dash-fill::before{content:"\f23b"}.bi-cart-dash::before{content:"\f23c"}.bi-cart-fill::before{content:"\f23d"}.bi-cart-plus-fill::before{content:"\f23e"}.bi-cart-plus::before{content:"\f23f"}.bi-cart-x-fill::before{content:"\f240"}.bi-cart-x::before{content:"\f241"}.bi-cart::before{content:"\f242"}.bi-cart2::before{content:"\f243"}.bi-cart3::before{content:"\f244"}.bi-cart4::before{content:"\f245"}.bi-cash-stack::before{content:"\f246"}.bi-cash::before{content:"\f247"}.bi-cast::before{content:"\f248"}.bi-chat-dots-fill::before{content:"\f249"}.bi-chat-dots::before{content:"\f24a"}.bi-chat-fill::before{content:"\f24b"}.bi-chat-left-dots-fill::before{content:"\f24c"}.bi-chat-left-dots::before{content:"\f24d"}.bi-chat-left-fill::before{content:"\f24e"}.bi-chat-left-quote-fill::before{content:"\f24f"}.bi-chat-left-quote::before{content:"\f250"}.bi-chat-left-text-fill::before{content:"\f251"}.bi-chat-left-text::before{content:"\f252"}.bi-chat-left::before{content:"\f253"}.bi-chat-quote-fill::before{content:"\f254"}.bi-chat-quote::before{content:"\f255"}.bi-chat-right-dots-fill::before{content:"\f256"}.bi-chat-right-dots::before{content:"\f257"}.bi-chat-right-fill::before{content:"\f258"}.bi-chat-right-quote-fill::before{content:"\f259"}.bi-chat-right-quote::before{content:"\f25a"}.bi-chat-right-text-fill::before{content:"\f25b"}.bi-chat-right-text::before{content:"\f25c"}.bi-chat-right::before{content:"\f25d"}.bi-chat-square-dots-fill::before{content:"\f25e"}.bi-chat-square-dots::before{content:"\f25f"}.bi-chat-square-fill::before{content:"\f260"}.bi-chat-square-quote-fill::before{content:"\f261"}.bi-chat-square-quote::before{content:"\f262"}.bi-chat-square-text-fill::before{content:"\f263"}.bi-chat-square-text::before{content:"\f264"}.bi-chat-square::before{content:"\f265"}.bi-chat-text-fill::before{content:"\f266"}.bi-chat-text::before{content:"\f267"}.bi-chat::before{content:"\f268"}.bi-check-all::before{content:"\f269"}.bi-check-circle-fill::before{content:"\f26a"}.bi-check-circle::before{content:"\f26b"}.bi-check-square-fill::before{content:"\f26c"}.bi-check-square::before{content:"\f26d"}.bi-check::before{content:"\f26e"}.bi-check2-all::before{content:"\f26f"}.bi-check2-circle::before{content:"\f270"}.bi-check2-square::before{content:"\f271"}.bi-check2::before{content:"\f272"}.bi-chevron-bar-contract::before{content:"\f273"}.bi-chevron-bar-down::before{content:"\f274"}.bi-chevron-bar-expand::before{content:"\f275"}.bi-chevron-bar-left::before{content:"\f276"}.bi-chevron-bar-right::before{content:"\f277"}.bi-chevron-bar-up::before{content:"\f278"}.bi-chevron-compact-down::before{content:"\f279"}.bi-chevron-compact-left::before{content:"\f27a"}.bi-chevron-compact-right::before{content:"\f27b"}.bi-chevron-compact-up::before{content:"\f27c"}.bi-chevron-contract::before{content:"\f27d"}.bi-chevron-double-down::before{content:"\f27e"}.bi-chevron-double-left::before{content:"\f27f"}.bi-chevron-double-right::before{content:"\f280"}.bi-chevron-double-up::before{content:"\f281"}.bi-chevron-down::before{content:"\f282"}.bi-chevron-expand::before{content:"\f283"}.bi-chevron-left::before{content:"\f284"}.bi-chevron-right::before{content:"\f285"}.bi-chevron-up::before{content:"\f286"}.bi-circle-fill::before{content:"\f287"}.bi-circle-half::before{content:"\f288"}.bi-circle-square::before{content:"\f289"}.bi-circle::before{content:"\f28a"}.bi-clipboard-check::before{content:"\f28b"}.bi-clipboard-data::before{content:"\f28c"}.bi-clipboard-minus::before{content:"\f28d"}.bi-clipboard-plus::before{content:"\f28e"}.bi-clipboard-x::before{content:"\f28f"}.bi-clipboard::before{content:"\f290"}.bi-clock-fill::before{content:"\f291"}.bi-clock-history::before{content:"\f292"}.bi-clock::before{content:"\f293"}.bi-cloud-arrow-down-fill::before{content:"\f294"}.bi-cloud-arrow-down::before{content:"\f295"}.bi-cloud-arrow-up-fill::before{content:"\f296"}.bi-cloud-arrow-up::before{content:"\f297"}.bi-cloud-check-fill::before{content:"\f298"}.bi-cloud-check::before{content:"\f299"}.bi-cloud-download-fill::before{content:"\f29a"}.bi-cloud-download::before{content:"\f29b"}.bi-cloud-drizzle-fill::before{content:"\f29c"}.bi-cloud-drizzle::before{content:"\f29d"}.bi-cloud-fill::before{content:"\f29e"}.bi-cloud-fog-fill::before{content:"\f29f"}.bi-cloud-fog::before{content:"\f2a0"}.bi-cloud-fog2-fill::before{content:"\f2a1"}.bi-cloud-fog2::before{content:"\f2a2"}.bi-cloud-hail-fill::before{content:"\f2a3"}.bi-cloud-hail::before{content:"\f2a4"}.bi-cloud-haze-fill::before{content:"\f2a6"}.bi-cloud-haze::before{content:"\f2a7"}.bi-cloud-haze2-fill::before{content:"\f2a8"}.bi-cloud-lightning-fill::before{content:"\f2a9"}.bi-cloud-lightning-rain-fill::before{content:"\f2aa"}.bi-cloud-lightning-rain::before{content:"\f2ab"}.bi-cloud-lightning::before{content:"\f2ac"}.bi-cloud-minus-fill::before{content:"\f2ad"}.bi-cloud-minus::before{content:"\f2ae"}.bi-cloud-moon-fill::before{content:"\f2af"}.bi-cloud-moon::before{content:"\f2b0"}.bi-cloud-plus-fill::before{content:"\f2b1"}.bi-cloud-plus::before{content:"\f2b2"}.bi-cloud-rain-fill::before{content:"\f2b3"}.bi-cloud-rain-heavy-fill::before{content:"\f2b4"}.bi-cloud-rain-heavy::before{content:"\f2b5"}.bi-cloud-rain::before{content:"\f2b6"}.bi-cloud-slash-fill::before{content:"\f2b7"}.bi-cloud-slash::before{content:"\f2b8"}.bi-cloud-sleet-fill::before{content:"\f2b9"}.bi-cloud-sleet::before{content:"\f2ba"}.bi-cloud-snow-fill::before{content:"\f2bb"}.bi-cloud-snow::before{content:"\f2bc"}.bi-cloud-sun-fill::before{content:"\f2bd"}.bi-cloud-sun::before{content:"\f2be"}.bi-cloud-upload-fill::before{content:"\f2bf"}.bi-cloud-upload::before{content:"\f2c0"}.bi-cloud::before{content:"\f2c1"}.bi-clouds-fill::before{content:"\f2c2"}.bi-clouds::before{content:"\f2c3"}.bi-cloudy-fill::before{content:"\f2c4"}.bi-cloudy::before{content:"\f2c5"}.bi-code-slash::before{content:"\f2c6"}.bi-code-square::before{content:"\f2c7"}.bi-code::before{content:"\f2c8"}.bi-collection-fill::before{content:"\f2c9"}.bi-collection-play-fill::before{content:"\f2ca"}.bi-collection-play::before{content:"\f2cb"}.bi-collection::before{content:"\f2cc"}.bi-columns-gap::before{content:"\f2cd"}.bi-columns::before{content:"\f2ce"}.bi-command::before{content:"\f2cf"}.bi-compass-fill::before{content:"\f2d0"}.bi-compass::before{content:"\f2d1"}.bi-cone-striped::before{content:"\f2d2"}.bi-cone::before{content:"\f2d3"}.bi-controller::before{content:"\f2d4"}.bi-cpu-fill::before{content:"\f2d5"}.bi-cpu::before{content:"\f2d6"}.bi-credit-card-2-back-fill::before{content:"\f2d7"}.bi-credit-card-2-back::before{content:"\f2d8"}.bi-credit-card-2-front-fill::before{content:"\f2d9"}.bi-credit-card-2-front::before{content:"\f2da"}.bi-credit-card-fill::before{content:"\f2db"}.bi-credit-card::before{content:"\f2dc"}.bi-crop::before{content:"\f2dd"}.bi-cup-fill::before{content:"\f2de"}.bi-cup-straw::before{content:"\f2df"}.bi-cup::before{content:"\f2e0"}.bi-cursor-fill::before{content:"\f2e1"}.bi-cursor-text::before{content:"\f2e2"}.bi-cursor::before{content:"\f2e3"}.bi-dash-circle-dotted::before{content:"\f2e4"}.bi-dash-circle-fill::before{content:"\f2e5"}.bi-dash-circle::before{content:"\f2e6"}.bi-dash-square-dotted::before{content:"\f2e7"}.bi-dash-square-fill::before{content:"\f2e8"}.bi-dash-square::before{content:"\f2e9"}.bi-dash::before{content:"\f2ea"}.bi-diagram-2-fill::before{content:"\f2eb"}.bi-diagram-2::before{content:"\f2ec"}.bi-diagram-3-fill::before{content:"\f2ed"}.bi-diagram-3::before{content:"\f2ee"}.bi-diamond-fill::before{content:"\f2ef"}.bi-diamond-half::before{content:"\f2f0"}.bi-diamond::before{content:"\f2f1"}.bi-dice-1-fill::before{content:"\f2f2"}.bi-dice-1::before{content:"\f2f3"}.bi-dice-2-fill::before{content:"\f2f4"}.bi-dice-2::before{content:"\f2f5"}.bi-dice-3-fill::before{content:"\f2f6"}.bi-dice-3::before{content:"\f2f7"}.bi-dice-4-fill::before{content:"\f2f8"}.bi-dice-4::before{content:"\f2f9"}.bi-dice-5-fill::before{content:"\f2fa"}.bi-dice-5::before{content:"\f2fb"}.bi-dice-6-fill::before{content:"\f2fc"}.bi-dice-6::before{content:"\f2fd"}.bi-disc-fill::before{content:"\f2fe"}.bi-disc::before{content:"\f2ff"}.bi-discord::before{content:"\f300"}.bi-display-fill::before{content:"\f301"}.bi-display::before{content:"\f302"}.bi-distribute-horizontal::before{content:"\f303"}.bi-distribute-vertical::before{content:"\f304"}.bi-door-closed-fill::before{content:"\f305"}.bi-door-closed::before{content:"\f306"}.bi-door-open-fill::before{content:"\f307"}.bi-door-open::before{content:"\f308"}.bi-dot::before{content:"\f309"}.bi-download::before{content:"\f30a"}.bi-droplet-fill::before{content:"\f30b"}.bi-droplet-half::before{content:"\f30c"}.bi-droplet::before{content:"\f30d"}.bi-earbuds::before{content:"\f30e"}.bi-easel-fill::before{content:"\f30f"}.bi-easel::before{content:"\f310"}.bi-egg-fill::before{content:"\f311"}.bi-egg-fried::before{content:"\f312"}.bi-egg::before{content:"\f313"}.bi-eject-fill::before{content:"\f314"}.bi-eject::before{content:"\f315"}.bi-emoji-angry-fill::before{content:"\f316"}.bi-emoji-angry::before{content:"\f317"}.bi-emoji-dizzy-fill::before{content:"\f318"}.bi-emoji-dizzy::before{content:"\f319"}.bi-emoji-expressionless-fill::before{content:"\f31a"}.bi-emoji-expressionless::before{content:"\f31b"}.bi-emoji-frown-fill::before{content:"\f31c"}.bi-emoji-frown::before{content:"\f31d"}.bi-emoji-heart-eyes-fill::before{content:"\f31e"}.bi-emoji-heart-eyes::before{content:"\f31f"}.bi-emoji-laughing-fill::before{content:"\f320"}.bi-emoji-laughing::before{content:"\f321"}.bi-emoji-neutral-fill::before{content:"\f322"}.bi-emoji-neutral::before{content:"\f323"}.bi-emoji-smile-fill::before{content:"\f324"}.bi-emoji-smile-upside-down-fill::before{content:"\f325"}.bi-emoji-smile-upside-down::before{content:"\f326"}.bi-emoji-smile::before{content:"\f327"}.bi-emoji-sunglasses-fill::before{content:"\f328"}.bi-emoji-sunglasses::before{content:"\f329"}.bi-emoji-wink-fill::before{content:"\f32a"}.bi-emoji-wink::before{content:"\f32b"}.bi-envelope-fill::before{content:"\f32c"}.bi-envelope-open-fill::before{content:"\f32d"}.bi-envelope-open::before{content:"\f32e"}.bi-envelope::before{content:"\f32f"}.bi-eraser-fill::before{content:"\f330"}.bi-eraser::before{content:"\f331"}.bi-exclamation-circle-fill::before{content:"\f332"}.bi-exclamation-circle::before{content:"\f333"}.bi-exclamation-diamond-fill::before{content:"\f334"}.bi-exclamation-diamond::before{content:"\f335"}.bi-exclamation-octagon-fill::before{content:"\f336"}.bi-exclamation-octagon::before{content:"\f337"}.bi-exclamation-square-fill::before{content:"\f338"}.bi-exclamation-square::before{content:"\f339"}.bi-exclamation-triangle-fill::before{content:"\f33a"}.bi-exclamation-triangle::before{content:"\f33b"}.bi-exclamation::before{content:"\f33c"}.bi-exclude::before{content:"\f33d"}.bi-eye-fill::before{content:"\f33e"}.bi-eye-slash-fill::before{content:"\f33f"}.bi-eye-slash::before{content:"\f340"}.bi-eye::before{content:"\f341"}.bi-eyedropper::before{content:"\f342"}.bi-eyeglasses::before{content:"\f343"}.bi-facebook::before{content:"\f344"}.bi-file-arrow-down-fill::before{content:"\f345"}.bi-file-arrow-down::before{content:"\f346"}.bi-file-arrow-up-fill::before{content:"\f347"}.bi-file-arrow-up::before{content:"\f348"}.bi-file-bar-graph-fill::before{content:"\f349"}.bi-file-bar-graph::before{content:"\f34a"}.bi-file-binary-fill::before{content:"\f34b"}.bi-file-binary::before{content:"\f34c"}.bi-file-break-fill::before{content:"\f34d"}.bi-file-break::before{content:"\f34e"}.bi-file-check-fill::before{content:"\f34f"}.bi-file-check::before{content:"\f350"}.bi-file-code-fill::before{content:"\f351"}.bi-file-code::before{content:"\f352"}.bi-file-diff-fill::before{content:"\f353"}.bi-file-diff::before{content:"\f354"}.bi-file-earmark-arrow-down-fill::before{content:"\f355"}.bi-file-earmark-arrow-down::before{content:"\f356"}.bi-file-earmark-arrow-up-fill::before{content:"\f357"}.bi-file-earmark-arrow-up::before{content:"\f358"}.bi-file-earmark-bar-graph-fill::before{content:"\f359"}.bi-file-earmark-bar-graph::before{content:"\f35a"}.bi-file-earmark-binary-fill::before{content:"\f35b"}.bi-file-earmark-binary::before{content:"\f35c"}.bi-file-earmark-break-fill::before{content:"\f35d"}.bi-file-earmark-break::before{content:"\f35e"}.bi-file-earmark-check-fill::before{content:"\f35f"}.bi-file-earmark-check::before{content:"\f360"}.bi-file-earmark-code-fill::before{content:"\f361"}.bi-file-earmark-code::before{content:"\f362"}.bi-file-earmark-diff-fill::before{content:"\f363"}.bi-file-earmark-diff::before{content:"\f364"}.bi-file-earmark-easel-fill::before{content:"\f365"}.bi-file-earmark-easel::before{content:"\f366"}.bi-file-earmark-excel-fill::before{content:"\f367"}.bi-file-earmark-excel::before{content:"\f368"}.bi-file-earmark-fill::before{content:"\f369"}.bi-file-earmark-font-fill::before{content:"\f36a"}.bi-file-earmark-font::before{content:"\f36b"}.bi-file-earmark-image-fill::before{content:"\f36c"}.bi-file-earmark-image::before{content:"\f36d"}.bi-file-earmark-lock-fill::before{content:"\f36e"}.bi-file-earmark-lock::before{content:"\f36f"}.bi-file-earmark-lock2-fill::before{content:"\f370"}.bi-file-earmark-lock2::before{content:"\f371"}.bi-file-earmark-medical-fill::before{content:"\f372"}.bi-file-earmark-medical::before{content:"\f373"}.bi-file-earmark-minus-fill::before{content:"\f374"}.bi-file-earmark-minus::before{content:"\f375"}.bi-file-earmark-music-fill::before{content:"\f376"}.bi-file-earmark-music::before{content:"\f377"}.bi-file-earmark-person-fill::before{content:"\f378"}.bi-file-earmark-person::before{content:"\f379"}.bi-file-earmark-play-fill::before{content:"\f37a"}.bi-file-earmark-play::before{content:"\f37b"}.bi-file-earmark-plus-fill::before{content:"\f37c"}.bi-file-earmark-plus::before{content:"\f37d"}.bi-file-earmark-post-fill::before{content:"\f37e"}.bi-file-earmark-post::before{content:"\f37f"}.bi-file-earmark-ppt-fill::before{content:"\f380"}.bi-file-earmark-ppt::before{content:"\f381"}.bi-file-earmark-richtext-fill::before{content:"\f382"}.bi-file-earmark-richtext::before{content:"\f383"}.bi-file-earmark-ruled-fill::before{content:"\f384"}.bi-file-earmark-ruled::before{content:"\f385"}.bi-file-earmark-slides-fill::before{content:"\f386"}.bi-file-earmark-slides::before{content:"\f387"}.bi-file-earmark-spreadsheet-fill::before{content:"\f388"}.bi-file-earmark-spreadsheet::before{content:"\f389"}.bi-file-earmark-text-fill::before{content:"\f38a"}.bi-file-earmark-text::before{content:"\f38b"}.bi-file-earmark-word-fill::before{content:"\f38c"}.bi-file-earmark-word::before{content:"\f38d"}.bi-file-earmark-x-fill::before{content:"\f38e"}.bi-file-earmark-x::before{content:"\f38f"}.bi-file-earmark-zip-fill::before{content:"\f390"}.bi-file-earmark-zip::before{content:"\f391"}.bi-file-earmark::before{content:"\f392"}.bi-file-easel-fill::before{content:"\f393"}.bi-file-easel::before{content:"\f394"}.bi-file-excel-fill::before{content:"\f395"}.bi-file-excel::before{content:"\f396"}.bi-file-fill::before{content:"\f397"}.bi-file-font-fill::before{content:"\f398"}.bi-file-font::before{content:"\f399"}.bi-file-image-fill::before{content:"\f39a"}.bi-file-image::before{content:"\f39b"}.bi-file-lock-fill::before{content:"\f39c"}.bi-file-lock::before{content:"\f39d"}.bi-file-lock2-fill::before{content:"\f39e"}.bi-file-lock2::before{content:"\f39f"}.bi-file-medical-fill::before{content:"\f3a0"}.bi-file-medical::before{content:"\f3a1"}.bi-file-minus-fill::before{content:"\f3a2"}.bi-file-minus::before{content:"\f3a3"}.bi-file-music-fill::before{content:"\f3a4"}.bi-file-music::before{content:"\f3a5"}.bi-file-person-fill::before{content:"\f3a6"}.bi-file-person::before{content:"\f3a7"}.bi-file-play-fill::before{content:"\f3a8"}.bi-file-play::before{content:"\f3a9"}.bi-file-plus-fill::before{content:"\f3aa"}.bi-file-plus::before{content:"\f3ab"}.bi-file-post-fill::before{content:"\f3ac"}.bi-file-post::before{content:"\f3ad"}.bi-file-ppt-fill::before{content:"\f3ae"}.bi-file-ppt::before{content:"\f3af"}.bi-file-richtext-fill::before{content:"\f3b0"}.bi-file-richtext::before{content:"\f3b1"}.bi-file-ruled-fill::before{content:"\f3b2"}.bi-file-ruled::before{content:"\f3b3"}.bi-file-slides-fill::before{content:"\f3b4"}.bi-file-slides::before{content:"\f3b5"}.bi-file-spreadsheet-fill::before{content:"\f3b6"}.bi-file-spreadsheet::before{content:"\f3b7"}.bi-file-text-fill::before{content:"\f3b8"}.bi-file-text::before{content:"\f3b9"}.bi-file-word-fill::before{content:"\f3ba"}.bi-file-word::before{content:"\f3bb"}.bi-file-x-fill::before{content:"\f3bc"}.bi-file-x::before{content:"\f3bd"}.bi-file-zip-fill::before{content:"\f3be"}.bi-file-zip::before{content:"\f3bf"}.bi-file::before{content:"\f3c0"}.bi-files-alt::before{content:"\f3c1"}.bi-files::before{content:"\f3c2"}.bi-film::before{content:"\f3c3"}.bi-filter-circle-fill::before{content:"\f3c4"}.bi-filter-circle::before{content:"\f3c5"}.bi-filter-left::before{content:"\f3c6"}.bi-filter-right::before{content:"\f3c7"}.bi-filter-square-fill::before{content:"\f3c8"}.bi-filter-square::before{content:"\f3c9"}.bi-filter::before{content:"\f3ca"}.bi-flag-fill::before{content:"\f3cb"}.bi-flag::before{content:"\f3cc"}.bi-flower1::before{content:"\f3cd"}.bi-flower2::before{content:"\f3ce"}.bi-flower3::before{content:"\f3cf"}.bi-folder-check::before{content:"\f3d0"}.bi-folder-fill::before{content:"\f3d1"}.bi-folder-minus::before{content:"\f3d2"}.bi-folder-plus::before{content:"\f3d3"}.bi-folder-symlink-fill::before{content:"\f3d4"}.bi-folder-symlink::before{content:"\f3d5"}.bi-folder-x::before{content:"\f3d6"}.bi-folder::before{content:"\f3d7"}.bi-folder2-open::before{content:"\f3d8"}.bi-folder2::before{content:"\f3d9"}.bi-fonts::before{content:"\f3da"}.bi-forward-fill::before{content:"\f3db"}.bi-forward::before{content:"\f3dc"}.bi-front::before{content:"\f3dd"}.bi-fullscreen-exit::before{content:"\f3de"}.bi-fullscreen::before{content:"\f3df"}.bi-funnel-fill::before{content:"\f3e0"}.bi-funnel::before{content:"\f3e1"}.bi-gear-fill::before{content:"\f3e2"}.bi-gear-wide-connected::before{content:"\f3e3"}.bi-gear-wide::before{content:"\f3e4"}.bi-gear::before{content:"\f3e5"}.bi-gem::before{content:"\f3e6"}.bi-geo-alt-fill::before{content:"\f3e7"}.bi-geo-alt::before{content:"\f3e8"}.bi-geo-fill::before{content:"\f3e9"}.bi-geo::before{content:"\f3ea"}.bi-gift-fill::before{content:"\f3eb"}.bi-gift::before{content:"\f3ec"}.bi-github::before{content:"\f3ed"}.bi-globe::before{content:"\f3ee"}.bi-globe2::before{content:"\f3ef"}.bi-google::before{content:"\f3f0"}.bi-graph-down::before{content:"\f3f1"}.bi-graph-up::before{content:"\f3f2"}.bi-grid-1x2-fill::before{content:"\f3f3"}.bi-grid-1x2::before{content:"\f3f4"}.bi-grid-3x2-gap-fill::before{content:"\f3f5"}.bi-grid-3x2-gap::before{content:"\f3f6"}.bi-grid-3x2::before{content:"\f3f7"}.bi-grid-3x3-gap-fill::before{content:"\f3f8"}.bi-grid-3x3-gap::before{content:"\f3f9"}.bi-grid-3x3::before{content:"\f3fa"}.bi-grid-fill::before{content:"\f3fb"}.bi-grid::before{content:"\f3fc"}.bi-grip-horizontal::before{content:"\f3fd"}.bi-grip-vertical::before{content:"\f3fe"}.bi-hammer::before{content:"\f3ff"}.bi-hand-index-fill::before{content:"\f400"}.bi-hand-index-thumb-fill::before{content:"\f401"}.bi-hand-index-thumb::before{content:"\f402"}.bi-hand-index::before{content:"\f403"}.bi-hand-thumbs-down-fill::before{content:"\f404"}.bi-hand-thumbs-down::before{content:"\f405"}.bi-hand-thumbs-up-fill::before{content:"\f406"}.bi-hand-thumbs-up::before{content:"\f407"}.bi-handbag-fill::before{content:"\f408"}.bi-handbag::before{content:"\f409"}.bi-hash::before{content:"\f40a"}.bi-hdd-fill::before{content:"\f40b"}.bi-hdd-network-fill::before{content:"\f40c"}.bi-hdd-network::before{content:"\f40d"}.bi-hdd-rack-fill::before{content:"\f40e"}.bi-hdd-rack::before{content:"\f40f"}.bi-hdd-stack-fill::before{content:"\f410"}.bi-hdd-stack::before{content:"\f411"}.bi-hdd::before{content:"\f412"}.bi-headphones::before{content:"\f413"}.bi-headset::before{content:"\f414"}.bi-heart-fill::before{content:"\f415"}.bi-heart-half::before{content:"\f416"}.bi-heart::before{content:"\f417"}.bi-heptagon-fill::before{content:"\f418"}.bi-heptagon-half::before{content:"\f419"}.bi-heptagon::before{content:"\f41a"}.bi-hexagon-fill::before{content:"\f41b"}.bi-hexagon-half::before{content:"\f41c"}.bi-hexagon::before{content:"\f41d"}.bi-hourglass-bottom::before{content:"\f41e"}.bi-hourglass-split::before{content:"\f41f"}.bi-hourglass-top::before{content:"\f420"}.bi-hourglass::before{content:"\f421"}.bi-house-door-fill::before{content:"\f422"}.bi-house-door::before{content:"\f423"}.bi-house-fill::before{content:"\f424"}.bi-house::before{content:"\f425"}.bi-hr::before{content:"\f426"}.bi-hurricane::before{content:"\f427"}.bi-image-alt::before{content:"\f428"}.bi-image-fill::before{content:"\f429"}.bi-image::before{content:"\f42a"}.bi-images::before{content:"\f42b"}.bi-inbox-fill::before{content:"\f42c"}.bi-inbox::before{content:"\f42d"}.bi-inboxes-fill::before{content:"\f42e"}.bi-inboxes::before{content:"\f42f"}.bi-info-circle-fill::before{content:"\f430"}.bi-info-circle::before{content:"\f431"}.bi-info-square-fill::before{content:"\f432"}.bi-info-square::before{content:"\f433"}.bi-info::before{content:"\f434"}.bi-input-cursor-text::before{content:"\f435"}.bi-input-cursor::before{content:"\f436"}.bi-instagram::before{content:"\f437"}.bi-intersect::before{content:"\f438"}.bi-journal-album::before{content:"\f439"}.bi-journal-arrow-down::before{content:"\f43a"}.bi-journal-arrow-up::before{content:"\f43b"}.bi-journal-bookmark-fill::before{content:"\f43c"}.bi-journal-bookmark::before{content:"\f43d"}.bi-journal-check::before{content:"\f43e"}.bi-journal-code::before{content:"\f43f"}.bi-journal-medical::before{content:"\f440"}.bi-journal-minus::before{content:"\f441"}.bi-journal-plus::before{content:"\f442"}.bi-journal-richtext::before{content:"\f443"}.bi-journal-text::before{content:"\f444"}.bi-journal-x::before{content:"\f445"}.bi-journal::before{content:"\f446"}.bi-journals::before{content:"\f447"}.bi-joystick::before{content:"\f448"}.bi-justify-left::before{content:"\f449"}.bi-justify-right::before{content:"\f44a"}.bi-justify::before{content:"\f44b"}.bi-kanban-fill::before{content:"\f44c"}.bi-kanban::before{content:"\f44d"}.bi-key-fill::before{content:"\f44e"}.bi-key::before{content:"\f44f"}.bi-keyboard-fill::before{content:"\f450"}.bi-keyboard::before{content:"\f451"}.bi-ladder::before{content:"\f452"}.bi-lamp-fill::before{content:"\f453"}.bi-lamp::before{content:"\f454"}.bi-laptop-fill::before{content:"\f455"}.bi-laptop::before{content:"\f456"}.bi-layer-backward::before{content:"\f457"}.bi-layer-forward::before{content:"\f458"}.bi-layers-fill::before{content:"\f459"}.bi-layers-half::before{content:"\f45a"}.bi-layers::before{content:"\f45b"}.bi-layout-sidebar-inset-reverse::before{content:"\f45c"}.bi-layout-sidebar-inset::before{content:"\f45d"}.bi-layout-sidebar-reverse::before{content:"\f45e"}.bi-layout-sidebar::before{content:"\f45f"}.bi-layout-split::before{content:"\f460"}.bi-layout-text-sidebar-reverse::before{content:"\f461"}.bi-layout-text-sidebar::before{content:"\f462"}.bi-layout-text-window-reverse::before{content:"\f463"}.bi-layout-text-window::before{content:"\f464"}.bi-layout-three-columns::before{content:"\f465"}.bi-layout-wtf::before{content:"\f466"}.bi-life-preserver::before{content:"\f467"}.bi-lightbulb-fill::before{content:"\f468"}.bi-lightbulb-off-fill::before{content:"\f469"}.bi-lightbulb-off::before{content:"\f46a"}.bi-lightbulb::before{content:"\f46b"}.bi-lightning-charge-fill::before{content:"\f46c"}.bi-lightning-charge::before{content:"\f46d"}.bi-lightning-fill::before{content:"\f46e"}.bi-lightning::before{content:"\f46f"}.bi-link-45deg::before{content:"\f470"}.bi-link::before{content:"\f471"}.bi-linkedin::before{content:"\f472"}.bi-list-check::before{content:"\f473"}.bi-list-nested::before{content:"\f474"}.bi-list-ol::before{content:"\f475"}.bi-list-stars::before{content:"\f476"}.bi-list-task::before{content:"\f477"}.bi-list-ul::before{content:"\f478"}.bi-list::before{content:"\f479"}.bi-lock-fill::before{content:"\f47a"}.bi-lock::before{content:"\f47b"}.bi-mailbox::before{content:"\f47c"}.bi-mailbox2::before{content:"\f47d"}.bi-map-fill::before{content:"\f47e"}.bi-map::before{content:"\f47f"}.bi-markdown-fill::before{content:"\f480"}.bi-markdown::before{content:"\f481"}.bi-mask::before{content:"\f482"}.bi-megaphone-fill::before{content:"\f483"}.bi-megaphone::before{content:"\f484"}.bi-menu-app-fill::before{content:"\f485"}.bi-menu-app::before{content:"\f486"}.bi-menu-button-fill::before{content:"\f487"}.bi-menu-button-wide-fill::before{content:"\f488"}.bi-menu-button-wide::before{content:"\f489"}.bi-menu-button::before{content:"\f48a"}.bi-menu-down::before{content:"\f48b"}.bi-menu-up::before{content:"\f48c"}.bi-mic-fill::before{content:"\f48d"}.bi-mic-mute-fill::before{content:"\f48e"}.bi-mic-mute::before{content:"\f48f"}.bi-mic::before{content:"\f490"}.bi-minecart-loaded::before{content:"\f491"}.bi-minecart::before{content:"\f492"}.bi-moisture::before{content:"\f493"}.bi-moon-fill::before{content:"\f494"}.bi-moon-stars-fill::before{content:"\f495"}.bi-moon-stars::before{content:"\f496"}.bi-moon::before{content:"\f497"}.bi-mouse-fill::before{content:"\f498"}.bi-mouse::before{content:"\f499"}.bi-mouse2-fill::before{content:"\f49a"}.bi-mouse2::before{content:"\f49b"}.bi-mouse3-fill::before{content:"\f49c"}.bi-mouse3::before{content:"\f49d"}.bi-music-note-beamed::before{content:"\f49e"}.bi-music-note-list::before{content:"\f49f"}.bi-music-note::before{content:"\f4a0"}.bi-music-player-fill::before{content:"\f4a1"}.bi-music-player::before{content:"\f4a2"}.bi-newspaper::before{content:"\f4a3"}.bi-node-minus-fill::before{content:"\f4a4"}.bi-node-minus::before{content:"\f4a5"}.bi-node-plus-fill::before{content:"\f4a6"}.bi-node-plus::before{content:"\f4a7"}.bi-nut-fill::before{content:"\f4a8"}.bi-nut::before{content:"\f4a9"}.bi-octagon-fill::before{content:"\f4aa"}.bi-octagon-half::before{content:"\f4ab"}.bi-octagon::before{content:"\f4ac"}.bi-option::before{content:"\f4ad"}.bi-outlet::before{content:"\f4ae"}.bi-paint-bucket::before{content:"\f4af"}.bi-palette-fill::before{content:"\f4b0"}.bi-palette::before{content:"\f4b1"}.bi-palette2::before{content:"\f4b2"}.bi-paperclip::before{content:"\f4b3"}.bi-paragraph::before{content:"\f4b4"}.bi-patch-check-fill::before{content:"\f4b5"}.bi-patch-check::before{content:"\f4b6"}.bi-patch-exclamation-fill::before{content:"\f4b7"}.bi-patch-exclamation::before{content:"\f4b8"}.bi-patch-minus-fill::before{content:"\f4b9"}.bi-patch-minus::before{content:"\f4ba"}.bi-patch-plus-fill::before{content:"\f4bb"}.bi-patch-plus::before{content:"\f4bc"}.bi-patch-question-fill::before{content:"\f4bd"}.bi-patch-question::before{content:"\f4be"}.bi-pause-btn-fill::before{content:"\f4bf"}.bi-pause-btn::before{content:"\f4c0"}.bi-pause-circle-fill::before{content:"\f4c1"}.bi-pause-circle::before{content:"\f4c2"}.bi-pause-fill::before{content:"\f4c3"}.bi-pause::before{content:"\f4c4"}.bi-peace-fill::before{content:"\f4c5"}.bi-peace::before{content:"\f4c6"}.bi-pen-fill::before{content:"\f4c7"}.bi-pen::before{content:"\f4c8"}.bi-pencil-fill::before{content:"\f4c9"}.bi-pencil-square::before{content:"\f4ca"}.bi-pencil::before{content:"\f4cb"}.bi-pentagon-fill::before{content:"\f4cc"}.bi-pentagon-half::before{content:"\f4cd"}.bi-pentagon::before{content:"\f4ce"}.bi-people-fill::before{content:"\f4cf"}.bi-people::before{content:"\f4d0"}.bi-percent::before{content:"\f4d1"}.bi-person-badge-fill::before{content:"\f4d2"}.bi-person-badge::before{content:"\f4d3"}.bi-person-bounding-box::before{content:"\f4d4"}.bi-person-check-fill::before{content:"\f4d5"}.bi-person-check::before{content:"\f4d6"}.bi-person-circle::before{content:"\f4d7"}.bi-person-dash-fill::before{content:"\f4d8"}.bi-person-dash::before{content:"\f4d9"}.bi-person-fill::before{content:"\f4da"}.bi-person-lines-fill::before{content:"\f4db"}.bi-person-plus-fill::before{content:"\f4dc"}.bi-person-plus::before{content:"\f4dd"}.bi-person-square::before{content:"\f4de"}.bi-person-x-fill::before{content:"\f4df"}.bi-person-x::before{content:"\f4e0"}.bi-person::before{content:"\f4e1"}.bi-phone-fill::before{content:"\f4e2"}.bi-phone-landscape-fill::before{content:"\f4e3"}.bi-phone-landscape::before{content:"\f4e4"}.bi-phone-vibrate-fill::before{content:"\f4e5"}.bi-phone-vibrate::before{content:"\f4e6"}.bi-phone::before{content:"\f4e7"}.bi-pie-chart-fill::before{content:"\f4e8"}.bi-pie-chart::before{content:"\f4e9"}.bi-pin-angle-fill::before{content:"\f4ea"}.bi-pin-angle::before{content:"\f4eb"}.bi-pin-fill::before{content:"\f4ec"}.bi-pin::before{content:"\f4ed"}.bi-pip-fill::before{content:"\f4ee"}.bi-pip::before{content:"\f4ef"}.bi-play-btn-fill::before{content:"\f4f0"}.bi-play-btn::before{content:"\f4f1"}.bi-play-circle-fill::before{content:"\f4f2"}.bi-play-circle::before{content:"\f4f3"}.bi-play-fill::before{content:"\f4f4"}.bi-play::before{content:"\f4f5"}.bi-plug-fill::before{content:"\f4f6"}.bi-plug::before{content:"\f4f7"}.bi-plus-circle-dotted::before{content:"\f4f8"}.bi-plus-circle-fill::before{content:"\f4f9"}.bi-plus-circle::before{content:"\f4fa"}.bi-plus-square-dotted::before{content:"\f4fb"}.bi-plus-square-fill::before{content:"\f4fc"}.bi-plus-square::before{content:"\f4fd"}.bi-plus::before{content:"\f4fe"}.bi-power::before{content:"\f4ff"}.bi-printer-fill::before{content:"\f500"}.bi-printer::before{content:"\f501"}.bi-puzzle-fill::before{content:"\f502"}.bi-puzzle::before{content:"\f503"}.bi-question-circle-fill::before{content:"\f504"}.bi-question-circle::before{content:"\f505"}.bi-question-diamond-fill::before{content:"\f506"}.bi-question-diamond::before{content:"\f507"}.bi-question-octagon-fill::before{content:"\f508"}.bi-question-octagon::before{content:"\f509"}.bi-question-square-fill::before{content:"\f50a"}.bi-question-square::before{content:"\f50b"}.bi-question::before{content:"\f50c"}.bi-rainbow::before{content:"\f50d"}.bi-receipt-cutoff::before{content:"\f50e"}.bi-receipt::before{content:"\f50f"}.bi-reception-0::before{content:"\f510"}.bi-reception-1::before{content:"\f511"}.bi-reception-2::before{content:"\f512"}.bi-reception-3::before{content:"\f513"}.bi-reception-4::before{content:"\f514"}.bi-record-btn-fill::before{content:"\f515"}.bi-record-btn::before{content:"\f516"}.bi-record-circle-fill::before{content:"\f517"}.bi-record-circle::before{content:"\f518"}.bi-record-fill::before{content:"\f519"}.bi-record::before{content:"\f51a"}.bi-record2-fill::before{content:"\f51b"}.bi-record2::before{content:"\f51c"}.bi-reply-all-fill::before{content:"\f51d"}.bi-reply-all::before{content:"\f51e"}.bi-reply-fill::before{content:"\f51f"}.bi-reply::before{content:"\f520"}.bi-rss-fill::before{content:"\f521"}.bi-rss::before{content:"\f522"}.bi-rulers::before{content:"\f523"}.bi-save-fill::before{content:"\f524"}.bi-save::before{content:"\f525"}.bi-save2-fill::before{content:"\f526"}.bi-save2::before{content:"\f527"}.bi-scissors::before{content:"\f528"}.bi-screwdriver::before{content:"\f529"}.bi-search::before{content:"\f52a"}.bi-segmented-nav::before{content:"\f52b"}.bi-server::before{content:"\f52c"}.bi-share-fill::before{content:"\f52d"}.bi-share::before{content:"\f52e"}.bi-shield-check::before{content:"\f52f"}.bi-shield-exclamation::before{content:"\f530"}.bi-shield-fill-check::before{content:"\f531"}.bi-shield-fill-exclamation::before{content:"\f532"}.bi-shield-fill-minus::before{content:"\f533"}.bi-shield-fill-plus::before{content:"\f534"}.bi-shield-fill-x::before{content:"\f535"}.bi-shield-fill::before{content:"\f536"}.bi-shield-lock-fill::before{content:"\f537"}.bi-shield-lock::before{content:"\f538"}.bi-shield-minus::before{content:"\f539"}.bi-shield-plus::before{content:"\f53a"}.bi-shield-shaded::before{content:"\f53b"}.bi-shield-slash-fill::before{content:"\f53c"}.bi-shield-slash::before{content:"\f53d"}.bi-shield-x::before{content:"\f53e"}.bi-shield::before{content:"\f53f"}.bi-shift-fill::before{content:"\f540"}.bi-shift::before{content:"\f541"}.bi-shop-window::before{content:"\f542"}.bi-shop::before{content:"\f543"}.bi-shuffle::before{content:"\f544"}.bi-signpost-2-fill::before{content:"\f545"}.bi-signpost-2::before{content:"\f546"}.bi-signpost-fill::before{content:"\f547"}.bi-signpost-split-fill::before{content:"\f548"}.bi-signpost-split::before{content:"\f549"}.bi-signpost::before{content:"\f54a"}.bi-sim-fill::before{content:"\f54b"}.bi-sim::before{content:"\f54c"}.bi-skip-backward-btn-fill::before{content:"\f54d"}.bi-skip-backward-btn::before{content:"\f54e"}.bi-skip-backward-circle-fill::before{content:"\f54f"}.bi-skip-backward-circle::before{content:"\f550"}.bi-skip-backward-fill::before{content:"\f551"}.bi-skip-backward::before{content:"\f552"}.bi-skip-end-btn-fill::before{content:"\f553"}.bi-skip-end-btn::before{content:"\f554"}.bi-skip-end-circle-fill::before{content:"\f555"}.bi-skip-end-circle::before{content:"\f556"}.bi-skip-end-fill::before{content:"\f557"}.bi-skip-end::before{content:"\f558"}.bi-skip-forward-btn-fill::before{content:"\f559"}.bi-skip-forward-btn::before{content:"\f55a"}.bi-skip-forward-circle-fill::before{content:"\f55b"}.bi-skip-forward-circle::before{content:"\f55c"}.bi-skip-forward-fill::before{content:"\f55d"}.bi-skip-forward::before{content:"\f55e"}.bi-skip-start-btn-fill::before{content:"\f55f"}.bi-skip-start-btn::before{content:"\f560"}.bi-skip-start-circle-fill::before{content:"\f561"}.bi-skip-start-circle::before{content:"\f562"}.bi-skip-start-fill::before{content:"\f563"}.bi-skip-start::before{content:"\f564"}.bi-slack::before{content:"\f565"}.bi-slash-circle-fill::before{content:"\f566"}.bi-slash-circle::before{content:"\f567"}.bi-slash-square-fill::before{content:"\f568"}.bi-slash-square::before{content:"\f569"}.bi-slash::before{content:"\f56a"}.bi-sliders::before{content:"\f56b"}.bi-smartwatch::before{content:"\f56c"}.bi-snow::before{content:"\f56d"}.bi-snow2::before{content:"\f56e"}.bi-snow3::before{content:"\f56f"}.bi-sort-alpha-down-alt::before{content:"\f570"}.bi-sort-alpha-down::before{content:"\f571"}.bi-sort-alpha-up-alt::before{content:"\f572"}.bi-sort-alpha-up::before{content:"\f573"}.bi-sort-down-alt::before{content:"\f574"}.bi-sort-down::before{content:"\f575"}.bi-sort-numeric-down-alt::before{content:"\f576"}.bi-sort-numeric-down::before{content:"\f577"}.bi-sort-numeric-up-alt::before{content:"\f578"}.bi-sort-numeric-up::before{content:"\f579"}.bi-sort-up-alt::before{content:"\f57a"}.bi-sort-up::before{content:"\f57b"}.bi-soundwave::before{content:"\f57c"}.bi-speaker-fill::before{content:"\f57d"}.bi-speaker::before{content:"\f57e"}.bi-speedometer::before{content:"\f57f"}.bi-speedometer2::before{content:"\f580"}.bi-spellcheck::before{content:"\f581"}.bi-square-fill::before{content:"\f582"}.bi-square-half::before{content:"\f583"}.bi-square::before{content:"\f584"}.bi-stack::before{content:"\f585"}.bi-star-fill::before{content:"\f586"}.bi-star-half::before{content:"\f587"}.bi-star::before{content:"\f588"}.bi-stars::before{content:"\f589"}.bi-stickies-fill::before{content:"\f58a"}.bi-stickies::before{content:"\f58b"}.bi-sticky-fill::before{content:"\f58c"}.bi-sticky::before{content:"\f58d"}.bi-stop-btn-fill::before{content:"\f58e"}.bi-stop-btn::before{content:"\f58f"}.bi-stop-circle-fill::before{content:"\f590"}.bi-stop-circle::before{content:"\f591"}.bi-stop-fill::before{content:"\f592"}.bi-stop::before{content:"\f593"}.bi-stoplights-fill::before{content:"\f594"}.bi-stoplights::before{content:"\f595"}.bi-stopwatch-fill::before{content:"\f596"}.bi-stopwatch::before{content:"\f597"}.bi-subtract::before{content:"\f598"}.bi-suit-club-fill::before{content:"\f599"}.bi-suit-club::before{content:"\f59a"}.bi-suit-diamond-fill::before{content:"\f59b"}.bi-suit-diamond::before{content:"\f59c"}.bi-suit-heart-fill::before{content:"\f59d"}.bi-suit-heart::before{content:"\f59e"}.bi-suit-spade-fill::before{content:"\f59f"}.bi-suit-spade::before{content:"\f5a0"}.bi-sun-fill::before{content:"\f5a1"}.bi-sun::before{content:"\f5a2"}.bi-sunglasses::before{content:"\f5a3"}.bi-sunrise-fill::before{content:"\f5a4"}.bi-sunrise::before{content:"\f5a5"}.bi-sunset-fill::before{content:"\f5a6"}.bi-sunset::before{content:"\f5a7"}.bi-symmetry-horizontal::before{content:"\f5a8"}.bi-symmetry-vertical::before{content:"\f5a9"}.bi-table::before{content:"\f5aa"}.bi-tablet-fill::before{content:"\f5ab"}.bi-tablet-landscape-fill::before{content:"\f5ac"}.bi-tablet-landscape::before{content:"\f5ad"}.bi-tablet::before{content:"\f5ae"}.bi-tag-fill::before{content:"\f5af"}.bi-tag::before{content:"\f5b0"}.bi-tags-fill::before{content:"\f5b1"}.bi-tags::before{content:"\f5b2"}.bi-telegram::before{content:"\f5b3"}.bi-telephone-fill::before{content:"\f5b4"}.bi-telephone-forward-fill::before{content:"\f5b5"}.bi-telephone-forward::before{content:"\f5b6"}.bi-telephone-inbound-fill::before{content:"\f5b7"}.bi-telephone-inbound::before{content:"\f5b8"}.bi-telephone-minus-fill::before{content:"\f5b9"}.bi-telephone-minus::before{content:"\f5ba"}.bi-telephone-outbound-fill::before{content:"\f5bb"}.bi-telephone-outbound::before{content:"\f5bc"}.bi-telephone-plus-fill::before{content:"\f5bd"}.bi-telephone-plus::before{content:"\f5be"}.bi-telephone-x-fill::before{content:"\f5bf"}.bi-telephone-x::before{content:"\f5c0"}.bi-telephone::before{content:"\f5c1"}.bi-terminal-fill::before{content:"\f5c2"}.bi-terminal::before{content:"\f5c3"}.bi-text-center::before{content:"\f5c4"}.bi-text-indent-left::before{content:"\f5c5"}.bi-text-indent-right::before{content:"\f5c6"}.bi-text-left::before{content:"\f5c7"}.bi-text-paragraph::before{content:"\f5c8"}.bi-text-right::before{content:"\f5c9"}.bi-textarea-resize::before{content:"\f5ca"}.bi-textarea-t::before{content:"\f5cb"}.bi-textarea::before{content:"\f5cc"}.bi-thermometer-half::before{content:"\f5cd"}.bi-thermometer-high::before{content:"\f5ce"}.bi-thermometer-low::before{content:"\f5cf"}.bi-thermometer-snow::before{content:"\f5d0"}.bi-thermometer-sun::before{content:"\f5d1"}.bi-thermometer::before{content:"\f5d2"}.bi-three-dots-vertical::before{content:"\f5d3"}.bi-three-dots::before{content:"\f5d4"}.bi-toggle-off::before{content:"\f5d5"}.bi-toggle-on::before{content:"\f5d6"}.bi-toggle2-off::before{content:"\f5d7"}.bi-toggle2-on::before{content:"\f5d8"}.bi-toggles::before{content:"\f5d9"}.bi-toggles2::before{content:"\f5da"}.bi-tools::before{content:"\f5db"}.bi-tornado::before{content:"\f5dc"}.bi-trash-fill::before{content:"\f5dd"}.bi-trash::before{content:"\f5de"}.bi-trash2-fill::before{content:"\f5df"}.bi-trash2::before{content:"\f5e0"}.bi-tree-fill::before{content:"\f5e1"}.bi-tree::before{content:"\f5e2"}.bi-triangle-fill::before{content:"\f5e3"}.bi-triangle-half::before{content:"\f5e4"}.bi-triangle::before{content:"\f5e5"}.bi-trophy-fill::before{content:"\f5e6"}.bi-trophy::before{content:"\f5e7"}.bi-tropical-storm::before{content:"\f5e8"}.bi-truck-flatbed::before{content:"\f5e9"}.bi-truck::before{content:"\f5ea"}.bi-tsunami::before{content:"\f5eb"}.bi-tv-fill::before{content:"\f5ec"}.bi-tv::before{content:"\f5ed"}.bi-twitch::before{content:"\f5ee"}.bi-twitter::before{content:"\f5ef"}.bi-type-bold::before{content:"\f5f0"}.bi-type-h1::before{content:"\f5f1"}.bi-type-h2::before{content:"\f5f2"}.bi-type-h3::before{content:"\f5f3"}.bi-type-italic::before{content:"\f5f4"}.bi-type-strikethrough::before{content:"\f5f5"}.bi-type-underline::before{content:"\f5f6"}.bi-type::before{content:"\f5f7"}.bi-ui-checks-grid::before{content:"\f5f8"}.bi-ui-checks::before{content:"\f5f9"}.bi-ui-radios-grid::before{content:"\f5fa"}.bi-ui-radios::before{content:"\f5fb"}.bi-umbrella-fill::before{content:"\f5fc"}.bi-umbrella::before{content:"\f5fd"}.bi-union::before{content:"\f5fe"}.bi-unlock-fill::before{content:"\f5ff"}.bi-unlock::before{content:"\f600"}.bi-upc-scan::before{content:"\f601"}.bi-upc::before{content:"\f602"}.bi-upload::before{content:"\f603"}.bi-vector-pen::before{content:"\f604"}.bi-view-list::before{content:"\f605"}.bi-view-stacked::before{content:"\f606"}.bi-vinyl-fill::before{content:"\f607"}.bi-vinyl::before{content:"\f608"}.bi-voicemail::before{content:"\f609"}.bi-volume-down-fill::before{content:"\f60a"}.bi-volume-down::before{content:"\f60b"}.bi-volume-mute-fill::before{content:"\f60c"}.bi-volume-mute::before{content:"\f60d"}.bi-volume-off-fill::before{content:"\f60e"}.bi-volume-off::before{content:"\f60f"}.bi-volume-up-fill::before{content:"\f610"}.bi-volume-up::before{content:"\f611"}.bi-vr::before{content:"\f612"}.bi-wallet-fill::before{content:"\f613"}.bi-wallet::before{content:"\f614"}.bi-wallet2::before{content:"\f615"}.bi-watch::before{content:"\f616"}.bi-water::before{content:"\f617"}.bi-whatsapp::before{content:"\f618"}.bi-wifi-1::before{content:"\f619"}.bi-wifi-2::before{content:"\f61a"}.bi-wifi-off::before{content:"\f61b"}.bi-wifi::before{content:"\f61c"}.bi-wind::before{content:"\f61d"}.bi-window-dock::before{content:"\f61e"}.bi-window-sidebar::before{content:"\f61f"}.bi-window::before{content:"\f620"}.bi-wrench::before{content:"\f621"}.bi-x-circle-fill::before{content:"\f622"}.bi-x-circle::before{content:"\f623"}.bi-x-diamond-fill::before{content:"\f624"}.bi-x-diamond::before{content:"\f625"}.bi-x-octagon-fill::before{content:"\f626"}.bi-x-octagon::before{content:"\f627"}.bi-x-square-fill::before{content:"\f628"}.bi-x-square::before{content:"\f629"}.bi-x::before{content:"\f62a"}.bi-youtube::before{content:"\f62b"}.bi-zoom-in::before{content:"\f62c"}.bi-zoom-out::before{content:"\f62d"}.bi-bank::before{content:"\f62e"}.bi-bank2::before{content:"\f62f"}.bi-bell-slash-fill::before{content:"\f630"}.bi-bell-slash::before{content:"\f631"}.bi-cash-coin::before{content:"\f632"}.bi-check-lg::before{content:"\f633"}.bi-coin::before{content:"\f634"}.bi-currency-bitcoin::before{content:"\f635"}.bi-currency-dollar::before{content:"\f636"}.bi-currency-euro::before{content:"\f637"}.bi-currency-exchange::before{content:"\f638"}.bi-currency-pound::before{content:"\f639"}.bi-currency-yen::before{content:"\f63a"}.bi-dash-lg::before{content:"\f63b"}.bi-exclamation-lg::before{content:"\f63c"}.bi-file-earmark-pdf-fill::before{content:"\f63d"}.bi-file-earmark-pdf::before{content:"\f63e"}.bi-file-pdf-fill::before{content:"\f63f"}.bi-file-pdf::before{content:"\f640"}.bi-gender-ambiguous::before{content:"\f641"}.bi-gender-female::before{content:"\f642"}.bi-gender-male::before{content:"\f643"}.bi-gender-trans::before{content:"\f644"}.bi-headset-vr::before{content:"\f645"}.bi-info-lg::before{content:"\f646"}.bi-mastodon::before{content:"\f647"}.bi-messenger::before{content:"\f648"}.bi-piggy-bank-fill::before{content:"\f649"}.bi-piggy-bank::before{content:"\f64a"}.bi-pin-map-fill::before{content:"\f64b"}.bi-pin-map::before{content:"\f64c"}.bi-plus-lg::before{content:"\f64d"}.bi-question-lg::before{content:"\f64e"}.bi-recycle::before{content:"\f64f"}.bi-reddit::before{content:"\f650"}.bi-safe-fill::before{content:"\f651"}.bi-safe2-fill::before{content:"\f652"}.bi-safe2::before{content:"\f653"}.bi-sd-card-fill::before{content:"\f654"}.bi-sd-card::before{content:"\f655"}.bi-skype::before{content:"\f656"}.bi-slash-lg::before{content:"\f657"}.bi-translate::before{content:"\f658"}.bi-x-lg::before{content:"\f659"}.bi-safe::before{content:"\f65a"}.bi-apple::before{content:"\f65b"}.bi-microsoft::before{content:"\f65d"}.bi-windows::before{content:"\f65e"}.bi-behance::before{content:"\f65c"}.bi-dribbble::before{content:"\f65f"}.bi-line::before{content:"\f660"}.bi-medium::before{content:"\f661"}.bi-paypal::before{content:"\f662"}.bi-pinterest::before{content:"\f663"}.bi-signal::before{content:"\f664"}.bi-snapchat::before{content:"\f665"}.bi-spotify::before{content:"\f666"}.bi-stack-overflow::before{content:"\f667"}.bi-strava::before{content:"\f668"}.bi-wordpress::before{content:"\f669"}.bi-vimeo::before{content:"\f66a"}.bi-activity::before{content:"\f66b"}.bi-easel2-fill::before{content:"\f66c"}.bi-easel2::before{content:"\f66d"}.bi-easel3-fill::before{content:"\f66e"}.bi-easel3::before{content:"\f66f"}.bi-fan::before{content:"\f670"}.bi-fingerprint::before{content:"\f671"}.bi-graph-down-arrow::before{content:"\f672"}.bi-graph-up-arrow::before{content:"\f673"}.bi-hypnotize::before{content:"\f674"}.bi-magic::before{content:"\f675"}.bi-person-rolodex::before{content:"\f676"}.bi-person-video::before{content:"\f677"}.bi-person-video2::before{content:"\f678"}.bi-person-video3::before{content:"\f679"}.bi-person-workspace::before{content:"\f67a"}.bi-radioactive::before{content:"\f67b"}.bi-webcam-fill::before{content:"\f67c"}.bi-webcam::before{content:"\f67d"}.bi-yin-yang::before{content:"\f67e"}.bi-bandaid-fill::before{content:"\f680"}.bi-bandaid::before{content:"\f681"}.bi-bluetooth::before{content:"\f682"}.bi-body-text::before{content:"\f683"}.bi-boombox::before{content:"\f684"}.bi-boxes::before{content:"\f685"}.bi-dpad-fill::before{content:"\f686"}.bi-dpad::before{content:"\f687"}.bi-ear-fill::before{content:"\f688"}.bi-ear::before{content:"\f689"}.bi-envelope-check-fill::before{content:"\f68b"}.bi-envelope-check::before{content:"\f68c"}.bi-envelope-dash-fill::before{content:"\f68e"}.bi-envelope-dash::before{content:"\f68f"}.bi-envelope-exclamation-fill::before{content:"\f691"}.bi-envelope-exclamation::before{content:"\f692"}.bi-envelope-plus-fill::before{content:"\f693"}.bi-envelope-plus::before{content:"\f694"}.bi-envelope-slash-fill::before{content:"\f696"}.bi-envelope-slash::before{content:"\f697"}.bi-envelope-x-fill::before{content:"\f699"}.bi-envelope-x::before{content:"\f69a"}.bi-explicit-fill::before{content:"\f69b"}.bi-explicit::before{content:"\f69c"}.bi-git::before{content:"\f69d"}.bi-infinity::before{content:"\f69e"}.bi-list-columns-reverse::before{content:"\f69f"}.bi-list-columns::before{content:"\f6a0"}.bi-meta::before{content:"\f6a1"}.bi-nintendo-switch::before{content:"\f6a4"}.bi-pc-display-horizontal::before{content:"\f6a5"}.bi-pc-display::before{content:"\f6a6"}.bi-pc-horizontal::before{content:"\f6a7"}.bi-pc::before{content:"\f6a8"}.bi-playstation::before{content:"\f6a9"}.bi-plus-slash-minus::before{content:"\f6aa"}.bi-projector-fill::before{content:"\f6ab"}.bi-projector::before{content:"\f6ac"}.bi-qr-code-scan::before{content:"\f6ad"}.bi-qr-code::before{content:"\f6ae"}.bi-quora::before{content:"\f6af"}.bi-quote::before{content:"\f6b0"}.bi-robot::before{content:"\f6b1"}.bi-send-check-fill::before{content:"\f6b2"}.bi-send-check::before{content:"\f6b3"}.bi-send-dash-fill::before{content:"\f6b4"}.bi-send-dash::before{content:"\f6b5"}.bi-send-exclamation-fill::before{content:"\f6b7"}.bi-send-exclamation::before{content:"\f6b8"}.bi-send-fill::before{content:"\f6b9"}.bi-send-plus-fill::before{content:"\f6ba"}.bi-send-plus::before{content:"\f6bb"}.bi-send-slash-fill::before{content:"\f6bc"}.bi-send-slash::before{content:"\f6bd"}.bi-send-x-fill::before{content:"\f6be"}.bi-send-x::before{content:"\f6bf"}.bi-send::before{content:"\f6c0"}.bi-steam::before{content:"\f6c1"}.bi-terminal-dash::before{content:"\f6c3"}.bi-terminal-plus::before{content:"\f6c4"}.bi-terminal-split::before{content:"\f6c5"}.bi-ticket-detailed-fill::before{content:"\f6c6"}.bi-ticket-detailed::before{content:"\f6c7"}.bi-ticket-fill::before{content:"\f6c8"}.bi-ticket-perforated-fill::before{content:"\f6c9"}.bi-ticket-perforated::before{content:"\f6ca"}.bi-ticket::before{content:"\f6cb"}.bi-tiktok::before{content:"\f6cc"}.bi-window-dash::before{content:"\f6cd"}.bi-window-desktop::before{content:"\f6ce"}.bi-window-fullscreen::before{content:"\f6cf"}.bi-window-plus::before{content:"\f6d0"}.bi-window-split::before{content:"\f6d1"}.bi-window-stack::before{content:"\f6d2"}.bi-window-x::before{content:"\f6d3"}.bi-xbox::before{content:"\f6d4"}.bi-ethernet::before{content:"\f6d5"}.bi-hdmi-fill::before{content:"\f6d6"}.bi-hdmi::before{content:"\f6d7"}.bi-usb-c-fill::before{content:"\f6d8"}.bi-usb-c::before{content:"\f6d9"}.bi-usb-fill::before{content:"\f6da"}.bi-usb-plug-fill::before{content:"\f6db"}.bi-usb-plug::before{content:"\f6dc"}.bi-usb-symbol::before{content:"\f6dd"}.bi-usb::before{content:"\f6de"}.bi-boombox-fill::before{content:"\f6df"}.bi-displayport::before{content:"\f6e1"}.bi-gpu-card::before{content:"\f6e2"}.bi-memory::before{content:"\f6e3"}.bi-modem-fill::before{content:"\f6e4"}.bi-modem::before{content:"\f6e5"}.bi-motherboard-fill::before{content:"\f6e6"}.bi-motherboard::before{content:"\f6e7"}.bi-optical-audio-fill::before{content:"\f6e8"}.bi-optical-audio::before{content:"\f6e9"}.bi-pci-card::before{content:"\f6ea"}.bi-router-fill::before{content:"\f6eb"}.bi-router::before{content:"\f6ec"}.bi-thunderbolt-fill::before{content:"\f6ef"}.bi-thunderbolt::before{content:"\f6f0"}.bi-usb-drive-fill::before{content:"\f6f1"}.bi-usb-drive::before{content:"\f6f2"}.bi-usb-micro-fill::before{content:"\f6f3"}.bi-usb-micro::before{content:"\f6f4"}.bi-usb-mini-fill::before{content:"\f6f5"}.bi-usb-mini::before{content:"\f6f6"}.bi-cloud-haze2::before{content:"\f6f7"}.bi-device-hdd-fill::before{content:"\f6f8"}.bi-device-hdd::before{content:"\f6f9"}.bi-device-ssd-fill::before{content:"\f6fa"}.bi-device-ssd::before{content:"\f6fb"}.bi-displayport-fill::before{content:"\f6fc"}.bi-mortarboard-fill::before{content:"\f6fd"}.bi-mortarboard::before{content:"\f6fe"}.bi-terminal-x::before{content:"\f6ff"}.bi-arrow-through-heart-fill::before{content:"\f700"}.bi-arrow-through-heart::before{content:"\f701"}.bi-badge-sd-fill::before{content:"\f702"}.bi-badge-sd::before{content:"\f703"}.bi-bag-heart-fill::before{content:"\f704"}.bi-bag-heart::before{content:"\f705"}.bi-balloon-fill::before{content:"\f706"}.bi-balloon-heart-fill::before{content:"\f707"}.bi-balloon-heart::before{content:"\f708"}.bi-balloon::before{content:"\f709"}.bi-box2-fill::before{content:"\f70a"}.bi-box2-heart-fill::before{content:"\f70b"}.bi-box2-heart::before{content:"\f70c"}.bi-box2::before{content:"\f70d"}.bi-braces-asterisk::before{content:"\f70e"}.bi-calendar-heart-fill::before{content:"\f70f"}.bi-calendar-heart::before{content:"\f710"}.bi-calendar2-heart-fill::before{content:"\f711"}.bi-calendar2-heart::before{content:"\f712"}.bi-chat-heart-fill::before{content:"\f713"}.bi-chat-heart::before{content:"\f714"}.bi-chat-left-heart-fill::before{content:"\f715"}.bi-chat-left-heart::before{content:"\f716"}.bi-chat-right-heart-fill::before{content:"\f717"}.bi-chat-right-heart::before{content:"\f718"}.bi-chat-square-heart-fill::before{content:"\f719"}.bi-chat-square-heart::before{content:"\f71a"}.bi-clipboard-check-fill::before{content:"\f71b"}.bi-clipboard-data-fill::before{content:"\f71c"}.bi-clipboard-fill::before{content:"\f71d"}.bi-clipboard-heart-fill::before{content:"\f71e"}.bi-clipboard-heart::before{content:"\f71f"}.bi-clipboard-minus-fill::before{content:"\f720"}.bi-clipboard-plus-fill::before{content:"\f721"}.bi-clipboard-pulse::before{content:"\f722"}.bi-clipboard-x-fill::before{content:"\f723"}.bi-clipboard2-check-fill::before{content:"\f724"}.bi-clipboard2-check::before{content:"\f725"}.bi-clipboard2-data-fill::before{content:"\f726"}.bi-clipboard2-data::before{content:"\f727"}.bi-clipboard2-fill::before{content:"\f728"}.bi-clipboard2-heart-fill::before{content:"\f729"}.bi-clipboard2-heart::before{content:"\f72a"}.bi-clipboard2-minus-fill::before{content:"\f72b"}.bi-clipboard2-minus::before{content:"\f72c"}.bi-clipboard2-plus-fill::before{content:"\f72d"}.bi-clipboard2-plus::before{content:"\f72e"}.bi-clipboard2-pulse-fill::before{content:"\f72f"}.bi-clipboard2-pulse::before{content:"\f730"}.bi-clipboard2-x-fill::before{content:"\f731"}.bi-clipboard2-x::before{content:"\f732"}.bi-clipboard2::before{content:"\f733"}.bi-emoji-kiss-fill::before{content:"\f734"}.bi-emoji-kiss::before{content:"\f735"}.bi-envelope-heart-fill::before{content:"\f736"}.bi-envelope-heart::before{content:"\f737"}.bi-envelope-open-heart-fill::before{content:"\f738"}.bi-envelope-open-heart::before{content:"\f739"}.bi-envelope-paper-fill::before{content:"\f73a"}.bi-envelope-paper-heart-fill::before{content:"\f73b"}.bi-envelope-paper-heart::before{content:"\f73c"}.bi-envelope-paper::before{content:"\f73d"}.bi-filetype-aac::before{content:"\f73e"}.bi-filetype-ai::before{content:"\f73f"}.bi-filetype-bmp::before{content:"\f740"}.bi-filetype-cs::before{content:"\f741"}.bi-filetype-css::before{content:"\f742"}.bi-filetype-csv::before{content:"\f743"}.bi-filetype-doc::before{content:"\f744"}.bi-filetype-docx::before{content:"\f745"}.bi-filetype-exe::before{content:"\f746"}.bi-filetype-gif::before{content:"\f747"}.bi-filetype-heic::before{content:"\f748"}.bi-filetype-html::before{content:"\f749"}.bi-filetype-java::before{content:"\f74a"}.bi-filetype-jpg::before{content:"\f74b"}.bi-filetype-js::before{content:"\f74c"}.bi-filetype-jsx::before{content:"\f74d"}.bi-filetype-key::before{content:"\f74e"}.bi-filetype-m4p::before{content:"\f74f"}.bi-filetype-md::before{content:"\f750"}.bi-filetype-mdx::before{content:"\f751"}.bi-filetype-mov::before{content:"\f752"}.bi-filetype-mp3::before{content:"\f753"}.bi-filetype-mp4::before{content:"\f754"}.bi-filetype-otf::before{content:"\f755"}.bi-filetype-pdf::before{content:"\f756"}.bi-filetype-php::before{content:"\f757"}.bi-filetype-png::before{content:"\f758"}.bi-filetype-ppt::before{content:"\f75a"}.bi-filetype-psd::before{content:"\f75b"}.bi-filetype-py::before{content:"\f75c"}.bi-filetype-raw::before{content:"\f75d"}.bi-filetype-rb::before{content:"\f75e"}.bi-filetype-sass::before{content:"\f75f"}.bi-filetype-scss::before{content:"\f760"}.bi-filetype-sh::before{content:"\f761"}.bi-filetype-svg::before{content:"\f762"}.bi-filetype-tiff::before{content:"\f763"}.bi-filetype-tsx::before{content:"\f764"}.bi-filetype-ttf::before{content:"\f765"}.bi-filetype-txt::before{content:"\f766"}.bi-filetype-wav::before{content:"\f767"}.bi-filetype-woff::before{content:"\f768"}.bi-filetype-xls::before{content:"\f76a"}.bi-filetype-xml::before{content:"\f76b"}.bi-filetype-yml::before{content:"\f76c"}.bi-heart-arrow::before{content:"\f76d"}.bi-heart-pulse-fill::before{content:"\f76e"}.bi-heart-pulse::before{content:"\f76f"}.bi-heartbreak-fill::before{content:"\f770"}.bi-heartbreak::before{content:"\f771"}.bi-hearts::before{content:"\f772"}.bi-hospital-fill::before{content:"\f773"}.bi-hospital::before{content:"\f774"}.bi-house-heart-fill::before{content:"\f775"}.bi-house-heart::before{content:"\f776"}.bi-incognito::before{content:"\f777"}.bi-magnet-fill::before{content:"\f778"}.bi-magnet::before{content:"\f779"}.bi-person-heart::before{content:"\f77a"}.bi-person-hearts::before{content:"\f77b"}.bi-phone-flip::before{content:"\f77c"}.bi-plugin::before{content:"\f77d"}.bi-postage-fill::before{content:"\f77e"}.bi-postage-heart-fill::before{content:"\f77f"}.bi-postage-heart::before{content:"\f780"}.bi-postage::before{content:"\f781"}.bi-postcard-fill::before{content:"\f782"}.bi-postcard-heart-fill::before{content:"\f783"}.bi-postcard-heart::before{content:"\f784"}.bi-postcard::before{content:"\f785"}.bi-search-heart-fill::before{content:"\f786"}.bi-search-heart::before{content:"\f787"}.bi-sliders2-vertical::before{content:"\f788"}.bi-sliders2::before{content:"\f789"}.bi-trash3-fill::before{content:"\f78a"}.bi-trash3::before{content:"\f78b"}.bi-valentine::before{content:"\f78c"}.bi-valentine2::before{content:"\f78d"}.bi-wrench-adjustable-circle-fill::before{content:"\f78e"}.bi-wrench-adjustable-circle::before{content:"\f78f"}.bi-wrench-adjustable::before{content:"\f790"}.bi-filetype-json::before{content:"\f791"}.bi-filetype-pptx::before{content:"\f792"}.bi-filetype-xlsx::before{content:"\f793"}.bi-1-circle-fill::before{content:"\f796"}.bi-1-circle::before{content:"\f797"}.bi-1-square-fill::before{content:"\f798"}.bi-1-square::before{content:"\f799"}.bi-2-circle-fill::before{content:"\f79c"}.bi-2-circle::before{content:"\f79d"}.bi-2-square-fill::before{content:"\f79e"}.bi-2-square::before{content:"\f79f"}.bi-3-circle-fill::before{content:"\f7a2"}.bi-3-circle::before{content:"\f7a3"}.bi-3-square-fill::before{content:"\f7a4"}.bi-3-square::before{content:"\f7a5"}.bi-4-circle-fill::before{content:"\f7a8"}.bi-4-circle::before{content:"\f7a9"}.bi-4-square-fill::before{content:"\f7aa"}.bi-4-square::before{content:"\f7ab"}.bi-5-circle-fill::before{content:"\f7ae"}.bi-5-circle::before{content:"\f7af"}.bi-5-square-fill::before{content:"\f7b0"}.bi-5-square::before{content:"\f7b1"}.bi-6-circle-fill::before{content:"\f7b4"}.bi-6-circle::before{content:"\f7b5"}.bi-6-square-fill::before{content:"\f7b6"}.bi-6-square::before{content:"\f7b7"}.bi-7-circle-fill::before{content:"\f7ba"}.bi-7-circle::before{content:"\f7bb"}.bi-7-square-fill::before{content:"\f7bc"}.bi-7-square::before{content:"\f7bd"}.bi-8-circle-fill::before{content:"\f7c0"}.bi-8-circle::before{content:"\f7c1"}.bi-8-square-fill::before{content:"\f7c2"}.bi-8-square::before{content:"\f7c3"}.bi-9-circle-fill::before{content:"\f7c6"}.bi-9-circle::before{content:"\f7c7"}.bi-9-square-fill::before{content:"\f7c8"}.bi-9-square::before{content:"\f7c9"}.bi-airplane-engines-fill::before{content:"\f7ca"}.bi-airplane-engines::before{content:"\f7cb"}.bi-airplane-fill::before{content:"\f7cc"}.bi-airplane::before{content:"\f7cd"}.bi-alexa::before{content:"\f7ce"}.bi-alipay::before{content:"\f7cf"}.bi-android::before{content:"\f7d0"}.bi-android2::before{content:"\f7d1"}.bi-box-fill::before{content:"\f7d2"}.bi-box-seam-fill::before{content:"\f7d3"}.bi-browser-chrome::before{content:"\f7d4"}.bi-browser-edge::before{content:"\f7d5"}.bi-browser-firefox::before{content:"\f7d6"}.bi-browser-safari::before{content:"\f7d7"}.bi-c-circle-fill::before{content:"\f7da"}.bi-c-circle::before{content:"\f7db"}.bi-c-square-fill::before{content:"\f7dc"}.bi-c-square::before{content:"\f7dd"}.bi-capsule-pill::before{content:"\f7de"}.bi-capsule::before{content:"\f7df"}.bi-car-front-fill::before{content:"\f7e0"}.bi-car-front::before{content:"\f7e1"}.bi-cassette-fill::before{content:"\f7e2"}.bi-cassette::before{content:"\f7e3"}.bi-cc-circle-fill::before{content:"\f7e6"}.bi-cc-circle::before{content:"\f7e7"}.bi-cc-square-fill::before{content:"\f7e8"}.bi-cc-square::before{content:"\f7e9"}.bi-cup-hot-fill::before{content:"\f7ea"}.bi-cup-hot::before{content:"\f7eb"}.bi-currency-rupee::before{content:"\f7ec"}.bi-dropbox::before{content:"\f7ed"}.bi-escape::before{content:"\f7ee"}.bi-fast-forward-btn-fill::before{content:"\f7ef"}.bi-fast-forward-btn::before{content:"\f7f0"}.bi-fast-forward-circle-fill::before{content:"\f7f1"}.bi-fast-forward-circle::before{content:"\f7f2"}.bi-fast-forward-fill::before{content:"\f7f3"}.bi-fast-forward::before{content:"\f7f4"}.bi-filetype-sql::before{content:"\f7f5"}.bi-fire::before{content:"\f7f6"}.bi-google-play::before{content:"\f7f7"}.bi-h-circle-fill::before{content:"\f7fa"}.bi-h-circle::before{content:"\f7fb"}.bi-h-square-fill::before{content:"\f7fc"}.bi-h-square::before{content:"\f7fd"}.bi-indent::before{content:"\f7fe"}.bi-lungs-fill::before{content:"\f7ff"}.bi-lungs::before{content:"\f800"}.bi-microsoft-teams::before{content:"\f801"}.bi-p-circle-fill::before{content:"\f804"}.bi-p-circle::before{content:"\f805"}.bi-p-square-fill::before{content:"\f806"}.bi-p-square::before{content:"\f807"}.bi-pass-fill::before{content:"\f808"}.bi-pass::before{content:"\f809"}.bi-prescription::before{content:"\f80a"}.bi-prescription2::before{content:"\f80b"}.bi-r-circle-fill::before{content:"\f80e"}.bi-r-circle::before{content:"\f80f"}.bi-r-square-fill::before{content:"\f810"}.bi-r-square::before{content:"\f811"}.bi-repeat-1::before{content:"\f812"}.bi-repeat::before{content:"\f813"}.bi-rewind-btn-fill::before{content:"\f814"}.bi-rewind-btn::before{content:"\f815"}.bi-rewind-circle-fill::before{content:"\f816"}.bi-rewind-circle::before{content:"\f817"}.bi-rewind-fill::before{content:"\f818"}.bi-rewind::before{content:"\f819"}.bi-train-freight-front-fill::before{content:"\f81a"}.bi-train-freight-front::before{content:"\f81b"}.bi-train-front-fill::before{content:"\f81c"}.bi-train-front::before{content:"\f81d"}.bi-train-lightrail-front-fill::before{content:"\f81e"}.bi-train-lightrail-front::before{content:"\f81f"}.bi-truck-front-fill::before{content:"\f820"}.bi-truck-front::before{content:"\f821"}.bi-ubuntu::before{content:"\f822"}.bi-unindent::before{content:"\f823"}.bi-unity::before{content:"\f824"}.bi-universal-access-circle::before{content:"\f825"}.bi-universal-access::before{content:"\f826"}.bi-virus::before{content:"\f827"}.bi-virus2::before{content:"\f828"}.bi-wechat::before{content:"\f829"}.bi-yelp::before{content:"\f82a"}.bi-sign-stop-fill::before{content:"\f82b"}.bi-sign-stop-lights-fill::before{content:"\f82c"}.bi-sign-stop-lights::before{content:"\f82d"}.bi-sign-stop::before{content:"\f82e"}.bi-sign-turn-left-fill::before{content:"\f82f"}.bi-sign-turn-left::before{content:"\f830"}.bi-sign-turn-right-fill::before{content:"\f831"}.bi-sign-turn-right::before{content:"\f832"}.bi-sign-turn-slight-left-fill::before{content:"\f833"}.bi-sign-turn-slight-left::before{content:"\f834"}.bi-sign-turn-slight-right-fill::before{content:"\f835"}.bi-sign-turn-slight-right::before{content:"\f836"}.bi-sign-yield-fill::before{content:"\f837"}.bi-sign-yield::before{content:"\f838"}.bi-ev-station-fill::before{content:"\f839"}.bi-ev-station::before{content:"\f83a"}.bi-fuel-pump-diesel-fill::before{content:"\f83b"}.bi-fuel-pump-diesel::before{content:"\f83c"}.bi-fuel-pump-fill::before{content:"\f83d"}.bi-fuel-pump::before{content:"\f83e"}.bi-0-circle-fill::before{content:"\f83f"}.bi-0-circle::before{content:"\f840"}.bi-0-square-fill::before{content:"\f841"}.bi-0-square::before{content:"\f842"}.bi-rocket-fill::before{content:"\f843"}.bi-rocket-takeoff-fill::before{content:"\f844"}.bi-rocket-takeoff::before{content:"\f845"}.bi-rocket::before{content:"\f846"}.bi-stripe::before{content:"\f847"}.bi-subscript::before{content:"\f848"}.bi-superscript::before{content:"\f849"}.bi-trello::before{content:"\f84a"}.bi-envelope-at-fill::before{content:"\f84b"}.bi-envelope-at::before{content:"\f84c"}.bi-regex::before{content:"\f84d"}.bi-text-wrap::before{content:"\f84e"}.bi-sign-dead-end-fill::before{content:"\f84f"}.bi-sign-dead-end::before{content:"\f850"}.bi-sign-do-not-enter-fill::before{content:"\f851"}.bi-sign-do-not-enter::before{content:"\f852"}.bi-sign-intersection-fill::before{content:"\f853"}.bi-sign-intersection-side-fill::before{content:"\f854"}.bi-sign-intersection-side::before{content:"\f855"}.bi-sign-intersection-t-fill::before{content:"\f856"}.bi-sign-intersection-t::before{content:"\f857"}.bi-sign-intersection-y-fill::before{content:"\f858"}.bi-sign-intersection-y::before{content:"\f859"}.bi-sign-intersection::before{content:"\f85a"}.bi-sign-merge-left-fill::before{content:"\f85b"}.bi-sign-merge-left::before{content:"\f85c"}.bi-sign-merge-right-fill::before{content:"\f85d"}.bi-sign-merge-right::before{content:"\f85e"}.bi-sign-no-left-turn-fill::before{content:"\f85f"}.bi-sign-no-left-turn::before{content:"\f860"}.bi-sign-no-parking-fill::before{content:"\f861"}.bi-sign-no-parking::before{content:"\f862"}.bi-sign-no-right-turn-fill::before{content:"\f863"}.bi-sign-no-right-turn::before{content:"\f864"}.bi-sign-railroad-fill::before{content:"\f865"}.bi-sign-railroad::before{content:"\f866"}.bi-building-add::before{content:"\f867"}.bi-building-check::before{content:"\f868"}.bi-building-dash::before{content:"\f869"}.bi-building-down::before{content:"\f86a"}.bi-building-exclamation::before{content:"\f86b"}.bi-building-fill-add::before{content:"\f86c"}.bi-building-fill-check::before{content:"\f86d"}.bi-building-fill-dash::before{content:"\f86e"}.bi-building-fill-down::before{content:"\f86f"}.bi-building-fill-exclamation::before{content:"\f870"}.bi-building-fill-gear::before{content:"\f871"}.bi-building-fill-lock::before{content:"\f872"}.bi-building-fill-slash::before{content:"\f873"}.bi-building-fill-up::before{content:"\f874"}.bi-building-fill-x::before{content:"\f875"}.bi-building-fill::before{content:"\f876"}.bi-building-gear::before{content:"\f877"}.bi-building-lock::before{content:"\f878"}.bi-building-slash::before{content:"\f879"}.bi-building-up::before{content:"\f87a"}.bi-building-x::before{content:"\f87b"}.bi-buildings-fill::before{content:"\f87c"}.bi-buildings::before{content:"\f87d"}.bi-bus-front-fill::before{content:"\f87e"}.bi-bus-front::before{content:"\f87f"}.bi-ev-front-fill::before{content:"\f880"}.bi-ev-front::before{content:"\f881"}.bi-globe-americas::before{content:"\f882"}.bi-globe-asia-australia::before{content:"\f883"}.bi-globe-central-south-asia::before{content:"\f884"}.bi-globe-europe-africa::before{content:"\f885"}.bi-house-add-fill::before{content:"\f886"}.bi-house-add::before{content:"\f887"}.bi-house-check-fill::before{content:"\f888"}.bi-house-check::before{content:"\f889"}.bi-house-dash-fill::before{content:"\f88a"}.bi-house-dash::before{content:"\f88b"}.bi-house-down-fill::before{content:"\f88c"}.bi-house-down::before{content:"\f88d"}.bi-house-exclamation-fill::before{content:"\f88e"}.bi-house-exclamation::before{content:"\f88f"}.bi-house-gear-fill::before{content:"\f890"}.bi-house-gear::before{content:"\f891"}.bi-house-lock-fill::before{content:"\f892"}.bi-house-lock::before{content:"\f893"}.bi-house-slash-fill::before{content:"\f894"}.bi-house-slash::before{content:"\f895"}.bi-house-up-fill::before{content:"\f896"}.bi-house-up::before{content:"\f897"}.bi-house-x-fill::before{content:"\f898"}.bi-house-x::before{content:"\f899"}.bi-person-add::before{content:"\f89a"}.bi-person-down::before{content:"\f89b"}.bi-person-exclamation::before{content:"\f89c"}.bi-person-fill-add::before{content:"\f89d"}.bi-person-fill-check::before{content:"\f89e"}.bi-person-fill-dash::before{content:"\f89f"}.bi-person-fill-down::before{content:"\f8a0"}.bi-person-fill-exclamation::before{content:"\f8a1"}.bi-person-fill-gear::before{content:"\f8a2"}.bi-person-fill-lock::before{content:"\f8a3"}.bi-person-fill-slash::before{content:"\f8a4"}.bi-person-fill-up::before{content:"\f8a5"}.bi-person-fill-x::before{content:"\f8a6"}.bi-person-gear::before{content:"\f8a7"}.bi-person-lock::before{content:"\f8a8"}.bi-person-slash::before{content:"\f8a9"}.bi-person-up::before{content:"\f8aa"}.bi-scooter::before{content:"\f8ab"}.bi-taxi-front-fill::before{content:"\f8ac"}.bi-taxi-front::before{content:"\f8ad"}.bi-amd::before{content:"\f8ae"}.bi-database-add::before{content:"\f8af"}.bi-database-check::before{content:"\f8b0"}.bi-database-dash::before{content:"\f8b1"}.bi-database-down::before{content:"\f8b2"}.bi-database-exclamation::before{content:"\f8b3"}.bi-database-fill-add::before{content:"\f8b4"}.bi-database-fill-check::before{content:"\f8b5"}.bi-database-fill-dash::before{content:"\f8b6"}.bi-database-fill-down::before{content:"\f8b7"}.bi-database-fill-exclamation::before{content:"\f8b8"}.bi-database-fill-gear::before{content:"\f8b9"}.bi-database-fill-lock::before{content:"\f8ba"}.bi-database-fill-slash::before{content:"\f8bb"}.bi-database-fill-up::before{content:"\f8bc"}.bi-database-fill-x::before{content:"\f8bd"}.bi-database-fill::before{content:"\f8be"}.bi-database-gear::before{content:"\f8bf"}.bi-database-lock::before{content:"\f8c0"}.bi-database-slash::before{content:"\f8c1"}.bi-database-up::before{content:"\f8c2"}.bi-database-x::before{content:"\f8c3"}.bi-database::before{content:"\f8c4"}.bi-houses-fill::before{content:"\f8c5"}.bi-houses::before{content:"\f8c6"}.bi-nvidia::before{content:"\f8c7"}.bi-person-vcard-fill::before{content:"\f8c8"}.bi-person-vcard::before{content:"\f8c9"}.bi-sina-weibo::before{content:"\f8ca"}.bi-tencent-qq::before{content:"\f8cb"}.bi-wikipedia::before{content:"\f8cc"}.bi-alphabet-uppercase::before{content:"\f2a5"}.bi-alphabet::before{content:"\f68a"}.bi-amazon::before{content:"\f68d"}.bi-arrows-collapse-vertical::before{content:"\f690"}.bi-arrows-expand-vertical::before{content:"\f695"}.bi-arrows-vertical::before{content:"\f698"}.bi-arrows::before{content:"\f6a2"}.bi-ban-fill::before{content:"\f6a3"}.bi-ban::before{content:"\f6b6"}.bi-bing::before{content:"\f6c2"}.bi-cake::before{content:"\f6e0"}.bi-cake2::before{content:"\f6ed"}.bi-cookie::before{content:"\f6ee"}.bi-copy::before{content:"\f759"}.bi-crosshair::before{content:"\f769"}.bi-crosshair2::before{content:"\f794"}.bi-emoji-astonished-fill::before{content:"\f795"}.bi-emoji-astonished::before{content:"\f79a"}.bi-emoji-grimace-fill::before{content:"\f79b"}.bi-emoji-grimace::before{content:"\f7a0"}.bi-emoji-grin-fill::before{content:"\f7a1"}.bi-emoji-grin::before{content:"\f7a6"}.bi-emoji-surprise-fill::before{content:"\f7a7"}.bi-emoji-surprise::before{content:"\f7ac"}.bi-emoji-tear-fill::before{content:"\f7ad"}.bi-emoji-tear::before{content:"\f7b2"}.bi-envelope-arrow-down-fill::before{content:"\f7b3"}.bi-envelope-arrow-down::before{content:"\f7b8"}.bi-envelope-arrow-up-fill::before{content:"\f7b9"}.bi-envelope-arrow-up::before{content:"\f7be"}.bi-feather::before{content:"\f7bf"}.bi-feather2::before{content:"\f7c4"}.bi-floppy-fill::before{content:"\f7c5"}.bi-floppy::before{content:"\f7d8"}.bi-floppy2-fill::before{content:"\f7d9"}.bi-floppy2::before{content:"\f7e4"}.bi-gitlab::before{content:"\f7e5"}.bi-highlighter::before{content:"\f7f8"}.bi-marker-tip::before{content:"\f802"}.bi-nvme-fill::before{content:"\f803"}.bi-nvme::before{content:"\f80c"}.bi-opencollective::before{content:"\f80d"}.bi-pci-card-network::before{content:"\f8cd"}.bi-pci-card-sound::before{content:"\f8ce"}.bi-radar::before{content:"\f8cf"}.bi-send-arrow-down-fill::before{content:"\f8d0"}.bi-send-arrow-down::before{content:"\f8d1"}.bi-send-arrow-up-fill::before{content:"\f8d2"}.bi-send-arrow-up::before{content:"\f8d3"}.bi-sim-slash-fill::before{content:"\f8d4"}.bi-sim-slash::before{content:"\f8d5"}.bi-sourceforge::before{content:"\f8d6"}.bi-substack::before{content:"\f8d7"}.bi-threads-fill::before{content:"\f8d8"}.bi-threads::before{content:"\f8d9"}.bi-transparency::before{content:"\f8da"}.bi-twitter-x::before{content:"\f8db"}.bi-type-h4::before{content:"\f8dc"}.bi-type-h5::before{content:"\f8dd"}.bi-type-h6::before{content:"\f8de"}.bi-backpack-fill::before{content:"\f8df"}.bi-backpack::before{content:"\f8e0"}.bi-backpack2-fill::before{content:"\f8e1"}.bi-backpack2::before{content:"\f8e2"}.bi-backpack3-fill::before{content:"\f8e3"}.bi-backpack3::before{content:"\f8e4"}.bi-backpack4-fill::before{content:"\f8e5"}.bi-backpack4::before{content:"\f8e6"}.bi-brilliance::before{content:"\f8e7"}.bi-cake-fill::before{content:"\f8e8"}.bi-cake2-fill::before{content:"\f8e9"}.bi-duffle-fill::before{content:"\f8ea"}.bi-duffle::before{content:"\f8eb"}.bi-exposure::before{content:"\f8ec"}.bi-gender-neuter::before{content:"\f8ed"}.bi-highlights::before{content:"\f8ee"}.bi-luggage-fill::before{content:"\f8ef"}.bi-luggage::before{content:"\f8f0"}.bi-mailbox-flag::before{content:"\f8f1"}.bi-mailbox2-flag::before{content:"\f8f2"}.bi-noise-reduction::before{content:"\f8f3"}.bi-passport-fill::before{content:"\f8f4"}.bi-passport::before{content:"\f8f5"}.bi-person-arms-up::before{content:"\f8f6"}.bi-person-raised-hand::before{content:"\f8f7"}.bi-person-standing-dress::before{content:"\f8f8"}.bi-person-standing::before{content:"\f8f9"}.bi-person-walking::before{content:"\f8fa"}.bi-person-wheelchair::before{content:"\f8fb"}.bi-shadows::before{content:"\f8fc"}.bi-suitcase-fill::before{content:"\f8fd"}.bi-suitcase-lg-fill::before{content:"\f8fe"}.bi-suitcase-lg::before{content:"\f8ff"}.bi-suitcase::before{content:"\f900"}.bi-suitcase2-fill::before{content:"\f901"}.bi-suitcase2::before{content:"\f902"}.bi-vignette::before{content:"\f903"}
.iti .iti__flag.iti__globe{background-image:url(data:image/webp;base64,UklGRhACAABXRUJQVlA4TAMCAAAvE8AEELXIsW1bDRvNfyhqXbni6J0ryczMbjMEHsQJM3NMEZIYSSAAxrZt28bPtm3btm3btm3Vtm27l+oDIoUnKdniFeBt9pOHqLbEqleaVP7uYxN8y1e+rOPDiKq4agimSPQBkVfMX4BPvKBgjzwzsCcor+vVJepkpLcl9gGhTH7m2qCWPqVHvw7abHzmUEdSb07AdbFktLQTkwtk9Ho0EWW2LvBdJ6n5OAC7BObxt8qraE5JrqwM8+xtTPnE32Vuccqvq0wklRWVHrUmkpe+q10Qq0cUnYirjDSpDEKnlIyylv8OmOsoq4YHcbFcv84xLogMQv8GxQguMVBJ0gTVnx65+eYQK3gOT8J5SgsD1c9DRtNHe85zREcmg3dcXgSfD0BJJ5GGhkC/jFRKRrk60n/iMhmb4HcPTFao6fAB0eeMrLBp1SAV5q97yMA9YX6vgiOTyq1FLqX3s2FmLzMM8GYXuEn77yXgPkXDGffS95Zb1U8nu1xHCv0RPJuiaAimOPiyAP7Nco70nURDgByHGEhBZ9SS8fkQcfazOK1jAJ8GGdyr1nt6yjI+709BlS2xUySSvYWPYAVHyL3bjokhfm9gB5Q0BA3hA0L/PCAymRsYwA8+HYGCXu8+lsDFzqgh8JX6qiW2d8zXTfTYBXaL/JSio3evfOrOnoMeflSqT+5UAQA=) !important}:root{--iti-border-gray:#ccc;--iti-text-gray:#999;--iti-hover-color:rgba(0,0,0,.05);--iti-border-color:var(--iti-border-gray);--iti-dialcode-color:var(--iti-text-gray);--iti-dropdown-bg:#fff;--iti-spacer-horizontal:8px;--iti-flag-height:15px;--iti-flag-width:20px;--iti-border-width:1px;--iti-arrow-height:4px;--iti-arrow-width:6px;--iti-triangle-border:calc(var(--iti-arrow-width) / 2);--iti-arrow-padding:6px;--iti-arrow-color:#555;--iti-input-padding:6px;--iti-right-hand-selected-country-padding:calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));--iti-selected-country-arrow-padding:calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));--iti-path-flags-1x:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../img/flags.webp);--iti-path-flags-2x:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../img/flags@2x.webp);--iti-path-globe-1x:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../img/globe.webp);--iti-path-globe-2x:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../img/globe@2x.webp);--iti-flag-sprite-width:5762px;--iti-flag-sprite-height:15px;--iti-mobile-popup-margin:30px}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti__a11y-text{width:1px;height:1px;clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute}.iti input.iti__tel-input,.iti input.iti__tel-input[type=tel],.iti input.iti__tel-input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:var(--iti-right-hand-selected-country-padding);margin-right:0}.iti__country-container{position:absolute;top:0;bottom:0;right:0;padding:var(--iti-border-width)}.iti__selected-country{z-index:1;position:relative;display:flex;align-items:center;height:100%;background:0 0;border:0;margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;border-radius:0;font-weight:inherit;line-height:inherit;text-decoration:none}.iti__selected-country-primary{display:flex;align-items:center;height:100%;padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)}.iti__arrow{margin-left:var(--iti-arrow-padding);width:0;height:0;border-left:var(--iti-triangle-border) solid transparent;border-right:var(--iti-triangle-border) solid transparent;border-top:var(--iti-arrow-height) solid var(--iti-arrow-color)}[dir=rtl] .iti__arrow{margin-right:var(--iti-arrow-padding);margin-left:0}.iti__arrow--up{border-top:none;border-bottom:var(--iti-arrow-height) solid var(--iti-arrow-color)}.iti__dropdown-content{border-radius:3px;background-color:var(--iti-dropdown-bg)}.iti--inline-dropdown .iti__dropdown-content{position:absolute;z-index:2;margin-top:3px;margin-left:calc(var(--iti-border-width) * -1);border:var(--iti-border-width) solid var(--iti-border-color);box-shadow:1px 1px 4px rgba(0,0,0,.2)}.iti__search-input{width:100%;border-width:0;border-radius:3px;padding:9px 12px}.iti__search-input+.iti__country-list{border-top:1px solid var(--iti-border-color)}.iti__country-list{list-style:none;padding:0;margin:0;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti--inline-dropdown .iti__country-list{max-height:185px}.iti--flexible-dropdown-width .iti__country-list{white-space:nowrap}@media (max-width:500px){.iti--flexible-dropdown-width .iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:var(--iti-flag-width)}.iti__country{display:flex;align-items:center;padding:8px var(--iti-spacer-horizontal);outline:0}.iti__dial-code{color:var(--iti-dialcode-color)}.iti__country.iti__highlight{background-color:var(--iti-hover-color)}.iti__country-name,.iti__flag-box{margin-right:var(--iti-spacer-horizontal)}[dir=rtl] .iti__country-name,[dir=rtl] .iti__flag-box{margin-right:0;margin-left:var(--iti-spacer-horizontal)}.iti--allow-dropdown input.iti__tel-input,.iti--allow-dropdown input.iti__tel-input[type=tel],.iti--allow-dropdown input.iti__tel-input[type=text]{padding-right:var(--iti-input-padding);padding-left:var(--iti-selected-country-arrow-padding);margin-left:0}[dir=rtl] .iti--allow-dropdown input.iti__tel-input,[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel],[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text]{padding-right:var(--iti-selected-country-arrow-padding);padding-left:var(--iti-input-padding);margin-right:0}.iti--allow-dropdown .iti__country-container{right:auto;left:0}[dir=rtl] .iti--allow-dropdown .iti__country-container{right:0;left:auto}.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover,.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover button{cursor:pointer}.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country-primary:hover,.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country:has(+.iti__dropdown-content:hover) .iti__selected-country-primary{background-color:var(--iti-hover-color)}.iti .iti__selected-dial-code{margin-left:4px}[dir=rtl] .iti .iti__selected-dial-code{margin-left:0;margin-right:4px}.iti--container{position:fixed;top:-1000px;left:-1000px;z-index:1060;padding:var(--iti-border-width)}.iti--container:hover{cursor:pointer}.iti--fullscreen-popup.iti--container{background-color:rgba(0,0,0,.5);top:0;bottom:0;left:0;right:0;position:fixed;padding:var(--iti-mobile-popup-margin);display:flex;flex-direction:column;justify-content:flex-start}.iti--fullscreen-popup .iti__dropdown-content{display:flex;flex-direction:column;max-height:100%;position:relative}.iti--fullscreen-popup .iti__country{padding:10px;line-height:1.5em}.iti__flag{--iti-flag-offset:0px;--iti-flag-width:20px;--iti-flag-height:14px;height:var(--iti-flag-height);width:var(--iti-flag-width);box-shadow:0 0 1px 0 #888;background-image:var(--iti-path-flags-1x);background-repeat:no-repeat;background-position:var(--iti-flag-offset) 0;background-size:var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)}.iti__np{--iti-flag-width:13px}.iti__ch,.iti__va{--iti-flag-width:15px}.iti__be,.iti__ne{--iti-flag-width:18px}.iti__mc{--iti-flag-width:19px}.iti__ac,.iti__ae,.iti__ai,.iti__am,.iti__as,.iti__au,.iti__az,.iti__ba,.iti__bm,.iti__bn,.iti__bs,.iti__by,.iti__ca,.iti__cc,.iti__ck,.iti__cu,.iti__cx,.iti__dg,.iti__dm,.iti__eh,.iti__er,.iti__et,.iti__fj,.iti__fk,.iti__gb,.iti__gi,.iti__gs,.iti__gw,.iti__hm,.iti__hn,.iti__hr,.iti__hu,.iti__ie,.iti__im,.iti__io,.iti__jm,.iti__jo,.iti__ki,.iti__kp,.iti__kw,.iti__ky,.iti__kz,.iti__lc,.iti__lk,.iti__lv,.iti__ly,.iti__md,.iti__me,.iti__mk,.iti__mn,.iti__mp,.iti__ms,.iti__my,.iti__nc,.iti__nf,.iti__ng,.iti__nr,.iti__nu,.iti__nz,.iti__om,.iti__ph,.iti__pn,.iti__ps,.iti__sb,.iti__sc,.iti__sd,.iti__sh,.iti__si,.iti__ss,.iti__st,.iti__su,.iti__ta,.iti__tc,.iti__tj,.iti__tk,.iti__tl,.iti__to,.iti__tv,.iti__uk,.iti__uz,.iti__vg,.iti__ws,.iti__zw{--iti-flag-height:10px}.iti__fm,.iti__gu,.iti__lr,.iti__mh,.iti__py,.iti__um,.iti__us{--iti-flag-height:11px}.iti__bd,.iti__bg,.iti__bh,.iti__bi,.iti__bz,.iti__cq,.iti__cr,.iti__cv,.iti__de,.iti__fi,.iti__gd,.iti__gy,.iti__ht,.iti__ir,.iti__je,.iti__kg,.iti__km,.iti__li,.iti__lt,.iti__lu,.iti__mx,.iti__ni,.iti__sv,.iti__tt,.iti__vu{--iti-flag-height:12px}.iti__ar,.iti__ax,.iti__ee,.iti__gt,.iti__kh,.iti__pl,.iti__pw,.iti__se,.iti__tg{--iti-flag-height:13px}.iti__al,.iti__be,.iti__bv,.iti__cd,.iti__ch,.iti__dk,.iti__fo,.iti__ga,.iti__il,.iti__is,.iti__mc,.iti__ne,.iti__no,.iti__np,.iti__pg,.iti__sj,.iti__sm,.iti__va,.iti__xk{--iti-flag-height:15px}.iti__qa{--iti-flag-height:8px}.iti__ac{--iti-flag-offset:0px}.iti__ad{--iti-flag-offset:-22px}.iti__ae{--iti-flag-offset:-44px}.iti__af{--iti-flag-offset:-66px}.iti__ag{--iti-flag-offset:-88px}.iti__ai{--iti-flag-offset:-110px}.iti__al{--iti-flag-offset:-132px}.iti__am{--iti-flag-offset:-154px}.iti__ao{--iti-flag-offset:-176px}.iti__aq{--iti-flag-offset:-198px}.iti__ar{--iti-flag-offset:-220px}.iti__as{--iti-flag-offset:-242px}.iti__at{--iti-flag-offset:-264px}.iti__au{--iti-flag-offset:-286px}.iti__aw{--iti-flag-offset:-308px}.iti__ax{--iti-flag-offset:-330px}.iti__az{--iti-flag-offset:-352px}.iti__ba{--iti-flag-offset:-374px}.iti__bb{--iti-flag-offset:-396px}.iti__bd{--iti-flag-offset:-418px}.iti__be{--iti-flag-offset:-440px}.iti__bf{--iti-flag-offset:-460px}.iti__bg{--iti-flag-offset:-482px}.iti__bh{--iti-flag-offset:-504px}.iti__bi{--iti-flag-offset:-526px}.iti__bj{--iti-flag-offset:-548px}.iti__bl{--iti-flag-offset:-570px}.iti__bm{--iti-flag-offset:-592px}.iti__bn{--iti-flag-offset:-614px}.iti__bo{--iti-flag-offset:-636px}.iti__bq{--iti-flag-offset:-658px}.iti__br{--iti-flag-offset:-680px}.iti__bs{--iti-flag-offset:-702px}.iti__bt{--iti-flag-offset:-724px}.iti__bv{--iti-flag-offset:-746px}.iti__bw{--iti-flag-offset:-768px}.iti__by{--iti-flag-offset:-790px}.iti__bz{--iti-flag-offset:-812px}.iti__ca{--iti-flag-offset:-834px}.iti__cc{--iti-flag-offset:-856px}.iti__cd{--iti-flag-offset:-878px}.iti__cf{--iti-flag-offset:-900px}.iti__cg{--iti-flag-offset:-922px}.iti__ch{--iti-flag-offset:-944px}.iti__ci{--iti-flag-offset:-961px}.iti__ck{--iti-flag-offset:-983px}.iti__cl{--iti-flag-offset:-1005px}.iti__cm{--iti-flag-offset:-1027px}.iti__cn{--iti-flag-offset:-1049px}.iti__co{--iti-flag-offset:-1071px}.iti__cp{--iti-flag-offset:-1093px}.iti__cq{--iti-flag-offset:-1115px}.iti__cr{--iti-flag-offset:-1137px}.iti__cu{--iti-flag-offset:-1159px}.iti__cv{--iti-flag-offset:-1181px}.iti__cw{--iti-flag-offset:-1203px}.iti__cx{--iti-flag-offset:-1225px}.iti__cy{--iti-flag-offset:-1247px}.iti__cz{--iti-flag-offset:-1269px}.iti__de{--iti-flag-offset:-1291px}.iti__dg{--iti-flag-offset:-1313px}.iti__dj{--iti-flag-offset:-1335px}.iti__dk{--iti-flag-offset:-1357px}.iti__dm{--iti-flag-offset:-1379px}.iti__do{--iti-flag-offset:-1401px}.iti__dz{--iti-flag-offset:-1423px}.iti__ea{--iti-flag-offset:-1445px}.iti__ec{--iti-flag-offset:-1467px}.iti__ee{--iti-flag-offset:-1489px}.iti__eg{--iti-flag-offset:-1511px}.iti__eh{--iti-flag-offset:-1533px}.iti__er{--iti-flag-offset:-1555px}.iti__es{--iti-flag-offset:-1577px}.iti__et{--iti-flag-offset:-1599px}.iti__eu{--iti-flag-offset:-1621px}.iti__ez{--iti-flag-offset:-1643px}.iti__fi{--iti-flag-offset:-1665px}.iti__fj{--iti-flag-offset:-1687px}.iti__fk{--iti-flag-offset:-1709px}.iti__fm{--iti-flag-offset:-1731px}.iti__fo{--iti-flag-offset:-1753px}.iti__fr{--iti-flag-offset:-1775px}.iti__fx{--iti-flag-offset:-1797px}.iti__ga{--iti-flag-offset:-1819px}.iti__gb{--iti-flag-offset:-1841px}.iti__gd{--iti-flag-offset:-1863px}.iti__ge{--iti-flag-offset:-1885px}.iti__gf{--iti-flag-offset:-1907px}.iti__gg{--iti-flag-offset:-1929px}.iti__gh{--iti-flag-offset:-1951px}.iti__gi{--iti-flag-offset:-1973px}.iti__gl{--iti-flag-offset:-1995px}.iti__gm{--iti-flag-offset:-2017px}.iti__gn{--iti-flag-offset:-2039px}.iti__gp{--iti-flag-offset:-2061px}.iti__gq{--iti-flag-offset:-2083px}.iti__gr{--iti-flag-offset:-2105px}.iti__gs{--iti-flag-offset:-2127px}.iti__gt{--iti-flag-offset:-2149px}.iti__gu{--iti-flag-offset:-2171px}.iti__gw{--iti-flag-offset:-2193px}.iti__gy{--iti-flag-offset:-2215px}.iti__hk{--iti-flag-offset:-2237px}.iti__hm{--iti-flag-offset:-2259px}.iti__hn{--iti-flag-offset:-2281px}.iti__hr{--iti-flag-offset:-2303px}.iti__ht{--iti-flag-offset:-2325px}.iti__hu{--iti-flag-offset:-2347px}.iti__ic{--iti-flag-offset:-2369px}.iti__id{--iti-flag-offset:-2391px}.iti__ie{--iti-flag-offset:-2413px}.iti__il{--iti-flag-offset:-2435px}.iti__im{--iti-flag-offset:-2457px}.iti__in{--iti-flag-offset:-2479px}.iti__io{--iti-flag-offset:-2501px}.iti__iq{--iti-flag-offset:-2523px}.iti__ir{--iti-flag-offset:-2545px}.iti__is{--iti-flag-offset:-2567px}.iti__it{--iti-flag-offset:-2589px}.iti__je{--iti-flag-offset:-2611px}.iti__jm{--iti-flag-offset:-2633px}.iti__jo{--iti-flag-offset:-2655px}.iti__jp{--iti-flag-offset:-2677px}.iti__ke{--iti-flag-offset:-2699px}.iti__kg{--iti-flag-offset:-2721px}.iti__kh{--iti-flag-offset:-2743px}.iti__ki{--iti-flag-offset:-2765px}.iti__km{--iti-flag-offset:-2787px}.iti__kn{--iti-flag-offset:-2809px}.iti__kp{--iti-flag-offset:-2831px}.iti__kr{--iti-flag-offset:-2853px}.iti__kw{--iti-flag-offset:-2875px}.iti__ky{--iti-flag-offset:-2897px}.iti__kz{--iti-flag-offset:-2919px}.iti__la{--iti-flag-offset:-2941px}.iti__lb{--iti-flag-offset:-2963px}.iti__lc{--iti-flag-offset:-2985px}.iti__li{--iti-flag-offset:-3007px}.iti__lk{--iti-flag-offset:-3029px}.iti__lr{--iti-flag-offset:-3051px}.iti__ls{--iti-flag-offset:-3073px}.iti__lt{--iti-flag-offset:-3095px}.iti__lu{--iti-flag-offset:-3117px}.iti__lv{--iti-flag-offset:-3139px}.iti__ly{--iti-flag-offset:-3161px}.iti__ma{--iti-flag-offset:-3183px}.iti__mc{--iti-flag-offset:-3205px}.iti__md{--iti-flag-offset:-3226px}.iti__me{--iti-flag-offset:-3248px}.iti__mf{--iti-flag-offset:-3270px}.iti__mg{--iti-flag-offset:-3292px}.iti__mh{--iti-flag-offset:-3314px}.iti__mk{--iti-flag-offset:-3336px}.iti__ml{--iti-flag-offset:-3358px}.iti__mm{--iti-flag-offset:-3380px}.iti__mn{--iti-flag-offset:-3402px}.iti__mo{--iti-flag-offset:-3424px}.iti__mp{--iti-flag-offset:-3446px}.iti__mq{--iti-flag-offset:-3468px}.iti__mr{--iti-flag-offset:-3490px}.iti__ms{--iti-flag-offset:-3512px}.iti__mt{--iti-flag-offset:-3534px}.iti__mu{--iti-flag-offset:-3556px}.iti__mv{--iti-flag-offset:-3578px}.iti__mw{--iti-flag-offset:-3600px}.iti__mx{--iti-flag-offset:-3622px}.iti__my{--iti-flag-offset:-3644px}.iti__mz{--iti-flag-offset:-3666px}.iti__na{--iti-flag-offset:-3688px}.iti__nc{--iti-flag-offset:-3710px}.iti__ne{--iti-flag-offset:-3732px}.iti__nf{--iti-flag-offset:-3752px}.iti__ng{--iti-flag-offset:-3774px}.iti__ni{--iti-flag-offset:-3796px}.iti__nl{--iti-flag-offset:-3818px}.iti__no{--iti-flag-offset:-3840px}.iti__np{--iti-flag-offset:-3862px}.iti__nr{--iti-flag-offset:-3877px}.iti__nu{--iti-flag-offset:-3899px}.iti__nz{--iti-flag-offset:-3921px}.iti__om{--iti-flag-offset:-3943px}.iti__pa{--iti-flag-offset:-3965px}.iti__pe{--iti-flag-offset:-3987px}.iti__pf{--iti-flag-offset:-4009px}.iti__pg{--iti-flag-offset:-4031px}.iti__ph{--iti-flag-offset:-4053px}.iti__pk{--iti-flag-offset:-4075px}.iti__pl{--iti-flag-offset:-4097px}.iti__pm{--iti-flag-offset:-4119px}.iti__pn{--iti-flag-offset:-4141px}.iti__pr{--iti-flag-offset:-4163px}.iti__ps{--iti-flag-offset:-4185px}.iti__pt{--iti-flag-offset:-4207px}.iti__pw{--iti-flag-offset:-4229px}.iti__py{--iti-flag-offset:-4251px}.iti__qa{--iti-flag-offset:-4273px}.iti__re{--iti-flag-offset:-4295px}.iti__ro{--iti-flag-offset:-4317px}.iti__rs{--iti-flag-offset:-4339px}.iti__ru{--iti-flag-offset:-4361px}.iti__rw{--iti-flag-offset:-4383px}.iti__sa{--iti-flag-offset:-4405px}.iti__sb{--iti-flag-offset:-4427px}.iti__sc{--iti-flag-offset:-4449px}.iti__sd{--iti-flag-offset:-4471px}.iti__se{--iti-flag-offset:-4493px}.iti__sg{--iti-flag-offset:-4515px}.iti__sh{--iti-flag-offset:-4537px}.iti__si{--iti-flag-offset:-4559px}.iti__sj{--iti-flag-offset:-4581px}.iti__sk{--iti-flag-offset:-4603px}.iti__sl{--iti-flag-offset:-4625px}.iti__sm{--iti-flag-offset:-4647px}.iti__sn{--iti-flag-offset:-4669px}.iti__so{--iti-flag-offset:-4691px}.iti__sr{--iti-flag-offset:-4713px}.iti__ss{--iti-flag-offset:-4735px}.iti__st{--iti-flag-offset:-4757px}.iti__su{--iti-flag-offset:-4779px}.iti__sv{--iti-flag-offset:-4801px}.iti__sx{--iti-flag-offset:-4823px}.iti__sy{--iti-flag-offset:-4845px}.iti__sz{--iti-flag-offset:-4867px}.iti__ta{--iti-flag-offset:-4889px}.iti__tc{--iti-flag-offset:-4911px}.iti__td{--iti-flag-offset:-4933px}.iti__tf{--iti-flag-offset:-4955px}.iti__tg{--iti-flag-offset:-4977px}.iti__th{--iti-flag-offset:-4999px}.iti__tj{--iti-flag-offset:-5021px}.iti__tk{--iti-flag-offset:-5043px}.iti__tl{--iti-flag-offset:-5065px}.iti__tm{--iti-flag-offset:-5087px}.iti__tn{--iti-flag-offset:-5109px}.iti__to{--iti-flag-offset:-5131px}.iti__tr{--iti-flag-offset:-5153px}.iti__tt{--iti-flag-offset:-5175px}.iti__tv{--iti-flag-offset:-5197px}.iti__tw{--iti-flag-offset:-5219px}.iti__tz{--iti-flag-offset:-5241px}.iti__ua{--iti-flag-offset:-5263px}.iti__ug{--iti-flag-offset:-5285px}.iti__uk{--iti-flag-offset:-5307px}.iti__um{--iti-flag-offset:-5329px}.iti__un{--iti-flag-offset:-5351px}.iti__us{--iti-flag-offset:-5373px}.iti__uy{--iti-flag-offset:-5395px}.iti__uz{--iti-flag-offset:-5417px}.iti__va{--iti-flag-offset:-5439px}.iti__vc{--iti-flag-offset:-5456px}.iti__ve{--iti-flag-offset:-5478px}.iti__vg{--iti-flag-offset:-5500px}.iti__vi{--iti-flag-offset:-5522px}.iti__vn{--iti-flag-offset:-5544px}.iti__vu{--iti-flag-offset:-5566px}.iti__wf{--iti-flag-offset:-5588px}.iti__ws{--iti-flag-offset:-5610px}.iti__xk{--iti-flag-offset:-5632px}.iti__ye{--iti-flag-offset:-5654px}.iti__yt{--iti-flag-offset:-5676px}.iti__za{--iti-flag-offset:-5698px}.iti__zm{--iti-flag-offset:-5720px}.iti__zw{--iti-flag-offset:-5742px}.iti__globe{background-image:var(--iti-path-globe-1x);background-size:contain;background-position:right;box-shadow:none;height:19px}@media (min-resolution:2x){.iti__flag{background-image:var(--iti-path-flags-2x)}.iti__globe{background-image:var(--iti-path-globe-2x)}}
:root{--bookly-css-version:"25.0"}.bookly-list-none{list-style:none}.bookly-left{float:left !important}.bookly-right{float:right !important}.bookly-clear{clear:both !important}.bookly-rtext{text-align:right !important}.bookly-text-center{text-align:center}.bookly-bold{font-weight:700 !important}.bookly-list{margin-left:10px !important}.bookly-clear-bottom{margin-bottom:0 !important}.bookly-none{display:none !important}.bookly-nowrap{white-space:nowrap}.bookly-inline-block{display:inline-block !important}.bookly-btn{text-decoration:none}.bookly-btn[disabled]{opacity:.5}.bookly-box{margin:0 0 20px;overflow:hidden}.bookly-table{display:table;table-layout:fixed;width:100%}.bookly-table>*{display:table-cell;vertical-align:top;width:auto}.bookly-table:before,.bookly-table:after{content:unset !important}.bookly-form{margin:0 auto}.bookly-form *{box-sizing:border-box;font-family:inherit;font-size:14px;line-height:inherit}.bookly-form input[type=text],.bookly-form input[type=tel],.bookly-form input[type=number],.bookly-form input[type=password],.bookly-form select,.bookly-form textarea{font-size:14px !important;line-height:normal !important;border:1px solid silver !important;border-radius:4px !important;width:100% !important}.bookly-form input[type=text],.bookly-form input[type=tel],.bookly-form input[type=number],.bookly-form input[type=password],.bookly-form select{height:auto !important}.bookly-form input[type=text],.bookly-form input[type=tel],.bookly-form input[type=checkbox],.bookly-form input[type=radio],.bookly-form input[type=number],.bookly-form input[type=password],.bookly-form select,.bookly-form textarea{display:inline-block;margin:0 !important;outline:none !important}.bookly-form input[type=text],.bookly-form input[type=tel],.bookly-form input[type=number],.bookly-form input[type=password],.bookly-form textarea{padding-top:6px !important;padding-bottom:5px !important;padding-right:7px !important}.bookly-form input[type=text]:not(.iti__tel-input),.bookly-form input[type=tel]:not(.iti__tel-input),.bookly-form input[type=number],.bookly-form input[type=password],.bookly-form textarea{padding-left:7px !important}.bookly-form select{padding:5px 6px 4px !important}.bookly-form label{display:inline;float:none;font-size:14px}.bookly-form label:not(.bookly-col-label){width:auto}.bookly-form img{display:inline}.bookly-form .bookly-label-error{font-size:12px;font-weight:700;margin-top:5px}.bookly-form .bookly-btn+input[type=file]{width:0;height:0;opacity:0;display:block}.bookly-form-group>label{display:inline-block;font-weight:700;padding:0 !important;margin:0 !important}.bookly-form-group>div{margin-top:5px;margin-bottom:0;margin-left:0;margin-right:0}.bookly-form-group:not(:last-child)>div{margin-right:14px}.bookly-nav-steps{padding-top:20px !important;border-top:1px solid silver !important;overflow:hidden}.bookly-box.bookly-nav-steps{margin-bottom:10px;margin-left:-5px;margin-right:-5px}.bookly-box.bookly-nav-steps button{margin-bottom:10px;margin-right:5px;margin-left:5px}.bookly-btn{padding:9px 18px !important;border:0 !important;min-width:118px;display:block;text-align:center;line-height:normal;border-radius:4px !important;background:var(--bookly-main-color);cursor:pointer !important;height:auto !important;outline:none !important}.bookly-btn,.bookly-btn>span{color:#fff !important;font-size:18px !important;line-height:17px !important;font-weight:700 !important;text-transform:uppercase !important}button.bookly-btn:hover,button.bookly-btn:active,button.bookly-round:hover,button.bookly-round:active,button.bookly-square:hover,button.bookly-square:active{background-image:none !important}.bookly-time-next,.bookly-time-prev{min-width:60px;height:35px !important;padding:0 5px !important}.bookly-time-next{background-position:50% -56px}.bookly-time-prev{background-position:50% 8px}.bookly-square,.bookly-round{width:28px;height:28px;padding:0 !important;line-height:0 !important;border:0 !important;outline:none !important;background-repeat:no-repeat}.bookly-round{border-radius:50% !important}span.bookly-round{display:block}.bookly-square{border-radius:15%}.bookly-checkbox-group>input[type=checkbox]{width:0 !important;height:0 !important;max-width:0 !important;max-height:0px !important;min-width:0 !important;min-height:0px !important;opacity:0}.bookly-checkbox-group>input[type=checkbox]:focus+label>i{border-radius:3px;outline:0;box-shadow:0px 0px 1px 0px rgba(37,0,255,1) inset}.bookly-checkbox-group>input[type=checkbox]+label>i{width:28px;height:28px;border:2px solid var(--bookly-main-color);border-radius:4px}.bookly-checkbox-group>input[type=checkbox]:checked+label>i{background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../images/check-square.svg);background-color:var(--bookly-main-color);background-repeat:no-repeat;background-size:cover}.bookly-checkbox-group>input[type=checkbox]:disabled+label>i{background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../images/x.svg) !important;opacity:.8;cursor:not-allowed;background-repeat:no-repeat;background-size:cover;background-color:var(--bookly-main-color)}.bookly-checkbox-group label{font-weight:700}.bookly-row label{vertical-align:text-top}.bookly-checkbox-group label:nth-child(3){margin-left:4px}.bookly-round-button{cursor:pointer !important}.bookly-round-button:first-child{margin-right:5px !important}.bookly-round-button img{border:0 !important;box-shadow:none}.bookly-triangle{width:29px;height:29px;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:26px solid}.bookly-back-step{margin-right:10px;float:left !important}.bookly-next-step{float:right !important}.bookly-mobile-prev-step{margin-right:10px}.bookly-progress-tracker{margin:0 0 20px !important;padding:0 !important}.bookly-progress-tracker>div{padding-left:4px;white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.bookly-progress-tracker .step{height:15px;background:#bec3c7;margin-top:5px}.bookly-progress-tracker>div:first-child .step{border-radius:5px 0 0 5px}.bookly-progress-tracker>div:last-child .step{border-radius:0 5px 5px 0}.bookly-progress-tracker>div:first-child{padding-left:0}.bookly-service-step .bookly-date-from{cursor:text !important}.bookly-service-step .bookly-available-date,.bookly-service-step .bookly-week-days,.bookly-repeat-step .bookly-week-days,.bookly-service-step .bookly-time-range{margin-bottom:20px !important}.bookly-service-step .bookly-available-date .bookly-form-group>div{margin-right:0}.bookly-service-step .bookly-available-date,.bookly-service-step .bookly-week-days{margin-right:14px !important}.bookly-form .bookly-service-step .bookly-week-days,.bookly-form .bookly-repeat-step .bookly-week-days{width:auto;display:flex;justify-content:center}.bookly-service-step .bookly-week-days>div,.bookly-repeat-step .bookly-week-days>div{text-align:center;min-width:35px}.bookly-form .bookly-service-step .bookly-week-days input[type=checkbox],.bookly-form .bookly-repeat-step .bookly-week-days input[type=checkbox]{background-color:var(--bookly-main-color);border-color:var(--bookly-main-color)}.bookly-form .bookly-service-step .bookly-week-days input[type=checkbox]:checked,.bookly-form .bookly-repeat-step .bookly-week-days input[type=checkbox]:checked{background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../images/checkbox.svg);background-repeat:no-repeat;background-size:cover}.bookly-form .bookly-service-step .bookly-week-days input[type=checkbox],.bookly-form .bookly-repeat-step .bookly-week-days input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block !important;width:23px;height:23px;padding:0;margin:8px auto 0 !important;border-radius:50%;cursor:pointer;background-color:var(--bookly-main-color)}.bookly-service-step .bookly-week-days label input,.bookly-repeat-step .bookly-week-days label input{visibility:hidden}.bookly-service-step .bookly-time-range select{width:auto !important}.bookly-mobile-step-1 .bookly-nav-steps{display:none}.bookly-chain-actions{width:50px}.bookly-mw-150{max-width:150px}.bookly-extra-step .bookly-extras-item{display:inline-block;width:25%;margin:0 -2px !important;margin-bottom:2px !important;vertical-align:top !important}.bookly-extra-step .bookly-extras-thumb{border:2px solid #bec3c7;padding:10px;line-height:normal;border-radius:5px;margin:3px;text-align:center;cursor:pointer}.bookly-extra-step .bookly-extras-thumb img{max-width:100%}.bookly-extra-step .bookly-extras-thumb div{background-position:center}.bookly-extra-step div.bookly-extras-summary{display:inline-block;font-weight:700}.bookly-extra-step .bookly-extras-item .bookly-extras-count-controls{margin-top:10px;text-align:center}.bookly-extra-step .bookly-extras-count-controls>*{vertical-align:middle}.bookly-extra-step .bookly-extras-item .bookly-extras-total-price{font-weight:700;margin-top:5px;text-align:center}.bookly-extra-step .bookly-extras-item input{width:3em !important;text-align:center}.bookly-extra-step .bookly-extras-increment{margin-left:5px}.bookly-time-step{overflow:hidden;position:relative;margin-bottom:20px !important;margin-left:auto;margin-right:auto}.bookly-columnizer-wrap{position:relative}.bookly-columnizer{min-height:.01%;white-space:nowrap;position:relative}.bookly-columnizer .bookly-time-screen{display:inline-block;*display:inline;min-height:.01%}#bookly-tbs .bookly-columnizer .bookly-time-screen{overflow:hidden;overflow-x:auto}.bookly-columnizer .bookly-column{min-width:127px;padding:0 5px;display:inline-block;zoom:1;vertical-align:top;float:none !important}.bookly-columnizer .bookly-column.bookly-column-wide{min-width:205px}.bookly-columnizer .bookly-column.bookly-column-wide .bookly-hour .bookly-time-main{min-width:160px}.bookly-columnizer .bookly-column.bookly-column-wide span.bookly-time-additional{float:right;margin-right:10px}.bookly-columnizer .bookly-day,.bookly-columnizer .bookly-hour{display:block !important;min-width:0;width:100%;margin:1.5px 0 !important;background:#fff;height:36px;padding:6px;font-size:13px !important;line-height:20px;text-align:center;float:none !important;vertical-align:middle;text-transform:none;border:1px solid #ccc !important;border-radius:4px}.bookly-columnizer .bookly-day{cursor:default !important;text-decoration:none}.bookly-columnizer .bookly-hour{background:#fff !important;cursor:pointer}.bookly-columnizer .bookly-hour span{font-weight:400;color:#333 !important}.bookly-columnizer .bookly-hour.bookly-slot-in-waiting-list{background-color:#d6d6d6 !important}.bookly-columnizer .bookly-hour .bookly-time-main{min-width:92px}.bookly-columnizer .bookly-hour.bookly-slot-in-special-hour .bookly-time-main{font-weight:700}.bookly-columnizer .bookly-hour .ladda-label{display:inline-block}.bookly-form .bookly-schedule-date,.bookly-form .bookly-columnizer .bookly-day{background:var(--bookly-main-color);color:#fff !important;font-weight:700 !important;border:1px solid var(--bookly-main-color)}.bookly-form .bookly-schedule-date input{color:#000;font-weight:400}.bookly-columnizer .booked,.bookly-columnizer .booked:hover{opacity:.5;cursor:default !important}.bookly-columnizer .booked span{text-decoration:line-through}.bookly-columnizer .bookly-hour .bookly-hour-icon{display:block;float:left;background:0 0;outline:2px solid #eee;width:16px;height:16px;border-radius:100%;margin-top:2px;margin-right:3px}@media (hover){.bookly-columnizer .bookly-hour:hover{border:2px solid var(--bookly-main-color);color:var(--bookly-main-color)}.bookly-columnizer .bookly-hour.booked:hover{border:1px solid #ccc !important;color:#333 !important}.bookly-columnizer .bookly-hour.booked:hover .bookly-hour-icon span{visibility:hidden}.bookly-columnizer .bookly-hour:hover .bookly-hour-icon{background:0 0;outline:2px solid var(--bookly-main-color);color:var(--bookly-main-color);width:16px;height:16px;border-radius:100%;margin-top:2px;margin-right:3px}.bookly-columnizer .bookly-hour.booked:hover .bookly-hour-icon{border:2px solid #ccc !important}.bookly-columnizer .bookly-hour:hover .bookly-hour-icon span{margin-left:4px;margin-right:4px;margin-top:4px;background:var(--bookly-main-color);width:8px;height:8px;border:none;border-radius:100%;display:block}}.bookly-time-step .bookly-columnizer>button{display:none !important}.bookly-time-step .bookly-columnizer>.bookly-column{display:none !important}.bookly-slot-calendar{margin:0 20px 20px 0;float:left}.bookly-not-time-screen{font-size:16px;height:296px;margin-left:320px;font-weight:700}.bookly-not-time-screen.bookly-not-calendar{height:auto;margin-left:0;padding-bottom:15px}.bookly-spin-overlay{position:relative;opacity:.5}.bookly-spin-overlay .bookly-spin{position:absolute;top:50%;left:50%;margin-left:-20px;margin-top:-20px}select.bookly-time-zone-switcher{width:220px !important}.bookly-repeat-step{margin-bottom:20px !important;min-width:260px}.bookly-repeat-step .bookly-row{margin:12px 0 !important}.bookly-repeat-step .bookly-week-days{margin-bottom:0 !important}.bookly-repeat-step .bookly-get-schedule{display:inline-block}.bookly-repeat-step .bookly-schedule-date,.bookly-repeat-step .bookly-schedule-time{width:100px !important;text-align:center;vertical-align:middle;text-transform:none;border-radius:4px;height:28px;margin-right:6px;margin-top:2px;margin-bottom:4px}.bookly-repeat-step .bookly-schedule-time select{border:0 !important;height:26px !important;background-color:#fff;padding:0 !important}.bookly-repeat-step .bookly-schedule-date input{background-color:#fff;border:0 !important;height:26px !important;float:none !important}.bookly-repeat-step .bookly-schedule-row{border:1px solid #ccc !important;border-radius:3px;display:flex}.bookly-schedule-row .bookly-rounds-group{float:right !important;margin-top:2px;margin-bottom:4px;height:28px}.bookly-repeat-step .bookly-schedule-row>div{float:left;line-height:25px}.bookly-repeat-step .bookly-schedule-row .bookly-schedule-appointment>div,.bookly-repeat-step .bookly-schedule-row .bookly-schedule-intersect>div{float:left}.bookly-schedule-slots>div:not(:last-child){margin-bottom:12px}.bookly-repeat-step .bookly-schedule-row .bookly-schedule-intersect{margin:2px 2px 4px 0}.bookly-repeat-step .bookly-schedule-row>div:first-child{width:36px;height:36px;padding:4px;text-align:center;font-size:20px}.bookly-repeat-step .bookly-schedule-row>div:last-child{width:calc(100% - 36px);border-left:1px solid #ccc !important;padding:2px 2px 0 4px}.bookly-repeat-step .bookly-schedule-row .bookly-schedule-time{border:1px solid #ccc !important;border-radius:4px}.bookly-repeat-step .bookly-schedule-row .bookly-hidden-info{display:none}.bookly-repeat-step .bookly-schedule-row .bookly-hidden-info>span{line-height:32px}.bookly-schedule-appointment.bookly-appointment-hidden>*{display:none !important;height:0}.bookly-schedule-appointment.bookly-appointment-hidden .bookly-hidden-info{display:block !important;width:100%}.bookly-pagination{display:flex;padding-left:0;list-style:none;margin:0}.bookly-pagination li{display:list-item;text-align:match-parent;margin:0 -1px 0 0 !important}.bookly-pagination li a{position:relative;display:block;text-decoration:none;border:1px solid #ccc;width:35px;height:35px;line-height:32px;text-align:center}.bookly-pagination li a:focus{z-index:3;outline:0}.bookly-pagination li.active a{color:#fff}.bookly-pagination li:first-child a{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.bookly-pagination li:last-child a{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.bookly-visible-sm{display:none}.bookly-well{border:1px solid #ccc !important;padding-right:6px;padding-left:6px;border-radius:4px;background-color:#f2dede;vertical-align:middle;display:table}.bookly-well>div:nth-child(1){margin:5px 5px 5px 0;float:left}.bookly-well>div:nth-child(2){min-height:38px;vertical-align:middle;display:table-cell;width:100%}.popover .editable-container,.popover .control-group{min-width:300px}label.bookly-checkbox-label input[type=checkbox]{position:relative;vertical-align:middle;bottom:1px}.bookly-round-md{width:35px;height:35px}.bookly-triangle-md{margin:5px 5px 5px 0;width:35px;height:35px;border-left:22px solid transparent;border-right:22px solid transparent;border-bottom:35px solid;float:left}.bookly-icon-sm{height:100%;display:block;background-repeat:no-repeat;background-position:center center}.bookly-icon-sm i{margin:0;padding:0}.bookly-icon-md{height:24px;width:24px;display:block;margin-left:6px;background-repeat:no-repeat}.bookly-triangle .bookly-icon-sm{margin-left:-2px;margin-top:11px;height:16px;padding-left:4px}.bookly-round-md .bookly-icon-md{margin:6px}.bookly-round .bookly-icon-md{margin:6px}button.bookly-round,label.bookly-square{cursor:pointer}.bookly-round .ladda-label{display:inline !important}.bookly-icon-sm.bookly-icon-restore{background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../images/redo.svg);background-repeat:no-repeat;background-position:center center}.bookly-icon-sm.bookly-icon-exclamation{background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../images/exclamation.svg);background-repeat:no-repeat;background-size:cover}.bookly-icon-sm.bookly-icon-i{background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../images/info.svg);background-repeat:no-repeat;background-size:cover}.bookly-icon-sm.bookly-icon-edit{background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../images/edit.svg);background-repeat:no-repeat;background-position:center center}.bookly-icon-sm.bookly-icon-plus{background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../images/plus.svg);background-repeat:no-repeat;background-size:cover}.bookly-icon-sm.bookly-icon-minus{background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../images/minus.svg);background-repeat:no-repeat;background-size:cover}.bookly-icon-sm.bookly-icon-drop{background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../images/delete.svg);background-repeat:no-repeat;background-position:center center}.bookly-icon-sm.bookly-icon-check{background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../images/checkbox.svg);background-repeat:no-repeat;background-size:cover}.bookly-icon-user{height:16px;width:16px;display:inline-block;margin-right:4px;margin-top:1px;vertical-align:top;background-repeat:no-repeat;background-size:cover;background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../images/user.svg)}.bookly-go-to-cart{width:35px;height:35px;float:left !important}.bookly-cart .bookly-mobile-version{display:none}.bookly-cart table{border-collapse:collapse;border-spacing:0;border:none !important;table-layout:auto;width:100%;margin:0 !important}.bookly-cart table .bookly-round{vertical-align:bottom}.bookly-cart table th,.bookly-cart table td{border:0;text-align:left;padding:8px}.bookly-cart tbody.bookly-mobile-version td,.bookly-cart tbody.bookly-mobile-version th{border-top:1px solid rgba(51,51,51,.1)}.bookly-cart th,.bookly-cart tr.bookly-cart-primary,.bookly-cart tr.bookly-cart-primary td,.bookly-cart tfoot tr,.bookly-cart tfoot tr th{border-top:1px solid rgba(51,51,51,.1);font-size:14px !important}.bookly-cart th{border-width:0 0 1px;font-weight:700;padding-top:0 !important}.bookly-cart table tfoot th,.bookly-cart table tfoot td{border-top:2px solid rgba(51,51,51,.1)}.bookly-cart table tr.bookly-cart-sub-item td:first-child{padding-left:25px}.bookly-cart tbody.bookly-desktop-version,.bookly-cart tbody.bookly-desktop-version td,.bookly-cart tbody.bookly-mobile-version tr.bookly-cart-sub-item th,.bookly-cart tbody.bookly-mobile-version tr.bookly-cart-sub-item td{border:0 !important}.bookly-guest>.bookly-btn{display:inline-block;margin:0 14px 12px 0}.bookly-guest>.fb_iframe_widget_fluid{display:inline-block}.bookly-guest>*{vertical-align:top}.bookly-details-step .bookly-form-group input[type=text].bookly-captcha{display:block;width:160px !important;margin:10px 0 0 !important}.bookly-details-step .bookly-form-group .iti{display:block}.bookly-details-step .bookly-table,.bookly-details-step .bookly-table>*{overflow:visible !important}.bookly-details-step .bookly-form-group textarea{resize:vertical}.bookly-details-step .bookly-custom-field-row>div>div>label,.bookly-details-step .bookly-custom-field-row>div>div>label>input[type=radio],.bookly-details-step .bookly-custom-field-row>div>div>label>input[type=checkbox]{cursor:pointer}.bookly-details-step .bookly-custom-field-row>div>div>label>*{vertical-align:middle}.bookly-form input.bookly-user-coupon,.bookly-form input.bookly-user-gift,.bookly-form input.bookly-user-tips{width:100px !important;margin:0 10px !important}.bookly-form select.bookly-card-exp{width:auto !important;margin-right:10px !important}.bookly-form input.bookly-card-cvc{width:50px !important}.bookly-form .bookly-payment-nav>div>label,.bookly-form .bookly-payment-nav>div>label>input[type=radio]{cursor:pointer}.bookly-form .bookly-payment-nav>div>label>*{vertical-align:middle}.bookly-form .bookly-payment-nav>div>label>img{margin-left:10px}.bookly-fade{display:none}.bookly-in{display:block}.bookly-close:hover,.bookly-close:focus,.bookly-close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2;-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0;margin-top:-25px}.bookly-close:focus,.bookly-close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;background:0 0}.bookly-modal{position:fixed;width:100%;left:0;top:0;z-index:9999;bottom:0;background-color:rgba(0,0,0,.7)}.bookly-modal .bookly-modal-dialog{width:400px;position:absolute;left:50%;margin-left:-200px;top:100px}.bookly-modal .bookly-modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.bookly-modal .bookly-modal-content .bookly-modal-header{min-height:16.5px;padding:15px;border-bottom:1px solid #e5e5e5;color:#666}.bookly-modal .bookly-modal-content .bookly-modal-header h4{margin:0;padding:0;font-size:22px}.bookly-modal .bookly-modal-content .bookly-modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit:focus,.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit:active,.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit:hover,.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit{display:inline-block;padding:6px 12px !important;border:0;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border-radius:4px;color:#fff;text-transform:capitalize}.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-cancel{border:0;background:0 0;color:#21759b;cursor:pointer;padding:0;vertical-align:-2px;font-size:14px}.bookly-modal .bookly-modal-content .bookly-modal-body{position:relative;padding:15px;font-size:14px}.bookly-modal .bookly-modal-content .bookly-modal-body .bookly-form-group{margin-bottom:10px}.bookly-modal .bookly-modal-content .bookly-modal-body .bookly-form-group label{font-size:14px}.bookly-modal .bookly-modal-content .bookly-modal-body div>div>label{cursor:pointer}.bookly-modal .bookly-modal-content .bookly-modal-body div>div>label>*{vertical-align:middle;cursor:pointer}@media (max-width:768px){.bookly-modal .bookly-modal-dialog{width:auto;left:15px;right:15px;margin:30px auto;top:50px}}.bookly-form .bookly-image-box{height:298px;position:relative}.bookly-form .bookly-image-box img{position:absolute;left:calc(50% - 149px);top:calc(50% - 149px)}.bookly-form .bookly-loading:before{content:'';position:absolute;left:calc(50% - 16px);top:calc(50% - 16px);width:32px;height:32px;background:url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==) no-repeat;background-size:contain}.bookly-row .bookly-text,.bookly-row .bookly-text-center,.bookly-row .bookly-col-label{padding-top:6px;margin-bottom:0;text-overflow:ellipsis;white-space:nowrap}.bookly-form .bookly-row .bookly-col-label{text-align:right;color:var(--bookly-main-color);font-weight:700}.bookly-row{margin:0 !important;overflow:hidden}.bookly-col-1,.bookly-col-2,.bookly-col-3,.bookly-col-4,.bookly-col-5,.bookly-col-6,.bookly-col-7,.bookly-col-8,.bookly-col-9,.bookly-col-10,.bookly-col-11,.bookly-col-12{float:left !important;padding-left:2px;padding-right:2px}.bookly-col-12{width:100%}.bookly-col-11{width:91.66666667%}.bookly-col-10{width:83.33333333%}.bookly-col-9{width:75%}.bookly-col-8{width:66.66666667%}.bookly-col-7{width:58.33333333%}.bookly-col-6{width:50%}.bookly-col-5{width:41.66666667%}.bookly-col-4{width:33.33333333%}.bookly-col-3{width:25%}.bookly-col-2{width:16.66666667%}.bookly-col-1{width:8.33333333%}.powered-by-bookly{font-size:14px !important;color:#666;text-align:center}.powered-by-bookly a{color:inherit}.powered-by-bookly a:first-child{text-decoration:none !important}.bookly-form *:focus{outline:0;box-shadow:0px 0px 1px 0px rgba(37,0,255,1) inset}.bookly-form ::-webkit-input-placeholder{color:#bbb !important}.bookly-form ::-moz-placeholder{color:#bbb !important}.bookly-form :-moz-placeholder{color:#bbb !important}.bookly-form :-ms-input-placeholder{color:#bbb !important}.bookly-form .bookly-category-info,.bookly-form .bookly-service-info,.bookly-form .bookly-staff-info{margin-top:-10px}ol.bookly-stepper{display:none}@media screen and (max-width:650px){.bookly-form-group label:empty{display:none !important}.bookly-form-group>div{margin-right:0 !important}.bookly-table>*{display:block}.bookly-repeat-step .bookly-table>*{display:table-cell}.bookly-table .bookly-form-group{margin:0 0 20px;width:100% !important}.bookly-table .bookly-form-group:last-child{margin:0}.bookly-progress-tracker{display:none !important}.bookly-form ol.bookly-stepper{display:flex !important;list-style:none;justify-content:space-between;margin:0 0 20px;padding:4px;overflow:hidden;background:linear-gradient(180deg,transparent 15.9px,silver 16px,silver 17.9px,transparent 18px)}.bookly-form ol.bookly-stepper li{display:grid !important;position:relative;outline:none}.bookly-form ol.bookly-stepper li:before{content:" ";display:grid !important;aspect-ratio:1;height:24px;border:2px solid #fff;box-sizing:border-box;color:#fff;border-radius:50%;z-index:1;background-color:var(--bookly-main-color);border-color:var(--bookly-main-color);outline:4px solid #fff}.bookly-form ol.bookly-stepper li.bookly-step-active~li:before{background:#fff;border:2px solid silver}.bookly-form ol.bookly-stepper li.bookly-step-active:after{content:"";position:absolute;height:2px;right:100%;top:11px;width:100vw;background-color:var(--bookly-main-color)}.bookly-mobile-step-1 .bookly-nav-steps{display:block}.bookly-mobile-step-2{display:none}.bookly-select-mobile{width:95%;margin-top:5px}.bookly-mobile-next-step,.bookly-mobile-prev-step{display:block !important}.bookly-mobile-float-none{float:none !important}.bookly-service-step .bookly-available-date,.bookly-service-step .bookly-week-days{margin-right:0 !important}.bookly-service-step .bookly-week-days,.bookly-repeat-step .bookly-week-days{width:100%}.bookly-service-step .bookly-week-days>div{display:table-cell}.bookly-service-step .bookly-time-to,.bookly-service-step .bookly-time-from{display:inline-block;width:48% !important}.bookly-service-step .bookly-time-to{float:right !important}.bookly-service-step .bookly-time-range select{width:100% !important}.bookly-mobile-step-1{margin-right:0}.bookly-not-time-screen{height:auto !important;margin-left:0 !important;margin-bottom:15px;clear:both}.bookly-btn{width:auto !important;min-width:0;padding:9px 18px !important;background-image:none !important}.bookly-go-to-cart{padding:8px !important;width:35px !important;height:35px !important}.bookly-extra-step .bookly-extras-item{width:50%}.bookly-cart .bookly-mobile-version{display:table-row-group}.bookly-cart .bookly-desktop-version{display:none}.bookly-col-12,.bookly-col-11,.bookly-col-10,.bookly-col-9,.bookly-col-8,.bookly-col-7,.bookly-col-6,.bookly-col-5,.bookly-col-4,.bookly-col-3,.bookly-col-2,.bookly-col-1{width:100%;padding:0}.bookly-visible-sm{display:block}.bookly-visible-md{display:none !important}.bookly-margin-top{margin-top:12px}.bookly-row .bookly-col-label,.bookly-row .bookly-text-center{text-align:left;text-transform:capitalize;padding-top:0}.bookly-repeat-step .bookly-schedule-row>div:first-child{width:31px}.bookly-repeat-step .bookly-schedule-row>div:last-child{width:calc(100% - 31px);padding:2px 2px 0}.bookly-repeat-step .bookly-schedule-date,.bookly-repeat-step .bookly-schedule-time{margin-right:2px}.bookly-repeat-step .bookly-schedule-time{width:90px !important}button.bookly-inline-block{margin-bottom:3px}.bookly-form .bookly-row .bookly-col-label{text-align:left}}.iti__flag{background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../images/flags.png?1)}@media only screen and (min-resolution:2dppx){.iti__flag{background-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../images/flags@2x.png?1)}}.bookly-radio-loading{border:2px solid #d3d3d3;border-top:2px solid #000;border-radius:50%;width:13px;height:13px;animation:bookly-radio-loading-spin 2s linear infinite}@keyframes bookly-radio-loading-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.pac-container{z-index:1000000 !important}.bookly-fa-svg{height:16px;width:16px;background-color:#fff;margin-right:8px;display:inline-block;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}.bookly-google{mask-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../../../frontend/resources/images/google.svg);-webkit-mask-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../../../frontend/resources/images/google.svg)}.bookly-microsoft{mask-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../../../frontend/resources/images/microsoft.svg);-webkit-mask-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../../../frontend/resources/images/microsoft.svg)}.bookly-yahoo{mask-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../../../frontend/resources/images/yahoo.svg);-webkit-mask-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../../../frontend/resources/images/yahoo.svg)}.bookly-apple{mask-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../../../frontend/resources/images/apple.svg);-webkit-mask-image:url(//a-wall.co.ua/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/../../../frontend/resources/images/apple.svg)}.bookly-form .fill-bookly{fill:var(--bookly-main-color)}.bookly-form .bookly-form-group>label,.bookly-form .bookly-label-error,.bookly-form .bookly-progress-tracker>.active,.bookly-form .bookly-columnizer .bookly-hour span.bookly-waiting-list,.bookly-form .hover\:text-bookly:hover,.bookly-form .text-bookly:not(:hover),.bookly-form .hover\:text-bookly:hover{color:var(--bookly-main-color) !important}.bookly-form .bookly-progress-tracker>.active .step,.bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span,.bookly-form .bookly-btn,.bookly-form .bookly-btn:active,.bookly-form .bookly-btn:focus,.bookly-form .bookly-btn:hover,.bookly-form .bookly-btn-submit,.bookly-form .bookly-round,.bookly-form .bookly-pagination>li.active,.bookly-form .bg-bookly,.bookly-form .hover\:bg-bookly:hover,.bookly-form .bg-bookly-not-hover:not(:hover){background-color:var(--bookly-main-color) !important}.bookly-form .bookly-triangle{border-bottom-color:var(--bookly-main-color) !important}.bookly-form input[type=text].bookly-error,.bookly-form input[type=tel].bookly-error,.bookly-form input[type=password].bookly-error,.bookly-form select.bookly-error,.bookly-form textarea.bookly-error,.bookly-form .bookly-week-days.bookly-error,.bookly-extra-step div.bookly-extras-thumb.bookly-extras-selected{border:2px solid var(--bookly-main-color) !important}.bookly-form .bookly-columnizer .bookly-day,.bookly-form .bookly-schedule-date{background:var(--bookly-main-color) !important;border:1px solid var(--bookly-main-color) !important}.bookly-form .bookly-pagination>li.active a{border:1px solid var(--bookly-main-color) !important}.bookly-form .bookly-columnizer .bookly-hour:active{border:2px solid var(--bookly-main-color) !important;color:var(--bookly-main-color) !important}.bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span{background-color:var(--bookly-main-color) !important;margin:3px;width:10px;height:10px;border:none;border-radius:100%;display:block}@media (hover){.bookly-form .bookly-columnizer .bookly-hour:hover{border:2px solid var(--bookly-main-color) !important;color:var(--bookly-main-color) !important}.bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon{background:0 0;border:none;outline:2px solid var(--bookly-main-color) !important;color:var(--bookly-main-color) !important}.bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon span{background-color:var(--bookly-main-color) !important}}
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}
.wp-caption,.wp-caption-text,.bypostauthor{visibility:visible}.alignleft{float:left;margin-right:10px}.alignright{float:right;margin-left:10px}.aligncenter{margin-left:auto;margin-right:auto;display:table;clear:both}.has-animation{opacity:0}.sticky .small-thumb .title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2QUIwNTE0MDk0RkFFMjExOEFDQ0ZDQkY5ODQ0QzU3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2REREMUJFNTdEQUIxMUUzQjQ1MkE3RDQ2MzI4RUI3RiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2REREMUJFNDdEQUIxMUUzQjQ1MkE3RDQ2MzI4RUI3RiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NDNGQ0E3MkEwN0RFMzExQTBBMTg3MDIzMEY4MEUxMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUIwNTE0MDk0RkFFMjExOEFDQ0ZDQkY5ODQ0QzU3NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu2o/6AAAACPSURBVHjaYvj//z8DCANBGRC/AOJPROB3QFwO04sPMyBZ8J9EfI4YC1gYSAMPgHgFEH8D4mVE6SDRB4nEuBoZM5Hog/8kqifZAnZaW8AwasGoBaMWjFowagGJFjygpQVTgbWRIpCOo9gGLFXmHJRWAQNDHpJcKalVJrJBT4F4PVZFDAxVQPwMiB1ItQAgwABMdAqJrw880AAAAABJRU5ErkJggg==)no-repeat scroll 0 4px;padding-left:19px}.gallery-caption{margin-left:0}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html{height:100%;overflow:hidden}body{background-color:#fff}body.wp-editor{overflow:scroll}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:10px}a:hover{text-decoration:none}ul{margin:0;padding:0}video{display:block}.sticky .post-title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2QUIwNTE0MDk0RkFFMjExOEFDQ0ZDQkY5ODQ0QzU3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2REREMUJFNTdEQUIxMUUzQjQ1MkE3RDQ2MzI4RUI3RiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2REREMUJFNDdEQUIxMUUzQjQ1MkE3RDQ2MzI4RUI3RiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NDNGQ0E3MkEwN0RFMzExQTBBMTg3MDIzMEY4MEUxMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUIwNTE0MDk0RkFFMjExOEFDQ0ZDQkY5ODQ0QzU3NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu2o/6AAAACPSURBVHjaYvj//z8DCANBGRC/AOJPROB3QFwO04sPMyBZ8J9EfI4YC1gYSAMPgHgFEH8D4mVE6SDRB4nEuBoZM5Hog/8kqifZAnZaW8AwasGoBaMWjFowagGJFjygpQVTgbWRIpCOo9gGLFXmHJRWAQNDHpJcKalVJrJBT4F4PVZFDAxVQPwMiB1ItQAgwABMdAqJrw880AAAAABJRU5ErkJggg==)no-repeat scroll 0 4px;padding-left:19px}p.post-category{line-height:1.3em}main ul.raw-list,main ol.raw-list{padding-left:20px}main p.raw-paragraph{margin-bottom:10px}main table.raw-table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin-bottom:24px;width:100%}main table.raw-table,main .raw-table th,main .raw-table td{border:1px solid rgba(0,0,0,.1)}main .raw-table th,main .raw-table td{padding:5px}dl{margin-bottom:24px}dt{font-weight:700}dd{margin-bottom:24px;font-size:13px}.loop-post-content blockquote,.comment-text blockquote,.page-template-default .content blockquote{color:#767676;font-size:16px;font-style:italic;font-weight:300;line-height:1.2631578947;margin-bottom:15px}main blockquote.raw-blockquote{text-align:center;border:1px solid #e5e5e5;width:100%;padding:90px 15% 45px;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin-left:0;margin-bottom:20px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAABhCAYAAAAQoxXGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEQxNTEyMkQ0NDA4MTFFNUFCQkFFMDY1RTlCN0Y0ODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEQxNTEyMkU0NDA4MTFFNUFCQkFFMDY1RTlCN0Y0ODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4RDE1MTIyQjQ0MDgxMUU1QUJCQUUwNjVFOUI3RjQ4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4RDE1MTIyQzQ0MDgxMUU1QUJCQUUwNjVFOUI3RjQ4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrbZxF4AAAefSURBVHja7J2Lcto6EIZlm3vSXNom7XkF3v9Z8hBNkwAhgWCwj5ZZpw4xYJtfsrTxzmhoyWCQPu1qtatLkKapauXrSXAq+PF43NRvj3Q502WuS+IrgLu7O2PP1mz6+qWrv2O++7eOj51Vl3MuAdfhsdXhD8C7+uVClz7/f6PhL3wGP+IKhbn3BvzerAU+pnb5xpYwL1f6b2sNP87eCD2pU0+Xn1SBPb+ZtH/4xaET7NsC6JmV/M4dwwuN39eDi4Q6xVqX+IsBJ6W4pLG8hE9E8B+05qcugx9yhcpapW2v1uXeZ2evAvCAh7izCh/r8WemLoKPGPig5mevdXkQDn3AbRTV+PiZ/nzsGvgRVyg44Rl9fsZUqPN2CfBnLl0BH/IYPQA9LxAIvc9tFCGe5wL4wQFvvY6Qpr988bH8kGxoKGwSPLpC5NA96fImCHqHfZYu6JHUNk/aq0+aAh+xB46qEE3jHvlVCvQhW0LUsEVWcEZTuaZMfZ97Mcq0L1nTUyHA0ZYwZeAvTY7x51wplFDyYSZIy0O2hD3g8Peooa+acu4CNlvIsOpEl1dh4/kPlNeeDX8a+roprx7di1MezyU5cX1uI9R4vmLoeyOYpvPxEfdiVAfbMHRJ8Xi0E0fp10nmxDUxjzdhuh4YvhRB+zwvGvi0LBwT0mXoKM99xZqetND3yqxopY1N8D2GjjJdbwxd0uLACwYPc3Q19EqObseApiOdFFFz9Jymo6CnDH1RZxxGj+ko875g6EoY9AsgdAq/LutOtRAStdBLee9OQEdpfLbyBeW901g1EQY9S6nC4hga+klxDISGIrNHC4HQswxbANT0k4NXJwVwxuMx0juV6MgR7BugL/VUx5GDgud1X9+B8/QHYdAVtw9qVdF0N8NmHbyGHnFPRgwVFJH7q+StjKW06iXoWXMNHZqFrAsOlU9PWNOlQe8CPfglGnot8FrbaUxHZdpoTN8Ig56loBHOXGxqWlvJ1HPO+AZUKerFcyVPvnFBePD3+/LptjUe1ZOXQqF3gLOciSnolTSeF/9dg8b1P0rmNieKXvYR8QwN3WjkMiwJPQA6K1Oh0Psg6ImysAuorKmnqQkiJEvz9YWSKaip2+zQkilrpp5Xft6Cpm9/Gb40GSlMLJ4OL/hj4weHJbUdAf1NKHQF8uJJnm394LDE2I5a2P8qFPoQNAwmPNtRLmg8SttTm5XyVNvfjq2MtQKetR01J42VvAQMyUDhMm9Wh8HwSKVQK2o2QrV9BHzWxhXwyEoFAqFHCpdytS7hHjMfgYIRmXRabT8qXRc0Hl0pAt9rwR+dHTQO3sSPuBAEvadwi0vflYMPKbQinyJ3nHq9NfR9tHRIwmlU6J0weXk8Zdn0KeDPDWvn9hwW5Xei5taw30Ip62eT8/qwgbGmr/6dueqjt9+x4KyS8t1wKty8xnNC5rfFRkzY/FPGzpeDi5CLKMvO77dtpC3AxhR45JLpqkLRvaVyP5lzrZo7Kfu9jYrOtTkFvEmnpaolWHBxrRP8Vm4c95610Wv+HPq64H86ON9esbPjQpLH5IznVId5XmVr1S74/xx2uGKeCjZpAVDrDk12gEkZX+AdPIdpf3ngXG2nOqqZbB9q6bRJoXaZHjshIz9WdZUfQj4Ici9+FfGhjbYbOrQiX0kDr9S/O2psw/cp2TTS8K/LgI+UX5IdvWLTJ/GtjYYa/qU08JmVurL0XaHyM9J4VhQBDPf826terewEVCLlr1zlrx6ToPGZXFjQxtDj9vm0EyoUUjHqtKNW4486e5EE2EXTvFaOjPcfwO/af4+13mS4WcKC0aFEjScZtOAPKwffNP0OXsry534LvlwbZeCl7HLpGgSUCGojceBJJK7hh7fPFrzNzXqWnDwTkkpqn86OKZPg7JmqgxRTH9KG2HwjSdnYaGqMl7TxswX/RcErieBNjcWJJCc4P8bHLfijQm3k/eZPOlUrr/FSDiYy6YStpLRPmOsFayGmbG1Y40W0z+7UR8J9rSZ9lTep4H0/mcr0IUuJAPgrieBtQBHRRkX745H3qNgWG0emkrL8Un5m62Lty90XaTyJr+fIbyx53dlmRR/lNd97d+d4K0+91xeh34XssPvBszx7WCmbMGIPx/p5PgtbCJ4P3/HJe503EIOYKn/iHptdxTiUwpx4UrF1Q6Z345FlnOyuuTh4UYH28FEH8JsS+vEPqtlQqouHSXzwRzT0adHUZK/wHmuXz5mfqebj54/K3czmitvok5S6hUprPup2JfTUxJWbp7us+S7N7bdXt+673yas0KtdcvZcu248Vm5dlXoQemmNz2l+00eBpOxQuRpkitgnatI6LtmZO9gJK98mreH3uHKdBrRqovwILtEeNRs7eD8phQZeSinqXiMesObbOJY0YS33LVoWMXwbe/dXquKVpLXA5zqAycpl0bgX5ffS5h4riQnzH7OWV44ingSe4Ss2+6T9I4AFiNljf1Wydvj0uI0GgDZa8vy8tsONAv/+PK7YgHt4WFKzY541LJU/hxnXlZAtZHYXbZlOkGUet22EuIIUDb5onOvwa36fXsJlreTeUFVWOrk2CnbaiNpmbeKu2ZPBt+Kn/C/AACcVgvtfGX9kAAAAAElFTkSuQmCC) no-repeat 50% 50%}main blockquote.raw-blockquote .name{font-size:14px;line-height:20px;font-weight:400;margin-top:25px}main blockquote.raw-blockquote p{font-size:14px;line-height:22px;color:#8b8b8b}address{font-size:15px}main textarea.raw-textarea{border-radius:5px;display:block;border:1px solid #dadada;background:0 0;color:#afafaf;outline:none;font-size:13px;width:99.3%;padding:12px 2%;height:220px}main textarea.raw-textarea ::-webkit-input-placeholder{color:#afafaf}main textarea.raw-textarea ::-moz-placeholder{color:#afafaf}main textarea.raw-textarea ::-ms-input-placeholder{color:#afafaf}main form:not(.comment-form) p.form-submit{text-align:center}main .submit{border-radius:5px;border:none;margin-top:20px;width:13%;background-color:#2c2c2c;color:#fff;transition:background-color .3s;outline:none;font-size:13px;height:40px}main .submit:hover{background-color:#4b4a4a}.transition-all{transition:all .4s}.blog .loop-post-content .post-share{display:none}body:not(.compose-mode) .vc_empty-element>.vc_column-inner{min-height:0px}.no-js #pageLoadingOverlay{display:none}.no-js{overflow:auto}.no-js .has-animation{opacity:1}.left{float:left;min-height:1px}.right{float:right;min-height:1px}.visible-phone{display:none!important}.visible-tablet{display:none!important}.hidden-desktop{display:none!important}.md-hidden{display:none !important}a.menu-item-link{text-align:center}.iconTotation{transform:scale(.8) rotate(180deg);webkit-transform:scale(.8) rotate(180deg);-moz-transform:scale(.8) rotate(180deg);-o-transform:scale(.8) rotate(180deg);-ms-transform:scale(.8) rotate(180deg)}.hide-overflow{overflow:hidden}.pixflow-slider .slide-title,p.description,p.form-description,.paragraph,p.teammember-description,li.text-title,div.md-text-title,p.slide-description,.product_compare_text p,div.description,.image-box-fancy-text,.testimonial-carousel-job-text,.sc-info-box .title,.splitBox-holder .text-holder p{white-space:pre-wrap}.teammember-classic .description,.md-text-content p{white-space:pre-line}.dark-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:1;z-index:10000}.light-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;opacity:1;z-index:10000}.loading-text{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:19px;font-weight:400;line-height:29px;max-width:450px;font-family:Arial,Helvetica,sans-serif}.loading-text .preloader-text{opacity:0;transition:opacity 1.1s linear 2.3s}.loading-text .preloader-text.show-loading-text{opacity:.9}.loading-text img{display:inline-block;top:50%;opacity:0;position:absolute;left:50%;transform:translateZ(0) translateX(-50%);transition:opacity .5s,transform 1.1s cubic-bezier(.58,0,0,1.07) .4s,top 1.1s cubic-bezier(.58,0,0,1.07) .4s}.loading-text img.preloader{transform:translateZ(0) translateX(-50%) translateY(-100%);top:10px;opacity:1}.dark-loading-overlay .loading-text{color:#fff}.light-loading-overlay .loading-text{color:#000}header[class*=top],header[class*=side]{z-index:9999}header{height:100px;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0}header:not(.header-clone):not(.left):not(.right){transition:opacity .4s;visibility:hidden}header.header-clone{top:0}header.sticky{position:fixed;z-index:1}.header-default>.container{transition:height .3s,max-height .3s}header .container{width:90%}header .v-separator{display:inline-block}header .content{margin-right:auto;margin-left:auto;height:inherit}header .top a.logo,header .top nav,header .top ul.icons-pack{position:relative}header .top ul.icons-pack{overflow:hidden}header .icons-pack .shopcart-item .number{width:13px;height:13px;border-radius:50%;font-size:9px;display:inline-block;position:absolute;text-align:center;font-style:normal;line-height:13px}header .content ul.icons-pack{display:inline-block}header.top-logotop .content ul.icons-pack{display:inline-table;float:left}header .content a.logo{display:inline-block}header .content nav.navigation{display:inline-table;float:left}header .icons-pack .shopcart-item{position:relative}header.top-classic .top .icons-pack .shopcart-item .number,header.top-gather .style-style1 .icons-pack .shopcart-item .number{top:50%;right:-5px}header.top-gather .style-style2 .icons-pack .shopcart-item .number,header.top-modern .top .icons-pack .shopcart-item .number,header.side-modern .icons-pack .shopcart-item .number{bottom:-5px;right:-5px}.admin-bar header.top-block.header-fix{top:32px}header.header-fix .color-overlay.style-second{border:none}header.top-block .style-style1 .icons-pack .shopcart-item .number,header.top-block .style-style2 .icons-pack .shopcart-item .number{bottom:-5px;right:-5px}header.side-classic .icons-pack .shopcart-item .number{bottom:-5px;right:-5px}header.top-logotop .top .icons-pack .shopcart-item .number{bottom:0;right:-5px}header .logo{display:inline-block;position:relative}header .logo a{height:100%;display:block}header .logo img{cursor:pointer}header.top .logo img{padding:0 15px}header .activeMenu{transition:all .5s}header .color-overlay,footer .color-overlay{height:inherit;position:absolute;width:100%;z-index:-1;top:0;left:0;background-size:400% 100%}header.top-block .color-overlay{height:101%}header .texture-overlay,footer .texture-overlay{height:inherit;position:absolute;width:100%;z-index:-2;top:0;left:0}header .bg-image{height:inherit;position:absolute;width:100%;z-index:-3;top:0;left:0;background-position:center;background-size:cover;backface-visibility:hidden}.header-clone .color-overlay{display:none !important}.business{position:absolute;z-index:101;margin:auto;height:36px;right:0;left:0;display:block !important}.business.business-off{display:none !important}.business .info-container{float:left}.business .info-container span{line-height:36px;display:inline-block;float:left}.business .item{margin-right:40px;position:relative}.business .item .icon{margin-right:12px;margin-left:5px;position:relative;top:50%;left:0}.business .item .icon-record{font-size:6px}.business .social{float:right}.business .social span{display:inline-block}.business .social span a{display:inherit;line-height:36px;margin-right:10px}header:not(.top-modern) .business .social .social-icon{float:left;display:inline-flex}.business .social .social-icon>a{position:relative;display:inline-block;width:10px}.business .social .social-icon>a span{position:absolute;top:50%;transform:translateY(-50%)}.business .text .social-icon>a span{transform:translateY(-80%)}header nav{display:inline-block}header>.container{height:70px}header nav ul{padding:0;list-style:none}header nav>ul{margin-bottom:0}header .navigation a{margin:auto}.navigation ul li>a{display:block;white-space:pre-wrap !important}header.top-logotop .navigation>ul>li>a span:not(.menu-separator-block),header.top-classic .navigation>ul>li>a span:not(.menu-separator-block){transition:color .1s,margin .3s}header nav .menu-title,.gather-overlay nav.navigation .menu-title{transition:color .3s,left .3s;position:relative;left:0}header nav .menu-title .title,.gather-overlay nav.navigation .menu-title .title{font-size:inherit;padding-right:5px;padding-left:5px;color:inherit}header.top-block .navigation li a span,.gather-overlay .navigation li a span{margin:0;left:0;transition:left .3s}.gather-overlay .navigation .menu-title.md-icon-mode .title,.gather-overlay .navigation .menu-title.icon-mode .title,header.top-block .top.style-style1 .menu-title.md-icon-mode .title,header.top-block .top.style-style1 .menu-title.icon-mode .title,header.top-block .top.style-style1 .menu-title.md-text-mode .icon,header.top-block .top.style-style1 .menu-title.text-mode .icon,header.top-block .top.style-style1 .hover-effect.md-icon-mode .title,header.top-block .top.style-style1 .hover-effect.icon-mode .title,header.top-block .top.style-style1 .hover-effect.md-text-mode .icon,header.top-block .top.style-style1 .hover-effect.text-mode .icon,header.side-classic.standard-mode .style-center nav>ul>li>a .menu-title.md-icon-mode .title,header.side-classic.standard-mode .style-center nav>ul>li>a .menu-title.icon-mode .title,header.side-classic.standard-mode .style-center nav>ul>li>a .menu-title.md-text-mode .icon,header.side-classic.standard-mode .style-center nav>ul>li>a .menu-title.text-mode .icon{display:none}header .top nav>ul>li:not(.megamenu)>.dropdown,.gather-overlay .menu nav>ul>li:not(.megamenu)>.dropdown{padding:30px}header .top nav>ul>li>.dropdown,.gather-overlay .menu nav>ul>li>.dropdown{-webkit-box-shadow:0 14px 32px 4px rgba(0,0,0,.1);-moz-box-shadow:0 14px 32px 4px rgba(0,0,0,.1);box-shadow:0 14px 32px 4px rgba(0,0,0,.1)}header .top nav>ul>li:not(.megamenu) .dropdown,.gather-overlay .menu nav>ul>li:not(.megamenu) .dropdown{-webkit-box-shadow:0 14px 32px 4px rgba(0,0,0,.1);-moz-box-shadow:0 14px 32px 4px rgba(0,0,0,.1);box-shadow:0 14px 32px 4px rgba(0,0,0,.1)}header .top nav>ul>li:not(.megamenu)>.dropdown .icon,.gather-overlay .menu nav>ul>li:not(.megamenu)>.dropdown .icon{width:14px;text-align:center;margin-right:10px}header .top nav>ul>li.megamenu>.dropdown,.gather-overlay .menu nav>ul>li.megamenu>.dropdown{padding-bottom:30px}header .top nav li.megamenu .dropdown .dropdown,.gather-overlay .menu nav li.megamenu .dropdown .dropdown{padding-bottom:0}header .top nav>ul>li:not(.megamenu) .dropdown,.gather-overlay .menu nav>ul>li:not(.megamenu) .dropdown{padding:15px 0;min-width:230px;width:100%}header .top nav>ul>li:not(.megamenu) li,.gather-overlay .menu nav>ul>li:not(.megamenu) li{margin-bottom:10px;position:relative;float:none;display:block}header .top nav>ul>li:not(.megamenu) li,.gather-overlay nav>ul>li:not(.megamenu) li{text-align:left}header .top nav>ul>li:not(.megamenu) li:last-child,.gather-overlay .menu nav>ul>li:not(.megamenu) li:last-child{margin-bottom:0}header .top nav>ul>li:not(.megamenu) li a,.gather-overlay .menu nav>ul>li:not(.megamenu) li a{margin:0 25px;padding:3px 0;white-space:nowrap}header .top nav li.megamenu>.dropdown>li,.gather-overlay .menu nav li.megamenu>.dropdown>li{display:inline-block;float:left;padding-top:30px;opacity:0;margin-top:-10px;z-index:3;position:relative}nav li.megamenu>.dropdown .dropdown li{margin-bottom:18px}nav li.megamenu>.dropdown>li{float:left}nav li.megamenu>.dropdown li,nav li.has-dropdown .dropdown li{font-size:13px;line-height:normal;display:block;z-index:3;position:relative}nav li.megamenu>.dropdown>li.has-dropdown>a .menu-title{font-weight:700;margin-bottom:15px;padding-bottom:10px;display:inline-block}header.top-classic nav>ul>li.has-dropdown>a .menu-title:after{content:"\e60c";font-family:pixflow-font-library;font-size:9px;font-weight:400}header.top-classic nav .dropdown .dropdown li{margin-bottom:15px}nav .dropdown .dropdown li a{padding:3px 0}nav li.megamenu .dropdown li.menu-item>a{display:block;text-align:left}nav li.megamenu .dropdown .dropdown li.menu-item>a{white-space:nowrap}nav li.megamenu>.dropdown>li.menu-item>a{margin-left:30px;margin-right:30px;text-transform:uppercase;padding:0}nav.navigation li.megamenu>.dropdown>li.menu-item>a span,nav li.megamenu .dropdown .dropdown li.menu-item>a span{margin-left:0;margin-right:0;padding-left:0;padding-right:0}nav li.megamenu>.dropdown>li.menu-item>a span.icon,nav li.megamenu .dropdown .dropdown li.menu-item>a span.icon{margin-right:10px}header nav.navigation li.megamenu>.dropdown .dropdown,.gather-overlay nav.navigation li.megamenu>.dropdown .dropdown{display:block;position:relative;background-color:transparent;margin-top:0;margin-left:30px;top:0;opacity:1}header nav.navigation li.megamenu>ul.dropdown ul.dropdown .megamenu-dropdown-overlay,.gather-overlay nav.navigation li.megamenu>.dropdown .dropdown .megamenu-dropdown-overlay{background-color:transparent}header.side-classic nav>ul>li.megamenu>ul li.has-dropdown:not(.megamenu):hover>a .menu-title span,header[class*=top] nav>ul>li.megamenu>ul li.has-dropdown:not(.megamenu):hover>a .menu-title span,.gather-overlay nav>ul>li.megamenu>ul li.has-dropdown:not(.megamenu):hover>a .menu-title span{color:inherit;cursor:default}header.side-classic .style-left nav ul li.megamenu ul ul li:hover .menu-title,header.side-classic .style-left nav ul li.has-dropdown:not(.megamenu) ul li:hover>a .menu-title,header.side-classic .style-left nav ul li.has-dropdown:not(.megamenu) ul ul li:hover .menu-title,header .top nav ul li.megamenu ul ul li:hover .menu-title,header .top nav ul li.has-dropdown:not(.megamenu) ul li:hover>a .menu-title,header .top nav ul li.has-dropdown:not(.megamenu) ul ul li:hover .menu-title,.gather-overlay nav ul li.megamenu ul ul li:hover .menu-title,.gather-overlay nav ul li.has-dropdown:not(.megamenu) ul li:hover>a .menu-title,.gather-overlay nav ul li.has-dropdown:not(.megamenu) ul ul li:hover .menu-title{left:5px}header.top nav.navigation>ul>li.has-dropdown:not(.megamenu) .dropdown.side-line,.gather-overlay nav.navigation>ul>li.has-dropdown:not(.megamenu) .dropdown.side-line{padding:0}header.top nav.navigation>ul>li.has-dropdown:not(.megamenu) .dropdown.side-line li,.gather-overlay nav.navigation>ul>li.has-dropdown:not(.megamenu) .dropdown.side-line li{padding:17px 0;margin-bottom:0}header.top nav.navigation>ul>li.has-dropdown:not(.megamenu) .dropdown.side-line li:after,.gather-overlay nav.navigation>ul>li.has-dropdown:not(.megamenu) .dropdown.side-line li:after{content:"";height:1px;width:93%;position:absolute;left:0;bottom:0;margin-left:auto;margin-right:auto;right:0}header.top nav.navigation>ul>li.has-dropdown:not(.megamenu) .dropdown.side-line li:last-child:after,.gather-overlay nav.navigation>ul>li.has-dropdown:not(.megamenu) .dropdown.side-line li:last-child:after{display:none}header nav.navigation li.megamenu>.dropdown .megamenu-dropdown-overlay,.gather-overlay nav li.megamenu>.dropdown>.megamenu-dropdown-overlay,header nav>ul>li.has-dropdown:not(.megamenu) ul .megamenu-dropdown-overlay,header nav.navigation li.megamenu>.dropdown .megamenu-image-overlay,.gather-overlay nav li.megamenu>.dropdown>.megamenu-image-overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0}header nav.navigation li.megamenu>.dropdown .megamenu-image-overlay,.gather-overlay nav li.megamenu>.dropdown>.megamenu-image-overlay{z-index:1;background-size:contain !important}header .icons-pack{height:inherit;display:inline-block;float:none;position:relative;text-align:center}header .icons-pack li{list-style-type:none;display:block;float:left;margin:0 15px 0 0}header.top-logotop .icons-pack li{margin:6px 15px 0 0}header .icons-pack .item-setting{text-align:center}header.top-classic .icons-pack{text-align:center}header.top-classic .icons-pack.item-center{text-align:center}header.top-classic .icons-pack.item-left{text-align:left}header.top-classic .icons-pack.item-right{text-align:right}header.top-classic .icons-pack li{display:inline-block;float:none}header.top-classic .icons-pack li:last-child{margin-right:0}header.top-classic .logo img{max-height:100%;max-width:100%;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-moz-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);-o-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}header.top-classic .logo.item-center img{-webkit-transform:translateY(-50%) translateX(50%);-moz-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);-o-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}header.top-classic .logo.item-left img{left:0;-webkit-transform:translateY(-50%) translateX(0%);-moz-transform:translateY(-50%) translateX(0%);-ms-transform:translateY(-50%) translateX(0%);-o-transform:translateY(-50%) translateX(0%);transform:translateY(-50%) translateX(0%)}header.top-classic .logo.item-right img{right:0;-webkit-transform:translateY(-50%) translateX(0%);-moz-transform:translateY(-50%) translateX(0%);-ms-transform:translateY(-50%) translateX(0%);-o-transform:translateY(-50%) translateX(0%);transform:translateY(-50%) translateX(0%)}header.top-classic nav{display:table}header.top-classic nav.navigation>ul{display:table-cell;vertical-align:middle}header.top-classic nav.item-center>ul{text-align:center}header.top-classic nav.item-left>ul{text-align:left}header.top-classic nav.item-right>ul{text-align:right}header.top-classic .content{height:inherit;position:relative}header.top-classic .content:before{content:" ";height:100%;vertical-align:middle}header.top-classic .logo,header.top-classic .icons-pack{display:inline-block;float:left;height:inherit}header.top-classic nav.navigation{float:left;height:inherit}header.top-classic .icons-pack a{transition:none;position:relative}header.top-classic .icons-pack .icon{transition:color .3s,line-height .3s}header.top-classic .icons-pack .icon span{color:inherit;cursor:pointer}header.top-classic nav>ul>li{display:inline-block;margin:10px 0;padding-left:10px;padding-right:10px;padding-top:0;position:relative;text-align:center}header nav>ul>li.menu-item:first-child{padding-left:0}header.top-classic nav>ul>li>a{position:relative}header.top-classic nav>ul>li a{padding:0}header.top-classic nav>ul>li a:after{transform:translate3d(0,0,0);position:absolute;z-index:1;content:"";left:50%;right:50%;height:3px;bottom:-5px}header.top-classic .navigation ul li .menu-separator{bottom:-10px;content:"";height:2px;left:50%;padding:0;position:absolute;right:50%;z-index:1}header.top-classic nav>ul>.separator{padding:0}header.top-classic .style-none nav>ul>.separator{display:none}header.top-classic .style-dot nav>ul>.separator a{display:inline-block;padding:0;width:4px;height:4px;border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%);left:50%}header.top-classic .style-slash nav>ul>.separator a{height:12px;width:2px;display:block;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(35deg);left:50%}header.top-classic .style-dash nav>ul>.separator a{height:100%;display:block;font-size:40px;width:13px;height:3px;line-height:inherit;position:absolute;top:50%;transform:translate(-50%,-50%);left:50%}header.top-classic .style-border nav>ul>li.separator{display:none}header.top-classic .style-border nav>ul>li a{padding:3px 0}header.top-classic .style-border nav>ul>li{border-right:1px solid #8b8b8b;padding-left:35px;padding-right:35px;float:none;display:inline-block}header.top-classic .style-border nav>ul>li:first-child{border-left:1px solid #8b8b8b}header.top-classic .style-wireframe nav>ul>li{margin:0 10px}header.top-classic .style-wireframe nav>ul>li.separator{display:none}header.top-classic .style-wireframe ul li .menu-separator{bottom:0;left:50%;transform:translateX(-50%);right:auto;width:22px;height:1px;margin-left:-5px}header.top-classic .style-wireframe nav>ul>li.has-dropdown>a .menu-title:after{content:"\e819";font-size:14px}header[class*=top-]:not(.right) .style-wireframe nav.navigation>ul>li.has-dropdown>ul.dropdown:not(.side-line){border-top:none}header.top-classic .top.content nav>ul>li:last-child a{visibility:hidden;display:inline-block}header.top-classic .top.content nav>ul>li:last-child a:after{display:none}header.top-classic .top.content nav>ul>li.separator a:after{display:none}header.top-classic .top.content nav>ul>li.separator a:hover{overflow:hidden}header.top-classic .style-none nav>ul>.item_button{margin:0 0 0 35px;padding:0;transition:color .25s 0s}.navigation>ul>.item_button>a{transition:background-color .25s,border-color .25s}header.top-logotop .navigation>ul>li.item_button>a span:not(.menu-separator-block),header.top-classic .navigation>ul>li.item_button>a span:not(.menu-separator-block){transition:none}header.top-classic .style-none nav>ul>.item_button>a>.menu-separator,header.top-classic .style-none nav>ul>.item_button>a>.menu-separator-block{display:none}header.top-classic .style-none nav>ul>.item_button.oval-style a,header.top-classic .style-none nav>ul>.item_button.oval_outline-style a{border-radius:30px}header.top-classic .style-none nav>ul>.item_button.oval-style a{padding:15px 28px}header.top-classic .style-none nav>ul>.item_button.rectangle-style a{padding:16px 25px}header.top-classic .style-none nav>ul>.item_button.oval_outline-style a{padding:13px 26px;border:2px solid}header.top-classic .style-none nav>ul>.item_button.rectangle_outline-style a{padding:14px 23px;border:2px solid}header.top-classic .style-none nav>ul>.item_button>a .menu-title{z-index:3;position:relative}header.top-classic .style-none nav>ul>.item_button.oval-style>a:after{border-radius:24px}header.top-classic .style-none nav>ul>.item_button>a,header.top-classic .style-none.content .navigation>ul>.item_button:hover>a .menu-title{color:inherit}.compose-mode header.top-classic .style-none nav>ul>.item_button>a,.compose-mode header.top-classic .style-none nav>ul>.item_button>a .menu-title,.compose-mode header.top-classic .style-none.content .navigation>ul>.item_button:hover>a .menu-title,header.top-classic.header-clone .style-none nav>ul>.item_button>a .menu-title,header.top-classic.header-clone .style-none.content .navigation>ul>.item_button:hover>a .menu-title,header.top-classic.header-fix .style-none nav>ul>.item_button>a .menu-title,header.top-classic.header-fix .style-none.content .navigation>ul>.item_button:hover>a .menu-title{color:inherit !important}header.top-classic.header-clone .style-none nav>ul>.item_button.rectangle-style>a,header.top-classic.header-fix .style-none nav>ul>.item_button.oval-style>a{-webkit-box-shadow:inset 0px 0px 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0px 0px 1px 1px rgba(0,0,0,.1);box-shadow:inset 0px 0px 1px 1px rgba(0,0,0,.1)}header.top-block .logo,header.top-block nav,header.top-block .icons-pack{float:left}header.top-block,header.top-block nav,header.top-block nav>ul,header.top-block nav>ul>li{height:inherit}header.top-block .logo{height:100%}header.top-block .logo img{max-height:100%;max-width:100%;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-moz-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);-o-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}header.top-block .logo.item-center img{-webkit-transform:translateY(-50%) translateX(50%);-moz-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);-o-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}header.top-block .logo.item-left img{left:0;-webkit-transform:translateY(-50%) translateX(0%);-moz-transform:translateY(-50%) translateX(0%);-ms-transform:translateY(-50%) translateX(0%);-o-transform:translateY(-50%) translateX(0%);transform:translateY(-50%) translateX(0%)}header.top-block .logo.item-right img{right:0;-webkit-transform:translateY(-50%) translateX(0%);-moz-transform:translateY(-50%) translateX(0%);-ms-transform:translateY(-50%) translateX(0%);-o-transform:translateY(-50%) translateX(0%);transform:translateY(-50%) translateX(0%)}header.top-block .icons-pack{text-align:center}header.top-block .icons-pack.item-center{text-align:center}header.top-block .icons-pack.item-right{text-align:right}header.top-block .icons-pack.item-left{text-align:left}header.top-block nav>ul{text-align:center}header.top-block nav.item-center>ul{text-align:center}header.top-block nav.item-left>ul{text-align:left}header.top-block nav.item-right>ul{text-align:right}header.top-block .style-style2 nav>ul{display:flex}header.top-block .style-style2 nav.item-center>ul{justify-content:center}header.top-block nav.item-left>ul{justify-content:flex-start}header.top-block nav.item-right>ul{justify-content:flex-end}header.top-block nav>ul>li>a{display:block;margin-top:0;outline:1px solid transparent;text-align:center}header.top-block .navigation>ul>li>a span.icon{font-size:28px;padding-right:4px;vertical-align:middle;padding-left:5px}header.top-block .navigation .dropdown li a span.icon{font-size:13px}header.top-block .icons-pack li .title-content{color:inherit;padding:0;display:table-cell}header.top-block nav.navigation li.megamenu>.dropdown,header.top-block nav.navigation li.has-dropdown>.dropdown{top:100%}header.top-block .style-style1 nav>ul>li>a,header.top-block .style-style1 nav>ul>li>a .hover-effect,header.top-block .style-style1 nav>ul>li>a .menu-title,header.top-block .style-style1 ul.icons-pack>li .elem-container,header.top-block .style-style1 ul.icons-pack>li .elem-container>span,header.top-block .style-style1 nav>ul>li>a:hover .hover-effect,header.top-block .style-style1 ul.icons-pack>li a:hover .hover-content{line-height:70px;height:70px}header.top-block .style-style1 nav{height:inherit}header.top-block .style-style1 nav>ul>li{border-left:1px solid rgba(255,255,255,.3);float:none;overflow:inherit;text-align:center;max-width:300px;white-space:nowrap;display:inline-block}header.top-block .style-style1 nav>ul>li:last-child{border-right:1px solid rgba(255,255,255,.3)}header.top-block .style-style1 nav>ul>li>a,header.top-block .style-style1 .icons-pack li .elem-container{-webkit-perspective:1000px;-moz-perspective:1000px;-ms-perspective:1000px;-o-perspective:1000px;perspective:1000px}header.top-block .style-style1 nav>ul>li>a .hover-effect,header.top-block .style-style1 .icons-pack li a .hover-content{-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);-ms-transform:rotateX(90deg);-o-transform:rotateX(90deg);transform:rotateX(90deg)}header.top-block .style-style1 nav>ul>li:hover>a .menu-title,header.top-block .style-style1 .icons-pack li:hover a .title-content{-webkit-transform:rotateX(-90deg);-moz-transform:rotateX(-90deg);-ms-transform:rotateX(-90deg);-o-transform:rotateX(-90deg);transform:rotateX(-90deg)}header.top-block .style-style1 nav>ul>li:hover>a .hover-effect,header.top-block .style-style1 .icons-pack li:hover .hover-content,header.top-block .style-style1 nav>ul>li>a .menu-title,header.top-block .style-style1 .icons-pack li a .title-content{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);-o-transform:rotateX(0deg);transform:rotateX(0deg)}header.top-block .style-style1 nav ul li>a>span,header.top-block .style-style1 .icons-pack li .elem-container>span{pointer-events:none;margin:0;left:0;top:0;-webkit-transform-origin:50% 50% -30px;-moz-transform-origin:50% 50% -30px;-ms-transform-origin:50% 50% -30px;-o-transform-origin:50% 50% -30px;transform-origin:50% 50% -30px;-webkit-transition:transform .3s ease 0s;-moz-transition:transform .3s ease 0s;-ms-transition:transform .3s ease 0s;-o-transition:transform .3s ease 0s;transition:transform .3s ease 0s,margin-left .3s}header.top-block .style-style1 nav ul li:hover>a>span,header.top-block .style-style1 .icons-pack li:hover .elem-container>span{-webkit-transition:transform .2s ease 0s,left .3s;-moz-transition:transform .2s ease 0s,left .3s;-ms-transition:transform .2s ease 0s,left .3s;-o-transition:transform .2s ease 0s,left .3s;transition:transform .2s ease 0s,left .3s}header.top-block .style-style1 .icons-pack{float:left;height:inherit;transition:none}header.top-block .style-style1 .icons-pack .icon-hover-text{display:none;font-family:"Open Sans",sans-serif}header.top-block .style-style1 .icons-pack li{border-right:1px solid;display:inline-block;float:left;height:inherit;margin:0;overflow:inherit;position:relative;transition:none}header.top-block .style-style1 .icons-pack li a{cursor:pointer}header.top-block .style-style1 .icons-pack li a .title-content{width:100%}header.top-block .style-style1 .icons-pack li a .hover-content{width:100%}header.top-block .style-style1 .icons-pack li a .hover-content,header.top-block .style-style1 .icons-pack li a .title-content{display:inline-block}header.top-block .style-style1 .icons-pack li .elem-container{display:block;transition:none}header.top-block .icons-pack li .title-content .icon,header.top-block .icons-pack li .hover-content .icon-hover{vertical-align:middle;position:relative}header.top-block .style-style1 nav>ul>li>a,header.top-block .style-style1 .icons-pack li a{margin:auto;width:100%}header.top-block .style-style1 nav>ul>li>a .menu-title{width:100%}header.top-block .style-style1 nav>ul>li>a .hover-effect{width:100%;display:inline-block;background:#27af61}header.top-block .style-style2 nav>ul>li>a .menu-title .title{display:none}header.top-block .style-style2 .icons-pack .icon{font-size:14px;display:inline-block;float:left}header.top-block .style-style2 .icons-pack{float:left}header.top-block .style-style2 .menu-separator-block{background-color:#fff;bottom:-10px;height:6px;left:0;margin:auto !important;opacity:0;position:absolute;right:0;width:94%}header.top-block .style-style2 .icons-pack .icon-hover-text{font-family:"Open Sans",sans-serif}header.top-block .style-style2 .icons-pack li .elem-container .hover-content .icon-hover,header.top-block .style-style2 .icons-pack li .elem-container .hover-content .icon .number{display:none}header.top-block .style-style2 .icons-pack li .elem-container{transition:all .3s ease 0s}header.top-block .style-style2 .icons-pack li .elem-container,header.top-block .style-style1 .icons-pack li .elem-container{display:inline-block;position:relative;width:74px;text-align:center;line-height:inherit}header.top-block .style-style2 nav>ul>li{position:relative;display:inline-block;outline:none;float:none;text-align:center;border-right:1px solid rgba(255,255,255,1);transition:all .45s cubic-bezier(.215,.61,.355,1) 1ms}header.top-block .style-style2 nav>ul>li:first-child,header.top-block .icons-pack li:first-child{border-left:2px solid rgba(255,255,255,.3)}header.top-block .style-style2 .icons-pack li{border-right:1px solid rgba(255,255,255,.3);margin:0;overflow:hidden;position:relative}header.top-block .style-style2 nav>ul>li>a{overflow:hidden;display:inline-block;position:relative;width:74px;height:auto;transform:translate3d(0px,0px,0px)}header.top-block .style-style2 nav>ul>li>a .hover-effect,header.top-block .style-style2 .icons-pack li .elem-container .hover-content{content:'item pages';position:absolute;top:-105%;transform:translate3d(0px,0px,0px);left:0;text-align:center;width:100%;height:100%;display:flex;justify-content:center;align-items:center;opacity:0}header.top-block .style-style2 nav>ul>li>a .hover-effect span,header.top-block .style-style2 .icons-pack li .elem-container .hover-content span{display:table-cell;vertical-align:middle;line-height:normal}header.top-block .style-style2 .icons-pack li .title-content,header.top-block .style-style2 nav>ul>li>a>.menu-title,header.top-block .style-style2 nav>ul>li ul:not(.dropdown) .menu-title{display:inline-block;transition:all .5s}header.top-block .style-style2 .icons-pack li:hover>a .title-content,header.top-block .style-style2 nav>ul>li:hover>a .menu-title{margin-top:100px}header.top-block .style-style2 nav>ul>li>a .menu-title span.icon{font-size:28px;display:inherit;vertical-align:middle}header.top-block .style-style2 nav>ul>li .hover-effect span.icon{display:none}header.top-block .style-style2 .icons-pack li .title-content{display:inline-block}header.top-block .style-style2 nav>ul>li>a .menu-item:hover,header.top-block .style-style2 .icons-pack li:hover{background-color:rgba(36,36,36,.7);transition:color .4s}header.top-gather{height:60px}header.top-gather .logo,header.top-gather .navigation,header.top-gather .icons-pack{position:relative;float:left;top:50%;transform:translateY(-50%)}header.top-gather .content{height:inherit;position:relative}.top-gather.default .gather-btn span.icon-gathermenu,.gather-overlay.default .gather-btn span.icon-gathermenu{background-color:transparent;color:#000;transition:background-color .5s,color .5s}.gather-overlay.default{background-color:#000}.top-gather.default .gather-btn span.icon-gathermenu:hover,.gather-overlay.default .gather-btn span.icon-gathermenu:hover{color:#ffc400;background-color:transparent}header.top-gather .style-style1 .gather-btn.item-center,header.top-gather .style-style2 .gather-btn.item-center{text-align:center}header.top-gather .style-style1 .gather-btn.item-left,header.top-gather .style-style2 .gather-btn.item-left{text-align:left}header.top-gather .style-style1 .gather-btn.item-right,header.top-gather .style-style2 .gather-btn.item-right{text-align:right}header.top-gather .item-setting{text-align:center}header.top-gather .icons-pack,header.top-gather .icons-pack a{transition:none}header.top-gather .icons-pack{text-align:center}header.top-gather .style-style1 .icons-pack.item-center,header.top-gather .style-style1 .icons-pack.item-center{text-align:center}header.top-gather .style-style1 .icons-pack.item-left,header.top-gather .style-style2 .icons-pack.item-left{text-align:left}header.top-gather .style-style1 .icons-pack.item-right,header.top-gather .style-style2 .icons-pack.item-right{text-align:right}header.top-gather .icons-pack li{float:none;display:inline-block;margin-right:10px;height:inherit}header.top-gather .logo img{position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-moz-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);-o-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}header.top-gather .logo.item-center img{-webkit-transform:translateY(-50%) translateX(50%);-moz-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);-o-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}header.top-gather .logo.item-left img{left:0;-webkit-transform:translateY(-50%) translateX(0%);-moz-transform:translateY(-50%) translateX(0%);-ms-transform:translateY(-50%) translateX(0%);-o-transform:translateY(-50%) translateX(0%);transform:translateY(-50%) translateX(0%)}header.top-gather .logo.item-right img{right:0;-webkit-transform:translateY(-50%) translateX(0%);-moz-transform:translateY(-50%) translateX(0%);-ms-transform:translateY(-50%) translateX(0%);-o-transform:translateY(-50%) translateX(0%);transform:translateY(-50%) translateX(0%)}header.top-gather .style-style1.content{height:100% !important;position:relative}header.top-gather .style-style1.content:before{content:" ";display:inline-block;height:100%;vertical-align:middle}header.top-gather .style-style1 .logo,header.top-gather .style-style1 .gather-btn,header.top-gather .style-style1 .icons-pack{display:inline-block;vertical-align:middle;height:100%;position:relative;text-align:center}header.top-gather .style-style1 .icons-pack .icon{transition:color .3s}header.top-gather .style-style2 .border-left{border-left:1px solid}header.top-gather .style-style2 .border-right{border-right:1px solid}header.top-gather .style-style2 .logo,header.top-gather .style-style2 .gather-btn{display:inline-block;margin:0;height:62px;text-align:center;line-height:60px !important}header.top-gather .style-style2 .icons-pack{border-right:none;height:100%}header.top-gather .style-style2 .icons-pack li.icon a span{left:0;margin:auto;position:absolute;right:0}header.top-gather .style-style2 .icons-pack li a .default{top:0}header.top-gather .style-style2 .icons-pack li a .hover{top:-54px}header.top-gather .style-style2 .icons-pack li{margin:0;cursor:pointer;position:relative;overflow:hidden}header.top-gather .style-style2 .icons-pack li a{width:60px;height:58px;cursor:pointer}header.top-gather .style-style2 .v-separator{padding:0;text-align:center}header.top-gather .style-style2 .logo .v-separator{padding:0 22px}header.top-gather .style-style2 .icons-pack li a,header.top-gather .style-style2 .icons-pack li a span,header.top-gather .style-style1 .icons-pack li a,header.top-gather .style-style1 .icons-pack li a span{display:inline-block;position:relative;text-align:center;line-height:inherit}.gather-btn .icon-gathermenu,.gather-btn .icon-close,.gather-btn .icon-hamburger-menu{display:inline-block;float:none;background-color:transparent;cursor:pointer;vertical-align:middle;opacity:1;transition:color .3s}.gather-btn .icon-close{font-size:25px;padding:19px}.gather-overlay{z-index:10000;background:rgba(255,187,0,.95);opacity:0;visibility:hidden;position:fixed;width:100%;height:100%}.gather-overlay.active{visibility:visible}.gather-overlay .gather-btn{position:absolute;top:0;right:0}.gather-overlay .logo{position:absolute;top:10px;left:10px;max-width:200px}.gather-overlay ul{float:none;overflow:inherit}.gather-overlay .menu{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;text-align:center;transition:all .5s ease 0s;text-transform:uppercase}.gather-overlay .menu ul.dropdown{width:100%}.gather-overlay .menu nav>ul>li{border-right:1px solid;display:inline-block;margin:10px 0;padding:0 40px;position:relative}.gather-overlay .menu ul li:last-child{border:none}.gather-overlay nav>ul>li:after,.gather-overlay nav>ul>li a{transition:color .3s}.noScroll{overflow:hidden !important}header.top-logotop{display:table}header.top-logotop a.logo{display:inline-block;float:none;min-height:40px;width:100%;position:relative;transform:translateY(0);top:0;max-width:350px;max-height:350px}header.top-logotop a.logo img{position:relative;display:inherit}header.top-logotop .content-area nav.navigation{height:auto;position:relative;display:inline-block}header.top-logotop .center-area{display:inline-block;position:relative;margin:0 auto}header.top-logotop .navigation{width:initial;position:relative;transform:translateY(0);display:inline-block}header.top-logotop .navigation ul{margin-left:-5px}header.top-logotop nav>ul>li{display:inline-block;margin:10px 0;padding-left:20px;padding-right:20px;padding-top:0;position:relative;text-align:center}header.top-logotop nav>ul>li>a{padding:0;position:relative}.top-logotop .navigation>ul>li .menu-separator{bottom:-10px;content:"";height:2px;left:50%;padding:0;position:absolute;right:50%;z-index:1}header.top-logotop .style-logotop nav>ul>li:after{content:'/';height:100%;display:block;position:absolute;right:0;top:0;opacity:.5}header.top-logotop .style-logotop nav>ul>li:last-child:after{content:''}header.top-logotop .icons-pack{display:inline-block;margin-left:20px}header.top-logotop .icons-pack .icon{color:inherit;cursor:pointer;transition:color .3s;height:100%;display:table-cell;vertical-align:middle}header.top-logotop .icons-pack span.icon{height:inherit;position:relative}.logo-top-container{width:100%;margin-top:10px}header.top-logotop .content{display:table-cell;vertical-align:middle;text-align:center}header.top-modern .top a.logo{display:block;height:inherit;max-width:200px;position:relative;width:100%}header.top-modern .logo img{margin:auto;position:relative;top:50%;transform:translateY(-50%);max-width:inherit}header.top-modern .btn{display:inline-block;font-family:inherit;font-size:inherit;background:0 0;cursor:pointer;outline:none;position:relative;border-bottom:none;border-top:none;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}header.top-modern .btn:after{content:'';position:absolute;z-index:-1;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}header.top-modern .btn-1b:after{width:100%;height:0;top:0;left:0}header.top-modern .btn-1b:hover:after,header.top-modern .btn-1b:active:after{height:100%}header.top-modern .top nav{position:relative;transform:translate(0);top:0}header.top-modern,header.top-modern nav,header.top-modern nav>ul,header.top-modern nav>ul>li{height:inherit;transition:all 0ms;border-bottom:none;border-top:none}header.top-modern{opacity:0}header.top-modern nav{display:block}header.top-modern>nav ul{display:block;height:auto;width:100%}header.top-modern nav>ul li{text-align:center;display:inline-block}header.top-modern nav>ul>li>a{display:table;height:inherit;width:100%}header.top-modern nav>ul>li>a span.menu-title{display:table-cell;vertical-align:middle}header.top-modern nav.navigation li.megamenu>.dropdown,header.top-modern nav.navigation li.has-dropdown>.dropdown{top:100%}header.top-modern .content:last-child{position:relative;display:block;top:0;transform:none}header.top-modern .business{background:0 0;position:relative;height:auto}header.top-modern .business>div{height:100%}header.top-modern .business>div .info-container,header.top-modern .business>div .social.icon{line-height:2em}header.top-modern .navigation{float:left}header.top-modern .business .info-container span,header.top-modern .business .social span a,header.top-modern nav>ul>li,header.top-modern .icons-pack li{line-height:inherit}header.top-modern .top .icons-pack{display:table;transform:translateY(0);top:0;position:relative;float:right}header.top-modern .icons-pack li{text-align:center;display:table-cell;width:70px;vertical-align:middle;float:none;margin-right:0}header.top-modern .icons-pack li:last-child{border:none}header.top-modern .icons-pack li .title-content .icon{font-size:28px;color:inherit;transition:color .3s;position:relative}.title-content .icon{padding:4px}header.top-modern .first-part{position:relative;display:table;height:inherit;text-align:center;float:left;padding:0 30px}header.top-modern .second-part{height:100%;padding:0;float:left}.second-header-bg{left:0;margin:auto;right:0}header.left,header.right{position:fixed;top:0;bottom:0;height:100%;z-index:100}header.left{float:left;left:0;right:auto}header.right{float:right;left:auto;right:0}header.left .logo,header.right .logo,header.left .navigation,header.right .navigation,header.left .navigation li,header.right .navigation li{float:none}header.left .social,header.right .social{height:100px}header.left .icons-holder,header.right .icons-holder{display:flex;justify-content:center;align-items:center}header.left .icons-pack,header.right .icons-pack{display:table-cell}header.left .logo,header.right .logo{height:auto}header.left .icons-pack li,header.right .icons-pack li{float:left;list-style:none;margin:0}header.left nav ul>li{position:relative}header.left nav li.megamenu>.dropdown>li.has-dropdown{float:left}header.left nav.navigation ul.dropdown{margin:0;padding:0}header.left nav.navigation ul ul li{margin:0}header.left nav.navigation li.megamenu>.dropdown{position:absolute;top:0;left:100%;padding-top:30px;padding-bottom:30px;margin-top:0}header.left nav.navigation>ul>li.megamenu>ul.dropdown>li>a .menu-title{margin-bottom:20px;padding-bottom:10px}header.left nav.navigation>ul>li.has-dropdown:not(.megamenu)>ul.dropdown>li>a .menu-title{margin-bottom:0;padding-bottom:0;border:none}header.left nav.navigation>ul>li.megamenu>ul.dropdown>li>ul.dropdown a{padding:5px}header.left nav.navigation>ul>li>ul.dropdown>li>ul.dropdown a{padding-top:0;padding-bottom:3px}header:not(.right) nav.navigation li.has-dropdown:not(.megamenu) .dropdown .dropdown,.gather-overlay .menu nav.navigation li.has-dropdown:not(.megamenu) .dropdown .dropdown{position:absolute;left:100.3%;top:0;display:none;width:auto}header.top-modern nav.navigation li.has-dropdown:not(.megamenu) .dropdown .dropdown{width:100%}header.right nav.navigation li.megamenu>.dropdown .dropdown{margin-right:30px;margin-left:0}header nav.navigation li.has-dropdown ul.dropdown,.menu nav.navigation li.has-dropdown ul.dropdown{display:none;opacity:0;margin-top:-20px;z-index:1}header.right nav .dropdown .dropdown li a{padding-right:0}header.side-classic .logo{width:100%}header.side-classic .logo a{height:100%;display:block;text-align:center;padding:50px 0}header.side-classic .logo a img{display:inline-block}header.side-classic div.content.side .icons-pack{width:100%}header.side-classic .icons-holder{border-bottom:1px solid rgba(210,210,210,.5);border-top:1px solid rgba(210,210,210,.5);overflow:hidden;min-height:56px}header.side-classic .icons-holder ul.icons-pack{align-items:center;display:flex;height:50%}header.side-classic .icons-pack li:first-child{border-left:none}header.side-classic .icons-holder li hr{background-color:rgba(232,232,232,.5);height:19px;position:absolute;top:-3px;width:1px;border:medium none}header.side-classic .icons-holder ul.icons-pack>li.icon{margin:auto;padding:13px 0;text-align:center;width:inherit;position:relative;height:54px;display:table-cell}header.side-classic .icons-pack li.search .search-form input{background:none repeat scroll 0 0 transparent;border:medium none;height:32px;outline:0}header.side-classic .icons-holder ul.icons-pack li a{top:0}header.side-classic .icons-pack li span{vertical-align:middle;height:54px;line-height:54px}header.side-classic nav{width:100%}header.side-classic nav>ul{margin-top:40px}header.side-classic nav>ul>li{padding:0;margin:0 0 25px;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}header.side-classic nav ul>li a{padding:2px 20px}header.side-classic .style-center nav ul>li a{padding-left:0}header.side-classic nav>ul>li,header.side-classic .style-left nav ul li.has-dropdown:not(.megamenu) ul li .menu-title{-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}header.side-classic nav span{vertical-align:middle;text-align:center}header.side-classic .style-left nav>ul>li>a span.title{padding-left:0;margin-left:0}header.side-classic nav>ul>li>a span.icon{margin-right:5px}header.side-classic nav>ul>li>a span.menu-separator{margin-top:4px;margin-left:7px;transition:color .8s ease 0s;width:0;display:block;border-bottom:1px solid #fff}header.side-classic nav>ul>li>a span.menu-title{display:block;margin-left:0}header.side-classic nav ul li:hover span.menu-title{transition:all .3s ease}header.side-classic nav .menu-title .icon{width:25px;text-align:center;font-size:1.2em}header.side-classic nav .menu-title span{-webkit-transition:color .3s;-moz-transition:color .3s;-ms-transition:color .3s;-o-transition:color .3s;transition:color .3s}header.side-classic nav>ul>li.has-dropdown:not(.megamenu) ul a{font-weight:400;line-height:1.5em;padding:0 30px}header.side-classic nav>ul>li.has-dropdown:not(.megamenu) a{color:inherit}header.left.side-classic nav.navigation ul li.megamenu>ul>li,header.left.side-classic nav.navigation li.megamenu>.dropdown{margin-left:-40px}header.left.side-classic nav.navigation ul li.megamenu>ul>li:last-child{margin-right:30px}header.right.side-classic nav.navigation ul li.megamenu>ul>li:last-child{margin-left:30px}header.left.side-classic nav.navigation ul>li.has-dropdown:not(.megamenu)>ul.dropdown{top:100%;left:0;position:relative;opacity:1;margin-top:0}header.left.side-classic nav.navigation>ul>li.has-dropdown:not(.megamenu)>ul{padding-top:6px;padding-left:10px;padding-right:10px}header.left.side-classic nav.navigation>ul>li.has-dropdown:not(.megamenu) ul.dropdown ul.dropdown{padding:5px 0 10px 30px}header.right.side-classic nav>ul li.megamenu>ul>li{float:right;margin-right:-10px}header.right.side-classic nav.navigation li.megamenu>.dropdown{top:0;right:100%;padding:30px 0;margin-top:0;margin-right:-10px}header.right.side-classic nav li.megamenu>.dropdown>li.menu-item>a,header.right.side-classic nav li.megamenu .dropdown li.menu-item>a{text-align:right}header.right.side-classic nav>ul>li{position:relative}header.right.side-classic nav.navigation ul>li.has-dropdown:not(.megamenu)>ul.dropdown{top:100%;right:0;position:relative;margin-top:0;opacity:1}header.right.side-classic nav.navigation>ul>li.has-dropdown:not(.megamenu)>ul{padding-top:6px;padding-right:10px;padding-left:10px}header.right nav.navigation li.has-dropdown:not(.megamenu) .dropdown .dropdown{position:relative;right:0;top:0;display:none}header.right nav.navigation li.has-dropdown:not(.megamenu) .dropdown .dropdown .megamenu-dropdown-overlay,header.side-classic nav.navigation>ul>li.has-dropdown:not(.megamenu) .dropdown .megamenu-dropdown-overlay{background-color:transparent}header.side-classic nav.navigation ul>li:not(.megamenu)>ul.dropdown li{float:none;display:block;margin-bottom:3px}header.side-classic nav>ul>li.megamenu>.expanded-menu ul{display:block !important;visibility:visible !important;opacity:1 !important}header.side-classic nav>ul>li.has-dropdown>a .icon-angle-right{display:inline-block;position:absolute;top:0}header.left.side-classic nav>ul>li.has-dropdown>a .icon-angle-right{right:20px}header.right.side-classic nav>ul>li.has-dropdown>a .icon-angle-right{left:-10px;transform:rotateY(180deg);top:3px}nav.navigation-mobile+.wrap footer{display:none}header.side-classic .footer-socials li.info>a>span{font-size:25px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}header.side-classic .footer-socials li a span,header.side-classic .icons-pack li a span{left:0;margin:auto;position:absolute;right:0}header.side-classic .footer-socials li a .default,header.side-classic .icons-pack li a .default{top:0}header.side-classic .footer-socials li a .hover,header.side-classic .icons-pack li a .hover{top:-54px}header.side-classic div.footer{position:absolute;bottom:0;width:100%}header.side-classic div.footer .footer-content{margin-bottom:10px}header.side-classic div.footer ul{list-style:none;display:flex;text-align:center;width:100%;border-top:1px solid rgba(210,210,210,.73);justify-content:center}header.side-classic div.footer ul li{border-right:1px solid rgba(210,210,210,.73);float:left;height:52px;position:relative;width:inherit}header.side-classic div.footer ul li:last-child{border-right:none}header.side-classic div.footer ul li a,header.side-classic .icons-pack li a{cursor:pointer;display:inline-block;height:100%;left:0;line-height:50px;overflow:hidden;position:absolute;width:100%}header.side-classic div.footer ul li.info,header.side-modern .footer .info a{position:relative;cursor:pointer}header.side-classic .icons-pack li.search>a,header.side-classic div.footer ul li.info>a{z-index:10}header.side-classic div.footer ul li.info .footer-content .separated{letter-spacing:1px;display:block}header.side-classic div.footer ul li.info .footer-content,header.side-classic .icons-pack li.search .search-form,header.side-modern .footer .info .footer-content{margin-bottom:0;position:absolute;height:54px;z-index:1}header.side-classic div.footer ul li.info .footer-content,header.side-classic .icons-pack li.search .search-form{display:block;left:0;letter-spacing:3px;overflow:hidden;text-align:left;width:100%;top:0;opacity:0;min-width:100px;z-index:0}header.side-classic .icons-holder ul.icons-pack>li.searchAlone{margin:0 0 0 10%;text-align:left;width:10%}header.side-classic div.footer ul li.info .footer-content{min-width:300%}header.side-classic div.footer ul li.info .footer-content{padding:7px 0 0 15px}header.side-classic .icons-pack li.search .search-form{padding:10px 0 0}header.side-classic .icons-pack li.search .search-form form .searchBtn{position:absolute;left:0;opacity:0}header.side-classic div.footer ul li.info .footer-content span,header.side-classic .icons-pack li.search .search-form form,header.side-modern .footer .info .footer-content span{white-space:normal;line-height:54px;height:100%;width:100%}header.side-classic div.footer ul li.info .footer-content span{line-height:10px;font-size:10px}header.side-classic div.footer ul li span{font-size:15px;height:54px;line-height:54px;vertical-align:middle}header.side-classic div.content.side.style-left .logo a{text-align:left}header div.content.side.style-left .logo{padding-left:20px}header.side-classic .style-left nav ul,header.side-classic .style-left nav ul li>a,header.side-classic .style-left div.footer ul li.info .footer-content p{text-align:left}header.side-classic .style-left nav .menu-title .title{padding-left:7px}header.side-classic .style-left nav>ul>li.megamenu ul ul .menu-title .title{padding:0;margin:0}header.side-classic .style-left nav ul li.has-dropdown:not(.megamenu) ul ul{background-color:transparent}header.side-classic div.content.side.style-center .logo a{text-align:center}header div.content.side.style-center .logo{margin-left:auto;margin-right:auto}header.side-classic div.content.side.style-center nav{display:table;margin-left:auto;margin-right:auto;text-align:center}header.side-classic .style-center .logo a{margin:auto}header.side-classic .style-center nav>ul>li>a .menu-title span{display:block;margin-left:auto;margin-right:auto}header.side-classic .style-center nav>ul>li>a .menu-title .icon{margin-bottom:3px}header.side-classic .style-center nav>ul>li>a .menu-title .title{margin-bottom:0;position:relative}header.side-classic .style-center nav>ul>li>a span.menu-separator{margin:4px auto 0}header.side-classic .style-center nav .menu-title{letter-spacing:2px}header.side-classic div.footer.style-center{text-align:center}header.side-classic div.content.side.style-right .logo a{text-align:right;margin-left:auto}header div.content.side.style-right .logo{padding-right:20px}header.side-classic .style-right nav ul,header.side-classic .style-left div.footer ul li.info .footer-content p{text-align:right}header.right.side-classic nav ul>li a{display:inline-block}header.side-classic .style-right nav ul>li a{padding:2px 20px 2px 0}header.side-classic .style-right nav .menu-item-link{text-align:right}header.right.side-classic nav>ul>li>a span.menu-separator{float:right}header.side-classic .style-right nav .menu-title .title{padding-right:7px}header.side-classic .style-right nav .menu-title .icon{float:right}header.side-classic .style-right nav>ul ul li{position:relative}header.side-classic .style-right nav ul li.megamenu ul ul li:hover .menu-title,header.side-classic .style-right nav ul li.has-dropdown:not(.megamenu) ul li:hover>a .menu-title,header.side-classic .style-right nav ul li.has-dropdown:not(.megamenu) ul ul li:hover .menu-title{margin-right:5px}header.side-classic div.footer.style-right{text-align:right}header.side-classic.standard-mode div.content.side .logo{padding:0 30px}header.side-classic.standard-mode .icons-holder{border:none}header.side-classic.standard-mode .icons-pack li a .hover,header.side-classic.standard-mode .footer-socials li a .hover{display:none}header.side-classic.standard-mode .icons-pack li a,header.side-classic.standard-mode .footer-socials li a{transition:color .3s}header.side-classic.standard-mode .icons-pack li a,header.side-classic.standard-mode .icons-pack li a span,header.side-classic.standard-mode .footer-socials li a,header.side-classic.standard-mode .footer-socials li a span{position:relative}header.side-classic.standard-mode .icons-holder ul.icons-pack>li.icon{margin:0 20px 0 0;width:auto;position:relative;padding:0;height:auto}header.side-classic.standard-mode .icons-holder ul.icons-pack li a{display:inline}header.side-classic.standard-mode div.content.side .icons-pack{margin:0}header.side-classic.standard-mode nav .menu-title .title{padding:0}header.side-classic.standard-mode nav>ul{margin-top:25px}header.side-classic.standard-mode nav>ul>li{margin-bottom:17px}header.side-classic.standard-mode nav ul>li a{padding:2px 30px}header.side-classic.standard-mode .side nav>ul>li>a .menu-title .title>span{padding-left:8px}header.side-classic.standard-mode div.footer .footer-content{margin-bottom:40px;padding:0 30px;text-align:center}header.side-classic.standard-mode div.footer .footer-content .copyright p{line-height:1.4em}header.side-classic div.footer.footer .footer-content .copyright p{font-size:14px}header.side-classic.standard-mode div.footer ul,header.side-classic.standard-mode div.footer ul li{border:none}header.side-classic.standard-mode div.footer ul li{margin:0 15px 0 0;width:auto;padding:0;height:auto}header.side-classic.standard-mode div.footer ul li:last-child{margin-right:0}header.side-classic.standard-mode div.content.style-center .icons-pack,header.side-classic.standard-mode div.content.style-right .icons-pack{display:block}header.side-classic.standard-mode div.content.style-center .icons-holder ul.icons-pack>li.icon{display:inline-block;text-align:center;float:none}header.side-classic.standard-mode div.content.style-center .icons-holder ul.icons-pack>li.icon:last-child{margin-right:0}header.side-classic.standard-mode .style-center div.footer ul,header.side-classic.standard-mode .style-right div.footer ul{display:block}header.side-classic.standard-mode .style-center div.footer ul li{display:inline-block;float:none}header.side-classic.standard-mode .style-center nav>ul>li>a .menu-title .icon{display:inline-block;margin:0 3px 0 0}header.side-classic.standard-mode .style-center nav>ul>li>a .menu-title span{display:inline-block}header.side-classic.standard-mode .style-center div.footer .footer-content{text-align:center}header.side-classic.standard-mode div.content.style-right .icons-holder ul.icons-pack>li.icon{display:inline-block;text-align:right;float:right}header.side-classic.standard-mode .style-right div.footer ul li{display:inline-block;float:right;margin:0 0 0 15px}header.side-classic.standard-mode .style-right .icons-holder ul.icons-pack>li.icon{margin:0 0 0 20px}header.side-classic.standard-mode .style-right nav>ul>li>a span.icon{margin-right:0;margin-left:5px}header.side-classic.standard-mode .side.style-right nav>ul>li>a .menu-title .title>span{padding-left:0;padding-right:8px;float:left}header.side-classic.standard-mode .style-right div.footer ul{float:right}header.side-classic.standard-mode .style-right div.footer .footer-content{text-align:right}header.side-modern{width:70px;overflow:visible}header.side-modern .side .logo{display:block;text-align:center;width:100%;border-bottom:1px solid}header.side-modern .logo a{padding-left:10px;padding-right:10px}header.side-modern .side .logo img{margin:15px auto;text-align:center;width:90%;height:initial}header.side-modern .icons-pack li span{font-size:20px}header.side-modern .search-form{position:absolute;height:65px;top:0}header.left.side-modern .search-form{transform:rotateY(90deg);transform-origin:left top;display:none}header.right.side-modern .search-form{transform:rotateY(-90deg);transform-origin:right top;display:none}header.left.side-modern .search-form{left:65px}header.right.side-modern .search-form{right:65px}header.side-modern .search-form input[type=text]{height:65px;width:185px;padding-left:20px;line-height:65px;display:block;border:none}header.side-modern .search-form input[type=submit]{display:none}header.side-modern .icons-pack{width:100%}header.side-modern .icons-pack li,header.side-modern .nav-modern-button{float:none;border-left:none;border-bottom:1px solid;height:65px;text-align:center;line-height:72px}header.side-modern .nav-modern-button span{transition:color .5s;font-size:20px}header.side-modern .icons-pack li a,header.side-modern .nav-modern-button{width:65px;height:65px;position:relative;display:block;overflow:hidden}header.side-modern .icons-pack li a span,header.side-modern .nav-modern-button span{position:absolute;width:65px;height:65px;line-height:65px}header.left.side-modern .icons-pack li a span.default,header.left.side-modern .nav-modern-button span.default{left:0}header.right.side-modern .icons-pack li a span.default,header.right.side-modern .nav-modern-button span.default{right:0}header.side-modern .icons-pack li a span.hover,header.side-modern .nav-modern-button span.hover{opacity:0}header.left.side-modern .icons-pack li a span.hover,header.left.side-modern .nav-modern-button span.hover{left:-65px}header.right.side-modern .icons-pack li a span.hover,header.right.side-modern .nav-modern-button span.hover{right:-65px}.side-modern .nav-modern-side{position:relative}header.side-modern .side nav{display:none;position:absolute;top:0;width:0;padding:0;overflow:hidden;opacity:1;-webkit-transition:opacity 1s cubic-bezier(.25,.460,.45,.940);-moz-transition:opacity 1s cubic-bezier(.25,.460,.45,.940);-o-transition:opacity 1s cubic-bezier(.25,.460,.45,.940);transition:opacity 1s cubic-bezier(.25,.460,.45,.940)}header.left.side-modern .side nav{left:100%}header.right.side-modern .side nav{right:100%}.side-modern .nav-modern-side:hover nav{display:block}header.side-modern .side nav ul{transition:opacity .2s ease .5s;opacity:1}header.side-modern .side nav li.has-dropdown>.dropdown>li.has-dropdown{float:none;display:block}header.side-modern .side nav.navigation>ul>li>ul.dropdown{display:block;left:0;top:0;position:relative}header.side-modern .side nav.navigation li.empty-megamenu{height:21px}header.side-modern .side nav>ul>li{display:inline-block;padding:20px 30px;background-color:rgba(30,24,30,.72);float:left;width:200px;overflow-y:hidden;opacity:0}header.side-modern .side nav>ul>li{transform:rotateY(90deg);transform-origin:left bottom}header.right.side-modern .side nav>ul>li{float:right;text-align:right;transform-origin:right bottom;transform:rotateY(-90deg)}header.side-modern .side nav>ul>li>a{border-bottom:1px solid;vertical-align:middle;padding-right:10px;margin-bottom:10px}header.side-modern .side nav>ul>li>a>span{display:block;margin-left:auto;margin-right:auto;margin-bottom:5px}header.side-modern .side nav>ul>li>a>span>.icon{font-size:25px;width:100%;display:none}header.side-modern .side nav.navigation>ul>li.has-dropdown>.dropdown{opacity:1 !important;visibility:visible !important;margin-top:0}header.side-modern .side nav.navigation>ul>li.has-dropdown>.dropdown .megamenu-dropdown-overlay{background-color:transparent}header.side-modern nav.navigation>ul>li>ul.dropdown li.has-dropdown ul{opacity:0;display:none;-webkit-transition:opacity .5s cubic-bezier(.455,.03,.515,.955);-moz-transition:all .5s cubic-bezier(.455,.03,.515,.955);-o-transition:all .5s cubic-bezier(.455,.03,.515,.955);transition:opacity .5s cubic-bezier(.455,.03,.515,.955) .2s}header.side-modern nav.navigation>ul>li>ul.dropdown li.has-dropdown:hover ul{display:block;opacity:1;padding:7px 5px}header.side-modern nav.navigation li.has-dropdown:not(.megamenu) .dropdown .dropdown{background-color:transparent;left:0;padding:3px 10px;position:relative;margin-top:0;max-height:85px;overflow-y:scroll}header.side-modern .side nav.navigation ul li a{transition:all .3s}header.side-modern .navigation li a span:not(.menu-separator-block){transition:none}header.side-modern .side nav.navigation ul li a:hover{padding-left:5px}header.side-modern nav.navigation ul ul.dropdown li a{display:block;float:none;padding:5px 0 3px}header.side-modern .side nav.navigation>ul>li>ul.dropdown>li>ul.dropdown a{padding-top:0}header.side-modern nav.navigation ul ul li ul.dropdown li{float:none}header.side-modern .style-style1.side nav{overflow:visible}header.side-modern .style-style1.side nav ul{transform:rotateY(90deg);transform-origin:left bottom}header.side-modern.right .style-style1.side nav ul{transform:rotateY(-90deg);transform-origin:right bottom}header.side-modern .style-style1.side nav ul li{opacity:1;transform:rotateY(0deg);transform-origin:center;padding:20px 0;background-color:transparent;border-bottom:1px solid;transition:background-color .3s;height:65px;overflow:visible}header.side-modern.right .style-style1.side nav ul li{text-align:right}header.side-modern .style-style1.side nav ul li:last-child{border-bottom:none}header.side-modern .style-style1.side nav ul li a{border-bottom:0;padding-left:20px;padding-right:20px;margin-bottom:0;line-height:14px}header.side-modern .style-style1.side nav ul.dropdown li.menu-item a>span{display:block;margin:0 auto 5px}header.side-modern .style-style1.side nav.navigation ul li.has-dropdown:after{content:'>';position:absolute;top:21px}header.side-modern.left .style-style1.side nav.navigation ul li.has-dropdown:after{right:12px}header.side-modern.right .style-style1.side nav.navigation ul li.has-dropdown:after{left:12px;content:"<"}header.side-modern .style-style1.side nav.navigation>ul>li.has-dropdown .dropdown{top:-44px;padding:0;overflow:visible;max-height:none}header.side-modern.left .style-style1.side nav.navigation>ul>li.has-dropdown .dropdown{left:100%;border-left:1px solid}header.side-modern.right .style-style1.side nav.navigation>ul>li.has-dropdown .dropdown{left:-100%;border-right:1px solid}header.side-modern .side.style-style1 nav.navigation ul li a:hover{padding-left:25px}header.side-modern .side.style-style1 nav.navigation ul ul.dropdown li a{padding:0 20px}.side-classic .style-right li .menu-title{text-align:right}.side-classic .style-left li .menu-title{text-align:left}.side-classic .style-right .icons-pack{padding-right:25px}.side-classic .style-left .icons-pack{padding-left:25px}header.side-classic.standard-mode .style-left div.footer .footer-content{text-align:left}header.side-classic .style-left div.footer ul{justify-content:flex-start}header.side-classic.standard-mode .style-right div.footer .footer-content{text-align:right}header.side-classic .style-right div.footer ul{justify-content:flex-end}header.side-modern .side .footer{border-top:1px solid;bottom:0;height:65px;position:absolute;text-align:center;width:100%;line-height:65px}header.side-modern .footer .info{width:inherit;height:inherit}header.side-modern .footer .info>a{position:absolute;width:100%;height:100%;left:0;line-height:65px;font-size:20px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}header.side-modern .footer .info .footer-content{height:64px;top:0;white-space:nowrap;padding:0;line-height:64px}header.left.side-modern .footer .info .footer-content{left:65px}header.right.side-modern .footer .info .footer-content{right:65px}header.left.side-modern .footer .copyright{padding:25px 25px 25px 0}header.right.side-modern .footer .copyright{padding:25px 0 25px 25px}header.side-modern .footer .copyright p{transition:color .5s;margin-bottom:0}header.left.side-modern .footer .copyright p{border-left:1px solid;padding-left:15px}header.right.side-modern .footer .copyright p{border-right:1px solid;padding-right:15px}header.side-modern .footer .footer-socials,header.side-modern .footer .copyright{opacity:0;display:inline-table}header.left.side-modern .footer .footer-socials,header.left.side-modern .footer .copyright{transform:rotateY(90deg);transform-origin:left top}header.right.side-modern .footer .footer-socials,header.right.side-modern .footer .copyright{transform:rotateY(-90deg);transform-origin:right top}header.side-modern .footer .info .footer-content span,header.side-classic .icons-pack li.search .search-form form,header.side-modern .footer .info .footer-content ul{line-height:normal}header.side-modern .footer .info .footer-content ul{list-style:none}header.left.side-modern .footer .info .footer-content ul{float:left}header.right.side-modern .footer .info .footer-content ul{float:right}header.side-modern .footer .info .footer-content ul a{display:block;line-height:65px;position:relative}header.side-modern .footer .info .footer-socials span{position:absolute}header.side-modern .footer .info .footer-socials span.default{top:2px}header.side-modern .footer .info .footer-socials span.hover{top:-50px}header.side-modern .footer .info .footer-content ul{display:inline-flex;transition:border-color .5s}header.side-modern .footer .info .footer-content ul{overflow:hidden}header.left.side-modern .footer .info .footer-content ul{padding:25px 5px 25px 25px}header.right.side-modern .footer .info .footer-content ul{padding:25px 25px 25px 5px}header.side-modern .footer .info .footer-content ul li{width:30px;height:15px}header.left.side-modern .footer .info .footer-content ul li{padding-right:15px}header.right.side-modern .footer .info .footer-content ul li{padding-left:15px}header.right.side-modern .footer .info .footer-content ul li{padding-left:15px;float:right}header .navigation-button,header .mobile-shopcart,header .mobile-sidebar{display:none;width:32px;height:32px;text-align:center;text-decoration:none;margin-right:10px;float:right;position:relative;top:50%;transform:translate(0,-50%)!important}header .navigation-button span{line-height:32px;font-size:32px}header .mobile-shopcart span{line-height:32px;font-size:26px}header .mobile-sidebar i{line-height:32px;font-size:24px}.navigation-mobile{width:100%;padding:0 60px;overflow:hidden;display:none;z-index:1;text-align:left}.navigation-mobile ul{list-style:none;margin:0}.navigation-mobile li{font-size:14px;font-weight:400;position:relative}.navigation-mobile li ul{margin-left:15px}.navigation-mobile .sub-menu li{border-bottom:none;padding:3px 0}.navigation-mobile li a{padding:15px 0;font-size:14px;line-height:1em;display:inline-block;position:relative;z-index:1;font-family:'Roboto',sans-serif;width:85%}.navigation-mobile .dropdown li a{font-size:13px}.navigation-mobile li a .hover-effect{display:none}.navigation-mobile li .icon{margin-right:10px}.navigation-mobile li .arrow{display:inline-block;padding:15px 10px;width:100%;position:absolute;top:0;left:0;text-align:right;font-size:16px;cursor:pointer;line-height:14px}.navigation-mobile .sub-menu li a{padding:3px 0}.navigation-mobile>ul{padding:0}.navigation-mobile a{text-decoration:none}.navigation-mobile li.separator{display:none}.navigation-mobile .dropdown{display:none;margin-bottom:15px}.navigation-mobile .dropdown li a,.navigation-mobile .dropdown .dropdown li a,.navigation-mobile .dropdown li .arrow{padding:10px 0}.navigation-mobile .dropdown .dropdown li{margin-bottom:0}.navigation-mobile .search-form{background-color:#efefef;margin-bottom:30px;height:50px}.navigation-mobile .search-form fieldset{position:relative}.navigation-mobile .search-form input[type=text]{background-color:transparent;border:none;height:50px;line-height:50px;padding:0 40px 0 10px;position:absolute;width:100%;top:0;left:0;font-family:'Roboto',sans-serif;font-size:14px}.navigation-mobile .search-form input[type=text]:focus{outline:none}.navigation-mobile .search-form input[type=submit]{position:absolute;background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBQUVCNDM3RTVCNkFFNTExQUJENEFGQTVBN0QxNEJCQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QkQ1ODA2QzcwRDIxMUU1ODkyNkMyRkIyMjJGNTcwQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QkQ1ODA2QjcwRDIxMUU1ODkyNkMyRkIyMjJGNTcwQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0NDFDRDk5REY2RkU1MTE4MEU2QkEyODc0RDE5RDQ4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBRUI0MzdFNUI2QUU1MTFBQkQ0QUZBNUE3RDE0QkJBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FxLzuAAAAXBJREFUeNqk1EsohFEYxvFjTBY2yk657BRRFHYikQ2lJClJViglC6WmZqNcFmyllJKNXFMuSeRWNqyQ0oSkKLlkOeH/1vvpNB1jLk/9mqmZ7/ku5z1fSjAYNBHJQQ/qkI90POIEC1jDl3HEZ333YxhnSMMAcrWsCtsYxDlKXWV+/ZSDl/TAIjxF/O8Ws6oTm2jDnqtsVD/rETbRI4UhLKIM9/ZtFuhZOmIo8nKAKYxFXpk87Gm8mvgyrrefgXfvyqqxbuLPp65wjX2b2bgxiUWOy7PLwn/NTQxJxbdddqfjkEgKdWV/y3bQkkBRJipwaJfJErfrs4snAczjzR4NGboRrKDWW+Z/0oomlLv25gSOcYTiKCVy8iHMoQ8vru0k6dd9J/ttH6u40nnKQiW6cIFeTOrvIVeZt++WdUEa9c0hm/8Zp2jWt4rkQd8kDbh2lUk+MKOiZQvd2NATX/pMctnVRyPbsSTZMqNzJqMV+BFgAGRPUDk7lBQAAAAAAElFTkSuQmCC) no-repeat center;width:19px;height:19px;border:none;top:15px;right:20px}header.header-light .navigation-button,header.header-light .mobile-sidebar,header.header-light .mobile-shopcart,header.header-light{color:#000}.navigation-mobile.header-light{background-color:#fff}.navigation-mobile.header-light li{border-bottom:1px solid #e0e0e0}.navigation-mobile.header-light a,.navigation-mobile.header-light li .arrow,.navigation-mobile.header-light .sub-menu li a{color:#8a8a8a}.navigation-mobile.header-dark a.open{color:#fff}.navigation-mobile.header-light a.open{color:#000}.navigation-mobile.header-light .search-form{background-color:#efefef}header.header-dark .navigation-button,header.header-dark .mobile-sidebar,header.header-dark .mobile-shopcart,header.header-dark{color:#fff}.navigation-mobile.header-dark{background-color:#252525}.navigation-mobile.header-dark li{border-bottom:1px solid #424242}.navigation-mobile.header-dark a,.navigation-mobile.header-dark li .arrow,.navigation-mobile.header-dark .sub-menu li a{color:#a5a5a5}.navigation-mobile.header-dark .search-form{background-color:#424242}.navigation-mobile.header-light li li,.navigation-mobile.header-light li:last-child,.navigation-mobile.header-dark li li,.navigation-mobile.header-dark li:last-child{border:none}.layout>.smart-sidebar{position:fixed;right:-313px;z-index:9999;height:100%;text-align:left;padding-top:30px;background-color:#393939;overflow:scroll;padding-bottom:30px;-webkit-transition:right .6s cubic-bezier(.23,1,.32,1);transition:right .6s cubic-bezier(.23,1,.32,1);min-height:100%;overflow-x:hidden !important}.layout>.smart-sidebar div[class*=overlay]{display:none}.layout>.smart-sidebar.open{right:0}.layout>.wrap.move{margin-right:313px !important;-webkit-box-shadow:3px 1px 16px rgba(0,0,0,.75);-moz-box-shadow:3px 1px 16px rgba(0,0,0,.75);box-shadow:3px 1px 16px rgba(0,0,0,.75)}.smart-sidebar .widget .widget-title{line-height:15px;min-height:15px}.smart-sidebar.light-sidebar .widget{margin-bottom:25px}.smart-sidebar.sidebar .widget{padding:0 0 25px}.smart-sidebar.sidebar .widget_nav_menu{padding-left:15px}.smart-sidebar .close-sidebar{display:none}body{height:100%}.layout{position:relative}.layout-container{position:relative;transition:.3s -webkit-filter linear}.layout-container.blur{-webkit-filter:blur(10px);-moz-filter:blur(20px);-o-filter:blur(20px);filter:blur(20px)}.layout-container>.color-overlay,.layout-container>.texture-overlay,.layout-container>.bg-image{height:100%;position:absolute;width:100%;top:0;left:0}.layout-container>.color-overlay{z-index:-4}.layout-container>.texture-overlay{z-index:-5}.layout-container>.bg-image{z-index:-6}#pageLoadingOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;opacity:1;z-index:10000}#pageLoadingOverlay .loading-text{display:none}.layout{margin-left:auto;margin-right:auto;width:99.8%;overflow:hidden}main{margin-left:auto;margin-right:auto}main .color-overlay{height:100%;position:absolute;width:100%;z-index:-1;top:0;left:0}main .texture-overlay{height:100%;position:absolute;width:100%;z-index:-2;top:0;left:0}main .bg-image{height:100%;position:absolute;width:100%;z-index:-3;top:0;left:0}main>.content{position:relative;min-height:500px}main .content .type-page .vc_empty-placeholder:first-child{margin-bottom:0 !important;clear:both}.layout>.wrap{width:100%;position:relative;-webkit-transition:margin-right .6s cubic-bezier(.23,1,.32,1);transition:margin-right .6s cubic-bezier(.23,1,.32,1)}.right-align{text-align:right}.left-align{text-align:left}.center-align{text-align:center}.shadow{-moz-box-shadow:3px 3px 5px 6px #ccc;-webkit-box-shadow:3px 3px 5px 6px #ccc;box-shadow:3px 3px 5px 6px #ccc}.sidebar{position:relative;z-index:2}.sidebar>.color-overlay{height:100%;position:absolute;width:100%;z-index:-1;top:0;left:0}.sidebar>.texture-overlay{height:100%;position:absolute;width:100%;z-index:-2;top:0;left:0}.sidebar>.bg-image{height:100%;position:absolute;width:100%;z-index:-3;top:0;left:0}.sidebar .widget{padding:20px 0;margin:0 20px}.sidebar.box .widget{padding:30px;margin:0}.sidebar.border .widget{border-bottom:1px solid}.sidebar.border .widget:last-child{border-bottom:none}.sidebar.box>.color-overlay{background:0 0 !important}.sidebar.box>.texture-overlay{background-image:none !important}.sidebar.box>.bg-image{background-image:none !important}.sidebar.box{padding:5px}.sidebar.box .widget{margin-bottom:5px;border-radius:3px;position:relative;overflow:hidden}.dark-sidebar,.dark-sidebar a,.dark-sidebar a span,.dark-sidebar select{color:rgba(0,0,0,.6);transition:color .3s}.sidebar.border.dark-sidebar .widget{border-color:rgba(0,0,0,.3)}.dark-sidebar .widget-title,.dark-sidebar a:hover{color:rgba(0,0,0,1)}.light-sidebar,.light-sidebar a,.light-sidebar select,.light-sidebar a span{color:rgba(255,255,255,.6);transition:color .3s}.sidebar.border.light-sidebar .widget{border-color:rgba(255,255,255,.3)}.light-sidebar .widget-title,.light-sidebar a:hover,.light-sidebar a:hover span{color:rgba(255,255,255,1)}.sidebar.right-align .widget_md_progress .progress-list .bar-percentage{float:right;display:block}.sidebar.right-align .widget_md_progress .progress-list .bar-container{position:relative;top:15px}.sidebar.right-align .widget_md_progress .progress-list .bar-container .bar{float:right}.sidebar.right-align .widget_md_progress .progress-list .progressbar .title{width:100%;text-align:right;margin-top:5px;position:relative;left:-3px}main.retina-screen-main .sidebar{display:block !important}.sidebar.right-sidebar{float:right}.sidebar.right-align .widget_nav_menu .menu-menu-container{float:right}.sidebar.left-align .widget_nav_menu .menu-menu-container{margin-left:17px}.sidebar.right-align .widget_nav_menu .menu-menu-container{margin-right:17px;direction:rtl;width:100%}.sidebar.center-align .widget.widget_recent_entries ul li,.sidebar.center-align .widget.widget_recent_entries ul li:hover{background-image:none}.sidebar.center-align .widget.widget_archive ul,.sidebar.center-align .widget_nav_menu .menu-menu-container ul{list-style-type:none}.sidebar .widget_nav_menu .menu-menu-container ul li{margin:10px 0}.widget_calendar #calendar_wrap{font-size:11px;text-align:center}.sidebar .widget_calendar #calendar_wrap{display:inline-block}.sidebar.right-align .widget_calendar #calendar_wrap{display:inline-block;margin-right:-6px}.sidebar.box .separator{width:150%;margin-left:-50px;background-color:#ebeaea;height:2px;margin-bottom:30px}.sidebar.box .widget{padding-top:0;margin-bottom:20px;border-radius:5px}.sidebar.box .widget-md-text .text-widget-image{margin-bottom:10px;margin-top:10px}.sidebar.box .widget .widget-title{margin-bottom:0}.sidebar.box h4{line-height:50px}footer{margin-left:auto;margin-right:auto;position:relative}footer .color-overlay{height:100%;position:absolute;width:100%;z-index:-1;top:0;left:0}footer .texture-overlay{height:100%;position:absolute;width:100%;z-index:-2;top:0;left:0}footer .bg-image{height:100%;position:absolute;width:100%;z-index:-3;top:0;left:0}footer .content{margin-left:auto;margin-right:auto}#footer-bottom{position:relative;filter:blur(0);-webkit-filter:blur(0)}#footer-bottom>div:first-of-type{margin:0 auto;padding:10px 45px 10px 55px}#footer-bottom>div:first-of-type:after{content:" ";display:block;clear:both}#footer-bottom .social-icons li{font-size:20px;list-style:none outside none;margin-right:6px;display:inline}#footer-bottom .social-icons span a{text-align:center;cursor:pointer;font-size:17px;margin:0 4px;padding:1px 4px 1px;transition:all .5s ease}#footer-bottom .social-icons span a:hover{opacity:.4}#footer-bottom .copyright,#footer-bottom .social-icons{min-height:0}#footer-bottom .copyright p{font-size:13px}#footer-bottom .copyright a{font-family:inherit;font-size:inherit;color:inherit;font-weight:inherit;text-decoration:underline}#footer-bottom .linear .copyright{float:right;text-align:right;position:relative;top:50%;transform:translateY(-50%)}#footer-bottom .linear{height:inherit}#footer-bottom .centered{position:absolute;height:auto;top:50%;left:50%;-webkit-filter:blur(0px);transform:translateY(-50%) translateX(-50%)}#footer-bottom .centered .footer-spacer{margin-top:20px}#footer-bottom .centered .copyright{text-align:center;font-size:12px}#footer-bottom .linear .social-icons{padding:0;text-align:right;margin:0;float:right;position:relative;top:50%;transform:translateY(-50%);margin-left:10px}#footer-bottom .centered .social-icons{padding:5px 0 0;text-align:center}#footer-bottom .linear .logo{float:left;position:relative;top:50%;transform:translateY(-50%)}#footer-bottom .centered .logo{text-align:center}#footer-bottom .logo img{display:inline-block;max-height:55px;max-width:80%}footer.footer-default .footer-widgets .widget-area div[class*=col-]{height:inherit}footer.footer-default .footer-widgets .widget-area.classicStyle.border .wrapContent{position:relative}footer.footer-default .footer-widgets .widget-area.classicStyle.border .wrapContent .widget:last-child{margin-bottom:0}footer.footer-default .footer-widgets.light .widget-area.classicStyle.border.split div[class*=col-]{padding:0 25px}.footer-widgets.light .widget-area.classicStyle.border{height:auto}.footer-widgets.light .widget-area.classicStyle.border .widget-md-text .text-widget-desc p{padding:0}footer.footer-default .footer-widgets .widget-area.classicStyle.border div[class*=col-]:before{content:"";width:1px;height:100%;position:absolute;left:0;top:0}footer.footer-default .footer-widgets.light .widget-area.classicStyle.border div[class*=col-]:before{background-color:rgba(255,255,255,.2)}footer.footer-default .footer-widgets.dark .widget-area.classicStyle.border div[class*=col-]:before{background-color:rgba(0,0,0,.2)}footer.footer-default .footer-widgets .widget-area.classicStyle.border div[class*=col-]:first-child:before{display:none}footer.footer-default .footer-widgets .widget-area.classicStyle div[class*=col-]:first-child{padding-left:0}footer.footer-default .footer-widgets .widget-area.classicStyle div[class*=col-]:last-child{padding-right:0}footer.footer-default div#footer-bottom div.container>*{display:inline-block;float:left;color:#fff}footer hr.footer-separator{width:100%;margin:0;border:0}footer.footer-parallax{position:fixed;bottom:0;opacity:1}footer.footer-parallax .content{opacity:1}main.has-parallax-footer{position:relative;z-index:10;box-shadow:rgba(0,0,0,.7) 0 105px 90px -90px;padding-bottom:0}body.mfp-zoom-out-cur .footer-parallax{right:auto !important}.error404 footer.footer-parallax,.woocommerce-page footer.footer-parallax,.search footer.footer-parallax{position:relative !important;bottom:auto;opacity:1}.error404 footer.footer-parallax .content,.woocommerce-page footer.footer-parallax .content,.search footer.footer-parallax .content{opacity:1}.error404 main.has-parallax-footer,.woocommerce-page main.has-parallax-footer,.search main.has-parallax-footer{position:static;z-index:10;box-shadow:none;padding-bottom:0;margin-bottom:0!important}.go-to-top{width:50px;height:50px;position:fixed;right:17px;bottom:17px;cursor:pointer;display:none;z-index:100}.go-to-top.dark{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAA7VBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwMHBwcKCgoNDQ0TExMuLi5ERERjY2NycnJ1dXV7e3uBgYGCgoKEhISRkZGfn5+np6etra20tLS+vr7AwMDMzMzU1NTX19fY2NjY2Njc3Nzi4uLr6+v5+fn6+vr6+vr7+/v8/Pz8/Pz9/f39/f3+/v7///////96KeSVAAAATnRSTlMAAgMEBwgJCg4PGhscHR4lJicoLC0uMDEyMzU4OTxAQUJHSElLTE1OTk9QUVheanBxdHd4eICIjpKYoKOuuLu8vcLJ2fD09ff3+Pv8/f4MVpU7AAABg0lEQVRIiZ3WZ1vCMBAA4GO1TK2WXUatcIpbcS/c4CD//+cY5tNyCW1yH7m8PJc0yQWAhJG3HdfrdDzXsfMGzZPxVgsD0bLWq3StiyS6tbQUJMt0/CzKSbHIejKB6GUFIFaUg0mUYqsi4awXiE4iKOLNMIHYjAeqaoQLxIa/tpB5LKLkW6toAjG3EKk1qxsMLzUn1agCsToTmegCMTMldRVSnwhDsBPl0TU52VQRiFuctNWIy+tSE4gmFFTJBtiSzJGM2CDZ9BefNxLigCsWQza+ExMXdkU/94fsfcwehGQHJOKld/vHHvcEyY6I9EdcIF7/sKeeiNDCLkdsMB169c1eD0nao9M/G7Hn+Z/3v9jb/mrepYt8vxSIpx+/5Ps49FMenPsmfXxCCrN1NoyhSkydza96xLY5MdUPssZ1oXMpaVx9Ohcs5KKS5TUOUIomfM1CpyVpND6d9sprC5kPbeKg8VTgkazIREXyIAGNZ88kDGvl/LRDHlczVSgunnDFgmD8P/OCKOQqqtohAAAAAElFTkSuQmCC) no-repeat center}.go-to-top.light{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzQ4RjRGRjQ3NTVEMTFFNUFERjVGQTkxNTQ0ODlEQkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzQ4RjRGRjU3NTVEMTFFNUFERjVGQTkxNTQ0ODlEQkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNDhGNEZGMjc1NUQxMUU1QURGNUZBOTE1NDQ4OURCRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNDhGNEZGMzc1NUQxMUU1QURGNUZBOTE1NDQ4OURCRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqdaCF8AAAOPSURBVHja5JrfS1NhGMffHd0WkpA1SSkrFtN+iLDSWkU2w0Bld4tKC+xCIfCqG/8FL7tKduHVKH9RF6EZQ6I1CFq/1C7m7GKUNrRlP9AxdMyt59H3yLHObHredzunvvCFscPe83z2nPe8P55Xl0qlCCMVgSvAh8B7wXvAO8FGen0ZHAV/A38BfwRPgX+wuLlOIchu8BlwDbh0m23Mgl+DX1LIrILsBzeBT2AbjDKKgbwDj4A/8wYpBDvBNoYAckCYnYfgRR4gJ8E3wAUkO4qB74HfsgLJB18BXyC5kQ88AE4oAcE3zi3wMZJbBcAu+ubbMogBfBtsJupQCHwHHJe7KGzyOHWoCILQWDpobBmDYJ84QtQnjOlqpiDVOezYmaiWDsCbguwCXyfqVwuNNS2IM4vjhBIV0FhlQQ7IpUzFqqEx/wHi4Djt4CEdjXkDCE65q4j2hDGbpCCnNZYNaVbOSkFOEe2qWgQpUrAoUoNwNWoSVDqCb1UVCHKQ5x0WFhYMWQApE2hquGh8fLykq6urZXR01MIZpARBinlB9PX1NcbjcYPH46kbGho6zhFktY8Usm51bGxsFSKRSOhNJlMEv/N6vecGBwetvKYsCLKDNUR/f/8qhMVi+dDZ2fmovr7ep9PpUn6/v8btdtsY7qWtr2QFDhBNIkR7e/vzvLy8VENDQ9DhcDwVBCE5MTFR1dPTc35lZYXpAIwgS4wgSilEfnl5+TqEeN1ut4ecTqcHvksEg8GjLpfrIvQfVn/kMja0qLSVQCBQTB8nhJhqa2vbACHKZrPNNDc3j+j1+ngoFDrc3d19KZlMsshMDEG+Km1lcnJynwTCJwchymq1zrW2tg4bjcalcDhcFo1G9QxA5nEX5Rp8qFPSCkAIAGOqrKyMQKfO6DeRSKQAIAxms/knA5BnCIKb0Dc1PkVx46MV/AfmWlMIgvWJWQ1D4IA7L77+XmkY5I10YeUna9v5WhPG/EIKgpWi9xoEwZjnf99FeayxrGCsw3LbQZ/IWi1PK8JYp+VAUFjuimkAIkZjJelAcJTt1QBIL401LYiYMp+KIXxyXSDdNHpApSN+kMZGMgXBwuNdslbuUotCNCbZouh/UQwVhTU7LHfV5rBPKC5PS5WLAwP3xbnU37SdIxyXCd/d+xSd+z0gnI5wSFUGbiR8DtU8Ac9s9cdqOOY0R5cROTnmlA5qOwfPvrO4+S8BBgDSUkgq7XRgmQAAAABJRU5ErkJggg==) no-repeat center}.widget p,.widget span,.widget a,.widget option,.textwidget{font-size:13px;line-height:21px;font-weight:400;letter-spacing:0}.vc_row .widget span{font-size:inherit;line-height:inherit;font-weight:inherit;letter-spacing:inherit}.dark,.dark a,.dark a span,.dark span,.dark select{color:rgba(0,0,0,.6);transition:color .3s}.dark .widget-title,.dark a:hover,.dark a:hover span{color:rgba(0,0,0,1)}.light,.light a,.light a span,.light select{color:rgba(255,255,255,.6);transition:color .3s}.light .widget-title,.light a:hover,.light a:hover span{color:rgba(255,255,255,1)}.dark .widget,.light .widget{margin-bottom:40px}.widget .widget-title{min-height:30px}.widget_calendar #calendar_wrap{font-size:11px;text-align:center}.widget-area .widget_calendar .widget-title{margin-bottom:25px}.widget_calendar .cellSettingRight{width:17px;float:right;text-align:center;margin-top:10px}.widget_calendar .cellSettingLeft{width:17px;float:left;text-align:center;margin-top:10px}.widget_calendar table tr{height:25px}.widget_calendar table tr td{width:37px}.widget_calendar table tr td#prev,.widget_calendar table tr td#next{text-align:center}.widget_calendar table caption{display:none}.widget_calendar table tr th{font-weight:400;height:40px;text-align:center}.sidebar .widget_calendar .widget-title{margin-bottom:10px}.twitter-recent-list{list-style:none}.twitter-recent-list li{margin-bottom:23px}.twitter-recent-list .twitter-widget-title{font-size:14px}.twitter-recent-list .twitter-widget-img{width:22px;height:22px;border-radius:25px;margin-right:12px;float:left;background-size:cover;background-color:#ccc;background-repeat:no-repeat}ul.twitter-recent-list li span.create-at{margin-left:7px;font-size:11px}ul.twitter-recent-list li .twitter-widget-status,ul.twitter-recent-list li .twitter-widget-status{margin-top:5px}.dark ul.twitter-recent-list li .twitter-widget-title,.dark-sidebar ul.twitter-recent-list li .twitter-widget-title{color:rgba(0,0,0,.8)}.dark ul.twitter-recent-list li .create-at,.dark-sidebar ul.twitter-recent-list li .create-at{color:rgba(0,0,0,.4)}.dark ul.twitter-recent-list li .twitter-widget-status a,.dark-sidebar ul.twitter-recent-list li .twitter-widget-status a{color:rgba(0,0,0,.6);font-size:12px;line-height:20px}.dark ul.twitter-recent-list li .twitter-widget-title:hover,.dark-sidebar ul.twitter-recent-list li .twitter-widget-title:hover,.dark ul.twitter-recent-list li .twitter-widget-status a:hover,.dark-sidebar ul.twitter-recent-list li .twitter-widget-status a:hover{color:rgba(0,0,0,1)}.light ul.twitter-recent-list li .twitter-widget-title,.light-sidebar ul.twitter-recent-list li .twitter-widget-title{color:rgba(255,255,255,.8)}.light ul.twitter-recent-list li .create-at,.light-sidebar ul.twitter-recent-list li .create-at{color:rgba(255,255,255,.4)}.light ul.twitter-recent-list li .twitter-widget-status a,.light-sidebar ul.twitter-recent-list li .twitter-widget-status a{color:rgba(255,255,255,.6);font-size:12px;line-height:20px}.light ul.twitter-recent-list li .twitter-widget-title:hover,.light-sidebar ul.twitter-recent-list li .twitter-widget-title:hover,.light ul.twitter-recent-list li .twitter-widget-status a:hover,.light-sidebar ul.twitter-recent-list li .twitter-widget-status a:hover{color:rgba(255,255,255,1)}.sidebar.box .widget_search .separator{margin-bottom:0}.sidebar.box .widget_search .search-form{margin-top:30px}.widget_search .search-form{border-radius:19px;height:38px;position:relative;width:85%}.right-align.sidebar .widget_search .search-form{margin-left:15%}.light .widget_search .search-form,.light-sidebar .widget_search .search-form{background-color:rgba(255,255,255,.1)}.dark .widget_search .search-form,.dark-sidebar .widget_search .search-form{background-color:rgba(0,0,0,.06)}.widget_search input{outline:none;border:none}.widget_search input:first-child{height:38px;font-size:14px;font-weight:300;font-family:inherit;background-color:transparent;width:100%;padding-left:15px;line-height:38px}.sidebar.right-align .widget_search input:first-child{float:right;padding-right:15px;padding-left:0}.sidebar.right-align .widget_search form fieldset{float:right;width:100%;direction:rtl}.widget_search input:last-child{background-position:center center;background-repeat:no-repeat;border:none}.sidebar.center-align .widget_search input:last-child{float:left}.light.right-align .widget_search input:last-child,.dark-sidebar.right-align .widget_search input:last-child{left:15px;transform:rotateY(180deg);right:auto}.dark .widget_search input:first-child,.dark-sidebar .widget_search input:first-child{color:rgba(0,0,0,.82)}.dark .widget_search ::-webkit-input-placeholder,.dark-sidebar .widget_search ::-webkit-input-placeholder{color:rgba(0,0,0,.82)}.dark .widget_search :-moz-placeholder,.dark-sidebar .widget_search :-moz-placeholder{color:rgba(0,0,0,.82);opacity:1}.dark .widget_search ::-moz-placeholder,.dark-sidebar .widget_search :-moz-placeholder{color:rgba(0,0,0,.82);opacity:1}.dark .widget_search :-ms-input-placeholder,.dark-sidebar .widget_search :-ms-input-placeholder{color:rgba(0,0,0,.82)}.light .widget_search input:last-child,.dark-sidebar .widget_search input:last-child{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXElEQVQ4ja2RMQ4AIAgDXfyUg7zA/z8HMdHFQNKKQ6fmLikUVS2ZpGBU0CzdUjOCEUkQwYIkkqBbQwlzMFdyylMwaV8F6IS+YbknPMHMG10YFUgEMwIXZo/oJi2YQ8sM6jgTeRkAAAAASUVORK5CYII=);background-color:transparent;transition:opacity .3s,right .15s;position:absolute;top:10px;right:15px;width:30px;background-position:center center;height:20px}.dark-sidebar .widget_search input:last-child{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNTBBMkQ0QkUyRERFNTExOUJBQ0NBOEQ2MTIyMzJCQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RjlBMjBEMERERTMxMUU1QjFFNDgwODA5QkQzRkM3MiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RjlBMjBDRkRERTMxMUU1QjFFNDgwODA5QkQzRkM3MiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI1MEEyRDRCRTJEREU1MTE5QkFDQ0E4RDYxMjIzMkJCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI1MEEyRDRCRTJEREU1MTE5QkFDQ0E4RDYxMjIzMkJCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GDTvsQAAAIhJREFUeNpi/P//PwMlgImBQsACIhgZGfGpsYKqOw7Ev5ElQK4n1gX8QGwJxKzkeOE0EH/CZQgxBoCcfQyXIcR6AachjKCAAAaiPZDNR2IEvAXqPUZxNMJcQIxaVqjT+aFeOQbU+5tYF2BohqUJJko0w1MiAWAFDWAMzaREI1bN8EAc0NwIEGAARy8wGqewHz4AAAAASUVORK5CYII=)}.light .widget_search input:last-child:hover,.dark-sidebar .widget_search input:last-child:hover{opacity:.7;right:11px}.light .widget_search input:first-child,.light-sidebar .widget_search input:first-child{border:none;color:rgba(255,255,255,.6)}.light .widget_search ::-webkit-input-placeholder,.light-sidebar .widget_search ::-webkit-input-placeholder{color:rgba(255,255,255,.6)}.light .widget_search :-moz-placeholder,.light-sidebar .widget_search :-moz-placeholder{color:rgba(255,255,255,.6);opacity:1}.light .widget_search ::-moz-placeholder,.light-sidebar .widget_search ::-moz-placeholder{opacity:1}.light .widget_search :-ms-input-placeholder,.light-sidebar .widget_search :-ms-input-placeholder{color:transparent}.dark .widget_search input:last-child,.light-sidebar .widget_search input:last-child{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNTBBMkQ0QkUyRERFNTExOUJBQ0NBOEQ2MTIyMzJCQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RjlBMjBEMERERTMxMUU1QjFFNDgwODA5QkQzRkM3MiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RjlBMjBDRkRERTMxMUU1QjFFNDgwODA5QkQzRkM3MiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI1MEEyRDRCRTJEREU1MTE5QkFDQ0E4RDYxMjIzMkJCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI1MEEyRDRCRTJEREU1MTE5QkFDQ0E4RDYxMjIzMkJCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GDTvsQAAAIhJREFUeNpi/P//PwMlgImBQsACIhgZGfGpsYKqOw7Ev5ElQK4n1gX8QGwJxKzkeOE0EH/CZQgxBoCcfQyXIcR6AachjKCAAAaiPZDNR2IEvAXqPUZxNMJcQIxaVqjT+aFeOQbU+5tYF2BohqUJJko0w1MiAWAFDWAMzaREI1bN8EAc0NwIEGAARy8wGqewHz4AAAAASUVORK5CYII=);background-color:transparent;transition:opacity .3s,right .15s;position:absolute;top:10px;right:15px;width:30px;background-position:center center;height:20px}.light-sidebar .widget_search input:last-child{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXElEQVQ4ja2RMQ4AIAgDXfyUg7zA/z8HMdHFQNKKQ6fmLikUVS2ZpGBU0CzdUjOCEUkQwYIkkqBbQwlzMFdyylMwaV8F6IS+YbknPMHMG10YFUgEMwIXZo/oJi2YQ8sM6jgTeRkAAAAASUVORK5CYII=)}.dark .widget_search input:last-child:hover,.light-sidebar .widget_search input:last-child:hover{opacity:.7;right:11px}.sidebar .widget.widget_archive ul,.sidebar .widget.widget_categories ul{margin-left:17px}.sidebar.right-align .widget.widget_archive ul{float:right;width:100%;margin-right:13px}.widget.widget-md-recent-portfolio .item-list{max-width:285px}.widget.widget-md-recent-portfolio .item-list .item{float:left;width:calc(94% / 3 - 9px);height:60px;margin:0 9px 9px 0;position:relative}.widget.widget-md-recent-portfolio .item-list .item .item-image div{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover;background-repeat:no-repeat;background-position:center}.sidebar.right-align .widget.widget-md-recent-portfolio .item-list .item{float:right;margin:0 0 9px 9px}.modernStyle .widget.widget-md-recent-portfolio .item-list .item{margin:0 9px 9px 0}.widget.widget-md-recent-portfolio .item{position:relative}.widget.widget-md-recent-portfolio .item span{display:table-cell;width:80px;height:60px;background-color:rgba(100,100,100,.3);font-size:11px;text-align:center;vertical-align:middle}.widget.widget-md-recent-portfolio .item .overlay{width:100%;height:100%;position:absolute;top:0;opacity:0;transition:all .3s}.widget.widget-md-recent-portfolio .item:hover .overlay{opacity:1}.sidebar.widget-area .widget-md-text #text-widget-btn .shortcode-btn .fade-square{padding:7px 21px 7px 10px}.light-sidebar .widget_calendar #wp-calendar tr .active{color:#fff}.dark-sidebar .widget_calendar #wp-calendar tr .active{color:#000}.light-sidebar .widget_calendar #wp-calendar tr .active,.dark-sidebar .widget_calendar #wp-calendar tr .active{font-weight:800}.widget-area.classicStyle.border .widget_categories,.widget-area.classicStyle.border .widget_pages,.widget-area.classicStyle.border .widget_archive{margin-left:20px}.widget-area.classicStyle.border .widget_categories ul li,.widget-area.classicStyle.border .widget_pages ul li,.widget-area.classicStyle.border .widget_archive ul li{padding-left:4px}.dark .widget .widget-title,.dark-sidebar .widget .widget-title{color:rgba(0,0,0,1)}.dark .widget table tr th,.dark-sidebar .widget table tr th{color:rgba(0,0,0,.6)}.dark .widget table tr td,.dark .widget table tr td a,.dark .widget div,.dark .widget div p,.dark .widget span,.dark-sidebar .widget table tr td,.dark-sidebar .widget table tr td a,.dark-sidebar .widget div,.dark-sidebar .widget span{color:rgba(0,0,0,.6);font-size:13px;line-height:21px;font-weight:400}.dark-sidebar .widget a:hover span{color:rgba(0,0,0,1)}.dark .widget table tr td#today,.dark-sidebar .widget table tr td#today,.dark-sidebar .widget table tr td#today a{color:#fff;background-color:#000}.light .widget .widget-title,.light-sidebar .widget .widget-title{color:rgba(255,255,255,1)}.light .widget table tr th,.light-sidebar .widget table tr th{color:rgba(255,255,255,.6)}.light .widget table tr td,.light .widget table tr td a,.light .widget div,.light .widget span,.light-sidebar .widget table tr td,.light-sidebar .widget table tr td a,.light-sidebar .widget div,.light-sidebar .widget span{color:rgba(255,255,255,.6)}.light .widget table tr td#today,.light-sidebar .widget table tr td#today,.light-sidebar .widget table tr td#today a{color:#000;background-color:#fff}.widget-area .widget-title{font-size:15px;margin-bottom:18px;position:relative}.widget-area.classicStyle.border .widget-title{line-height:15px}footer .widget-area.modernStyle div ul.menu{list-style-type:none;padding-left:15px}footer .widget-area.classicStyle:not(.full){padding:60px}.widget-area.classicStyle.border p,.widget-area.classicStyle.border span,.widget-area.classicStyle.border a{font-size:13px}footer .widget-area.modernStyle{padding:40px 60px;text-align:center}footer.footer-default .footer-widgets .widget-area.modernStyle div[class*=col-]{padding-left:0}footer .widget-area.modernStyle:after{content:"";width:100%;display:block;left:0;height:1px;position:absolute;right:0;top:85px;margin:auto}footer .light .widget-area.modernStyle:after{background-color:rgba(255,255,255,.6)}footer .dark .widget-area.modernStyle:after{background-color:rgba(0,0,0,.6)}footer .widget-area.modernStyle .widget-area-column:after{content:"";width:1px;top:-10px;height:30px;position:absolute;right:0}footer .light .widget-area.modernStyle .widget-area-column:after{background-color:rgba(255,255,255,.6)}footer .dark .widget-area.modernStyle .widget-area-column:after{background-color:rgba(0,0,0,.6)}footer .widget-area.modernStyle .widget-area-column:first-child:before{content:"";width:1px;top:-10px;height:30px;position:absolute;left:0}footer .light .widget-area.modernStyle .widget-area-column:first-child:before{background-color:rgba(255,255,255,.6)}footer .dark .widget-area.modernStyle .widget-area-column:first-child:before{background-color:rgba(0,0,0,.6)}footer .widget-area.classicStyle .widget-title{text-align:left}footer .widget-area.modernStyle .widget-title{text-align:left;margin-top:-17px;margin-bottom:68px;padding-left:10px}footer .widget-area.modernStyle .wrapContent{display:inline-block;margin:0 auto;text-align:left}.footer-widgets.dark,.footer-widgets.dark .hr-small{color:#000;border-color:rgba(0,0,0,1)}.footer-widgets.light,.footer-widgets.light .hr-small{color:rgba(255,255,255,1);border-color:rgba(255,255,255,1)}footer .footer-widgets.light .widget_calendar #wp-calendar tr .active{color:#fff}footer .footer-widgets.dark .widget_calendar #wp-calendar tr .active{color:#000}footer .footer-widgets.light .widget_calendar #wp-calendar tr .active,footer .footer-widgets.dark .widget_calendar #wp-calendar tr .active{font-weight:800}footer .footer-widgets .widget-md-text #text-widget-btn .shortcode-btn .fade-square{padding:7px 21px 7px 10px;background-color:transparent}footer .widget li{font-size:9px}footer .footer-widgets .widget li a{margin-right:5px}footer .footer-widgets.light li,footer .footer-widgets.light li a{color:rgba(255,255,255,.6);transition:color .3s}footer .footer-widgets li.menu-item{list-style:initial;text-transform:uppercase;margin-bottom:6px;list-style-position:inside}footer .footer-widgets.light a:hover{color:rgba(255,255,255,1)}.portfolio .box_size{margin-left:auto;margin-right:auto;margin-bottom:10px}.portfolio .buttons .sharing a:focus{outline:none}.portfolio .category span:after{content:',';margin:0 2px}.portfolio .category span:last-child:after{display:none}.portfolio-split{padding:60px 0 0}.portfolio-split .box_size .data{padding-right:20px;padding-bottom:50px}.portfolio-split .title{margin:5px 0 12px;font-size:34px;font-weight:600;line-height:45px}.portfolio .more-project{font-size:14px;line-height:20px;font-weight:700;margin-top:17px;overflow-x:hidden;overflow-y:hidden;display:inline-block;white-space:nowrap;position:relative;transition:color .4s cubic-bezier(.19,1,.22,1)}.portfolio .more-project:after{content:"";display:block;position:absolute;left:0;top:50%;width:100%;height:2px;margin-top:-1px;transform:translateX(-101%);transition:transform 1s cubic-bezier(.19,1,.22,1) .1s}.portfolio .more-project:hover:after{transform:translateX(102%)}.portfolio-split hr.separator{margin:30px 0 25px}.portfolio-split .attribute{margin-bottom:22px}.portfolio-split .attribute span,.portfolio-split .attribute p{display:block;font-size:14px;line-height:20px}.portfolio-split .attribute .title{font-weight:700;text-transform:uppercase;margin-top:0;margin-bottom:5px}.portfolio-split .attribute .desc,.portfolio-split .attribute i{opacity:.6}.portfolio-split .attribute i{margin-right:17px;margin-top:14px;display:block}.portfolio-split .media .item{margin-bottom:30px}.portfolio-split .media .item.image img{width:100%}.portfolio-split .buttons{margin-top:25px}.portfolio-split .buttons .like,.portfolio-split .buttons .sharing{display:inline-block;width:47%;border:2px solid;border-radius:35px;height:50px;text-align:center;padding:12px;cursor:pointer;float:left;transition:all .3s}.portfolio-split .buttons .like i{font-size:20px}.portfolio-split .buttons .like .value{display:inline-block;position:relative;top:-4px;margin-left:5px}.portfolio-split .buttons .sharing{margin-left:14px;position:relative;padding:0;opacity:.3}.portfolio-split .buttons .sharing .share{display:inline-block;opacity:1;color:inherit;transition:opacity .3s;text-align:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:16px;height:52px;line-height:52px}.portfolio-split .buttons .sharing a i{font-size:20px;position:relative;top:2px;left:-6px}.portfolio-full .owl-item:hover{cursor:ew-resize;cursor:-webkit-grab;cursor:-moz-grab}.portfolio-carousel .owl-carousel .item{height:600px;max-width:1160px}.portfolio-carousel .owl-carousel .item.video{min-width:1160px}.portfolio-carousel .owl-carousel .item img,.portfolio-full .owl-carousel .item img{opacity:0 !important}.portfolio-carousel .owl-carousel .item .image-holder,.portfolio-full .owl-carousel .item .image-holder{height:100%;top:0;position:absolute;width:100%;z-index:1;background-size:cover;background-repeat:no-repeat;background-position:center}.portfolio-full .owl-theme .owl-dots,.portfolio-carousel .owl-theme .owl-dots{text-align:center}.portfolio-full .owl-theme .owl-dots .owl-dot,.portfolio-carousel .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;vertical-align:middle}.portfolio-full .owl-theme .owl-dots .owl-dot span,.portfolio-carousel .owl-theme .owl-dots .owl-dot span{width:8px;height:8px;margin:5px 4px;background:#d5d5d5;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-ms-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.portfolio-full .owl-theme .owl-controls,.portfolio-carousel .owl-theme .owl-controls{position:relative;top:-40px}.portfolio-full .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span,.portfolio-carousel .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#7e7e7e}.portfolio .owl-carousel .owl-video-play-icon{background-image:url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/img/owl.video.play.png)}.portfolio-carousel .box_size{padding-bottom:25px}.portfolio-carousel .data{padding-right:5%;margin-top:30px}.portfolio-carousel .title{margin:5px 0 0;font-size:34px;line-height:40px;font-weight:600}.portfolio-carousel .category{margin-top:0}.portfolio-carousel .portfolio-content{margin-top:20px}.portfolio-carousel .meta{border-left:1px solid rgba(0,0,0,.2);margin-top:35px;padding-left:9%}.portfolio-carousel .attribute .left:last-child{width:70%}.portfolio-carousel .attribute span,.portfolio-carousel .attribute p{display:block;font-size:14px;line-height:20px}.portfolio-carousel .attribute .title{font-weight:700;text-transform:uppercase;margin-top:0;margin-bottom:5px}.portfolio-carousel .attribute .desc{word-break:normal}.portfolio-carousel .attribute .desc,.portfolio-carousel .attribute i{opacity:.6}.portfolio-carousel .attribute i{margin-right:17px;margin-top:3px;display:block}.portfolio-carousel .buttons .like,.portfolio-carousel .buttons .sharing{cursor:pointer;opacity:.6;display:inline-block;transition:all .3s}.portfolio-carousel .buttons .sharing{margin-top:20px;color:#000}.portfolio-carousel .buttons .sharing a{color:inherit}.portfolio-carousel .buttons i{font-size:20px;margin-left:1px}.portfolio-carousel .buttons span{margin-left:10px;position:relative;top:-5px}.portfolio-full .data{text-align:center;margin-top:22px}.portfolio-full .data .category{margin-bottom:17px}.portfolio-full .data .title{margin-bottom:22px;font-size:34px;font-weight:600;line-height:45px}.portfolio-full .data .portfolio-content{margin-bottom:17px}.portfolio-full .data .more-project{margin-bottom:40px}.portfolio-full .data .attributes{display:table;border:1px solid rgba(0,0,0,.2);width:100%;height:55px;margin-bottom:55px}.portfolio-full .data .attributes .attribute{display:table-cell;border-right:1px solid rgba(0,0,0,.2);text-align:center;vertical-align:middle;padding:10px}.portfolio-full .data .attributes i,.portfolio-full .data .attributes .attr-title,.portfolio-full .data .attributes .desc{display:inline-block}.portfolio-full .data .attributes i,.portfolio-full .data .attributes .attr-title{margin-right:5px}.portfolio-full .data .attributes .attr-title{font-weight:600}.portfolio-full .data .attributes i,.portfolio-full .data .attributes .desc{opacity:.6}.portfolio-full .buttons{display:inline-block;width:370px;text-align:center}.portfolio .buttons.sharing-off .like{float:none}.portfolio-full .buttons .like,.portfolio-full .buttons .sharing{display:inline-block;width:45%;-webkit-border-radius:26px;-moz-border-radius:26px;border-radius:26px;border:2px solid;height:50px;text-align:center;padding:12px;cursor:pointer;float:left;transition:all .3s}.portfolio-full .buttons .like i{font-size:20px}.portfolio-full .buttons .like .value{display:inline-block;position:relative;top:-4px;margin-left:5px}.portfolio-full .buttons .sharing{margin-left:14px;position:relative;padding:0;opacity:.3}.portfolio-full .buttons .sharing .share{display:inline-block;opacity:1;color:inherit;transition:opacity .3s;text-align:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:16px;height:52px;line-height:52px}.portfolio-full .buttons .sharing a i{font-size:20px;position:relative;top:2px;left:-6px}.portfolio-full .recent-project{background-color:transparent;border-top:1px solid rgba(0,0,0,.1);text-align:center;margin-top:60px;padding-top:40px}#player{height:46.6%}.portfolio-full .recent-project .recent-title{margin-bottom:45px}.portfolio-full .recent-title-seprator{display:none}.portfolio-nav *{-webkit-backface-visibility:hidden}.portfolio-nav{position:fixed;top:50%;width:100%;z-index:2;right:0}.portfolio-nav a{position:absolute;top:50%;display:block;outline:none;text-align:left;z-index:1000;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.portfolio-nav a.prev{left:0}.portfolio-nav a.next{right:0}.portfolio-nav a .nav-icon{display:block;margin:0 auto;padding:0;text-align:center;color:#fff;font-size:25px}.nav-thumbflip a{-webkit-perspective:1000px;perspective:1000px}.nav-thumbflip a.prev{-webkit-perspective-origin:100% 50%;perspective-origin:100% 50%}.nav-thumbflip a.next{-webkit-perspective-origin:0% 50%;perspective-origin:0% 50%}.nav-thumbflip .icon-wrap{display:block;width:50px;height:135px;background-color:rgba(0,0,0,.2);-webkit-transition:background-color .3s;transition:background-color .3s}.nav-thumbflip .post-detail{width:170px;height:135px;overflow:hidden}.nav-thumbflip .post-detail .post-detail-overlay{position:absolute;width:inherit;height:inherit;background-color:rgba(0,0,0,.4);top:0}.nav-thumbflip .post-detail .post-detail-title{position:absolute;padding:0 20px;top:50%;transform:translateY(-50%);color:#fff;width:inherit;text-align:center;opacity:0;transition:opacity .9s;transition-delay:.1s}.nav-thumbflip .post-detail img{width:100%;height:100%;transition:transform .3s}.nav-thumbflip .last-post-thumbnail{width:100%;height:100%;background-size:cover}.nav-thumbflip .post-detail:hover img{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0) scale(1.03,1.03)}.nav-thumbflip .nav-icon{position:relative;top:50%;-webkit-transition:fill .3s;transition:fill .3s;-webkit-transform:translateY(-50%);transform:translateY(-50%);fill:#fff}.nav-thumbflip .post-detail{position:absolute;top:0;-webkit-transition:-webkit-transform .3s;transition:transform .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.nav-thumbflip a.prev .post-detail{left:100%;-webkit-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:0% 50%;transform-origin:0% 50%}.nav-thumbflip a.next .post-detail{right:100%;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.nav-thumbflip a:hover .post-detail{-webkit-transform:rotateY(0deg);transform:rotateY(0deg);transition-delay:0s}.nav-thumbflip a:hover .icon-wrap{background-color:rgba(0,0,0,.4)}.nav-thumbflip a:hover .post-detail .post-detail-title{-webkit-backface-visibility:hidden;opacity:1;transition:opacity .9s;transition-delay:.1s}.recent-project{background-color:#f3f3f3;padding-top:69px;padding-bottom:80px;width:100%}.recent-project .recent-container{margin:auto}.recent-project .recent-title{font-size:22px;font-weight:400;line-height:22px;color:#222;text-transform:uppercase;margin-left:0}.recent-project .recent-title-seprator{width:25px;height:2px;border-top:2px solid #222;margin:15px 0 60px}.recent-project .single_related{float:left;margin:0 5px 20px;width:calc( 100% / 5 - 11px);height:240px;text-align:center;position:relative}.recent-project .recent-image{width:100%;height:135px;background-color:#dcdcdc;display:table;overflow:hidden;position:relative}.recent-project .recent-image .image-holder{position:absolute;width:100%;height:100%;top:0;left:0;background-repeat:no-repeat;background-position:center center;background-size:cover}.recent-project .recent-image:hover .recent-overlay{opacity:.3}.recent-project .recent-overlay{width:100%;height:100%;background-color:#000;opacity:0;position:absolute;top:0;left:0;transition:opacity .3s}.recent-project .recent-image span{display:table-cell;vertical-align:middle;color:#222;font-size:12px}.recent-project .recent-single-title{font-size:15px;font-weight:600;color:#000;line-height:18px;margin-top:25px}.recent-project .recent-single-cat{font-size:10px;font-weight:500;color:#7d7d7d;line-height:12px}.dark .widget.widget-md-recent-portfolio .item .overlay,.dark-sidebar .widget.widget-md-recent-portfolio .item .overlay{background:rgba(255,255,255,.3)}.light .widget.widget-md-recent-portfolio .item .overlay,.light-sidebar .widget.widget-md-recent-portfolio .item .overlay{background:rgba(0,0,0,.3)}.post-content{width:100%;background-color:#f9f9f9;padding:40px 40px 30px}.post-content .box_size_container{width:100% !important}.single-post-media{margin-bottom:35px}.single-post-media,.post-media,.single-post-media li.images,.post-media li.images{height:550px;background-size:cover;background-repeat:no-repeat;background-position:center center}.post-content .post-categories{text-transform:uppercase;width:75%;margin-bottom:0}.post-content .post-categories a{font-size:inherit;font-weight:inherit;font-family:inherit;color:inherit;line-height:inherit}.post-content .post-title{text-transform:uppercase;width:75%;margin-top:0;font-size:35px;font-weight:700}.post-content .post-date{margin-top:6px}.post-content .post-date a{font-size:inherit;font-weight:inherit;font-family:inherit;color:inherit;line-height:inherit}.post-content .post-desc{margin-top:28px;width:100%}.post-content .post-tags{margin-top:70px;float:left;color:#878787;width:85%;font-size:13px;line-height:20px}.post-content .post-tags a{margin-left:2px;color:#878787;font-size:13px;font-weight:400}.post-content .post-tags a:first-child{margin-left:10px}.post-content .post-share{float:right;width:38px;height:38px;margin-top:60px}.post-content .post-share .share{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDY1OUVFMDQ0NDBEMTFFNTlERkFCOTRBN0ZDMTQyN0QiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDY1OUVFMDU0NDBEMTFFNTlERkFCOTRBN0ZDMTQyN0QiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NjU5RUUwMjQ0MEQxMUU1OURGQUI5NEE3RkMxNDI3RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NjU5RUUwMzQ0MEQxMUU1OURGQUI5NEE3RkMxNDI3RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuAE1LsAAAM9SURBVHjaxJhPSBRRHMdnxyXTQk+2BmGHLhkY5ij9D4LoVBctqIN2kFrI8BCUXjx5WesmFWzRITt4qejQTYraIisdK4MM6tIWZHUqKlO07fuT78gwza7vzcxuP/ggo29+7+ub3+/33u/FUqmUoWkJYIFNYB1YAyr4txnwBXwEr4ENPus4jyuOM8EucACs5UTPwW0K+MVxlRS4HjSAo+ATuAMegT9RCGoESfAN3AATYD7P2O/kHbhL/02gleLS4EVQQSvAcbCFjsYMfRPhz0gLOMWVvQLm8n0KP6sGElyrQHdAMV4bo6/V9F2tKkgGDvA/Oe+KjyhMfJ2j7wE/UV5B5aAPjILrIGdEbzn6HuVc5YUEJZk1Q0bxbYglIZlPkGTTZnChSCvjt1IXOWejV1AMnACXI44ZlZhKc5VMd9rvBj+Ynv+YZVmBZ7RtWyX7DrHwZpwVkgp80/h/dosaFpcpwe1gPKTTOjDClR7hs6qNU0OtyY1S1nUhpKCrYB+Lqfy8pvHuAjU0iaB68CqCZd/ped6h+b5oqDe5tNkQQiQxTvrUtMeafkRDnTipAdOacSLp+gC0g5egixtxhmciGXNMU5BoqInzcDWjGSdie8BWcJr1a55bQlATDRVxV2FUsW2eZzlwXYoy/01HmeL4J57nrxrvLmeLX8qk04TiS52Mj9/gHngP3vA0uAHcZ3zp1iGxWtESd6IbvFXMhP2uZ/nUR3jgkrP0Sv7eqUN7NQtrVlZoigfyoDv2MNjok/a6dUg0TJmskFKty0JmSCZEHSqjhgmThyRpVZpDBmWnZy/TqUPN1DDtpL30TW3gaQhB3vjSsVZqWDoPPWRwtvh1GApnmjAmc1axkVwKxByrbZLdZ6msknOmna7WnRnSUU6ymYuVQEyMe+Cku5v1pmqa9aSjBII6WJDThdqgWdAPtnMnjxVpZdo5Rz/nLNi5yqVCD3v6MxHHlPg6S989nEupt5eBveAnGGQmRJFNg6xTvX5ilrv9mGMj51zHHGZnYhe4jvHzb7HOVLEJDXwd486+LvZNbcxCm2fgLCu9+8IqwY2ygWIiv7ByDmIZkuAllKzcwTxXeh94pTese6X3V4ABADLSx2fnt3BBAAAAAElFTkSuQmCC);background-repeat:no-repeat;width:36px;height:36px;display:block;opacity:1;transition:opacity .3s}.post-content .post-share .share-hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDY5NkM5NkI0MzNGMTFFNTg1MzA4OTY1Q0VFN0FBRTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDY5NkM5NkM0MzNGMTFFNTg1MzA4OTY1Q0VFN0FBRTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0Njk2Qzk2OTQzM0YxMUU1ODUzMDg5NjVDRUU3QUFFNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0Njk2Qzk2QTQzM0YxMUU1ODUzMDg5NjVDRUU3QUFFNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhV1iTkAAALUSURBVHjaxJjPaxpBFMffriIaWvxRBFFKTBFitYeihFDTFoQ06aXXFtJjIT005I8J6SGBXFPaay8N9tQ2lhD0VLXx0BLqLxBEaQkiqH1veYqx27jjrvqFD4s6vvky8+bNzEqJRAIEtYCsI/eR28g8cp1/+42cIznkC3KE/BQJbtbYzoQ8RbaQe4j0n3Y3mAjyHOkiX5Fd5B3SHtWRrMHMKvINOURiV5hRk8T/OeQYq3oMWZE9hOY0CPoV5Fh7HFvIkBv5hGyC8drk2G6thqjhZ2QJJqcl7sM9ytAc8h5ZhMlrkfuau8rQDrIM09My96lqiFbAC5i+qM9Hw4bkYadT1g7Xur6hZ1x1Z6UgF96+oVcwe231to4Frqa6ZLVaIRQKgd1uh0ajAdlsFprNpkgI2pJu0Qg9FtwOVEVmXC4XmEwm5RkOh0VDkId1MrRixHg7HI5Ln2mkxtAKTVlYjxFJksDn8/3zPU3bOANNhm6K5gmNBnVYKpXA7/crv+VyOfB6vcrI1Ot1JYfG0Lx54HClOU9ITqdT6Tyfz0OxWIRutwvlclnvzF8zi7RWy4tCoWDo2pf52KlJw3nRarVAlmUj/fyhaL+0tqa8qNVq0Ol0lCfVmVgsBh6PB2w2G0SjUYjH4xCJRJR8G0PnNGUZ5K6W1mQgnU5f+o7MBAIBsFgs/dHq1aFUKiVqKEsRjvWMcaVSgWQyqSnfNOiYDH3g28HYoimkpa6zDpGHI5nvTUm92djLr3a7rTwzmYxoCLou/egt+9d6txC1/BLU7uDx4y3fNmel73yR7BvqINszNLTdu9UOVrWPyMEMzBzwBVL11kFOT6Zo5mR4ZoYNXSBPkLMpmDnjvi5G3VyryAPkdIJmTrmPqta7PTV8iOxPwMw+x66Kvv2gE/pLZI2XpRFLe41jNvW8H6IVcAfZ4Iouss10+T8bHGPk6zqtBzSqEW+Yib7S+yvAAGVpyY0LAKOhAAAAAElFTkSuQmCC);background-repeat:no-repeat;width:36px;height:36px;display:block;margin-top:-36px;opacity:0;transition:opacity .3s}.post-content .post-share:hover .share-hover{opacity:1}.post-content .post-share:hover .share{opacity:0}.author-section{margin-top:50px;position:relative}.author-section .title{color:#878787;float:left;width:6%}.author-section .line{height:1px;color:#cbcbcb;background-color:#cbcbcb;border:none;float:right;width:94%;margin-top:10px}.author-section .image{float:left;width:95px;height:95px;border-radius:50%;background-color:#c3c3c3;overflow:hidden;margin-left:20px;margin-top:18px}.author-section .info{float:left;width:60%;margin-left:25px;position:absolute;top:50%;left:115px;transform:translateY(-50%);margin-top:13px}.author-section .info .name{color:#000;margin-top:25px;font-size:14px;font-weight:700;line-height:20px}.author-section .info .name a{color:inherit;margin-top:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.author-section .info .description{margin-top:5px;line-height:1.5em}.author-section .info .description a{font-size:inherit;font-weight:inherit;font-family:inherit;line-height:inherit}.single-post .subscribe-section .sc-subscribe{border-radius:5px;-webkit-box-shadow:0 0 9px rgba(0,0,0,.06);-moz-box-shadow:0 0 9px rgba(0,0,0,.06);box-shadow:0 0 9px rgba(0,0,0,.06)}.single-post .subscribe-section .sc-subscribe .subscribe-title{font-weight:400}.single-post .subscribe-section .subscribe-textbox{color:#000}.single-post .subscribe-section .subscribe-textbox::-webkit-input-placeholder{color:rgba(0,0,0,.6)}.single-post .subscribe-section .subscribe-textbox:-moz-placeholder{color:rgba(0,0,0,.6)}.single-post .subscribe-section .subscribe-textbox::-moz-placeholder{color:rgba(0,0,0,.6)}.single-post .subscribe-section .subscribe-textbox:-ms-input-placeholder{color:rgba(0,0,0,.6)}.single-post .subscribe-section .subscribe-textbox,.single-post .subscribe-section .subscribe-button{border-radius:35px}.single-post .subscribe-section .subscribe-button{height:56px;letter-spacing:1px;background-color:#bda977;color:#fff}.single-post .subscribe-section .subscribe-button i{position:relative;left:-2px}.single-post .subscribe-section .subscribe-button:hover{background-color:#343434;color:#fff}.single-post .comments{background-color:#f1f1f1}.nocomments{padding:20px 40px}.comments-wrap,#respond-wrap{padding:55px 40px 45px}.comment-number{margin-bottom:40px;color:#2c2c2c;font-size:18px;line-height:28px;font-weight:700;text-transform:uppercase}.comments-list ul{list-style:none}.comments-list .children{margin:10px 0;padding:10px 0 10px 40px;border-left:1px solid #d6d6d6}ul.comments-list{list-style:none}ul.comments-list li{border-bottom:1px solid #cbcbcb;padding-bottom:37px}ul.comments-list li:last-child{border-bottom:none;padding-bottom:0}.comment-image{float:left;width:75px;height:75px;border-radius:50%;background-color:#c3c3c3;overflow:hidden;margin-top:38px}.comment-content{float:left;width:90%;margin-left:20px}.comment-meta{margin-top:32px}.comment-meta .name{color:#3c3c3c;font-size:15px;line-height:28px;font-weight:700;float:left;width:88%}.comment-reply-link{float:right;width:5%}.comment-edit-link{float:left;width:5%;margin-top:5px;border-right:1px solid #cac9c9;color:#8b8b8b;font-size:12px;line-height:19px;font-weight:400}.comment-meta .comment-text{width:75%}.comment-meta .comment-text p{color:#1c1c1c;font-size:14px;line-height:21px;font-weight:400;margin-top:8px;margin-bottom:13px}.comment-meta .comment-date{color:#8b8b8b;font-size:12px;line-height:21px;font-weight:400;transition:color .3s}.comment-meta .comment-date:hover{color:#6a6a6a}.comment-reply-link{font-size:12px;line-height:28px;font-weight:400;transition:color .3s}.comment-reply-link:hover{color:#8b8b8b}.comment-reply-title{font-size:18px;line-height:58px;font-weight:700;color:#2c2c2c}.logged-in-as{font-size:13px;margin-top:-30px;margin-bottom:30px}.logged-in-as a{font-size:13px}.single-post .comment-form{width:100%;margin:auto;margin-top:55px}.single-post .comment-form .form-container-classic{width:100%}.form-container-classic .input-text{float:left;width:32.8%;margin:0 .5% .6% 0}.form-container-classic .input-text input,.single-post .comment-form .input-textarea textarea{border-radius:5px;display:block;border:1px solid #dadada;background:0 0;color:#afafaf;outline:none;font-size:13px}.form-container-classic .input-text input ::-webkit-input-placeholder,.single-post .comment-form .input-textarea textarea ::-webkit-input-placeholder{color:#afafaf}.form-container-classic .input-text input ::-moz-placeholder,.single-post .comment-form .input-textarea textarea ::-moz-placeholder{color:#afafaf}.form-container-classic .input-text input ::-ms-input-placeholder,.single-post .comment-form .input-textarea textarea ::-ms-input-placeholder{color:#afafaf}.single-post .comment-form .input-textarea textarea{width:99.3%;padding:12px 2%;height:220px}.form-container-classic .input-text input{padding:0 5.5%;width:100%;height:65px}.single-post .comment-form .form-submit{text-align:center}.single-post .comment-form .submit{border-radius:5px;border:none;margin-top:20px;width:13%;background-color:#2c2c2c;color:#fff;transition:background-color .3s;outline:none;font-size:13px;height:40px}.single-post .comment-form .submit:hover{background-color:#4b4a4a}.single-post .comment-form input:focus,.single-post .comment-form textarea:focus{border:2px solid #dadada}.recent-post{padding-top:50px}.recent-post .recent-items{margin-right:-15px;margin-left:-15px}.recent-post .recent-title{margin-bottom:40px;color:#2c2c2c;font-size:18px;line-height:28px;font-weight:700;text-transform:uppercase}.recent-post .single_related{float:left;margin:0 15px 20px;width:245px;height:235px;text-align:left;position:relative}.recent-post .recent-image{width:245px;height:150px;background-color:#dcdcdc;display:table;overflow:hidden;position:relative}.recent-post .recent-image img{transition:transform .3s}.recent-post .recent-image:hover img{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0) scale(1.03,1.03)}.recent-post .recent-image:hover .recent-overlay{opacity:.3}.recent-post .recent-overlay{width:100%;height:100%;background-color:#000;opacity:0;position:absolute;top:0;left:0;transition:opacity .3s}.recent-post .recent-image span{display:table-cell;vertical-align:middle;color:#222;font-size:12px;text-align:center}.recent-post .recent-single-title{font-size:14px;font-weight:400;color:#2c2c2c;line-height:19px;margin-top:20px;width:90%}.recent-post .recent-single-cat{font-size:12px;font-weight:400;color:#7d7d7d;line-height:17px;margin-top:5px;margin-bottom:5px}.widget.widget-md-recent-post .item-image{float:left;margin-right:10px;width:60px;height:50px}.sidebar.center-align .widget.widget-md-recent-post .item-image{float:none;width:60px;margin:auto;height:50px;display:block}.widget.widget-md-recent-post .item{margin-bottom:15px}.widget.widget-md-recent-post .item-info{float:left;width:65%}.sidebar.center-align .widget.widget-md-recent-post .item-info{float:left;width:100%;margin:10px 0 15px}.widget.widget-md-recent-post .item a{position:relative}.sidebar.right-align .widget.widget-md-recent-post .item a{float:right;margin:0 0 0 10px}.sidebar.right-align .widget.widget-md-recent-post .item-info{float:right}.widget.widget-md-recent-post .item .overlay{width:60px;height:50px;position:absolute;top:0;opacity:0;transition:all .3s}.widget.widget-md-recent-post .item:hover .overlay{opacity:1}.dark .widget.widget-md-recent-post .item:hover a,.dark-sidebar .widget.widget-md-recent-post .item:hover a{color:rgba(0,0,0,1)}.dark .widget.widget-md-recent-post .item .overlay,.dark-sidebar .widget.widget-md-recent-post .item .overlay{background:rgba(255,255,255,.6)}.light .widget.widget-md-recent-post .item:hover a,.light-sidebar .widget.widget-md-recent-post .item:hover a{color:rgba(255,255,255,1)}.light .widget.widget-md-recent-post .item .overlay,.light-sidebar .widget.widget-md-recent-post .item .overlay{background:rgba(0,0,0,.3)}.widget.widget_recent_entries ul{list-style:none}.sidebar.right-align .widget.widget_recent_entries ul{float:right}.widget.widget_recent_entries ul li{margin-top:8px;transition:background-image .3s;background-repeat:no-repeat;background-position:0 7px}.widget.widget_recent_entries ul li a{margin-left:20px;transition:color .3s;display:block}.widget.widget_recent_entries ul li span{margin-left:20px;font-size:11px}.dark .widget.widget_recent_entries ul li{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUM2OTM2NTEyODVCMTFFNTk4QjNBRTQ0N0E0N0Q2QkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUM2OTM2NTIyODVCMTFFNTk4QjNBRTQ0N0E0N0Q2QkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQzY5MzY0RjI4NUIxMUU1OThCM0FFNDQ3QTQ3RDZCQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQzY5MzY1MDI4NUIxMUU1OThCM0FFNDQ3QTQ3RDZCQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtK7yAIAAABISURBVHjaYmBgYFAFYmMgZmSAAiYgvgvELEBsBJNgBuL/QPwciGWBWByIXzBDdYAkPgOxNhC/gxnDA8SuUNXYBUDABl0AIMAA0sAIuDIcltcAAAAASUVORK5CYII=)}.sidebar.left-align.dark-sidebar .widget.widget_recent_entries ul li{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUM2OTM2NTEyODVCMTFFNTk4QjNBRTQ0N0E0N0Q2QkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUM2OTM2NTIyODVCMTFFNTk4QjNBRTQ0N0E0N0Q2QkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQzY5MzY0RjI4NUIxMUU1OThCM0FFNDQ3QTQ3RDZCQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQzY5MzY1MDI4NUIxMUU1OThCM0FFNDQ3QTQ3RDZCQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtK7yAIAAABISURBVHjaYmBgYFAFYmMgZmSAAiYgvgvELEBsBJNgBuL/QPwciGWBWByIXzBDdYAkPgOxNhC/gxnDA8SuUNXYBUDABl0AIMAA0sAIuDIcltcAAAAASUVORK5CYII=)}.dark .widget.widget_recent_entries ul li:hover a,.dark-sidebar .widget.widget_recent_entries ul li:hover a{color:rgba(0,0,0,1)}.dark .widget.widget_recent_entries ul li a,.dark-sidebar .widget.widget_recent_entries ul li a{color:rgba(0,0,0,.6)}.light .widget.widget_recent_entries ul li,.sidebar.left-align.light-sidebar .widget.widget_recent_entries ul li{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAPklEQVQImWP4//+/KhAbAzEjEDOAMIhgAmJzZAkGqCyKBEwQhPmA2BuIRWACPEDsCsSyMO0oAjBBG2QBEAYADXtrbbF0PwMAAAAASUVORK5CYII=)}.sidebar.right-align.dark-sidebar .widget.widget_recent_entries ul li a:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUM2OTM2NTEyODVCMTFFNTk4QjNBRTQ0N0E0N0Q2QkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUM2OTM2NTIyODVCMTFFNTk4QjNBRTQ0N0E0N0Q2QkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQzY5MzY0RjI4NUIxMUU1OThCM0FFNDQ3QTQ3RDZCQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQzY5MzY1MDI4NUIxMUU1OThCM0FFNDQ3QTQ3RDZCQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtK7yAIAAABISURBVHjaYmBgYFAFYmMgZmSAAiYgvgvELEBsBJNgBuL/QPwciGWBWByIXzBDdYAkPgOxNhC/gxnDA8SuUNXYBUDABl0AIMAA0sAIuDIcltcAAAAASUVORK5CYII=)}.sidebar.right-align.light-sidebar .widget.widget_recent_entries ul li a:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAPklEQVQImWP4//+/KhAbAzEjEDOAMIhgAmJzZAkGqCyKBEwQhPmA2BuIRWACPEDsCsSyMO0oAjBBG2QBEAYADXtrbbF0PwMAAAAASUVORK5CYII=)}.sidebar.right-align.dark-sidebar .widget.widget_recent_entries ul li a:after,.sidebar.right-align.light-sidebar .widget.widget_recent_entries ul li a:after{content:"";width:5px;height:7px;display:inline-block;margin-left:13px;transform:rotate(180deg);float:right;background-repeat:no-repeat;top:6px;position:relative}.sidebar .widget li{font-size:9px}.sidebar.right-align .widget li{direction:rtl}.sidebar.center-align .widget li a,.sidebar.left-align .widget li a{margin-right:5px}.sidebar.right-align .widget li a{margin-left:5px;display:inline-block}.light .widget.widget_recent_entries ul li:hover a,.light-sidebar .widget.widget_recent_entries ul li:hover a{color:rgba(255,255,255,1)}.light .widget.widget_recent_entries ul li a{color:rgba(255,255,255,.6)}.addtoany_share_save_container.addtoany_content_bottom{display:none}.post-content .subscribe-section{margin-top:70px}.single-post-media .flex-control-nav.flex-control-paging,.post-media .flex-control-nav.flex-control-paging,.blog-masonry-container .flex-control-nav.flex-control-paging{display:none}main .flexslider{padding-bottom:30px;background-color:transparent;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}main .blog-masonry-container .flexslider{padding-bottom:0;margin-bottom:0}.single-post-media .flex-direction-nav a,.post-media .flex-direction-nav a,.blog-masonry-container .flex-direction-nav a{width:30px;height:65px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.single-post-media .flex-direction-nav a.flex-prev:before,.post-media .flex-direction-nav a.flex-prev:before,.blog-masonry-container .flex-direction-nav a.flex-prev:before{content:" ";display:block;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAA/CAYAAAAc98MyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTlGNDdFQ0M0MzFGMTFFNUI3MUZENTIwOUZBQzE1OTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTlGNDdFQ0Q0MzFGMTFFNUI3MUZENTIwOUZBQzE1OTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OUY0N0VDQTQzMUYxMUU1QjcxRkQ1MjA5RkFDMTU5MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OUY0N0VDQjQzMUYxMUU1QjcxRkQ1MjA5RkFDMTU5MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmWiODcAAAcPSURBVHja3FlZTFQHFGXebMxjEcZUjSCgtlClNJo0YGNsISkti03apogGo1ISoS1QqYXgAsiHhAKiUMmII6GZYlA/SAzKTxs1RGIotiERIaGCIhUM4gzr7POm55LBQIFxljf96EvIm/28e++55577EFitVq///CBQPoEX/h6dT506JbCdX70n8FSkmZmZDE7M+vXr6SlH11BSUjIHJvIEYG5urtDHx0fEMIw4Pj7ef8eOHT+Pj49/ibem6H2Gb8DS0lJGIpGIhUKhz+rVqwOjo6OvWCyWPoVCMTv/GYZvQL1eL8ZDmUAgYBFxGcqnVSqVJym985/jLb179uwRrFu3TuSNgwALCgoy8PC9O3fufDw0NKR//Pgxv6AEGBoaKsRDKf7YrKysj+Ry+bcPHjyIv3v37tjExITl2rVrVt7Si5QKgoODhSCNFHVkcQFRGzdurH769OmBpqamfnzEVF9fzy38jtugiIhB3SQgCxsTExO0ffv2ekR2sqampt3X19e4sJa8pJeIYzAYxDhkqKf/7t27FXjeevr06V+0Wq0xICCAm+9NXkCp+dGLYrSHzFbHckQ8XlVVVQQGGzQajQVpXVZ5XEpvXFwcExgYKOI4TkZpLSwszJZKpeE3btzIQIS63t7eRcRxO1Ji6tatW4VGo9EbaWWzs7OTkMY0MPWTrq4uBKgx3759m7P3GyJnmYoIhei/OaampqZGhYSElA8PD++9evXqAF5fwlS3QAmQysGyrEQkErE7d+4MBlMbX758WXD+/PmODRs2mHJycjhHfsuZmgqIqehHFn0oT0xMVKJ+qsrKyitms9moVqs5R3+IcZSpOIlNJhMLtrIHDx4sB4kGz549W4azYdWqVZblWsPl9FIvElMRlYyihKYeAYFCwM7EFy9e6J8/f26XqU5HSkzFSQgB9yZA1OxzRJV67969VLB1AqPL7CygXVAiTmRkpFCn00kprWlpadFwASWDg4N7r1+/PkxMRUo5V/pcZI+pSKkENWMTEhLC0Jt1mP55Fy9e/AM96jLgiqBoAwYKI6G5uHnzZnlsbOyl2dnZhtra2hZiKtLKuaPZS0ARCYPpICaJQx19Dh06VAOgnrKyskqcnWbqa0GJqbbXvCmtx44dK4Ty+DU3N6fhuR4OwOIKcVYkEjEVNRROTk56E3Hy8vJSEHHC/fv3D8BqTEGJeAFcFCkxdXp6WkoSl56e/j7m44lHjx592tra+ndYWJj58OHDnBdPxytQYiqJeFJS0lsREREKNP3XdXV13UiriU/ARaAYwGxUVNRaCLkSEVdDU9ugREabO+f1eFVTPz8/35SUlBr04O+wGwqwdA7QXabaBcWYCoSYv4Me/Q1E4kAoqycAF4G2t7eP9vX15QQFBVVmZGS8SZprayHPgeLQNTY2diBSxZYtW1S7du0KpBayib5nQKE2esie9syZMw0Y1v1gcS2eS8me2LSYf1AQx0TRokV0KpXqBNonEoqUS/aEtNhT6bWSI0fEuoGBAQ12kCww+sjRo0fjaPUjTeYd1MZUDhEaSCtu3rw5APnLxwxV7t+/PwwkE/FFrCXrPxnp8PBwEbwsi/d8keIjiPgDLENJEPxJKr+7rbTkym1G2YyI9bTQQpl+QsrV8LgVU1NTUvSv28RaNl1kmGdmZkyopQ5rg7alpeUHPP6wqKgoXSaTid0l1opfJncAf0SM1nZ3d49jxGX6+/sXQ/xjaMi7Q6wVv0h1I5eAiI1INUXb++zZs2IswKrk5OQgGDQR1Z8XIi23oWHZpdszLIaBb3Fx8Umk+G2sEp+NjIzMIGqn7ctrr5SItWnTJjMAiVi6c+fO/QgBEcL1l6LedI+BcZZYDqWHhjjZTqRZB1c429bW9h187xfHjx9PQfollDHeQeeJhXYxkj53dnaO9PT0fCOXyytxQe/idbFt3+EXlOpGKz1SbEDU2suXL/85NjZWgdQ3wYy/AZ8scnQiOcU+coPkCgFgoP6trq6+grbqhBmvxzSS0r0kR+rrNOVpnaA9xiYcOvRrCVK+Nj8/vxAMlzhCLFcb3IpoTbCr2tHR0elbt25lIwMZ8MrJtDi/jlgugc5PJAAZSZ/RVkP9/f25a9asqdu3b18E3ZS0N5FcljICfvjwocVIvWQyaRsaGjrUavUFbHdNEJMAe1bHLeEmYiGdZkSrJ9dRUVFxCdcwADbbtTpuD2WaSAusjhZWpxC1jsIczlnJ6vBlQeasDvkr7D+ajo4Osjrfw+rELmd1eAFdxur89eTJE7I6l0CsUDB8kXDwZrYIGDN3Dhj11CmVyl/hNJq3bdumgv1hsRXyD7pwIoHNOtJoWJ0qCIgGO1L5wt7lfW2giUTEQq9qATjd1dX1FZQqFK/LHB7ibt4PZnABXl7/+mfQ/+vfXp4QfLeOfwQYANnwDOiBJKdFAAAAAElFTkSuQmCC) no-repeat;width:30px;height:65px}.single-post-media .flex-direction-nav a.flex-next:before,.post-media .flex-direction-nav a.flex-next:before,.blog-masonry-container .flex-direction-nav a.flex-next:before{content:" ";display:block;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAA/CAYAAAAc98MyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODg3MDM3NkU0MzFGMTFFNTg4RTRGNUZCNjVFMjdFN0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODg3MDM3NkY0MzFGMTFFNTg4RTRGNUZCNjVFMjdFN0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4ODcwMzc2QzQzMUYxMUU1ODhFNEY1RkI2NUUyN0U3QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4ODcwMzc2RDQzMUYxMUU1ODhFNEY1RkI2NUUyN0U3QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po4n/DgAAAb1SURBVHjaxFl9TFN3FOW1r6UtEKBKxEpVHCQgGIwLyWKyP9CYmQlhmolb2CJsEYYDhCGN6IAaw2QEEcIoYkTCZCO6TSMxU+cyx/APYZE4EsGZBbvMgVXky9Lvj51rWoMTpJRf9SWkvBbeeffec88995VzOp1+L/0gUDcwvarVas5XN+LGegpw8OBBDi/0IxgaGqK3HE1NTQ5fgAvcvwCI27Vrl9JoNEqCgoIkAQEBovz8fKFPQRUKBRceHt5y4MCBIpwGCYXCALFYLEIGBD4DpZRrtdrswMDAT/Ly8rZwHCfDe1KTycQc+OnFbt265UQNtffv3/9AqVRWpKWlxROw3W6XPHr0iMc5xxz0zJkzzvHxcfvx48evTU5Olq1bt+7E+vXrw/GRzB/HihUrhKyAn0mbi63WioqKr5HW9uTk5BNhYWGBqK9MIBD4R0RECF0sZwfqri3qaqmsrFSjnf7Ozc2tcqVZhnOxXC4XMActLy+nxnXodDrz5cuXs8Dg5SqVKgeRSkUikXR4eHjBxJrxnwl4bGzMfunSpbGBgYH04ODgdDD6baqvw+GQTkxMiLKzswVMQd3E6u/vt7e1tQ1CON5DPSvS09PXUpoJODQ0lE9KShIwBaXj6tWrDkRsa2ho6MFr/po1a45t2rRpOdIss1gsktWrV3vF6DnvlBgtkUis1dXVP0Aimzds2KBZtWpVMM/zMrzvj4jnzWiP0oMaO5YuXWrFxSuR3r8yMzOriVgEjENM15kPsMc1GR0dddhsNsvZs2ezkN6wkpKSz6i2AJeZzWaRa0KxBSVGg8X23t7ex319fTswiVIKCwu3ooelVquVdNpjRs97YBNxMI1ExcXFr4PR56HZ2adOnfodH+lxAwapVGqjcjCJdHorLVq0yKbRaHqR8jwwuGnjxo1KSjNAJfiTORntVZ9RJMTow4cPnzcYDHUAPRkVFRVCaQbD/ePi4l7I6AX5IXIW1DaHDh3SIEpFVVVVDtTqMaLWg9VmklOXrC48UveBND9hdEdHRyG10J49e4pp8CMQmV6vF2MOC5il9/+M7unpeQxWpyO6t4qKitJIozEOpZhWIsxnAdP0Tmd0ZGQkj5aJw+vPd+7cyW1ubr4G8dBj/hvwJ88wmon3IUYjSjtap39kZOSj6Ojo2pSUlCgiFmosAdmeYTQzw+WSStvRo0d/mpqaqobVaUpISFhMUgnpfMJo5qB0ZGVlOUAga2lpaQOi/A3R1UO5AsjuIFqxT0DdjMbksWA6FYHRNkhlucvqyHwG6rY7cJbGzs7ODMhi4t69e3dSK/kM1A0MAjkvXLgwjgnUHRISkjR9CvG+AHUZN2FZWdm7aJkksHsbzi0+i5Rag1qkoKBgLSKswhj89MaNGzp8ZPQJKIk82ZfU1NSwZcuWfYsVpfL06dN/0MiDXJp8kl7S2iVLlvgnJiaexLTpqqmp+R6AFKERcmllDkoaS6vlvn37SnEqb2xszMOrCRESINXTyRSUiIMW4SEKyRh1H168eHHbgwcPpvCRAcLw3IjjWdSRmIqdJxb11Ny+fXs3+vNfCIMBN2KG+Dvgn53MRhsBoh+FWCtDV65c+Q3E/quWlpYeqA9FSMSxkWFnOk+JOFAc0ebNmxsgAgMw5K1EHNTWSBo824MSfiHEoSG9f//+AgDFtLa2piFCM7UHmGslDWZqzGhxGhwc5GFPkhBpQVdX126tVjuBlBoQoYXcxEzeyGvnQHXEhYUZGRmvxcbGdt69e1eF9vgFKdXD8Ru6u7tnrKPXkbqYKsBwDoqJiWkDiVpRt19x40ZscSYsVnMCepNeilK8ffv2GgzpEVjOY6ihCWklUCsNcU8u4jGRaE+hp2hqtfpjWJA3sSxvpQiJOOhHi0Kh8PiRHu/p5MD+wsNevgH7UX79+vX3saWPIloDNjgzPSpAmp3MQKmO9AwJq78Cxqvt3r17pefOnfuTSINZaYbs2ckNMluK3cQBQaTx8fGtqGdHfX39j/A8TwSA9pm5NjRviMTRwovN+wsAcXV1dTWoowk1pSit0yfHfA7+RZODHkaqVKodqFsqNvB34GcNpKsw1pbZliOvQV1rgjAnJycBlqP65s2bmdhXdFRHkMeCRXjedXxheqdbDqVS2Q7L8WV7e3sfTX9KLdJtWwjgjKDTLEczhPtabW3tdxSh23KweMTOz2I5PsfpYmhqPgBN+HnOcjCJlOo4PDzMl5SUbEEr7Lxy5Urew4cP9bNZDiaRYqvi0BrRcrm8ERZjN8bVPzSQYTvMmBzPWQ5WNeUiIiI0k5OTtbTQkqaCqUZPJ4dXkQ4NDTl1Ot3OI0eOjKD5/dCjViKOp5NjXqNqpi+DMCf9IAQ++zLo1X7t9TIPgd8rOP4TYAAaYPXL/UiCIAAAAABJRU5ErkJggg==) no-repeat;width:30px;height:65px}.single-post-media .video-img,.loop-post-content .post-media .video-img{width:100% !important;max-width:100%}.player .vp-controls{display:none !important;opacity:0 !important}div.vc_column_container{padding:0}div.vc_column_container>.vc_column-inner{padding-left:0;padding-right:0}.vc_column_container>.vc_column-inner{box-sizing:border-box;padding-left:15px;padding-right:15px;width:100%}.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{padding-top:35px}body{-webkit-backface-visibility:hidden}.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s}@-webkit-keyframes fadeIn{00%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{00%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{00%{opacity:0}100%{opacity:1}}@keyframes fadeIn{00%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeOut{00%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{00%{opacity:1}100%{opacity:0}}@-o-keyframes fadeOut{00%{opacity:1}100%{opacity:0}}@keyframes fadeOut{00%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut}.vc_row .one-page-anchor{position:absolute;top:0}div[id^=rowInnerCustom]>.wrap{position:relative;z-index:1}.archive.woocommerce .products>li{text-align:center}.archive.woocommerce .products .star-rating{margin:auto;font-size:.78em !important}.md-woocommerce-info{text-align:center;margin-top:20%}.md-empty-category-title{font-size:90px;font-weight:bolder;margin-bottom:45px;letter-spacing:2px}.md-empty-category-subtitle{font-size:20px;letter-spacing:3px;color:gray;font-weight:600}#empty-cart-page-button{transition:all .2s ease-in-out}#empty-cart-page-button a{background-color:transparent;font-size:13px}#empty-cart-page-button:hover{background-color:#000}#empty-cart-page-button:hover a{color:#fff}#empty-cart-page-button{margin-top:30px;border:1px solid gray;border-radius:25px}#dialog-box{position:fixed;top:50%;left:50%;width:392px;height:218px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMoAAAAqCAIAAAB9Q1N9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo0NDVCMDY5MzRCMkNFMDExOUMyNEE3MjgyQzU5ODc3QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMjIzQTlGRDEzMjgxMUU1QUZGRERFNzBCNzI0MkEyQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMjIzQTlGQzEzMjgxMUU1QUZGRERFNzBCNzI0MkEyQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmVjOWZmYzI0LTM0MTYtNGYxMS05ZWZlLWQ1YWUxMjYwMTFkMyIgc3RSZWY6ZG9jdW1lbnRJRD0idXVpZDpGOUQxQUQyNTREQTZFMDExQTlEQUY4NDdCOEZCQzE4RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PloUP6AAAAf9SURBVHja7FxpbFRVFJ63vzddGSihtTRWYhCQsskSwKjIJglbQfljwmIiJgrhhzEQozGAKJEYYxQIIgYTQ2QxgImhlQJKqVAqLRC2yFq6r1Bp582b92Y8c2/7Op0p03sHWofJ/TIhs7y+u333nO+ccx+c3+93MDD0DjhGLwZGLwZGLwaGuKRXWdmVA7/kV1XXCYKgyBJ8o6oKL/Ccw+F0avBREAVFkQPfK/KwYUNeeXkiz/O91Bmfz3f8xJkrV27oHgM+ejyGZVrwpq3NDXPts3y67gl8b3gty8pIH5ibO2PM6OGMXjGK6zfKP9+8w+VKAd7wHA+LBwsM42pz6/ArLKFHN/BymqYJi93S8gCWc9V7b/ZSf77Z+tO5c5eSkxOB0KIoYrorqgzUhzdOTeU4DsgNG8Dn9wELm5rur1u7csgzg+OPXmIcjOHUqb8Fgf9w3TspKUkk1x88dPTwr8cuXfpnxIhnH3tn4LbArXlzpy2YP53k+vv3//1g7ReFhSWMXjGK5nstyUmJhNwCTJk8FuhVcOyv6pp6SRKRJ1V5HmwKB6YlMCmiICNPGjA/2OSAh+UcCcjPRkZNbQNugrAz0G3oPAwhLp1jPNDL4XeIkkB+uQdJorLzV+FF1c6unZt6vAZLOsPwkt8WU5zRK0bh1j2SJNH+1cIF0ydNHO1GQg0ICrobvjRBqCHyGR6vaZlIj+sg44rPXqxFZomU8DSKVpREt9vD6BXDEQrNxaDw4d8BA1xpaS77y9raRj4QaIZqcPxrRUVNfX0Tyc01VbGbIO08xzniFPFAL8MwVKSZCGF6zfBF3bhpa2urO+TK9Z+szswchN9jzpGQxW6CEBBCemmcKaNXn8KyfHRSDXkuSexCF5/PnzU4fcKEHOwQ75RXQQzI8e0UbHPrOL9AKKRo0z3glBm9YpdeskyhvXSUBguRa5ZlZWdnznntJfwxL78Q6KUiT0cFSRTtJggBxG1tbWP0+j+x/0Be/u+nQlOUTpVzcPX1jWlp/R5Rr0GsF5zHt7qaE69hqhoR1aIQUrzA19U1rt/wrd/hB8Pp6JoKnjljyuJFs+KHXtXVdbt+OHDrdmUgpAqLujWyDQ1TRrj1RaG9XBMZjU33TNMcN3ZEcEbeNC0DBXpUFR4cGwYPBPuyquq6oqJSSRbRJNQjuyLbzouQN6oq200QQuDb3bSiKAkJTkdQZv9M8fmThSWXL18nGRShhw1UNcjkRHtYHcaB7KefWrF8UXr6wGjotWPnXthMU6eMI5lQXddhuWlkuJcqqoLh6R1BO/Rn5dtLwq9ZtXqDSkDQTssUNmW4CHjt2i14dVl4gbe7gb1e1E1Eco6KBFvx44/eDf8J6NVJXE2JsIucCVq4m6bSDBA4q2rPERJsxbMlF77bua/bDvdMr5qahpyRQ5ctXRhTZvb7XfvPlV7unoKUOho7PlmWg2O3jevXAPPtze1HFWh7ecA2aGTBKbbEFqVUf1h0Ao3CWry1YnFMrYVb1y9cuBalcxyV89zZkotr121xEtRAuviFiNurWxVMvr1u3rz70LDLNMGtUFnQYMuE7WJGxsDHIqqiyNoDuSPQ8erVm9u27+kD50AI2HX1Dc3jXxgZJb2WL8vt3z8VIvNOv657SIJ/6CiMzkuW8rFlU89T4PfhpLamKX/8WQzLrHVUBrE2ghZ5nl5QB+0EuP/xE6chlpSR8AKyYvLZkwgmzeVKIRJSokDbExgR0AILLI9hmOj0jtsdqBYAQHTCC8bOc0RbVw4c0yDqgySJMlm1A2ZD6ZCq4IXHjXt+3txpUdILzPvri2fHWgzy1de7wSDv/vFg98OgWVSstBRVDt6REJmGz4NNLz+xvsT2GDdBGl6hzm/5cle3v+bkDF2zeilLTPQuli/NBQEUEjDqHgN2OcgyqppjeM7TjW67cMH0UaOG4RLkvv1Hbt+p7LS1lqXI8qM0EdGKBDoPAguCWRxu2xYIQkiFJmph9IoSDztvE6AX5a2w+1bD5FpSUmLW4PSO5hKDLSI4r2CtFllI2U1QYeyY4RpNaeuJAP+kDwCLaKdTpaVXsFzDNwlO1IGZDNElPBm9eBQBUNELdz4KRjLr1euIuloXXKLGgdvRgqLS0suSLEqiVFlRGyLXCJ2jKEY5pVQRH6NXHwGLbirthZVWcE4EOJGW5mpqul9b0+DoyFbbZyWotBQuaeMmyBM0VNEDo1ffAcdoIn06IBjZ2ZmbP3u/B61GXN6mLTuKkkgbbDJ69a2EpMl7IZ0ubNu+Bz+ugyyZiO1f4PE1fOge6SFREGVFwsqMnDRwE6q0KjtOGMPaCyUhQS2R/wkoLfB9IWlMQq9H3gT5xTiGoD21xujVFwDNBKboTPH58eNHkjAAiFVZVTdoUNqnG9aECLLASQxfe4Ug8EQkskAe3cBccblSCbuUmpp8924NNERSIgPPC52HIQwY0C/+6BUPj9EeOlwAL01TExOdQoe/k8AmILZpAX/H26Wk8vKqW7crlrwxZ9bMqb3Un7z8wp/3/pb9dGZWVoajo7wDbHMjdQV8wkefQWyBFX3woA0umD/vVXgxesUoTp8uKy270oqe9vEa7XVPNzosBHCjM3r4KSAwLTOmT54968XeUzzQ4pG8k0cLipqbW+wnJTUnPsLFaejQC1BfQqFrglMbM3rYpEmj41J7sf/ChIHRi4HRi4GB0YuB0YuB0YuBgdGLgdGLgdGLgYHRiyFW8J8AAwDZ0OC0YuY1twAAAABJRU5ErkJggg==) no-repeat center 17px;-webkit-box-shadow:0 0 8px rgba(0,0,0,.19);-moz-box-shadow:0 0 8px rgba(0,0,0,.19);box-shadow:0 0 8px rgba(0,0,0,.19);border:solid 1px #e3e3e3;color:#000;z-index:9999999;transform:translate(-50%,-50%);text-align:center}#dialog-box h6{font-size:19px;font-family:Raleway;font-weight:700;color:#454545;margin-top:67px;margin-bottom:14px;line-height:19px}#dialog-box p{color:#606060;font-size:14px;font-family:Raleway;margin-bottom:25px;padding:0 59px;line-height:17px}#dialog-box span{border-top:1px solid #e7e7e7;width:195px;height:50px;color:#5d5d5d;font-size:14px;font-family:Raleway;font-weight:400;display:inline-block;margin-top:7px;line-height:50px;cursor:pointer}#dialog-box span:hover{background-color:#e7e7e7}#dialog-box span.yes{border-right:1px solid #e7e7e7}body.one_page_scroll .navigation-mobile{position:relative;z-index:51}body.one_page_scroll .row-over-height .wrap{height:100%}body.one_page_scroll:not(.compose-mode) header:not(.header-clone){position:fixed}body.one_page_scroll:not(.compose-mode) div.mobile-row-over-height{overflow-y:scroll !important;height:100%}body.one_page_scroll .footer-parallax{visibility:visible !important}body.one_page_scroll main{box-shadow:none !important}#pix-nav *{transition:.3s !important}.background--light,.background--dark{transition:.3s !important}.background--light span{background-color:rgba(0,0,0,.2)}.background--light .bullet-active span{background-color:#545454}.background--dark span{background-color:rgba(255,255,255,.2)}.background--dark .bullet-active span{background-color:#fff}.full-page{position:fixed !important;top:0;left:0;width:100%;overflow:hidden !important}body.one_page_scroll:not(.compose-mode) header div.color-overlay{background-color:rgba(255,255,255,0) !important}body.one_page_scroll footer{position:fixed !important;bottom:0;width:100%;left:0}.relative-row{position:relative !important}body:not(.compose-mode).one_page_scroll footer,body:not(.compose-mode).one_page_scroll footer .row.widget-area{z-index:10;opacity:1 !important}body.one_page_scroll.compose-mode main{margin-bottom:0 !important}body.one_page_scroll.compose-mode footer{position:relative !important}.vc_row .wrap{outline:0}#pix-nav span{position:absolute;top:0;left:0;cursor:pointer;width:100%;height:100%;border-radius:100%}div#pix-nav li{list-style:none;width:10px !important;height:10px !important;position:relative;margin:11px 0 0 -5px !important}div#pix-nav{position:fixed;margin-top:-50px;right:15px;z-index:49;width:30px}.left-sidebar-blog .posts,.left-sidebar-blog .post-pagination{margin-left:50px}.right-sidebar-blog .post-pagination{margin-right:3%}.double-sidebar-blog .posts,.double-sidebar-blog .post-pagination{margin-left:50px;margin-right:50px}.content>.posts{margin:auto}.content .posts article:first-child .loop-post-content{padding-top:0}.content .posts article:last-child hr{background-color:transparent;color:transparent}.loop-post-content{padding-top:25px}.loop-post-content .video-img{height:460px !important}.loop-post-content .post-media{margin-bottom:35px;height:460px}.loop-post-content .post-media .feature-image{width:100%;height:460px;display:block;background-repeat:no-repeat;background-size:cover;background-position:0 center}.loop-post-content .post-categories{text-transform:uppercase;width:75%}.loop-post-content .post-categories a{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;font-weight:inherit}.loop-post-content .category .overlay-category span:last-child{display:none}.loop-post-content .post-meta h1 a,.loop-post-content .post-meta h4{color:#343434;font-size:22px;font-weight:700;letter-spacing:normal}.loop-post-content .post-title{text-transform:uppercase;max-width:60%;margin-top:15px;transition:color .3s}.loop-post-content .post-meta .post-info{margin-bottom:25px}body:not(.blog,.archive) .loop-post-content p{width:85%;margin:auto}.loop-post-content .post-meta .post-info p{float:left;margin-right:5px;width:auto}.loop-post-content p a{font-size:inherit;font-weight:inherit;font-family:inherit;color:inherit;line-height:inherit}.loop-post-content p .more-link{color:#858585;font-size:12px;font-weight:400;margin-top:45px;width:110px;transition:color .3s,background-image .3s,background-position .3s;display:none}.loop-post-content p .more-link .more-link-image{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjFGRjI4MkU0M0U2MTFFNUE4NzI5MzY1NjIxODlCRUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjFGRjI4MkY0M0U2MTFFNUE4NzI5MzY1NjIxODlCRUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MUZGMjgyQzQzRTYxMUU1QTg3MjkzNjU2MjE4OUJFRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MUZGMjgyRDQzRTYxMUU1QTg3MjkzNjU2MjE4OUJFRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuPYMHcAAAB6SURBVHjaYvz//z8DPtDW1gaiZgDxNiDeBBNnYSAOzIJq/ALE+0ACTERqPAfEkUC8BIhNwTZCnUIM2A/EGVDnOoKcepeBNMAFxCtAGpVJ0OQHxDOBOIyRyFAFASeoH0GazxAbqsZAvBSIo0GaSAnVFCBOh0UFCAAEGAClMBxeaPqyVAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:85px 5px;width:110px;height:50px;float:left;background-repeat:no-repeat;margin-top:-21px;opacity:1;transition:opacity .3s}.loop-post-content p .more-link:hover{color:#222}.loop-post-content p .more-link:hover .more-link-image{opacity:0}.loop-post-content p .more-link:hover .more-link-hover-image{opacity:1;background-position:90px 0}.loop-post-content p .more-link-hover-image{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTg4QzgyNEI0M0ZFMTFFNThCNzlFQ0NGMEYzRTMwMUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTg4QzgyNEM0M0ZFMTFFNThCNzlFQ0NGMEYzRTMwMUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ODhDODI0OTQzRkUxMUU1OEI3OUVDQ0YwRjNFMzAxQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1ODhDODI0QTQzRkUxMUU1OEI3OUVDQ0YwRjNFMzAxQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgMnD0EAAAB7SURBVHjaYnRycmLABx48eACiZgDxNiDeBBNnYSAOzIJq/ALE+0ACTERqPAfEkUC8BIhNQQKMSkpKDCQAPyCeCcSOIKfeZSANcAHxCpBGZTJsDGNRUFAgJlRBwAkaur5AfIvYUDUG4qVAHA3EZ0gJ1RQgTodFBQgABBgAYDIXie2r5GQAAAAASUVORK5CYII=);background-position:85px 0;width:110px;height:50px;float:left;background-repeat:no-repeat;margin-top:-45px;opacity:0;transition:background-position .3s,opacity .2s}.loop-post-content .post-share{float:right;width:38px;height:38px;margin:0 0 30px}.loop-post-content .post-share .share{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDY1OUVFMDQ0NDBEMTFFNTlERkFCOTRBN0ZDMTQyN0QiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDY1OUVFMDU0NDBEMTFFNTlERkFCOTRBN0ZDMTQyN0QiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NjU5RUUwMjQ0MEQxMUU1OURGQUI5NEE3RkMxNDI3RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NjU5RUUwMzQ0MEQxMUU1OURGQUI5NEE3RkMxNDI3RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuAE1LsAAAM9SURBVHjaxJhPSBRRHMdnxyXTQk+2BmGHLhkY5ij9D4LoVBctqIN2kFrI8BCUXjx5WesmFWzRITt4qejQTYraIisdK4MM6tIWZHUqKlO07fuT78gwza7vzcxuP/ggo29+7+ub3+/33u/FUqmUoWkJYIFNYB1YAyr4txnwBXwEr4ENPus4jyuOM8EucACs5UTPwW0K+MVxlRS4HjSAo+ATuAMegT9RCGoESfAN3AATYD7P2O/kHbhL/02gleLS4EVQQSvAcbCFjsYMfRPhz0gLOMWVvQLm8n0KP6sGElyrQHdAMV4bo6/V9F2tKkgGDvA/Oe+KjyhMfJ2j7wE/UV5B5aAPjILrIGdEbzn6HuVc5YUEJZk1Q0bxbYglIZlPkGTTZnChSCvjt1IXOWejV1AMnACXI44ZlZhKc5VMd9rvBj+Ynv+YZVmBZ7RtWyX7DrHwZpwVkgp80/h/dosaFpcpwe1gPKTTOjDClR7hs6qNU0OtyY1S1nUhpKCrYB+Lqfy8pvHuAjU0iaB68CqCZd/ped6h+b5oqDe5tNkQQiQxTvrUtMeafkRDnTipAdOacSLp+gC0g5egixtxhmciGXNMU5BoqInzcDWjGSdie8BWcJr1a55bQlATDRVxV2FUsW2eZzlwXYoy/01HmeL4J57nrxrvLmeLX8qk04TiS52Mj9/gHngP3vA0uAHcZ3zp1iGxWtESd6IbvFXMhP2uZ/nUR3jgkrP0Sv7eqUN7NQtrVlZoigfyoDv2MNjok/a6dUg0TJmskFKty0JmSCZEHSqjhgmThyRpVZpDBmWnZy/TqUPN1DDtpL30TW3gaQhB3vjSsVZqWDoPPWRwtvh1GApnmjAmc1axkVwKxByrbZLdZ6msknOmna7WnRnSUU6ymYuVQEyMe+Cku5v1pmqa9aSjBII6WJDThdqgWdAPtnMnjxVpZdo5Rz/nLNi5yqVCD3v6MxHHlPg6S989nEupt5eBveAnGGQmRJFNg6xTvX5ilrv9mGMj51zHHGZnYhe4jvHzb7HOVLEJDXwd486+LvZNbcxCm2fgLCu9+8IqwY2ygWIiv7ByDmIZkuAllKzcwTxXeh94pTese6X3V4ABADLSx2fnt3BBAAAAAElFTkSuQmCC);background-repeat:no-repeat;width:36px;height:36px;display:block;opacity:1;transition:opacity .3s}.loop-post-content .post-share .share-hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDY5NkM5NkI0MzNGMTFFNTg1MzA4OTY1Q0VFN0FBRTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDY5NkM5NkM0MzNGMTFFNTg1MzA4OTY1Q0VFN0FBRTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0Njk2Qzk2OTQzM0YxMUU1ODUzMDg5NjVDRUU3QUFFNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0Njk2Qzk2QTQzM0YxMUU1ODUzMDg5NjVDRUU3QUFFNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhV1iTkAAALUSURBVHjaxJjPaxpBFMffriIaWvxRBFFKTBFitYeihFDTFoQ06aXXFtJjIT005I8J6SGBXFPaay8N9tQ2lhD0VLXx0BLqLxBEaQkiqH1veYqx27jjrvqFD4s6vvky8+bNzEqJRAIEtYCsI/eR28g8cp1/+42cIznkC3KE/BQJbtbYzoQ8RbaQe4j0n3Y3mAjyHOkiX5Fd5B3SHtWRrMHMKvINOURiV5hRk8T/OeQYq3oMWZE9hOY0CPoV5Fh7HFvIkBv5hGyC8drk2G6thqjhZ2QJJqcl7sM9ytAc8h5ZhMlrkfuau8rQDrIM09My96lqiFbAC5i+qM9Hw4bkYadT1g7Xur6hZ1x1Z6UgF96+oVcwe231to4Frqa6ZLVaIRQKgd1uh0ajAdlsFprNpkgI2pJu0Qg9FtwOVEVmXC4XmEwm5RkOh0VDkId1MrRixHg7HI5Ln2mkxtAKTVlYjxFJksDn8/3zPU3bOANNhm6K5gmNBnVYKpXA7/crv+VyOfB6vcrI1Ot1JYfG0Lx54HClOU9ITqdT6Tyfz0OxWIRutwvlclnvzF8zi7RWy4tCoWDo2pf52KlJw3nRarVAlmUj/fyhaL+0tqa8qNVq0Ol0lCfVmVgsBh6PB2w2G0SjUYjH4xCJRJR8G0PnNGUZ5K6W1mQgnU5f+o7MBAIBsFgs/dHq1aFUKiVqKEsRjvWMcaVSgWQyqSnfNOiYDH3g28HYoimkpa6zDpGHI5nvTUm92djLr3a7rTwzmYxoCLou/egt+9d6txC1/BLU7uDx4y3fNmel73yR7BvqINszNLTdu9UOVrWPyMEMzBzwBVL11kFOT6Zo5mR4ZoYNXSBPkLMpmDnjvi5G3VyryAPkdIJmTrmPqta7PTV8iOxPwMw+x66Kvv2gE/pLZI2XpRFLe41jNvW8H6IVcAfZ4Iouss10+T8bHGPk6zqtBzSqEW+Yib7S+yvAAGVpyY0LAKOhAAAAAElFTkSuQmCC);background-repeat:no-repeat;width:36px;height:36px;display:block;margin-top:-36px;opacity:0;transition:opacity .3s}.loop-post-content .post-share:hover .share-hover{opacity:1}.loop-post-content .post-share:hover .share{opacity:0}.loop-post-content .post-comment-holder{float:right;margin:0 0 30px 10px;width:36px;height:36px;position:relative}.loop-post-content .post-comment{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzE0MjczNjI0NDBEMTFFNTkyRTlBRjVFMTIwQ0Q1RjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzE0MjczNjM0NDBEMTFFNTkyRTlBRjVFMTIwQ0Q1RjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MTQyNzM2MDQ0MEQxMUU1OTJFOUFGNUUxMjBDRDVGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3MTQyNzM2MTQ0MEQxMUU1OTJFOUFGNUUxMjBDRDVGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvE5H7QAAAN3SURBVHjavJhNSFRRFMefM1OmhW6yMSjbBGVgmKNQUNAHLYqiyFoY6KaPCexrUamLqJBozFVSiymIsEUtKiqGaBOBBVY6ZQVZ4MqKNBdRlJJl9j/yf3GZ5o3nPZ8e+IHi8dz/ve/ec8+5WbFYzHJpYRABS8A8MAfk8G9D4DP4AN6AJOh3Ezyk9AuAlWATmMuBXoDbFDBIv1wKXABKQBX4BBLgMfjjh6BSEAVfwQ3wHPx28P1GesADxi8D2yguDrq8CpoO9oBlDNRhuTcR/oxUgP1c2Utg2OlTpLN8IJtrJjjoUUyqdTDWLMbO1woSxybOpNnYH36YxDrL2E3pRKUKygbHQTu4CkYt/22Usds5VnYmQVGemlZr8q2VKSHqJEhO01JwfpJWJt1KXeCYpamCssBecNHnPaPZU3GuUsA89qvAdx7P/ywSifgyejKZdDp925l422xBkoFvKuMGQQ3YyYwcTOMjOeYtZ39fEfMWqLQFhXkddCrFSLbeqvBdTL9T4OQ4vp1MmoUBXpSyliOKQQ4rxZh2Aqwex2eEGspEUDF4rQy+y+P20fyfaCgWQUWgVxl4oUdBixQ+oqFIBBWAPmXgacbPd8ARLvdLsA8MkCivB9tmKGKLhoIQi6shD7O2T9AhbnT5fQPzieSz2awUtCYackJGYnRrl7nM80EDN+4a/k1qoeVevm3IVgZ+Kfx/sCQRKyR2pbjO8Fub8n9fFLHHvlSA3zysnMATj5v6qcJHJjcQsHe3MvBpZb4yTUrfcwq/sdMugrpZkGvsIdjNe09jUuBvBB8VvqKhO8QMWcVrQTP7K+Ae2AIajc89SME9XJV34K5SfJA3xvUQiySZSbnyW1ss4qRQP8DjLaXuGXYcXqycGvrseijB29at9bN0aJiAGIttUsIs0B6xG6hwGWg9m8WJmIyZx0byn6BRZtcoc8pUWS7HjNtdrdkoSkf5inVJs1lXO1R6EzW5HWo5ZpdT1xFnb14zBatTwxMaz9QG/eRRXgGqPd5xmpWp5hiNHDNj5yo5pI439VGf95TEOsbYdRxL1duLYz0v0xYPp8/pNLUwUdanEzPe68cwGzn7OWYHO5NkhueYdPEjzDN5bEI9P8eYp6+WfVMlT2GSNXAvk6P5YBXmRVlCMb4/WFkM1EbCfISSldvs8KT3nk9619w+6f0VYAAcNNPYmTAIswAAAABJRU5ErkJggg==);background-repeat:no-repeat;width:38px;height:38px;display:block;transition:opacity .3s}.loop-post-content .post-comment-hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTMxNzAxMjE0NDBDMTFFNUJFRERCRjAwNDZBRkNFOUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTMxNzAxMjI0NDBDMTFFNUJFRERCRjAwNDZBRkNFOUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MzE3MDExRjQ0MEMxMUU1QkVEREJGMDA0NkFGQ0U5QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MzE3MDEyMDQ0MEMxMUU1QkVEREJGMDA0NkFGQ0U5QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjZkXGcAAALcSURBVHjazJi/bhNBEMbvzmfOJwtTBZBw0iAEpoqSNojGSClSueMBwEUeIDRUaeABKAzv4MpFJHcQykSpkiC6BCQgFZbss2P7nO87DdbZuj/GOt96pfEq9t58v8zO7t6s3mw2tf9prVbrHrpN2FNYEXYXZsvPDuwP7AfsFHZUKBR+R/krl8sTf5szQhjotmA7uq4/MU1Th2mGYXiG77xxo9Hotuu6tIeDweA5bIRnz/FTA3YIODdOy5wBZh1dNZPJFC3L0ggS1giGcZ5ls1nvK0CVer1eaTgcvoSvGqBO5gLCw7fQvUIEtnO5XCRIpACeowGs2O129+H3AF9/Ath10HgjBOYOunf4L7fz+fzcMNNg9EWf9C0a8UAy8D2m55Ft2+P8SKLRF33SNzWCoIwpGAvdWzzwgPmyqEbf1KBWvV63oiJURUgfLxLGD0UtagYCcTUhgV8wgdNq1KImorQ+AQQYJsprDkgyZ2bJKQlAFVCGP0LPsHesJrGa5ll93ONk4x0D7aSRN1H5RAYPiGeTHAfKgKhNBkzbfUZok2eTprgJwwaBSiqj448SWQi0xhNbdROGNX6uLBHQCj/tNPeeqD2JLOpDE3C4OnjTUw4iDA6BrvDKqRxIGK4IdLFEQBcEOsPrpXIgYTgj0BGrgyUAIsOxwboJCXWuMkrUJkOlUvn1b9k3UKooAxLthv/14wvqpksVUaImtFnpHo6BMG2cv4+om7Q09yRqUROthulyJ96pWVFi6TVlQCqNWtQEzElY1VHr9/vf0sgnalCLmqFlEKJEkn0M/rlIKPqmBrUQnV5k5Qqov+j28MB3x3ESzSn6ok/6poZoxdf2MvANQnrQbre1JFYffdAXfdJ3EEzk7YfcTnxAEfC10+nMdB0TBsIpkqU9/3WMf/UBahcOtwAWd2HlHZI0gvA44A6c6IWVQNHRZxrLJoR9A8YrvdWQK71LudI7jrvSm243AgwAgX93BFOQ40gAAAAASUVORK5CYII=);background-repeat:no-repeat;width:38px;height:38px;display:block;margin-top:-38px;opacity:0;transition:opacity .3s}.loop-post-content .post-comment-holder:hover .post-comment-hover{opacity:1}.loop-post-content .post-comment-holder:hover .post-comment-hover span{opacity:1}.loop-post-content .post-comment-holder:hover .post-comment{opacity:0}.loop-post-content .post-comment-hover span{color:#fff;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-moz-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);-o-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);opacity:0;transition:opacity .3s;font-weight:400}.loop-bottom-seprator{height:1px;color:#e5e5e5;background-color:#e5e5e5;border:none;width:100%;margin-top:13px;margin-bottom:25px}.loop-bottom-seprator-without-border{height:1px;color:transparent;background-color:transparent;border:none;width:100%;margin-top:5px;margin-bottom:5px}.loop-post-content .post-media,.post-media li.images{height:460px}.format-gallery .loop-post-content .slides{margin:0;padding:0}.box_size>.format-quote blockquote{margin-top:0}body.blog .video-img{max-width:100%}.loop-post-content blockquote,.single-post blockquote{font-size:22px;font-weight:300;line-height:29px;color:#717171;text-align:center;border:none;width:100%;padding:90px 15% 45px;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin-bottom:20px;margin-left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAABhCAYAAAAQoxXGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEQxNTEyMkQ0NDA4MTFFNUFCQkFFMDY1RTlCN0Y0ODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEQxNTEyMkU0NDA4MTFFNUFCQkFFMDY1RTlCN0Y0ODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4RDE1MTIyQjQ0MDgxMUU1QUJCQUUwNjVFOUI3RjQ4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4RDE1MTIyQzQ0MDgxMUU1QUJCQUUwNjVFOUI3RjQ4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrbZxF4AAAefSURBVHja7J2Lcto6EIZlm3vSXNom7XkF3v9Z8hBNkwAhgWCwj5ZZpw4xYJtfsrTxzmhoyWCQPu1qtatLkKapauXrSXAq+PF43NRvj3Q502WuS+IrgLu7O2PP1mz6+qWrv2O++7eOj51Vl3MuAdfhsdXhD8C7+uVClz7/f6PhL3wGP+IKhbn3BvzerAU+pnb5xpYwL1f6b2sNP87eCD2pU0+Xn1SBPb+ZtH/4xaET7NsC6JmV/M4dwwuN39eDi4Q6xVqX+IsBJ6W4pLG8hE9E8B+05qcugx9yhcpapW2v1uXeZ2evAvCAh7izCh/r8WemLoKPGPig5mevdXkQDn3AbRTV+PiZ/nzsGvgRVyg44Rl9fsZUqPN2CfBnLl0BH/IYPQA9LxAIvc9tFCGe5wL4wQFvvY6Qpr988bH8kGxoKGwSPLpC5NA96fImCHqHfZYu6JHUNk/aq0+aAh+xB46qEE3jHvlVCvQhW0LUsEVWcEZTuaZMfZ97Mcq0L1nTUyHA0ZYwZeAvTY7x51wplFDyYSZIy0O2hD3g8Peooa+acu4CNlvIsOpEl1dh4/kPlNeeDX8a+roprx7di1MezyU5cX1uI9R4vmLoeyOYpvPxEfdiVAfbMHRJ8Xi0E0fp10nmxDUxjzdhuh4YvhRB+zwvGvi0LBwT0mXoKM99xZqetND3yqxopY1N8D2GjjJdbwxd0uLACwYPc3Q19EqObseApiOdFFFz9Jymo6CnDH1RZxxGj+ko875g6EoY9AsgdAq/LutOtRAStdBLee9OQEdpfLbyBeW901g1EQY9S6nC4hga+klxDISGIrNHC4HQswxbANT0k4NXJwVwxuMx0juV6MgR7BugL/VUx5GDgud1X9+B8/QHYdAVtw9qVdF0N8NmHbyGHnFPRgwVFJH7q+StjKW06iXoWXMNHZqFrAsOlU9PWNOlQe8CPfglGnot8FrbaUxHZdpoTN8Ig56loBHOXGxqWlvJ1HPO+AZUKerFcyVPvnFBePD3+/LptjUe1ZOXQqF3gLOciSnolTSeF/9dg8b1P0rmNieKXvYR8QwN3WjkMiwJPQA6K1Oh0Psg6ImysAuorKmnqQkiJEvz9YWSKaip2+zQkilrpp5Xft6Cpm9/Gb40GSlMLJ4OL/hj4weHJbUdAf1NKHQF8uJJnm394LDE2I5a2P8qFPoQNAwmPNtRLmg8SttTm5XyVNvfjq2MtQKetR01J42VvAQMyUDhMm9Wh8HwSKVQK2o2QrV9BHzWxhXwyEoFAqFHCpdytS7hHjMfgYIRmXRabT8qXRc0Hl0pAt9rwR+dHTQO3sSPuBAEvadwi0vflYMPKbQinyJ3nHq9NfR9tHRIwmlU6J0weXk8Zdn0KeDPDWvn9hwW5Xei5taw30Ip62eT8/qwgbGmr/6dueqjt9+x4KyS8t1wKty8xnNC5rfFRkzY/FPGzpeDi5CLKMvO77dtpC3AxhR45JLpqkLRvaVyP5lzrZo7Kfu9jYrOtTkFvEmnpaolWHBxrRP8Vm4c95610Wv+HPq64H86ON9esbPjQpLH5IznVId5XmVr1S74/xx2uGKeCjZpAVDrDk12gEkZX+AdPIdpf3ngXG2nOqqZbB9q6bRJoXaZHjshIz9WdZUfQj4Ici9+FfGhjbYbOrQiX0kDr9S/O2psw/cp2TTS8K/LgI+UX5IdvWLTJ/GtjYYa/qU08JmVurL0XaHyM9J4VhQBDPf826terewEVCLlr1zlrx6ToPGZXFjQxtDj9vm0EyoUUjHqtKNW4486e5EE2EXTvFaOjPcfwO/af4+13mS4WcKC0aFEjScZtOAPKwffNP0OXsry534LvlwbZeCl7HLpGgSUCGojceBJJK7hh7fPFrzNzXqWnDwTkkpqn86OKZPg7JmqgxRTH9KG2HwjSdnYaGqMl7TxswX/RcErieBNjcWJJCc4P8bHLfijQm3k/eZPOlUrr/FSDiYy6YStpLRPmOsFayGmbG1Y40W0z+7UR8J9rSZ9lTep4H0/mcr0IUuJAPgrieBtQBHRRkX745H3qNgWG0emkrL8Un5m62Lty90XaTyJr+fIbyx53dlmRR/lNd97d+d4K0+91xeh34XssPvBszx7WCmbMGIPx/p5PgtbCJ4P3/HJe503EIOYKn/iHptdxTiUwpx4UrF1Q6Z345FlnOyuuTh4UYH28FEH8JsS+vEPqtlQqouHSXzwRzT0adHUZK/wHmuXz5mfqebj54/K3czmitvok5S6hUprPup2JfTUxJWbp7us+S7N7bdXt+673yas0KtdcvZcu248Vm5dlXoQemmNz2l+00eBpOxQuRpkitgnatI6LtmZO9gJK98mreH3uHKdBrRqovwILtEeNRs7eD8phQZeSinqXiMesObbOJY0YS33LVoWMXwbe/dXquKVpLXA5zqAycpl0bgX5ffS5h4riQnzH7OWV44ingSe4Ss2+6T9I4AFiNljf1Wydvj0uI0GgDZa8vy8tsONAv/+PK7YgHt4WFKzY541LJU/hxnXlZAtZHYXbZlOkGUet22EuIIUDb5onOvwa36fXsJlreTeUFVWOrk2CnbaiNpmbeKu2ZPBt+Kn/C/AACcVgvtfGX9kAAAAAElFTkSuQmCC) no-repeat 50% 50%}.loop-post-content blockquote .name{font-size:14px;line-height:20px;font-weight:400;margin-top:25px}.post-password-form{margin:150px auto 0;display:block;max-width:580px;text-align:center}.post-password-form p:last-child{margin-top:25px}.blog main,.archive main{margin-top:110px;padding:0 !important}.archive .item .loop-bottom-seprator{display:none}.blog .loop-post-content,.archive .loop-post-content{position:relative}.blog .loop-post-content .post-media,.archive .loop-post-content .post-media{margin-bottom:33px;position:relative}.blog .loop-post-content .post-media:after,.archive .loop-post-content .post-media:after{content:"";position:absolute;width:100%;height:100%;background-color:rgba(255,255,255,.2);opacity:0;z-index:1;transition:opacity .3s;top:0;left:0}.blog .loop-post-content .post-media:hover:after,.archive .loop-post-content .post-media:hover:after{opacity:1}.blog .loop-post-content .post-categories,.archive .loop-post-content .post-categories{line-height:15px}.blog .loop-post-content .post-categories a,.archive .loop-post-content .post-categories a{font-size:13px;font-weight:700;color:#343434}.blog .loop-post-content .post-title,.archive .loop-post-content .post-title{font-size:22px;font-weight:700;line-height:30px;margin-top:10px;margin-bottom:8px;color:#343434}.blog .loop-post-content .post-meta .post-info p,.archive .loop-post-content .post-meta .post-info p{color:#8b8b8b}.blog .loop-post-content>p,.archive .loop-post-content>p{font-size:14px;line-height:22px;color:#8b8b8b}.blog .loop-post-content blockquote p,.single-post .post-content blockquote p,.archive .loop-post-content blockquote p,.single-post .post-content blockquote p{font-size:14px;line-height:22px;color:#8b8b8b}.blog .loop-post-content blockquote,.archive .loop-post-content blockquote,.single-post .post-content blockquote{border:1px solid #e5e5e5}.blog .loop-post-content p .more-link,.archive .loop-post-content p .more-link{text-transform:uppercase;margin-top:35px}.blog .loop-post-content p .more-link i,.archive .loop-post-content p .more-link i{font-size:15px;margin-left:5px;position:relative;top:2px}.blog .loop-post-content .post-comment-holder,.blog .loop-post-content .post-share{float:none;position:relative;left:95%;margin-bottom:0;margin-top:10px}.blog .loop-post-content .post-share,.archive .loop-post-content .post-share{right:40px;bottom:-4px}.blog .loop-bottom-seprator,.archive .loop-bottom-seprator{margin-top:44px}body.archive:not(.blog) article{webkit-box-shadow:0 1px 21px rgba(0,0,0,.12);-moz-box-shadow:0 1px 21px rgba(0,0,0,.12);box-shadow:0 1px 21px rgba(0,0,0,.12);padding:0 20px 20px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;-webkit-box-shadow:0 1px 21px rgba(0,0,0,.12);-moz-box-shadow:0 1px 21px rgba(0,0,0,.12);box-shadow:0 1px 21px rgba(0,0,0,.12);margin-bottom:35px;background-color:#fff;overflow:hidden}body.archive:not(.blog) article .post-media{margin-left:-20px;margin-right:-20px;margin-top:-25px}body.archive:not(.blog) article .loop-bottom-seprator{display:none}.portfolio-item .item-wrap{position:relative;height:100%}.portfolio-container .portfolio-content .share,.inner-meta .a2a_dd{font-size:13px;font-weight:400;color:#1b1b1b;padding-right:19px;line-height:15px}.portfolio-container .portfolio-content .share:hover,.inner-meta .a2a_dd:hover{opacity:.7}.portfolio-container .portfolio-content .share{border-left:1px solid #7f7f7f;padding-left:15px}.inner-meta .a2a_dd{float:right;text-transform:uppercase}a.a2a_menu_show_more_less{padding:15px!important;margin:0 !important}.a2a_menu a:visited{color:#808080!important;border-bottom:1px solid #ececec!important;border-right:1px solid #ececec!important}a.a2a_i,i.a2a_i{padding:16px 18px!important;width:112px !important}a.a2a_menu_show_more_less{border:none!important}#content .post-pagination{border-bottom:1px solid #c9c9c9}#content .post-pagination span{display:inline-block}#content .post-pagination .next-page-link,#content .post-pagination .no-next-page{text-align:right}#content .post-pagination .page-num{text-align:center;font-size:12px;color:#020202}#content .post-pagination>a,#content .post-pagination>span{padding-bottom:11px;line-height:25px;transition:all .5s;border-bottom:1px solid rgba(0,0,0,0);border-bottom-width:0;cursor:pointer;position:relative}#content .post-pagination>a:after,#content .post-pagination>span:after{content:"";position:absolute;bottom:0;width:0;height:1px;background-color:#020202;left:0;transition:all .7s}.single-post #content{margin-bottom:30px}#content .post-pagination a{color:#c9c9c9;display:inline-block;font-size:12px;font-weight:400}#content .post-pagination>a:hover{color:#3a3a3a}.blog #content .post-pagination{width:97%;overflow:hidden;position:relative;border:none}.post-pagination>a,.post-pagination>span{width:33.33%;display:inline-block;float:left}#content .post-pagination .pagination-border{position:absolute;width:100%;bottom:0;left:0;height:1px;background-color:#c9c9c9;height:1px;padding:0}#content .post-pagination .page-num:first-child{margin-left:33.33%}#content .post-pagination .post-pagination-hover{height:1px;padding-bottom:0;position:absolute;left:-33.33%;bottom:0;z-index:0;background:#e21907;opacity:0;transition:all .3s ease-in-out}#content .post-pagination .prev-page-link:hover~.post-pagination-hover,#content .post-pagination .no-prev-page:hover~.post-pagination-hover{left:0;opacity:1}#content .post-pagination .page-num:hover~.post-pagination-hover{left:33.33%;opacity:1}#content .post-pagination .next-page-link:hover~.post-pagination-hover,#content .post-pagination .no-next-page:hover~.post-pagination-hover{left:66.66%;opacity:1}.tab-cell{width:100%;margin-right:10px}.notification-center{position:fixed;width:100%;height:0;z-index:-99999;opacity:0;overflow:hidden}.notification-center .notification-collapse{width:55px;height:35px;background:url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/img/notification-sprite.png) center -1302px no-repeat;position:absolute;bottom:50px;left:50%;cursor:pointer;margin-left:-27px;opacity:0}.notification-collapse-area{position:absolute;width:100%;height:100px;bottom:0;z-index:0}.notification-center .header,.notification-center #notification-tabs{opacity:0}.notification-center.dark{background-color:rgba(0,0,0,.8)}.notification-center.dark span,.notification-center.dark a,.dark #notification-tabs ul li.ui-state-active a{color:#fff}.notification-center.light{background-color:rgba(255,255,255,.8)}.notification-center.light span,.notification-center.light a,.light #notification-tabs ul li.ui-state-active a{color:#000}.notification-center .notification-tab{text-align:center;margin:0 auto}.notification-center .notification-tab .tab-item{display:inline-block}.notification-center .header{margin-bottom:45px}.notification-center .info{padding:23px 30px;height:63px}.notification-center .info span{color:#878787;transition:color .3s;float:right;line-height:13px;cursor:pointer}.notification-center .info span:hover{color:#fff}.notification-center .info .date{font-size:12px;font-weight:400}.notification-center .info .time{font-size:13px;margin-left:15px}.notification-center .logo{position:relative;display:table;margin:auto}.notification-center .logo{max-height:300px;max-width:300px}.notification-center div[id*=opt]{min-height:200px;float:left;margin-top:0}#notification-tabs{border-radius:0;width:100%;height:100%;margin:0 auto;background-color:transparent;border:none;text-align:center}#notification-tabs .tab-title{display:none}#notification-tabs .tab-container{width:80%;margin:auto}#notification-tabs .pager{margin-bottom:100px;position:relative;z-index:999}#notification-tabs .pager a{margin-right:20px;opacity:.5;transition:opacity .3s;position:relative;width:100px;height:40px;cursor:pointer}#notification-tabs .pager a[class=""]{display:none}#notification-tabs .pager a:hover{opacity:1}#notification-tabs .pager a.is-selected{height:23px;opacity:1}#notification-tabs .pager a.is-selected:after{content:"";height:1px;background-color:#fff;position:absolute;width:100%;bottom:-5px;left:0}.notification-center .post{text-align:left;padding:0 35px 25px 0;border-bottom:1px solid rgba(255,255,255,.1);margin:0 15px 25px;width:calc(100% / 3 - 30px);max-width:500px;display:table;float:left;height:100px}.notification-center .post .date{width:17.1%;padding-right:29px;display:table-cell}.notification-center .post .date .detail{float:left;margin-right:25px}.notification-center .post .date span{display:block}.notification-center .post .date .day{font-size:30px;margin-bottom:3px;opacity:.5}.notification-center .post .date .month{font-size:11px;font-weight:800;margin-bottom:5px;text-transform:uppercase}.notification-center .post .date .year{font-size:11px;font-weight:800}.notification-center .post .title{display:table-cell;vertical-align:middle;width:75%;text-align:left;font-weight:400;font-size:14px;text-transform:uppercase;top:-2px;line-height:18px;position:relative}.notification-center.dark .post span,.notification-center.dark .post .title,.notification-center.dark .post p{color:#a6a6a6}.notification-center.dark .post:hover span,.notification-center.dark .post:hover .title,.notification-center.dark .post:hover p{color:#fff}.notification-center .post:hover .date .day{opacity:1}.notification-center .portfolio,.notification-center .posts-tab .notification-tab{overflow-y:hidden}.notification-center .portfolio{max-height:190px;margin:0 auto}.notification-center .portfolio-item>a{display:block}.notification-center .portfolio-thumbnail{height:140px;background-size:cover;background-position:center center;margin-bottom:15px;position:relative}.notification-center .portfolio-thumbnail:before{content:'';background-color:#000;opacity:0;width:100%;height:100%;left:0;top:0;position:absolute;transition:opacity .3s}.notification-center .portfolio-item:hover .portfolio-thumbnail:before{opacity:.3}.notification-center .portfolio-item{text-align:center;margin-right:30px;margin-bottom:45px;margin-top:45px;width:210px;height:190px}.notification-center .portfolio-item .portfolio-title{opacity:.5;transition:opacity .3s}.notification-center .portfolio-item:hover .portfolio-title{opacity:1}.notification-center .portfolio-item .portfolio-title,.notification-center .portfolio-item .portfolio-category{font-weight:400;font-size:13px}.notification-center .portfolio-item .portfolio-category{margin-top:5px;opacity:.2}#notification-tabs #opt4{text-align:center}#notification-tabs .cart_list{display:block;overflow:auto;margin:auto;height:410px;border:none;max-width:100%}#notification-tabs .cart_list li{display:inline-block;opacity:.7;transition:.5s all;margin-right:36px;text-transform:uppercase;text-align:center;padding-top:10px;margin-bottom:50px;width:230px}#notification-tabs .cart_list li:last-of-type{margin-right:0}#notification-tabs .cart_list li.empty{background:transparent url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/img/notification-sprite.png) center 0 no-repeat;color:#fff;padding-top:297px;opacity:1;font-size:18px}#notification-tabs .cart_list li.empty a{display:block;margin-top:6px;font-weight:400;font-size:14px;color:#515151}#notification-tabs .cart_list li.empty a:hover{color:#fff}#notification-tabs .cart_list li:hover{opacity:1}#notification-tabs .cart_list li div.cart-img{float:none;width:230px;height:280px;background-position:center center;background-size:cover;margin-bottom:15px;background-image:url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/img/place-holder.jpg)}#notification-tabs .cart_list li a{color:#fff;font-size:12px}#notification-tabs .cart_list li a.remove{font-family:roboto,serif;font-size:24px;margin-top:-17px;margin-left:-5px;display:block;color:#fff !important;background:none!important;width:1em;line-height:1;opacity:0;transition:all .8s}#notification-tabs .cart_list li:hover a.remove{opacity:1}#notification-tabs .cart_list li .quantity,#notification-tabs .cart_list li .quantity .amount{color:#b5a972}#notification-tabs .cart_list li .quantity{display:block;margin-top:8px}#notification-tabs p.total,#notification-tabs p.total .amount{color:#b5a972;margin-top:30px;font-weight:400}#notification-tabs .buttons{margin-top:20px}#notification-tabs p.buttons .wc-forward{text-transform:uppercase;background:#696969;color:#fff;border:none;width:180px;height:50px;display:inline-block;padding-top:18px;font-weight:400;transition:all .3s}#notification-tabs p.buttons .wc-forward:hover{background:#b5a972}#notification-tabs p.buttons .checkout{background:0 0;border:1px solid #fff;margin-left:10px}#notification-tabs p.buttons .checkout:hover{background:#fff;color:#000}.notification-center.light #notification-tabs .cart_list li.empty{background:transparent url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/img/notification-sprite.png) center -610px no-repeat;color:#000;opacity:.6}.notification-center.light .notification-collapse{background:url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/img/notification-sprite.png) center -1402px no-repeat}.notification-center.light .post{border-bottom-color:rgba(0,0,0,.1)}body.woocommerce-cart #content{width:100% !important}body.woocommerce-cart .sidebar{display:none;width:0}.empty-cart-container{width:540px;margin:200px auto 240px auto;text-align:center;padding-top:50px;padding-bottom:80px;background-color:#fff;display:block;box-shadow:0 0 15px 0 rgba(0,0,0,.2)}.return-to-shop a.button{background-color:transparent;border-radius:27px !important;width:188px;color:#000;font-size:13px !important;line-height:3px;height:42px !important;margin-top:30px;border:2px solid #949494;transition:all .2s ease-in}.return-to-shop a.button:hover{background-color:#000;color:#fff;border:2px solid #000}p.cart-empty{font-weight:600}.empty-cart-icon-container{display:block;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAADKCAYAAABHTbluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRDlEMzA5MUUxMzhFNTExOTNBQjg3OTgzNDA5M0FDOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFQzU1QjM3REMyNzgxMUU1QURBOEI5Q0Q1ODIwNzRBOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFQzU1QjM3Q0MyNzgxMUU1QURBOEI5Q0Q1ODIwNzRBOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM2NzAzNTM3LTg0YTgtNDEzNy05YWMzLTk4NjllZDY2MzQyZCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmE1M2ZhMGQxLTY5Y2MtMTFlNS05MTY3LWVlMjIzNTBiMmYyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PizZrbUAAAtUSURBVHja7J17iB1XHcfP3my2u2lM0r2PEG1tSTE2Rc2IIljUxjYVFFsoBKWNj0IlKlFQoqX/2KLW9xtB+xD6R21jU9AgSNE2VovUv4qjxdKURizSVnc3IcS82jzW3/Ge6M3smTtnnnfumc8HvtzdM/dO7ky++/v95pwzZyYWFxeV7wRB4PK2luiNoreLLhNtEK0XtUUrRdOiY6IjogOiZ432if5gXkshDMOxO+eTqtlos1wr+oBos6iT8P4VRj3Rxsi2F0WPiHaLfi063eQT22rocb9OdKfon8YIWx1MlcSrRR8V/cqY7Jui12CsZnC56GeiZ0QfF60u6d/REe3zov2iu0SvxVh+omukb4v+LPpghcd9nmi76GnRraKpphhrwvfiXQr398jLvSZVJXHEFOJ/NFFNF+cviQ6LjovOF60SXWiKex0BrzAF/3kO+9f7/JDoSd+Ld2+NJYZaJi9fNpFiYshbtWl+Lvqp6HHRyQz/3IzoGmOaa81FQRx6/ztFP8RY42eqGVNLXTfkbS+Z9Hi3iVRFobsnPiPaIbpgyPvuMu857aOxWh6aalZeHh1iKp3SvqD6fVTfLdhUmgMD+/+B6FTM+/TFw0MJ0Y3ivSam0ld5D5u6x8bvTF10h+hEyV/nkIlcbxE9FfOe60UPipZjrPqaasrUSm+zbD5j6q0tor9X/NX+Yr7T3THbrzMXFxMYq57cI7rK0v6y6AbRbWp0veEnTOr7rMhW1G4z6RNj1SxafVJePmLZpMf23qv6vet14PvGRDaDa+NfjbHqY6rXy8t3Yi7rb5Arqsdq9pV3iT5tadfdI/er/ENLGKsgfqT6/UhLrrrEVL+s6Xf+segrlva1qj/GiLFGHK1ujKmr7hFT3Vvzr3+7yBZNbxK9A2ONzlTTMX/d+81lft3RdZb+wzgYaddXh98b96vEcY5YH1P2aSnbJVodG5Nj0NN2brG0v1X0foxVfbTShe7nLJv2iKl+O2aHo1O2bcxmJ8aqHt2FcHGkTfcP3TGGx3K28zbKlaI3YKxqucnS9rBEqyfH9Hh+ofpztlyOE2OVlAb1nPP3xXQ7jCs62v7E0r4VY1XHO9XSfqt51b+BYZzRnaPRmRA63W/AWNVwVUwaPDXmxpoTPWFpvxpjVcO7LG2PKj/YG1PEY6wKuNzS9rgnxvq9pW0jxiq/cNcdoqsizUckDT7vibH+amnbIMfdwljlcqmlbZ/yhwXVn9o8iB66ughjlcsaS9sLyi9s0beHscrlVZa2f3tmrEOWtpUYq1xWWdoOe2as45a2FRgLAGMBxgKMBYCxAGMBxgKMBYCxAGMBxgLAWICxAGMBYCzAWICxADAWYCzAWAAYC2qM06N7HZ+pPDLq/v3G/RizPCTK6elfAwell9oZ5c2T+pmA50fa9JMnjnrkoTVq6bMPD5njHCVzYrBthUasAfRzX1YqaCKp7t9spYwWmKq5rJLMtbwMY81ybhtPuwxjtTmvjcc5uKSpsWwPD9LP4tvJ+fYS/XSM6HLg3TKMZYtYf1P+LNMI57LfYqxSUqEtDB7k/HvLwTypMI2xOhir8cZqV2Wsec6/tyw4eqCUVHiA898oY1FjwfjUWD0iVuONVVkqpMbyl7lRGotUSCrMZawJjIWxyjBW2/JePUfoJOffW15RS9fQXxYEQbtIY9HV0Ezms0atPMYiDZIOcxuri7Ew1kBZVGiN5XI5Cv6nwm6RxiIVNpMD1FgwljWWbThngfPeSGOVngoxlv/MlV28kwqJWKWkQmaPYqzKjMXMBv9ZcKy3C02FDOk001jFRKwgCPQiHNFFKk6IjnHevUcvthJdjGRaPLEit7FiLi+JVs2uszpFGKtNfdVo5ssyFl0NzSbTsE7WiIWx6HIopcai173ZEatXhLEYzqHGKiViUWORCitLhXQ3NDsVtoswVptUiLEcgk0hqZCI1RwyDetgLBhZjdWjeCcVpk2FQ59MEQTBlFo6CHlapX/wAIwvenmFU5YgNBWG4cmsEYuuBljMkg6TjNWhvgKVYbwQY0HWAr6Xx1gM54Am9bBOFmMRsYhYuY3FYiAQF0w6eYzFcA6UYixSIcQFk1ypsI2xQJXQ3UCNBXH/592iUyF36JAK47IZNRaMKBUGQTChuEMH4o2VOWLNWrYfVqzt3jjCMNRrvh+JNOs132ezGssl10IzSDWs06KrAcpIh8OMxWJrkPR/n8lYDOdAUsTqjKuxZkRfFD2n+lOknzO/zzTgP7Jux55qWGcyZfFeZSrUi3s9IrpioO1S0W2iLaJrlL+Lv9Xx2AursUY9nHNr5MQOottv8Tha1fHYUy3Alra7ocrn59yYsP3DHhurjseealgnbY1VZcS6KGH7hR4bq47H7o2x/pGw/QWPjVXHY081PTltP1aVHaS7Erbf57Gx6njsqabOpI1YVU6Z+ZroiZhtuv0bHhurjsc+lzti1WRt92Pm0vpLov2q//Dr/eb3LcrvdeZrd+xhGNrWfJ+JW/N9MkUaHMVwznHR7UZNo47Hrj2wzpLZjrmmQtZ2B+VYY3fS1FjMbADlGFzaaYzFKjOQq8shzljcnQOuxsqdCuc4r6TCvMYiFYJr8Z4qFXJ3DlRWY/k4e/RTqt9f9LTokgL2d4nZ13Gz7yYYq5s3FfporG+JpkUbRTsK2N8Os69ps2/fmKO7wY3pgZ8vLmB/F8fsm1Q4pNL30Vj/Gvh5fQH7Wx+zb5+N5RaxzNruqyLNpz011lMDP79ZOSyMP4Su2Ydt3z4Z60ykbY14ZrlLxIpLg4senqi9kXNxc4593Rw5n3t9O1lhGJ5xTYdpjOUjuyJ/gfomhl6G/fTMZ89yRiVP1vO6zmrFnKQovg5APy/aPfD7atGDoqkU+5gyn1k90Lbb7LspxupkjVg+T5nRkebowO+bRb8RrXX47Frz3s0DbUcj0cs35os0ls+97jqybI+0XSnaZwyyzvKZdWbbPvPeQbZ7HK3istcSz0w6Xj76PpzzgOrfcvX1SFrUc8+/KnpG/X+qtp6ee5nqPxXLFv0e8PxcHcxqrG7DUuFZ9A0KL4ruVP1b3M+iDbQx4bN6au4nlN93Dg2LWL2sqbAps0e1Md4k2pPiM3vMZ+5ryDlyWoBtkhprCfpumOtFG0TbRO9W/Y7PlWa7XjLxT6LHRPeLnlXNotBU2MQpM9owTb1DKK2x2i6pkNmjkDYVdulugEq6GzAWlFJjnWOsIAh0GlwWeY9e2/0VzidowjDU/XhHo7W6eOeCYRGLtd3BhcSZpC7GIg1C6nQYNRZru0MhXQ4uxmIxEHApj7ppUyGLgYCLsWapsaDyGqtJs0ehWGN10kYsaixw8URqY5EKwSWLDU2FLAYCpdRYTVkMBIqPWL20qRBjgUuNZY9YZr3u6EIWL5v1vQH+h3hCz6KNTkzQa77P2CJWl64GyFlntW3G4lG9kIahwzqthPqKiAVpjDXraiy6GiBTl0Mr7nKRiAUZuhycUyHDOZAmFbZJhVBGxLKmwlE/URUwFoA1m/VcUyH9WBDHvGvE4hmFkDdiOadCindIU2N1zjGWWac7urb7GYwFCRErukS7XvN9cjBiWbsawjBc5PyBjaQ131vUV1BwOmwPGovF1qCoAr6TlAoZzoEkFpIiFqkQikqFiTUWqRBy11gM50BRNVY3qcZiOAeSmM+SColYUEoqpMaCLKkw8aqQVAhZIlYHY0FeFpJqLKYlQ7E1VhAE2lTRtd2PhGHI2u4wlCFrvq9pKYZzoPh02G7R1QBVGov6CvJ0Ocy2FMM5ULyxunERixoLXJmLS4V0NUBlqRBjQR5jtSc2bdr0kPywlfMDBbI7LhUC5KGNsaAM/ltjdTkPUDCduO4GgFzG+o8AAwCgqZZhVo325wAAAABJRU5ErkJggg==);background-size:100% 100%;width:150px;height:200px;margin:40px auto}#notification-tabs .search-container{width:960px;margin:0 auto}#result-container{overflow-x:hidden}#notification-tabs .input-holder{position:relative;height:80px;max-width:100%;margin:200px auto 25px}#notification-tabs #search-input{background-color:transparent;border:none;border-bottom:1px solid rgba(184,184,184,.3);max-width:100%;width:100%;font-size:40px;line-height:80px;font-weight:100;color:#fff;outline:none;position:absolute;left:0}#notification-tabs .clear-button{width:40px;height:40px;position:absolute;background:transparent url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/img/notification-sprite.png) center -1482px no-repeat;right:0;top:50%;cursor:pointer;transition:background-image .2s}#notification-tabs .clear-button.searching{background-image:url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/img/loading.svg)}#notification-tabs #result-container .search-title{margin-bottom:30px}#notification-tabs #result-container .search-title,#notification-tabs #result-container .more-result{text-align:left;font-size:15px;font-family:'Roboto',sans-serif;color:#555}#notification-tabs #result-container .search-title-empty{margin-bottom:100px;text-transform:uppercase;color:#fff;text-align:center;font-size:20px;margin-top:95px}#notification-tabs #result-container .search-title-empty:before{content:'';background:transparent url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/img/notification-sprite.png) center -445px no-repeat;width:205px;display:block;height:200px;background-size:cover;margin:0 auto 80px}#notification-tabs #result-container .more-result{display:block;margin-top:15px}#notification-tabs #result-container .stand-out{font-size:inherit;font-family:inherit}.notification-center.dark .stand-out{color:#fff}.notification-center.light .stand-out{color:#000}#notification-tabs #result-container .item{margin-bottom:25px}#notification-tabs #result-container .thumbnail{height:145px;background-size:cover;background-position:center;background-repeat:no-repeat;margin-bottom:20px;position:relative}#notification-tabs #result-container .background-overlay{background:#000;opacity:.5;transition:opacity .3s;width:100%;height:100%;position:absolute}#notification-tabs #result-container .item:hover .background-overlay{opacity:0}#notification-tabs #result-container .item .title{font-size:13px;text-transform:uppercase;color:rgba(255,255,255,.5);line-height:18px;text-align:center;transition:color .3s;min-height:36px}#notification-tabs #result-container .item:hover .title{color:rgba(255,255,255,1)}#notification-tabs .variation{display:none}.error404 #layoutcontainer{height:100%}.error404 .not-found-page{text-align:center;position:fixed;bottom:0;display:table;top:0;width:100%;left:0;margin:auto;right:0}.error404 .not-found-page .image{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIoAAACOCAYAAAGZEaDkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUY3REQ4MzY2QTcwMTFFNUJGN0U4QUMyMjQ2NDMyMzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUY3REQ4Mzc2QTcwMTFFNUJGN0U4QUMyMjQ2NDMyMzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RjdERDgzNDZBNzAxMUU1QkY3RThBQzIyNDY0MzIzNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RjdERDgzNTZBNzAxMUU1QkY3RThBQzIyNDY0MzIzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmSQkmIAAArcSURBVHjaYmRABf8ZqATINeg/E7VcMGrQUDSIhVqJEOYibiDmp4ZB34A4lhrZYj6OLPKHyOz0H1mgk0B4/ccjDzfIA4gZKcm0MEIMiNkpNegblKNHaTHCBTWAk0xDPoCCBSCAGGlRQrYPWB4bNWSwG/KfQK4lypCX0By9gBJDbgNxNhAnUhomc6FFA7H56A+6IaBC/CcQG6EpRM6cSWiGsqAb8hWIO4B4Bx6bDxIqCe9D6fmU5OLXSAH7j9IWFtlFJEAAMRIw/AEQ32GgD3Ah5NN2BvoB6rVBB1XTatQxo44ZdQy0PDkMxIVI4koDGTKghmo/EDNDG/RqA+EYFqR+DqhD4AjEFQTqly9AzAF1uCQQvyDSLgkgfg7Ef6H1OjeukJEB4nNAXA7EbEh9J2wAZEgU1FApEjwuBdUTDY0JnHXQYSg7G4rJrZv+U9Cl+I/crAGFRiYQ/8DSviIWMBLgE93JToTGZScFjqEY6CH1aA2hYgYMVBzXIgJ8Q7fvGFqrnp4YDAACiJGExEiXMgYX2DNYmpsjr6k56pBRh4w6ZNQhow4ZdcioQwai8/V/sDgG5hAeIF4IbUzTvWGEbGEVUodrwFpo9gyQicQZAzliAJs/5IPyQfSSgYoaWAiAev/TgNiMAf9cYxgZDsWn7z96WqgB4ggCaSSMgbLpyTBCDomAOoRQYiV3/B6fPrhDzKBRwoyUWP+T6WMYTiInjSyhQmKlaLyEnMRKrEOUyS3QiE2sNO9ywhywYiDrGvTEajRQBRpyYgWNGukMVNRMBeJPDIjhrLCBiBoxqOWzoVGyg46hoQ616zGuwoie2B1kOUAA9s0ep2EgiMKz4Q6kT0OBklAhcQMuEAxXAIkuHQWiQUFUkUCiDwU1HSWi4gAcgDNAZxQ88pvsem0k28LBeGekVVZ25J8v492N5z1TN7E0iqeUy67eW09/4xb/01IoCkWhKBSFolAUioZCUSgKRaEoFIWiUNoYraqNtjFTXpJ2BVD8Dn1OqYzzKGl99O9DfHxYU82KYPbYsOeGrYkPSTvH/nmIUFijvYesuE7aFI/XM6Wv/F9Dg7KFT86KiFI1NSFbuC42q3mOR0o9ZxITgDYN3ZP41ibOtk9cR+mQt/Msut/FtlscfMOBwZqQAdV7mx9Ttr4SNfxjR9754oosVh02ACywk+uEokk5IVs3XNSAcuBdXJWLrBuxd76yZcZCKAOyKqEZMsUgc4hssb0KlB5mLzfGFW7wjlJbxxf6ZcI/fr/kmqwQCof4VdgkI6KQQ7IGiXUUw6Sc/uGNPQbblpQ31v5G5KCId3aTrPDgDAOtC2sdUJaY+X6KaUOLzhyUJgfa/xK5silPW6foswftGM/xOwZaliJchLLUrzLQboeQKWUH2iFZE1gQUJ4oa/xyB9odZ3oTMPLd/Y4BGXscMqs/g+luiH0MYkRWcsTtrWNAbshTM0mM6O9kVW1oK33ZtwDsnb1OQjEYhkuCuxIHBp2NxsEQR0JgcnBwIRoTSHR3kksgYWBycvBnwESvwEmNi16BixeAF+DCAJEozfkqpSnhnJ6fNO37hpNTen7gPLQv0Jzva9RH2QdAGI7UKB/j2BfHWOxOluW43cc1vaH7hBx5gwAFUAAFUAAFUAAFUAAFUAAFUAAFUCBAARRAARRAARRAARRAARRAARRAgQAFUAAllhBYiZYSHUqOWk6XygcsuC2dl+9ofeoLGHEPG0+VfE51Z5NlhcrXtK6wYH4Z5+95k6HUaWOHBZP38JZxQXW81fDJfcq+QeG6IhhLk6VNdTy7boHKT75BEUGVfB6hFpVbbDovVM/XllJg07zLbWoxsq+c+AZljbyDkZfkFF/x0mgrtPGG1rKvmBptItHkEWUaMT+3+/Q0vhLHaItsNlhaBE8PUoQiQnR/2GygeNEEyr3GV5IwWtMQ+zgySSMwt6XIvpKk0UYNr4+rQ4MPQQtlU/KVJI3WNO9AUkDCgtFC2UnBaEvKmzrK4NtLBS/AlGwxWi7TZAxcVRYEcYpgzmrIP7kmCScyNVpTDZk+xm+Y9S/atIw2qkb0Gk2lvkn1o6ygpGW0UVWj8zfmbG/Q9loWUNIwWhN9hjj/L+2XSfdJw2ijahwSyjgLKLYZrTVDB7YYrTVQbDFaq6DYYrTWdZ9FRvvsG5RFRvsAo501WgHMOyg6o5WBcL06DOWDrutbhnKsGK0KhJdvHYYirutRfjKQjFYHRN7Xtdwp69K1bfGKfaniUjJVFUhf2i/vEJCcMjTxr74yXrEhwakrB3UdAtJRrm1V3eGL+Z29a3seuT0PYbyrEP4EaO9sQpsIojj+gmilYinFD/w46anY2NZIvVgteOlJPTWCKGK99eBBL4p60IOIehBvRfBUD4Lf4FmsNIIiBUEvoiIIiuAHiArR6jzmLZlMZpON0c3O8P/Bo2Sys8nu/PPmn812Xu4/y3MzVZZfBB6DW95AJnAtqngap8Wrb4FY+Q5g6gEQCoBQAIQCIBQAoQAAoQAIBUAoAEIBEAqAUACEAgCEAiAUAKEACAVAKABCARAKABAKgFAAhAIgFAChAAgFQCgAQCgAQgEQCoBQQKZB5UWAjAL+bUax4fVnH1ttK1UsVvFSRVnauFjlKhWvSVebMttekV6ltVvFRpzmMLDXWItWcexQcUKiQ9p4FUmuicI1K82SY7zi9WXSq19HDFF1AQqs4eYP045xq2koqbio4gBVVvXmyq5HSa9W22mIhteI52WMe4wXGSW93jPXC8ZifwEL5anRgaeSC6TrIkd+Zh7p4gFnqFJAgNlFukDJMqNtH4QSrlCmJRtwVthudF5IupjCMaoUVOCsMkG6pkCXsS3XGuAKwrshlHCFwka0YHTqEiFMGFPRfBHMKcO/uLwKpp7AMwrJFHJJppSIRTLlHJIpqJ5XgZkNXCiPZNoZNTr2iBD2G1klzqukbWb5/eTJUQbCYIlsk/N04NI+xkRCmTU6rJapZEcDr9IuM1ug2kLcZnlls2p5FAXPRNKOY0w89fSKGd3SwKtkwcy6TtTPmLYxTzNK2seY2MwOGJ1cXiWLZrboOHHRySsG4h3SOsamzOwah1fJqpkdizmBIWSTdhxjIqE8IV0gbsgDM7uU9O9MrhPm+vR9lT4+0Y5jbCqj+GBmWbR3Zb8/Yj5RRXnut2zr2zefdhxjkGa2HQyqmKFk9flmZPvgrqP4ambTYDzmcsJhFcPyARmWx7OObcdDEoqPZjYNSpYPSHqtomB5jFIoQvHJzKbFpJVBmvUAOSvDTIaUUXwws2lRNt7/yF/uY8TYRzkUocDMVnNeBvdqC98octK/LPuDmSXcZuA7MLMAZhZ4bGb3QChhC6VVM9un4krMBSoIJRChtGJmI4FsgJmFmbXNLLNefI39m8ZeCCUIocxx4xur8VNCM8v0y7YD1gvlJbOcdAjlIMYh0/D4frHG7AU/cdwxmGfrmFkSYUxJJqGYzML/q/yRau+j6MZYZJpzDj0ciZ586HjyLdVerh6UTJGPEU6/PN6k4ptjn0WMQ6YzyR3HmD2wN7xN7vspbqjYJgLpcwhnyhAOZ57Pjn3MyT5A9liu4lbM2F83VWR7i/sNpof3Kt6pWKHiu/xdUGd7fsF7Kn5hTDIBLzKwVgQSB/vUrVT9f+hO+J7Lm5TsDi5EOHGNYu63TfpL6DoVO+W6SK/srBMfTi9h7/hBxXPxH2wtnjXq9AcXqDmM5AYiXAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center;width:138px;height:142px;margin:0 auto 52px auto}.error404 .not-found-page strong{font-size:36px}.error404 .not-found-page p{text-transform:uppercase;font-size:21px}.error404 footer{display:none}.not-found-page>span{font-size:36px}body.search .layout-container .color-overlay,body.search .layout-container .texture-overlay,body.search .layout-container .bg-image,body.search .content .color-overlay,body.search .content .texture-overlay,body.search .content .bg-image{display:none}body.search header a,body.search header .navigation a,body.search header .icons-pack a{color:#000 !important}.search-no-results header,.search-results header{position:relative}.search-results header.left,.search-results header.right{position:fixed}.search-no-results main,.search-results main{margin:80px auto;width:60% !important}.search-no-results main form input[type=text],.search-results main form input[type=text]{font-weight:300;color:#000;font-size:40px;width:calc(100% - 40px);border:none;outline:none}.search-no-results main form input[type=submit],.search-results main form input[type=submit]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAYAAADwbH0HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM2NkJBMEQxQjM3RTExRTVBNkE3RDY0QjY3ODg1MDBEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM2NkJBMEQyQjM3RTExRTVBNkE3RDY0QjY3ODg1MDBEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzY2QkEwQ0ZCMzdFMTFFNUE2QTdENjRCNjc4ODUwMEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzY2QkEwRDBCMzdFMTFFNUE2QTdENjRCNjc4ODUwMEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4DWqzTAAACXUlEQVR42ryXW4hMcRzH/yPCWpclub4ql3JJUjw6LArZ2igl8cA+4GVbKwkptWnlwYPrg0KJkiXWJSkilzxQyiW5FA/KLTvstBmfX32npPmfzn/mnPnV52Gm5nzO+c/vdnJRFLmYGAYroRGmwlgYDV/gHdyDLrgFf1xA9Pd8Xw9tsBW+wyXYB28lGAMTYRFchA+wC85WI54LZ+AnrIZuKHp+fwSGwCY4DGtgnU4kNvr993mpju0czIarMdJS9EAnTIPhcAfGh4jnSLgN2qHPhcVHHf0bnVJdEnG9pMfgkKs8emGVbvpgEvF2+AqtrvrI639er1P0iq1ktlR4vL54CqdgR1xWNysLr7t0wxLuier+c7knblQtFlMWP1OTiXxHPVMlkEU8hBk+sdXc+4zEdt0JPvFg+JWR2JJ1gE9sZTQqI/FQtd6y4tcwJSPxZHjlE9toW5KBdCDM0/XLii/AQhiRsrhJx3zfJ74LL2BzilJrTDs1Nvt84qJ6tbXMSSmJbT6PjBsUpSFxBc7DZc3UasIWiQ5ogW9J5nGLSstm6bgKpQv0EPuVO4kWgbwGeV6tbnFgBrdrY8lpMORCVp8fGhrHtRjcgBUx20QDbISXsAGWw3xNvM7QZc+ycA8cVdKdVNt7pC2zV6VniThdDaJDN1vQNSLtbj3K7sTrrcUnLQitSphZGih1ekLLhQfw3LMI2F91UzezN0RcioLGZujofKyt9Zqe/ECouJqwdrlMZVr4d5HMWmxxW+2zS+P3RK3ETvtcs15xfsPpWomd3r/WmtQqo5Zip7Y8CHb/FWAA5CWJayQ79SoAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center;border:none;background-color:transparent;width:30px;height:31px}.search-results main form input[type=submit]:hover{opacity:.3}.search-results main .search-result{margin-top:80px}.search-results main .search-result .search-item{float:left;margin:0 32px 32px 0;width:calc( 100% / 4 - 32px );min-height:198px}.search-results main .search-item{text-align:center}.search-results main .search-item img{width:211px;height:145px;display:inline;transition:opacity .3s}.search-results main .search-result .search-item h3{line-height:0;width:73%;padding-top:15px;margin:auto}.search-results main .search-result .search-item a{font-size:15px}.place-holder-thumbnail{height:145px;background-position:center;background-size:cover;background-repeat:no-repeat;transition:opacity .3s;margin-left:auto;margin-right:auto;backface-visibility:hidden}.place-holder-no-thumbnail{height:145px;background-position:center;background-size:cover;background-repeat:no-repeat;background-image:url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/img/place-holder.jpg);transition:opacity .3s;backface-visibility:hidden}.search-results main .search-result .search-item:hover .place-holder-thumbnail,.search-results main .search-result .search-item:hover .place-holder-no-thumbnail{opacity:.5}.miss-shortcode{background:#e2e2e2 url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/img/miss.jpg) no-repeat 0 center;max-width:670px;display:block;padding:40px 5%;text-align:center;min-height:192px;background-size:contain;margin:0 auto;border:2px solid #fff;outline:1px solid #e2e2e2}.miss-shortcode .title{font-size:40px!important;line-height:45px;letter-spacing:-2px;margin-bottom:13px;color:#616378}.miss-shortcode .desc{font-size:16px;line-height:25px;margin:0 20px;color:#616378}.miss-shortcode .desc a{font-size:16px;line-height:25px;color:#616378;position:relative}.miss-shortcode .desc a:after{content:"";width:100%;position:absolute;height:2px;left:0;bottom:-3px;background-color:#a9aab2}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.music-sc .tracks{list-style:none}*::-ms-backdrop,.music-sc .tracks{list-style:none}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before,.vc_row:after,.vc_row:before{content:' ';display:table}.vc_clearfix:after,.vc_clearfix:before{content:' ';display:table;clear:both}.portfolio-page-mode{position:absolute;top:0;right:0;width:100%;height:100%}.sidebar.widget-area.visible-desktop.hidden-tablet.light-sidebar.left-align.border.left.right-sidebar{height:auto !important}.vc_grid>div{width:100%}.wpb_column .wpb_content_element{margin-bottom:0}small.wcvendors_sold_by_in_loop div{display:none}.compose-mode .item_button>a{cursor:pointer !important}.md-text-content * li{margin-left:30px}.md-text-content ul br,.md-text-content ol br{display:none}#wpadminbar ul#wp-admin-bar-root-default>li.pixflow_custom_links{margin-right:5px}@media (max-width:1280px){.img-box-fancy .image-box-fancy-desc.image-box-fancy-desc-normal{width:80% !important}}@media (max-width:800px){.wrap-client-carousel{min-height:300px}}.iconbox-new .read-more:hover i:last-child{display:none !important}.light #notification-tabs .cart_list li a{color:#000}.notification-center span.woocommerce-Price-currencySymbol{color:inherit}.light #notification-tabs p.buttons .checkout{border:1px solid #696969;color:#696969}.light #notification-tabs #search-input{color:#000}.light #notification-tabs #result-container .search-title-empty{color:#000}.light #notification-tabs #result-container .item .title{color:#000}.sc-subscribe{padding:50px 0 56px;text-align:center}.modern-subscribe .mc4wp-form,.widget-area .mc4wp-form,.sc-subscribe .mc4wp-form{display:none}.subscribe-title{font-size:35px;line-height:35px;margin-bottom:12px}.subscribe-sub-title{font-size:14px;font-weight:100}.subscribe-textbox{padding:20px;width:60%;background:0 0;text-transform:uppercase;margin-top:30px;text-align:center;outline:none;max-width:750px;-webkit-box-shadow:none;box-shadow:none}.subscribe-textbox:focus::-webkit-input-placeholder{color:transparent !important}.subscribe-textbox:focus:-moz-placeholder{color:transparent !important}.subscribe-textbox:focus::-moz-placeholder{color:transparent !important}.subscribe-textbox:focus:-ms-input-placeholder{color:transparent !important}.subscribe-button{margin-top:20px;border:none;width:195px;height:47px;text-align:center;outline:none;transition:background .4s}.subscribe-err{margin-top:5px;font-size:11px}.subscribe-button-animation{-webkit-animation:subscribe-animation 2s infinite;-o-animation:subscribe-animation 2s infinite;-moz-animation:subscribe-animation 2s infinite;animation:subscribe-animation 2s infinite}@keyframes subscribe-animation{00%{opacity:1}50%{opacity:.5}100%{opacity:1}}@media (max-width:1600px) and (min-width:1280px){.classic-blog .loop-post-content .sepretor{margin-top:29px !important}}@media (min-width:1690px){.classic-blog.classic-blog-center .loop-post-content .sepretor{margin-top:45px !important}}@media (min-width:320px) and (max-width:1279px){.classic-blog.classic-blog-center .loop-post-content .sepretor{margin-top:45px !important}}@media (max-width:480px){.iconbox-side.icon-box-mobile-portrait-left .icon-container,.iconbox-side.icon-box-mobile-portrait-left .iconbox-side-container{text-align:left !important}.iconbox-side.icon-box-mobile-portrait-right .icon-container,.iconbox-side.icon-box-mobile-portrait-right .iconbox-side-container{text-align:right !important}}@media (max-width:900px) and (orientation:landscape){.iconbox-side.icon-box-mobile-landscape-center .iconbox-side-container .shortcode-btn{float:none !important}.iconbox-side.icon-box-mobile-landscape-left .icon-container,.icon-box-mobile-landscape-left .iconbox-side-container .description{text-align:left !important}.iconbox-side.icon-box-mobile-landscape-right .iconbox-side-container .shortcode-btn{float:right !important}.iconbox-side.icon-box-mobile-landscape-right .icon-container,.icon-box-mobile-landscape-right .iconbox-side-container .description{text-align:right !important}}@media (max-width:1024px){.iconbox-side.icon-box-tablet-portrait-center .iconbox-side-container .shortcode-btn{float:none !important}.iconbox-side.icon-box-tablet-portrait-left .icon-container{text-align:left !important}.iconbox-side.icon-box-tablet-portrait-right .iconbox-side-container .shortcode-btn{float:right !important}.iconbox-side.icon-box-tablet-portrait-right .icon-container{text-align:right !important}}@media (max-width:1280px) and (min-width:850px) and (orientation:landscape){.iconbox-side.icon-box-tablet-landscape-right .icon-container{text-align:right !important;float:right !important}}@media (max-width:1024px) and (min-width:768px){.iconbox-side2.style2.right-align .description{text-align:right !important}}@media (min-width:480px) and (max-width:800px) and (orientation:portrait){.iconbox-side2.style2.right-align .icon-container,.iconbox-side2.style2.right-align .heading{float:right !important}}@media (min-width:768px){.iconbox-side2.style2.right-align .image-container{float:right !important}}@media (max-width:1440px) and (min-width:1280px){.col-sm-12 .call-to-action .button-parent,.col-sm-11 .call-to-action .button-parent,.col-sm-10 .call-to-action .button-parent{top:42% !important}}.compose-mode .row-content-middle .col-sm-6{flex:unset}header.side-classic .icons-holder ul.icons-pack{max-width:100% !important;width:auto !important}.not-found-page{display:flex;align-items:center;justify-content:center;min-height:100%;position:relative !important;min-width:100%}.error404 main>div#content{display:flex;align-items:center;justify-content:center;width:100%;height:100%}a.wp-block-button__link{margin-top:5px;margin-bottom:5px;font-size:13px;line-height:1.5em}blockquote.wp-block-quote.is-style-large{padding:20px}body:not(.single) article .loop-post-content p{line-height:1.5em}@media (max-width:1023px){.navigation-mobile.header-light .menu-item a{color:#8a8a8a !important}}
/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:0;border-radius:50%;background:#fff;background:hsla(0,0,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;filter:alpha(opacity=25);opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}
div[widgetid*="woocommerce"] .widgettitle{font-size:15px}div[widgetid*="woocommerce"]>li{list-style:none}.widget_top_rated_products .product_list_widget li a:hover .star-rating,.widget_top_rated_products .product_list_widget li a:hover .star-rating span{color:rgba(205,180,113,1)}.widget_top_rated_products .product_list_widget li .star-rating,.widget_top_rated_products .product_list_widget li .star-rating span{line-height:21px;font-size:11px;margin-bottom:0;height:20px;color:#cdb471;transition:color .3s;font-family:star;letter-spacing:4px;width:100%}.widget_price_filter .widgettitle{margin-bottom:35px}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#000}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{width:10px;height:10px;border:1px solid #000;background-color:#fff;border-radius:50%;margin-left:-9px}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{height:2px}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content span:last-child{margin-left:0}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color:#000}.woocommerce .widget_price_filter .price_slider_amount .button{background:0;color:#ff1402;float:right;font-size:13px;font-family:'Raleway',sans-serif;height:23px;margin-top:5px;line-height:23px;padding:0}.woocommerce .widget_price_filter .price_slider_amount .button:focus{outline:0}.woocommerce .widget_price_filter .price_label{float:left;font-size:13px;font-family:'open sans',sans-serif;color:#0d0d0d;margin-top:0;margin-left:-4px}.woocommerce .widget_price_filter .price_label span{color:#0d0d0d;font-family:'open sans',sans-serif}.variations_form .single_variation_wrap{display:none}.single-product .container{margin-top:85px}.single-product .images{width:65% !important;margin-right:3%}.single-product .product .onsale{width:70px;height:70px;line-height:70px;background-color:#fff;color:#000;top:20px;left:20px;text-transform:uppercase;font-size:15px;padding:0;z-index:1}.single-product .summary{width:32% !important}.single-product .summary .entry-title{font-size:20px;line-height:20px;margin:0 0 30px 0 !important}.single-product .summary .price{color:inherit !important;line-height:55px;margin-bottom:15px}.single-product .summary .price .amount,.single-product .summary .price ins{font-size:55px;text-decoration:none;font-weight:300 !important}.single-product .summary .price del .amount{font-size:18px;vertical-align:top}.single-product .summary .woocommerce-product-rating{margin-bottom:45px !important;font-size:12px}.woocommerce .woocommerce-product-rating,.woocommerce .star-rating{color:#cdb471}.woocommerce .star-rating:before{color:#ebe1c6}.single-product .summary .woocommerce-product-rating p{display:inline;opacity:.5;transition:opacity 300ms}.single-product .summary .woocommerce-product-rating p:hover{opacity:1}.single-product .summary .woocommerce-review-link{color:inherit;font-size:13px}.single-product .summary .short-description p{font-size:14px;line-height:23px;opacity:.5;margin-bottom:35px}.single-product .summary .quantity{float:none !important;margin:0 0 25px !important}.single-product .summary input[type='number']{width:53px;height:53px;border:1px solid #cfcfcf;margin-right:10px;border-right:0;margin-bottom:10px}.single-product .summary input[type='number']:focus{outline:0}.single-product .summary input[type='number']::-webkit-inner-spin-button,.single-product .summary input[type='number']::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.single-product .summary .quantity span{opacity:.5;clear:both;display:block}.single-product .summary .button{background-color:#101010 !important;padding:0 125px !important;border-radius:0 !important;line-height:55px;text-transform:uppercase;font-size:13px;transition:opacity 300ms;outline:0}.single-product .summary .button:hover{opacity:.5}.single-product .summary .button .icon{font-size:20px;margin-right:10px;height:25px;display:inline-block;vertical-align:middle}.single-product .summary form.cart{margin-bottom:45px !important}.single-product .summary .product_meta>span{display:block;font-size:13px;margin-bottom:10px}.single-product .summary .product_meta>span span,.single-product .summary .product_meta>span a{color:inherit;opacity:.5;font-size:13px;transition:opacity 300ms}.single-product .summary .product_meta>span span:hover,.single-product .summary .product_meta>span a:hover{opacity:1}.single-product.woocommerce div.product div.images .flex-control-thumbs{padding-top:1em;margin-bottom:70px}.single-product.woocommerce div.product div.images .flex-control-thumbs li{margin-right:15px !important;width:auto}.single-product.woocommerce div.product div.images .flex-control-thumbs li img{max-width:97px;max-height:97px;height:97px;overflow:hidden}.single-product .flex-control-thumbs img{opacity:0}.single-product .woocommerce-tabs li{border:none !important;background-color:transparent !important}.single-product #reviews li.comment{margin-bottom:40px !important}.single-product .woocommerce-tabs ul.tabs{padding:0 0 20px !important;border-bottom:1px solid #d8d8d8;margin-bottom:30px !important}.single-product .woocommerce-tabs ul.tabs:before{border:none !important}.single-product .woocommerce-tabs ul.tabs li{padding:0 !important;margin:0 !important;opacity:.5;transition:opacity 300ms;text-transform:uppercase}.single-product .woocommerce-tabs ul.tabs li.active{opacity:1}.single-product .woocommerce-tabs ul.tabs li:before,.single-product .woocommerce-tabs ul.tabs li:after{border:none !important;box-shadow:none !important}.single-product .woocommerce-tabs ul.tabs li:after{content:"." !important;position:static !important;margin:0 20px}.single-product .woocommerce-tabs ul.tabs li:last-child:after{content:" " !important;margin:0}.single-product .woocommerce-tabs .panel p{line-height:21px;font-size:14px}.single-product #tab-description ul{margin-left:18px}.single-product .shop_attributes p{font-style:inherit}.single-product #reviews{width:78%}.single-product .commentlist{padding:0}.single-product .comment_container .avatar{display:none}.single-product .comment-text{margin:0 !important;padding:0 !important;border:none !important}.single-product .star-rating{float:none;margin-bottom:15px;font-size:12px}.single-product .star-rating.not-primary{display:none !important}.single-product .comment-text .meta *{font-size:12px}.single-product .comment-text strong[itemprop="author"]{display:block;color:#191919}.single-product .comment-text .meta-holder{width:21%;float:left}.single-product .comment-text .description{margin-left:21%}.single-product .comment-text .description p{color:#8a8a8a}.single-product #reply-title{font-size:16px;line-height:20px;margin-bottom:10px !important}.single-product .comment-form-author input,.single-product .comment-form-email input,.single-product .comment-form-comment textarea{width:100%;background-color:#f3f3f3;border:0}.single-product .comment-form-author input,.single-product .comment-form-email input{height:55px;line-height:55px;padding:0 20px}.single-product .comment-form-comment textarea{padding:25px 20px;height:155px !important;max-width:100%;max-height:155px}.single-product .comment-form .comment-form-rating{float:left}.single-product .comment-form .comment-form-rating label{margin-bottom:10px;display:inline-block}.single-product .comment-form .comment-form-rating .stars a{color:#cdb471}.single-product .comment-form .form-submit{float:right}.single-product .comment-form .form-submit #submit{height:53px;padding:0 25px !important;color:#fff !important;background-color:#1c1c1c !important;transition:opacity 300ms;width:100%}.single-product .comment-form .form-submit #submit:hover{opacity:.7}.single-product main .separator{border-color:#e8e8e8;margin:50px 0 60px}.single-product .related.products h2,.single-product .upsells.products h2{font-size:20px;text-transform:uppercase;line-height:20px;margin-bottom:60px}.single-product .related.products .product{width:calc(100% / 4 - 2%);margin-right:2%;text-align:center}.single-product .related .product .item-image{height:285px;background-position:center;background-size:cover;margin-bottom:15px}.single-product .related .product h3{line-height:1.4em;margin-bottom:5px !important}.single-product .products .star-rating{margin:0 auto 11px;display:none}.single-product .products .product .price{color:#0d0d0d !important}.single-product .products .product .price del{display:inline-block !important;margin-right:5px}.single-product .products .product .price ins{text-decoration:none}.single-product .products .product .button{color:#fff;background-color:#111;transition:opacity 300ms;display:none}.single-product .products .product .button:hover{opacity:.7}.single-product .related .onsale{width:40px;height:40px;line-height:40px;background-color:#fff;color:#000;top:10px !important;right:10px !important;font-size:13px}.single-product table.shop_attributes .alt td,.single-product table.shop_attributes .alt th{background-color:transparent}.single-product table.shop_attributes td,.single-product table.shop_attributes th,.single-product table.shop_attributes{border:0;text-align:left}.single-product .pp_gallery{display:none !important}.single-product .product-type-variable .price.raw-paragraph,.single-product .product-type-variable .short-description{display:none}.product-type-variable form.cart .variations select{-webkit-appearance:none;-moz-appearance:none;-moz-box-sizing:border-box;padding-left:10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKxJREFUeNp0zy8LwkAYx/G7g5UVw96K2TAQTFsdmMTkW7m+bLQp2C22YbTuDaxpWRiIfh/4CTrYwWfH8+945mOMV+fcGwWebvrMcIYPfDIscEQ6MZCqbn2ZDZXokOOAZDSQKJ+rr7ShFks8tOLeVtCAV1yobn1tUPGOFXqsUStfK+5Vtz4XftZo9OKAHW66B+Wbb2MY7X9BhRfmuivl3dSQnRM2+oet4r/zEWAAxKEk95NdKH8AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:95% center;padding-top:15px;padding-bottom:16px;border:1px solid gray}.product-type-variable input[type=number]{-moz-appearance:textfield}.product-type-variable .summary .price .amount,.product-type-variable .summary .price ins{display:block}.product-type-variable p.price ins,.product-type-variable span.price ins,.woocommerce-variation-price{margin-bottom:25px}.product-type-variable .variations,form.cart .variations{text-transform:capitalize}.product-type-variable .variations label{margin-bottom:10px;display:block}div.clear-selection{display:inline-block;height:52px;vertical-align:top;line-height:52px;width:50px;text-align:center;border:1px solid gray;margin-left:-5px}.product-type-variable .variations select{margin-right:0 !important}.product-type-variable .reset_variations{visibility:visible !important}.product-type-variable .clear-selection{transition:opacity .1s ease-in}.product-categories .cat-item{list-style:none;margin:4px 0}.product-categories .cat-item a{font-size:12px;color:#202020;transition:opacity .3s}.product-categories .cat-item a:hover{opacity:.5}.product-categories .children{margin-left:23px}.product-categories .cat-item>a>span{text-align:left;float:left;padding-right:10px;font-size:11px;padding-top:1px}.widget_product_categories h4.widget-title{text-transform:uppercase}select.dropdown_product_cat{padding:10px 10px 10px 0;outline-style:none;width:100%;border:0}.woocommerce form .woocommerce-billing-fields .form-row-first,.woocommerce form .woocommerce-billing-fields .form-row-last,.woocommerce form .woocommerce-shipping-fields .form-row-first,.woocommerce form .woocommerce-shipping-fields .form-row-last{width:100%}.woocommerce form .woocommerce-billing-fields .form-row label,.woocommerce form .woocommerce-shipping-fields .form-row label{display:none}.woocommerce form .woocommerce-billing-fields .create-account label{display:inline}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{padding:18px;border:1px solid #dadada;font-size:13px}.woocommerce form.woocommerce-checkout h3{font-weight:bold;text-transform:uppercase;font-size:20px}.select2-container .select2-choice{padding:10px 8px}#customer_details .col-2,#customer_details .col-1{float:none;width:100%;padding:20px}#customer_details{width:67%;float:left}#order_review_heading,.woocommerce-checkout-review-order{float:right;width:33%;padding:0 20px}#order_review_heading{padding-top:20px}.woocommerce-checkout-review-order-table{border-radius:0 !important;font-size:12px;text-transform:uppercase;background:#f8f8f8;border:none !important;background:url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/css/../../lib/woocommerce/assets/img/cart-bg.png) #f8f8f8 no-repeat right 0}.woocommerce-checkout-review-order-table thead tr{background:#e0e0e0;font-weight:normal}.woocommerce-checkout-review-order-table thead tr th:first-child{width:50%}.woocommerce-checkout-review-order-table thead th,.woocommerce-checkout-review-order-table tfoot th,.woocommerce-checkout-review-order-table tfoot td{font-weight:normal !important}.woocommerce-checkout-review-order-table tfoot tr.order-total td .amount{font-size:20px}.woocommerce-checkout-review-order-table .cart_item{font-weight:bold;font-size:13px}.woocommerce-checkout-review-order-table tr td:last-child,.woocommerce-checkout-review-order-table tr th:last-child{text-align:right}.woocommerce-checkout-review-order-table tr td,.woocommerce-checkout-review-order-table tr th{padding:15px 26px !important;border:none !important;position:relative}.woocommerce-checkout-review-order-table tr td:last-child:after,.woocommerce-checkout-review-order-table tr th:last-child:after{content:"";position:absolute;bottom:0;border-bottom:1px solid #dcdcdc;width:87%;left:0}.woocommerce-checkout-review-order-table tr td:first-child:after,.woocommerce-checkout-review-order-table tr th:first-child:after{content:"";position:absolute;bottom:0;border-bottom:1px solid #dcdcdc;width:87%;right:0}.woocommerce-checkout-review-order-table tfoot tr:last-child th:after,.woocommerce-checkout-review-order-table tfoot tr:last-child td:after{display:none}.woocommerce-checkout-review-order-table tfoot .shipping td{font-size:9px}.woocommerce-checkout-review-order-table tfoot .shipping td .amount{font-size:12px}.woocommerce-checkout #payment{background:#f8f8f8;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-checkout #payment div.payment_box{background-color:transparent !important;padding-left:0;padding-top:0;padding-bottom:0;margin-bottom:0}.woocommerce-checkout #payment div.payment_box p,.woocommerce-privacy-policy-text p,.woocommerce-privacy-policy-text a{font-size:12px;line-height:1.5em}.woocommerce-checkout #payment div.payment_box:after{display:none}.woocommerce-privacy-policy-text a{text-decoration:underline}.woocommerce-privacy-policy-text{margin-bottom:10px}.woocommerce-checkout-payment #place_order{background:#000;padding:17px;width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.woocommerce-checkout #payment div.place-order{padding-top:0;padding-bottom:20px}.woocommerce-checkout #payment ul.payment_methods li{border-bottom:1px solid #dcdcdc;padding:20px 0;position:relative}.woocommerce-checkout #payment ul.payment_methods li:last-child{border:0}.woocommerce-checkout #payment ul.payment_methods li:first-child{padding-top:0}.woocommerce-checkout #payment ul.payment_methods{border-bottom:0;padding-bottom:0}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#ffacac}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#dadada}.woocommerce form .form-row .select2-container:focus,.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row select:focus,.woocommerce form .form-row textarea:focus{border:1px solid #000}.woocommerce-checkout #payment .payment_method_paypal{position:relative}.woocommerce-checkout #payment ul.payment_methods li img{position:absolute;top:5px;right:0}.woocommerce-checkout #payment .payment_method_paypal label:after{content:"";display:block;clear:both}.woocommerce-checkout #payment .payment_method_paypal .about_paypal{margin-top:36px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity 0 0 ease;-moz-transition:opacity 0 0 ease;transition:opacity 0 0 ease;opacity:0}@media screen and (max-width:650px){#order_review_heading,.woocommerce-checkout-review-order,#customer_details{width:100%}}p.myaccount_user{margin-top:14px}.woocommerce-account .woocommerce .custom-edit-pass-account,.woocommerce-account .woocommerce .edit-billing .custom-edit-billing,.woocommerce-account .woocommerce .edit-billing .custom-edit-shipping{display:none}.woocommerce-account .woocommerce .custom-edit-pass-account.active,.woocommerce-account .woocommerce .edit-billing .custom-edit-billing.active,.woocommerce-account .woocommerce .edit-billing .custom-edit-shipping.active{display:block}.woocommerce-account:not(.woocommerce-lost-password),.woocommerce-lost-password{background-image:url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/css/../img/account-bg.jpg);width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;backface-visibility:hidden}.woocommerce-account.woocommerce-lost-password .woocommerce form{padding:0}.woocommerce-account .layout-container>.color-overlay{display:none}.woocommerce-account hr.separator{margin-top:20px;margin-bottom:20px;border:0;float:left;border-top:1px solid #eee;width:1px;height:375px;position:absolute;background-color:#dcdcdc;margin:auto;right:0;margin-top:25px;left:0}.woocommerce-account .account-title{margin-bottom:40px;text-align:left;padding:0 10px 10px 10px;margin:0 50px 42px 50px;border-bottom:2px solid #dcdcdc}.woocommerce-account .account-title h1{color:#2f2f2f;font-size:35px;margin-right:50px;line-height:60px;display:inline-block}.woocommerce-account .account-title h3{color:#a4a4a4;display:inline-block;font-size:15px;top:-3px;position:relative}.woocommerce-account.logged-in .woocommerce{padding:27px 24px 0 24px}.woocommerce-account .woocommerce{margin:auto;text-align:center;background-color:#FFF;padding:27px 24px 53px 24px;margin-bottom:200px}.woocommerce-account .woocommerce h2{font-size:24px;font-weight:bold;color:#2f2f2f;text-transform:uppercase}.woocommerce-account .woocommerce form{border:0;margin:.3em 0;text-align:center;padding:0 50px}.woocommerce-account .woocommerce form.no{width:45%;margin:0 auto}.woocommerce-account .woocommerce form>p{margin:0}.woocommerce-account .woocommerce .remember-me{margin-top:10px;display:inline-block;width:50%}.woocommerce-account .woocommerce form>p.lost_password{margin-top:10px;display:inline-block;width:49%}.woocommerce-account .woocommerce form input.button,.woocommerce-account .woocommerce input.button.disabled,.woocommerce-account .woocommerce input.button:disabled,.woocommerce-account .woocommerce input.button:disabled[disabled]{display:block;width:100%;background-color:#25d48f;color:#fff;letter-spacing:6px;text-transform:uppercase;font-weight:normal;padding:18px;margin-top:50px;transition:opacity .3s}.woocommerce-account .woocommerce form input.login-button{margin-top:31px}.woocommerce-account .woocommerce form input.button:hover{opacity:.7}.woocommerce-account .woocommerce form label{font-size:13px;color:#595959;text-align:left}.woocommerce-account .woocommerce form .input-text{background-color:transparent !important;padding:16px;line-height:14px}.woocommerce-account .woocommerce .description{top:22px;position:relative;display:inline-block;float:left;font-size:15px;color:#2f2f2f;width:91%;border-top:1px solid #dcdcdc;padding-top:25px;margin:25px 50px 0 50px;text-align:left}.woocommerce-account .woocommerce .woocommerce-error{position:relative !important;display:block;float:left;margin:20px 0 0 -18px !important;text-align:left;border:0;padding:14px 50px !important;background-color:transparent}.woocommerce-edit-account .woocommerce form{text-align:left}.woocommerce-edit-account .woocommerce form fieldset{margin-top:35px}.woocommerce-account.woocommerce-edit-account.logged-in .woocommerce .account-title{padding-bottom:15px;position:relative}body.woocommerce-cart .layout .woocommerce>form{width:65%;float:left}body.woocommerce-cart .layout .cart-collaterals{width:35%;float:right}body.woocommerce-cart .layout .woocommerce .cart-collaterals>.cart_totals{width:90%}.layout td.product-quantity .quantity span{display:none}.woocommerce-cart .layout h5{font-weight:bold}.layout .woocommerce table.shop_table{border-left:0;border-right:0;border-bottom:0;border-radius:0}.layout .woocommerce table.shop_table th{font-weight:normal;font-size:12px}.layout .woocommerce table.shop_table tbody td{padding-top:20px;padding-bottom:20px}.layout .woocommerce table.shop_table tbody tr:last-child td{border:0}.layout .woocommerce table.shop_table td:first-child{padding-left:0}.woocommerce-cart .layout table.cart .product-thumbnail img{width:100px}.layout .woocommerce table.shop_table th:last-child{text-align:right;padding-right:5px}.layout .woocommerce td.product-remove a.remove{width:inherit;text-align:right;color:#d0d0d0 !important;font-size:25px;font-weight:lighter}.layout .woocommerce td.product-remove a.remove:hover{color:#000 !important;background:transparent}.layout .quantity .input-text{border:1px solid #DDD;width:35px;height:30px}.layout-container .layout .woocommerce .cart .button,.layout-container .layout .woocommerce .cart input.button{padding:0 40px;background-color:#ebe9eb;color:#515151;opacity:1}.layout-container .layout .woocommerce .cart .button:hover,.layout-container .woocommerce .cart input.button:hover{background-color:#dad8da}.woocommerce-cart .layout #content .woocommerce table.cart td.actions .coupon>input.input-text{width:300px;height:50px;padding:8px 20px 5px}.woocommerce-cart .layout #respond input#submit,.woocommerce-cart a.button:not(.fade-square),.woocommerce-cart button.button:not(.fade-square),.woocommerce-cart input.button:not(.fade-square){border-radius:0;height:50px;padding:18px 10px;font-weight:400;font-size:13px;text-transform:uppercase}.layout .woocommerce input[name='update_cart']{background-color:#020202;color:#FFF;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}.layout .woocommerce input[name='apply_coupon']{-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}.woocommerce-cart .layout .cart-collaterals .cart-totals{background:url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/css/../../lib/woocommerce/assets/img/cart-bg.png) #f8f8f8 no-repeat right 0;padding:20px}.woocommerce-cart .layout .cart-collaterals .cart_totals table,.woocommerce-cart .layout .wc-proceed-to-checkout{margin:0;padding:0;width:100%}.woocommerce-cart .layout .cart-collaterals .cart_totals table td,.woocommerce-cart .layout .cart-collaterals .cart_totals table th{vertical-align:middle;padding:20px 0}.woocommerce-cart .layout .cart-collaterals .cart_totals tr{font-size:12px;text-transform:uppercase}.woocommerce-cart .layout .cart-collaterals .cart_totals tr th{font-weight:400;text-align:left}.woocommerce-cart .layout .cart-collaterals .cart_totals tr.order-total th{font-weight:bold;font-size:14px}.woocommerce-cart .layout .cart-collaterals .cart_totals tr.order-total td{font-weight:bold;font-size:20px}.woocommerce-cart .layout .cart-collaterals .cart_totals tr td:last-child{text-align:right}.woocommerce-cart .layout .wc-proceed-to-checkout a.checkout-button{background-color:transparent;border:1px solid #000;color:#000;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;margin-top:30px}.woocommerce-cart .layout .cart-collaterals .cart_totals .shipping-calculator-form{display:block !important}.woocommerce-cart .layout .cart-collaterals .cart_totals .calculate-shipping{margin-top:20px}.woocommerce-cart .layout .cart-collaterals .cart_totals button[name=calc_shipping]{width:100%;transition:background .2s}.woocommerce-cart .layout .cart-collaterals .cart_totals select,.woocommerce-cart .layout .cart-collaterals .cart_totals input{background:transparent;padding:8px;border:1px solid #e0e0e0}.woocommerce-cart .layout .cart-collaterals .cart_totals .shipping-calculator-title{padding:15px 5px;text-transform:uppercase;font-size:13px;font-weight:bold}.woocommerce-cart .layout .wc-proceed-to-checkout a.checkout-button:hover{background-color:#000;color:#fff}.woocommerce .woocommerce-message{border:0;margin-top:30px !important}.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-error{margin:20px 0 0 -18px !important;border:0;background-color:transparent}.woocommerce-lost-password .woocommerce{padding:27px 24px 19px 24px}.woocommerce-lost-password .woocommerce form.lost_reset_password{text-align:left;width:70%;margin:10px auto}.woocommerce-lost-password .woocommerce .form-row{margin:0 auto;float:none;text-align:center}.woocommerce-lost-password .woocommerce form.lost_reset_password input.button{width:47%;text-align:center;margin:50px auto}.woocommerce-lost-password .woocommerce form.lost_reset_password>p:first-child{margin-bottom:20px}.woocommerce-lost-password .account-title{margin-left:0;margin-right:0}.woocommerce-lost-password .woocommerce form label{margin-top:20px;text-align:center}.woocommerce-lost-password .woocommerce form p.paragraph{width:100%;line-height:30px;color:#595959;text-align:center}.woocommerce-account .woocommerce form .lost_password a{color:#595959;transition:opacity .3s}.woocommerce-account .woocommerce form .lost_password a:hover{opacity:.5}.woocommerce-account .woocommerce .woocommerce-error{margin:40px 0 0 28px !important;padding:11px 50px !important}.woocommerce-account .public-logout{float:right;background-color:#e2e2e2;padding:14px 44px;color:#444;margin-top:10px;font-size:14px;transition:background-color .3s;position:absolute;right:0;top:50%;transform:translateY(-50%)}.woocommerce-account.logged-in .woocommerce .account-title{padding-bottom:15px;margin:0 15px}.woocommerce-account.logged-in .woocommerce{text-align:left;position:relative;min-height:600px}.woocommerce-account.logged-in:not(.woocommerce-edit-address) .woocommerce{overflow:hidden}.woocommerce-account.logged-in:not(.woocommerce-edit-address):not(.woocommerce-edit-account) .woocommerce:after{content:"";position:absolute;right:-21px;background-image:url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/css/../img/woo-profile-icon.png);bottom:-72px;background-repeat:no-repeat;width:407px;height:430px}.woocommerce-account.logged-in .woocommerce .addresses header{position:relative}.woocommerce-account.logged-in .woocommerce .left-col,.woocommerce-account.logged-in .woocommerce .right-col,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{display:inline-block;height:300px}.woocommerce-account.logged-in .woocommerce .left-col,.woocommerce-account .woocommerce-MyAccount-navigation{width:21%;float:left;padding:30px 0 30px 35px;border-right:2px solid #dcdcdc}.woocommerce-account .woocommerce-MyAccount-navigation{padding-top:40px;float:left;padding-left:50px;height:auto;margin-right:20px}.woocommerce-account.logged-in .woocommerce .right-col,.woocommerce-account .woocommerce-MyAccount-content{width:75%;padding:20px 20px 20px 45px}.woocommerce-account .woocommerce-MyAccount-content{float:left;height:auto}.woocommerce-account.logged-in .woocommerce .left-col a,.woocommerce-MyAccount-navigation ul li a{color:#959595;font-size:15px;transition:color .4s}.woocommerce-account.logged-in .woocommerce .left-col a:hover,.woocommerce-MyAccount-navigation ul li:hover a{color:#25d48f}.woocommerce-account.logged-in .woocommerce .right-col p,.woocommerce-account .woocommerce-MyAccount-content p,.woocommerce-account .woocommerce-MyAccount-content address{color:#a4a4a4;font-size:15px;line-height:24px}.woocommerce-account .woocommerce-MyAccount-content .custom-edit-billing.address{margin-bottom:35px}.woocommerce-account.logged-in .woocommerce form{margin-top:56px;padding-bottom:40px}.woocommerce-account.logged-in .woocommerce form .wrap-button{width:210px;margin:auto}.woocommerce-account.logged-in .woocommerce .left-col .tabs,.woocommerce-MyAccount-navigation ul li{cursor:pointer;padding-bottom:25px;color:#888787;font-size:15px;transition:color .4s}.woocommerce-MyAccount-navigation ul li{padding-bottom:15px}.woocommerce-account.logged-in .woocommerce .left-col .tabs.active,.woocommerce-MyAccount-navigation ul li.is-active,.woocommerce-MyAccount-navigation ul li.is-active a{color:#25d48f;display:list-item;list-style-type:unset}.woocommerce-account.logged-in .woocommerce .left-col .tabs:hover,.woocommerce-MyAccount-navigation ul li:hover{color:#25d48f}.woocommerce-account.logged-in .woocommerce .right-col p.myaccount_user,.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content h3,.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content h2,.woocommerce-account.logged-in .woocommerce .right-col .custom-edit-billing h3,.woocommerce-account.logged-in .woocommerce .right-col .custom-edit-shipping h3{font-size:30px;display:block;float:none;color:#a4a4a4}.woocommerce-account.logged-in .woocommerce .right-col .custom-edit-billing header.title,.woocommerce-account.logged-in .woocommerce .right-col .custom-edit-shipping header.title{height:inherit}.woocommerce-account.logged-in .woocommerce .right-col .custom-edit-billing address,.woocommerce-account.logged-in .woocommerce .right-col .custom-edit-shipping address{color:#a4a4a4}.woocommerce-account.logged-in .woocommerce .right-col .edit,.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .edit{margin-top:30px;background-color:#e2e2e2;padding:14px 44px;color:#444;font-size:14px;display:inline-block;transition:opacity .3s;backface-visibility:hidden;transition:background-color .3s}.woocommerce-account .public-logout:hover,.woocommerce-account.logged-in .woocommerce .right-col .edit:hover{background-color:#25d48f;color:#fff}.woocommerce-account.woocommerce-edit-address form{text-align:left}.woocommerce-account.woocommerce-edit-address form h3{display:none}.woocommerce-account.woocommerce-edit-address.logged-in .woocommerce .account-title{padding-bottom:15px;margin:0 50px}.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-error{margin:0 0 15px -20px !important;padding:11px 50px !important}.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-error li{margin:9px 0}.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-error li:first-child{margin:0}.woocommerce-edit-address form .form-row{margin-bottom:17px !important}.woocommerce-edit-address form .form-row input{height:36px}.woocommerce-edit-address form>p:last-child{width:32%;margin:auto}.product-categories .category{position:relative;float:left;text-align:center;overflow:hidden}.product-categories .background{width:100%;height:100%;background-size:cover;background-position:center center;transition:transform 300ms;backface-visibility:hidden;perspective:1000px}.product-categories .category:hover .background{transform:scale(1.06)}.product-categories .overlay{z-index:2;position:absolute;width:100%;height:100%;top:0;right:0;transition:background-color 300ms}.product-categories .border-holder{position:absolute;left:10px;top:10px;height:calc(100% - 20px);width:calc(100% - 20px);overflow:hidden;z-index:3}.product-categories .border-holder .top-border,.product-categories .border-holder .right-border,.product-categories .border-holder .bottom-border,.product-categories .border-holder .left-border{position:absolute;background-color:#fff;transition:transform 400ms;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.product-categories .border-holder .top-border,.product-categories .border-holder .bottom-border{height:2px;width:100%}.product-categories .border-holder .left-border,.product-categories .border-holder .right-border{height:100%;width:2px}.product-categories .border-holder .top-border,.product-categories .border-holder .left-border{top:0;left:0}.product-categories .border-holder .bottom-border{bottom:0;left:0}.product-categories .border-holder .right-border{right:0;top:0}.product-categories .border-holder .top-border{transform:translate3d(100%,0,0)}.product-categories .border-holder .right-border{transform:translate3d(0,-100%,0)}.product-categories .border-holder .bottom-border{transform:translate3d(-100%,0,0)}.product-categories .border-holder .left-border{transform:translate3d(0,100%,0)}.product-categories .category:hover .left-border,.product-categories .category:hover .right-border,.product-categories .category:hover .top-border,.product-categories .category:hover .bottom-border{transform:translate3d(0,0,0)}.product-categories .meta,.product-categories .hover-text{position:absolute;width:100%;z-index:3}.product-categories .meta{transition:opacity 200ms 200ms}.product-categories .meta.center,.product-categories .hover-text.center{top:50%;left:50%;transform:translate(-50%,-50%)}.product-categories .meta.left,.product-categories .hover-text.left{bottom:30px;left:30px;text-align:left}.product-categories .hover-text{opacity:0;font-size:30px;line-height:32px;color:#fff;width:175px;margin:0;transition:opacity 300ms 200ms}.product-categories .category:hover .meta{opacity:0}.product-categories .category:hover .hover-text{opacity:1}.product-categories .meta .title{font-size:30px;line-height:30px;color:#fff;margin:0}.product-categories .meta .subtitle{font-size:14px;line-height:14px;color:#fff;margin-bottom:10px}.products .product .purchase-buttom-holder{position:relative;overflow:hidden}.products .product .onsale{left:15px !important;top:15px !important;right:auto !important;margin:0 !important;width:80px;height:80px;line-height:83px;text-transform:uppercase;color:#202020;background-color:#fff;font-size:15px;padding:0;z-index:1}.products .product .add_to_cart_button{position:absolute;bottom:-50px;right:-50px;margin-top:0 !important;width:50px;height:50px;line-height:50px;text-align:center;padding:0 !important;border-radius:0;background-color:#fcfcfc;font-size:22px;transition:all 300ms}.products .product .add_to_cart_button:hover{color:#fff;background-color:rgba(0,0,0,0.3)}.products .product:hover .add_to_cart_button{right:0;bottom:0}.products .button.add_to_cart_button.loading:after{display:none}.products .button.add_to_cart_button.loading .icon{display:none}.products .product .added_to_cart{visibility:hidden;display:block;height:0;padding:0;margin:0}.products li.product a img{display:none}.products .product .thumb-image,.products .product .hover-image{background-position:center top;background-size:cover;background-repeat:no-repeat;top:0;left:0}.products .product .thumb-image{position:relative;transition:opacity 300ms}.products .product .hover-image{position:absolute;width:100%;z-index:-1}.products .product:hover .thumb-image{opacity:0}.products .product .woocommerce-loop-product__title{font-size:15px !important;line-height:15px;padding:0 !important;margin:25px 0 10px !important;font-weight:300}.modern-style-product .products .product .woocommerce-loop-product__title{font-size:22px !important;line-height:22px;font-weight:600;letter-spacing:-0.4px;margin-bottom:15px !important}.products .product .price{font-size:14px !important;color:#0d0d0d !important;margin-top:5px}.modern-style-product .products .product .price{font-size:14px !important;line-height:14px;margin-bottom:20px !important;color:#717171 !important}.modern-style-product .star-rating{font-family:'pixflow-font-library';width:108px;font-size:10px;margin-bottom:.8em !important;line-height:1.1em}.modern-style-product .star-rating:before,.modern-style-product .star-rating span:before{content:"\ebeb\00a0\00a0\ebeb\00a0\00a0\ebeb\00a0\00a0\ebeb\00a0\00a0\ebeb"}.modern-style-product .star-rating:before{color:#797979}.woocommerce ul.products li.product .price del{display:inline-block !important}.products .product .price del{display:inline-block !important}.products .product .price ins{text-decoration:none;font-weight:normal !important;color:#cab561}.vc_editor .added_to_cart.wc-forward{display:none}.added .icon-shopcart{display:none}.woocommerce #respond input#submit.added:after,.woocommerce a.button.added:after,.woocommerce button.button.added:after,.woocommerce input.button.added:after{margin:0 auto}.woocommerce .page-title{font-size:45px;line-height:45px;margin:35px 0}.woocommerce .woocommerce-result-count{font-size:14px}.woocommerce .woocommerce-ordering{margin:-20px 0 20px}.woocommerce .woocommerce-ordering select{padding:5px}.woocommerce .woocommerce-ordering select:focus{outline:0}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:calc(100% /4 - 18px);margin-right:20px}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:calc(100% / 2 - 15px)}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:calc(100% / 3 - 18px)}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:calc(100% / 5 - 18px)}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:calc(100% / 6 - 18px)}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce nav.woocommerce-pagination ul{border:0;margin-bottom:35px}.woocommerce nav.woocommerce-pagination ul li{margin-right:5px;height:35px;border:0}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border:1px solid #e3e3e3;height:100%;padding:0 15px;line-height:35px;color:#e3e3e3;transition:all 300ms}.woocommerce nav.woocommerce-pagination ul li a.prev,.woocommerce nav.woocommerce-pagination ul li a.next{display:none}.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover{background:transparent;color:#898989;border-color:#898989}select:after{content:"?";position:absolute;top:0;right:0;bottom:0;font-size:60%;line-height:30px;padding:0 7px;background:#000;color:#fff;pointer-events:none}select:after{content:none}.woocommerce ul.product_list_widget li a{position:relative;display:table}.woocommerce ul.product_list_widget li a .product-details{display:table-cell;vertical-align:middle;width:85%}.woocommerce ul.product_list_widget li a .amount{font-family:"open sans";transition:color .3s}.woocommerce ul.product_list_widget li a .product-list-widget-img{width:57px;height:67px;background-size:cover;float:left;margin-right:10px}.footer-widgets .woocommerce ul.product_list_widget li a .product-list-widget-img{height:57px}.light .product_list_widget .overlay,.light-sidebar .product_list_widget .overlay{background:#000}.dark .product_list_widget .overlay,.dark-sidebar .product_list_widget .overlay{background:#fff}.product_list_widget .overlay{width:57px;height:67px;opacity:0;position:absolute;top:0;left:0;transition:opacity .3s}.footer-widgets .product_list_widget .overlay{height:57px}.woocommerce ul.product_list_widget li a:hover .overlay{opacity:.3}.widget_layered_nav select{width:220px;font-size:13px;padding:6px 8px}.woocommerce .widget_layered_nav ul li{margin:4px 0}.woocommerce .widget_layered_nav ul li.chosen a:before,.woocommerce .widget_layered_nav_filters ul li a:before,.woocommerce .widget_price_filter .price_slider_amount .button{color:inherit}.product-categories .cat-item a,.woocommerce div.widget_price_filter .price_label,.woocommerce div.widget_price_filter .price_label span{color:inherit !important}.woocommerce-order-received .woocommerce{padding-top:100px;width:95%;margin:0 auto}table.shop_table.customer_details th{width:49%}.woocommerce-order-received .woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1) !important;padding:6px 12px;vertical-align:middle}.woocommerce-order-received .layout .woocommerce table.shop_table tbody td{padding-top:20px;padding-bottom:20px;padding:9px 12px !important}p.woocommerce-thankyou-order-received{line-height:4em}.footer-widgets .widget.woocommerce{background-color:transparent !important;margin-bottom:0 !important;padding:0 !important}.woocommerce .woocommerce-breadcrumb{display:none}.woocommerce figure{margin:0}.woocommerce-cart .wrap main,.woocommerce-checkout .wrap main{margin-top:70px}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{display:none}#primary #main{margin-top:0 !important}main#main>.term-description{display:none}.container .term-description{margin-bottom:30px}.single-product main{margin-bottom:0 !important}.single-product .quantity{position:relative}.single-product input[type=number]::-webkit-inner-spin-button,.single-product input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.single-product input[type=number]{-moz-appearance:textfield;border-right:0;border-top-left-radius:5px;border-bottom-left-radius:5px}.single-product .quantity input{width:45px;height:42px;line-height:1.65;float:left;display:block;padding:0;margin:0;padding-left:0;border:1px solid #eee}.single-product .quantity input:focus{outline:0}.single-product .quantity-nav{float:left;position:relative;height:53px}.single-product .quantity-button{position:relative;cursor:pointer;border-left:1px solid #cfcfcf;border-right:1px solid #cfcfcf;width:20px;text-align:center;color:#333;font-size:13px;font-family:"Trebuchet MS",Helvetica,sans-serif !important;line-height:26px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.single-product .quantity-button.quantity-up{position:absolute;height:50%;top:0;border-bottom:1px solid #cfcfcf;border-top:1px solid #cfcfcf;right:-10px;border-top-right-radius:5px}.single-product .quantity-button.quantity-down{position:absolute;bottom:0;height:50%;right:-10px;border-bottom:1px solid #cfcfcf;border-bottom-right-radius:5px}.woocommerce div.product p.stock{padding-bottom:10px}.woocommerce-cart .quantity-nav{display:none}@media(max-width:1100px){.woocommerce-account .woocommerce .remember-me{width:100% !important}.woocommerce-account .woocommerce form>p.lost_password{width:100% !important;text-align:left !important}}@media(max-width:991px) and (min-width:768px){.woocommerce-account .woocommerce form input.button{margin-top:31px !important}}@media(max-width:480px){.woocommerce-account .woocommerce form.no{width:100% !important}}.group_table td.price span{font-size:20px !important}.group_table td.label{padding:19px !important}.single-product .summary .button{padding:0 30px !important}.single-product .summary .price .amount,.single-product .summary .price ins{font-size:30px}.woocommerce-cart .wrap main,.woocommerce-checkout .wrap main{margin-top:100px}.woocommerce-checkout #payment ul.payment_methods li img{display:none}textarea#order_comments{max-width:100% !important;min-height:130px}.hidden .quantity-nav{display:none !important}.woocommerce-order-received .content-container{max-width:80%;margin:0 auto}.woocommerce-order-received h2{font-size:23px;font-weight:bold}.woocommerce-order-received .woocommerce{padding-top:0}.woocommerce-order-received .wrap main{margin-top:0}.woocommerce-order-received address{line-height:1.9em}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0;font-weight:normal}.woocommerce-account main{margin:150px auto}.woocommerce-account .woocommerce{text-align:left;position:relative;min-height:500px}.woocommerce-account main #content{margin-left:auto;margin-right:auto;max-width:90%;margin:0 auto}.woocommerce-account main{max-height:690px}.woocommerce-account main #content,.woocommerce-account.logged-in .woocommerce{max-height:600px}@media(max-width:800px){.layout .woocommerce table.shop_table tr td{text-align:left !important}}.woocommerce-checkout .woocommerce .woocommerce-order{margin-top:130px !important}@media(max-width:768px){td.product-thumbnail:before{display:none;font-size:0;content:""}.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:block;padding-right:50% !important;padding-left:10px !important}}@media(max-width:1280px){.layout-container .layout .woocommerce .cart .button,.layout-container .layout .woocommerce .cart input.button{padding:0 15px !important}}@media(max-width:1000px) and (min-width:750px){body.woocommerce-cart .layout .woocommerce>form{width:100% !important}body.woocommerce-cart .layout .cart-collaterals{width:100% !important}.layout-container .layout .woocommerce .cart .button{width:100% !important}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{width:100% !important}.woocommerce-cart .layout #content .woocommerce table.cart td.actions .coupon>input.input-text{width:100% !important}body.woocommerce-cart .layout .woocommerce .cart-collaterals>.cart_totals{width:100% !important}.layout-container .layout .woocommerce .cart .button,.layout-container .layout .woocommerce .cart input.button{margin-top:10px !important}}.woocommerce-order-overview li{display:table-cell !important;border:0;float:left !important;margin-top:20px;text-align:left;min-width:210px}@media(max-width:800px){.woocommerce .woocommerce-order-details table.shop_table tfoot{display:block !important}.layout .woocommerce .woocommerce-order-details table.shop_table tfoot tr{border:none !important}.woocommerce-order-details table.shop_table tfoot tr td{display:block !important;border-bottom:none !important;padding-left:2% !important}.woocommerce-order-details woocommerce-Price-amount amount{padding-left:2% !important}}@media(max-width:880px) and (min-width:800px) and (orientation:landscape){.woocommerce.columns-3 ul.products li.product{width:30.75% !important}.woocommerce.columns-3 ul.products .thumb-image,.woocommerce.columns-3 ul.products .hover-image{min-height:250px !important;max-height:270px !important}.woocommerce.columns-3 ul.products li.product{min-height:400px !important}}@media(max-width:990px) and (min-width:500px){.woocommerce.columns-3 ul.products .thumb-image,.woocommerce.columns-3 ul.products .hover-image{min-height:250px !important;max-height:270px !important}.woocommerce.columns-3 ul.products li.product{min-height:400px !important}}@media(max-width:1024px) and (min-width:480px){.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:45% !important}}@media(max-width:1270px) and (min-width:780px){.woocommerce.columns-4 ul.products .thumb-image,.woocommerce.columns-4 ul.products .hover-image{min-height:250px !important;max-height:270px !important}.woocommerce.columns-4 ul.products li.product{min-height:400px !important}}@media(max-width:880px) and (min-width:800px) and (orientation:landscape){.woocommerce.columns-4 ul.products .thumb-image,.woocommerce.columns-4 ul.products .hover-image{min-height:400px !important}}.woocommerce div.product form.cart .button{vertical-align:middle;float:none;clear:both;display:block}.pswp--open{z-index:1000000}ul.cart_list.product_list_widget{overflow-x:hidden !important}.woocommerce-cart .wrap main,.woocommerce-checkout .wrap main{margin-top:0}.woocommerce-account main #content{max-width:100%}.woocommerce-account main{margin:0 auto}.woocommerce-account.logged-in .woocommerce .right-col,.woocommerce-account .woocommerce-MyAccount-content{padding:20px 0 20px 0}.woocommerce-account .woocommerce form{margin-top:0 !important;padding:0 15px}.woocommerce-account .woocommerce-MyAccount-navigation{padding-top:0 !important}.woocommerce-account.logged-in .woocommerce .right-col,.woocommerce-account .woocommerce-MyAccount-content{padding:0 0 20px 0}.single-product #primary>#main{padding-top:0 !important;width:100% !important}.single-product .container{margin-top:0}.woocommerce.single-product div.product{margin-bottom:0;position:relative;padding-top:30px}.woocommerce-cart td.actions .button{float:left !important;margin-left:10px}.woocommerce-cart .layout #content .woocommerce table.cart td.actions .coupon>input.input-text{max-width:230px}.woocommerce div.product form.cart .variations select,.product-type-variable .clear-selection{max-height:52px}.empty-cart-container .cart-empty.woocommerce-info{display:none}.dark p.woocommerce-mini-cart__empty-message{color:#878584}.woocommerce-account .content-container>.woocommerce{min-height:100vh !important}.woocommerce-account.logged-in:not(.woocommerce-edit-address):not(.woocommerce-edit-account) .woocommerce:after{display:none}@media(max-width:1280px){.woocommerce-account .content-container>.woocommerce{flex-direction:column;justify-content:flex-start !important;padding-top:130px}.woocommerce-account .wrap main{padding-top:0 !important}.woocommerce-MyAccount-content{padding-top:30px !important}.woocommerce-MyAccount-content p{line-height:2em !important}}@media(max-width:700px) and (orientation:portrait){nav.woocommerce-MyAccount-navigation li{width:50%;float:left}nav.woocommerce-MyAccount-navigation ul{width:90%;margin:0 auto}.woocommerce-MyAccount-content{padding-top:30px !important}.woocommerce-MyAccount-content p{line-height:2em !important}}
@font-face{font-family:'pixflow-font-library';src:url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/css/fonts/pixflow-font-library.woff) format('woff');font-weight:normal;font-style:normal;font-display:swap}[class^="icon-"],[class*=" icon-"]{font-family:'pixflow-font-library';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-alpha:before{content:"\ebee"}.icon-brush:before{content:"\ebf0"}.icon-point:before{content:"\ebf1"}.icon-search5:before{content:"\ebea"}.icon-shopping-cart:before{content:"\ebef"}.icon-bell3:before{content:"\eb3a"}.icon-hamburger-menu:before{content:"\ebe5"}.icon-zigzag:before{content:"\e96c"}.icon-rating:before{content:"\ebeb"}.icon-play-curve:before{content:"\e906"}.icon-close:before{content:"\e901"}.icon-shopcart2:before{content:"\e902"}.icon-search3:before{content:"\e900"}.icon-notification:before{content:"\ec6a"}.icon-Apple:before{content:"\e8eb"}.icon-Cherries:before{content:"\e8ec"}.icon-Grapes:before{content:"\e8ed"}.icon-Tomato:before{content:"\e8ee"}.icon-Peach:before{content:"\e8ef"}.icon-Brocoli:before{content:"\e8f0"}.icon-Oliver:before{content:"\e8f1"}.icon-Carrot:before{content:"\e8f2"}.icon-Garlic:before{content:"\e8f3"}.icon-Lemon:before{content:"\e8f5"}.icon-2SeatedSofa:before{content:"\e8f6"}.icon-Strawberry:before{content:"\e8f7"}.icon-Watermelon:before{content:"\e8f8"}.icon-Avocado:before{content:"\e8f9"}.icon-Pineapple:before{content:"\e8fa"}.icon-Eggplant:before{content:"\e8fb"}.icon-Pumpkin:before{content:"\e8fc"}.icon-Grains:before{content:"\e8fe"}.icon-WorkingDesk:before{content:"\e903"}.icon-OfficeChair:before{content:"\e904"}.icon-Paddle:before{content:"\e905"}.icon-ButcherKnife:before{content:"\e907"}.icon-ChefKnife:before{content:"\e908"}.icon-Spoon:before{content:"\e90b"}.icon-Cutlery:before{content:"\e90c"}.icon-Salad:before{content:"\e90d"}.icon-MartiniGlass:before{content:"\e90e"}.icon-Dairy:before{content:"\e90f"}.icon-Meatballs:before{content:"\e911"}.icon-GlassofWater:before{content:"\e912"}.icon-BeerPint:before{content:"\e913"}.icon-Doughnut:before{content:"\e914"}.icon-FrostedCupcake:before{content:"\e915"}.icon-TeaInfuser:before{content:"\e917"}.icon-Teapot:before{content:"\e918"}.icon-BoilingStew:before{content:"\e919"}.icon-FryingPan:before{content:"\e91a"}.icon-TeaCup:before{content:"\e91b"}.icon-CoffeeCup:before{content:"\e91c"}.icon-GroceryBag:before{content:"\e91d"}.icon-StrippedIcecream:before{content:"\e91f"}.icon-ConeGelato:before{content:"\e921"}.icon-HotDog:before{content:"\e922"}.icon-Hamburger:before{content:"\e924"}.icon-Taco:before{content:"\e926"}.icon-FrenchFries:before{content:"\e927"}.icon-Snowflake:before{content:"\e928"}.icon-ChristmasTree:before{content:"\e929"}.icon-ChristmasShopping:before{content:"\e92b"}.icon-Decorations:before{content:"\e92c"}.icon-GingerbreadCookie:before{content:"\e92d"}.icon-Mittens:before{content:"\e92e"}.icon-Cookies:before{content:"\e92f"}.icon-OutdoorLamp:before{content:"\e931"}.icon-OutdoorLamp2:before{content:"\e932"}.icon-Toffee:before{content:"\e933"}.icon-Candy:before{content:"\e934"}.icon-Jawbreaker:before{content:"\e935"}.icon-Globe:before{content:"\e936"}.icon-CozyArmchair:before{content:"\e937"}.icon-CandyCane:before{content:"\e939"}.icon-RoomLamp:before{content:"\e93a"}.icon-ElectricHeater:before{content:"\e93d"}.icon-Snowman:before{content:"\e93e"}.icon-GingerbreadHouse:before{content:"\e940"}.icon-StrawberryJam:before{content:"\e942"}.icon-Fireplace:before{content:"\e943"}.icon-Cross:before{content:"\e944"}.icon-Spider:before{content:"\e946"}.icon-Skull:before{content:"\e948"}.icon-SodaCan:before{content:"\e949"}.icon-Pumpkin2:before{content:"\e94c"}.icon-WashingMachine:before{content:"\e94e"}.icon-King:before{content:"\e94f"}.icon-Cheddar:before{content:"\e950"}.icon-BarbequeFeast:before{content:"\e952"}.icon-AddProfiles:before{content:"\e953"}.icon-SuccessFile:before{content:"\e954"}.icon-SyncCloud:before{content:"\e955"}.icon-EditMail:before{content:"\e956"}.icon-PartyHat:before{content:"\e957"}.icon-SlicedPizz:before{content:"\e958"}.icon-Baloons:before{content:"\e959"}.icon-BathTub:before{content:"\e95a"}.icon-LuckyHorseshoe:before{content:"\e95d"}.icon-BeerKeg:before{content:"\e95e"}.icon-JapanesseSalad:before{content:"\e95f"}.icon-Bread:before{content:"\e960"}.icon-FlowerPot:before{content:"\e961"}.icon-Toast:before{content:"\e963"}.icon-HaunchofMeat:before{content:"\e965"}.icon-MinecraftBone:before{content:"\e966"}.icon-Steak:before{content:"\e967"}.icon-Church:before{content:"\e968"}.icon-EasterEggs:before{content:"\e969"}.icon-HotDish:before{content:"\e96a"}.icon-LightBulb:before{content:"\e96b"}.icon-Shrimp:before{content:"\e96e"}.icon-Dices:before{content:"\e96f"}.icon-KitchenGlove:before{content:"\e970"}.icon-FullMoon:before{content:"\e971"}.icon-Cards:before{content:"\e973"}.icon-Microwave:before{content:"\e974"}.icon-Owl:before{content:"\e975"}.icon-Fish:before{content:"\e977"}.icon-ChampagneGlasses:before{content:"\e979"}.icon-Pie:before{content:"\e97b"}.icon-DopeMix:before{content:"\e97d"}.icon-VacuumCleaner:before{content:"\e97e"}.icon-ChargingBattery:before{content:"\e982"}.icon-DriveLicense:before{content:"\e984"}.icon-Rich:before{content:"\e98b"}.icon-Time-Tracking2:before{content:"\e98e"}.icon-Ointment:before{content:"\e98f"}.icon-MovetoTop:before{content:"\e991"}.icon-MovetoBottom:before{content:"\e992"}.icon-Expand:before{content:"\e994"}.icon-Move:before{content:"\e995"}.icon-PiggyBank:before{content:"\e996"}.icon-Target:before{content:"\e999"}.icon-Radar:before{content:"\e99a"}.icon-Internet:before{content:"\e99b"}.icon-Money:before{content:"\e99d"}.icon-CapsuledPills:before{content:"\e9a2"}.icon-Coins:before{content:"\e9a4"}.icon-Maps:before{content:"\e9a6"}.icon-Track:before{content:"\e9a7"}.icon-Favorite:before{content:"\e9a8"}.icon-Star:before{content:"\e9a9"}.icon-Like2:before{content:"\e9ab"}.icon-Health:before{content:"\e9ac"}.icon-Dislike:before{content:"\e9ad"}.icon-CloudSync:before{content:"\e9ae"}.icon-CloudDownload:before{content:"\e9af"}.icon-CloudUpload:before{content:"\e9b0"}.icon-Cloud:before{content:"\e9b2"}.icon-Megaphone:before{content:"\e9b3"}.icon-Wi-Fi:before{content:"\e9b4"}.icon-Airdrop:before{content:"\e9b5"}.icon-ThumbsDown:before{content:"\e9b7"}.icon-ThumbsUp:before{content:"\e9b8"}.icon-Share:before{content:"\e9b9"}.icon-Calculator:before{content:"\e9ba"}.icon-Calculator2:before{content:"\e9bb"}.icon-TurnOff:before{content:"\e9bd"}.icon-Help1:before{content:"\e9bf"}.icon-Warning1:before{content:"\e9c0"}.icon-Success:before{content:"\e9c1"}.icon-Error:before{content:"\e9c2"}.icon-VolumeDown:before{content:"\e9c3"}.icon-VolumeUp:before{content:"\e9c4"}.icon-Down:before{content:"\e9c5"}.icon-CD:before{content:"\e9c7"}.icon-MusicalNote:before{content:"\e9c9"}.icon-MovieCamera:before{content:"\e9ca"}.icon-Camera:before{content:"\e9cb"}.icon-Movie:before{content:"\e9cc"}.icon-Picture2:before{content:"\e9d0"}.icon-Video2:before{content:"\e9d2"}.icon-Locked3:before{content:"\e9d6"}.icon-Profile:before{content:"\e9d9"}.icon-Users:before{content:"\e9da"}.icon-Send:before{content:"\e9db"}.icon-Location:before{content:"\e9dd"}.icon-Compass:before{content:"\e9e1"}.icon-Siri:before{content:"\e9e2"}.icon-ONOFFSwitch:before{content:"\e9e3"}.icon-Bluetooth:before{content:"\e9e5"}.icon-DialPad:before{content:"\e9e6"}.icon-Unlink:before{content:"\e9e8"}.icon-TrashBin:before{content:"\e9e9"}.icon-Layers:before{content:"\e9ec"}.icon-Windows:before{content:"\e9ed"}.icon-Menu:before{content:"\e9ee"}.icon-Hide:before{content:"\e9f0"}.icon-View2:before{content:"\e9f1"}.icon-Home:before{content:"\e9f2"}.icon-Search:before{content:"\e9f4"}.icon-Search2:before{content:"\e9f5"}.icon-Flag:before{content:"\e9f7"}.icon-Vector:before{content:"\e9f8"}.icon-ReadingList:before{content:"\e9fa"}.icon-Bank:before{content:"\ea00"}.icon-Stamp:before{content:"\ea01"}.icon-Check:before{content:"\ea03"}.icon-TimeisMoney:before{content:"\ea04"}.icon-Store:before{content:"\ea06"}.icon-Cube:before{content:"\ea07"}.icon-Football:before{content:"\ea08"}.icon-PlasteredFoot:before{content:"\ea09"}.icon-Settings:before{content:"\ea0a"}.icon-Iphones:before{content:"\ea0c"}.icon-Pin:before{content:"\ea0d"}.icon-Diamond:before{content:"\ea0e"}.icon-Hairpin:before{content:"\ea10"}.icon-Fingerprint:before{content:"\ea11"}.icon-Privacy:before{content:"\ea12"}.icon-Iphone5:before{content:"\ea13"}.icon-TV:before{content:"\ea14"}.icon-iMac:before{content:"\ea15"}.icon-LandscapeIpad:before{content:"\ea16"}.icon-Ipad:before{content:"\ea17"}.icon-OldiMac:before{content:"\ea18"}.icon-GraphPresentation:before{content:"\ea1a"}.icon-ChartPresentation:before{content:"\ea1c"}.icon-Magnet:before{content:"\ea1e"}.icon-Stethoscope:before{content:"\ea20"}.icon-FirstAIdKit:before{content:"\ea21"}.icon-Safety:before{content:"\ea22"}.icon-Wheelchair:before{content:"\ea23"}.icon-PrescriptionFile:before{content:"\ea24"}.icon-Controls3:before{content:"\ea27"}.icon-3DCoordinates:before{content:"\ea28"}.icon-Controls4:before{content:"\ea2b"}.icon-SelectObjectSide:before{content:"\ea2d"}.icon-Bookmark:before{content:"\ea2e"}.icon-Store2:before{content:"\ea2f"}.icon-Bookmark2:before{content:"\ea30"}.icon-Flag2:before{content:"\ea32"}.icon-Cashier:before{content:"\ea33"}.icon-USBCable:before{content:"\ea34"}.icon-Badminton:before{content:"\ea35"}.icon-IphoneChargingCable:before{content:"\ea36"}.icon-Clock:before{content:"\ea37"}.icon-Marksmanship:before{content:"\ea39"}.icon-POS:before{content:"\ea3a"}.icon-AlarmClock:before{content:"\ea3b"}.icon-BaseballBat:before{content:"\ea3d"}.icon-Brain:before{content:"\ea3e"}.icon-FaxScan:before{content:"\ea42"}.icon-Edit:before{content:"\ea43"}.icon-Cup:before{content:"\ea44"}.icon-World-Wide:before{content:"\ea45"}.icon-Tennis:before{content:"\ea47"}.icon-World-Wide2:before{content:"\ea48"}.icon-IceSkates:before{content:"\ea49"}.icon-Gift:before{content:"\ea4a"}.icon-GrowingStats:before{content:"\ea4c"}.icon-DecreasingStats:before{content:"\ea4d"}.icon-Graph2:before{content:"\ea4e"}.icon-Graph3:before{content:"\ea50"}.icon-RollerSkates:before{content:"\ea51"}.icon-SpiralTool:before{content:"\ea57"}.icon-GraphicTabletIntuos:before{content:"\ea58"}.icon-SoccerBall:before{content:"\ea5a"}.icon-Volleyball:before{content:"\ea5b"}.icon-Baseball:before{content:"\ea5c"}.icon-Basketball:before{content:"\ea5d"}.icon-PieChart22:before{content:"\ea63"}.icon-InboxFile:before{content:"\ea65"}.icon-LeftSidebar:before{content:"\ea66"}.icon-BandagedFoot:before{content:"\ea6c"}.icon-Settings5:before{content:"\ea6d"}.icon-Settings8:before{content:"\ea70"}.icon-Bicycle:before{content:"\ea71"}.icon-Down2:before{content:"\ea73"}.icon-Up:before{content:"\ea74"}.icon-Upload:before{content:"\ea75"}.icon-Download:before{content:"\ea76"}.icon-Iphone6:before{content:"\ea77"}.icon-Up2:before{content:"\ea7a"}.icon-SpeedDial:before{content:"\ea7d"}.icon-Whistle:before{content:"\ea81"}.icon-PingPong:before{content:"\ea82"}.icon-Safebox:before{content:"\ea83"}.icon-Stopwatch:before{content:"\ea84"}.icon-InvestmentStock:before{content:"\ea88"}.icon-Medal:before{content:"\ea89"}.icon-SNESController:before{content:"\ea8a"}.icon-File:before{content:"\ea8e"}.icon-Checklist:before{content:"\ea8f"}.icon-OpenFolder:before{content:"\ea90"}.icon-Binder:before{content:"\ea94"}.icon-Chess:before{content:"\ea95"}.icon-Darts:before{content:"\ea98"}.icon-Fantasia:before{content:"\ea99"}.icon-Bowling:before{content:"\ea9b"}.icon-FullWallet:before{content:"\eaa3"}.icon-Moon:before{content:"\eaa4"}.icon-OpenSign:before{content:"\eaa5"}.icon-Sunny:before{content:"\eaa6"}.icon-GasLamp:before{content:"\eaa7"}.icon-OlympicFlare:before{content:"\eaa8"}.icon-Resumee:before{content:"\eaa9"}.icon-Sunglasses:before{content:"\eaaa"}.icon-BusinessBriefcase:before{content:"\eaab"}.icon-Sunset:before{content:"\eaae"}.icon-Spaceship:before{content:"\eaaf"}.icon-ExoticIsland:before{content:"\eab0"}.icon-HockeyClubs:before{content:"\eab1"}.icon-Marshmallows:before{content:"\eab2"}.icon-ScanBarcode:before{content:"\eab4"}.icon-SpaceshipLaunchPad:before{content:"\eab5"}.icon-Campfire:before{content:"\eab6"}.icon-UFO:before{content:"\eab9"}.icon-OutdoorCamera:before{content:"\eaba"}.icon-UnprotectedSystem:before{content:"\eabc"}.icon-ProtectedSystem:before{content:"\eabe"}.icon-6Pack:before{content:"\eabf"}.icon-ChatConversation:before{content:"\eac1"}.icon-ChatConversation2:before{content:"\eac2"}.icon-ChatConversation4:before{content:"\eac4"}.icon-Stroller:before{content:"\eaca"}.icon-Xylophone:before{content:"\eacb"}.icon-WoodenCrate22:before{content:"\eace"}.icon-Yachting:before{content:"\eacf"}.icon-XboxRemote:before{content:"\ead1"}.icon-Turntable2:before{content:"\ead2"}.icon-Kayaking:before{content:"\ead3"}.icon-SegagenesisController:before{content:"\ead4"}.icon-ShowMicrophone:before{content:"\ead5"}.icon-21:before{content:"\ead7"}.icon-PS2Controller:before{content:"\ead8"}.icon-YogaBall:before{content:"\ead9"}.icon-BasketballPanel:before{content:"\eada"}.icon-DocumentFolder:before{content:"\eadb"}.icon-Playstation1:before{content:"\eade"}.icon-Podium:before{content:"\eadf"}.icon-Suitcase:before{content:"\eae1"}.icon-Triangle:before{content:"\eae2"}.icon-CalendarEvent:before{content:"\eae3"}.icon-GameboyAdvance:before{content:"\eae5"}.icon-Whatsapp:before{content:"\eae6"}.icon-BasketballJersey:before{content:"\eae7"}.icon-Plane:before{content:"\eaea"}.icon-PriceTag:before{content:"\eaeb"}.icon-Tricycle:before{content:"\eaec"}.icon-HikingBackpack:before{content:"\eaed"}.icon-BathDuckling:before{content:"\eaf0"}.icon-Pacifier:before{content:"\eaf1"}.icon-PriceTag2:before{content:"\eaf2"}.icon-FootballJersey:before{content:"\eafd"}.icon-GypsyTambourine:before{content:"\eafe"}.icon-Cruise:before{content:"\eb00"}.icon-MoneySuitcase:before{content:"\eb01"}.icon-OutdoorStove:before{content:"\eb02"}.icon-Briefcase:before{content:"\eb03"}.icon-PhoneEncryption:before{content:"\eb04"}.icon-PS4:before{content:"\eb05"}.icon-SearchFIle:before{content:"\eb07"}.icon-SummerRain:before{content:"\eb08"}.icon-SwissArmyKnife:before{content:"\eb09"}.icon-Mountainside:before{content:"\eb0d"}.icon-Suitcase2:before{content:"\eb0f"}.icon-ExpandWindow2:before{content:"\eb25"}.icon-MildlyRottenPremolar:before{content:"\eb28"}.icon-Nintendo64:before{content:"\eb29"}.icon-RetrieveCard:before{content:"\eb2b"}.icon-ToyTrain:before{content:"\eb2c"}.icon-AntivirusProtection:before{content:"\eb2d"}.icon-FlipboardDocument:before{content:"\eb2e"}.icon-FootballJersey2:before{content:"\eb2f"}.icon-GypsyTambourine2:before{content:"\eb30"}.icon-InsertCard2:before{content:"\eb31"}.icon-Neptune:before{content:"\eb32"}.icon-Cruise2:before{content:"\eb33"}.icon-Flipboard2:before{content:"\eb34"}.icon-OutdoorStove2:before{content:"\eb35"}.icon-PS42:before{content:"\eb36"}.icon-Saturn:before{content:"\eb37"}.icon-SoccerJersey:before{content:"\eb38"}.icon-Diapazone:before{content:"\eb39"}.icon-SearchFIle2:before{content:"\eb3c"}.icon-BoyBodywear:before{content:"\eb3e"}.icon-Homer:before{content:"\eb41"}.icon-TeddyBear:before{content:"\eb46"}.icon-CattleSkull:before{content:"\eb48"}.icon-ShoppingCart:before{content:"\eb4c"}.icon-Soyuz:before{content:"\eb4d"}.icon-ToyRobot:before{content:"\eb4e"}.icon-Umbrella:before{content:"\eb4f"}.icon-Chat2:before{content:"\eb50"}.icon-Newspaper:before{content:"\eb51"}.icon-Saxophone:before{content:"\eb52"}.icon-Compass2:before{content:"\eb57"}.icon-FireExtinguisher:before{content:"\eb59"}.icon-TheOlympics:before{content:"\eb5d"}.icon-Gagarin:before{content:"\eb62"}.icon-ChariotWheel:before{content:"\eb63"}.icon-Blueprint:before{content:"\eb65"}.icon-PriceTag7:before{content:"\eb69"}.icon-SafetyPinclosed:before{content:"\eb6b"}.icon-Trombone:before{content:"\eb6d"}.icon-BoxingGlove:before{content:"\eb6e"}.icon-LogCutting:before{content:"\eb72"}.icon-Ukulele:before{content:"\eb73"}.icon-Skateboard:before{content:"\eb77"}.icon-SolarSystem:before{content:"\eb78"}.icon-SurvivalKnife:before{content:"\eb79"}.icon-Left:before{content:"\eb7a"}.icon-Right2:before{content:"\eb7b"}.icon-BassGuitar:before{content:"\eb7e"}.icon-Luggage:before{content:"\eb7f"}.icon-Microphone:before{content:"\eb80"}.icon-SurvivalWatch:before{content:"\eb82"}.icon-Compose2:before{content:"\eb83"}.icon-ElectricGuitar:before{content:"\eb84"}.icon-Lightning:before{content:"\eb88"}.icon-MeteoriteImpact:before{content:"\eb89"}.icon-RotateLandscape:before{content:"\eb8b"}.icon-Stopwatch2:before{content:"\eb8d"}.icon-Earth3:before{content:"\eb8f"}.icon-Mailbox:before{content:"\eb92"}.icon-Capitalize:before{content:"\eb95"}.icon-FishingVest:before{content:"\eb97"}.icon-Key:before{content:"\eb99"}.icon-PingPong2:before{content:"\eb9d"}.icon-Binoculars:before{content:"\eba0"}.icon-CowboyHat:before{content:"\eba1"}.icon-Popcorn:before{content:"\eba2"}.icon-SETIDish:before{content:"\eba4"}.icon-WiredPhone:before{content:"\eba6"}.icon-Cimbalom:before{content:"\eba7"}.icon-TakeNotes:before{content:"\eba8"}.icon-SandCastle:before{content:"\ebac"}.icon-Bullets:before{content:"\ebad"}.icon-ShoppingCart3:before{content:"\ebb0"}.icon-FlipFlops:before{content:"\ebb3"}.icon-Jobs:before{content:"\ebb5"}.icon-MoonLander:before{content:"\ebbb"}.icon-CommercialSatellite:before{content:"\ebbc"}.icon-Ruler:before{content:"\ebbe"}.icon-Warning:before{content:"\ebc1"}.icon-AddCartContents:before{content:"\ebc3"}.icon-Canoe:before{content:"\ebc8"}.icon-DrumSet:before{content:"\ebc9"}.icon-NativeAmericanBow:before{content:"\ebca"}.icon-Parasailing:before{content:"\ebcc"}.icon-Feeder:before{content:"\ebcd"}.icon-MailContents:before{content:"\ebce"}.icon-OpenMail:before{content:"\ebcf"}.icon-Bills:before{content:"\ebd1"}.icon-Sunbed:before{content:"\ebd2"}.icon-NeilArmstrong:before{content:"\ebd4"}.icon-WindToy:before{content:"\ebdb"}.icon-ColtRevolver:before{content:"\ebdc"}.icon-Tomahawk:before{content:"\ebe2"}.icon-WaterJumping:before{content:"\ebe4"}.icon-Mail:before{content:"\ebe9"}.icon-Pencial:before{content:"\ebec"}.icon-PhoneMessage:before{content:"\ebed"}.icon-Headphones:before{content:"\ebfd"}.icon-Quaver:before{content:"\ebff"}.icon-ReMusicalNote:before{content:"\ec00"}.icon-MusicalNote2:before{content:"\ec01"}.icon-Code:before{content:"\ec07"}.icon-ColorBucket:before{content:"\ec08"}.icon-Forest:before{content:"\ec0a"}.icon-Briefcase2:before{content:"\ec10"}.icon-CardioBike:before{content:"\ec13"}.icon-ColorSpray:before{content:"\ec14"}.icon-Ipod:before{content:"\ec15"}.icon-DivingGear:before{content:"\ec19"}.icon-Ruler2:before{content:"\ec1c"}.icon-Mountainside3:before{content:"\ec1f"}.icon-NativeAmericanTent:before{content:"\ec20"}.icon-Brush:before{content:"\ec23"}.icon-Weight:before{content:"\ec25"}.icon-Trees:before{content:"\ec28"}.icon-Cabin:before{content:"\ec33"}.icon-Code2:before{content:"\ec34"}.icon-ColorPallette:before{content:"\ec35"}.icon-CrossroadsSigns:before{content:"\ec36"}.icon-ColorEyedropper:before{content:"\ec38"}.icon-HuntingLodge:before{content:"\ec3a"}.icon-facebook4:before{content:"\e743"}.icon-twitter-old:before{content:"\e744"}.icon-share:before{content:"\e745"}.icon-feed4:before{content:"\e746"}.icon-bird:before{content:"\e747"}.icon-chat3:before{content:"\e748"}.icon-phone4:before{content:"\e74c"}.icon-phone5:before{content:"\e74d"}.icon-monitor:before{content:"\e74e"}.icon-laptop2:before{content:"\e74f"}.icon-modem:before{content:"\e750"}.icon-hdd:before{content:"\e754"}.icon-keyboard:before{content:"\e755"}.icon-mouse:before{content:"\e756"}.icon-floppy:before{content:"\e758"}.icon-camera5:before{content:"\e75e"}.icon-pictures2:before{content:"\e75f"}.icon-eye4:before{content:"\e760"}.icon-camera6:before{content:"\e763"}.icon-volume:before{content:"\e766"}.icon-radio:before{content:"\e769"}.icon-cassette:before{content:"\e76c"}.icon-broadcast2:before{content:"\e76e"}.icon-cog3:before{content:"\e770"}.icon-search2:before{content:"\e77b"}.icon-zoomout3:before{content:"\e77c"}.icon-zoomin3:before{content:"\e77d"}.icon-binocular:before{content:"\e77e"}.icon-location2:before{content:"\e77f"}.icon-pin2:before{content:"\e780"}.icon-quote4:before{content:"\e783"}.icon-clipboard:before{content:"\e788"}.icon-clipboard2:before{content:"\e789"}.icon-gift:before{content:"\e794"}.icon-settings2:before{content:"\e796"}.icon-support:before{content:"\e797"}.icon-medicine:before{content:"\e798"}.icon-cone:before{content:"\e799"}.icon-info:before{content:"\e79b"}.icon-drink2:before{content:"\e7a2"}.icon-lollipop:before{content:"\e7a4"}.icon-heart2:before{content:"\e7a7"}.icon-lightning3:before{content:"\e7ad"}.icon-gaspump:before{content:"\e7b2"}.icon-tree:before{content:"\e7b4"}.icon-leaf:before{content:"\e7b5"}.icon-flower:before{content:"\e7b6"}.icon-direction:before{content:"\e7b7"}.icon-thumbsup:before{content:"\e7b8"}.icon-thumbsdown:before{content:"\e7b9"}.icon-arrow-up3:before{content:"\e7bc"}.icon-arrow-down3:before{content:"\e7bd"}.icon-arrow-left3:before{content:"\e7be"}.icon-arrow-right3:before{content:"\e7bf"}.icon-arrow-top-right:before{content:"\e7c0"}.icon-arrow-top-left:before{content:"\e7c1"}.icon-arrow-bottom-right:before{content:"\e7c2"}.icon-arrow-bottom-left:before{content:"\e7c3"}.icon-tv2:before{content:"\e7cc"}.icon-trashcan:before{content:"\e7d3"}.icon-umbrella:before{content:"\e7d9"}.icon-printer:before{content:"\e013"}.icon-laptop:before{content:"\e001"}.icon-desktop:before{content:"\e002"}.icon-tablet:before{content:"\e003"}.icon-phone2:before{content:"\e004"}.icon-mobile:before{content:"\e000"}.icon-camera2:before{content:"\e012"}.icon-profile-male:before{content:"\e040"}.icon-profile-female:before{content:"\e041"}.icon-layers3:before{content:"\e031"}.icon-basket:before{content:"\e027"}.icon-envelope:before{content:"\e028"}.icon-twitter4:before{content:"\e05e"}.icon-rss:before{content:"\e060"}.icon-tumblr3:before{content:"\e061"}.icon-linkedin2:before{content:"\e062"}.icon-cancel3:before{content:"\e6ef"}.icon-checkmark2:before{content:"\e6f0"}.icon-cancel5:before{content:"\e6f7"}.icon-checkmark4:before{content:"\e6fa"}.icon-heart3:before{content:"\e6fb"}.icon-cloud3:before{content:"\e6fc"}.icon-star:before{content:"\e6fd"}.icon-trash:before{content:"\e701"}.icon-search:before{content:"\e704"}.icon-bubble:before{content:"\e706"}.icon-like:before{content:"\e70c"}.icon-world:before{content:"\e718"}.icon-settings:before{content:"\e719"}.icon-pen:before{content:"\e71e"}.icon-diamond:before{content:"\e71f"}.icon-location:before{content:"\e721"}.icon-paperplane:before{content:"\e723"}.icon-params:before{content:"\e724"}.icon-banknote:before{content:"\e725"}.icon-study:before{content:"\e729"}.icon-lab:before{content:"\e72a"}.icon-number:before{content:"\e72b"}.icon-number2:before{content:"\e72c"}.icon-number3:before{content:"\e72d"}.icon-number4:before{content:"\e72e"}.icon-number5:before{content:"\e72f"}.icon-number6:before{content:"\e730"}.icon-number7:before{content:"\e731"}.icon-number8:before{content:"\e732"}.icon-number9:before{content:"\e733"}.icon-number10:before{content:"\e734"}.icon-quote2:before{content:"\e73e"}.icon-quote3:before{content:"\e73f"}.icon-th-small:before{content:"\e82e"}.icon-th-menu:before{content:"\e82f"}.icon-th-list:before{content:"\e830"}.icon-th-large:before{content:"\e831"}.icon-leaf2:before{content:"\e832"}.icon-feather:before{content:"\e835"}.icon-plane-outline:before{content:"\e836"}.icon-microphone-outline:before{content:"\e837"}.icon-chevron-right2:before{content:"\e838"}.icon-chevron-left2:before{content:"\e839"}.icon-arrow-right-thick:before{content:"\e83a"}.icon-arrow-left-thick:before{content:"\e83c"}.icon-arrow-up-thick:before{content:"\e83f"}.icon-arrow-down-thick:before{content:"\e840"}.icon-minus5:before{content:"\e841"}.icon-plus7:before{content:"\e842"}.icon-backspace:before{content:"\e843"}.icon-eye3:before{content:"\e005"}.icon-paper-clip:before{content:"\e006"}.icon-mail:before{content:"\e007"}.icon-toggle:before{content:"\e008"}.icon-layout:before{content:"\e009"}.icon-link2:before{content:"\e00a"}.icon-bell:before{content:"\e00b"}.icon-lock:before{content:"\e00c"}.icon-unlock:before{content:"\e00d"}.icon-ribbon:before{content:"\e00e"}.icon-image:before{content:"\e010"}.icon-signal:before{content:"\e011"}.icon-target:before{content:"\e014"}.icon-clipboard3:before{content:"\e015"}.icon-clock:before{content:"\e016"}.icon-watch:before{content:"\e017"}.icon-air-play:before{content:"\e018"}.icon-camera4:before{content:"\e019"}.icon-video:before{content:"\e01a"}.icon-printer2:before{content:"\e020"}.icon-monitor2:before{content:"\e021"}.icon-server:before{content:"\e022"}.icon-cog4:before{content:"\e023"}.icon-heart4:before{content:"\e024"}.icon-paragraph:before{content:"\e025"}.icon-align-justify2:before{content:"\e026"}.icon-align-left:before{content:"\e029"}.icon-align-center:before{content:"\e02a"}.icon-align-right:before{content:"\e02b"}.icon-book:before{content:"\e030"}.icon-layers4:before{content:"\e032"}.icon-stack:before{content:"\e033"}.icon-stack-2:before{content:"\e034"}.icon-paper:before{content:"\e035"}.icon-paper-stack:before{content:"\e036"}.icon-search4:before{content:"\e037"}.icon-zoom-in:before{content:"\e038"}.icon-zoom-out:before{content:"\e039"}.icon-reply:before{content:"\e03a"}.icon-circle-plus:before{content:"\e042"}.icon-circle-minus:before{content:"\e043"}.icon-circle-check:before{content:"\e044"}.icon-circle-cross:before{content:"\e045"}.icon-square-plus:before{content:"\e046"}.icon-square-minus:before{content:"\e047"}.icon-square-check:before{content:"\e048"}.icon-square-cross:before{content:"\e049"}.icon-microphone:before{content:"\e04a"}.icon-record2:before{content:"\e04b"}.icon-skip-back:before{content:"\e050"}.icon-rewind:before{content:"\e051"}.icon-play2:before{content:"\e052"}.icon-pause2:before{content:"\e053"}.icon-stop2:before{content:"\e054"}.icon-fast-forward:before{content:"\e055"}.icon-skip-forward:before{content:"\e056"}.icon-shuffle:before{content:"\e057"}.icon-repeat:before{content:"\e058"}.icon-folder:before{content:"\e059"}.icon-umbrella2:before{content:"\e063"}.icon-moon2:before{content:"\e064"}.icon-thermometer2:before{content:"\e065"}.icon-drop:before{content:"\e066"}.icon-sun4:before{content:"\e067"}.icon-cloud4:before{content:"\e068"}.icon-cloud-upload:before{content:"\e069"}.icon-cloud-download:before{content:"\e06a"}.icon-upload:before{content:"\e06b"}.icon-download:before{content:"\e06c"}.icon-location3:before{content:"\e070"}.icon-location-2:before{content:"\e071"}.icon-map:before{content:"\e072"}.icon-battery:before{content:"\e073"}.icon-head:before{content:"\e074"}.icon-briefcase:before{content:"\e075"}.icon-speech-bubble:before{content:"\e076"}.icon-anchor:before{content:"\e077"}.icon-globe:before{content:"\e078"}.icon-box:before{content:"\e079"}.icon-reload:before{content:"\e080"}.icon-share3:before{content:"\e081"}.icon-marquee:before{content:"\e082"}.icon-marquee-plus:before{content:"\e083"}.icon-marquee-minus:before{content:"\e084"}.icon-tag:before{content:"\e085"}.icon-power:before{content:"\e086"}.icon-command:before{content:"\e087"}.icon-alt:before{content:"\e088"}.icon-esc:before{content:"\e089"}.icon-bar-graph:before{content:"\e090"}.icon-bar-graph-2:before{content:"\e091"}.icon-pie-graph:before{content:"\e092"}.icon-star2:before{content:"\e093"}.icon-arrow-left4:before{content:"\e094"}.icon-arrow-right7:before{content:"\e095"}.icon-arrow-up4:before{content:"\e096"}.icon-arrow-down4:before{content:"\e097"}.icon-volume2:before{content:"\e098"}.icon-mute:before{content:"\e099"}.icon-content-right:before{content:"\e100"}.icon-content-left:before{content:"\e101"}.icon-grid2:before{content:"\e102"}.icon-grid-2:before{content:"\e103"}.icon-columns:before{content:"\e104"}.icon-loader:before{content:"\e105"}.icon-bag:before{content:"\e106"}.icon-ban:before{content:"\e107"}.icon-flag:before{content:"\e108"}.icon-trash2:before{content:"\e109"}.icon-expand:before{content:"\e110"}.icon-contract:before{content:"\e111"}.icon-maximize:before{content:"\e112"}.icon-minimize:before{content:"\e113"}.icon-plus5:before{content:"\e114"}.icon-minus6:before{content:"\e115"}.icon-check:before{content:"\e116"}.icon-cross:before{content:"\e117"}.icon-move:before{content:"\e118"}.icon-delete:before{content:"\e119"}.icon-menu3:before{content:"\e120"}.icon-archive:before{content:"\e121"}.icon-inbox:before{content:"\e122"}.icon-outbox:before{content:"\e123"}.icon-file:before{content:"\e124"}.icon-file-add:before{content:"\e125"}.icon-file-subtract:before{content:"\e126"}.icon-help:before{content:"\e127"}.icon-open:before{content:"\e128"}.icon-ellipsis:before{content:"\e129"}.icon-basecamp:before{content:"\ec3d"}.icon-behance:before{content:"\ec3e"}.icon-creative-cloud:before{content:"\ec3f"}.icon-dropbox:before{content:"\ec40"}.icon-evernote:before{content:"\ec41"}.icon-flattr:before{content:"\ec42"}.icon-foursquare:before{content:"\ec43"}.icon-google-drive:before{content:"\ec44"}.icon-google-hangouts:before{content:"\ec45"}.icon-grooveshark:before{content:"\ec46"}.icon-icloud:before{content:"\ec47"}.icon-mixi:before{content:"\ec48"}.icon-onedrive:before{content:"\ec49"}.icon-paypal:before{content:"\ec4a"}.icon-picasa:before{content:"\ec4b"}.icon-qq:before{content:"\ec4c"}.icon-rdio-with-circle:before{content:"\ec4d"}.icon-renren:before{content:"\ec4e"}.icon-scribd:before{content:"\ec4f"}.icon-sina-weibo:before{content:"\ec50"}.icon-slideshare:before{content:"\ec52"}.icon-smashing:before{content:"\ec53"}.icon-spotify:before{content:"\ec54"}.icon-swarm:before{content:"\ec55"}.icon-vine:before{content:"\ec56"}.icon-vk:before{content:"\ec57"}.icon-xing:before{content:"\ec58"}.icon-yelp:before{content:"\ec59"}.icon-facebook:before{content:"\ec5b"}.icon-google:before{content:"\ec5d"}.icon-instagram:before{content:"\ec5e"}.icon-lastfm:before{content:"\ec5f"}.icon-linkedin:before{content:"\ec60"}.icon-tumblr:before{content:"\ec63"}.icon-play:before{content:"\e7dd"}.icon-pause:before{content:"\e7de"}.icon-record:before{content:"\e7df"}.icon-stop:before{content:"\e7e0"}.icon-next:before{content:"\e7e1"}.icon-previous:before{content:"\e7e2"}.icon-first:before{content:"\e7e3"}.icon-last:before{content:"\e7e4"}.icon-github6:before{content:"\e7e8"}.icon-flickr5:before{content:"\e7ea"}.icon-twitter5:before{content:"\e7ee"}.icon-facebook5:before{content:"\e7f0"}.icon-googleplus6:before{content:"\e7f3"}.icon-pinterest3:before{content:"\e7f5"}.icon-qq2:before{content:"\e7ff"}.icon-instagram2:before{content:"\e801"}.icon-evernote2:before{content:"\e804"}.icon-renren2:before{content:"\e807"}.icon-sina-weibo2:before{content:"\e808"}.icon-paypal4:before{content:"\e80a"}.icon-picasa2:before{content:"\e80b"}.icon-soundcloud3:before{content:"\e80c"}.icon-mixi2:before{content:"\e80d"}.icon-circles:before{content:"\e80f"}.icon-vk2:before{content:"\e810"}.icon-smashing2:before{content:"\e811"}.icon-stumbleupon3:before{content:"\e812"}.icon-lastfm3:before{content:"\e813"}.icon-earth2:before{content:"\e815"}.icon-heart32:before{content:"\e816"}.icon-arrow-right4:before{content:"\e817"}.icon-arrow-left5:before{content:"\e818"}.icon-arrow-down5:before{content:"\e819"}.icon-arrow-up5:before{content:"\e81a"}.icon-arrow-right5:before{content:"\e81b"}.icon-arrow-left6:before{content:"\e81c"}.icon-arrow-down6:before{content:"\e81d"}.icon-arrow-up6:before{content:"\e81e"}.icon-uniE81F:before{content:"\e820"}.icon-menu2:before{content:"\e823"}.icon-minus4:before{content:"\e825"}.icon-plus6:before{content:"\e826"}.icon-list:before{content:"\e827"}.icon-arrow-left7:before{content:"\e828"}.icon-arrow-down7:before{content:"\e829"}.icon-arrow-up7:before{content:"\e82a"}.icon-arrow-right6:before{content:"\e82b"}.icon-ccw:before{content:"\e82c"}.icon-cw:before{content:"\e82d"}.icon-box2:before{content:"\e909"}.icon-write:before{content:"\e90a"}.icon-clock2:before{content:"\e910"}.icon-reply2:before{content:"\e916"}.icon-reply-all:before{content:"\e91e"}.icon-forward:before{content:"\e920"}.icon-search22:before{content:"\e923"}.icon-trash22:before{content:"\e925"}.icon-envelope2:before{content:"\e92a"}.icon-bubble2:before{content:"\e930"}.icon-user2:before{content:"\e938"}.icon-users:before{content:"\e93b"}.icon-cloud23:before{content:"\e93c"}.icon-download2:before{content:"\e93f"}.icon-upload2:before{content:"\e941"}.icon-rain:before{content:"\e945"}.icon-sun23:before{content:"\e947"}.icon-moon22:before{content:"\e94a"}.icon-bell2:before{content:"\e94b"}.icon-folder2:before{content:"\e94d"}.icon-pin:before{content:"\e951"}.icon-sound:before{content:"\e95b"}.icon-microphone2:before{content:"\e95c"}.icon-camera22:before{content:"\e962"}.icon-image2:before{content:"\e964"}.icon-calendar:before{content:"\e96d"}.icon-map-marker:before{content:"\e972"}.icon-store:before{content:"\e976"}.icon-support2:before{content:"\e978"}.icon-tag2:before{content:"\e97a"}.icon-heart22:before{content:"\e97c"}.icon-video-camera:before{content:"\e97f"}.icon-trophy:before{content:"\e980"}.icon-cart2:before{content:"\e981"}.icon-eye22:before{content:"\e983"}.icon-cancel4:before{content:"\e985"}.icon-chart:before{content:"\e986"}.icon-target2:before{content:"\e987"}.icon-printer22:before{content:"\e988"}.icon-location22:before{content:"\e989"}.icon-bookmark3:before{content:"\e98a"}.icon-monitor22:before{content:"\e98c"}.icon-cross2:before{content:"\e98d"}.icon-plus22:before{content:"\e990"}.icon-left2:before{content:"\e993"}.icon-up2:before{content:"\e997"}.icon-browser:before{content:"\e998"}.icon-windows2:before{content:"\e99c"}.icon-switch2:before{content:"\e99e"}.icon-dashboard:before{content:"\e99f"}.icon-play22:before{content:"\e9a0"}.icon-fast-forward2:before{content:"\e9a1"}.icon-next2:before{content:"\e9a3"}.icon-refresh:before{content:"\e9a5"}.icon-film:before{content:"\e9aa"}.icon-home2:before{content:"\e9b1"}.icon-home:before{content:"\e800"}.icon-pencil:before{content:"\e802"}.icon-quill:before{content:"\e803"}.icon-droplet:before{content:"\e806"}.icon-camera:before{content:"\e809"}.icon-credit-card:before{content:"\e81f"}.icon-lifebuoy:before{content:"\e821"}.icon-phone:before{content:"\e822"}.icon-address-book:before{content:"\e824"}.icon-undo:before{content:"\e833"}.icon-redo:before{content:"\e834"}.icon-user:before{content:"\e83b"}.icon-quotes-left:before{content:"\e83d"}.icon-quotes-right:before{content:"\e83e"}.icon-fire:before{content:"\e85f"}.icon-airplane:before{content:"\e865"}.icon-switch:before{content:"\e869"}.icon-power-cord:before{content:"\e86a"}.icon-cloud:before{content:"\e86d"}.icon-link:before{content:"\e873"}.icon-attachment:before{content:"\e875"}.icon-eye:before{content:"\e876"}.icon-bookmark:before{content:"\e878"}.icon-sun:before{content:"\e87a"}.icon-heart:before{content:"\e87e"}.icon-loop2:before{content:"\e884"}.icon-share2:before{content:"\e893"}.icon-feed2:before{content:"\e8a3"}.icon-youtube3:before{content:"\e8a8"}.icon-twitch:before{content:"\e8aa"}.icon-vimeo:before{content:"\e8ab"}.icon-wordpress:before{content:"\e8c4"}.icon-joomla:before{content:"\e8c6"}.icon-tux:before{content:"\e8cc"}.icon-apple:before{content:"\e8cd"}.icon-finder:before{content:"\e8ce"}.icon-windows8:before{content:"\e8d0"}.icon-stackoverflow:before{content:"\e8dc"}.icon-html5:before{content:"\e8e4"}.icon-codepen:before{content:"\e8e5"}.icon-chrome:before{content:"\e8e6"}.icon-firefox:before{content:"\e8e7"}.icon-IE:before{content:"\e8e8"}.icon-opera:before{content:"\e8e9"}.icon-safari:before{content:"\e8ea"}.icon-comment:before{content:"\e61b"}.icon-check-alt:before{content:"\e61c"}.icon-x-altx-alt:before{content:"\e61d"}.icon-plus-alt:before{content:"\e621"}.icon-plus2:before{content:"\e622"}.icon-document-alt-stroke:before{content:"\e623"}.icon-eye2:before{content:"\e624"}.icon-camera3:before{content:"\e625"}.icon-left-quote-alt:before{content:"\e628"}.icon-right-quote-alt:before{content:"\e629"}.icon-sunrise:before{content:"\e62c"}.icon-sun2:before{content:"\e62d"}.icon-moon:before{content:"\e62e"}.icon-sun22:before{content:"\e62f"}.icon-windy:before{content:"\e630"}.icon-wind:before{content:"\e631"}.icon-snowflake:before{content:"\e632"}.icon-cloudy:before{content:"\e633"}.icon-cloud2:before{content:"\e634"}.icon-windy2:before{content:"\e635"}.icon-snowy:before{content:"\e636"}.icon-snowy2:before{content:"\e637"}.icon-snowy3:before{content:"\e638"}.icon-weather:before{content:"\e639"}.icon-cloudy2:before{content:"\e63a"}.icon-cloud22:before{content:"\e63b"}.icon-lightning:before{content:"\e63c"}.icon-sun3:before{content:"\e63d"}.icon-snowy4:before{content:"\e63e"}.icon-weather2:before{content:"\e63f"}.icon-cloudy3:before{content:"\e640"}.icon-lightning2:before{content:"\e641"}.icon-thermometer:before{content:"\e642"}.icon-compass:before{content:"\e643"}.icon-none:before{content:"\e644"}.icon-Celsius:before{content:"\e645"}.icon-Fahrenheit:before{content:"\e646"}.icon-weather3:before{content:"\e647"}.icon-weather4:before{content:"\e648"}.icon-weather5:before{content:"\e649"}.icon-uniF488:before{content:"\e64a"}.icon-uniF489:before{content:"\e64b"}.icon-uniF48A:before{content:"\e64c"}.icon-uniF48B:before{content:"\e64d"}.icon-down:before{content:"\e64e"}.icon-downleft:before{content:"\e64f"}.icon-downright:before{content:"\e650"}.icon-up:before{content:"\e651"}.icon-upleft:before{content:"\e652"}.icon-upright:before{content:"\e653"}.icon-right:before{content:"\e654"}.icon-left:before{content:"\e655"}.icon-psbuttonx:before{content:"\e657"}.icon-menu:before{content:"\e658"}.icon-mouse2:before{content:"\e659"}.icon-uniF639:before{content:"\e65b"}.icon-uniF477:before{content:"\e65c"}.icon-uniF478:before{content:"\e65d"}.icon-uniF479:before{content:"\e65e"}.icon-uniF476:before{content:"\e65f"}.icon-grid:before{content:"\e660"}.icon-details:before{content:"\e661"}.icon-thumbnails:before{content:"\e662"}.icon-quote:before{content:"\e663"}.icon-post2:before{content:"\e664"}.icon-layers:before{content:"\e665"}.icon-layers2:before{content:"\e666"}.icon-minus2:before{content:"\e667"}.icon-google2:before{content:"\e66d"}.icon-youtube2:before{content:"\e670"}.icon-steam:before{content:"\e674"}.icon-github2:before{content:"\e677"}.icon-android:before{content:"\e678"}.icon-windows:before{content:"\e679"}.icon-paypal3:before{content:"\e681"}.icon-googleplus:before{content:"\e687"}.icon-google-drive2:before{content:"\e68b"}.icon-lanyrd:before{content:"\e68d"}.icon-flickr2:before{content:"\e68f"}.icon-skype:before{content:"\e696"}.icon-reddit:before{content:"\e697"}.icon-lastfm2:before{content:"\e699"}.icon-yelp2:before{content:"\e69b"}.icon-file-pdf:before{content:"\e69d"}.icon-file-openoffice:before{content:"\e69e"}.icon-file-word:before{content:"\e69f"}.icon-facebook2:before{content:"\e6a0"}.icon-instagram3:before{content:"\e6a3"}.icon-picassa:before{content:"\e6aa"}.icon-dribbble:before{content:"\e6ac"}.icon-forrst:before{content:"\e6af"}.icon-deviantart2:before{content:"\e6b1"}.icon-joomla2:before{content:"\e6b2"}.icon-blogger:before{content:"\e6b3"}.icon-yahoo:before{content:"\e6b7"}.icon-tux2:before{content:"\e6b8"}.icon-apple2:before{content:"\e6b9"}.icon-finder2:before{content:"\e6ba"}.icon-delicious:before{content:"\e6bb"}.icon-stumbleupon2:before{content:"\e6bd"}.icon-stackoverflow2:before{content:"\e6be"}.icon-file-excel:before{content:"\e6c4"}.icon-file-zip:before{content:"\e6c5"}.icon-file-powerpoint:before{content:"\e6c6"}.icon-file-xml:before{content:"\e6c7"}.icon-file-css:before{content:"\e6c8"}.icon-html52:before{content:"\e6c9"}.icon-html522:before{content:"\e6ca"}.icon-css3:before{content:"\e6cb"}.icon-chrome2:before{content:"\e6cc"}.icon-at:before{content:"\e6cd"}.icon-copyright:before{content:"\e6ce"}.icon-multiply:before{content:"\e6cf"}.icon-cursor:before{content:"\e6d0"}.icon-circleadd:before{content:"\e6d1"}.icon-circledelete:before{content:"\e6d2"}.icon-circleselect:before{content:"\e6d3"}.icon-elipse:before{content:"\e6d4"}.icon-roundedrectangle:before{content:"\e6d5"}.icon-polygon:before{content:"\e6d6"}.icon-notificationdown:before{content:"\e6d7"}.icon-bookmark2:before{content:"\e6d8"}.icon-zoomin:before{content:"\e6d9"}.icon-zoomout:before{content:"\e6da"}.icon-cmd:before{content:"\e6db"}.icon-cart:before{content:"\e6dc"}.icon-cog2:before{content:"\e6e0"}.icon-minus3:before{content:"\e6e1"}.icon-plus4:before{content:"\e6e2"}.icon-cancel:before{content:"\e6e3"}.icon-zoomin2:before{content:"\e6e4"}.icon-zoomout2:before{content:"\e6e5"}.icon-cancel2:before{content:"\e6e7"}.icon-arrow-left2:before{content:"\e6e8"}.icon-arrow-up2:before{content:"\e6e9"}.icon-arrow-right2:before{content:"\e6ea"}.icon-arrow-down2:before{content:"\e6eb"}.icon-add-circle-1:before{content:"\e9b6"}.icon-baby-trolley:before{content:"\e9bc"}.icon-banking-donation-2:before{content:"\e9be"}.icon-bin:before{content:"\e9c6"}.icon-chat-bubble-square-1:before{content:"\e9c8"}.icon-chat-bubble-square-smiley:before{content:"\e9cd"}.icon-chef-1:before{content:"\e9ce"}.icon-chef-hat:before{content:"\e9cf"}.icon-content-book-2:before{content:"\e9d1"}.icon-fire-extinguisher:before{content:"\e9d3"}.icon-fire-lighter:before{content:"\e9d4"}.icon-flash:before{content:"\e9d5"}.icon-folder-add:before{content:"\e9d7"}.icon-folder-check:before{content:"\e9d8"}.icon-folder-close:before{content:"\e9dc"}.icon-folder-subtract:before{content:"\e9de"}.icon-food-chicken-drum-stick:before{content:"\e9df"}.icon-food-icecream-2:before{content:"\e9e0"}.icon-glass-cocktail-2:before{content:"\e9e4"}.icon-graduation-hat:before{content:"\e9e7"}.icon-hand-gun:before{content:"\e9ea"}.icon-health-prescription-2:before{content:"\e9eb"}.icon-helicopter:before{content:"\e9ef"}.icon-hotel-bath-shower:before{content:"\e9f3"}.icon-id-card-1:before{content:"\e9f6"}.icon-key-hole-1:before{content:"\e9f9"}.icon-king:before{content:"\e9fb"}.icon-lock-1:before{content:"\e9fc"}.icon-lock-unlock-1:before{content:"\e9fd"}.icon-nature-plant-1:before{content:"\e9fe"}.icon-paint-brush-1:before{content:"\e9ff"}.icon-places-christ-the-redeemer:before{content:"\ea02"}.icon-places-eiffel-tower:before{content:"\ea05"}.icon-places-home-3:before{content:"\ea0b"}.icon-places-taj-mahal:before{content:"\ea0f"}.icon-police-officer-1:before{content:"\ea19"}.icon-polo-shirt:before{content:"\ea1b"}.icon-quill2:before{content:"\ea1d"}.icon-rewards-banner-check:before{content:"\ea1f"}.icon-rewards-gift:before{content:"\ea25"}.icon-ring-planet:before{content:"\ea26"}.icon-romance-bow:before{content:"\ea29"}.icon-romance-love-target:before{content:"\ea2a"}.icon-romance-relationship:before{content:"\ea2c"}.icon-save-water:before{content:"\ea31"}.icon-user-add:before{content:"\ea38"}.icon-user-chat-1:before{content:"\ea3c"}.icon-user-check:before{content:"\ea3f"}.icon-user-female:before{content:"\ea40"}.icon-user-headphone:before{content:"\ea41"}.icon-video-games-gameboy:before{content:"\ea46"}.icon-video-games-pacman:before{content:"\ea4b"}.icon-vote-heart-circle-1:before{content:"\ea4f"}.icon-add-circle-12:before{content:"\ea52"}.icon-airplane2:before{content:"\ea53"}.icon-alien-head:before{content:"\ea54"}.icon-android2:before{content:"\ea55"}.icon-baby-trolley2:before{content:"\ea56"}.icon-banking-debit-machine:before{content:"\ea59"}.icon-banking-donation-22:before{content:"\ea5e"}.icon-banking-spendings-1:before{content:"\ea5f"}.icon-banking-spendings-3:before{content:"\ea60"}.icon-bank-note:before{content:"\ea61"}.icon-battery-charging-1:before{content:"\ea62"}.icon-beaker-science:before{content:"\ea64"}.icon-bin2:before{content:"\ea67"}.icon-binoculars:before{content:"\ea68"}.icon-box-2:before{content:"\ea69"}.icon-building-6:before{content:"\ea6a"}.icon-building-10:before{content:"\ea6b"}.icon-building-barn:before{content:"\ea6e"}.icon-bus-2:before{content:"\ea6f"}.icon-business-briefcase-cash:before{content:"\ea72"}.icon-business-whiteboard:before{content:"\ea78"}.icon-calendar-1:before{content:"\ea79"}.icon-camera-1:before{content:"\ea7b"}.icon-camera-live-view-off:before{content:"\ea7c"}.icon-car-2:before{content:"\ea7e"}.icon-castle-1:before{content:"\ea7f"}.icon-cc-camera-1:before{content:"\ea80"}.icon-chat-bubble-square-smiley2:before{content:"\ea85"}.icon-check-box:before{content:"\ea86"}.icon-chef-12:before{content:"\ea87"}.icon-chef-hat2:before{content:"\ea8b"}.icon-close2:before{content:"\ea8c"}.icon-cloud32:before{content:"\ea8d"}.icon-cog-box:before{content:"\ea91"}.icon-coin-stack-1:before{content:"\ea92"}.icon-computer-screen-1:before{content:"\ea93"}.icon-content-book-22:before{content:"\ea96"}.icon-couch:before{content:"\ea97"}.icon-data-download-5:before{content:"\ea9a"}.icon-data-upload-5:before{content:"\ea9c"}.icon-devices:before{content:"\ea9d"}.icon-dna:before{content:"\ea9e"}.icon-download-computer:before{content:"\ea9f"}.icon-eco-field:before{content:"\eaa0"}.icon-file-new-1:before{content:"\eaa1"}.icon-file-new-2:before{content:"\eaa2"}.icon-file-notes-document:before{content:"\eaac"}.icon-file-notes-new:before{content:"\eaad"}.icon-file-office-text:before{content:"\eab3"}.icon-file-tasks-add:before{content:"\eab7"}.icon-file-zipped-new:before{content:"\eab8"}.icon-fire-extinguisher2:before{content:"\eabb"}.icon-flash2:before{content:"\eabd"}.icon-folder-add2:before{content:"\eac0"}.icon-folder-check2:before{content:"\eac3"}.icon-folder-close2:before{content:"\eac5"}.icon-folder-subtract2:before{content:"\eac6"}.icon-food-chicken-drum-stick2:before{content:"\eac7"}.icon-food-double-burger:before{content:"\eac8"}.icon-food-icecream-22:before{content:"\eac9"}.icon-glass-cocktail-22:before{content:"\eacc"}.icon-graduation-hat2:before{content:"\eacd"}.icon-hand-gun2:before{content:"\ead0"}.icon-hand-remote:before{content:"\ead6"}.icon-hat-magician:before{content:"\eadc"}.icon-health-ambulance:before{content:"\eadd"}.icon-health-graph-1:before{content:"\eae0"}.icon-health-heart-pulse:before{content:"\eae4"}.icon-health-hospital-sign-1:before{content:"\eae8"}.icon-health-medicine-bottle:before{content:"\eae9"}.icon-health-prescription-22:before{content:"\eaee"}.icon-helicopter2:before{content:"\eaef"}.icon-hot-air-balloon:before{content:"\eaf3"}.icon-hotel-bath-shower2:before{content:"\eaf4"}.icon-hotel-bed-1:before{content:"\eaf5"}.icon-hotel-shower:before{content:"\eaf6"}.icon-hourglass:before{content:"\eaf7"}.icon-id-card-12:before{content:"\eaf8"}.icon-inbox2:before{content:"\eaf9"}.icon-keyboard2:before{content:"\eafa"}.icon-key-hole-12:before{content:"\eafb"}.icon-kitchen-blender:before{content:"\eafc"}.icon-lamp-1:before{content:"\eaff"}.icon-lamp-studio-1:before{content:"\eb06"}.icon-leisure-dj-booth:before{content:"\eb0a"}.icon-leisure-rest:before{content:"\eb0b"}.icon-location-gps-on-2:before{content:"\eb0c"}.icon-location-map-1:before{content:"\eb0e"}.icon-location-pin-4:before{content:"\eb10"}.icon-location-pin-check-2:before{content:"\eb11"}.icon-location-user:before{content:"\eb12"}.icon-lock-12:before{content:"\eb13"}.icon-lock-unlock-12:before{content:"\eb14"}.icon-login-check:before{content:"\eb15"}.icon-login-lock:before{content:"\eb16"}.icon-login-wrong:before{content:"\eb17"}.icon-mail-refresh-1:before{content:"\eb18"}.icon-match-stick:before{content:"\eb19"}.icon-monster-truck-1:before{content:"\eb1a"}.icon-motorcycle-2:before{content:"\eb1b"}.icon-music-note-1:before{content:"\eb1c"}.icon-nature-flower-1:before{content:"\eb1d"}.icon-nature-plant-12:before{content:"\eb1e"}.icon-navigation-before-1:before{content:"\eb1f"}.icon-navigation-next-1:before{content:"\eb20"}.icon-network-business:before{content:"\eb21"}.icon-origami-paper-bird:before{content:"\eb22"}.icon-paint-brush-12:before{content:"\eb23"}.icon-paper-pin:before{content:"\eb24"}.icon-paperplane2:before{content:"\eb26"}.icon-pencil-2:before{content:"\eb27"}.icon-pencil-ruler:before{content:"\eb2a"}.icon-places-christ-the-redeemer2:before{content:"\eb3b"}.icon-places-colosseum:before{content:"\eb3d"}.icon-places-eiffel-tower2:before{content:"\eb3f"}.icon-places-home-32:before{content:"\eb40"}.icon-places-home-4:before{content:"\eb42"}.icon-places-taj-mahal2:before{content:"\eb43"}.icon-places-warehouse-1:before{content:"\eb44"}.icon-police-officer-12:before{content:"\eb45"}.icon-polo-shirt2:before{content:"\eb47"}.icon-quill22:before{content:"\eb49"}.icon-rechargable-battery:before{content:"\eb4a"}.icon-remove-circle-1:before{content:"\eb4b"}.icon-rewards-banner-check2:before{content:"\eb53"}.icon-rewards-gift2:before{content:"\eb54"}.icon-rewards-medal-1:before{content:"\eb55"}.icon-rewards-pedestal:before{content:"\eb56"}.icon-rewards-trophy-5:before{content:"\eb58"}.icon-ring-planet2:before{content:"\eb5a"}.icon-romance-bow2:before{content:"\eb5b"}.icon-romance-love-target2:before{content:"\eb5c"}.icon-romance-relationship2:before{content:"\eb5e"}.icon-safe:before{content:"\eb5f"}.icon-scissors:before{content:"\eb60"}.icon-settings-1:before{content:"\eb61"}.icon-share-megaphone-2:before{content:"\eb64"}.icon-share-radar:before{content:"\eb66"}.icon-share-signal-user:before{content:"\eb67"}.icon-shopping-basket-1:before{content:"\eb68"}.icon-shopping-basket-2:before{content:"\eb6a"}.icon-shopping-basket-add:before{content:"\eb6c"}.icon-shopping-basket-check:before{content:"\eb6f"}.icon-shopping-basket-close:before{content:"\eb70"}.icon-shopping-basket-subtract:before{content:"\eb71"}.icon-sign-toilet:before{content:"\eb74"}.icon-smart-watch-circle-navigation:before{content:"\eb75"}.icon-smiley-dolar:before{content:"\eb76"}.icon-smiley-poker-face:before{content:"\eb7c"}.icon-smiley-shy-1:before{content:"\eb7d"}.icon-smiley-smile-2:before{content:"\eb81"}.icon-smiley-wink:before{content:"\eb85"}.icon-smiley-worry:before{content:"\eb86"}.icon-spa-lotion:before{content:"\eb87"}.icon-spa-lotus-flower:before{content:"\eb8a"}.icon-sport-basketball:before{content:"\eb8c"}.icon-sport-bowling:before{content:"\eb8e"}.icon-sport-dumbbell-1:before{content:"\eb90"}.icon-sport-football-field:before{content:"\eb91"}.icon-sport-takraw:before{content:"\eb93"}.icon-spray-bottle:before{content:"\eb94"}.icon-star-constellation:before{content:"\eb96"}.icon-subtract-circle-1:before{content:"\eb98"}.icon-sunny:before{content:"\eb9a"}.icon-synchronize-1:before{content:"\eb9b"}.icon-synchronize-2:before{content:"\eb9c"}.icon-tank:before{content:"\eb9e"}.icon-temple-2:before{content:"\eb9f"}.icon-toilet-roll:before{content:"\eba3"}.icon-travel-beach:before{content:"\eba5"}.icon-travel-camping:before{content:"\eba9"}.icon-travel-globe:before{content:"\ebaa"}.icon-umbrella-open:before{content:"\ebab"}.icon-undershirt:before{content:"\ebae"}.icon-underwear:before{content:"\ebaf"}.icon-user-add2:before{content:"\ebb1"}.icon-user-chat-12:before{content:"\ebb2"}.icon-user-check2:before{content:"\ebb4"}.icon-user-headphone2:before{content:"\ebb6"}.icon-user-heart:before{content:"\ebb7"}.icon-user-male:before{content:"\ebb8"}.icon-user-subtract:before{content:"\ebb9"}.icon-vector-circle:before{content:"\ebba"}.icon-vector-line:before{content:"\ebbd"}.icon-vector-square-1:before{content:"\ebbf"}.icon-vector-triangle:before{content:"\ebc0"}.icon-video-call-1:before{content:"\ebc2"}.icon-video-call-mobile-phone:before{content:"\ebc4"}.icon-video-camera-3:before{content:"\ebc5"}.icon-video-clip-3:before{content:"\ebc6"}.icon-video-clip-4:before{content:"\ebc7"}.icon-video-control-play:before{content:"\ebcb"}.icon-video-games-gameboy2:before{content:"\ebd0"}.icon-video-games-pacman2:before{content:"\ebd3"}.icon-vote-heart-circle-12:before{content:"\ebd5"}.icon-vote-plus-one:before{content:"\ebd6"}.icon-vote-thumbs-down:before{content:"\ebd7"}.icon-vote-thumbs-up:before{content:"\ebd8"}.icon-wallet:before{content:"\ebd9"}.icon-warehouse-box:before{content:"\ebda"}.icon-water-droplet:before{content:"\ebdd"}.icon-water-tap:before{content:"\ebde"}.icon-water-tower:before{content:"\ebdf"}.icon-wind-flag:before{content:"\ebe0"}.icon-window:before{content:"\ebe1"}.icon-window-programming:before{content:"\ebe3"}.icon-airplane22:before{content:"\ebe6"}.icon-alien-head2:before{content:"\ebe7"}.icon-android22:before{content:"\ebe8"}.icon-shopcart:before{content:"\e846"}.icon-gathermenu:before{content:"\e849"}.icon-chevron-right:before{content:"\e600"}.icon-flag2:before{content:"\e848"}.icon-align-justify:before{content:"\e602"}.icon-cog:before{content:"\e603"}.icon-remove:before{content:"\e605"}.icon-chevron-left:before{content:"\e606"}.icon-minus:before{content:"\e607"}.icon-plus:before{content:"\e608"}.icon-resize-vertical:before{content:"\e609"}.icon-resize-horizontal:before{content:"\e60a"}.icon-chevron-up:before{content:"\e60b"}.icon-chevron-down:before{content:"\e60c"}.icon-arrow-left:before{content:"\e60d"}.icon-arrow-right:before{content:"\e60e"}.icon-arrow-up:before{content:"\e60f"}.icon-arrow-down:before{content:"\e610"}.icon-angle-left:before{content:"\e611"}.icon-angle-right:before{content:"\e612"}.icon-angle-up:before{content:"\e613"}.icon-angle-down:before{content:"\e614"}.icon-caret-left:before{content:"\e615"}.icon-caret-up:before{content:"\e616"}.icon-caret-down:before{content:"\e617"}.icon-caret-right:before{content:"\e618"}.icon-sort-down:before{content:"\e619"}.icon-sort-up:before{content:"\e61a"}
@font-face{font-family:'flexslider-icon';src:url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/css/fonts/flexslider-icon.eot);src:url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/css/fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"),url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/css/fonts/flexslider-icon.woff) format("woff"),url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/css/fonts/flexslider-icon.ttf) format("truetype"),url(//a-wall.co.ua/wp-content/themes/massive-dynamic/assets/css/fonts/flexslider-icon.svg#flexslider-icon) format("svg");font-weight:400;font-style:normal}.flex-container a:hover,.flex-slider a:hover,.flex-container a:focus,.flex-slider a:focus{outline:0}.slides,.slides>li,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.no-js .flexslider .slides>li:first-child{display:block}.flexslider{margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;zoom:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.2);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.2);-o-box-shadow:0 1px 4px rgba(0,0,0,0.2);box-shadow:0 1px 4px rgba(0,0,0,0.2)}.flexslider .slides{zoom:1}.flexslider .slides img{height:auto}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.carousel li{margin-right:5px}.flex-direction-nav{*height:0}.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(0,0,0,0.8);text-shadow:1px 1px 0 rgba(255,255,255,0.3);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.flex-direction-nav a:before{font-family:"flexslider-icon";font-size:40px;display:inline-block;content:'\f001';color:rgba(0,0,0,0.8);text-shadow:1px 1px 0 rgba(255,255,255,0.3)}.flex-direction-nav a.flex-next:before{content:'\f002'}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0 !important;filter:alpha(opacity=0);cursor:default}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:"flexslider-icon";font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a .flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;*display:inline}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,0.5);cursor:pointer;text-indent:-9999px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);-o-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 3px rgba(0,0,0,0.3);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,0.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,0.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}
@media(max-width :380px){.search-results main .search-result .search-item.search-item{width:calc(100% - 25px) !important}body.woocommerce .empty-cart-container{width:95%}}@media(max-width :480px){footer.footer-default .footer-widgets.light .widget-area.classicStyle.border div[class*="col-"]:before{display:none}footer .widget-area.classicStyle:not(.full){padding:10px}button.jp-play .play-pause{position:relative}.jp-play .icon.icon-play{position:absolute;top:21px;left:20px}*::-webkit-media-controls-panel{display:none !important;-webkit-appearance:none}*::--webkit-media-controls-play-button{display:none !important;-webkit-appearance:none}*::-webkit-media-controls-start-playback-button{display:none !important;-webkit-appearance:none}.business-subscribe .subscribe-content{text-align:center}.video.md-align-left>div:first-child,.video.md-align-center>div:first-child,.video.md-align-right>div:first-child{margin:0 auto}.device-slider ul li{overflow:inherit}.portfolio .filter.yes li{margin-right:13px}.woocommerce-account .account-title{padding:0 1px 10px 4px}.woocommerce-account .account-title h1{margin-right:30px}.layout-container>.bg-image{position:fixed;background-attachment:inherit !important}.responsive-no-padding-top{padding-top:0 !important}.responsive-normal-padding{padding-top:30% !important}.responsive-no-padding-bottom{padding-bottom:0 !important}.content{padding-top:0}.md-text-title{margin-bottom:20px}body .process-panel-main{text-align:left}body .process-panel-main-container:not(:first-child) .process-panel-icon{margin-left:.5em;margin-top:.4em}body .process-panel-main-container:not(:first-child) .process-panel-txt{margin-left:5.5em;margin-top:4.5em}body .process-panel-main-container .process-panel-txt{margin-left:5.5em}.music-sc .wrap-image .image-album{transform:scale(0.6)}.music-sc .wrap-image .main-album-name{margin-top:-40px}.music-sc .wrap-image .btnSimulate{left:-50px}.music-sc.right-music-panel .wrap-image{margin-left:-10%}.navigation-mobile{padding:0 20px 30px}h1{font-size:30px}h2{font-size:26px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}h1,h2,h3,h4,h5,h6{line-height:1.2em}html body p{font-size:15px;line-height:1.2em}header{height:70px}.iconbox-side.iconbox-side .icon-container,.iconbox-side.iconbox-side .iconbox-side-container{text-align:center;float:none;display:block;margin-bottom:20px;margin-left:0;margin-right:0}div.iconbox-side .iconbox-side-container{width:100%}span.product_compare_price,span.product_compare_currency{font-size:30px}div.product_compare_title_holder .product_compare_title{font-size:20px;margin-top:0;font-weight:bold}.imagebox-full .title{font-size:30px}.tablet-slider .flex-control-nav{text-align:left}.tablet-slider .flex-control-nav li{margin-bottom:10px}.recent-project .single_related,.recent-project .recent-image,.recent-project .recent-overlay{width:100%;background-color:transparent;margin-left:0}.recent-project .recent-image img{margin:auto}.recent-project .recent-title{margin-left:0}.recent-project{padding-bottom:30px}.showcase{transform:scale(.25)}footer.footer-default .widget-area.classicStyle.border.boxed div[class*="col-"]{height:auto !important}.smart-sidebar .close-sidebar{display:inline-block;position:absolute;top:10px;right:10px;width:25px;height:25px}.smart-sidebar .close-sidebar i{font-size:24px;line-height:25px}.single.single-post .post-content .post-title{font-size:30px;line-height:1.5em}.single.single-post .author-section .line{width:73%}.single.single-post p img{margin:10px auto}.single.single-post p{font-size:19px}.single.single-post .comment-meta .comment-date{font-size:17px}.single.single-post .author-section .title{font-size:16px}.single.single-post .author-section .info .name a{font-size:24px}.single.single-post .author-section .info .name{margin-bottom:10px}.single.single-post .post-content .subscribe-section{margin-top:25px}.single.single-post .subscribe-textbox{font-size:11px;width:100%}.blog .loop-post-content .post-title{font-size:34px;line-height:1.5em}.portfolio .heading .title{font-size:34px;line-height:1.2em}.portfolio .box_size{width:90%}.portfolio-full .data .attributes{height:auto;display:block}.portfolio-full .data .attributes .attribute{width:100% !important;display:block;border-right:0;border-bottom:1px solid rgba(0,0,0,0.2)}.portfolio-full .data .attributes .attribute:last-child{border-bottom:0}.portfolio-full .buttons{width:170px}.portfolio-full .buttons .like,.portfolio-full .buttons .sharing{width:100%;margin:0}.portfolio-full .buttons .like{margin-bottom:20px}.portfolio-carousel .owl-theme.owl-carousel .item{height:350px}.portfolio-carousel .owl-theme.owl-carousel .item:not(.video){max-width:300px}.portfolio-carousel .owl-theme.owl-carousel{max-height:350px;overflow:hidden}.woocommerce.woocommerce-page.single-product div.product .product_title{font-size:26px}.woocommerce.woocommerce-page.single-product .summary .short-description p{font-size:18px}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li .comment-text p,.woocommerce.woocommerce-page.single-product .summary .woocommerce-review-link{font-size:17px}.woocommerce.woocommerce-page.single-product p.stars a{margin-right:2px}.woocommerce.woocommerce-page.single-product .comment_container .avatar{display:inline-block}.woocommerce.woocommerce-page.single-product .comment-text{padding-left:50px !important}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li img.avatar{width:40px}.woocommerce.woocommerce-page.single-product .comment-text .meta *{font-size:15px}.woocommerce.woocommerce-page.single-product .summary .button{padding:0 30px !important;float:none}body .woocommerce ul.products li.product,.woocommerce-page ul.products li.product,body .woocommerce-page.columns-2 ul.products li.product,body .woocommerce.columns-2 ul.products li.product,body .woocommerce-page.columns-3 ul.products li.product,body .woocommerce.columns-3 ul.products li.product,body .woocommerce-page.columns-5 ul.products li.product,body .woocommerce.columns-5 ul.products li.product,body .woocommerce-page.columns-6 ul.products li.product,body .woocommerce.columns-6 ul.products li.product{width:100% !important;margin-right:0}.single-product .related.products .product{width:98%;margin-right:1%;margin-left:1%}div.product-categories .category{width:100% !important}body div.layout div.blog-masonry-container{margin:0 0 15px 2%;width:95%}.woocommerce .products ul,.woocommerce ul.products{text-align:center}body.woocommerce .content .container ul.products li.product,body.woocommerce-page .content .container ul.products li.product{width:90% !important;margin:0 5px 2.992em;float:none;display:inline-block}.search-results main .search-result .search-item{width:calc(100% / 2 - 25px) !important}.empty-cart-container{width:95%;margin:65px auto 75px auto}.shortcode-btn{float:none !important}.iconbox-side2.style2 .heading{width:100%}.iconbox-side2.style2 .icon-container{margin:auto}.iconbox-side2.style2 .icon-container,.iconbox-side2.style2 .heading{text-align:center !important;display:block}.iconbox-side2.style2,.iconbox-side2.style2 .description{text-align:center}.iconbox-side2.style2 .iconbox-side2-container{text-align:center}.md-text-container.md-align-left,.md-text-container.md-align-right{justify-content:center}.iconbox-side.style2 .image-container .iconbox_side2_image{background-position:center center}.iconbox-side2.style2 .image-container .iconbox_side2_image{background-position:center center}.iconbox-side.style2 .image-container{width:50px;display:inline-block;margin:0 auto;margin-bottom:10px}.iconbox-side2.style2 .image-container{width:50px;display:inline-block;margin:0 auto;margin-bottom:10px}.md-empty-category-subtitle{font-size:20px;letter-spacing:3px;line-height:2em}.md-empty-category-title{font-size:80px;font-weight:bolder;margin-bottom:16px;letter-spacing:2px}.md-woocommerce-info{margin-top:10%}.img-box-fancy .image-box-fancy-container{width:calc(100% - 80px)}.img-box-fancy .image-box-fancy-desc{padding:45px 40px}.post-carousel-container .post-wrap{width:95%;height:500px}.post-carousel-container .post-date .post-date-day{margin-bottom:10px}.post-carousel-container .post-content-container{padding-left:30px;padding-right:30px;padding-top:30px}.post-carousel-container .flickity-page-dots{bottom:40px}.modern-subscribe{width:95% !important}.modern-subscribe .subscribe-content{padding:70px 45px !important}.modern-subscribe .subscribe-image{max-height:350px !important}.md-pixflow-slider.classic .pixflow-slide-container{max-width:70%;left:10%}.md-pixflow-slider.classic .pixflow-slide-container .slide-subtitle{font-size:15px !important;line-height:1.5em !important;margin-bottom:10px}.md-pixflow-slider.classic .pixflow-slide-container .slide-title{font-size:25px !important;line-height:1.5em !important}.md-pixflow-slider.classic .shortcode-btn .button-standard.fade-oval{padding:12px 19px !important}.md-pixflow-slider.classic .shortcode-btn .fade-oval span{font-size:12px !important}.pixflow-slider .flickity-page-dots{height:30px;left:10%}body .process-panel-main-container .process-panel-txt,body .process-panel-main-container:not(:first-child) .process-panel-txt{margin:0 auto;text-align:center;width:100%}.process-panel-main-container .process-panel-icon,body .process-panel-main-container:not(:first-child) .process-panel-icon{font-size:43px;position:relative;height:43px;margin:0 auto;width:100%;text-align:center;margin-bottom:10px}body .process-panel-main-container:not(:first-child) .process-panel-icon{margin-top:35px;margin-bottom:10px}body .process-panel-main-container:not(:first-child):after{border-left:170px solid rgba(180,40,40,0);border-top:50px solid rgba(60,192,232,1);border-right:170px solid rgba(180,41,41,0)}.pixflow-price-box .price-container{line-height:1.8em;text-align:center;margin-right:0}.pixflow-price-box .lists ul>li{max-width:100%}.pixflow-price-box .price-box-container{padding:15px;text-align:center;padding-top:30px;padding-bottom:30px}.pixflow-price-box .lists{margin-top:30px;position:relative !important}.pixflow-price-box .offer-box{font-size:13px}body .process-panel-main-container:not(:first-child){float:none;width:100%;height:230px}body .process-panel-main-container:first-child{width:100%;height:200px}.sc-quote{margin-top:20px}.md-counter-card{margin:10px auto}.pixflow-price-box .price-box-container{display:block}.pixflow-price-box .price-container .text-part{position:relative;top:0}.price-box-align-wraper{width:90%;margin:0 auto}.business-subscribe-button,form.send .subscribe-textbox{width:93%;margin:10px auto}.md-statistic .counter{width:100%;text-align:center !important;margin-top:30px}.vc_line-chart .vc_chart-with-legend,.vc_line-chart .vc_chart-legend{width:100% !important}.vc_chart .vc_chart-legend li{float:left;margin-left:11px !important;margin-top:20px !important}.article-box .title-icon{margin-top:16px;margin-bottom:16px}footer.footer-default{min-width:94% !important}.list-shortcode{width:95%;margin-top:23px}.sc-quote{margin-bottom:20px}.sc-feature_image .main i{float:none}.article-box-content br{display:none}.md-counter .timer{font-size:60px;padding-top:40px;line-height:41px;width:100%}.md-counter .icon{display:block;font-size:55px;font-weight:normal;margin-top:60px}.woocommerce div.product .woocommerce-tabs ul.tabs li{display:block !important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{display:none}.team-member-classic{max-width:330px;margin:0 auto}body .team-member-classic .content{width:100% !important;margin:0;max-height:330px}}@media(min-width :481px) and (max-width:767px){.team-member-classic{max-width:330px;margin:0 auto}body .team-member-classic .content{width:100% !important;margin:0;max-height:330px}h1{font-size:36px}h2{font-size:32px}h3{font-size:28px}h4{font-size:24px}h5{font-size:22px}h6{font-size:18px}h1,h2,h3,h4,h5,h6{line-height:1.3em}html body p{font-size:16px;line-height:1.2em}.tablet-slider .flexslider{transform:scale(0.7);margin-top:-70px}.showcase{transform:scale(.35)}.single.single-post .post-content .post-title{font-size:45px}.single.single-post .author-section .line{width:83%}.single.single-post p img{margin:10px auto}.single.single-post p{font-size:20px;line-height:1.3em}.single.single-post .comment-meta .comment-date{font-size:17px}.single.single-post .subscribe-textbox{font-size:11px;width:100%}.single.single-post .author-section .title{font-size:18px}.single.single-post .author-section .info .name a{font-size:24px}.single.single-post .author-section .info .name{margin-bottom:10px}.single.single-post .post-content .subscribe-section{margin-top:25px}.single.single-post .subscribe-textbox{font-size:16px}.blog .loop-post-content .post-title{font-size:38px;line-height:1.5em}.blog .loop-post-content p{font-size:16px}.blog .loop-post-content .post-comment-holder,.loop-post-content .post-comment-hover,.blog .loop-post-content .post-comment{height:35px;width:35px}.blog .loop-post-content .post-comment,.blog .loop-post-content .post-comment-hover{background-size:cover}.blog .loop-post-content blockquote .name{font-size:18px}.woocommerce.woocommerce-page.single-product div.product .product_title{font-size:26px}.woocommerce.woocommerce-page.single-product .summary .short-description p{font-size:18px}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li .comment-text p,.woocommerce.woocommerce-page.single-product .summary .woocommerce-review-link{font-size:17px}.woocommerce.woocommerce-page.single-product p.stars a{margin-right:2px}.woocommerce.woocommerce-page.single-product .comment_container .avatar{display:inline-block}.woocommerce.woocommerce-page.single-product .comment-text{padding-left:60px !important}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li img.avatar{width:50px}.woocommerce.woocommerce-page.single-product .comment-text .meta *{font-size:15px}.single-product .related.products .product{width:98%;margin-right:1%;margin-left:1%}.empty-cart-container{margin:85px auto 85px auto}.iconbox-side.style2 .image-container .iconbox_side2_image{background-position:left center}.iconbox-side2.style2 .image-container .iconbox_side2_image{background-position:left center}.iconbox-side.style2 .image-container{width:50px;margin:0 auto;margin-bottom:10px}.iconbox-side2.style2 .image-container{width:50px;margin:0 auto;margin-bottom:10px}.iconbox-side .description{text-align:left}.post-carousel-container .post-content-container{padding-top:30px;padding-left:30px;padding-right:30px}.post-carousel-container .post-date .post-date-day{margin-bottom:10px}.post-carousel-container .post-wrap{height:500px;width:370px;margin-right:38px;margin-left:38px}.post-carousel-container .flickity-page-dots{bottom:50px}.process-panel-main .process-panel-main-container{width:100%}.count-down #date-time .content{margin:50px 1em 50px 1em}.pixflow-price-box .price-box-container{display:block}.pixflow-price-box .price-container .text-part{position:relative;top:0}.price-box-align-wraper{width:400px;margin:0 auto}.pixflow-price-box .lists{margin-top:30px;width:300px}.pixflow-price-box .price-box-container{text-align:center}.pixflow-price-box .price-container .text-part{position:relative;top:0;text-align:center;line-height:3em}.pixflow-price-box .lists ul>li{max-width:300px}.md-statistic .counter{width:100%;text-align:center !important;margin-top:30px}.vc_line-chart .vc_chart-with-legend,.vc_line-chart .vc_chart-legend{width:100% !important}.vc_chart .vc_chart-legend li{float:left;margin-left:11px !important;margin-top:20px !important}.sc-quote{margin-bottom:20px}footer.footer-default{min-width:95% !important}footer.footer-default .footer-widgets .widget-area.classicStyle.border div[class*="col-"]:first-child:before{display:block}body .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab{padding-top:1em;padding-bottom:1em}.md-counter .timer{font-size:60px;line-height:41px;width:100%}.md-counter .icon{display:block;font-size:55px;font-weight:normal}.md-pixflow-slider.classic .pixflow-slide-container{max-width:70%;left:10%}.md-pixflow-slider.classic .pixflow-slide-container .slide-subtitle{font-size:20px !important;line-height:1.5em !important;margin-bottom:10px}.md-pixflow-slider.classic .pixflow-slide-container .slide-title{font-size:30px !important;line-height:1.5em !important}.md-pixflow-slider.classic .shortcode-btn .button-standard.fade-oval{padding:12px 19px !important}.md-pixflow-slider.classic .shortcode-btn .fade-oval span{font-size:12px !important}}@media(max-width:1270px){.single-product .product .onsale{top:50px}.products .product .thumb-image,.products .product .hover-image{min-height:400px}.woocommerce-cart .layout #content .woocommerce table.cart td.actions .coupon>input.input-text{width:160px}.iconbox-top .icon-holder{float:none !important;margin:0 auto !important}.iconbox-top .description{padding-bottom:35px;font-weight:normal;width:90%;float:none !important;margin:0 auto !important}.products .product .onsale{width:50px;height:50px;line-height:50px;font-size:11px}.header-clone{display:none}body:not(.compose-mode) .md-text,body.compose-mode.responsive-mode .md-text{overflow:hidden}body .process-panel-main-container h1.title{font-size:18px}body .process-panel-main-container h3.sub-title{font-size:12px}div#footer-bottom{height:auto}footer #footer-bottom .content{padding:10px 0;position:relative;top:0;left:0;transform:translate(0,0)}#footer-bottom .content .logo{float:none;top:0;transform:translateY(0);margin-bottom:10px}#footer-bottom .content .social-icons{float:none;top:0;margin:0 auto 10px;text-align:center;transform:translateY(0)}#footer-bottom .content .copyright{float:none;text-align:center;transform:translateY(0);margin-bottom:10px;top:0}.wpb_content_element .px_tabs_nav.md-custom-tab>li[data-model="md_tabs"]{width:100%;text-align:center}.wpb_content_element .px_tabs_nav.md-custom-tab>li[data-model="md_tabs"]>a{float:none}footer .widget-area.classicStyle{padding:20px}.vc_row:not(.row-equal-column-height) .img-box-slider .slides,.vc_row:not(.row-equal-column-height) img-box-slider ul,.vc_row:not(.row-equal-column-height) .img-box-slider ul>li,.vc_row:not(.row-equal-column-height).img-box-slider ul,.vc_row:not(.row-equal-column-height) .img-box-slider ul>li{max-height:360px !important}.vc_row:not(.row-equal-column-height) .img-box-slider ul,.vc_row:not(.row-equal-column-height) .img-box-slider ul>li{max-height:250px}.instagram .statistic .item{padding:0 10px}.flexslider-controls{display:inline-block}.md-text-title{letter-spacing:0 !important}.md_hor_tab.wpb_content_element .px_tabs_nav.md-custom-tab,.md_hor_tab2.wpb_content_element .px_tabs_nav.md-custom-tab{width:100%;margin-bottom:15px !important}.md_hor_tab.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab,.md_hor_tab2.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{width:100%}.testimonial-classic.testimonial-classic-left{margin:0 auto;text-align:center}.testimonial-classic .flexslider .detail .paragraph{font-size:18px}.post-content{padding:40px 10px 30px 10px}.recent-post .single_related,.recent-project .single_related{width:100%;margin-bottom:35px;height:auto}.recent-project .recent-single-title{margin-top:10px}.recent-post .single_related a,.recent-project .single_related a{display:block}.recent-post .recent-image,.recent-project .recent-image{width:90%;display:inline-block}.recent-post .recent-image img,.recent-project .recent-image img{width:100%}.portfolio-nav{display:none}.woocommerce p.woocommerce-result-count,.woocommerce .woocommerce-ordering{float:none;display:block;margin-top:0}body.woocommerce .container ul.products li.product,body.woocommerce-page .container ul.products li.product{width:calc(100% / 2 - 10px) !important;margin:0 5px 2.992em}.woocommerce table.shop_table{width:95%;margin-left:auto;margin-right:auto}.container{padding-left:0;padding-right:0}.client-normal{margin-bottom:5px;max-height:350px}.search-results main .search-result .search-item{margin:0 25px 25px 0;width:calc(100% / 3 - 25px)}.layout .list-shortcode{display:inline-block;text-align:left;width:100%;margin-bottom:20px}.md-counter .text{margin-left:0}div.product-categories .category{margin-bottom:10px}div header:not(.header-clone){visibility:visible}.form-container-modern .input{width:100%;float:none;max-width:none}.iconbox-side.iconbox-side .iconbox-side-container,.iconbox-top.iconbox-top .description{margin:0 auto !important}.full-width-button a .title{padding-left:5%;padding-right:5%}.md-icon{text-align:center !important}body .teammember-classic .description.description{display:block !important}.iconbox-top.md-align-left .iconbox-top-content,.iconbox-top.md-align-center .iconbox-top-content,.iconbox-top.md-align-right .iconbox-top-content{text-align:center}.business-subscribe-email-input{width:40%;height:55px}.business-subscribe-button{height:55px}.pixflow-price-box{margin-bottom:10px}.article-box{margin-bottom:10px}body .wpb_md_toggle2 .wpb_toggle_wrapper .wpb_accordion_section .wpb_toggle_content{padding:20px 0 0 0}body .wpb_md_toggle.wpb_md_toggle .wpb_toggle_wrapper .wpb_accordion_section .wpb_toggle_content{padding:20px 0}.hidden-xs{display:none !important}.list-shortcode ul,.list-shortcode ol{display:block;max-width:300px;margin:0 auto}.md-pie-chart.md-align-right .chart,.md-pie-chart.md-align-left .chart{margin:0 auto}.iconbox-new.md-align-left,.iconbox-new.md-align-right{text-align:center}.team-member-modern .description{padding:0 10%}.woocommerce-account.logged-in .woocommerce .left-col,.woocommerce-account .woocommerce-MyAccount-navigation{width:100%;border-right:0;border-bottom:2px solid #dcdcdc}.woocommerce-account .woocommerce-MyAccount-content{width:100%;padding:5px}.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content h3{font-size:28px;line-height:39px;margin-bottom:60px}.woocommerce-account .public-logout{top:auto;transform:translateX(-50%);bottom:15px;left:50%;right:auto}}@media(max-width:768px){.row-equal-column-height .wrap,.row-content-bottom:not(.row-equal-column-height) .wrap,.row-content-middle:not(.row-equal-column-height) .wrap,.row-content-top:not(.row-equal-column-height) .wrap,.row-equal-column-height.row-content-bottom .wrap .vc_column-inner,.row-equal-column-height.row-content-middle .wrap .vc_column-inner,.row-equal-column-height.row-content-top .wrap .vc_column-inner{display:block}.wpb_column.vc_column_container.vc_col-has-fill.responsive-full-width.col-sm-4{display:block}.md-icon.md-align-left,.md-icon.md-align-right{text-align:center}}@media(max-width:800px){header .logo a{height:100%;display:block;text-align:center;padding:0 0 !important}.md-live-text.md-align-left,.md-live-text.md-align-right{justify-content:center}.meditor.meditor-responsive.inline-md-editor.meditor-responsive div *,.meditor.meditor-responsive.inline-md-editor.meditor-responsive div{text-align:center !important}body .wpb_row.vc_row:not(.fit-to-height),body .wpb_row.vc_row.remove-flex,body .wpb_row.vc_row.remove-flex .wrap,.row-content-middle.vc_row.remove-flex .wrap{flex-wrap:wrap}.video.md-align-left>div:first-child,.video.md-align-center>div:first-child,.video.md-align-right>div:first-child{margin-left:auto;margin:0 auto}.iconbox-side .iconbox-side-container{width:90%}.sc-separator.md-align-left{margin-left:auto}footer.footer-default .footer-widgets .widget-area.classicStyle div[class*="col-"]:first-child{padding-left:15px}.reponsive-bg-left-align{background-position:left center}.reponsive-bg-right-align{background-position:right center}.responsive-full-width{width:100% !important;padding-left:0 !important;padding-right:0 !important}.responsive-col-50{padding-left:0 !important;padding-right:0 !important}.responsive-full-width,.responsive-col-50{padding-bottom:10px}.visible-phone{display:inherit !important}.hidden-phone{display:none !important}.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}body{text-align:center;font-size:100%;line-height:1.2em}.layout{width:100% !important}.layout-container>.bg-image{background-size:cover !important;z-index:0}.row-image-fixed.isParallax:after{background-attachment:initial}.responsive-full-width .shortcode-btn{float:none !important}.full-width-button a .title{width:100%}.responsive-full-width .md-text-container{text-align:center !important;justify-content:center !important}.responsive-full-width .img-box-slider .imgBox-image{background-position:center !important}.contact-form.md-align-left .form-container-business,.contact-form.md-align-left .form-container-classic,.contact-form.md-align-right .form-container-business,.contact-form.md-align-right .form-container-classic{float:none}.md-fancy-text{text-align:left}.md-text-container.md-align-left .md-text,.md-text-container.md-align-left .md-text-button{align-self:auto}.call-to-action .content{padding:40px 10%}.call-to-action .content .title{font-size:30px !important;max-width:100%}.call-to-action .content .description{font-size:16px;line-height:1.2em;margin-bottom:20px}.img-box-slider .imgBox-image:not(.cover){background-size:contain !important}.img-box-fancy.md-align-left .imgBox-image,.img-box-fancy.md-align-center .imgBox-image,.img-box-fancy.md-align-right .imgBox-image{background-position:center}.iconbox-side,.iconbox-top{text-align:center !important}.iconbox-top .icon-holder{margin-left:auto !important;margin-right:auto !important;float:none !important}.iconbox-side .icon-container,.iconbox-side .iconbox-side-container{float:none !important;text-align:center !important;margin:0 auto}.iconbox-side .icon-container{margin-bottom:20px}.iconbox-side .iconbox-side-container,.iconbox-top .description,.iconbox-top .title{margin:0 auto !important;width:100% !important;text-align:center}.form-container-classic .form-name,.form-container-classic .form-subject,.form-container-classic .form-email,.form-container-business .inputs-container,.form-container-business .message-container{width:100%}.form-container-classic .form-name input,.form-container-classic .form-subject input,.form-container-classic .form-email input{height:40px;margin-bottom:10px;width:100%}.form-container-classic .message-container{margin-top:-1px;width:100%}.form-container-classic .message-container textarea{width:100%}.contact-form .form-submit input{height:45px !important}.form-container-business .form-submit input{margin-top:10px}.form-container-business .form-name,.form-container-business .form-email,.form-container-business .form-subject{margin-bottom:10px}.form-container-business .form-name input,.form-container-business .form-email input,.form-container-business .form-subject input{height:40px !important}.form-container-business .form-name input,.form-container-business .form-email input,.form-container-business .form-subject input,.form-container-business .form-message textarea,.form-container-business .form-submit input{width:100%}.wpb_content_element .px_tabs_nav.md-custom-tab>li{height:60px}.wpb_content_element .px_tabs_nav.md-custom-tab>li>a{padding:25px 20px 25px 8px}.flex-direction-nav{display:none}.recent-project .recent-title-seprator{margin-left:auto;margin-right:auto;margin-bottom:20px;border-top-width:1px;width:100px}.portfolio .wpb_column{padding-left:10px !important;padding-right:10px}.portfolio .vc_row:first-of-type{margin-top:0 !important}.portfolio-carousel .meta{border-left:0;border-top:1px solid rgba(0,0,0,0.2);padding-left:0;padding-top:35px}.portfolio-carousel .attribute{display:inline-block;margin-bottom:10px}.portfolio-carousel .attribute .left:first-child{display:none}.portfolio-carousel .attribute .left:last-child{width:100%}.portfolio-carousel .owl-carousel .item{max-width:700px}.portfolio .buttons.sharing-off{text-align:center;max-width:275px;margin-left:auto;margin-right:auto}.portfolio .buttons.sharing-on .portfolio-detail-like,.portfolio .buttons.sharing-on .sharing{max-width:calc(100% /2 - 20px)}.portfolio .buttons.sharing-on .sharing{margin:0 0 0 20px !important}.video-overlay .close{right:0;top:0}.portfolio .heading .title,.portfolio .heading .filter{float:none}.classic-blog .loop-post-content .post-title a{font-size:25px !important}.single.single-post .post-content .post-categories,.single.single-post .post-content .post-title,.single.single-post .comment-meta .name{width:100%}.single.single-post .comments{text-align:left}.single.single-post .comment-image{margin:0 auto 10px auto}.single.single-post .comment-meta .comment-text{width:100%}.single.single-post .comment-form .submit{width:100%}.subscribe-title{line-height:1.3em}.single.single-post .post-content .post-tags{width:100%;float:none;margin-top:10px}.single.single-post .post-share{float:none;margin:30px auto 0}.single-post-media,.single-post #content{margin-bottom:0}.loop-post-content .post-share{float:none;margin:10px auto}div.md-text-content,div.md-text-content p,div.md-text-title,.md-text-button{text-align:center !important}.inline-editor p{line-height:initial !important}div.md-text{margin:0 auto}div.md-text-title-separator{margin-left:auto !important;margin-right:auto !important}.responsive-full-width .testimonial-classic.testimonial-classic-left{text-align:center}.single.single-post .post{width:100% !important}.single.single-post .post>.comments{text-align:left}.single.single-post .author-section .image{float:none;margin-left:auto;margin-right:auto}.single.single-post .author-section .info{float:none;width:100%;margin-left:auto;margin-right:auto;transform:translateY(0);position:static}.single.single-post .comment-reply-link,.single.single-post .comment-edit-link{float:none;padding-right:10px;padding-left:10px}.comments-list .children{margin-top:30px}.single.single-post .comment-content{float:none}.single.single-post .form-container-classic .input-text,.single.single-post .input-textarea{float:none;width:100%;margin:0 .5% 4.6% 0}.bar-main-container{text-align:left}.skill-style1:not(.style2){width:70%;margin:0 auto}.skill-style1:not(.style2) .bar-percentage{margin-top:10px}.client-normal{background-position:center !important;background-size:cover !important}.calendar-blog .blog-title,.calendar-blog .blog-cat{text-align:left}.blog .loop-post-content .post-categories,.blog .loop-post-content .post-title,.blog .loop-post-content p{width:100%;max-width:100%}.blog article .video-img{width:100%;max-width:100%}.blog .loop-post-content .post-meta .post-info p{float:none;line-height:1.5em}.blog .loop-post-content .post-comment-holder{float:none;margin:20px auto 0 auto}.blog article{margin-bottom:30px}.testimonial-classic{width:100%}.testimonial-classic .flexslider .detail .paragraph{font-weight:normal;font-size:22px;line-height:1.2em}.testimonial-classic .flexslider .slide-image{margin:0 auto 15px}.testimonial-classic .flexslider .name-job{font-size:15px}form.send .subscribe-sub-title{line-height:2em}form.send .subscribe-title{font-size:30px}.instagram .left-aligned,.instagram .right-aligned{float:none}.instagram .heading{margin:0 13px 60px 13px}.instagram .heading .avatar,.instagram .heading .title-holder{float:none;margin:0 auto}.instagram .heading .avatar{margin-bottom:15px}.instagram .heading .separator{margin:18px auto}.instagram .statistic .item{float:none;display:inline-block}.instagram .heading .username,.instagram .heading .username a{font-size:20px;line-height:1em}.instagram .statistic .number{font-size:16px}.instagram .statistic .label{font-size:14px;line-height:14px}.instagram .photo-list .item .meta .likes,.instagram .photo-list .item .meta .comments{font-size:15px}.instagram .photo-list .item .meta .likes i,.instagram .photo-list .item .meta .comments i{font-size:16px}.instagram .photo-list .item .meta .description{font-size:17px;line-height:1em}.process-steps{padding-left:0 !important}.process-steps .step{float:none;margin:0 auto;width:80% !important;padding-right:0 !important}.process-steps .step:last-child{margin-right:auto}.process-steps .step.small .circle,.process-steps .step.medium .circle,.process-steps .step.large .circle{height:200px !important;width:200px !important;margin:0 auto 30px;opacity:1;transform:scale(1)}.process-steps .step .circle .separator{display:none}.process-steps .step .title,.process-steps .step .description{opacity:1;padding-top:0;visibility:visible}.process-steps .step .title{font-size:25px;line-height:1.2em;margin-bottom:30px}.process-steps .step .description{font-size:18px;line-height:1.2em;margin-bottom:50px}.woocommerce.woocommerce-page.single-product .summary.entry-summary{width:100% !important;text-align:left}.woocommerce.woocommerce-page.single-product #reviews{width:100%}.woocommerce.woocommerce-page.single-product .comment-text .meta-holder{width:100%;float:none}.woocommerce.woocommerce-page.single-product .comment-text .description{margin-left:0}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist ul.children{margin:10px auto 0 20px}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li .comment-text p{text-align:left}.woocommerce.woocommerce-page.single-product .images{width:100% !important}.woocommerce.woocommerce-page.single-product .summary .product_meta>span,.single-product .summary .product_meta>span span,.woocommerce.woocommerce-page.single-product .summary .product_meta>span a{font-size:15px}p.stars{width:100%;display:block;line-height:2em}.woocommerce.woocommerce-page.single-product .woocommerce-product-rating .star-rating{float:none;margin:10px auto}.woocommerce.woocommerce-page.single-product #review_form #respond p{margin:0 auto 10px auto;text-align:center;width:100%}.woocommerce.woocommerce-page.single-product #reviews li.comment{margin-bottom:10px !important}.woocommerce.woocommerce-page.single-product .summary .button{padding:0 30px !important;float:none}.woocommerce.woocommerce-page.single-product p.stock{margin-bottom:10px}.woocommerce-account .woocommerce form{padding:0 10px}.woocommerce-account .woocommerce .remember-me,.woocommerce-account .woocommerce form>p.lost_password{width:100%}div.clear-selection{margin-left:-6px;border-left-style:none}body.woocommerce ul.products li.product,body.woocommerce-page ul.products li.product{width:48% !important;margin:0 0 2.992em}.woocommerce p.woocommerce-result-count{font-size:15px}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{line-height:2.2em}.products .product h3,.modern-style-product .products .product h3{font-size:18px !important;line-height:1em}.products .product .price{font-size:16px !important}body .music-sc .music-main-container{width:73%;float:none;margin:20px auto 0;text-align:left}body .music-sc .tracks{padding-left:0}.music-sc.left-music-panel .music-main-container,.music-sc.right-music-panel .music-main-container{margin-left:auto}.md-text-button{margin-bottom:8px}.music-sc.left-music-panel .wrap-image,.music-sc.right-music-panel .wrap-image{float:none}.music-sc.left-music-panel .wrap-image{margin-left:0}.products .product .thumb-image{max-height:250px}.woocommerce[class*=columns-]:not(.columns-4) ul.products li.product,.woocommerce[class*=columns-]:not(.columns-4) ul.products li.product{clear:none;margin-right:18px}.products .product .onsale{width:60px;height:60px;line-height:63px;font-size:13px}.woocommerce ul.products li.product:nth-child(2n),.woocommerce-page ul.products li.product:nth-child(2n){float:left}body div.vc_row .products .product{text-align:center}.woocommerce ul.products li.product .star-rating{margin:0 auto}div.product-categories .category{min-width:50%;max-height:250px}body.woocommerce-cart div.layout .cart-collaterals,body.woocommerce-cart div.layout .woocommerce>form{width:100%}.woocommerce-page #content table.cart td.actions .input-text+.button,.woocommerce-page table.cart td.actions input{float:left;margin-top:10px;width:100% !important}.woocommerce-cart div.layout #content .woocommerce table.cart td.actions .coupon>input.input-text{width:100%}div.layout .woocommerce table.shop_table,div.layout .woocommerce table.shop_table tr,div.layout .woocommerce table.shop_table tbody td,div.layout .woocommerce table.shop_table tbody,div.layout .woocommerce table.shop_table thead,div.layout .woocommerce table.shop_table th{display:block;padding-top:10px;padding-bottom:10px}.layout .woocommerce table.shop_table thead tr{position:absolute;top:-9999px;left:-9999px}.layout .woocommerce table.shop_table tr{border:1px solid #ccc}.layout .woocommerce table.shop_table tr td{border:0;border-bottom:1px solid #eee;position:relative;padding-left:50%}.layout .woocommerce table.shop_table tr td:before{position:absolute;top:10px;left:6px;width:45%;padding-right:10px;white-space:nowrap}.layout .woocommerce table.shop_table tr td:nth-of-type(1):before{content:"Product:"}.layout .woocommerce table.shop_table tr td:nth-of-type(3):before{content:"Quantity:"}.layout .woocommerce table.shop_table tr td:nth-of-type(4):before{content:"Total:"}.layout .woocommerce table.shop_table tr td:nth-of-type(5):before{content:" "}div.layout .woocommerce td.product-remove a.remove{text-align:center;color:#af0000 !important}div.layout .woocommerce td.product-remove a.remove:after{content:"Remove";font-size:14px;vertical-align:middle}div.layout .woocommerce td.product-remove{padding-left:0 !important}.layout .woocommerce table.shop_table tr:last-of-type{border:0}.layout .woocommerce table.shop_table tr:last-of-type td{padding:0}.layout .woocommerce table.shop_table tr:last-of-type td:before{display:none}body.woocommerce-cart div.layout .woocommerce .cart-collaterals>.cart_totals{width:100%;margin-top:20px}div.layout .woocommerce table.woocommerce-checkout-review-order-table,div.layout .woocommerce table.woocommerce-checkout-review-order-table tr,div.layout .woocommerce table.woocommerce-checkout-review-order-table tbody td,div.layout .woocommerce table.woocommerce-checkout-review-order-table tbody,div.layout .woocommerce table.woocommerce-checkout-review-order-table thead,div.layout .woocommerce table.woocommerce-checkout-review-order-table th{padding-bottom:0;padding-top:0}.woocommerce .woocommerce-checkout-review-order-table thead{position:relative;top:0;left:0}div.layout div.woocommerce table.woocommerce-checkout-review-order-table thead tr{top:0;left:0;position:inherit;border-bottom:1px solid #ccc}div.layout div.woocommerce table.woocommerce-checkout-review-order-table thead th{display:inline-block}.woocommerce-checkout-review-order-table tfoot tr.order-total td .amount{font-size:15px}div.layout div.woocommerce table.woocommerce-checkout-review-order-table td:after,div.layout div.woocommerce table.woocommerce-checkout-review-order-table th:after{display:none}div.layout div.woocommerce table.woocommerce-checkout-review-order-table tfoot{display:block}.layout .woocommerce table.shop_table tbody tr:last-of-type,.layout .woocommerce table.shop_table tfoot tr:last-of-type,div.layout div.woocommerce table.woocommerce-checkout-review-order-table tfoot tr{border:0;border-bottom:1px solid #ccc}.layout .woocommerce table.shop_table tr td:nth-of-type(1):before{content:""}div.layout div.woocommerce table.woocommerce-checkout-review-order-table tbody td,div.layout div.woocommerce table.woocommerce-checkout-review-order-table tfoot th,div.layout div.woocommerce table.woocommerce-checkout-review-order-table tfoot td{display:inline-block;width:48%;position:relative}footer .footer-widgets .widget-area.modernStyle:after,footer .footer-widgets .widget-area.modernStyle .widget-area-column:after,footer .footer-widgets .widget-area.modernStyle .widget-area-column:first-child:before{display:none}footer #footer-bottom .content{padding-right:0 !important;padding-left:0 !important}footer div.bg-image{z-index:-1;background-repeat:no-repeat;background-size:cover}footer .color-overlay{z-index:0}body div.layout .blog-masonry-container{margin:0 0 10px 2%;width:47.2%;text-align:left}body .team-member-classic .content{width:96% !important;margin:2%;max-height:300px !important}body .teammember-classic .description{display:none !important}.wrap-teammember-style2 .teammember-hover p{padding-top:35px}.col-sm-12 .wrap-teammember-style2 .slick-slider{max-width:768px}.imagebox-full .title,.imagebox-full .description{max-width:inherit}.md-counter .text{text-align:center}.md-countbox .timer{width:auto;float:none;text-align:center;margin-right:0}.md-countbox .countbox-text{width:94%;float:none;text-align:center;margin:auto}.countbox-button div.shortcode-btn{float:none !important}.md-countbox .title{width:94%;margin:10px auto 20px}.md-countbox .countbox-title-separator{margin-left:auto;margin-right:auto}.widget.widget-md-text .text-widget-desc p{font-size:13px}.widget.widget-md-recent-portfolio .item-list{width:100%}.widget.widget-md-recent-portfolio .item-list .item a{display:block}.widget.widget-md-recent-portfolio .item-list .item img{width:100%}.pinBox-wrapper{height:auto !important;margin-bottom:60px}.portfolio-split .attribute .title{text-align:left}.skill-style1 .bar-percentage{top:73%}.skill-style1.style2 .bar-title{margin-bottom:8px}.modern-subscribe{display:flex;flex-direction:column-reverse;width:85%}.modern-subscribe .subscribe-content,.modern-subscribe .subscribe-image{width:100%;float:none}.modern-subscribe .subscribe-content{padding:100px}.modern-subscribe .subscribe-image{max-height:450px}.modern-subscribe .modern-subscribe-title{width:100%}.portfolio.inside .item-title{padding-right:0;margin-left:0}.portfolio.inside .item-category{margin-left:0}.double-slider .double-slider-text-container,.double-slider .double-slider-image-container{float:none !important;width:100%}.double-slider .double-slider-text-container{position:absolute;top:0;z-index:2}.double-slider .double-slider-next{right:20px}.double-slider .double-slider-prev{left:20px}body:not(.compose-mode) .second-header-bg,body.compose-mode.responsive-mode .second-header-bg{display:none}header.top-modern .first-part{border-right-color:transparent !important}header.top-modern .second-part{width:0 !important}.iconbox-side .iconbox-content{margin:10px auto}.responsive-full-width .vc_column-inner.vc_column-inner.vc_column-inner{padding-left:0;padding-right:0}.md-statistic{text-align:center !important}.md-pie-chart.type-2{padding-bottom:40px}.splitBox-holder{min-height:650px;max-height:110px}.splitBox-holder .text-holder,.md-splitBox.sb-left .image-holder,.md-splitBox.sb-right .image-holder{width:100%;left:0}.splitBox-holder .image-holder{height:40%}.splitBox-holder .image-holder{position:relative}.md-splitBox.sb-right .splitBox-holder .text-holder{margin-left:0;left:0}.splitBox-holder .text-holder{padding:50px 15px 30px 15px;align-items:flex-start !important}.splitBox-holder .text-holder h1{font-size:18px}.splitBox-holder .text-holder h2{font-size:12px}.splitBox-holder .text-holder p{font-size:14px}.splitBox-holder .shortcode-btn{float:none !important}.splitBox-holder .fixed-width{width:100% !important}.md-splitBox.sb-right .splitBox-holder .arrow-right,.md-splitBox.sb-left .splitBox-holder .arrow-right{transform:rotate(270deg);top:40%;margin-top:-20px}.md-splitBox.sb-right .splitBox-holder:hover .fixed-width,.md-splitBox.sb-left .splitBox-holder:hover .fixed-width,.md-splitBox.sb-right .splitBox-holder:hover .text-holder{margin:0}.play-btn{margin:0 auto}.single-portfolio .attribute.no-icon .left{float:none}.portfolio-split .attribute.no-icon .title{text-align:center}.business-subscribe.md-align-left .subscribe-content,.business-subscribe.md-align-right .subscribe-content{text-align:center}body #content .loop-post-content .post-categories,body #content .loop-post-content .post-meta *{width:100%;max-width:100%}}@media(min-device-width:768px) and (max-device-width:1024px){.woocommerce-checkout-review-order{width:40%}#customer_details{width:59%}#order_review_heading{padding-top:20px;text-align:left;float:left !important}div.layout .woocommerce .cart .button,.woocommerce .cart input.button{padding:0 10px}.layout-container>.bg-image{background-attachment:initial !important;position:fixed;top:0;left:0}.recent-post .single_related,.recent-project .single_related{width:calc(100% /2 - 40px)}.recent-post .single_related a,.recent-project .single_related a{display:block}.recent-post .recent-image,.recent-project .recent-image{width:100%}.recent-post .recent-image img,.recent-project .recent-image img{width:inherit}.empty-cart-container{margin:90px auto 55px auto}.md_hor_tab.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab,.md_hor_tab2.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{padding:1em !important}.iconbox-side.style2 .description{text-align:left}.iconbox-side2.style2 .description{text-align:left}.post-carousel-container .post-wrap{width:365px}header.top-modern .first-part{border-right-color:transparent !important}header.top-modern .second-part{width:0 !important}.splitBox-holder{min-height:377px;max-height:1100px}.splitBox-holder .text-holder{padding:50px 15px 30px 15px}.splitBox-holder .text-holder h1{font-size:18px}.splitBox-holder .text-holder h2{font-size:12px}.splitBox-holder .text-holder p{font-size:20px;line-height:1.5em}.splitBox-holder .shortcode-btn{float:none !important}.pixflow-price-box{margin-bottom:10px}.pixflow-price-box .lists ul>li{max-width:100%}.pixflow-price-box .price-box-container{padding:30px}.pixflow-price-box .lists{margin-top:20px}.wrap-client-carousel .slick-prev{left:0;top:60%}.wrap-client-carousel .slick-next{right:0;top:60%}.iconbox-side .icon-container.icon-background~.iconbox-side-container .title{font-size:15px;line-height:3em}.md-counter .timer{font-size:60px;line-height:40px}.md-counter .title{padding:25px 0}}@media(min-width :768px) and (max-width:991px){.layout footer .widget-area.classicStyle:not(.full){margin-top:0 !important}.showcase{transform:scale(.65)}.single.single-post p{font-size:19px;line-height:1.3em}.single.single-post .author-section .info .name{font-size:22px;line-height:1.3em}.single.single-post .name a,.single.single-post .name{font-size:18px}.single.single-post .post-tags{font-size:20px}.single.single-post .post-content .post-title{font-size:40px}.single.single-post .post-content .post-categories,.single.single-post .post-content .post-title,.single.single-post .comment-meta .name{width:100%}.single.single-post .author-section .info{width:80%}.comment-reply-link,.comment-edit-link{float:left;margin-right:10px;font-size:17px}.single.single-post .line{width:90%}.single.single-post .subscribe-sub-title{font-size:19px}.single.single-post .form-submit{text-align:left}.single.single-post .comment-meta .comment-date{font-size:16px}.single.single-post .logged-in-as a{font-size:15px}.single.single-post .sc-subscribe{padding-left:15px}.responsive-col-50{width:calc(100% / 2) !important}.blog .loop-post-content p{font-size:18px;line-height:1.3em}.blog .loop-post-content .post-title{font-size:42px}.blog .loop-post-content .post-comment-holder,.loop-post-content .post-comment-hover,.blog .loop-post-content .post-comment{height:40px;width:40px}.blog .loop-post-content .post-comment,.blog .loop-post-content .post-comment-hover{background-size:cover}.blog .loop-post-content blockquote .name{font-size:20px}.blog .loop-post-content blockquote{font-size:27px;padding:90px 5% 45px 5%}.blog .loop-post-content .post-categories,.blog .loop-post-content .post-title,.blog .loop-post-content p{width:100%;max-width:100%;text-align:center}.blog .loop-post-content .post-meta .post-info p{float:none;line-height:1.5em}.blog .loop-post-content .post-comment-holder{float:none;margin:20px auto 0 auto}.blog article{margin-bottom:30px}.blog article .video-img{width:100%;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{text-align:left;width:100% !important;float:none}.woocommerce.woocommerce-page.single-product .woocommerce-product-rating .star-rating{float:none;margin:10px auto}.woocommerce.woocommerce-page.single-product .summary .product_meta>span,.woocommerce.woocommerce-page.single-product .summary .product_meta>span span,.woocommerce.woocommerce-page.single-product .summary .product_meta>span a{font-size:16px}.woocommerce.woocommerce-page.single-product div.product form.cart .button{float:none}.woocommerce.woocommerce-page.single-product #reviews{width:100%}.woocommerce.woocommerce-page.single-product #reviews li.comment{margin-bottom:20px !important}.woocommerce.woocommerce-page.single-product div.product .product_title{font-size:35px}.woocommerce.woocommerce-page.single-product .summary .short-description p{font-size:22px;line-height:1.3em}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li .comment-text p,.woocommerce.woocommerce-page.single-product .summary .woocommerce-review-link{font-size:18px;line-height:1em}.woocommerce.woocommerce-page.single-product p.stars a{margin-right:2px}.woocommerce.woocommerce-page.single-product .comment_container .avatar{display:inline-block}.woocommerce.woocommerce-page.single-product .comment-text{padding-left:70px !important}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li img.avatar{width:60px}.woocommerce.woocommerce-page.single-product .comment-text .meta *{font-size:14px}.woocommerce.woocommerce-page.single-product.single-product .woocommerce-tabs .panel p{font-size:16px}.woocommerce.woocommerce-page.single-product p.stock{margin-bottom:10px}.woocommerce.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs{text-align:center}.woocommerce.woocommerce-page.single-product .comment-form .form-submit,.woocommerce.woocommerce-page.single-product .comment-form .comment-form-rating{float:none}#review_form form{text-align:left}.single-product .related.products .product{width:48%;margin-right:2%}.widget-area .widget-area-column{width:calc(100%/2);float:left}footer.footer-default .footer-widgets .widget-area.classicStyle.border div[class*="col-"]:before{display:none}footer.footer-default .footer-widgets.light .widget-area.classicStyle.border .widget-area-column:nth-child(odd){border-right:1px solid rgba(255,255,255,.2)}footer.footer-default .footer-widgets.dark .widget-area.classicStyle.border .widget-area-column:nth-child(odd){border-right:1px solid rgba(0,0,0,.2)}footer.footer-default .footer-widgets.light .widget-area .widget-area-column{border-bottom:1px solid rgba(255,255,255,.2)}footer.footer-default .footer-widgets.dark .widget-area .widget-area-column{border-bottom:1px solid rgba(0,0,0,.2)}footer .widget-area.classicStyle div[class*="col-"]{padding:30px 50px;border-color:rgba(255,255,255,.6)}.search-results main .search-result .search-item{width:calc(100% / 3 - 32px)}.woocommerce .col2-set .col-1.col-1,.woocommerce-page .col2-set .col-1.col-1,.woocommerce-page .col2-set .col-2.col-2,.woocommerce .col2-set .col-2.col-2{float:left;width:48%}.woocommerce-account .woocommerce form input.button{margin-top:105px}.iconbox-side.style2 .description{text-align:left}.iconbox-side2.style2 .description{text-align:left}.video-img{width:87%}.form-container-modern .wpcf7-form-control-wrap .wpcf7-not-valid-tip{min-width:160px;top:13px;left:50px}.post-carousel-container .post-content-container{padding-top:30px;padding-left:30px;padding-right:30px}.post-carousel-container .post-wrap{width:365px}.post-carousel-container .post-date .post-date-day{margin-bottom:10px}.post-carousel-container .flickity-page-dots{bottom:0}.post-carousel-container{max-width:1200px;padding-bottom:0}.pixflow-price-box .price-container{line-height:1.5em;text-align:center;margin-right:0}.pixflow-price-box .lists ul>li{max-width:100%}.pixflow-price-box .price-box-container{padding:15px;text-align:center;padding-top:30px;padding-bottom:30px}.pixflow-price-box .lists{margin-top:30px;padding-left:45px;text-align:left}.pixflow-price-box .offer-box{font-size:13px}.pixflow-price-box .price-container .text-part{text-align:left;line-height:2.5em}.process-panel-main-container{width:100%}body .process-panel-main-container:not(:first-child):after{border-left:365px solid rgba(180,40,40,0);border-top:56px solid rgba(60,192,232,1);border-bottom:100px solid rgba(138,247,152,0);border-right:374px solid rgba(180,41,41,0);bottom:inherit;right:0}.process-panel-main-container .process-panel-icon{font-size:43px;position:absolute;width:100%;text-align:center;margin:7px auto !important}.process-panel-main-container .process-panel-txt,.process-panel-main-container .process-panel-txt{text-align:center;margin:5px auto !important;vertical-align:bottom}.process-panel-main .process-panel-main-container:last-child{height:240px;padding-top:35px}.process-panel-main-container:not(:first-child){height:220px;line-height:164px;padding-top:40px}.process-panel-main .process-panel-main-container:first-child{height:180px}.process-panel-main .process-panel-main-container{width:100%;margin-bottom:-2px}.count-down #date-time .content{margin:50px 1.5em 50px 1.5em}.pixflow-price-box{justify-content:center !important}.responsive-full-width .md-icon.md-align-left{text-align:center !important}.sc-feature_image .main i{float:none;font-size:30px;margin:0 0 19px 0}.responsive-col-50 .md-counter-card,.responsive-full-width .md-counter-card{width:70%;margin:0 auto}.sc-info-box .title{white-space:normal}}@media(min-width :768px) and (max-width:1280px){.single.single-portfolio main{padding-top:0 !important}#notification-tabs .cart_list li div.cart-img{max-height:200px;background-size:contain;background-repeat:no-repeat;background-position:center center}#notification-tabs .cart_list li{width:calc(100% / 4 - 40px)}.recent-post .single_related,.recent-project .single_related{width:calc(100% / 3 - 10px);margin-bottom:35px;height:auto}.text-box .text-box-icon{font-size:40px}.text-box .text-box-title{font-size:20px;margin-top:20px}.text-box .text-box-description{font-size:12px}.md-pixflow-slider.classic .pixflow-slide-container{max-width:75%}.md-pixflow-slider.classic .pixflow-slide-container .slide-title{font-size:35px !important;line-height:1.5em !important}.md-pixflow-slider.classic .shortcode-btn{height:45px !important}.md-pixflow-slider.classic .shortcode-btn .button-standard.fade-oval{padding:14px 19px !important}.md-pixflow-slider.classic .shortcode-btn .fade-oval span{font-size:14px !important}.pixflow-slider .flickity-page-dots{height:30px}body:not(.compose-mode) .second-header-bg,body.compose-mode.responsive-mode .second-header-bg{display:none}.md_hor_tab.wpb_content_element .vc_row{padding-left:50px !important}.article-box .article-overlay{padding:0 20px 0 20px}.article-box .article-box-description{line-height:20px}.portfolio .box_size{width:85%}}@media(max-width:1280px){.img-box-fancy .image-box-fancy-desc.image-box-fancy-desc-normal{width:60% !important;height:60% !important;bottom:calc(-60%+70px);left:calc(-60%+70px)}.layout{min-width:70%}.sticky-header{opacity:1 !important}.sc-info-box{padding:57px 30px !important}.visible-tablet{display:block !important}.container{max-width:100%}.retina-screen-header .mobile-sidebar.visible-tablet{display:none !important}header.top .logo img{padding-left:15px;padding-top:15px}.single-product .summary .button{width:100%}.portfolio-carousel .owl-carousel{max-height:600px;overflow:hidden}div[class^='vc_custom'],div[class*=' vc_custom']{margin-left:0 !important;margin-right:0 !important}body:not(.single-portfolio) main:not(.retina-screen-main) div.vc_row{padding-right:0 !important;padding-left:0 !important;margin:0 auto !important}body:not(.compose-mode) .sectionOverlay.box_size,body.compose-mode.responsive-mode .sectionOverlay.box_size{width:90% !important}.layout>.wrap{width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important}main:not(.retina-screen-main):not(.has-sidebar)>.content:not(.single-sidebar){display:block;width:100% !important}body:not(.compose-mode) header:not(.header-clone,.retina-screen-header)>div.color-overlay,body.compose-mode.responsive-mode header:not(.header-clone,.retina-screen-header)>div.color-overlay{border:0}body:not(.compose-mode) header:not(.retina-screen-header) .first-part,body.compose-mode.responsive-mode header:not(.retina-screen-header) .first-part{width:calc(100% - 126px) !important;padding:0 !important}body:not(.compose-mode) header:not(.retina-screen-header):not(.side-modern):not(.top-gather):not(.top-logotop) .logo,body.compose-mode.responsive-mode header:not(.retina-screen-header):not(.side-modern):not(.top-gather):not(.top-logotop) .logo{border:none !important;float:left !important;margin:auto 0 !important;width:auto !important;max-height:100% !important;display:flex !important}body:not(.compose-mode) header:not(.retina-screen-header):not(.top-modern) .logo,body.compose-mode.responsive-mode header:not(.retina-screen-header):not(.top-modern) .logo{max-width:calc(100% - 126px) !important}body:not(.compose-mode) header.top-modern:not(.retina-screen-header) .logo,body.compose-mode.responsive-mode header.top-modern:not(.retina-screen-header) .logo{max-width:200px}body:not(.compose-mode) header:not(.retina-screen-header) .first-part .logo,body.compose-mode.responsive-mode header:not(.retina-screen-header) .first-part .logo{max-width:100%}body:not(.compose-mode) header:not(.retina-screen-header):not(.top-logotop) .logo img,body.compose-mode.responsive-mode header:not(.retina-screen-header):not(.top-logotop) .logo img{position:relative !important;display:block !important;right:auto !important;left:auto !important;max-height:75px}body:not(.compose-mode) header.top-modern:not(.retina-screen-header) nav>ul>li,body:not(.compose-mode) header.top-modern:not(.retina-screen-header) .icons-pack li,body:not(.compose-mode) header.top-modern:not(.retina-screen-header) .first-part,body.compose-mode.responsive-mode header.top-modern:not(.retina-screen-header) nav>ul>li,body.compose-mode.responsive-mode header.top-modern:not(.retina-screen-header) .icons-pack li,body.compose-mode.responsive-mode header.top-modern:not(.retina-screen-header) .first-part{border:none !important}body:not(.compose-mode) header.top-modern:not(.retina-screen-header) .logo img,body.compose-mode.responsive-mode header.top-modern:not(.retina-screen-header) .logo img{max-width:100%}body:not(.compose-mode) header.side-classic:not(.retina-screen-header) .logo,body.compose-mode.responsive-mode header.side-classic:not(.retina-screen-header) .logo{width:auto}body:not(.compose-mode) header.side-classic:not(.retina-screen-header) .logo a,body:not(.compose-mode) header.side-modern:not(.retina-screen-header) .logo a,body.compose-mode.responsive-mode header.side-classic:not(.retina-screen-header) .logo a,body.compose-mode.responsive-mode header.side-modern:not(.retina-screen-header) .logo a{height:185px}body:not(.compose-mode) header.side-classic:not(.retina-screen-header) .logo a,body:not(.compose-mode) header.top-logotop:not(.retina-screen-header) a.logo img,body.compose-mode.responsive-mode header.side-classic:not(.retina-screen-header) .logo a,body.compose-mode.responsive-mode header.top-logotop:not(.retina-screen-header) a.logo img{padding:10px 5px;transform:translate(0,0) !important}body:not(.compose-mode) header.side-modern:not(.retina-screen-header) .side .logo,body.compose-mode.responsive-mode header.side-modern:not(.retina-screen-header) .side .logo{width:auto;max-width:65%}body:not(.compose-mode) header.side-modern:not(.retina-screen-header) .side .logo img,body.compose-mode.responsive-mode header.side-modern:not(.retina-screen-header) .side .logo img{margin:0;width:auto}body:not(.compose-mode) header.header-clone:not(.retina-screen-header),body:not(.compose-mode) header:not(.retina-screen-header) .second-header-bg,body.compose-mode.responsive-mode header.header-clone:not(.retina-screen-header),body.compose-mode.responsive-mode header:not(.retina-screen-header) .second-header-bg{display:none !important}.wpb_content_element .px_tabs_nav.md-custom-tab>li{height:auto}.wpb_content_element .px_tabs_nav.md-custom-tab>li>a{padding:30px 15px 12px 15px}.wpb_content_element .px_tabs_nav.md-custom-tab>li[data-model="md_tabs"] i{display:none}.search-no-results main,.search-results main{width:90% !important;text-align:left}footer .widget-contact-info-content{min-width:inherit;background-size:contain !important}body:not(.compose-mode) footer .footer-widgets .content,body:not(.compose-mode) footer #footer-bottom .content,body.compose-mode.responsive-mode footer .footer-widgets .content,body.compose-mode.responsive-mode footer #footer-bottom .content{width:96% !important}footer .footer-widgets .content{text-align:left}.widget.widget-md-recent-portfolio .item-list .item{width:calc(100% / 3 - 9px);height:60px;overflow:hidden}body:not(.compose-mode,.one_page_scroll) .layout-container:not(.retina-screen-main) footer.footer-parallax,body.compose-mode.responsive-mode .layout-container:not(.retina-screen-main) footer.footer-parallax{position:relative !important;margin-left:0;margin-right:0;opacity:1}main.has-parallax-footer{box-shadow:none}main:not(.retina-screen-main) ~ footer .widget-area.classicStyle:not(.full){padding:0;padding-top:20px}.blog-masonry-container .blog-masonry-content .blog-cat{margin:0 5px 5px 0;display:inline-block}.blog-masonry-container .blog-masonry-content .blog-date{display:inline-block}.md_modernTab.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{height:auto !important}.music-sc{transform:translateX(0)}.music-sc .music-main-container{margin-left:0}div.img-box-fancy .image-box-fancy-desc.image-box-fancy-desc-normal{width:100%;height:100%;bottom:calc(-100%+70px);left:calc(-100%+70px)}.double-slider .double-slider-container h3.double-slider-title{font-size:30px}.portfolio-split .buttons .like,.portfolio-split .buttons .sharing{width:85% !important}.portfolio-split .buttons .sharing{margin-top:20px !important;margin-left:0}.md-text-container .md-text .md-text-title{outline:5px solid transparent}body header.side-classic.standard-mode nav>ul>li{margin-bottom:10px}.layout-container .layout .woocommerce .cart .button,.layout-container .layout .woocommerce .cart input.button{padding:0 20px}.notification-center .header{margin-bottom:10px}#notification-tabs .pager{margin-bottom:40px}#notification-tabs .cart_list li div.cart-img{height:200px}#notification-tabs .cart_list{height:290px}#notification-tabs p.total{margin-top:15px}}@media(max-width:991px){#wpadminbar{display:none !important}html.js_active{margin-top:0 !important}body:not(.compose-mode) footer.footer-parallax,body.compose-mode.responsive-mode footer.footer-parallax{position:relative;margin-left:0;margin-right:0;bottom:auto;opacity:1}body:not(.compose-mode) main.has-parallax-footer,body.compose-mode.responsive-mode main.has-parallax-footer{position:relative;z-index:10;box-shadow:none;padding-bottom:0;margin-bottom:0 !important}.footer-parallax{position:inherit !important}.shortcode-btn .fade-square{padding:10px 27px !important}.shortcode-btn .fade-oval{padding:13px 24px !important;margin-bottom:60px}.shortcode-btn .come-in{padding:12px 32px !important}.shortcode-btn .animation{padding:10px 26px 10px 35px !important}.shortcode-btn .flash-animate{padding:10px 13px 10px 30px !important}.shortcode-btn .fade-square span,.shortcode-btn .flash-animate span,.shortcode-btn .animation span,.shortcode-btn .come-in span,.shortcode-btn .fade-oval span{font-size:16px;letter-spacing:0}footer div.widget-area{height:auto}footer .dark .widget-area.modernStyle .widget-area-column:first-child:before{display:none}footer .dark .widget-area.modernStyle .widget-area-column:after{display:none}footer .dark .widget-area.modernStyle:after{display:none}footer .widget-area .widget-title{border-bottom:0}footer.footer-default .footer-widgets .widget-area.classicStyle div[class*="col-"],.widget_md_progress{padding-right:0}footer #footer-bottom .copyright p{font-size:13px}.widget_md_progress .progress-list .title{font-size:12px !important}footer .widget-area.modernStyle .widget-title{margin-bottom:15px}.widget.widget-md-recent-portfolio .item-list{max-width:100%}.portfolio .filter li a{font-size:16px}.client-normal .content .holder .title{line-height:1.1em}form.send .subscribe-sub-title{line-height:2em}form.send .subscribe-title{font-size:30px}.sc-info-box{padding:45px 50px 45px 35px}.sc-info-box .title{max-width:100%;white-space:normal}body .woocommerce-page.columns-6 ul.products li.product,body .woocommerce.columns-6 ul.products li.product,body .woocommerce-page.columns-5 ul.products li.product,body .woocommerce.columns-5 ul.products li.product,body .woocommerce-page.columns-4 ul.products li.product,body .woocommerce.columns-4 ul.products li.products{width:31%}.music-sc .music-main-container{width:40%}.woocommerce-account #content{top:0 !important;transform:translateY(0) !important}.woocommerce-account hr.separator{display:none}.process-panel-main-container:hover+.process-panel-main-container .kesho{width:0 !important}.process-panel-main-container:hover+.process-panel-main-container:after{left:0 !important}.md-counter.md-align-right,.md-counter.md-align-center,.md-counter.md-align-left{text-align:center}}@media(min-width :992px) and (max-width:1199px){.recent-post .single_related,.recent-project .single_related{width:calc(100% / 3 - 10px);margin-bottom:35px;height:auto}.portfolio.inside .md-post-like{bottom:auto;top:20px}.single.single-post p{font-size:19px;line-height:1.3em}.single.single-post .author-section .info .name{font-size:22px;line-height:1.3em}.single.single-post .name a,.single.single-post .name{font-size:18px}.single.single-post .post-tags{font-size:20px}.single.single-post .post-content .post-title{font-size:40px}.single.single-post .post-content .post-categories,.single.single-post .post-content .post-title,.single.single-post .comment-meta .name{width:100%}.single.single-post .post-content img{margin-bottom:10px;margin-top:10px}.single.single-post .author-section .info{width:80%}.single.single-post .sc-subscribe,.single.single-post input:not(.submit){text-align:left}.single.single-post .sc-subscribe{padding-left:15px}.comment-reply-link,.comment-edit-link{float:left;margin-right:10px;font-size:17px}.single.single-post .line{width:90%}.single.single-post .subscribe-sub-title{font-size:19px}.single.single-post .form-submit{text-align:left}.single.single-post .comment-meta .comment-date{font-size:16px}.single.single-post .logged-in-as a{font-size:15px}.sidebar .widget.widget-md-recent-portfolio .item-list .item:nth-child(3n){margin-right:9px}.client-normal .content .holder .title{font-size:19px;line-height:1.1em}.showcase{transform:scale(.65)}.blog .loop-post-content p,.blog .loop-post-content blockquote .name{font-size:16px;line-height:1.3em}.blog h1.post-title{font-size:45px;padding-left:10px}.blog .loop-post-content blockquote{font-size:20px;padding:35px 5% 35px 5%}.blog .loop-post-content .post-comment-holder{margin-right:10px}.blog .post-categories,.post-info,.blog .loop-post-content>p{padding-left:10px}form.send .subscribe-sub-title{font-size:16px}.portfolio-split .box_size{width:85%}.portfolio-split .buttons{width:170px}.portfolio-split .buttons .like,.portfolio-split .buttons .sharing{width:100%;margin:0}.portfolio-split .buttons .like{margin-bottom:20px}.woocommerce.woocommerce-page.single-product #reviews{width:100%}.woocommerce.woocommerce-page.single-product .summary .short-description p{font-size:16px}.woocommerce.woocommerce-page.single-product .woocommerce-tabs .panel p{line-height:1.3em;font-size:16px}.woocommerce.woocommerce-page.single-product .comment-text{padding-left:70px !important}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li img.avatar{width:60px;display:inline-block}.products .product .thumb-image{max-height:250px}.single-product .related.products .product{width:23%;margin-right:2%}.process-panel-main-container h1.title{font-size:22px}.items-4 .process-panel-main-container:first-child .process-panel-txt{display:inline-block;margin-left:6em;vertical-align:middle}.items-4 .process-panel-main-container:not(:first-child) .process-panel-txt{margin-left:9.5em}.items-4 .process-panel-main-container:not(:first-child) .process-panel-icon{margin-left:1.7em}.items-4 .process-panel-main-container h3.sub-title{font-size:13px;line-height:15px}.text-in-box .title{margin-bottom:20px;padding:0 10px}.sc-feature_image .main{padding:20px}.call-to-action .content .title{margin-bottom:12px;max-width:100%}.call-to-action .content div.button-parent,.col-sm-12 .call-to-action .button-parent,.vc_col-sm-11 .call-to-action .button-parent,.vc_col-sm-10 .call-to-action .button-parent{padding:0}.wpb_content_element .px_tabs_nav.md-custom-tab>li span{position:relative;top:0;transform:translateY(0);display:inline-block}.business-subscribe-button{top:-1px}.md-counter .timer{font-size:60px}.md-counter .title{font-size:15px}.md-counter .icon i{vertical-align:bottom}.sc-info-box{padding:30px 35px 30px 20px;text-align:center}.splitBox-holder{margin-bottom:10px}}@media(max-width :1200px){body:not(.pixflow-customizer) .layout{width:100% !important}.call-to-action .content .title{font-size:40px;line-height:1.2em}.call-to-action .content .description{float:none;margin-bottom:15px;max-width:100%}.call-to-action .content div.button-parent{position:static;display:block;margin-top:0}.call-to-action .shortcode-btn{float:none !important}.tablet-slider .flex-control-nav li{font-size:14px}.portfolio.inside .item-meta .item-title{font-size:20px;line-height:1.2em;font-weight:normal}.portfolio-carousel .box_size{width:75%}.blog .loop-post-content .post-categories,.blog .loop-post-content .post-title,.blog .loop-post-content p{width:100%;max-width:100%}.blog .feature-image{background-position:center center}.list-shortcode ul li{font-size:12px;text-align:left}.calendar-blog{background-image:none !important}.calendar-blog .image{opacity:1}body .contact-form{width:auto}body .contact-form .form-input textarea{max-height:200px}.widget-md-text .text-widget-image{margin-bottom:9px}.md-splitBox.sb-left .splitBox-holder .text-holder,.md-splitBox.sb-right .splitBox-holder .text-holder{padding:50px 40px;text-align:left}.wrap-client-carousel .slick-arrow{display:none !important}body:not(.compose-mode) footer.footer-parallax .content,body.compose-mode.responsive-mode footer.footer-parallax .content{opacity:1}.calendar-blog{background-image:none !important}.calendar-blog .image{opacity:1}footer.footer-default .widget-area.classicStyle.border.boxed div[class*="col-"]{padding:30px 15px}}@media(min-width:1281px) and (max-width:1440px){#notification-tabs .cart_list li{width:calc(100% / 4 - 40px)}header.side-classic.standard-mode nav>ul>li{margin-bottom:2px}header.side-classic.standard-mode nav ul>li a{padding:2px 10px}header.side-classic.standard-mode nav>ul{margin-top:0}header.side-classic.standard-mode div.footer .footer-content{margin-bottom:20px;padding:0 5px}#notification-tabs .cart_list{max-height:290px !important}#notification-tabs .cart_list li div.cart-img{max-height:250px}.recent-post .single_related,.recent-project .single_related{width:calc(100% / 3 - 10px);margin-bottom:35px;height:auto}header.side-classic .logo a{padding:20px 5px}header.side-classic div.footer ul li.info .footer-content{padding:7px 0 0 7px;min-width:150px}.notification-center .header{margin-bottom:10px}.shortcode-btn{padding:15px}#notification-tabs p.total,#notification-tabs p.total .amount{margin-top:15px}.notification-center .notification-collapse{bottom:50px}.wpb_content_element .px_tabs_nav.md-custom-tab>li{height:auto}.wpb_content_element .px_tabs_nav.md-custom-tab>li>a{padding:30px 15px 12px 15px}.wpb_content_element .px_tabs_nav.md-custom-tab>li span{top:0;transform:translateY(0)}body:not(.compose-mode) .wpb_tour_tabs_wrapper{height:auto !important}footer .widget-contact-info-content{min-width:inherit;background-size:contain !important}footer .dark .widget,footer .light .widget{margin-bottom:15px}.portfolio.inside .thumbnail-small .md-post-like{left:25px}.portfolio.outside .item-image{padding-right:1px;background-clip:content-box}.portfolio-split .box_size{width:75%}#notification-tabs .pager{margin-bottom:45px}#notification-tabs .tab-container{width:100%}.notification-center .portfolio-item{margin-top:25px;margin-bottom:25px}div[class^='blog-masonry'] .blog-masonry-container,div[class*=' blog-masonry'] .blog-masonry-container{width:calc(100% / 3 - 30px)}.blog-masonry-container .blog-masonry-content .blog-cat{margin-right:1px}.blog-masonry-container .blog-masonry-content .blog-date{display:inline-block;margin-top:5px}.recent-post .single_related{width:calc(100% / 3 - 30px)}.recent-post .recent-image{width:auto;height:auto}div:not('.portfolio-full,.portfolio-split,.portfolio-carousel') .video>div:first-child{transform:scale(0.9)}.portfolio-full #video_player{height:110%}div[class^='teamMemberClassic'] .title,div[class*=' teamMemberClassic'].title,div[class^='teamMemberClassic'] .subtitle,div[class*=' teamMemberClassic'].subtitle{line-height:22px}footer div.widget-area{height:auto}footer .widget-area.classicStyle{padding:20px 60px}.img-box-fancy .image-box-fancy-desc{padding:25px 30px}.md-splitBox.sb-left .splitBox-holder .text-holder,.md-splitBox.sb-right .splitBox-holder .text-holder{padding:50px 40px}.article-box .article-overlay{padding:0 20px 0 20px}#notification-tabs .cart_list li div.cart-img{max-height:200px;background-size:contain;background-repeat:no-repeat;background-position:center center}}@media(min-width:1000px) and (max-width:1280px){#notification-tabs .cart_list{max-height:280px !important}#notification-tabs .cart_list li div.cart-img{max-height:250px}.recent-post .single_related,.recent-project .single_related{width:calc(100% / 3 - 10px);margin-bottom:35px;height:auto}.masonry-blog .blog-masonry-container{width:calc(100% / 3 - 30px)}footer .widget-area.classicStyle:not(.full){padding:50px}body .woocommerce-account .woocommerce form>p.lost_password{width:100%}.col-sm-6 .md-splitBox.sb-left .splitBox-holder .text-holder,.col-sm-6 .md-splitBox.sb-right .splitBox-holder .text-holder{padding:0 50px 0}.col-sm-6 .splitBox-holder .text-holder .title{font-size:20px;line-height:20px}.col-sm-6 .splitBox-holder .text-holder .subtitle{margin-bottom:5px}.col-sm-6 .splitBox-holder .text-holder p{font-size:14px;line-height:20px}.col-sm-6 .splitBox-holder .shortcode-btn{transform:scale(.8);transform-origin:left}.col-sm-6 .shortcode-btn .button-standard span{font-size:13px}footer .dark .widget,footer .light .widget{margin-bottom:15px}header.left+nav+div.right main div.carousel.showcase{transform:scale(.9)}.img-box-fancy .image-box-fancy-desc.image-box-fancy-desc-normal{width:60% !important;height:60% !important}}@media(min-width:560px) and (max-width:800px) and (orientation:landscape){.layout .pixflow-price-table .price-table-container{float:none}.process-panel-main-container .process-panel-icon{font-size:43px;position:absolute;width:100%;text-align:center;margin:7px auto !important}.process-panel-main-container .process-panel-txt,.process-panel-main-container .process-panel-txt{text-align:center;margin:0 auto !important;vertical-align:bottom}.process-panel-main .process-panel-main-container:last-child{height:220px;padding-top:30px}.process-panel-main-container:not(:first-child){height:220px;line-height:164px;padding-top:40px}.process-panel-main .process-panel-main-container{width:100%}.responsive-col-50 .md-counter-card,.responsive-full-width .md-counter-card{width:70%;margin:0 auto}.vc_chart .vc_chart-legend{width:100% !important;text-align:center;display:flex;justify-content:center}.sc-feature_image .main i{float:none;font-size:30px;margin:0 0 19px 0}.iconbox-side.style2.left-align .icon-container,.iconbox-side.style2.left-align .heading{text-align:center}.iconbox-side.style2 .heading{width:100%}.iconbox-side2.style2 .heading{width:100%}.iconbox-side2.style2 .heading{width:100%}.iconbox-side.style2 .icon-container,.iconbox-side.style2 .heading,.iconbox-side.style2 .image-container{display:block}.iconbox-side2.style2.left-align .image-container{float:left;width:100%}iconbox-slide2.style2 .description{text-align:center}}@media(max-width:1366px){.sliphover-overlay div:nth-child(1)>div:nth-child(1){padding:11px 50px 0 30px}h4.subtitle{position:relative;top:-7px}.sliphover-overlay div:nth-child(1)>div:nth-child(2){padding:0 0 4px 30px}.portfolio-split .buttons .like,.portfolio-split .buttons .sharing{width:46%}button.single_add_to_cart_button.button.alt{padding:0 15% !important;text-align:center}.widget-md-text .text-widget-image{max-width:190px}.process-panel-main-container:hover+.process-panel-main-container:after{left:8px}header.top .logo img{padding:0 2px;padding-left:15px}.image-box-fancy-icon{transform:translateX(-20px) translateY(23px)}p.blog-title{margin-bottom:8px}}@media(min-width:1200px) and (max-width:1440px){.items-4 .process-panel-main-container:not(:first-child) .process-panel-txt{margin-left:8.8em}.items-4 .process-panel-main-container .process-panel-txt{margin-left:6.3em}.items-4 .process-panel-main-container h1.title{font-size:18px;width:150px;line-height:1.2em}.items-4 .process-panel-main-container:not(:first-child) .process-panel-icon{margin-left:1.6em}.wpb_content_element .px_tabs_nav.md-custom-tab>li span{position:relative;top:0;transform:translateY(0);display:inline-block}.wrap-client-carousel .slick-prev{left:0;top:60%}.wrap-client-carousel .slick-next{right:0;top:60%}.retina-screen-main .second-header-bg{display:block !important}.wpb_column.vc_column_container.vc_col-has-fill.responsive-full-width.col-sm-4.hidden-laptop,.hidden-laptop{display:none}#notification-tabs .pager{margin-bottom:10px}#notification-tabs .buttons{margin-top:20px}.notification-center .info{height:50px}#notification-tabs{margin-top:20px}#notification-tabs .cart_list li{margin-bottom:10px}#notification-tabs .flickity-viewport{min-height:500px}#notification-tabs p.buttons .wc-forward{height:30px;padding-top:8px}.sidebar.widget-area.hidden-tablet{display:block !important;height:auto !important}.double-sidebar .sidebar{max-width:22% !important}.double-sidebar>.content{width:54% !important}}@media(min-width:700px) and (max-width:900px) and (orientation:portrait){.wpb_column.vc_column_container.vc_col-has-fill.responsive-full-width.col-sm-4.hidden-tablet-p,.hidden-tablet-p{display:none}}@media(min-width:1000px) and (max-width:1200px) and (orientation:landscape){.wpb_column.vc_column_container.vc_col-has-fill.responsive-full-width.col-sm-4.hidden-tablet-l,.hidden-tablet-l{display:none}}@media(min-width:300px) and (max-width:700px) and (orientation:portrait){.wpb_column.vc_column_container.vc_col-has-fill.responsive-full-width.col-sm-4.hidden-mobile-p,.hidden-mobile-p{display:none}}@media(min-width:300px) and (max-width:700px) and (orientation:landscape){.layout .pixflow-price-table .price-table-container{float:none}.wpb_column.vc_column_container.vc_col-has-fill.responsive-full-width.col-sm-4.hidden-mobile-l,.hidden-mobile-l{display:none}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){#notification-tabs .pager{margin-bottom:10px}#notification-tabs .cart_list li{margin-bottom:0}#notification-tabs .cart_list{height:auto}#notification-tabs p.total,#notification-tabs p.total .amount{margin-top:25px}#notification-tabs .cart_list li div.cart-img{max-height:270px}#notification-tabs p.buttons .wc-forward{height:35px;line-height:35px;padding-top:0}}@media(max-width:1024px){#wpadminbar .pixflow_custom_links a{text-transform:uppercase;background-color:transparent;font-size:9px;color:#bbc5ff;letter-spacing:0;padding:0 5px 0 5px !important;transition:all .3s ease-in;display:flex;align-items:center}header .content a.logo{width:auto !important}body:not(.compose-mode) header:not(.retina-screen-header) .content,body.compose-mode.responsive-mode header:not(.retina-screen-header) .content{width:100% !important;display:flex !important;align-items:center;justify-content:space-between}header .navigation-button,header .mobile-shopcart,header .mobile-sidebar{top:auto !important;transform:none !important}.testimonial-carousel .testimonial-carousel-job-text{text-align:center;font-weight:normal;line-height:24px;width:100% !important;margin:auto}.testimonial-carousel .owl-item{margin:0 auto !important}header .navigation-button.hidden-desktop{display:block !important}header{visibility:visible !important;top:0 !important}body:not(.compose-mode) header:not(.retina-screen-header):not(.top-modern):not(.top-logotop) .logo,body.compose-mode.responsive-mode header:not(.retina-screen-header):not(.top-modern):not(.top-logotop) .logo{float:none !important;order:-1}body:not(.compose-mode) .layout header .logo img,body.compose-mode.responsive-mode .layout header .logo img{-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important;top:0 !important;display:flex !important;align-self:center}header .hidden-desktop{display:inherit !important}.layout img.md-icon-box-image{float:none !important;display:block;clear:both;margin:15px auto !important}main:not(.retina-screen-main) .row-image-normal.isParallax{background-position:center !important;background-attachment:local !important}}@media(min-width:1024px) and (max-width:1440px){.layout-container .layout header{visibility:visible !important}header.side-modern .hidden-tablet{display:inherit !important}body:not(.compose-mode) header.sticky-header.side-classic,body.compose-mode.responsive-mode header.sticky-header.side-classic{display:block !important;position:fixed !important;top:0 !important;height:100vh !important}header.side-classic.standard-mode div.content.side .logo{padding:0;max-width:100% !important;margin:0 auto !important;display:block;float:none !important;min-height:170px}body:not(.compose-mode) header.side-classic .logo img,body.compose-mode.responsive-mode header.side-classic .logo img{position:relative !important;display:block !important;top:auto !important;transform:none !important;right:auto !important;left:auto !important;max-height:inherit !important;margin:0 auto}header.side-classic.standard-mode div.footer .footer-content{margin-bottom:40px;padding:0 10px}header.side-classic div.footer{position:absolute;bottom:0;width:100%;max-width:100%;left:0}header.side-classic .hidden-phone{display:inherit !important}header.left,header.right{height:100vh !important;position:fixed !important}body .layout header.side-classic.standard-mode nav>ul>li{margin-bottom:0}header.side-classic.standard-mode div.footer .footer-content{margin-bottom:10px;padding:0 10px}header.side-classic.standard-mode nav>ul{margin-top:0}div[class*='md_text_style'].md-text-alignment-left:not(.md-text-alignment-tablet-landscape-center){justify-content:flex-start !important;text-align:left !important}div[class*='md_text_style'].md-text-alignment-left.md-text-alignment-tablet-landscape-left{justify-content:flex-start !important;text-align:left !important}div[class*='md_text_style'].md-text-alignment-right{justify-content:flex-end !important;text-align:right !important}.pixflow_custom_links{max-width:191px}#wpadminbar .pixflow_custom_links a{text-transform:uppercase;background-color:transparent;font-size:9px;color:#bbc5ff;letter-spacing:0;padding:0 5px 0 5px !important;transition:all .3s ease-in;display:flex;align-items:center}#wpadminbar .pixflow_custom_links a:before{display:none}#wpadminbar #wp-admin-bar-md_setting_button a{background-image:none}.px-header-left header:not(.side-modern),.px-header-right header:not(.side-modern){width:20% !important}.px-header-left:not(.modern) .layout>.wrap,.px-header-right:not(.modern) .layout>.wrap{width:80% !important;margin-top:0 !important}.px-header-left.modern .layout>.wrap,.px-header-right.modern .layout>.wrap{width:calc(100% - 65px) !important}.vc_column_container:not(.col-sm-12):not(.col-sm-10):not(.col-sm-11):not(.col-sm-9):not(.col-sm-8) .md-text-container{max-width:95%}.img-box-fancy .image-box-fancy-desc{padding:45px 25px}.img-box-fancy .image-box-fancy-container{width:calc(100% - 90px)}.testimonial-carousel.owl-carousel .owl-stage{min-width:3000px}body .layout-container .layout header.side-modern .logo{float:none !important;max-width:100% !important;min-height:150px;padding-bottom:10px}header.side-modern .logo a{min-height:150px;display:flex;align-items:center;justify-content:center}body .layout-container .layout header.side-modern .logo img{float:none !important;max-height:140px !important;margin:0 auto !important}body:not(.compose-mode) header:not(.retina-screen-header).top-block .content,body.compose-mode.responsive-mode header:not(.retina-screen-header).top-block .content{display:flex !important;justify-content:space-between}}@media(min-width:1025px) and (max-width:1280px){.navigation-mobile,header .navigation-button{display:none !important}header.top .hidden-tablet{display:inherit !important}.layout header.top-classic nav.navigation>ul{display:block}.layout header .mobile-shopcart{display:none !important}.layout header.top{width:100% !important;top:0}header.top-classic nav.navigation{height:inherit;display:flex !important;align-items:center;justify-content:center}header.top-classic nav.navigation.item-right{justify-content:flex-end}header.top-classic nav.navigation.item-left{justify-content:flex-start}header .content a.logo{display:flex;align-items:center}body:not(.compose-mode) header:not(.retina-screen-header) .logo img,body.compose-mode.responsive-mode header:not(.retina-screen-header) .logo img{display:flex !important;flex-direction:column-reverse;align-self:center;justify-self:center;top:auto !important;transform:none !important}body .layout-container .layout header.top-logotop .logo{margin:0 auto !important;float:none !important;display:flex;align-items:center;justify-content:center}header.top-block .content nav.navigation.item-right{float:right;justify-content:flex-end}header.top-block .content nav.navigation.item-left{float:left;justify-content:flex-end}}@media(max-width:600px) and (orientation:portrait){.md-live-text.md-mobile-portrait-align-left,.md-live-text.md-mobile-portrait-align-left .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:left !important;justify-content:start !important}.md-live-text.md-mobile-portrait-align-right,.md-live-text.md-mobile-portrait-align-right .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:right !important;justify-content:end !important}.md-live-text.md-mobile-portrait-align-center,.md-live-text.md-mobile-portrait-align-center .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:center !important;justify-content:center !important}}@media(min-width:850px) and (max-width:1280px) and (orientation:landscape){.md-live-text.md-tablet-landscape-align-left,.md-live-text.md-tablet-landscape-align-left .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:left !important;justify-content:start !important}.md-live-text.md-tablet-landscape-align-right,.md-live-text.md-tablet-landscape-align-right .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:right !important;justify-content:end !important}.md-live-text.md-tablet-landscape-align-center,.md-live-text.md-tablet-landscape-align-center .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:center !important;justify-content:center !important}}@media(max-width:1023px){body:not(.compose-mode) .layout header:not(.retina-screen-header):not(.top-logotop) .logo img,body.compose-mode.responsive-mode .layout header:not(.retina-screen-header):not(.top-logotop) .logo img{position:relative !important;display:flex !important;right:auto !important;left:auto !important;max-height:75px}.layout header .logo{width:auto;float:left}.hidden-tablet{display:none !important}body:not(.compose-mode) .layout header .logo a{padding:0 !important}header.side-classic.standard-mode div.content.side .logo{padding:0}.row-equal-column-height .wrap,.row-equal-column-height .wpb_column,.row-equal-column-height .mBuilder-element.mBuilder-vc_column{display:block}body:not(.compose-mode) .layout header .logo img,body.compose-mode.responsive-mode .layout header .logo img{-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important;top:0 !important}.mobile-browser header .logo a{padding:0}.row-image-fixed.isParallax:after{background-attachment:local}.article-box .article-box-description{font-size:12px;line-height:19px}.article-box .article-box-icon{font-size:20px}.article-box .article-box-title{font-size:15px;line-height:23px}.article-box .read-more{font-size:12px}.article-box .article-overlay{padding:25px 10px 25px 10px}.md-statistic .counter .timer,.md-statistic .statistic-symbol{font-size:45px}.business-subscribe-email-input{width:40%;padding-right:10px;padding-left:10px}.business-subscribe-button{font-size:13px}.article-box .title-icon{margin-top:0;margin-bottom:16px}.sidebar.widget-area.visible-desktop,main>.sidebar.widget-area.hidden-tablet{display:none !important}.sidebar.widget-area.hidden-tablet{display:none !important}.wrap>main>#content{width:100% !important}body:not(.compose-mode) header.header-light>div.color-overlay,body.compose-mode.responsive-mode header.header-light>div.color-overlay{background-color:#fff}body:not(.compose-mode) header.header-dark>div.color-overlay,body.compose-mode.responsive-mode header.header-dark>div.color-overlay{background-color:#252525}body:not(.compose-mode) header .logo img,body.compose-mode.responsive-mode header .logo img{position:relative !important;display:block !important;top:50% !important;transform:translate(0,-50%) !important;right:auto !important;left:auto !important;max-height:75px}.woocommerce-account.logged-in footer .woocommerce{min-height:325px}.widget_top_rated_products:after{background-image:none !important}footer.footer-default{width:100% !important}header{height:75px !important}.navigation-mobile{top:75px;position:absolute;z-index:100}.single-product.woocommerce div.product div.images .flex-control-thumbs{display:flex;align-items:center;justify-content:center}.single-product .a2a_kit{margin:20px auto !important;display:block}.product_meta{line-height:2em}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{text-align:center;width:100% !important;float:none}.single-product .summary .quantity{float:none !important;margin:0 0 25px !important;display:inline-block}.single-product .summary form.cart{text-align:center}.single-product .container{padding-top:45px;margin-top:0}body:not(.compose-mode) .layout-container .layout .wrap>main{width:100% !important;margin-top:0 !important}.hidden-phone{display:none !important}.mobile-browser .hidden-phone{display:none !important}.layout header.top-logotop,.layout header.top{position:absolute}.business-subscribe .subscribe-content,.business-subscribe.md-align-left .subscribe-content,.business-subscribe.md-align-right{text-align:center !important}body:not(.sticky-header) .layout>.wrap{margin-top:0 !important}.layout>.wrap{width:100% !important}body:not(.compose-mode) header.sticky-header:not(.retina-screen-header):not(.side),body.compose-mode.responsive-mode header.sticky-header:not(.retina-screen-header):not(.side){width:100% !important;display:block !important;position:fixed !important;top:0 !important}.sticky-header.navigation-mobile{position:fixed;z-index:100;top:70px}header.top-logotop a.logo{float:left}body:not(.compose-mode) header:not(.retina-screen-header):not(.top-gather) .content,body.compose-mode.responsive-mode header:not(.retina-screen-header):not(.top-gather) .content{display:flex !important}.woocommerce-cart .layout #content .woocommerce table.cart td.actions .coupon>input.input-text{max-width:155px}body:not(.compose-mode) header:not(.retina-screen-header):not(.top-gather) .content,body.compose-mode.responsive-mode header:not(.retina-screen-header):not(.top-gather) .content{width:100% !important}body:not(.compose-mode) .sectionOverlay .box_size_container,body.compose-mode.responsive-mode .sectionOverlay .box_size_container{width:96% !important}body:not(.compose-mode) main:not(.retina-screen-main) .sectionOverlay .box_size_container,body:not(.compose-mode) .sectionOverlay.box_size,body.compose-mode.responsive-mode main:not(.retina-screen-main) .sectionOverlay .box_size_container,body.compose-mode.responsive-mode .sectionOverlay.box_size{width:96% !important}.layout header{max-width:100% !important;min-width:100% !important}}@media(min-width:1024px){.navigation-mobile{display:none}.container{max-width:100%}footer .widget-area.border .widget{padding-left:19px;padding-right:19px}.navigation-mobile,header .navigation-button{display:none !important}.has-business-bar .business.content.visible-desktop.hidden-tablet{display:block !important;width:100% !important}.has-business-bar header{top:36px !important}.pixflow-heder-icon-pack *{display:none}header.top-gather .style-style1.content{display:flex}header.top-gather .logo.item-left img{max-height:100%}header.side.side-modern{width:65px !important}header.left .content nav.navigation,header.right .content nav.navigation{float:none !important}header .navigation-button.hidden-desktop{display:none !important}body:not(.compose-mode) header.left .content,body:not(.compose-mode) header.right .content{display:block !important}body:not(.compose-mode):not(.modern) .layout header:not(.top-modern).side .logo{min-width:100% !important;margin-top:20px !important;max-width:80%}body.modern .layout header.side .logo{max-width:65px !important;min-width:65px !important;width:65px !important}body:not(.pixflow-customizer) .layout{transform:none !important}.img-box-slider.md-align-left .imgBox-image{background-position:left}.img-box-slider.md-align-right .imgBox-image{background-position:right}}@media(min-width:1000px) and (max-width:1110px){body:not(.compose-mode) header:not(.retina-screen-header):not(.side-modern):not(.top-gather):not(.top-logotop) .logo,body.compose-mode.responsive-mode header:not(.retina-screen-header):not(.side-modern):not(.top-gather):not(.top-logotop) .logo{max-width:170px !important}}@media(max-width:912px) and (orientation:portrait){.wrap main.has-sidebar #content{min-width:100%}.woocommerce-form-coupon-toggle{margin-top:30px}.woocommerce .woocommerce-message{text-align:left}a.button.wc-forward{margin-left:10px}body:not(.one_page_scroll) .row-content-middle:not(.row-equal-column-height) .wrap{display:flex}.woocommerce[class*=columns-]:not(.columns-4) ul.products li.product,.woocommerce[class*=columns-]:not(.columns-4) ul.products li.product{margin-right:0}html{margin-top:0 !important}body.woocommerce-account:not(.compose-mode) .layout-container .layout .wrap>main{padding-top:75px !important}.layout header.top{width:100% !important;top:0}.single-product main>.container,.woocommerce-checkout main>.container{padding-top:75px;margin-top:0}html[data-theme="massive-dynamic"]{margin-top:0 !important}.woocommerce-account:not(.woocommerce-lost-password),.woocommerce-lost-password,.woocommerce-account.logged-in:not(.woocommerce-edit-address):not(.woocommerce-edit-account) .woocommerce:after{background-image:none}.woocommerce-account.woocommerce-edit-account.logged-in .woocommerce .account-title{text-align:center}.woocommerce-account .account-title h1{margin-right:0}.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content h3{font-size:17px;line-height:1.5em;margin-bottom:60px}.iconbox-side2.style2.right-align .icon-container,.iconbox-side2.style2.right-align .heading{float:none}}@media(max-width:900px) and (orientation:landscape){.responsive-col-50 .md-counter-card,.responsive-full-width .md-counter-card{width:90%;margin:0 auto}.price-box-button .shortcode-btn{max-width:150px;overflow:hidden}.price-box-button .shortcode-btn a{padding:18px 44px !important}.pixflow-price-box .lists{margin-top:30px;padding-left:0;text-align:left}.iconbox-side .description{text-align:center}.iconbox-side .icon-background{display:block}.iconbox-side.style2.left-align .iconbox-content{margin:0 auto}.pixflow-price-box .price-container{line-height:1.6em;padding-top:25px;padding-left:5px;margin-right:20px}.pixflow-price-box .lists ul>li{max-width:270px}.pixflow-price-box .price-box-container{padding:15px;padding-top:30px;padding-bottom:30px}.pixflow-price-box .lists{margin-top:30px;position:relative !important}.pixflow-price-box .offer-box{font-size:13px}.hidden-xs-landscape{display:none !important}.wrap-teammember-style2 .slides li{text-align:center;text-align:-webkit-center}.wrap-teammember-style2 .teammember-image{width:70%}.wrap-teammember-style2 .teammember-hover{width:70%;left:15%}.layout-container>.bg-image{position:fixed;background-attachment:inherit !important}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:calc(100% /2 - 21px) !important;margin-right:20px}body:not(.one_page_scroll) .row-content-middle:not(.row-equal-column-height) .wrap{display:flex}.img-box-slider.md-align-right .imgBox-image,.img-box-slider.md-align-left .imgBox-image{background-position:center}.iconbox-side,.iconbox-side.left-align .icon-container,.iconbox-side.left-align .iconbox-side-container,.iconbox-side.right-align .icon-container,.iconbox-side.right-align .iconbox-side-container{text-align:center}.iconbox-side .iconbox-side-container{width:100%;max-width:100%}.modern-image-box{margin-bottom:20px;max-width:90%;margin:10px auto}.md-live-text.md-mobile-landscape-align-left,.md-live-text.md-mobile-landscape-align-left .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:left !important;justify-content:start}.md-live-text.md-mobile-landscape-align-right,.md-live-text.md-mobile-landscape-align-right .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:right;justify-content:end}.md-live-text.md-mobile-landscape-align-center,.md-live-text.md-mobile-landscape-align-center .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:center;justify-content:center}.row-equal-column-height .wrap,.row-equal-column-height .wpb_column,.row-equal-column-height .mBuilder-element.mBuilder-vc_column{display:block}.business-subscribe.md-align-left .subscribe-content{text-align:center}.video.md-align-left>div:first-child,.video.md-align-right>div:first-child{margin:0 auto !important}.layout-container .layout .md-text-title-separator{margin-right:auto;margin-left:auto}.tablet-slider .flexslider-controls{margin:0 auto;display:block}.iconbox-side,.iconbox-side.left-align .icon-container,.iconbox-side.left-align .iconbox-side-container,.iconbox-side.right-align .icon-container,.iconbox-side.right-align .iconbox-side-container{text-align:center}.iconbox-side.right-align .icon-container,.iconbox-side.right-align .iconbox-side-container,.iconbox-side.left-align .icon-container,.iconbox-side.left-align .iconbox-side-container{float:none;margin:5px auto}html[data-theme='massive-dynamic']{margin-top:0 !important}header .content{width:100% !important}header .content a.logo{width:auto !important;display:flex}.pixflow-heder-icon-pack{height:100%;display:flex;justify-content:flex-end;align-items:center}.woocommerce-account .woocommerce{margin-top:75px}.woocommerce-MyAccount-navigation ul{display:flex;align-items:center;justify-content:center}.woocommerce-account .woocommerce-MyAccount-navigation{padding-top:40px;padding-left:0;margin-right:0}.woocommerce-MyAccount-navigation ul li{padding-bottom:15px;list-style:none;padding-right:20px}.pie_chart2_bottom_title{transform:none}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:none}.widget-area .widget-area-column{width:calc(100%/2);float:left}.process-panel-main-container:after{display:none !important}.process-panel-main-container .process-panel-icon{top:0}.process-panel-main .process-panel-icon i{top:30px !important;position:absolute;left:50%;transform:translate(-50%,-50%)}.process-panel-main-container .process-panel-txt{position:absolute;bottom:20px;left:50%;transform:translate(-50%,0);width:100%}.layout .process-panel-main-container h3.title{font-size:19px;font-weight:bold;line-height:23px}.process-panel-main .process-panel-main-container{min-height:240px}.items-3 .process-panel-main-container{width:calc(100% / 3) !important}.items-4 .process-panel-main-container{width:calc(100% / 4) !important}.items-5 .process-panel-main-container{width:calc(100% / 5) !important}.items-2 .process-panel-main-container{width:calc(100% / 2) !important}}@media(min-width:600px) and (max-width:1024px) and (orientation:portrait){.md-splitBox.sb-left .image-holder,.md-splitBox.sb-right .image-holder{max-height:500px}.md-live-text.md-tablet-portrait-align-left,.md-live-text.md-tablet-portrait-align-left .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:left !important;justify-content:start !important}.md-live-text.md-tablet-portrait-align-right,.md-live-text.md-tablet-portrait-align-right .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:right !important;justify-content:end !important}.md-live-text.md-tablet-portrait-align-center,.md-live-text.md-tablet-portrait-align-center .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:center !important;justify-content:center !important}.layout .woocommerce ul.products li.product{width:calc(100% / 2 - 20px) !important;clear:none}.iconbox-side .icon-container{margin-left:auto !important;margin-right:auto !important;float:none !important}.device-slider .flexslider-controls{text-align:center;margin:0 auto;float:none !important;display:block}.tablet-slider .flexslider-controls{text-align:center;margin:0 auto;float:none !important;display:block}body:not(.compose-mode) .sectionOverlay.box_size,body.compose-mode.responsive-mode .sectionOverlay.box_size{width:100% !important}.woocommerce.columns-3 ul.products .thumb-image,.woocommerce.columns-3 ul.products .hover-image{min-height:370px !important;max-height:415px !important}.woocommerce-MyAccount-navigation ul{display:flex;width:100%;list-style:none;justify-content:flex-start;align-items:center}.woocommerce-MyAccount-navigation ul li{padding-right:20px}.woocommerce-account .woocommerce-MyAccount-navigation{padding-top:40px;float:left;padding-left:0;height:auto;margin-right:0}body.woocommerce-account:not(.compose-mode) .layout-container .layout .wrap>main{padding-top:0 !important;position:relative}.woocommerce-account .account-title{border-bottom:0}.woocommerce-account.logged-in .woocommerce .account-title{margin:0;padding-left:0}.woocommerce-account.logged-in .woocommerce .left-col,.woocommerce-account .woocommerce-MyAccount-navigation{padding:30px 0 10px 35px;padding-left:0}.woocommerce-account .account-title h1{margin-right:0;font-size:25px}.pie_chart2_bottom_title{transform:none}.sliphover-overlay div:nth-child(1)>div:nth-child(2){padding:0 0 0 5px}.sliphover-overlay div:nth-child(1)>div:nth-child(1){padding:5px 0 0 4px}.sliphover-overlay .title{font-size:19px;line-height:19px}.sliphover-overlay .subtitle{font-size:15px;line-height:14px;color:#fff}}@media(min-width:850px) and (max-width:1280px) and (orientation:landscape){.masonry-blog .blog-masonry-container{width:calc(100% / 2 - 30px) !important}.woocommerce-page ul.products li.product,.woocommerce ul.products li.product{width:calc(100% / 3 - 20px) !important}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:none}.products .product .thumb-image,.products .product .hover-image{min-height:470px}.archive.woocommerce .wrap>main{min-width:95%}.iconbox-side.left-align .icon-container,.iconbox-side.left-align .iconbox-side-container{text-align:left}.iconbox-side.right-align .icon-container,.iconbox-side.right-align .iconbox-side-container{text-align:right}.device-slider .flexslider-controls,.tablet-slider .flexslider-controls{margin:0 auto !important;display:block}.woocommerce-account main{width:100% !important;padding-top:69px !important}nav.woocommerce-MyAccount-navigation ul{display:flex;list-style:none;justify-content:flex-start;align-items:center}.woocommerce-account .woocommerce-MyAccount-navigation{padding-left:0;margin-right:0}.woocommerce-MyAccount-navigation ul li{padding-bottom:0;padding-right:20px}.woocommerce-account .woocommerce{margin-bottom:0}body:not(.compose-mode) .sectionOverlay.box_size,body.compose-mode.responsive-mode .sectionOverlay.box_size{width:100% !important}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:calc(100%/2 - 20px) !important}.single-sidebar{width:70% !important}.has-sidebar .sidebar{width:29% !important}.woocommerce-page .has-sidebar ul.products li.product,.woocommerce .has-sidebar ul.products li.product{width:calc(100% / 2 - 20px) !important}.woocommerce .page-title{font-size:38px;line-height:38px;margin:35px 0;margin-top:0}.sidebar.widget-area.hidden-tablet{display:block !important;height:auto !important}.double-sidebar .sidebar{max-width:22% !important}.double-sidebar>.content{width:54% !important}footer{width:100%;margin-top:0;max-width:100% !important;min-width:100% !important}.footer-widgets.light .widget-area.classicStyle.border{height:auto;min-height:385px !important}footer.footer-default .widget-area.classicStyle.border.boxed div[class*="col-"]{padding:30px 5px}}@media screen and (min-device-width:1280px) and (max-device-width:1680px){.layout-container .layout main .row-image-normal{background-position:center !important;background-attachment:local !important;background-size:cover !important}.woocommerce-account .content-container>.woocommerce{display:flex;align-items:center;justify-content:center}.woocommerce-account .woocommerce-MyAccount-navigation{padding-left:0;margin-right:0;border-right:none !important}.sidebar.box .widget{padding:15px;margin:0}.classic-blog .loop-post-content .post-comment-holder,.classic-blog .loop-post-content .post-share{margin:30px 12px !important;width:20px;height:20px;float:left;display:inline-block}.classic-blog .loop-post-content .post-title a{font-size:30px !important}.classic-blog .loop-post-content a.continue-reading{line-height:40px !important}.layout-container .blog-masonry-container .blog-masonry-content .blog-cat{border-radius:35px;padding:0 10px;font-size:12px !important;font-weight:normal;line-height:25px;margin-right:8px}.layout-container .blog-masonry-container .blog-masonry-content .blog-date a,.layout-container .blog-masonry-container .blog-masonry-content .blog-cat a{font-size:10px}.has-sidebar .portfolio-multisize.outside .portfolio-item,.has-sidebar .compose-mode.gizmo-off .portfolio-multisize.outside .portfolio-item{overflow:hidden;width:calc(100%/3 - 10px) !important;float:left;position:relative !important;top:0 !important;left:0 !important;margin-right:10px}.has-sidebar .portfolio.inside .item-wrap.portfolio-popup,.has-sidebar .outside .item-image.portfolio-popup{background-size:cover;max-height:350px;background-position:center center !important;background-repeat:no-repeat;max-width:100%}footer{width:100%;margin-top:0;max-width:100% !important;min-width:100% !important}.footer-widgets.light .widget-area.classicStyle.border{height:auto;min-height:385px !important}footer.footer-default .widget-area.classicStyle.border.boxed div[class*="col-"]{padding:30px 5px}}
/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;filter:alpha(opacity=25);opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}
.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=efba56e1f30ccedacb89)
 * Config saved to config.json and https://gist.github.com/efba56e1f30ccedacb89
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;margin:0;padding:0}body{margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden]{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}img{border:0}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset,p{border:0;margin:0;padding:0}textarea{overflow:auto}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{font-family:"Open Sans",sans-serif;font-size:14px}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{text-decoration:none}img{vertical-align:middle;display:block;max-width:100%;height:auto}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}[role="button"]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media(min-width:768px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media(min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}
.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important}
@font-face{font-family:Inter;font-style:normal;font-weight:300 900;font-display:fallback;src:url('https://a-wall.co.ua/wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');font-stretch:normal}@font-face{font-family:Cardo;font-style:normal;font-weight:400;font-display:fallback;src:url('https://a-wall.co.ua/wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2')}
@media (max-width:600px) and (orientation:portrait){.md-text-alignment-mobile-portrait-right .md-text-content,.md-text-alignment-mobile-portrait-right .md-text-title.inline-editor-title,.md-text-alignment-mobile-portrait-right .md-text-title,.layout .md-text-alignment-mobile-portrait-right .md-text-button{text-align:right !important}.layout .md-text-alignment-mobile-portrait-right .md-text-title-separator{margin-left:auto !important;margin-right:0 !important}.md-text-alignment-mobile-portrait-left .md-text-content,.md-text-alignment-mobile-portrait-left .md-text-title.inline-editor-title,.md-text-alignment-mobile-portrait-left .md-text-title,.layout .md-text-alignment-mobile-portrait-left .md-text-button{text-align:left !important}.layout .md-text-alignment-mobile-portrait-left .md-text-title-separator{margin-left:0 !important;margin-right:auto !important}.md-text-alignment-mobile-portrait-center .md-text-content,.md-text-alignment-mobile-portrait-center .md-text-title.inline-editor-title,.md-text-alignment-mobile-portrait-center .md-text-title,.layout .md-text-alignment-mobile-portrait-center .md-text-button{text-align:center !important}.layout .md-text-alignment-mobile-portrait-center .md-text-title-separator{margin-left:auto !important;margin-right:auto !important}.px-mobile-portrait-align-right{display:flex;justify-content:flex-end}.px-mobile-portrait-align-center{display:flex;justify-content:center}.px-mobile-portrait-align-left{display:flex;justify-content:flex-start}.px-mobile-portrait-align-right .px-svg-container,.px-mobile-portrait-align-left .px-svg-container{margin:0 !important}.layout .icon-box-mobile-portrait-left img.md-icon-box-image{float:left !important;display:block;clear:both;margin:0 auto !important}.layout .icon-box-mobile-portrait-center img.md-icon-box-image{float:none !important;display:block;clear:both;margin:15px auto !important}.layout .icon-box-mobile-portrait-right img.md-icon-box-image{float:right !important;display:block;clear:both;margin:0 auto !important}}@media (max-width:850px) and (orientation:landscape){.md-text-alignment-mobile-landscape-right .md-text-content,.md-text-alignment-mobile-landscape-right .md-text-title.inline-editor-title,.md-text-alignment-mobile-landscape-right .md-text-title{text-align:right !important}.layout .md-text-alignment-mobile-landscape-right .md-text-title-separator{margin-left:auto !important;margin-right:0 !important}.layout .md-text-alignment-mobile-landscape-right .md-text-button{text-align:right !important}.md-text-alignment-mobile-landscape-left .md-text-content,.md-text-alignment-mobile-landscape-left .md-text-title.inline-editor-title,.md-text-alignment-mobile-landscape-left .md-text-title{text-align:left !important}.layout .md-text-alignment-mobile-landscape-left .md-text-title-separator{margin-left:0 !important;margin-right:auto !important}.layout .md-text-alignment-mobile-landscape-left .md-text-button{text-align:left !important}.md-text-alignment-mobile-landscape-center .md-text-content,.md-text-alignment-mobile-landscape-center .md-text-title.inline-editor-title,.md-text-alignment-mobile-landscape-center .md-text-title{text-align:center !important}.layout .md-text-alignment-mobile-landscape-center .md-text-title-separator{margin-left:auto !important;margin-right:auto !important}.layout .md-text-alignment-mobile-landscape-center .md-text-button{text-align:center !important}.px-mobile-landscape-align-right{display:flex;justify-content:flex-end}.px-mobile-landscape-align-center{display:flex;justify-content:center}.px-mobile-landscape-align-left{display:flex;justify-content:flex-start}.px-mobile-landscape-align-right .px-svg-container,.px-mobile-landscape-align-left .px-svg-container{margin:0 !important}.layout .icon-box-mobile-landscape-left img.md-icon-box-image{float:left !important;display:inline-block;clear:none;margin:0 15px 0 auto !important}.layout .icon-box-mobile-landscape-left .iconbox-side-container{max-width:90% !important;text-align:left !important}.layout .icon-box-mobile-landscape-right img.md-icon-box-image{float:right !important;display:inline-block;clear:none;margin:0 auto 0 15px !important}.layout .icon-box-mobile-landscape-right .iconbox-side-container{max-width:90% !important;text-align:right !important}.layout .icon-box-mobile-landscape-center img.md-icon-box-image{float:none !important;display:block;clear:both;margin:15px auto !important}}@media (min-width:600px) and (max-width:1024px) and (orientation:portrait){.md-text-alignment-tablet-portrait-right .md-text-content,.md-text-alignment-tablet-portrait-right .md-text-title.inline-editor-title,.md-text-alignment-tablet-portrait-right .md-text-title{text-align:right !important}.layout .md-text-alignment-tablet-portrait-right .md-text-title-separator{margin-left:auto !important;margin-right:0 !important}.layout .md-text-alignment-tablet-portrait-right .md-text-button{text-align:right !important}.md-text-alignment-tablet-portrait-left .md-text-content,.md-text-alignment-tablet-portrait-left .md-text-title.inline-editor-title,.md-text-alignment-tablet-portrait-left .md-text-title{text-align:left !important}.layout .md-text-alignment-tablet-portrait-left .md-text-title-separator{margin-left:0 !important;margin-right:auto !important}.layout .md-text-alignment-tablet-portrait-left .md-text-button{text-align:left !important}.md-text-alignment-tablet-portrait-center .md-text-content,.md-text-alignment-tablet-portrait-center .md-text-title.inline-editor-title,.md-text-alignment-tablet-portrait-center .md-text-title{text-align:center !important}.layout .md-text-alignment-tablet-portrait-center .md-text-title-separator{margin-left:auto !important;margin-right:auto !important}.layout .md-text-alignment-tablet-portrait-center .md-text-button{text-align:center !important}.px-tablet-portrait-align-right{display:flex;justify-content:flex-end}.px-tablet-portrait-align-center{display:flex;justify-content:center}.px-tablet-portrait-align-left{display:flex;justify-content:flex-start}.px-tablet-portrait-align-right .px-svg-container,.px-tablet-portrait-align-left .px-svg-container{margin:0 !important}.icon-box-tablet-portrait-center .description{text-align:center !important}.layout .icon-box-tablet-portrait-left img.md-icon-box-image{float:left !important;display:inline-block;clear:none;margin:0 15px 0 auto !important}.layout .icon-box-tablet-portrait-left .iconbox-side-container{max-width:90% !important;text-align:left !important}.layout .icon-box-tablet-portrait-right img.md-icon-box-image{float:right !important;display:inline-block;clear:none;margin:0 auto 0 15px !important}.layout .icon-box-tablet-portrait-right .iconbox-side-container{max-width:90% !important;text-align:right !important}.layout .icon-box-tablet-portrait-center img.md-icon-box-image{float:none !important;display:block;clear:both;margin:15px auto !important}}@media (min-width:850px) and (max-width:1280px) and (orientation:landscape){.md-text-container.md-align-left.md-text-alignment-tablet-landscape-center,.md-text-container.md-align-right.md-text-alignment-tablet-landscape-center{justify-content:center}.md-text-alignment-tablet-landscape-right .md-text-content,.md-text-alignment-tablet-landscape-right .md-text-title.inline-editor-title,.md-text-alignment-tablet-landscape-right .md-text-title{text-align:right !important}.layout .md-text-alignment-tablet-landscape-right .md-text-title-separator{margin-left:auto !important;margin-right:0 !important}.layout .md-text-alignment-tablet-landscape-right .md-text-button{text-align:right}.md-text-alignment-tablet-landscape-left .md-text-content,.md-text-alignment-tablet-landscape-left .md-text-title.inline-editor-title,.md-text-alignment-tablet-landscape-left .md-text-title{text-align:left !important}.layout .md-text-alignment-tablet-landscape-left .md-text-title-separator{margin-left:0 !important;margin-right:auto !important}.layout .md-text-alignment-tablet-landscape-left .md-text-button{text-align:left}.md-text-alignment-tablet-landscape-center .md-text-content,.md-text-alignment-tablet-landscape-center .md-text-title.inline-editor-title,.md-text-alignment-tablet-landscape-center .md-text-title{text-align:center !important}.layout .md-text-alignment-tablet-landscape-center .md-text-title-separator{margin-left:auto !important;margin-right:auto !important}.layout .md-text-alignment-tablet-landscape-center .md-text-button{text-align:center}.px-tablet-landscape-align-right{display:flex;justify-content:flex-end}.px-tablet-landscape-align-center{display:flex;justify-content:center}.px-tablet-landscape-align-left{display:flex;justify-content:flex-start}.px-tablet-landscape-align-right .px-svg-container,.px-tablet-landscape-align-left .px-svg-container{margin:0 !important}.layout .icon-box-tablet-landscape-left img.md-icon-box-image{float:left !important;display:inline-block;clear:none;margin:0 15px 0 auto !important}.layout .icon-box-tablet-landscape-left .iconbox-side-container{max-width:90% !important;text-align:left !important;margin-left:0}.layout .icon-box-tablet-landscape-right img.md-icon-box-image{float:right !important;display:inline-block;clear:none;margin:0 auto 0 15px !important}.layout .icon-box-tablet-landscape-right .iconbox-side-container{max-width:90% !important;text-align:right !important}.layout .icon-box-tablet-landscape-center img.md-icon-box-image{float:none !important;display:block;clear:both;margin:15px auto !important}.layout .icon-box-tablet-landscape-center .iconbox-side-container{max-width:100% !important;text-align:center !important;width:100%}.iconbox-side.icon-box-tablet-landscape-center .icon-container,.iconbox-side.icon-box-tablet-landscape-center .iconbox-side-container{text-align:center !important;float:none}.col-sm-8 .md-text-container,.col-sm-7 .md-text-container,.col-sm-6 .md-text-container,.col-sm-5 .md-text-container,.col-sm-3 .md-text-container{max-width:96%}}@media screen and (min-device-width:1024px) and (max-device-width:1280px){.layout-container .layout .sectionOverlay .box_size_container{width:96% !important}.col-sm-8 .md-text-container,.col-sm-7 .md-text-container,.col-sm-6 .md-text-container,.col-sm-5 .md-text-container,.col-sm-3 .md-text-container{max-width:96%}}@media screen and (min-device-width:1281px) and (max-device-width:1680px){.layout-container .layout .sectionOverlay .box_size_container,.layout-container .layout .sectionOverlay.box_size{width:80% !important}}
body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}
.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}
div.wpforms-container .wpforms-form .choices{position:relative;margin-bottom:24px}div.wpforms-container .wpforms-form .choices ::-webkit-input-placeholder{color:#999999}div.wpforms-container .wpforms-form .choices ::-moz-placeholder{color:#999999;opacity:1}div.wpforms-container .wpforms-form .choices ::placeholder{color:#999999}div.wpforms-container .wpforms-form .choices:focus{outline:none}div.wpforms-container .wpforms-form .choices:last-child{margin-bottom:0}div.wpforms-container .wpforms-form .choices.is-disabled .choices__inner,div.wpforms-container .wpforms-form .choices.is-disabled .choices__input{background-color:#bbbbbb;cursor:not-allowed;user-select:none}div.wpforms-container .wpforms-form .choices [hidden]{display:none !important}div.wpforms-container .wpforms-form .choices *{box-sizing:border-box}div.wpforms-container .wpforms-form .choices.is-open .choices__inner{border-radius:4px 4px 0 0}div.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__inner{border-radius:0 0 4px 4px}div.wpforms-container .wpforms-form .choices[data-type*="select-one"]{cursor:pointer}div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__inner{display:flex;flex-wrap:wrap;align-items:center;padding-top:0 !important}div.wpforms-container .wpforms-form .choices[data-type*="select-one"] input.choices__input{display:block;width:calc(100% - 20px) !important;margin:10px !important;padding:7px 12px !important;box-sizing:border-box !important;border:1px solid #8c8f94 !important;border-radius:4px !important;background-color:#fff}div.wpforms-container .wpforms-form .choices[data-type*="select-one"] input.choices__input:focus{border:1px solid #056aab !important;box-shadow:0 0 0 1px #056aab !important;outline:none !important}div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button{background-image:url(//a-wall.co.ua/wp-content/plugins/wpforms-lite/assets/css/../images/cross-inverse.svg);padding:0;background-size:8px;position:absolute;top:50%;inset-inline-end:0;margin-top:-10px;margin-inline-end:25px;height:20px;width:20px;border-radius:10em;opacity:.5}div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:hover,div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:focus{opacity:1}div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:focus{box-shadow:0 0 0 2px #036aab}div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__item[data-value=''] .choices__button{display:none}div.wpforms-container .wpforms-form .choices[data-type*="select-one"]:after{content:"";height:0;width:0;border-style:solid;border-color:currentColor transparent transparent transparent;border-width:5px;position:absolute;inset-inline-end:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}div.wpforms-container .wpforms-form .choices[data-type*="select-one"].is-open:after{border-color:transparent transparent currentColor transparent;margin-top:-7.5px}div.wpforms-container .wpforms-form .choices[data-type*="select-one"][dir="rtl"]:after{left:11.5px;right:auto}div.wpforms-container .wpforms-form .choices[data-type*="select-one"][dir="rtl"] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner{padding-right:24px}div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner .choices__input{padding:0 4px !important;max-width:100%;background-color:transparent;line-height:22px}div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"]:after{content:"";height:0;width:0;border-style:solid;border-color:currentColor transparent transparent transparent;border-width:5px;position:absolute;inset-inline-end:11.5px;top:50%;margin-top:-1.5px;pointer-events:none}div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"].is-open:after{border-color:transparent transparent currentColor transparent;margin-top:-7.5px}div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner,div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__inner{cursor:text}div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button,div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button{position:absolute;display:inline-block;vertical-align:baseline;margin-top:0;margin-bottom:0;margin-inline-start:5px;padding:0;background-color:transparent;background-image:url(//a-wall.co.ua/wp-content/plugins/wpforms-lite/assets/css/../images/cross.svg);background-size:12px;background-position:center center;background-repeat:no-repeat;width:12px;height:12px;line-height:1;opacity:.75;border-radius:0;inset-inline-end:4px}div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button:hover,div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button:focus,div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button:hover,div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button:focus{opacity:1}div.wpforms-container .wpforms-form .choices__inner{width:100%;background-color:#ffffff;padding:4px 6px 0;border:1px solid #8c8f94;overflow:hidden;border-radius:4px}div.wpforms-container .wpforms-form .choices__list{margin:0;padding-left:0;list-style:none}div.wpforms-container .wpforms-form .choices__list--single{display:inline-block;vertical-align:baseline;width:100%;padding:0 16px 0 4px;font-size:0.875em}div.wpforms-container .wpforms-form .choices__list--single .choices__item{width:100%;overflow:hidden;text-overflow:ellipsis;padding-inline-end:20px;white-space:nowrap;color:#2c3338}div.wpforms-container .wpforms-form .choices__list--single .choices__item[data-value='']{padding-inline-end:0}div.wpforms-container .wpforms-form .choices__list--multiple{display:inline;height:auto;overflow:auto}div.wpforms-container .wpforms-form .choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;position:relative;align-items:center;border-radius:2px;padding-block:4px;padding-inline:7px 20px;font-size:.75em;line-height:1;font-weight:400;margin:0 6px 4px 0;background-color:#036aab;border:1px solid #036aab;color:#ffffff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 10px)}div.wpforms-container .wpforms-form .choices__list--multiple .choices__item.is-highlighted{background-color:#036aab}div.wpforms-container .wpforms-form .is-disabled .choices__list--multiple .choices__item{background-color:#bbbbbb;border:1px solid #bbbbbb}div.wpforms-container .wpforms-form .choices__list--dropdown{display:none;z-index:101;position:absolute;width:100%;background-color:#ffffff;border:1px solid #8c8f94;top:100%;margin-top:-1px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow:hidden;overflow-wrap:break-word}div.wpforms-container .wpforms-form .choices__list--dropdown.is-active{display:block}div.wpforms-container .wpforms-form .choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item{position:relative;vertical-align:top;padding:10px;font-size:.875em}div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f6f6f6}div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}div.wpforms-container .wpforms-form .choices__list--dropdown .choices__placeholder{display:none}div.wpforms-container .wpforms-form .is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:4px 4px 0 0}div.wpforms-container .wpforms-form .choices__item{cursor:default}div.wpforms-container .wpforms-form .choices__item--selectable{cursor:pointer}div.wpforms-container .wpforms-form .choices__item--disabled{cursor:not-allowed;user-select:none;opacity:.5}div.wpforms-container .wpforms-form .choices__heading{font-weight:600;font-size:.75em;text-transform:uppercase;padding:10px;border-top:1px solid #b4b6b9;border-bottom:1px solid #b4b6b9;color:#a6a6a6}.choices__group[data-value="hidden"]>div.wpforms-container .wpforms-form .choices__heading{display:none}div.wpforms-container .wpforms-form .choices__button{text-indent:-9999px;-webkit-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}div.wpforms-container .wpforms-form .choices__button:focus{outline:none}div.wpforms-container .wpforms-form .choices__input{display:inline-block;background-color:transparent;margin:0 0 2px 0 !important;border:0 !important;border-radius:0 !important;min-height:20px !important;padding:2px 4px !important;height:auto !important;min-width:1ch;width:1ch;vertical-align:middle}div.wpforms-container .wpforms-form .choices__input::-webkit-search-cancel-button{display:none}div.wpforms-container .wpforms-form .choices__input--hidden{clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;min-width:auto !important;word-wrap:normal !important}div.wpforms-container .wpforms-form .choices .choices__inner input.choices__input:focus{outline:none !important;box-shadow:none !important;border:none !important}div.wpforms-container .wpforms-form .choices__placeholder{opacity:.5}div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices.is-open.is-flipped .choices__inner{border-radius:4px 4px 0 0}div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .is-flipped .choices__list--dropdown{border-radius:inherit}div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices[data-type*="select-one"]:after{border:none;background:#fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23777%22%2F%3E%3C%2Fsvg%3E) no-repeat center;background-size:16px 16px;cursor:pointer;width:16px;height:16px;top:13px;right:8px;margin-top:0}div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices[data-type*="select-one"].is-flipped:after{transform:rotate(180deg)}div.wpforms-container .wpforms-form .choices__list--dropdown{min-width:250px}div.wpforms-container .wpforms-form .choices.is-disabled[data-type*="select-multiple"] .choices__button,div.wpforms-container .wpforms-form .choices.is-disabled[data-type*="text"] .choices__button{border-left:1px solid rgba(0,0,0,0.25);cursor:not-allowed}div.wpforms-container .wpforms-form .choices ::placeholder,div.wpforms-container .wpforms-form .choices ::-webkit-input-placeholder{opacity:1}div.wpforms-container .wpforms-form .choices{margin-bottom:0}body.rtl div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner{padding-right:4px;padding-left:24px}body.rtl div.wpforms-container .wpforms-form .choices__list--single{padding-right:4px;padding-left:16px}body.rtl div.wpforms-container .wpforms-form .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item{text-align:right}body.rtl div.wpforms-container .wpforms-form .choices__input{padding-right:2px !important;padding-left:0 !important}body.rtl div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button,body.rtl div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button{margin-inline-end:0;border-left:none}@media (min-width: 640px){body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}

.wpforms-container .wpforms-error-container,.wpforms-container .wpforms-error-noscript{color:#D63637}.wpforms-container .wpforms-error-styled-container{padding:15px 0}.wpforms-container .wpforms-error-styled-container p{margin:0}.wpforms-container .wpforms-error-styled-container+.wpforms-submit-container{margin-top:10px}.wpforms-container label.wpforms-error,.wpforms-container em.wpforms-error{display:block;color:#D63637;font-size:0.9em;font-style:normal;cursor:default;min-width:120px}.wpforms-container .wpforms-field input.wpforms-error,.wpforms-container .wpforms-field input.user-invalid,.wpforms-container .wpforms-field textarea.wpforms-error,.wpforms-container .wpforms-field textarea.user-invalid,.wpforms-container .wpforms-field select.wpforms-error,.wpforms-container .wpforms-field select.user-invalid{border:1px solid #D63637}.wpforms-container .wpforms-field input[type=checkbox].wpforms-error,.wpforms-container .wpforms-field input[type=checkbox].user-invalid,.wpforms-container .wpforms-field input[type=radio].wpforms-error,.wpforms-container .wpforms-field input[type=radio].user-invalid{border:none}.wpforms-container .wpforms-field.wpforms-has-error .choices__inner{border:1px solid #D63637}.wpforms-container .wpforms-error-alert{border:1px solid rgba(0,0,0,0.25);text-shadow:0 1px 0 rgba(255,255,255,0.5);padding:10px 15px;font-size:14px;margin:0 0 10px 0}.wpforms-container .wpforms-error-alert{color:#D63637;background-color:#f2dede;border-color:#f2dede}div[style*="z-index: 2147483647"] div[style*="border-width: 11px"][style*="position: absolute"][style*="pointer-events: none"]{border-style:none}.wpforms-container .wpforms-screen-reader-element{position:absolute !important;clip:rect(0, 0, 0, 0);height:1px;width:1px;border:0;overflow:hidden;word-wrap:normal !important}.wpforms-container .wpforms-field-hp{display:none !important;position:absolute !important;left:-9000px !important}.wpforms-container .wpforms-recaptcha-container{padding:0;clear:both}.wpforms-container .wpforms-recaptcha-container iframe{display:block;width:100%;max-width:100%}.wpforms-container .wpforms-recaptcha-container .g-recaptcha{padding:10px 0 0}.wpforms-container .wpforms-recaptcha-container.wpforms-is-turnstile.wpforms-is-turnstile-invisible{padding:0;height:0}.wpforms-container .wpforms-recaptcha-container.wpforms-is-turnstile iframe{position:relative !important;visibility:inherit !important}.wpforms-container .wpforms-recaptcha-container.wpforms-is-recaptcha-type-v3 .g-recaptcha,.wpforms-container .wpforms-recaptcha-container.wpforms-is-turnstile-invisible .g-recaptcha,.wpforms-container .wpforms-recaptcha-container.wpforms-is-recaptcha-type-invisible .g-recaptcha{padding:0}.wpforms-container .wpforms-recaptcha-container.wpforms-is-recaptcha-type-v3 .wpforms-error:first-of-type,.wpforms-container .wpforms-recaptcha-container.wpforms-is-turnstile-invisible .wpforms-error:first-of-type,.wpforms-container .wpforms-recaptcha-container.wpforms-is-recaptcha-type-invisible .wpforms-error:first-of-type{margin-top:10px}.wpforms-container amp-img>img{position:absolute}.wpforms-container .amp-form-submit-success .wpforms-field-container,.wpforms-container .amp-form-submit-success .wpforms-submit-container{display:none}.wpforms-container .wpforms-preview-notice-links{line-height:2.4}body.rtl .wpforms-container .wpforms-form input[type=tel]{direction:ltr;text-align:right}body.rtl .wpforms-container .wpforms-form input[type=url]{direction:ltr;text-align:right}body.rtl .wpforms-container .wpforms-form input[type=url]::-webkit-textfield-decoration-container{display:flex;flex-direction:row-reverse}body.rtl .wpforms-container .wpforms-form input[type=email]{direction:ltr;text-align:right}body.rtl .wpforms-container .wpforms-form input[type=email]::-webkit-textfield-decoration-container{display:flex;flex-direction:row-reverse}body.rtl .wpforms-container .wpforms-form input[type=number]::-webkit-textfield-decoration-container{flex-direction:row-reverse}body.rtl .wpforms-container .wpforms-form .wpforms-field-date-time .wpforms-datepicker-wrap .wpforms-datepicker-clear{right:auto;left:10px}body.rtl .wpforms-container .wpforms-form .wpforms-field-date-time .ui-timepicker-list li{padding:3px 5px 3px 0 !important}body.rtl .wpforms-container .wpforms-form .wpforms-field-date-time .wpforms-field-medium+.wpforms-datepicker-clear{left:calc( 40% + 10px);right:auto}body.rtl .wpforms-container .wpforms-form .wpforms-field-file-upload .dz-remove{right:auto;left:0}body.rtl .wpforms-container .wpforms-form .wpforms-image-choices-none .wpforms-image-choices-item .wpforms-image-choices-label{margin-left:0;margin-right:10px}body.rtl .ui-timepicker-list li{padding:3px 5px 3px 0}.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email .wpforms-field-row,.wpforms-container .wpforms-form .wpforms-field.wpforms-field-address .wpforms-field-row,.wpforms-container .wpforms-form .wpforms-field.wpforms-field-password .wpforms-field-row{flex-wrap:wrap;container-type:inline-size;container-name:wpforms-field-row-responsive}.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-field-row{flex-wrap:wrap;container-type:inline-size;container-name:wpforms-field-row-responsive-name-field}.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row-responsive{flex-wrap:wrap;container-type:inline-size;container-name:wpforms-field-row-responsive}@container wpforms-field-row-responsive (max-width: 200px){.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block{width:100%;padding:0}.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block:only-child{padding:0}.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block:not(:last-child){margin-bottom:15px}}@container wpforms-field-row-responsive-name-field (max-width: 260px){.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block{width:100%;padding:0}.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block:only-child{padding:0}.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block:not(:last-child){margin-bottom:15px}}.wpforms-container .wpforms-form .wpforms-checkbox-2-columns,.wpforms-container .wpforms-form .wpforms-multiplechoice-2-columns,.wpforms-container .wpforms-form .wpforms-list-2-columns{container-type:inline-size;container-name:wpforms-field-2-columns-responsive}@container wpforms-field-2-columns-responsive (max-width: 320px){.wpforms-container .wpforms-form .wpforms-checkbox-2-columns ul,.wpforms-container .wpforms-form .wpforms-multiplechoice-2-columns ul,.wpforms-container .wpforms-form .wpforms-list-2-columns ul{grid-template-columns:1fr !important}.wpforms-container .wpforms-form .wpforms-checkbox-2-columns ul li,.wpforms-container .wpforms-form .wpforms-multiplechoice-2-columns ul li,.wpforms-container .wpforms-form .wpforms-list-2-columns ul li{width:100%}}.wpforms-container .wpforms-form .wpforms-checkbox-3-columns,.wpforms-container .wpforms-form .wpforms-multiplechoice-3-columns,.wpforms-container .wpforms-form .wpforms-list-3-columns{container-type:inline-size;container-name:wpforms-field-3-columns-responsive}@container wpforms-field-3-columns-responsive (max-width: 480px){.wpforms-container .wpforms-form .wpforms-checkbox-3-columns ul,.wpforms-container .wpforms-form .wpforms-multiplechoice-3-columns ul,.wpforms-container .wpforms-form .wpforms-list-3-columns ul{grid-template-columns:repeat(2, minmax(0, 1fr)) !important}.wpforms-container .wpforms-form .wpforms-checkbox-3-columns ul li,.wpforms-container .wpforms-form .wpforms-multiplechoice-3-columns ul li,.wpforms-container .wpforms-form .wpforms-list-3-columns ul li{width:100%}}@container wpforms-field-3-columns-responsive (max-width: 320px){.wpforms-container .wpforms-form .wpforms-checkbox-3-columns ul,.wpforms-container .wpforms-form .wpforms-multiplechoice-3-columns ul,.wpforms-container .wpforms-form .wpforms-list-3-columns ul{grid-template-columns:1fr !important}.wpforms-container .wpforms-form .wpforms-checkbox-3-columns ul li,.wpforms-container .wpforms-form .wpforms-multiplechoice-3-columns ul li,.wpforms-container .wpforms-form .wpforms-list-3-columns ul li{width:100%}}@media only screen and (max-width: 600px){div.wpforms-container .wpforms-form .wpforms-field>*{max-width:100%}div.wpforms-container .wpforms-form .wpforms-field{padding-right:1px;padding-left:1px}div.wpforms-container .wpforms-form .wpforms-field input.wpforms-field-small,div.wpforms-container .wpforms-form .wpforms-field input.wpforms-field-medium,div.wpforms-container .wpforms-form .wpforms-field input.wpforms-field-large,div.wpforms-container .wpforms-form .wpforms-field select.wpforms-field-small,div.wpforms-container .wpforms-form .wpforms-field select.wpforms-field-medium,div.wpforms-container .wpforms-form .wpforms-field select.wpforms-field-large,div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row.wpforms-field-small,div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row.wpforms-field-medium,div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row.wpforms-field-large{max-width:100%}div.wpforms-container .wpforms-form .wpforms-mobile-full{width:100%;margin-left:0}div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater){overflow-x:hidden}div.wpforms-container .wpforms-form .wpforms-checkbox-2-columns ul,div.wpforms-container .wpforms-form .wpforms-multiplechoice-2-columns ul,div.wpforms-container .wpforms-form .wpforms-list-2-columns ul,div.wpforms-container .wpforms-form .wpforms-checkbox-3-columns ul,div.wpforms-container .wpforms-form .wpforms-multiplechoice-3-columns ul,div.wpforms-container .wpforms-form .wpforms-list-3-columns ul{grid-template-columns:1fr !important}div.wpforms-container .wpforms-form .wpforms-checkbox-2-columns ul li,div.wpforms-container .wpforms-form .wpforms-multiplechoice-2-columns ul li,div.wpforms-container .wpforms-form .wpforms-list-2-columns ul li,div.wpforms-container .wpforms-form .wpforms-checkbox-3-columns ul li,div.wpforms-container .wpforms-form .wpforms-multiplechoice-3-columns ul li,div.wpforms-container .wpforms-form .wpforms-list-3-columns ul li{width:100%}div.wpforms-container .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page{display:block;margin:0 0 10px 0}div.wpforms-container .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number{width:30px;height:30px;line-height:30px}div.wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page{width:100% !important;padding:5px 10px}div.wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-number{display:none}div.wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page.active{font-weight:700}div.wpforms-container .wpforms-form.inline-fields .wpforms-field-container,div.wpforms-container .wpforms-form.inline-fields .wpforms-field{display:block;width:100%}div.wpforms-container .wpforms-form.inline-fields .wpforms-submit-container{width:100%}}.wpforms-container{margin-bottom:26px}.wpforms-container .wpforms-form *{word-break:break-word;box-sizing:border-box}.wpforms-container .wpforms-form .wpforms-field-label,.wpforms-container .wpforms-form .wpforms-field-sublabel,.wpforms-container .wpforms-form .wpforms-field-description,.wpforms-container .wpforms-form textarea,.wpforms-container .wpforms-form li,.wpforms-container .wpforms-form th{hyphens:auto}.wpforms-container ul,.wpforms-container ul li{background:none;border:0;margin:0}.wpforms-container .wpforms-title{font-size:24px;font-weight:700;margin:0 0 10px 0}.wpforms-container .wpforms-submit-container{clear:both;position:relative}.wpforms-container .wpforms-submit-spinner{margin-inline-start:15px;display:inline-block;vertical-align:middle}.wpforms-container .wpforms-hidden{display:none !important}.wpforms-clear:before{content:" ";display:table}.wpforms-clear:after{clear:both;content:" ";display:table}.wpforms-container .wpforms-notice{background-color:#ffffff;border:1px solid rgba(0,0,0,0.25);border-left-width:12px;color:#333333;font-size:16px;line-height:1.5;margin-bottom:30px;padding:20px 36px 20px 26px;position:relative}.wpforms-container .wpforms-notice .wpforms-delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:50%;cursor:pointer;display:inline-block;height:20px;margin:0;padding:0;vertical-align:top;width:20px;position:absolute;right:10px;top:10px}.wpforms-container .wpforms-notice .wpforms-delete:before,.wpforms-container .wpforms-notice .wpforms-delete:after{background-color:#ffffff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.wpforms-container .wpforms-notice .wpforms-delete:before{height:2px;width:50%}.wpforms-container .wpforms-notice .wpforms-delete:after{height:50%;width:2px}.wpforms-container .wpforms-notice .wpforms-delete:hover,.wpforms-container .wpforms-notice .wpforms-delete:focus{background-color:rgba(10,10,10,0.3)}.wpforms-container .wpforms-notice a{text-decoration:underline}.wpforms-container .wpforms-notice p{margin:0 0 20px 0}.wpforms-container .wpforms-notice p:last-of-type{margin-bottom:0}.wpforms-container .wpforms-notice .wpforms-notice-actions{margin-top:20px}.wpforms-container .wpforms-notice .wpforms-notice-action{border:2px solid;margin-right:20px;padding:5px;text-decoration:none}.wpforms-container .wpforms-notice .wpforms-notice-action:hover,.wpforms-container .wpforms-notice .wpforms-notice-action:focus,.wpforms-container .wpforms-notice .wpforms-notice-action:active{color:#ffffff}.wpforms-container .wpforms-notice.wpforms-info{border-color:#3273dc}.wpforms-container .wpforms-notice.wpforms-info .wpforms-notice-action{border-color:#3273dc}.wpforms-container .wpforms-notice.wpforms-info .wpforms-notice-action:hover,.wpforms-container .wpforms-notice.wpforms-info .wpforms-notice-action:focus,.wpforms-container .wpforms-notice.wpforms-info .wpforms-notice-action:active{background-color:#3273dc}.wpforms-container .wpforms-notice.wpforms-success{border-color:#23d160}.wpforms-container .wpforms-notice.wpforms-success .wpforms-notice-action{border-color:#23d160}.wpforms-container .wpforms-notice.wpforms-success .wpforms-notice-action:hover,.wpforms-container .wpforms-notice.wpforms-success .wpforms-notice-action:focus,.wpforms-container .wpforms-notice.wpforms-success .wpforms-notice-action:active{background-color:#23d160}.wpforms-container .wpforms-notice.wpforms-warning{border-color:#ffdd57}.wpforms-container .wpforms-notice.wpforms-warning .wpforms-notice-action{border-color:#ffdd57}.wpforms-container .wpforms-notice.wpforms-warning .wpforms-notice-action:hover,.wpforms-container .wpforms-notice.wpforms-warning .wpforms-notice-action:focus,.wpforms-container .wpforms-notice.wpforms-warning .wpforms-notice-action:active{background-color:#ffdd57;color:inherit}.wpforms-container .wpforms-notice.wpforms-error{border-color:#D63637}.wpforms-container .wpforms-notice.wpforms-error .wpforms-notice-action{border-color:#D63637}.wpforms-container .wpforms-notice.wpforms-error .wpforms-notice-action:hover,.wpforms-container .wpforms-notice.wpforms-error .wpforms-notice-action:focus,.wpforms-container .wpforms-notice.wpforms-error .wpforms-notice-action:active{background-color:#D63637}.wpforms-container .wpforms-preview-notice-links{line-height:2.4}.wpforms-container input.wpforms-field-medium,.wpforms-container select.wpforms-field-medium,.wpforms-container .wpforms-field-row.wpforms-field-medium,.wp-core-ui div.wpforms-container input.wpforms-field-medium,.wp-core-ui div.wpforms-container select.wpforms-field-medium,.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium{max-width:60%}.wpforms-container input.wpforms-field-small,.wpforms-container select.wpforms-field-small,.wpforms-container .wpforms-field-row.wpforms-field-small,.wp-core-ui div.wpforms-container input.wpforms-field-small,.wp-core-ui div.wpforms-container select.wpforms-field-small,.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-small{max-width:25%}.wpforms-container input.wpforms-field-large,.wpforms-container select.wpforms-field-large,.wpforms-container .wpforms-field-row.wpforms-field-large,.wp-core-ui div.wpforms-container input.wpforms-field-large,.wp-core-ui div.wpforms-container select.wpforms-field-large,.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-large{max-width:100%}.wpforms-container fieldset,.wp-core-ui div.wpforms-container fieldset{display:block;border:none;margin:0;padding:0}.wpforms-container .wpforms-field,.wp-core-ui div.wpforms-container .wpforms-field{padding:15px 0;position:relative}.wpforms-container .wpforms-field.wpforms-field-hidden,.wp-core-ui div.wpforms-container .wpforms-field.wpforms-field-hidden{display:none;padding:0}.wpforms-container .wpforms-field-description,.wpforms-container .wpforms-field-limit-text,.wp-core-ui div.wpforms-container .wpforms-field-description,.wp-core-ui div.wpforms-container .wpforms-field-limit-text{font-size:0.8em;margin:5px 0 0 0;word-break:break-word;word-wrap:break-word;line-height:1.3}.wpforms-container .wpforms-field-description.wpforms-disclaimer-description,.wp-core-ui div.wpforms-container .wpforms-field-description.wpforms-disclaimer-description{background-color:#ffffff;border:1px solid rgba(0,0,0,0.25);padding:15px 15px 0;height:125px;overflow-y:scroll;overflow-x:hidden}.wpforms-container .wpforms-field-description.wpforms-disclaimer-description p,.wp-core-ui div.wpforms-container .wpforms-field-description.wpforms-disclaimer-description p{margin:0 0 15px 0}.wpforms-container .wpforms-field-description-before,.wpforms-container .wpforms-field-description.before,.wp-core-ui div.wpforms-container .wpforms-field-description-before,.wp-core-ui div.wpforms-container .wpforms-field-description.before{font-size:0.85em;margin:0 0 5px 0}.wpforms-container .wpforms-field-label,.wp-core-ui div.wpforms-container .wpforms-field-label{display:block;font-weight:700;font-style:normal;word-break:break-word;word-wrap:break-word}.wpforms-container .wpforms-field-label-inline,.wp-core-ui div.wpforms-container .wpforms-field-label-inline{display:inline;vertical-align:baseline;font-weight:400;font-style:normal;word-break:break-word;word-wrap:break-word}.wpforms-container .wpforms-field-sublabel,.wp-core-ui div.wpforms-container .wpforms-field-sublabel{display:block;font-size:0.8em;font-weight:400;font-style:normal;min-width:120px}.wpforms-container .wpforms-field-label.wpforms-label-hide,.wpforms-container .wpforms-field-sublabel.wpforms-sublabel-hide,.wp-core-ui div.wpforms-container .wpforms-field-label.wpforms-label-hide,.wp-core-ui div.wpforms-container .wpforms-field-sublabel.wpforms-sublabel-hide{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden}.wpforms-container .wpforms-required-label,.wp-core-ui div.wpforms-container .wpforms-required-label{color:var(--wpforms-label-error-color);font-weight:normal}.wpforms-container input[type=date],.wpforms-container input[type=datetime],.wpforms-container input[type=datetime-local],.wpforms-container input[type=email],.wpforms-container input[type=month],.wpforms-container input[type=number],.wpforms-container input[type=password],.wpforms-container input[type=range],.wpforms-container input[type=search],.wpforms-container input[type=tel],.wpforms-container input[type=text],.wpforms-container input[type=time],.wpforms-container input[type=url],.wpforms-container input[type=week],.wpforms-container select,.wpforms-container textarea,.wp-core-ui div.wpforms-container input[type=date],.wp-core-ui div.wpforms-container input[type=datetime],.wp-core-ui div.wpforms-container input[type=datetime-local],.wp-core-ui div.wpforms-container input[type=email],.wp-core-ui div.wpforms-container input[type=month],.wp-core-ui div.wpforms-container input[type=number],.wp-core-ui div.wpforms-container input[type=password],.wp-core-ui div.wpforms-container input[type=range],.wp-core-ui div.wpforms-container input[type=search],.wp-core-ui div.wpforms-container input[type=tel],.wp-core-ui div.wpforms-container input[type=text],.wp-core-ui div.wpforms-container input[type=time],.wp-core-ui div.wpforms-container input[type=url],.wp-core-ui div.wpforms-container input[type=week],.wp-core-ui div.wpforms-container select,.wp-core-ui div.wpforms-container textarea{display:block;width:100%;box-sizing:border-box;font-family:inherit;font-style:normal;font-weight:400;margin:0}.wpforms-container input[type=date]:read-only,.wpforms-container input[type=datetime]:read-only,.wpforms-container input[type=datetime-local]:read-only,.wpforms-container input[type=email]:read-only,.wpforms-container input[type=month]:read-only,.wpforms-container input[type=number]:read-only,.wpforms-container input[type=password]:read-only,.wpforms-container input[type=range]:read-only,.wpforms-container input[type=search]:read-only,.wpforms-container input[type=tel]:read-only,.wpforms-container input[type=text]:read-only,.wpforms-container input[type=time]:read-only,.wpforms-container input[type=url]:read-only,.wpforms-container input[type=week]:read-only,.wpforms-container select:read-only,.wpforms-container textarea:read-only,.wp-core-ui div.wpforms-container input[type=date]:read-only,.wp-core-ui div.wpforms-container input[type=datetime]:read-only,.wp-core-ui div.wpforms-container input[type=datetime-local]:read-only,.wp-core-ui div.wpforms-container input[type=email]:read-only,.wp-core-ui div.wpforms-container input[type=month]:read-only,.wp-core-ui div.wpforms-container input[type=number]:read-only,.wp-core-ui div.wpforms-container input[type=password]:read-only,.wp-core-ui div.wpforms-container input[type=range]:read-only,.wp-core-ui div.wpforms-container input[type=search]:read-only,.wp-core-ui div.wpforms-container input[type=tel]:read-only,.wp-core-ui div.wpforms-container input[type=text]:read-only,.wp-core-ui div.wpforms-container input[type=time]:read-only,.wp-core-ui div.wpforms-container input[type=url]:read-only,.wp-core-ui div.wpforms-container input[type=week]:read-only,.wp-core-ui div.wpforms-container select:read-only,.wp-core-ui div.wpforms-container textarea:read-only{cursor:default}.wpforms-container textarea,.wp-core-ui div.wpforms-container textarea{resize:vertical}.wpforms-container input[type=checkbox],.wpforms-container input[type=radio],.wp-core-ui div.wpforms-container input[type=checkbox],.wp-core-ui div.wpforms-container input[type=radio]{width:16px;height:16px;margin:2px 10px 0 3px;display:inline-block;vertical-align:baseline;font-style:normal;font-weight:400}.wpforms-container .wpforms-five-sixths,.wpforms-container .wpforms-four-sixths,.wpforms-container .wpforms-four-fifths,.wpforms-container .wpforms-one-fifth,.wpforms-container .wpforms-one-fourth,.wpforms-container .wpforms-one-half,.wpforms-container .wpforms-one-sixth,.wpforms-container .wpforms-one-third,.wpforms-container .wpforms-three-fourths,.wpforms-container .wpforms-three-fifths,.wpforms-container .wpforms-three-sixths,.wpforms-container .wpforms-two-fourths,.wpforms-container .wpforms-two-fifths,.wpforms-container .wpforms-two-sixths,.wpforms-container .wpforms-two-thirds{float:left;margin-left:20px;clear:none}.wpforms-container .wpforms-one-half,.wpforms-container .wpforms-three-sixths,.wpforms-container .wpforms-two-fourths{width:calc( 50% - 10px)}.wpforms-container .wpforms-one-third,.wpforms-container .wpforms-two-sixths{width:calc( 100% / 3 - 20px)}.wpforms-container .wpforms-one-third.wpforms-first,.wpforms-container .wpforms-two-sixths.wpforms-first{width:calc( 100% / 3)}.wpforms-container .wpforms-four-sixths,.wpforms-container .wpforms-two-thirds{width:calc( 2 * 100% / 3 - 20px)}.wpforms-container .wpforms-four-sixths.wpforms-first,.wpforms-container .wpforms-two-thirds.wpforms-first{width:calc( 2 * 100% / 3)}.wpforms-container .wpforms-one-fourth{width:calc( 25% - 20px)}.wpforms-container .wpforms-one-fourth.wpforms-first{width:25%}.wpforms-container .wpforms-three-fourths{width:calc( 75% - 20px)}.wpforms-container .wpforms-three-fourths.wpforms-first{width:75%}.wpforms-container .wpforms-one-fifth{width:calc( 100% / 5 - 20px)}.wpforms-container .wpforms-one-fifth.wpforms-first{width:calc( 100% / 5)}.wpforms-container .wpforms-two-fifths{width:calc( 2 * 100% / 5 - 20px)}.wpforms-container .wpforms-two-fifths.wpforms-first{width:calc( 2 * 100% / 5)}.wpforms-container .wpforms-three-fifths{width:calc( 3 * 100% / 5 - 20px)}.wpforms-container .wpforms-three-fifths.wpforms-first{width:calc( 3 * 100% / 5)}.wpforms-container .wpforms-four-fifths{width:calc( 4 * 100% / 5 - 20px)}.wpforms-container .wpforms-four-fifths.wpforms-first{width:calc( 4 * 100% / 5)}.wpforms-container .wpforms-one-sixth{width:calc( 100% / 6 - 20px)}.wpforms-container .wpforms-one-sixth.wpforms-first{width:calc( 100% / 6)}.wpforms-container .wpforms-five-sixths{width:calc( 5 * 100% / 6 - 20px)}.wpforms-container .wpforms-five-sixths.wpforms-first{width:calc( 5 * 100% / 6)}.wpforms-container .wpforms-first{clear:both !important;margin-left:0 !important}.wpforms-container .wpforms-field{float:none;clear:both}.wpforms-container .wpforms-field.wpforms-five-sixths,.wpforms-container .wpforms-field.wpforms-four-sixths,.wpforms-container .wpforms-field.wpforms-four-fifths,.wpforms-container .wpforms-field.wpforms-one-fifth,.wpforms-container .wpforms-field.wpforms-one-fourth,.wpforms-container .wpforms-field.wpforms-one-half,.wpforms-container .wpforms-field.wpforms-one-sixth,.wpforms-container .wpforms-field.wpforms-one-third,.wpforms-container .wpforms-field.wpforms-three-fourths,.wpforms-container .wpforms-field.wpforms-three-fifths,.wpforms-container .wpforms-field.wpforms-three-sixths,.wpforms-container .wpforms-field.wpforms-two-fourths,.wpforms-container .wpforms-field.wpforms-two-fifths,.wpforms-container .wpforms-field.wpforms-two-sixths,.wpforms-container .wpforms-field.wpforms-two-thirds{float:left;margin-left:20px;clear:none}.wpforms-container .wpforms-field .wpforms-field-row{align-items:start;position:relative;display:flex;justify-content:space-between;margin-bottom:15px}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block{padding:0 10px}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:first-child{padding-inline-start:0}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:last-child{padding-inline-end:0}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:only-child{margin-right:auto;padding-right:10px}.wpforms-container .wpforms-field .wpforms-field-row:before{content:"";display:table}.wpforms-container .wpforms-field .wpforms-field-row:after{clear:both;content:"";display:table}.wpforms-container .wpforms-field .wpforms-field-row:last-of-type{margin-bottom:0}.wpforms-container .wpforms-field .wpforms-field-row>:only-child{width:100%}.wpforms-container .wpforms-field .wpforms-field-row.wpforms-no-columns{display:block}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-five-sixths,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-four-sixths,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-four-fifths,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-fifth,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-fourth,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-sixth,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-third,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-fourths,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-fifths,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-sixths,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-fourths,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-fifths,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-sixths,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-thirds{float:none;margin-left:0;clear:initial}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-sixths,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-fourths{width:50%}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-third,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-sixths{width:33.33333%}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-four-sixths,.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-thirds{width:66.66667%}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-fourth{width:25%}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-fourths{width:75%}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-fifth{width:20%}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-fifths{width:40%}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-fifths{width:60%}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-four-fifths{width:80%}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-sixth{width:16.66667%}.wpforms-container .wpforms-field .wpforms-field-row .wpforms-five-sixths{width:83.33333%}.wpforms-container .wpforms-field .wpforms-checkbox-2-columns ul,.wpforms-container .wpforms-field .wpforms-multiplechoice-2-columns ul,.wpforms-container .wpforms-field .wpforms-list-2-columns ul,.wpforms-container .wpforms-field .wpforms-checkbox-3-columns ul,.wpforms-container .wpforms-field .wpforms-multiplechoice-3-columns ul,.wpforms-container .wpforms-field .wpforms-list-3-columns ul{display:grid;gap:15px 30px}.wpforms-container .wpforms-field .wpforms-checkbox-2-columns ul,.wpforms-container .wpforms-field .wpforms-multiplechoice-2-columns ul,.wpforms-container .wpforms-field .wpforms-list-2-columns ul{grid-template-columns:repeat(2, 1fr)}.wpforms-container .wpforms-field .wpforms-checkbox-3-columns ul,.wpforms-container .wpforms-field .wpforms-multiplechoice-3-columns ul,.wpforms-container .wpforms-field .wpforms-list-3-columns ul{grid-template-columns:repeat(3, 1fr)}.wpforms-container .wpforms-field .wpforms-list-inline ul li{display:inline-block;vertical-align:top;margin-right:20px}.wpforms-container.inline-fields{overflow:visible}.wpforms-container.inline-fields .wpforms-form{display:flex;justify-content:space-between}.wpforms-container.inline-fields .wpforms-field-container{display:flex;justify-content:space-between;width:calc( 100% - 175px)}.wpforms-container.inline-fields .wpforms-field-container .wpforms-field{padding-right:7px;padding-left:8px}.wpforms-container.inline-fields .wpforms-field-container .wpforms-field:first-of-type{padding-left:0}.wpforms-container.inline-fields .wpforms-field-container .wpforms-field:last-of-type{padding-right:0}.wpforms-container.inline-fields .wpforms-field-row:first-of-type .wpforms-field-row-block:first-child{padding-left:0}.wpforms-container.inline-fields .wpforms-submit-container{width:160px;padding-bottom:16px;align-self:flex-end}.wpforms-container.inline-fields .wpforms-submit{display:block;width:100%}.wpforms-container.inline-fields input.wpforms-field-medium,.wpforms-container.inline-fields select.wpforms-field-medium,.wpforms-container.inline-fields .wpforms-field-row.wpforms-field-medium{max-width:100%}.wpforms-container ul.wpforms-image-choices label:not(.wpforms-error){cursor:pointer;position:relative}.wpforms-container ul.wpforms-image-choices label input{top:50%}.wpforms-container .wpforms-image-choices-modern img{display:inline-block;margin:0 auto;max-width:100%}.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error){background:none;display:inline-block;margin:0 auto;cursor:pointer;border:1px solid #ffffff;border-radius:3px;padding:20px;transition:all 0.5s;text-align:center}.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error):hover{border:1px solid rgba(0,0,0,0.25)}.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error):focus,.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error):focus-within{border:1px solid rgba(0,0,0,0.25)}.wpforms-container .wpforms-image-choices-modern .wpforms-selected label,.wpforms-container .wpforms-image-choices-modern li:has(input:checked) label{box-shadow:0 0 20px 0 rgba(0,0,0,0.1)}.wpforms-container .wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label,.wpforms-container .wpforms-image-choices-modern li:has(input:checked) .wpforms-image-choices-label{font-weight:700}.wpforms-container .wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-image:after,.wpforms-container .wpforms-image-choices-modern li:has(input:checked) .wpforms-image-choices-image:after{opacity:1}.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-image{display:block;position:relative}.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-image:after{content:"\2714";font-size:22px;line-height:32px;color:#ffffff;background:var(--wpforms-button-background-color, #066aab);opacity:0;position:absolute;top:50%;left:50%;margin:-16px 0 0 -16px;width:32px;height:32px;border-radius:50%;transition:all 0.5s}.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-label{display:block;margin-top:12px}.wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li{margin:5px !important}.wpforms-container .wpforms-image-choices-classic img{display:inline-block;margin:0 auto;max-width:100%}.wpforms-container .wpforms-image-choices-classic label:not(.wpforms-error){background:none;display:inline-block;margin:0 auto;cursor:pointer;border:1px solid transparent;padding:10px;text-align:center}.wpforms-container .wpforms-image-choices-classic label:not(.wpforms-error):hover{border:1px solid rgba(0,0,0,0.25)}.wpforms-container .wpforms-image-choices-classic label:not(.wpforms-error):focus{border:1px solid rgba(0,0,0,0.25)}.wpforms-container .wpforms-image-choices-classic .wpforms-image-choices-image{display:block}.wpforms-container .wpforms-image-choices-classic .wpforms-selected label,.wpforms-container .wpforms-image-choices-classic li:has(input:checked) label{border-color:rgba(0,0,0,0.7)}.wpforms-container .wpforms-image-choices-classic .wpforms-image-choices-label{display:block;margin-top:8px}.wpforms-container .wpforms-list-inline .wpforms-image-choices-classic li{margin:0 10px 10px 0 !important}.wpforms-container .wpforms-image-choices-none .wpforms-image-choices-item img{display:inline-block;margin:0 auto;max-width:100%}.wpforms-container .wpforms-image-choices-none .wpforms-image-choices-item input{vertical-align:middle}.wpforms-container .wpforms-image-choices-none .wpforms-image-choices-item .wpforms-image-choices-label{display:inline-block;margin-top:5px;margin-left:10px;vertical-align:middle}.wpforms-container-full ul.wpforms-icon-choices,.wpforms-container-full ul.wpforms-icon-choices *{box-sizing:border-box}.wpforms-container-full ul.wpforms-icon-choices{display:flex;flex-direction:column;width:100%;padding:0 1px 0 1px !important;margin:12px 0 -20px 0 !important}.wpforms-container-full ul.wpforms-icon-choices+.wpforms-field-description,.wpforms-container-full ul.wpforms-icon-choices+.wpforms-error{margin-top:15px}.wpforms-container-full ul.wpforms-icon-choices li{min-width:120px;padding-right:0 !important;margin:0 0 20px 0 !important}.wpforms-container-full ul.wpforms-icon-choices label{position:relative;display:block;margin:0;cursor:pointer}.wpforms-container-full ul.wpforms-icon-choices .wpforms-icon-choices-icon{display:block}.wpforms-container-full ul.wpforms-icon-choices svg{margin:0 auto;fill:var(--wpforms-icon-choices-color)}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-none svg{margin:0}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li{margin:0 0 22px 0 !important}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default label{text-align:center}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default label:focus-within .wpforms-icon-choices-icon{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon{position:relative;z-index:1;margin-bottom:10px;padding:15px 20px 45px 20px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:6px}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:hover{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon svg{position:relative;z-index:2}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon-bg{display:block;position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;border-radius:6px;background-color:#ffffff}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon,.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon{background-color:transparent;box-shadow:0 0 0 1px var(--wpforms-icon-choices-color);box-sizing:border-box}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon-bg,.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon-bg{background-color:var(--wpforms-icon-choices-color);opacity:.1}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li label{background-color:#ffffff !important;box-shadow:0 0 0 1px #cccccc;border-radius:6px;height:100%;padding:20px 20px 15px 20px;text-align:center}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li:focus-within label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li.wpforms-selected label,.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li:has(input:checked) label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color),0 2px 10px rgba(0,0,0,0.15)}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li .wpforms-icon-choices-icon{margin-bottom:10px}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-classic li label{background-color:#ffffff !important;height:100%;padding:20px 20px 15px 20px;text-align:center}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-classic li label:hover{box-shadow:0 0 0 1px #999999}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-classic li:focus-within label{box-shadow:0 0 0 1px #999999}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-classic li.wpforms-selected label,.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-classic li:has(input:checked) label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-classic li .wpforms-icon-choices-icon{margin-bottom:10px}.wpforms-container-full .wpforms-field-radio ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,.wpforms-container-full .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before{content:"";position:absolute;z-index:2;bottom:15px;left:calc(50% - 8px);display:block;width:16px;height:16px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:50%;margin:15px auto 0}.wpforms-container-full .wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,.wpforms-container-full .wpforms-field-radio ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before,.wpforms-container-full .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,.wpforms-container-full .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container-full .wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,.wpforms-container-full .wpforms-field-radio ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after,.wpforms-container-full .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,.wpforms-container-full .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after{content:"";position:absolute;z-index:2;bottom:calc(15px + 4px);left:calc(50% - 4px);display:block;width:8px;height:8px;background-color:var(--wpforms-icon-choices-color);border-radius:50%}.wpforms-container-full .wpforms-field-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,.wpforms-container-full .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before{content:"";position:absolute;z-index:2;bottom:15px;left:calc(50% - 8px);display:block;width:16px;height:16px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:3px;margin:15px auto 0}.wpforms-container-full .wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,.wpforms-container-full .wpforms-field-checkbox ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before,.wpforms-container-full .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,.wpforms-container-full .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container-full .wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,.wpforms-container-full .wpforms-field-checkbox ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after,.wpforms-container-full .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,.wpforms-container-full .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after{content:"";box-sizing:border-box;display:block;position:absolute;z-index:2;bottom:23px;left:calc(50% - 6px);width:6px;height:10px;border-style:solid;border-color:var(--wpforms-icon-choices-color);border-width:0 2px 2px 0;transform-origin:bottom left;transform:rotate(45deg)}.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices,.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices,.wpforms-container-full .wpforms-list-inline ul.wpforms-icon-choices{flex-direction:row;flex-wrap:wrap}.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices li,.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices li,.wpforms-container-full .wpforms-list-inline ul.wpforms-icon-choices li{margin-right:20px !important}.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,.wpforms-container-full .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container-full .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-modern li{margin-right:22px !important;margin-bottom:22px !important}.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices li{width:calc( 100% / 2 - 20px / 2)}.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices li:nth-child(2n){margin-right:0 !important}.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container-full .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li{width:calc( 100% / 2 - 22px / 2)}.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices li{width:calc( 100% / 3 - 20px * 2 / 3)}.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices li:nth-child(3n){margin-right:0 !important}.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container-full .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li{width:calc( 100% / 3 - 22px * 2 / 3)}.wpforms-container-full .wpforms-list-inline ul.wpforms-icon-choices li{width:auto;max-width:calc( 100% / 4 - 20px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content{display:flex;align-items:center;gap:15px}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content .wpforms-single-item-price{width:calc(60% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content .wpforms-single-item-price.wpforms-field-small{text-wrap:balance;width:calc(25% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content .wpforms-single-item-price.wpforms-field-large{width:calc(100% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content select.wpforms-payment-quantity{margin-left:0;height:30px;min-height:30px;font-size:14px;padding-top:0;padding-bottom:0}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price{display:inline-block;max-width:calc( 60% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-small{max-width:calc( 25% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-large{max-width:calc( 100% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-quantity{display:inline-block;margin-inline-start:15px;width:70px;min-width:70px}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern{display:flex;flex-wrap:wrap;column-gap:15px;align-items:flex-start}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-label{min-width:100%}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .choices{margin-bottom:5px}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row{flex-grow:1;max-width:calc( 60% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row.wpforms-field-small{max-width:calc( 25% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row.wpforms-field-large{max-width:calc( 100% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-payment-quantity{flex-basis:70px;max-width:70px}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-payment-quantity .choices__list--dropdown{min-width:70px}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-description{flex-basis:100%;margin-top:0}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-error{flex-basis:100%}@media only screen and (max-width: 600px){.wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price{width:calc( 100% - 85px) !important;max-width:100% !important}.wpforms-form .wpforms-payment-quantities-enabled .wpforms-single-item-price-content .wpforms-single-item-price{width:calc( 100% - 70px) !important}.wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row{width:calc( 100% - 85px) !important;max-width:100% !important}}#wpforms-form-page-page .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-medium,#wpforms-form-page-page .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-small{max-width:calc( 100% - 85px)}.wpforms-container .wpforms-form .choices .choices__inner{border-radius:3px;min-height:35px}.wpforms-container .wpforms-form .choices .choices__inner .choices__list--single{height:auto}.wpforms-container .wpforms-form .choices .choices__inner .choices__list--multiple .choices__item{line-height:1.3}.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__inner,.wpforms-container .wpforms-form .choices.is-open .choices__list--dropdown{border-radius:0 0 3px 3px}.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__list--dropdown,.wpforms-container .wpforms-form .choices.is-open .choices__inner{border-radius:3px 3px 0 0}.wpforms-container textarea{line-height:1.3}.wpforms-container textarea.wpforms-field-small{height:70px}.wpforms-container textarea.wpforms-field-medium{height:120px}.wpforms-container textarea.wpforms-field-large{height:220px}.wpforms-container .wpforms-order-summary-container{display:block;max-width:60%}.wpforms-container .wpforms-order-summary-container *{word-break:break-word;box-sizing:border-box}.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview{width:100%;table-layout:fixed}.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th{text-align:center}.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label{text-align:left}.rtl .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,.rtl .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label{text-align:right}.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity,.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity{width:8ch}.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short{display:none}@media (max-width: 600px){.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity,.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity{width:4ch}.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short{display:inline}.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full,.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full{display:none}}.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price{width:6ch;text-align:right}.rtl .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,.rtl .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price{text-align:left}.wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td{text-align:left}.rtl .wpforms-container .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td{text-align:right}.wpforms-container .size-large>.wpforms-order-summary-container,.wpforms-container .wpforms-field-large>.wpforms-order-summary-container{max-width:100%}.wpforms-container .size-medium>.wpforms-order-summary-container,.wpforms-container .wpforms-field-medium>.wpforms-order-summary-container{max-width:60%}.wpforms-container .wpforms-order-summary-container tr.wpforms-order-summary-preview-coupon-total td.wpforms-order-summary-item-price{color:#D63637}div.wpforms-container-full,div.wpforms-container-full *{background:none;border:0 none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;float:none;font-size:100%;height:auto;letter-spacing:normal;outline:none;position:static;text-indent:0;text-shadow:none;text-transform:none;width:auto;visibility:visible;overflow:visible;margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}div.wpforms-container-full img,div.wpforms-container-full video,div.wpforms-container-full canvas,div.wpforms-container-full svg{overflow:clip}div.wpforms-container-full{margin-left:auto;margin-right:auto}div.wpforms-container-full:not(:empty){margin:24px auto;padding:var(--wpforms-container-padding);background-clip:padding-box;background-color:var(--wpforms-background-color);background-image:var(--wpforms-background-url);background-position:var(--wpforms-background-position);background-repeat:var(--wpforms-background-repeat);background-size:var(--wpforms-background-size);border-style:var(--wpforms-container-border-style);border-width:var(--wpforms-container-border-width);border-color:var(--wpforms-container-border-color);border-radius:var(--wpforms-container-border-radius);box-shadow:var(--wpforms-container-shadow-size-box-shadow)}div.wpforms-container-full input,div.wpforms-container-full label,div.wpforms-container-full select,div.wpforms-container-full button,div.wpforms-container-full textarea{margin:0;border:0;padding:0;vertical-align:middle;background:none;height:auto;box-sizing:border-box}div.wpforms-container-full h1,div.wpforms-container-full h2,div.wpforms-container-full h3,div.wpforms-container-full h4,div.wpforms-container-full h5,div.wpforms-container-full h6,div.wpforms-container-full small,div.wpforms-container-full sup,div.wpforms-container-full sub,div.wpforms-container-full dl,div.wpforms-container-full dt,div.wpforms-container-full dd,div.wpforms-container-full time,div.wpforms-container-full address,div.wpforms-container-full pre,div.wpforms-container-full code,div.wpforms-container-full blockquote,div.wpforms-container-full sup,div.wpforms-container-full sub,div.wpforms-container-full del{font-size:revert;font-weight:revert;margin:revert;padding:revert}div.wpforms-container-full sup,div.wpforms-container-full sub{position:relative}div.wpforms-container-full del{text-decoration:line-through}div.wpforms-container-full blockquote{padding-left:20px;border-left:4px solid}div.wpforms-container-full blockquote p{font-size:revert;font-weight:revert;font-style:italic}div.wpforms-container-full ul,div.wpforms-container-full ul li{background:none;border:0;margin:0;padding:0}div.wpforms-container-full ul li{margin-bottom:15px}div.wpforms-container-full ul li:last-of-type{margin-bottom:0}div.wpforms-container-full hr{border-top-width:var(--wpforms-field-border-size);border-top-style:var(--wpforms-field-border-style);border-top-color:var(--wpforms-field-border-color);margin:0.5em auto}div.wpforms-container-full fieldset{min-width:0}div.wpforms-container-full .wpforms-form .wpforms-head-container{margin:0;padding:0 0 35px 0}div.wpforms-container-full .wpforms-form .wpforms-title{font-weight:700;line-height:29px;color:var(--wpforms-label-color)}div.wpforms-container-full .wpforms-form .wpforms-description{font-style:normal;font-weight:300;font-size:var(--wpforms-label-size-font-size);line-height:var(--wpforms-label-size-line-height);color:var(--wpforms-label-color)}div.wpforms-container-full .wpforms-form .wpforms-submit-container{margin-top:var(--wpforms-button-size-margin-top)}div.wpforms-container-full .wpforms-form .wpforms-submit-spinner{max-width:26px}body .wpforms-test{outline:2px solid red !important}div.wpforms-container-full .wpforms-form label.wpforms-error,div.wpforms-container-full .wpforms-form em.wpforms-error{font-weight:400;font-size:var(--wpforms-label-size-sublabel-font-size);line-height:var(--wpforms-label-size-sublabel-line-height);margin-top:var(--wpforms-field-size-input-spacing);color:var(--wpforms-label-error-color);padding:0 0 0 5px;position:relative}div.wpforms-container-full .wpforms-form label.wpforms-error:before,div.wpforms-container-full .wpforms-form em.wpforms-error:before{-webkit-mask-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2217%22%20height%3D%2215%22%20viewBox%3D%220%200%2017%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.0264%2012.3086L9.46387%200.90625C8.97168%200.0585938%207.68652%200.03125%207.19434%200.90625L0.631836%2012.3086C0.139648%2013.1562%200.768555%2014.25%201.78027%2014.25H14.8779C15.8896%2014.25%2016.5186%2013.1836%2016.0264%2012.3086ZM8.34277%209.92969C9.02637%209.92969%209.60059%2010.5039%209.60059%2011.1875C9.60059%2011.8984%209.02637%2012.4453%208.34277%2012.4453C7.63184%2012.4453%207.08496%2011.8984%207.08496%2011.1875C7.08496%2010.5039%207.63184%209.92969%208.34277%209.92969ZM7.13965%205.41797C7.1123%205.22656%207.27637%205.0625%207.46777%205.0625H9.19043C9.38184%205.0625%209.5459%205.22656%209.51855%205.41797L9.32715%209.13672C9.2998%209.32812%209.16309%209.4375%208.99902%209.4375H7.65918C7.49512%209.4375%207.3584%209.32812%207.33105%209.13672L7.13965%205.41797Z%22%20fill%3D%22currentColor%22%2F%3E%0A%3C%2Fsvg%3E%0A");mask-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2217%22%20height%3D%2215%22%20viewBox%3D%220%200%2017%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.0264%2012.3086L9.46387%200.90625C8.97168%200.0585938%207.68652%200.03125%207.19434%200.90625L0.631836%2012.3086C0.139648%2013.1562%200.768555%2014.25%201.78027%2014.25H14.8779C15.8896%2014.25%2016.5186%2013.1836%2016.0264%2012.3086ZM8.34277%209.92969C9.02637%209.92969%209.60059%2010.5039%209.60059%2011.1875C9.60059%2011.8984%209.02637%2012.4453%208.34277%2012.4453C7.63184%2012.4453%207.08496%2011.8984%207.08496%2011.1875C7.08496%2010.5039%207.63184%209.92969%208.34277%209.92969ZM7.13965%205.41797C7.1123%205.22656%207.27637%205.0625%207.46777%205.0625H9.19043C9.38184%205.0625%209.5459%205.22656%209.51855%205.41797L9.32715%209.13672C9.2998%209.32812%209.16309%209.4375%208.99902%209.4375H7.65918C7.49512%209.4375%207.3584%209.32812%207.33105%209.13672L7.13965%205.41797Z%22%20fill%3D%22currentColor%22%2F%3E%0A%3C%2Fsvg%3E%0A");content:'';position:relative;display:inline-block;right:5px;top:1.5px;width:16px;height:14px;background-color:var(--wpforms-label-error-color)}div.wpforms-container-full .wpforms-form .wpforms-field-address .wpforms-field-sublabel+.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field-credit-card .wpforms-field-sublabel+.wpforms-error{margin-top:calc( 1.5 * var( --wpforms-field-size-sublabel-spacing ))}div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid{border-width:var(--wpforms-field-border-size);border-style:solid;border-color:var(--wpforms-label-error-color)}div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:hover,div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid:hover,div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error:hover,div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid:hover,div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error:hover,div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid:hover{border-width:var(--wpforms-field-border-size);border-style:solid;border-color:var(--wpforms-label-error-color);box-shadow:0 0 2px 0 var(--wpforms-label-error-color)}div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:focus,div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid:focus,div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error:focus,div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid:focus,div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error:focus,div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid:focus{border-width:var(--wpforms-field-border-size);border-style:solid;border-color:var(--wpforms-label-error-color);box-shadow:0 0 0 1px var(--wpforms-label-error-color)}div.wpforms-container-full .wpforms-form .wpforms-field input[type=checkbox].wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field input[type=checkbox].user-invalid,div.wpforms-container-full .wpforms-form .wpforms-field input[type=radio].wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field input[type=radio].user-invalid{border:none;box-shadow:none}div.wpforms-container-full .wpforms-form .wpforms-field input[type=checkbox].wpforms-error:hover,div.wpforms-container-full .wpforms-form .wpforms-field input[type=checkbox].wpforms-error:focus,div.wpforms-container-full .wpforms-form .wpforms-field input[type=checkbox].user-invalid:hover,div.wpforms-container-full .wpforms-form .wpforms-field input[type=checkbox].user-invalid:focus,div.wpforms-container-full .wpforms-form .wpforms-field input[type=radio].wpforms-error:hover,div.wpforms-container-full .wpforms-form .wpforms-field input[type=radio].wpforms-error:focus,div.wpforms-container-full .wpforms-form .wpforms-field input[type=radio].user-invalid:hover,div.wpforms-container-full .wpforms-form .wpforms-field input[type=radio].user-invalid:focus{border:none;box-shadow:none}div.wpforms-container-full .wpforms-form .wpforms-error-container{color:var(--wpforms-label-error-color);font-size:var(--wpforms-label-size-font-size);line-height:var(--wpforms-label-size-line-height)}div.wpforms-container-full .wpforms-form .wpforms-error-container ul li{list-style:inside !important}div.wpforms-container-full .wpforms-form .wpforms-error-container ol li{list-style:inside decimal !important}div.wpforms-container-full .wpforms-form .wpforms-error-container a{color:var(--wpforms-label-error-color);text-decoration:underline !important}div.wpforms-container-full .wpforms-form .wpforms-error-container a:hover{text-decoration:none !important}div.wpforms-container-full .wpforms-form .wpforms-error-container del{text-decoration:line-through !important}div.wpforms-container-full .wpforms-form .wpforms-error-container blockquote{padding-left:20px;border-left:4px solid;font-style:italic}div.wpforms-container-full .wpforms-form .wpforms-error-container.wpforms-error-styled-container{padding:15px 0}div.wpforms-container-full .wpforms-form .wpforms-error-container.wpforms-error-styled-container .wpforms-error{padding:11px;border:1px solid var(--wpforms-label-error-color);border-left:5px solid}div.wpforms-container-full .wpforms-form .wpforms-error-alert{color:var(--wpforms-label-error-color);border-color:transparent;border-radius:var(--wpforms-field-border-radius);font-size:var(--wpforms-label-size-sublabel-font-size);padding:var(--wpforms-field-size-input-spacing);background:linear-gradient(90deg, var(--wpforms-label-error-color) -3000%, transparent 500%)}div.wpforms-container-full .wpforms-confirmation-container-full,div[submit-success]>.wpforms-confirmation-container-full{color:#333333;margin:0 auto 24px;padding:15px;overflow-wrap:break-word}div.wpforms-container-full .wpforms-confirmation-container-full ul,div.wpforms-container-full .wpforms-confirmation-container-full ol,div[submit-success]>.wpforms-confirmation-container-full ul,div[submit-success]>.wpforms-confirmation-container-full ol{padding-left:30px}div.wpforms-container-full .wpforms-confirmation-container-full ul li,div.wpforms-container-full .wpforms-confirmation-container-full ol li,div[submit-success]>.wpforms-confirmation-container-full ul li,div[submit-success]>.wpforms-confirmation-container-full ol li{margin-bottom:5px}div.wpforms-container-full .wpforms-confirmation-container-full p,div[submit-success]>.wpforms-confirmation-container-full p{margin:0 0 15px 0}div.wpforms-container-full .wpforms-confirmation-container-full p:last-child,div[submit-success]>.wpforms-confirmation-container-full p:last-child{margin:0}div.wpforms-container-full .wpforms-confirmation-container-full iframe,div[submit-success]>.wpforms-confirmation-container-full iframe{width:100%;border:0}div.wpforms-container-full .wpforms-confirmation-container-full,div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){background:#e0ffc7;border:1px solid #b4d39b;box-sizing:border-box}div.wpforms-container-full .wpforms-confirmation-container-full p,div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p{color:#333333}div.wpforms-container-full .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview,div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) .wpforms-order-summary-container table.wpforms-order-summary-preview{color:inherit;border-color:#b4d39b}div.wpforms-container-full .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview td,div.wpforms-container-full .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview th,div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) .wpforms-order-summary-container table.wpforms-order-summary-preview td,div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) .wpforms-order-summary-container table.wpforms-order-summary-preview th{border-top-color:#b4d39b}div.wpforms-container-full .wpforms-form amp-img>img{position:absolute}div.wpforms-container-full .wpforms-form .wpforms-limit-text{font-size:13px;display:block}.wpforms-screen-reader-announce{color:transparent !important;position:absolute !important;bottom:0 !important}body.rtl div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap{transform:rotate(180deg)}body.rtl div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number{margin:0 0 0 10px}body.rtl div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page{margin:0 0 0 15px}body.rtl div.wpforms-container-full .wpforms-form em.wpforms-error{padding:0 5px 0 0}body.rtl div.wpforms-container-full .wpforms-form em.wpforms-error:before{left:5px;right:auto}body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices__list--single .choices__item{padding-right:0;padding-left:15px}body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner{padding:0 7px 0 24px}body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single{padding:0 4px 0 16px}body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-multiple"]:after{right:auto;left:12px}body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"]:after{right:auto;left:12px}body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"] .choices__button{right:auto;left:0;margin-right:0;margin-left:25px}body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-multiple"] .choices__button{margin-right:5px;border-right:none}body.rtl div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select{background-position:calc(0% + 12px) 50%,calc(0% + 17px) 50%;padding:0 12px 0 24px}div.wpforms-container-full .wpforms-field-description,div.wpforms-container-full .wpforms-field-limit-text,.wp-core-ui div.wpforms-container-full .wpforms-field-description,.wp-core-ui div.wpforms-container-full .wpforms-field-limit-text{font-size:var(--wpforms-label-size-sublabel-font-size);line-height:var(--wpforms-label-size-sublabel-line-height);color:var(--wpforms-label-sublabel-color);margin:var(--wpforms-field-size-sublabel-spacing) 0 0 0}div.wpforms-container-full .wpforms-field-description ul,div.wpforms-container-full .wpforms-field-description ol,.wp-core-ui div.wpforms-container-full .wpforms-field-description ul,.wp-core-ui div.wpforms-container-full .wpforms-field-description ol{padding-left:15px}div.wpforms-container-full .wpforms-field-description.wpforms-disclaimer-description,.wp-core-ui div.wpforms-container-full .wpforms-field-description.wpforms-disclaimer-description{color:var(--wpforms-field-text-color);margin-top:var(--wpforms-field-size-input-spacing);font-size:var(--wpforms-label-size-sublabel-font-size);line-height:var(--wpforms-label-size-sublabel-line-height);background-color:var(--wpforms-field-background-color);border-radius:var(--wpforms-field-border-radius);border-width:var(--wpforms-field-border-size);border-style:var(--wpforms-field-border-style);border-color:var(--wpforms-field-border-color);padding:var(--wpforms-field-size-padding-h)}div.wpforms-container-full .wpforms-field-description.wpforms-disclaimer-description p,.wp-core-ui div.wpforms-container-full .wpforms-field-description.wpforms-disclaimer-description p{color:inherit;font-size:inherit;line-height:inherit;margin-bottom:15px}div.wpforms-container-full .wpforms-field-description-before,div.wpforms-container-full .wpforms-field-description.before,.wp-core-ui div.wpforms-container-full .wpforms-field-description-before,.wp-core-ui div.wpforms-container-full .wpforms-field-description.before{margin:0 0 var(--wpforms-field-size-input-spacing) 0}div.wpforms-container-full .wpforms-field-row+.wpforms-field-description,.wp-core-ui div.wpforms-container-full .wpforms-field-row+.wpforms-field-description{margin-top:0}div.wpforms-container-full .wpforms-field-row+.wpforms-field-description.wpforms-disclaimer-description,.wp-core-ui div.wpforms-container-full .wpforms-field-row+.wpforms-field-description.wpforms-disclaimer-description{margin-top:0}div.wpforms-container-full .wpforms-field-label,.wp-core-ui div.wpforms-container-full .wpforms-field-label{margin:0 0 var(--wpforms-field-size-input-spacing) 0;padding:0;font-size:var(--wpforms-label-size-font-size);line-height:var(--wpforms-label-size-line-height);color:var(--wpforms-label-color)}div.wpforms-container-full .wpforms-field-label-inline,.wp-core-ui div.wpforms-container-full .wpforms-field-label-inline{font-size:var(--wpforms-label-size-font-size);line-height:var(--wpforms-label-size-line-height)}div.wpforms-container-full .wpforms-field-sublabel,.wp-core-ui div.wpforms-container-full .wpforms-field-sublabel{font-size:var(--wpforms-label-size-sublabel-font-size);line-height:var(--wpforms-label-size-sublabel-line-height);margin:var(--wpforms-field-size-sublabel-spacing) 0 0 0;padding:0;color:var(--wpforms-label-sublabel-color)}div.wpforms-container-full .wpforms-field-sublabel.before,.wp-core-ui div.wpforms-container-full .wpforms-field-sublabel.before{margin:0 0 var(--wpforms-field-size-sublabel-spacing) 0}div.wpforms-container-full .wpforms-field-label-inline,.wp-core-ui div.wpforms-container-full .wpforms-field-label-inline{color:var(--wpforms-label-color)}div.wpforms-container-full .wpforms-required-label,.wp-core-ui div.wpforms-container-full .wpforms-required-label{font-weight:400}div.wpforms-container-full input[type=date],div.wpforms-container-full input[type=datetime],div.wpforms-container-full input[type=datetime-local],div.wpforms-container-full input[type=email],div.wpforms-container-full input[type=month],div.wpforms-container-full input[type=number],div.wpforms-container-full input[type=password],div.wpforms-container-full input[type=range],div.wpforms-container-full input[type=search],div.wpforms-container-full input[type=tel],div.wpforms-container-full input[type=text],div.wpforms-container-full input[type=time],div.wpforms-container-full input[type=url],div.wpforms-container-full input[type=week],div.wpforms-container-full select,div.wpforms-container-full textarea,.wp-core-ui div.wpforms-container-full input[type=date],.wp-core-ui div.wpforms-container-full input[type=datetime],.wp-core-ui div.wpforms-container-full input[type=datetime-local],.wp-core-ui div.wpforms-container-full input[type=email],.wp-core-ui div.wpforms-container-full input[type=month],.wp-core-ui div.wpforms-container-full input[type=number],.wp-core-ui div.wpforms-container-full input[type=password],.wp-core-ui div.wpforms-container-full input[type=range],.wp-core-ui div.wpforms-container-full input[type=search],.wp-core-ui div.wpforms-container-full input[type=tel],.wp-core-ui div.wpforms-container-full input[type=text],.wp-core-ui div.wpforms-container-full input[type=time],.wp-core-ui div.wpforms-container-full input[type=url],.wp-core-ui div.wpforms-container-full input[type=week],.wp-core-ui div.wpforms-container-full select,.wp-core-ui div.wpforms-container-full textarea{background-color:var(--wpforms-field-background-color);background-clip:padding-box;border-radius:var(--wpforms-field-border-radius);color:var(--wpforms-field-text-color);border-width:var(--wpforms-field-border-size);border-style:var(--wpforms-field-border-style);border-color:var(--wpforms-field-border-color);padding:0 var(--wpforms-field-size-padding-h);font-size:var(--wpforms-field-size-font-size);line-height:100%;box-shadow:none;transition:border 0.15s, box-shadow 0.15s}div.wpforms-container-full input[type=date]:focus,div.wpforms-container-full input[type=datetime]:focus,div.wpforms-container-full input[type=datetime-local]:focus,div.wpforms-container-full input[type=email]:focus,div.wpforms-container-full input[type=month]:focus,div.wpforms-container-full input[type=number]:focus,div.wpforms-container-full input[type=password]:focus,div.wpforms-container-full input[type=range]:focus,div.wpforms-container-full input[type=search]:focus,div.wpforms-container-full input[type=tel]:focus,div.wpforms-container-full input[type=text]:focus,div.wpforms-container-full input[type=time]:focus,div.wpforms-container-full input[type=url]:focus,div.wpforms-container-full input[type=week]:focus,div.wpforms-container-full select:focus,div.wpforms-container-full textarea:focus,.wp-core-ui div.wpforms-container-full input[type=date]:focus,.wp-core-ui div.wpforms-container-full input[type=datetime]:focus,.wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus,.wp-core-ui div.wpforms-container-full input[type=email]:focus,.wp-core-ui div.wpforms-container-full input[type=month]:focus,.wp-core-ui div.wpforms-container-full input[type=number]:focus,.wp-core-ui div.wpforms-container-full input[type=password]:focus,.wp-core-ui div.wpforms-container-full input[type=range]:focus,.wp-core-ui div.wpforms-container-full input[type=search]:focus,.wp-core-ui div.wpforms-container-full input[type=tel]:focus,.wp-core-ui div.wpforms-container-full input[type=text]:focus,.wp-core-ui div.wpforms-container-full input[type=time]:focus,.wp-core-ui div.wpforms-container-full input[type=url]:focus,.wp-core-ui div.wpforms-container-full input[type=week]:focus,.wp-core-ui div.wpforms-container-full select:focus,.wp-core-ui div.wpforms-container-full textarea:focus{border-width:var(--wpforms-field-border-size, 0);border-style:solid;border-color:var(--wpforms-button-background-color);box-shadow:0 0 0 1px var(--wpforms-button-background-color),0px 1px 2px rgba(0,0,0,0.15);outline:none}div.wpforms-container-full input[type=date]:focus:invalid,div.wpforms-container-full input[type=datetime]:focus:invalid,div.wpforms-container-full input[type=datetime-local]:focus:invalid,div.wpforms-container-full input[type=email]:focus:invalid,div.wpforms-container-full input[type=month]:focus:invalid,div.wpforms-container-full input[type=number]:focus:invalid,div.wpforms-container-full input[type=password]:focus:invalid,div.wpforms-container-full input[type=range]:focus:invalid,div.wpforms-container-full input[type=search]:focus:invalid,div.wpforms-container-full input[type=tel]:focus:invalid,div.wpforms-container-full input[type=text]:focus:invalid,div.wpforms-container-full input[type=time]:focus:invalid,div.wpforms-container-full input[type=url]:focus:invalid,div.wpforms-container-full input[type=week]:focus:invalid,div.wpforms-container-full select:focus:invalid,div.wpforms-container-full textarea:focus:invalid,.wp-core-ui div.wpforms-container-full input[type=date]:focus:invalid,.wp-core-ui div.wpforms-container-full input[type=datetime]:focus:invalid,.wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus:invalid,.wp-core-ui div.wpforms-container-full input[type=email]:focus:invalid,.wp-core-ui div.wpforms-container-full input[type=month]:focus:invalid,.wp-core-ui div.wpforms-container-full input[type=number]:focus:invalid,.wp-core-ui div.wpforms-container-full input[type=password]:focus:invalid,.wp-core-ui div.wpforms-container-full input[type=range]:focus:invalid,.wp-core-ui div.wpforms-container-full input[type=search]:focus:invalid,.wp-core-ui div.wpforms-container-full input[type=tel]:focus:invalid,.wp-core-ui div.wpforms-container-full input[type=text]:focus:invalid,.wp-core-ui div.wpforms-container-full input[type=time]:focus:invalid,.wp-core-ui div.wpforms-container-full input[type=url]:focus:invalid,.wp-core-ui div.wpforms-container-full input[type=week]:focus:invalid,.wp-core-ui div.wpforms-container-full select:focus:invalid,.wp-core-ui div.wpforms-container-full textarea:focus:invalid{border-width:var(--wpforms-field-border-size, 0);border-style:solid;border-color:var(--wpforms-button-background-color);box-shadow:0 0 0 1px var(--wpforms-button-background-color),0px 1px 2px rgba(0,0,0,0.15);outline:none;color:var(--wpforms-field-text-color)}div.wpforms-container-full input[type=date][disabled],div.wpforms-container-full input[type=datetime][disabled],div.wpforms-container-full input[type=datetime-local][disabled],div.wpforms-container-full input[type=email][disabled],div.wpforms-container-full input[type=month][disabled],div.wpforms-container-full input[type=number][disabled],div.wpforms-container-full input[type=password][disabled],div.wpforms-container-full input[type=range][disabled],div.wpforms-container-full input[type=search][disabled],div.wpforms-container-full input[type=tel][disabled],div.wpforms-container-full input[type=text][disabled],div.wpforms-container-full input[type=time][disabled],div.wpforms-container-full input[type=url][disabled],div.wpforms-container-full input[type=week][disabled],div.wpforms-container-full select[disabled],div.wpforms-container-full textarea[disabled],.wp-core-ui div.wpforms-container-full input[type=date][disabled],.wp-core-ui div.wpforms-container-full input[type=datetime][disabled],.wp-core-ui div.wpforms-container-full input[type=datetime-local][disabled],.wp-core-ui div.wpforms-container-full input[type=email][disabled],.wp-core-ui div.wpforms-container-full input[type=month][disabled],.wp-core-ui div.wpforms-container-full input[type=number][disabled],.wp-core-ui div.wpforms-container-full input[type=password][disabled],.wp-core-ui div.wpforms-container-full input[type=range][disabled],.wp-core-ui div.wpforms-container-full input[type=search][disabled],.wp-core-ui div.wpforms-container-full input[type=tel][disabled],.wp-core-ui div.wpforms-container-full input[type=text][disabled],.wp-core-ui div.wpforms-container-full input[type=time][disabled],.wp-core-ui div.wpforms-container-full input[type=url][disabled],.wp-core-ui div.wpforms-container-full input[type=week][disabled],.wp-core-ui div.wpforms-container-full select[disabled],.wp-core-ui div.wpforms-container-full textarea[disabled]{color:var(--wpforms-field-text-color);opacity:0.5}div.wpforms-container-full input[type=date]::-webkit-input-placeholder,div.wpforms-container-full input[type=datetime]::-webkit-input-placeholder,div.wpforms-container-full input[type=datetime-local]::-webkit-input-placeholder,div.wpforms-container-full input[type=email]::-webkit-input-placeholder,div.wpforms-container-full input[type=month]::-webkit-input-placeholder,div.wpforms-container-full input[type=number]::-webkit-input-placeholder,div.wpforms-container-full input[type=password]::-webkit-input-placeholder,div.wpforms-container-full input[type=range]::-webkit-input-placeholder,div.wpforms-container-full input[type=search]::-webkit-input-placeholder,div.wpforms-container-full input[type=tel]::-webkit-input-placeholder,div.wpforms-container-full input[type=text]::-webkit-input-placeholder,div.wpforms-container-full input[type=time]::-webkit-input-placeholder,div.wpforms-container-full input[type=url]::-webkit-input-placeholder,div.wpforms-container-full input[type=week]::-webkit-input-placeholder,div.wpforms-container-full select::-webkit-input-placeholder,div.wpforms-container-full textarea::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full input[type=date]::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full input[type=datetime]::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full input[type=datetime-local]::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full input[type=email]::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full input[type=month]::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full input[type=number]::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full input[type=password]::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full input[type=range]::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full input[type=search]::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full input[type=tel]::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full input[type=text]::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full input[type=time]::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full input[type=url]::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full input[type=week]::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full select::-webkit-input-placeholder,.wp-core-ui div.wpforms-container-full textarea::-webkit-input-placeholder{color:var(--wpforms-field-text-color);opacity:0.5;pointer-events:none}div.wpforms-container-full input[type=date]::-moz-placeholder,div.wpforms-container-full input[type=datetime]::-moz-placeholder,div.wpforms-container-full input[type=datetime-local]::-moz-placeholder,div.wpforms-container-full input[type=email]::-moz-placeholder,div.wpforms-container-full input[type=month]::-moz-placeholder,div.wpforms-container-full input[type=number]::-moz-placeholder,div.wpforms-container-full input[type=password]::-moz-placeholder,div.wpforms-container-full input[type=range]::-moz-placeholder,div.wpforms-container-full input[type=search]::-moz-placeholder,div.wpforms-container-full input[type=tel]::-moz-placeholder,div.wpforms-container-full input[type=text]::-moz-placeholder,div.wpforms-container-full input[type=time]::-moz-placeholder,div.wpforms-container-full input[type=url]::-moz-placeholder,div.wpforms-container-full input[type=week]::-moz-placeholder,div.wpforms-container-full select::-moz-placeholder,div.wpforms-container-full textarea::-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=date]::-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=datetime]::-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=datetime-local]::-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=email]::-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=month]::-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=number]::-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=password]::-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=range]::-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=search]::-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=tel]::-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=text]::-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=time]::-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=url]::-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=week]::-moz-placeholder,.wp-core-ui div.wpforms-container-full select::-moz-placeholder,.wp-core-ui div.wpforms-container-full textarea::-moz-placeholder{color:var(--wpforms-field-text-color);opacity:0.5;pointer-events:none}div.wpforms-container-full input[type=date]:-moz-placeholder,div.wpforms-container-full input[type=datetime]:-moz-placeholder,div.wpforms-container-full input[type=datetime-local]:-moz-placeholder,div.wpforms-container-full input[type=email]:-moz-placeholder,div.wpforms-container-full input[type=month]:-moz-placeholder,div.wpforms-container-full input[type=number]:-moz-placeholder,div.wpforms-container-full input[type=password]:-moz-placeholder,div.wpforms-container-full input[type=range]:-moz-placeholder,div.wpforms-container-full input[type=search]:-moz-placeholder,div.wpforms-container-full input[type=tel]:-moz-placeholder,div.wpforms-container-full input[type=text]:-moz-placeholder,div.wpforms-container-full input[type=time]:-moz-placeholder,div.wpforms-container-full input[type=url]:-moz-placeholder,div.wpforms-container-full input[type=week]:-moz-placeholder,div.wpforms-container-full select:-moz-placeholder,div.wpforms-container-full textarea:-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=date]:-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=datetime]:-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=datetime-local]:-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=email]:-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=month]:-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=number]:-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=password]:-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=range]:-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=search]:-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=tel]:-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=text]:-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=time]:-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=url]:-moz-placeholder,.wp-core-ui div.wpforms-container-full input[type=week]:-moz-placeholder,.wp-core-ui div.wpforms-container-full select:-moz-placeholder,.wp-core-ui div.wpforms-container-full textarea:-moz-placeholder{color:var(--wpforms-field-text-color);opacity:0.5;pointer-events:none}div.wpforms-container-full textarea,.wp-core-ui div.wpforms-container-full textarea{width:100%}div.wpforms-container-full input,div.wpforms-container-full select,.wp-core-ui div.wpforms-container-full input,.wp-core-ui div.wpforms-container-full select{height:var(--wpforms-field-size-input-height)}div.wpforms-container-full select,.wp-core-ui div.wpforms-container-full select{appearance:none;display:block;max-width:100%;width:100%;text-transform:none;text-shadow:none;white-space:nowrap;line-height:unset;padding-block:0;padding-inline-end:24px;padding-inline-start:12px;min-height:var(--wpforms-field-size-input-height);vertical-align:middle;cursor:pointer}div.wpforms-container-full select,div.wpforms-container-full select:disabled,.wp-core-ui div.wpforms-container-full select,.wp-core-ui div.wpforms-container-full select:disabled{background-image:linear-gradient(45deg, transparent 50%, var(--wpforms-field-border-color-spare) 50%),linear-gradient(135deg, var(--wpforms-field-border-color-spare) 50%, transparent 50%);background-position:calc( 100% - 17px) 50%,calc( 100% - 12px) 50%;background-size:5px 5px, 5px 5px;background-repeat:no-repeat}.rtl div.wpforms-container-full select,.rtl div.wpforms-container-full select:disabled,.rtl .wp-core-ui div.wpforms-container-full select,.rtl .wp-core-ui div.wpforms-container-full select:disabled{background-position:12px 50%, 17px 50%}div.wpforms-container-full select>option,.wp-core-ui div.wpforms-container-full select>option{color:var(--wpforms-field-text-color)}div.wpforms-container-full select>option.placeholder,div.wpforms-container-full select>option[disabled],.wp-core-ui div.wpforms-container-full select>option.placeholder,.wp-core-ui div.wpforms-container-full select>option[disabled]{color:var(--wpforms-field-text-color);opacity:0.5}div.wpforms-container-full select:not([multiple])>option,.wp-core-ui div.wpforms-container-full select:not([multiple])>option{background:var(--wpforms-field-menu-color)}div.wpforms-container-full select:not([multiple])>option:not(.placeholder):checked,.wp-core-ui div.wpforms-container-full select:not([multiple])>option:not(.placeholder):checked{font-weight:bold}div.wpforms-container-full select[multiple],.wp-core-ui div.wpforms-container-full select[multiple]{height:auto;overflow-y:scroll;background-image:none}div.wpforms-container-full select[multiple]>option:not(.placeholder):checked,.wp-core-ui div.wpforms-container-full select[multiple]>option:not(.placeholder):checked{background:var(--wpforms-button-background-color);color:var(--wpforms-button-text-color-alt, var(--wpforms-button-text-color))}div.wpforms-container-full input[type=number]:read-only,.wp-core-ui div.wpforms-container-full input[type=number]:read-only{appearance:textfield;-moz-appearance:textfield;-webkit-appearance:textfield}div.wpforms-container-full input[type=number]:read-only::-webkit-inner-spin-button,.wp-core-ui div.wpforms-container-full input[type=number]:read-only::-webkit-inner-spin-button{visibility:hidden}div.wpforms-container-full input[type=submit],div.wpforms-container-full button[type=submit],div.wpforms-container-full .wpforms-page-button,.wp-core-ui div.wpforms-container-full input[type=submit],.wp-core-ui div.wpforms-container-full button[type=submit],.wp-core-ui div.wpforms-container-full .wpforms-page-button{height:var(--wpforms-button-size-height);background-color:var(--wpforms-button-background-color-alt, var(--wpforms-button-background-color));border-radius:var(--wpforms-button-border-radius);border-style:var(--wpforms-button-border-style);border-color:var(--wpforms-button-border-color);border-width:var(--wpforms-button-border-size);box-shadow:none;color:var(--wpforms-button-text-color);padding:0 var(--wpforms-button-size-padding-h);font-family:inherit;font-weight:500;font-size:var(--wpforms-button-size-font-size);line-height:100%;cursor:pointer;transition:all 0.15s ease-in-out;position:relative;text-decoration:none}div.wpforms-container-full input[type=submit]:not(:hover):not(:active),div.wpforms-container-full button[type=submit]:not(:hover):not(:active),div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active){background-color:var(--wpforms-button-background-color-alt, var(--wpforms-button-background-color));color:var(--wpforms-button-text-color)}div.wpforms-container-full input[type=submit]:hover,div.wpforms-container-full input[type=submit]:active,div.wpforms-container-full button[type=submit]:hover,div.wpforms-container-full button[type=submit]:active,div.wpforms-container-full .wpforms-page-button:hover,div.wpforms-container-full .wpforms-page-button:active,.wp-core-ui div.wpforms-container-full input[type=submit]:hover,.wp-core-ui div.wpforms-container-full input[type=submit]:active,.wp-core-ui div.wpforms-container-full button[type=submit]:hover,.wp-core-ui div.wpforms-container-full button[type=submit]:active,.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,.wp-core-ui div.wpforms-container-full .wpforms-page-button:active{background:linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)),var(--wpforms-button-background-color-alt, var(--wpforms-button-background-color))}div.wpforms-container-full input[type=submit].wpforms-opacity-hover:hover,div.wpforms-container-full input[type=submit].wpforms-opacity-hover:active,div.wpforms-container-full button[type=submit].wpforms-opacity-hover:hover,div.wpforms-container-full button[type=submit].wpforms-opacity-hover:active,div.wpforms-container-full .wpforms-page-button.wpforms-opacity-hover:hover,div.wpforms-container-full .wpforms-page-button.wpforms-opacity-hover:active,.wp-core-ui div.wpforms-container-full input[type=submit].wpforms-opacity-hover:hover,.wp-core-ui div.wpforms-container-full input[type=submit].wpforms-opacity-hover:active,.wp-core-ui div.wpforms-container-full button[type=submit].wpforms-opacity-hover:hover,.wp-core-ui div.wpforms-container-full button[type=submit].wpforms-opacity-hover:active,.wp-core-ui div.wpforms-container-full .wpforms-page-button.wpforms-opacity-hover:hover,.wp-core-ui div.wpforms-container-full .wpforms-page-button.wpforms-opacity-hover:active{background:none;opacity:.75}div.wpforms-container-full input[type=submit]:focus,div.wpforms-container-full button[type=submit]:focus,div.wpforms-container-full .wpforms-page-button:focus,.wp-core-ui div.wpforms-container-full input[type=submit]:focus,.wp-core-ui div.wpforms-container-full button[type=submit]:focus,.wp-core-ui div.wpforms-container-full .wpforms-page-button:focus{outline:none}div.wpforms-container-full input[type=submit]:focus:after,div.wpforms-container-full button[type=submit]:focus:after,div.wpforms-container-full .wpforms-page-button:focus:after,.wp-core-ui div.wpforms-container-full input[type=submit]:focus:after,.wp-core-ui div.wpforms-container-full button[type=submit]:focus:after,.wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after{content:"";position:absolute;border:2px solid var(--wpforms-button-background-color);border-radius:calc( var( --wpforms-button-border-radius ) + 2px);top:calc( -4px - var( --wpforms-button-border-size, 1px ));right:calc( -4px - var( --wpforms-button-border-size, 1px ));bottom:calc( -4px - var( --wpforms-button-border-size, 1px ));left:calc( -4px - var( --wpforms-button-border-size, 1px ))}div.wpforms-container-full input[type=submit]:disabled,div.wpforms-container-full input[type=submit]:disabled:hover,div.wpforms-container-full input[type=submit].wpforms-disabled,div.wpforms-container-full button[type=submit]:disabled,div.wpforms-container-full button[type=submit]:disabled:hover,div.wpforms-container-full button[type=submit].wpforms-disabled,div.wpforms-container-full .wpforms-page-button:disabled,div.wpforms-container-full .wpforms-page-button:disabled:hover,div.wpforms-container-full .wpforms-page-button.wpforms-disabled,.wp-core-ui div.wpforms-container-full input[type=submit]:disabled,.wp-core-ui div.wpforms-container-full input[type=submit]:disabled:hover,.wp-core-ui div.wpforms-container-full input[type=submit].wpforms-disabled,.wp-core-ui div.wpforms-container-full button[type=submit]:disabled,.wp-core-ui div.wpforms-container-full button[type=submit]:disabled:hover,.wp-core-ui div.wpforms-container-full button[type=submit].wpforms-disabled,.wp-core-ui div.wpforms-container-full .wpforms-page-button:disabled,.wp-core-ui div.wpforms-container-full .wpforms-page-button:disabled:hover,.wp-core-ui div.wpforms-container-full .wpforms-page-button.wpforms-disabled{background-color:var(--wpforms-button-background-color-alt, var(--wpforms-button-background-color));cursor:default}div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=date]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=datetime]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=datetime-local]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=email]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=month]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=number]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=password]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=range]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=search]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=tel]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=text]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=time]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=url]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=week]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) select:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) textarea:disabled{cursor:not-allowed;opacity:0.5}div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=checkbox]:disabled:before,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=checkbox]:disabled:after,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=radio]:disabled:before,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=radio]:disabled:after{cursor:not-allowed;opacity:0.5}div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=submit]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=submit]:disabled:hover,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) input[type=submit].wpforms-disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) button[type=submit]:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) button[type=submit]:disabled:hover,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) button[type=submit].wpforms-disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) .wpforms-page-button:disabled,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) .wpforms-page-button:disabled:hover,div.wpforms-container-full:not(.wpforms-gutenberg-form-selector) .wpforms-page-button.wpforms-disabled{opacity:0.5}div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row{margin-bottom:var(--wpforms-field-size-input-spacing)}div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row:last-child,div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row:only-child{margin-bottom:0 !important}div.wpforms-container-full input[type=checkbox],div.wpforms-container-full input[type=radio]{position:relative;display:inline-block;background:none;height:calc( var( --wpforms-field-size-checkbox-size ) - 2px + calc( var( --wpforms-field-border-size, 1px ) * 2 ));width:calc( var( --wpforms-field-size-checkbox-size ) - 2px + calc( var( --wpforms-field-border-size, 1px ) * 2 ));margin:0 0 0 2px;border:none;box-shadow:none;vertical-align:middle;opacity:1;appearance:none}div.wpforms-container-full input[type=checkbox]:before,div.wpforms-container-full input[type=checkbox]:after,div.wpforms-container-full input[type=radio]:before,div.wpforms-container-full input[type=radio]:after{content:'';position:absolute;left:-2px;top:-2px;width:var(--wpforms-field-size-checkbox-size);height:var(--wpforms-field-size-checkbox-size);box-sizing:content-box;cursor:pointer}div.wpforms-container-full input[type=checkbox]:before,div.wpforms-container-full input[type=radio]:before{border-width:var(--wpforms-field-border-size);border-style:var(--wpforms-field-border-style);border-color:var(--wpforms-field-border-color);background-color:var(--wpforms-field-background-color);background-clip:padding-box;background-image:none;border-radius:3px}div.wpforms-container-full input[type=checkbox]+label,div.wpforms-container-full input[type=radio]+label{display:inline;position:relative;padding-inline-start:12px;font-size:var(--wpforms-label-size-font-size);cursor:pointer;vertical-align:middle}div.wpforms-container-full input[type=checkbox]:checked:before,div.wpforms-container-full input[type=radio]:checked:before{margin:0;border-width:var(--wpforms-field-border-size, 0);border-style:solid;border-color:var(--wpforms-button-background-color);box-shadow:0 0 0 1px var(--wpforms-button-background-color),0px 1px 2px rgba(0,0,0,0.15);outline:none}div.wpforms-container-full input[type=checkbox]:focus,div.wpforms-container-full input[type=radio]:focus{outline:none}div.wpforms-container-full input[type=checkbox]:focus:before,div.wpforms-container-full input[type=radio]:focus:before{border-width:var(--wpforms-field-border-size, 0);border-style:solid;border-color:var(--wpforms-button-background-color);box-shadow:0 0 0 1px var(--wpforms-button-background-color),0px 1px 2px rgba(0,0,0,0.15);outline:none}div.wpforms-container-full input[type=checkbox]:checked:after{border-top:none;border-right:none;height:calc( var( --wpforms-field-size-checkbox-size ) * 0.6);border-left:4px solid var(--wpforms-button-background-color);border-bottom:4px solid var(--wpforms-button-background-color);background-color:transparent;transform:translate(0, 1px) scale(0.5) rotate(-45deg);left:calc( -4px + var( --wpforms-field-border-size, 1px ));top:calc( -3px + var( --wpforms-field-border-size, 1px ))}div.wpforms-container-full input[type=radio]{border-radius:50%}div.wpforms-container-full input[type=radio]:before{border-radius:50%}div.wpforms-container-full input[type=radio]:checked:after{border:1px solid transparent;border-radius:50%;background-color:var(--wpforms-button-background-color);transform:scale(0.5);-moz-transform:scale(0.47);left:calc( -3px + var( --wpforms-field-border-size, 1px ));top:calc( -3px + var( --wpforms-field-border-size, 1px ))}div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul,div.wpforms-container-full .wpforms-field.wpforms-field-radio ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul{display:grid;grid-template-columns:repeat(1, auto);padding:0;gap:var(--wpforms-field-size-input-spacing)}div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li,div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li{height:unset;line-height:var(--wpforms-field-size-checkbox-size);display:flex;align-items:flex-start;margin:0}div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input,div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input{min-width:var(--wpforms-field-size-checkbox-size);margin-top:calc((var(--wpforms-label-size-font-size) * 1.3 - var(--wpforms-field-size-checkbox-size)) / 1.5)}div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label,div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input+label,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input+label,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input+label{padding-inline-start:12px;margin:0;line-height:1.3}div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label .wpforms-currency-symbol,div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label .wpforms-currency-symbol,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input+label .wpforms-currency-symbol,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input+label .wpforms-currency-symbol,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input+label .wpforms-currency-symbol{white-space:nowrap}div.wpforms-container-full .wpforms-field.wpforms-field-checkbox .wpforms-field-description ul,div.wpforms-container-full .wpforms-field.wpforms-field-checkbox .wpforms-field-description ol,div.wpforms-container-full .wpforms-field.wpforms-field-radio .wpforms-field-description ul,div.wpforms-container-full .wpforms-field.wpforms-field-radio .wpforms-field-description ol,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox .wpforms-field-description ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox .wpforms-field-description ol,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple .wpforms-field-description ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple .wpforms-field-description ol,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox .wpforms-field-description ul,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox .wpforms-field-description ol{display:block;padding-left:15px}div.wpforms-container-full .wpforms-field.wpforms-field-checkbox .wpforms-field-description ul li,div.wpforms-container-full .wpforms-field.wpforms-field-checkbox .wpforms-field-description ol li,div.wpforms-container-full .wpforms-field.wpforms-field-radio .wpforms-field-description ul li,div.wpforms-container-full .wpforms-field.wpforms-field-radio .wpforms-field-description ol li,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox .wpforms-field-description ul li,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox .wpforms-field-description ol li,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple .wpforms-field-description ul li,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple .wpforms-field-description ol li,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox .wpforms-field-description ul li,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox .wpforms-field-description ol li{display:list-item;margin-bottom:10px}div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-checkbox-2-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-multiplechoice-2-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-list-2-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-checkbox-2-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-multiplechoice-2-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-list-2-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-checkbox-2-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-multiplechoice-2-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-list-2-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-checkbox-2-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-multiplechoice-2-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-list-2-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-checkbox-2-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-multiplechoice-2-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-list-2-columns ul{grid-template-columns:repeat(2, minmax(0, 1fr))}div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-checkbox-3-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-multiplechoice-3-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-list-3-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-checkbox-3-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-multiplechoice-3-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-list-3-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-checkbox-3-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-multiplechoice-3-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-list-3-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-checkbox-3-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-multiplechoice-3-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-list-3-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-checkbox-3-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-multiplechoice-3-columns ul,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-list-3-columns ul{grid-template-columns:repeat(3, minmax(0, 1fr))}div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-list-inline ul,div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-list-inline ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-list-inline ul,div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-list-inline ul,div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-list-inline ul{display:inline-flex;flex-wrap:wrap}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label,div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label,div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label{display:block;overflow:hidden;position:relative;border-width:var(--wpforms-field-border-size);border-color:transparent;border-style:solid}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label .wpforms-image-choices-label,div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label .wpforms-image-choices-label,div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label .wpforms-image-choices-label{font-size:var(--wpforms-field-size-font-size);color:var(--wpforms-label-color);margin-top:var(--wpforms-field-size-input-spacing)}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item img,div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item img{border-radius:calc( var( --wpforms-field-border-radius ) / 2);overflow:hidden}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label,div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label{border-radius:var(--wpforms-field-border-radius)}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label:hover,div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label:hover{border-color:var(--wpforms-button-background-color)}div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item label{border-width:var(--wpforms-field-border-size)}div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item label:hover{box-shadow:0 0 0 1px var(--wpforms-button-background-color)}div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item label:focus,div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item label:focus-within{border-width:var(--wpforms-field-border-size, 0);border-style:solid;border-color:var(--wpforms-button-background-color);box-shadow:0 0 0 1px var(--wpforms-button-background-color),0px 1px 2px rgba(0,0,0,0.15);outline:none}div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item label.wpforms-field-label-inline-empty .wpforms-image-choices-label{margin-top:0}div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item.wpforms-selected .wpforms-image-choices-image:after,div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item:has(input:checked) .wpforms-image-choices-image:after{background-color:var(--wpforms-button-background-color)}div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item.wpforms-selected label:hover,div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item:has(input:checked) label:hover{border-color:var(--wpforms-button-background-color);box-shadow:0 0 20px 0 rgba(0,0,0,0.1),0 0 0 1px var(--wpforms-button-background-color)}div.wpforms-container-full .wpforms-form .wpforms-image-choices-classic .wpforms-image-choices-item .wpforms-image-choices-image img{border-radius:calc( var( --wpforms-field-border-radius ) / 2)}div.wpforms-container-full .wpforms-form .wpforms-image-choices-classic .wpforms-image-choices-item label:focus,div.wpforms-container-full .wpforms-form .wpforms-image-choices-classic .wpforms-image-choices-item label:focus-within{border-color:var(--wpforms-button-background-color)}div.wpforms-container-full .wpforms-form .wpforms-image-choices-classic .wpforms-image-choices-item.wpforms-selected label,div.wpforms-container-full .wpforms-form .wpforms-image-choices-classic .wpforms-image-choices-item:has(input:checked) label{border-width:var(--wpforms-field-border-size, 0);border-style:solid;border-color:var(--wpforms-button-background-color);box-shadow:0 0 0 1px var(--wpforms-button-background-color),0px 1px 2px rgba(0,0,0,0.15);outline:none}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label{padding:2px}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label .wpforms-image-choices-image{display:inline-block;margin-bottom:var(--wpforms-field-size-input-spacing)}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label input{margin-top:0}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label .wpforms-image-choices-label{margin-top:0}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices{margin:0 !important;gap:22px}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-small svg{height:calc( 32px * var( --wpforms-field-size-icon-size ))}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-medium svg{height:calc( 48px * var( --wpforms-field-size-icon-size ))}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-large svg{height:calc( 64px * var( --wpforms-field-size-icon-size ))}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices .wpforms-icon-choices-item{width:auto;margin:0 !important}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices .wpforms-icon-choices-item label{width:100%}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices .wpforms-icon-choices-item svg{fill:var(--wpforms-icon-choices-color);max-width:100%}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices .wpforms-icon-choices-item .wpforms-icon-choices-label{font-size:var(--wpforms-label-size-font-size);line-height:var(--wpforms-label-size-line-height);margin-top:var(--wpforms-field-size-input-spacing);color:var(--wpforms-label-color)}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon{background-color:transparent;border-radius:var(--wpforms-field-border-radius);border-width:clamp(1px, var(--wpforms-field-border-size), 6px);border-style:solid;border-color:var(--wpforms-field-border-color);margin-bottom:calc( var( --wpforms-field-size-input-spacing ) - 5px);overflow:hidden;box-shadow:none;padding:var(--wpforms-field-size-input-spacing) calc( var( --wpforms-field-size-input-spacing ) + 5px) calc( 2 * var( --wpforms-field-size-input-spacing ) + var( --wpforms-field-size-checkbox-size )) calc( var( --wpforms-field-size-input-spacing ) + 5px)}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:before,div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:after{width:var(--wpforms-field-size-checkbox-size);height:var(--wpforms-field-size-checkbox-size);margin-top:var(--wpforms-field-size-input-spacing);bottom:var(--wpforms-field-size-input-spacing);left:50%;transform:translateX(-50%);background-color:var(--wpforms-field-background-color);box-shadow:0 0 0 1px var(--wpforms-field-border-color);opacity:1 !important}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:hover{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color);border-color:var(--wpforms-icon-choices-color)}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon-bg{background-color:transparent;border-radius:calc( var( --wpforms-field-border-radius ) / 1.5)}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon,div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color);border-color:var(--wpforms-icon-choices-color)}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon-bg,div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon-bg{background-color:var(--wpforms-icon-choices-color)}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default label:focus-within .wpforms-icon-choices-icon{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color);border-color:var(--wpforms-icon-choices-color)}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label{box-shadow:none;border-radius:var(--wpforms-field-border-radius);border-width:clamp(1px, var(--wpforms-field-border-size), 6px);border-style:solid;border-color:var(--wpforms-field-border-color);padding:var(--wpforms-field-size-input-spacing);background-color:transparent !important}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color);border-color:var(--wpforms-icon-choices-color)}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label.wpforms-field-label-inline-empty .wpforms-icon-choices-icon{margin-bottom:0}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li:focus-within label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color);border-color:var(--wpforms-icon-choices-color)}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li.wpforms-selected label,div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li:has(input:checked) label{box-shadow:0 0 0 clamp(1px, var(--wpforms-field-border-size), 6px) var(--wpforms-icon-choices-color),0 1px 10px rgba(0,0,0,0.15);border-color:var(--wpforms-icon-choices-color)}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li label{border-radius:var(--wpforms-field-border-radius);background-color:transparent !important;padding:20px 20px 15px 20px}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li label:hover{box-shadow:0 0 0 clamp(2px, var(--wpforms-field-border-size), 6px) var(--wpforms-icon-choices-color)}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li label.wpforms-field-label-inline-empty .wpforms-icon-choices-icon{margin-bottom:5px}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li:focus-within label{box-shadow:0 0 0 clamp(2px, var(--wpforms-field-border-size), 6px) var(--wpforms-icon-choices-color)}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li.wpforms-selected label,div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li:has(input:checked) label{box-shadow:0 0 0 clamp(2px, var(--wpforms-field-border-size), 6px) var(--wpforms-icon-choices-color)}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-none .wpforms-icon-choices-icon{margin-bottom:var(--wpforms-field-size-input-spacing)}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-none input{margin-top:0;vertical-align:middle}div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-none .wpforms-icon-choices-label{padding-left:8px;vertical-align:middle;margin-top:2px}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:before,div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before,div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:before,div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:after,div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after,div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:after,div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after{transform:translateX(-50%) scale(0.5);background-color:var(--wpforms-icon-choices-color);box-shadow:0 0 0 1px var(--wpforms-icon-choices-color);-moz-transform:translateX(-50%) scale(0.49)}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-checkbox .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:before,div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-checkbox .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before,div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:before,div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-checkbox .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:after,div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-checkbox .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after,div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox .wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon:after,div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox .wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after{border-top:none;border-right:none;height:calc( var( --wpforms-field-size-checkbox-size ) * 0.6);border-left:4px solid var(--wpforms-icon-choices-color);border-bottom:4px solid var(--wpforms-icon-choices-color);background-color:transparent;transform:scale(0.6) translate(-10%, -50%) rotate(-45deg);box-shadow:none}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content{display:flex;align-items:center;gap:15px}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content .wpforms-single-item-price{width:calc(60% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content .wpforms-single-item-price.wpforms-field-small{text-wrap:balance;width:calc(25% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content .wpforms-single-item-price.wpforms-field-large{width:calc(100% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content select.wpforms-payment-quantity{margin-left:0;height:30px;min-height:30px;font-size:14px;padding-top:0;padding-bottom:0}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price{display:inline-block;max-width:calc( 60% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-small{max-width:calc( 25% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-large{max-width:calc( 100% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-quantity{display:inline-block;margin-inline-start:15px;width:70px;min-width:70px}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern{display:flex;flex-wrap:wrap;column-gap:15px;align-items:flex-start}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-label{min-width:100%}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .choices{margin-bottom:5px}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row{flex-grow:1;max-width:calc( 60% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row.wpforms-field-small{max-width:calc( 25% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row.wpforms-field-large{max-width:calc( 100% - 85px)}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-payment-quantity{flex-basis:70px;max-width:70px}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-payment-quantity .choices__list--dropdown{min-width:70px}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-description{flex-basis:100%;margin-top:0}.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-error{flex-basis:100%}@media only screen and (max-width: 600px){.wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price{width:calc( 100% - 85px) !important;max-width:100% !important}.wpforms-form .wpforms-payment-quantities-enabled .wpforms-single-item-price-content .wpforms-single-item-price{width:calc( 100% - 70px) !important}.wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row{width:calc( 100% - 85px) !important;max-width:100% !important}}#wpforms-form-page-page .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-medium,#wpforms-form-page-page .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-small{max-width:calc( 100% - 85px)}div.wpforms-container-full .wpforms-form .wpforms-field-divider{border-top-width:var(--wpforms-field-border-size);border-top-style:solid;border-top-color:var(--wpforms-field-border-color);margin-top:30px;padding:0px}div.wpforms-container-full .wpforms-form .wpforms-field-divider:first-child{margin-top:0;border-top:none}div.wpforms-container-full .wpforms-form .wpforms-field-divider-hide_line{border-top:none}div.wpforms-container-full .wpforms-form .wpforms-field-divider h3{color:var(--wpforms-label-color);padding-top:var(--wpforms-field-size-input-spacing);font-size:calc( 1.5 * var( --wpforms-label-size-font-size ));font-weight:bold}div.wpforms-container-full .wpforms-form .wpforms-field-divider:has(>.wpforms-field-description) h3{margin-bottom:5px}div.wpforms-container-full .wpforms-form .wpforms-field-divider+.wpforms-field-divider{margin-top:45px}div.wpforms-container-full .wpforms-form .wpforms-field-address .wpforms-field-row.wpforms-without-state .wpforms-field-row-block.wpforms-first{width:100%;padding:0;margin-bottom:0}div.wpforms-container-full .wpforms-form .wpforms-field-address .wpforms-field-row.wpforms-without-state .wpforms-field-row-block:not(.wpforms-first){display:none}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select{padding-inline-start:14px}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple]{padding:0;overflow:auto}@supports (font: -apple-system-body) and (-webkit-appearance: none) and (-webkit-hyphens: none){div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple]{padding:10px 12px;line-height:1}}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple]>option{padding:10px 14px;box-shadow:0 1px 0 0 rgba(0,0,0,0.1)}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple]>option.placeholder,div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple]>option[disabled]{box-shadow:0 1px 0 0 rgba(0,0,0,0.2)}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices{font-size:var(--wpforms-field-size-font-size);line-height:19px;color:var(--wpforms-field-text-color);margin-bottom:5px}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__input--cloned{background-color:transparent}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner{background-color:var(--wpforms-field-background-color);background-clip:padding-box;min-height:var(--wpforms-field-size-input-height);line-height:var(--wpforms-field-size-input-height);padding:0 24px 0 7px;border-width:var(--wpforms-field-border-size);border-style:var(--wpforms-field-border-style);border-color:var(--wpforms-field-border-color);border-radius:var(--wpforms-field-border-radius);cursor:pointer}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single{padding:0 16px 0 4px}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable{background-color:transparent;font-size:var(--wpforms-field-size-font-size);color:var(--wpforms-field-text-color)}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable.choices__placeholder{opacity:0.5}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--multiple{display:inline !important}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--multiple:empty{display:none}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--multiple:empty+.choices__input{margin-left:4px !important;min-width:100% !important;text-overflow:ellipsis;padding-right:20px !important;white-space:nowrap}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--multiple .choices__item{position:relative;top:-1.5px;background-color:var(--wpforms-button-background-color);border:1px solid var(--wpforms-button-background-color);border-radius:calc( max( var( --wpforms-field-border-radius ), 6px ) / 2);color:var(--wpforms-button-text-color-alt, var(--wpforms-button-text-color));margin:0 6px 6px 0;line-height:1}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown{background:var(--wpforms-field-menu-color) !important;color:var(--wpforms-field-text-color)}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:var(--wpforms-button-background-color);color:var(--wpforms-button-text-color-alt, var(--wpforms-button-text-color))}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices input.choices__input{display:inline-block;padding:0 !important}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"] input.choices__input{background:none !important;margin:5px !important;padding:5px !important;width:calc( 100% - 10px) !important;border:0 !important;box-shadow:none !important}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices ::-webkit-input-placeholder{color:inherit;opacity:0.5}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices ::-moz-placeholder{color:inherit;opacity:0.5}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices :-ms-input-placeholder{color:inherit;opacity:0.5}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"] .choices__button{opacity:0.7;background-image:linear-gradient(45deg, transparent 44%, var(--wpforms-field-border-color-spare) 44%, var(--wpforms-field-border-color-spare) 56%, transparent 56%),linear-gradient(135deg, transparent 44%, var(--wpforms-field-border-color-spare) 44%, var(--wpforms-field-border-color-spare) 56%, transparent 56%);background-position:50% 50%, 50% 50%;background-size:8px 8px, 8px 8px;background-repeat:no-repeat}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"] .choices__button:hover{opacity:1}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"] .choices__button:focus{border-width:var(--wpforms-field-border-size, 0);border-style:solid;border-color:var(--wpforms-button-background-color);box-shadow:0 0 0 1px var(--wpforms-button-background-color),0px 1px 2px rgba(0,0,0,0.15);outline:none}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"]:after,div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-multiple"]:after{width:0;height:0;right:12px;background:none;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--wpforms-field-border-color-spare)}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"].is-open:after,div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-multiple"].is-open:after{border-top:5px solid transparent;border-bottom:5px solid var(--wpforms-field-border-color-spare)}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner,div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner,div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown{border-width:var(--wpforms-field-border-size, 0);border-style:solid;border-color:var(--wpforms-button-background-color);box-shadow:0 0 0 1px var(--wpforms-button-background-color),0px 1px 2px rgba(0,0,0,0.15);outline:none}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:before{content:'';position:absolute;height:3px;background:var(--wpforms-field-background-color);width:calc( 100% - 2px);left:1px;right:1px;z-index:100000000000;opacity:1;border-radius:0}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:not(.is-flipped):before{top:unset;bottom:1px}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:not(.is-flipped) .choices__inner{border-radius:var(--wpforms-field-border-radius) var(--wpforms-field-border-radius) 0 0}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:not(.is-flipped) .choices__list--dropdown{border-radius:0 0 var(--wpforms-field-border-radius) var(--wpforms-field-border-radius);margin-top:0}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open.is-flipped:before{top:1px}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open.is-flipped .choices__inner{border-radius:0 0 var(--wpforms-field-border-radius) var(--wpforms-field-border-radius)}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open.is-flipped .choices__list--dropdown{border-radius:var(--wpforms-field-border-radius) var(--wpforms-field-border-radius) 0 0;margin-bottom:0}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern.wpforms-has-error .choices .choices__inner{border-width:var(--wpforms-field-border-size);border-style:solid;border-color:var(--wpforms-label-error-color)}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern.wpforms-has-error .choices:hover .choices__inner{border-width:var(--wpforms-field-border-size);border-style:solid;border-color:var(--wpforms-label-error-color);box-shadow:0 0 2px 0 var(--wpforms-label-error-color)}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern.wpforms-has-error .choices.is-focused .choices__inner,div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern.wpforms-has-error .choices.is-open .choices__inner,div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern.wpforms-has-error .choices.is-open .choices__list--dropdown{border-width:var(--wpforms-field-border-size);border-style:solid;border-color:var(--wpforms-label-error-color);box-shadow:0 0 0 1px var(--wpforms-label-error-color)}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]{appearance:none;height:calc( var( --wpforms-field-size-input-height ) / 4);padding:0;margin-top:calc( var( --wpforms-field-size-input-spacing ) + var( --wpforms-field-size-input-height ) / 4);margin-bottom:calc( var( --wpforms-field-size-input-height ) / 4);border-radius:var(--wpforms-field-border-radius);border-width:var(--wpforms-field-border-size);border-style:var(--wpforms-field-border-style);border-color:var(--wpforms-field-border-color)}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]:first-child{margin-top:calc( var( --wpforms-field-size-input-height ) * 0.25)}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]:focus{border-width:var(--wpforms-field-border-size, 0);border-style:solid;border-color:var(--wpforms-button-background-color);box-shadow:0 0 0 1px var(--wpforms-button-background-color),0px 1px 2px rgba(0,0,0,0.15);outline:none}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]:focus:invalid{border-width:var(--wpforms-field-border-size, 0);border-style:solid;border-color:var(--wpforms-button-background-color);box-shadow:0 0 0 1px var(--wpforms-button-background-color),0px 1px 2px rgba(0,0,0,0.15);outline:none;color:var(--wpforms-field-text-color)}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-runnable-track{height:calc( var( --wpforms-field-size-input-height ) / 4);box-shadow:none}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb{appearance:none;width:calc( var( --wpforms-field-size-input-height ) * 0.6);height:calc( var( --wpforms-field-size-input-height ) * 0.6);margin-top:calc( -1 * var( --wpforms-field-size-input-height ) * 0.18);background-color:var(--wpforms-button-background-color);background-clip:padding-box;cursor:pointer;border-radius:100%;border-width:var(--wpforms-button-border-size);border-style:var(--wpforms-button-border-style);border-color:var(--wpforms-button-border-color)}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-moz-range-thumb{appearance:none;width:calc( var( --wpforms-field-size-input-height ) * 0.6);height:calc( var( --wpforms-field-size-input-height ) * 0.6);margin-top:calc( -1 * var( --wpforms-field-size-input-height ) * 0.18);background-color:var(--wpforms-button-background-color);background-clip:padding-box;cursor:pointer;border-radius:100%;border-width:var(--wpforms-button-border-size);border-style:var(--wpforms-button-border-style);border-color:var(--wpforms-button-border-color)}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-thumb{appearance:none;width:calc( var( --wpforms-field-size-input-height ) * 0.6);height:calc( var( --wpforms-field-size-input-height ) * 0.6);margin-top:calc( -1 * var( --wpforms-field-size-input-height ) * 0.18);background-color:var(--wpforms-button-background-color);background-clip:padding-box;cursor:pointer;border-radius:100%;border-width:var(--wpforms-button-border-size);border-style:var(--wpforms-button-border-style);border-color:var(--wpforms-button-border-color)}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint{font-size:var(--wpforms-label-size-sublabel-font-size);line-height:var(--wpforms-label-size-sublabel-line-height);color:var(--wpforms-label-sublabel-color);padding:var(--wpforms-field-size-sublabel-spacing) 0 0 0;margin:0}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint b,div.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint strong{color:var(--wpforms-label-sublabel-color)}div.wpforms-container-full .wpforms-form textarea{line-height:1.3;min-height:var(--wpforms-field-size-input-height);padding:var(--wpforms-field-size-padding-h);resize:vertical}div.wpforms-container-full .wpforms-form textarea.wpforms-field-small{height:calc( var( --wpforms-field-size-input-height ) * 2.26)}div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{height:calc( var( --wpforms-field-size-input-height ) * 2.8)}div.wpforms-container-full .wpforms-form textarea.wpforms-field-large{height:calc( var( --wpforms-field-size-input-height ) * 5.1)}div.wpforms-container-full .wpforms-form textarea:focus{color:var(--wpforms-field-text-color)}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview,.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview{border-radius:4px;border:1px solid #e2e2e2;border-collapse:separate}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td{border-top:1px solid #e2e2e2;border-bottom:none;border-left:none;border-right:none}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th{font-weight:400;border:none}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th{padding:9px 0;line-height:20px;background:none}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label{text-wrap:balance;padding-left:10px}.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label{padding-right:10px;padding-left:0}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price{padding-right:10px}.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price{padding-left:10px;padding-right:0}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td{padding-left:10px}.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td{padding-right:10px;padding-left:0}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td{font-weight:700}.wpforms-container .wpforms-form .wpforms-order-summary-container,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container,.wpforms-confirmation-container-full .wpforms-order-summary-container{font-size:var(--wpforms-field-size-font-size)}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview,.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview{border-style:var(--wpforms-field-border-style);border-width:var(--wpforms-field-border-size);border-radius:var(--wpforms-field-border-radius)}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td{border-top-style:var(--wpforms-field-border-style);border-top-width:var(--wpforms-field-border-size)}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview{border-color:var(--wpforms-field-border-color)}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th{color:var(--wpforms-label-color)}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td{color:var(--wpforms-label-sublabel-color);border-top-color:var(--wpforms-field-border-color)}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-coupon-total td.wpforms-order-summary-item-price,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-coupon-total td.wpforms-order-summary-item-price{color:var(--wpforms-label-error-color)}.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td{color:var(--wpforms-label-color)}.wpforms-confirmation-container-order-summary .wpforms-order-summary-container,.wpforms-confirmation-container-full .wpforms-order-summary-container{max-width:100%;margin-bottom:24px}@container wpforms-field-row-responsive (max-width: 200px){div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block:not(:last-child){margin-bottom:var(--wpforms-field-size-input-spacing)}}@container wpforms-field-row-responsive-300px (max-width: 300px){div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block:not(:last-child){margin-bottom:var(--wpforms-field-size-input-spacing)}}@media only screen and (max-width: 768px){div.wpforms-container-full:not(:empty){padding:calc( min( var( --wpforms-container-padding ), 40px ))}}@media only screen and (max-width: 600px){div.wpforms-container-full:not(:empty){padding:calc( min( var( --wpforms-container-padding ), 20px ))}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]{margin:20px 0 20px}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb{width:30px;height:30px}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title{display:none}}

:root{--wpforms-field-border-radius:3px;--wpforms-field-border-style:solid;--wpforms-field-border-size:1px;--wpforms-field-background-color:#fff;--wpforms-field-border-color:rgba(0,0,0,.25);--wpforms-field-border-color-spare:rgba(0,0,0,.25);--wpforms-field-text-color:rgba(0,0,0,.7);--wpforms-field-menu-color:#fff;--wpforms-label-color:rgba(0,0,0,.85);--wpforms-label-sublabel-color:rgba(0,0,0,.55);--wpforms-label-error-color:#d63637;--wpforms-button-border-radius:3px;--wpforms-button-border-style:none;--wpforms-button-border-size:1px;--wpforms-button-background-color:#066aab;--wpforms-button-border-color:#066aab;--wpforms-button-text-color:#fff;--wpforms-page-break-color:#066aab;--wpforms-background-image:none;--wpforms-background-position:center center;--wpforms-background-repeat:no-repeat;--wpforms-background-size:cover;--wpforms-background-width:100px;--wpforms-background-height:100px;--wpforms-background-color:rgba(0,0,0,0);--wpforms-background-url:none;--wpforms-container-padding:0px;--wpforms-container-border-style:none;--wpforms-container-border-width:1px;--wpforms-container-border-color:#000;--wpforms-container-border-radius:3px;--wpforms-field-size-input-height:43px;--wpforms-field-size-input-spacing:15px;--wpforms-field-size-font-size:16px;--wpforms-field-size-line-height:19px;--wpforms-field-size-padding-h:14px;--wpforms-field-size-checkbox-size:16px;--wpforms-field-size-sublabel-spacing:5px;--wpforms-field-size-icon-size:1;--wpforms-label-size-font-size:16px;--wpforms-label-size-line-height:19px;--wpforms-label-size-sublabel-font-size:14px;--wpforms-label-size-sublabel-line-height:17px;--wpforms-button-size-font-size:17px;--wpforms-button-size-height:41px;--wpforms-button-size-padding-h:15px;--wpforms-button-size-margin-top:10px;--wpforms-container-shadow-size-box-shadow:none}