: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}.ls-container,
.ls-wp-container {
visibility: hidden;
position: relative;
max-width: 100%;
}
.ls-inner {
position: relative;
width: 100%;
height: 100%;
background-position: center center;
z-index: 30;
}
.ls-wp-fullwidth-container {
width: 100%;
position: relative;
}
.ls-wp-fullwidth-helper {
position: absolute;
} ls-scene-wrapper {
width: 100%;
margin: 0 auto;
display: block !important;
position: relative !important;
}
ls-scene-wrapper .ls-container {
position: sticky !important;
top: 0;
}
ls-silent-wrapper {
width: 100vw;
height: 100vh;
z-index: -1 !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
position: fixed !important;
left:  -200vw;
top: -200vh;
}
ls-scene-wrapper[data-disabled-scene] {
height: auto !important;
} .ls-slide-bgcolor,
.ls-slide-backgrounds,
.ls-slide-effects,
.ls-background-videos,
.ls-bg-video-overlay {
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ls-layers,
.ls-slide-bgcolor,
.ls-slide-backgrounds,
.ls-slide-effects,
.ls-background-videos,
.ls-bg-video-overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
}
.ls-text-layer .char .ls-grad-bg-overflow {
display: block;
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
}
.ls-wrapper {
padding: 0 !important;
visibility: visible !important;
border: 0 !important;
z-index: 1;
}
.ls-wrapper.ls-fix-textnodes .line,
.ls-wrapper.ls-fix-textnodes .word {
position: static !important;
transform: none !important;
}
.ls-wrapper .line {
white-space: nowrap;
}
.ls-layer.ls-has-chars .word {
position: static !important;
}
.ls-layer.ls-has-chars .char {
position: relative !important;
}
.ls-layer.ls-has-words .word {
position: relative !important;
}
.ls-layer.ls-has-lines .line {
position: relative !important;
}
.ls-layer .char,
.ls-layer .word,
.ls-layer .line {
text-decoration: inherit;
}
.ls-textnode-dummy {
display: inline-block !important;
visibility: hidden !important;
pointer-events: none !important;
}
.ls-textnode-bgclip-wrap {
left: 0;
top: 0;
position: absolute;
background-clip: text;
-webkit-background-clip: text;
text-fill-color: transparent;
-webkit-text-fill-color: transparent;
text-align: left !important;
pointer-events: none !important;
}
.ls-textnode {
color: transparent;
text-fill-color: transparent;
-webkit-text-fill-color: transparent;
}
.ls-wrapper.ls-force-display-block {
display: block !important;
}
.ls-wrapper.ls-force-visibility-hidden {
visibility: hidden !important;
}
.ls-wrapper.ls-force-left-0 {
left: 0 !important;
}
.ls-wrapper.ls-force-width-auto {
width: auto !important;
}
.ls-wrapper.ls-force-height-auto {
height: auto !important;
}
.ls-wrapper.ls-force-full-size {
width: 100% !important;
height: 100% !important;
}
.ls-layer.ls-force-no-transform,
.ls-wrapper.ls-force-no-transform {
transform: none !important;
}
.ls-force-no-transform .line,
.ls-force-no-transform .word,
.ls-force-no-transform .char {
transform: none !important;
}
.ls-background-videos {
z-index: 1;
}
.ls-bg-video-overlay {
z-index: 21;
background-repeat: repeat;
background-position: center center;
}
.ls-slide-backgrounds {
z-index: 2;
}
.ls-slide-effects {
z-index: 4;
}
.ls-slide-bgcolor {
z-index: 1;
}
.ls-layers {
z-index: 35;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.ls-z,
.ls-parallax,
.ls-in-out,
.ls-scroll,
.ls-scroll-transform,
.ls-loop,
.ls-clip {
position: absolute !important;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.ls-z {
width: 100% !important;
height: 100% !important;
top: 0 !important;
left: 0 !important;
bottom: auto !important;
right: auto !important;
display: block !important;
overflow: visible !important;
pointer-events: none !important;
}
.ls-z.ls-wrapper.ls-pinned {
position: fixed !important;
}
.ls-slide-backgrounds .ls-wrapper.ls-z {
overflow: hidden !important;
}
.ls-inner-wrapper {
pointer-events: auto;
}
.ls-inner-wrapper * {
pointer-events: inherit;
}
.ls-in-out {
display: none;
}
.ls-loop, .ls-clip {
display: block !important;
}
.ls-parallax,
.ls-in-out,
.ls-scroll,
.ls-scroll-transform,
.ls-loop,
.ls-z {
background: none !important;
}
.ls-bg-wrap,
.ls-loop {
margin: 0 !important;
}
.ls-wrapper > .ls-layer,
.ls-wrapper > a > .ls-layer
.ls-wrapper > .ls-bg {
line-height: normal;
white-space: nowrap;
word-wrap: normal;
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.ls-wrapper > .ls-layer,
.ls-wrapper > a > .ls-layer {
position: static !important;
display: block !important;
transform: translateZ(0);
}
.ls-bg-wrap,
.ls-bg-outer {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.ls-bg-wrap {
display: none;
}
.ls-bg-outer {
overflow: hidden !important;
}
.ls-wrapper > a.ls-layer-link {
cursor: pointer !important;
display: block !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 10;
-o-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-webkit-transform: translateZ(100px);
transform: translateZ(100px);
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
}  .ls-gui-element {
z-index: 40;
text-decoration: none !important;
}
.ls-loading-container {
position: absolute !important;
display: none;
left: 50% !important;
top: 50% !important;
}
.ls-loading-indicator {
margin: 0 auto;
} .ls-media-unmute {
visibility: hidden;
position: absolute;
left: 16px;
top: 16px;
width: 30px;
height: 30px;
cursor: pointer;
opacity: .65;
}
.ls-media-unmute-active {
visibility: visible;
}
.ls-media-unmute-bg {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 30px;
border: 0 solid white;
transform: scale(0.1);
background: rgba(0,0,0,.25);
box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.ls-icon-muted, .ls-icon-unmuted {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
transform: scale(0.1);
}
.ls-media-unmute-active .ls-media-unmute-bg {
border: 2px solid white;
}
.ls-media-unmute-active .ls-icon-muted,
.ls-media-unmute-active .ls-icon-unmuted,
.ls-media-unmute-active .ls-media-unmute-bg {
transform: scale(1) !important;
}
.ls-icon-muted {
background-image: url(//motivatingradio.com/wp-content/plugins/LayerSlider/assets/static/layerslider/img/icon-muted-white.png);
opacity: 1;
}
.ls-icon-unmuted {
background-image: url(//motivatingradio.com/wp-content/plugins/LayerSlider/assets/static/layerslider/img/icon-unmuted-white.png);
opacity: 0;
}
.ls-media-unmute:hover {
opacity: 1;
}
.ls-media-unmute:hover .ls-icon-muted {
opacity: 0;
}
.ls-media-unmute:hover .ls-icon-unmuted {
opacity: 1;
}
.ls-media-unmute-bg,
.ls-icon-unmuted,
.ls-media-unmute,
.ls-icon-muted {
transition: all .3s ease-in-out !important;
} .ls-bottom-slidebuttons {
text-align: left;
}
.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
height: 0;
position: relative;
text-align: center;
margin: 0 auto;
}
.ls-below-thumbnails {
display: none;
}
.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
outline: none;
}
.ls-bottom-slidebuttons {
position: relative;
}
.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
position: relative;
}
.ls-nothumb {
text-align: center !important;
}
.ls-link,
.ls-link:hover {
position: absolute !important;
width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important;
}
.ls-link {
display: none;
}
.ls-link-on-top {
z-index: 999999 !important;
}
.ls-link, .ls-wrapper > a > * {
background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
visibility: hidden;
} .ls-bar-timer {
position: absolute;
width: 0;
height: 2px;
background: white;
border-bottom: 2px solid #555;
opacity: .55;
top: 0;
}
.ls-circle-timer {
width: 16px;
height: 16px;
position: absolute;
right: 10px;
top: 10px;
opacity: .65;
display: none;
}
.ls-container .ls-circle-timer,
.ls-container .ls-circle-timer * {
box-sizing: border-box !important;
}
.ls-ct-half {
border: 4px solid white;
}
.ls-ct-left,
.ls-ct-right {
width: 50%;
height: 100%;
overflow: hidden;
}
.ls-ct-left,
.ls-ct-right {
position: absolute;
}
.ls-ct-left {
left: 0;
}
.ls-ct-right {
left: 50%;
}
.ls-ct-rotate {
width: 200%;
height: 100%;
position: absolute;
top: 0;
}
.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
left: 0;
}
.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
right: 0;
}
.ls-ct-hider,
.ls-ct-half {
position: absolute;
top: 0;
}
.ls-ct-hider {
width: 50%;
height: 100%;
overflow: hidden;
}
.ls-ct-half {
width: 200%;
height: 100%;
}
.ls-ct-center {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
border: 4px solid black;
opacity: 0.2;
}
.ls-ct-half,
.ls-ct-center {
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
}
.ls-slidebar-container {
margin: 10px auto;
}
.ls-slidebar-container,
.ls-slidebar {
position: relative;
}
.ls-progressbar,
.ls-slidebar-slider-container {
position: absolute;
left: 0;
top: 0;
}
.ls-progressbar {
width: 0;
height: 100%;
z-index: 1;
}
.ls-slidebar-slider-container {
z-index: 2;
}
.ls-slidebar-slider {
position: static !important;
cursor: pointer;
} .ls-slidebar {
height: 10px;
background-color: #ddd;
}
.ls-slidebar,
.ls-progressbar {
border-radius: 10px;
}
.ls-progressbar {
background-color: #bbb;
}
.ls-slidebar-slider-container {
top: 50%;
}
.ls-slidebar-slider {
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #999;
} .ls-slidebar-light .ls-slidebar {
height: 8px;
background-color: white;
border: 1px solid #ddd;
border-top: 1px solid #ccc;
}
.ls-slidebar-light .ls-slidebar,
.ls-slidebar-light .ls-progressbar {
border-radius: 10px;
}
.ls-slidebar-light .ls-progressbar {
background-color: #eee;
}
.ls-slidebar-light .ls-slidebar-slider-container {
top: 50%;
}
.ls-slidebar-light .ls-slidebar-slider {
width: 18px;
height: 18px;
border-radius: 20px;
background-color: #eee;
border: 1px solid #bbb;
border-top: 1px solid #ccc;
border-bottom: 1px solid #999;
} .ls-tn {
display: none !important;
}
.ls-thumbnail-hover {
display: none;
position: absolute;
left: 0;
}
.ls-thumbnail-hover-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: none;
}
.ls-thumbnail-hover-bg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ls-thumbnail-hover-img {
position: absolute;
overflow: hidden;
}
.ls-thumbnail-hover img {
max-width: none !important;
position: absolute;
display: inline-block;
visibility: visible !important;
left: 50%;
top: 0;
}
.ls-thumbnail-hover span {
left: 50%;
top: 100%;
width: 0;
height: 0;
display: block;
position: absolute;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
}
.ls-thumbnail-wrapper {
position: relative;
width: 100%;
margin: 0 auto;
}
.ls-thumbnail-wrapper.ls-thumbnail-fill  a img {
width: 100%;
}
.ls-thumbnail {
position: relative;
margin: 0 auto;
}
.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
width: 100%;
}
.ls-thumbnail-slide-container {
overflow: hidden !important;
position: relative;
}
.ls-thumbnail-slide {
text-align: center;
white-space: nowrap;
float: left;
position: relative;
}
.ls-thumbnail-slide a {
overflow: hidden;
display: inline-block;
width: 0;
height: 0;
position: relative;
}
.ls-thumbnail-slide img {
max-width: none !important;
max-height: 100% !important;
height: 100%;
visibility: visible !important;
background-position: center !important;
}
.ls-touchscroll {
overflow-x: auto !important;
} .ls-shadow {
display: none;
position: absolute;
z-index: 10 !important;
top: 100%;
width: 100%;
left: 0;
overflow: hidden !important;
visibility: hidden;
}
.ls-shadow img {
width: 100% !important;
height: auto !important;
position: absolute !important;
left: 0 !important;
bottom: 0 !important;
} .ls-media-layer {
overflow: hidden;
}
.ls-vpcontainer,
.ls-videopreview {
width : 100%;
height : 100%;
position : absolute;
left : 0;
top : 0;
cursor : pointer;
}
.ls-videopreview {
background-size: cover;
background-position: center center;
}
.ls-videopreview {
z-index: 1;
}
.ls-playvideo {
position: absolute;
left: 50%;
top: 50%;
cursor: pointer;
z-index: 2;
}
.ls-autoplay .ls-playvideo {
display: none !important;
} .ls-forcehide {
display: none !important;
} .ls-yourlogo {
position: absolute;
z-index: 50;
}  .ls-slide-transition-wrapper {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 3;
}
.ls-slide-transition-wrapper,
.ls-slide-transition-wrapper * {
text-align: left !important;
}
.ls-slide-transition-tile {
position: relative;
float: left;
}
.ls-slide-transition-tile img {
visibility: visible;
margin: 0 !important;
}
.ls-curtiles {
overflow: hidden;
}
.ls-curtiles,
.ls-nexttiles {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ls-curtile, .ls-nexttile {
overflow: hidden;
width: 100% !important;
height: 100% !important;
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ls-nexttile {
display: none;
}
.ls-3d-container {
position: relative;
overflow: visible !important;
-ms-perspective: none !important;
-moz-perspective: none !important;
-webkit-perspective: none !important;
perspective: none !important;
}
.ls-3d-box {
position: absolute;
}
.ls-3d-box > div {
overflow: hidden;
margin: 0;
padding: 0;
position: absolute;
background-color: #888;
}
.ls-3d-box .ls-3d-top,
.ls-3d-box .ls-3d-bottom {
background-color: #555;
}
.ls-slide-transition-wrapper,
.ls-slide-transition-tile {
-ms-perspective: 1500px;
-moz-perspective: 1500px;
-webkit-perspective: 1500px;
perspective: 1500px;
}
.ls-slide-transition-tile,
.ls-3d-box,
.ls-curtiles,
.ls-nexttiles {
-ms-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.ls-curtile,
.ls-nexttile,
.ls-3d-box {
-ms-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} html body .ls-container.ls-wp-container.ls-fullsize:not(.ls-hidden),
html body .ls-container.ls-wp-container.ls-fullwidth:not(.ls-hidden),
html body .ls-container.ls-wp-container.ls-responsive:not(.ls-hidden),
html body .ls-container.ls-wp-container.ls-fixedsize:not(.ls-hidden),
#ls-global .ls-container.ls-wp-container.ls-fullsize:not(.ls-hidden),
#ls-global .ls-container.ls-wp-container.ls-fullwidth:not(.ls-hidden),
#ls-global .ls-container.ls-wp-container.ls-responsive:not(.ls-hidden),
#ls-global .ls-container.ls-wp-container.ls-fixedsize:not(.ls-hidden) {
max-width: 100%;
}
html body .ls-container.ls-hidden,
#ls-global .ls-container.ls-hidden {
width: 0px !important;
height: 0px !important;
position: absolute;
left: -5000px;
top: -5000px;
z-index: -1;
overflow: hidden !important;
visibility: hidden !important;
display: block !important;
}
.ls-visible {
overflow: visible !important;
clip: auto !important;
clip-path: none !important;
}
.ls-unselectable {
user-select: none;
-o-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
.ls-overflow-hidden {
overflow: hidden;
}
.ls-overflowx-hidden {
overflow-x: hidden;
}
html body .ls-overflow-visible,
html#ls-global .ls-overflow-visible,
body#ls-global .ls-overflow-visible,
#ls-global .ls-overflow-visible,
.ls-overflow-visible {
overflow: visible !important;
}
.ls-overflowy-hidden {
overflow-y: hidden;
}
.ls-slide {
display: block !important;
visibility: hidden !important;
position: absolute !important;
overflow: hidden;
top: 0 !important;
left: 0 !important;
bottom: auto !important;
right: auto !important;
background: none;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
.ls-slide > .ls-layer,
.ls-slide > .ls-l,
.ls-slide > .ls-bg,
.ls-slide > a > .ls-layer,
.ls-slide > a > .ls-l,
.ls-slide > a > .ls-bg {
position: absolute !important;
white-space: nowrap;
}
.ls-fullscreen {
margin: 0 !important;
padding: 0 !important;
width: auto !important;
height: auto !important;
}
.ls-fullscreen .ls-container {
background-color: black;
margin: 0 auto !important;
}
.ls-fullscreen .ls-fullscreen-wrapper {
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
background-color: black;
overflow: hidden !important;
position: relative !important;
}
.ls-fullscreen .ls-fullscreen-wrapper .ls-container,
.ls-fullscreen .ls-fullscreen-wrapper .ls-wp-container {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%,-50%) !important;
}
.ls-layer .split-item {
font-weight: inherit !important;
font-family: inherit !important;
font-size: inherit;
color: inherit;
}
html body .ls-container .ls-layer,
#ls-global .ls-container .ls-layer,
html body .ls-container .ls-l,
#ls-global .ls-container .ls-l {
border-width: 0;
border-style: solid;
border-color: #000;
color: #000; font-size: 36px;
font-family: Arial, sans-serif;
background-repeat: no-repeat;
}
.ls-container .ls-layer svg,
.ls-container .ls-l svg {
width: 1em;
height: 1em;
display: block;
}
.ls-container .ls-layer:not(.ls-html-layer),
.ls-container .ls-l:not(.ls-html-layer) {
stroke-width: 0;
}
.ls-container .ls-layer:not(.ls-html-layer) svg,
.ls-container .ls-l:not(.ls-html-layer) svg {
fill: currentColor;
}
.ls-container .ls-layer.ls-shape-layer svg,
.ls-container .ls-layer.ls-svg-layer svg,
.ls-container .ls-l.ls-shape-layer svg,
.ls-container .ls-l.ls-svg-layer svg {
width: 100%;
height: 100%;
}
.ls-container .ls-layer.ls-icon-layer .fa,
.ls-container .ls-l.ls-icon-layer .fa {
display: block;
line-height: inherit;
}
.ls-container .ls-layer.ls-ib-icon svg,
.ls-container .ls-l.ls-ib-icon svg,
.ls-container .ls-layer.ls-ib-icon .fa,
.ls-container .ls-l.ls-ib-icon .fa {
display: inline-block;
vertical-align: middle;
}
.ls-container .ls-layer.ls-html-layer svg,
.ls-container .ls-l.ls-html-layer svg {
display: inline;
width: auto;
height: auto;
} .ls-l[data-ls-smart-bg],
.ls-layer[data-ls-smart-bg],
ls-layer[data-ls-smart-bg] {
overflow: hidden !important;
background-size: 0 0 !important;
}
.ls-l[data-ls-smart-bg]:before,
.ls-layer[data-ls-smart-bg]:before,
ls-layer[data-ls-smart-bg]:before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: var(--sw);
height: var(--sh);
transform: translate( calc( var( --x, 0px ) + var( --lx, 0px ) ), calc( var( --y, 0px ) + var( --ly, 0px ) ) );
background-image: inherit;
background-size: var( --bgs, inherit );
background-position: inherit;
background-repeat: inherit;
} html body .ls-nav-prev,
#ls-global .ls-nav-prev,
html body .ls-nav-next,
#ls-global .ls-nav-next,
html body .ls-bottom-nav-wrapper a,
#ls-global .ls-bottom-nav-wrapper a,
html body .ls-container .ls-fullscreen,
#ls-global .ls-container .ls-fullscreen,
html body .ls-thumbnail a,
#ls-global .ls-thumbnail a {
transition: none;
-ms-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
padding: 0;
border: 0;
}
html body .ls-wrapper > a,
#ls-global .ls-wrapper > a,
html body .ls-wrapper > p,
#ls-global .ls-wrapper > p,
html body .ls-wrapper > h1,
#ls-global .ls-wrapper > h1,
html body .ls-wrapper > h2,
#ls-global .ls-wrapper > h2,
html body .ls-wrapper > h3,
#ls-global .ls-wrapper > h3,
html body .ls-wrapper > h4,
#ls-global .ls-wrapper > h4,
html body .ls-wrapper > h5,
#ls-global .ls-wrapper > h5,
html body .ls-wrapper > img,
#ls-global .ls-wrapper > img,
html body .ls-wrapper > div,
#ls-global .ls-wrapper > div,
html body .ls-wrapper > span,
#ls-global .ls-wrapper > span,
html body .ls-wrapper .ls-bg,
#ls-global .ls-wrapper .ls-bg,
html body .ls-wrapper .ls-layer,
#ls-global .ls-wrapper .ls-layer,
html body .ls-slide .ls-layer,
#ls-global .ls-slide .ls-layer,
html body .ls-slide a .ls-layer,
#ls-global .ls-slide a .ls-layer {
transition: none;
-ms-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
padding: 0;
margin: 0;
border-width: 0;
}
html body .ls-container img,
#ls-global .ls-container img {
transition: none;
-ms-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
background: none;
min-width: 0 !important;
max-width: none !important;
border-radius: 0;
box-shadow: none;
border-width: 0;
padding: 0;
}
html body .ls-wp-container .ls-wrapper > a > *,
#ls-global .ls-wp-container .ls-wrapper > a > * {
margin: 0;
}
html body .ls-wp-container .ls-wrapper > a,
#ls-global .ls-wp-container .ls-wrapper > a {
text-decoration: none;
}
.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-gui-element *,
.ls-gui-element,
.ls-container,
.ls-slide > *,
.ls-slide,
.ls-wrapper,
.ls-layer {
box-sizing: content-box !important;
}
html body .ls-yourlogo,
#ls-global .ls-yourlogo {
margin: 0;
}
html body .ls-tn,
#ls-global .ls-tn {
display: none;
}
.ls-bottom-nav-wrapper,
.ls-bottom-nav-wrapper span,
.ls-bottom-nav-wrapper a {
line-height: 0;
font-size: 0;
}
html body .ls-container video,
#ls-global .ls-container video {
max-width: none !important;
object-fit: cover !important;
}
html body .ls-container.ls-wp-container,
#ls-global .ls-container.ls-wp-container,
html body .ls-fullscreen-wrapper,
#ls-global .ls-fullscreen-wrapper {
max-width: none;
} html body .ls-container,
#ls-global .ls-container,
html body .ls-container .ls-slide-transition-wrapper,
#ls-global .ls-container .ls-slide-transition-wrapper,
html body .ls-container .ls-slide-transition-wrapper *,
#ls-global .ls-container .ls-slide-transition-wrapper *,
html body .ls-container .ls-bottom-nav-wrapper,
#ls-global .ls-container .ls-bottom-nav-wrapper,
html body .ls-container .ls-bottom-nav-wrapper *,
#ls-global .ls-container .ls-bottom-nav-wrapper *,
html body .ls-container .ls-bottom-nav-wrapper span *,
#ls-global .ls-container .ls-bottom-nav-wrapper span *,
html body .ls-direction-fix,
#ls-global .ls-direction-fix {
direction: ltr !important;
} html body .ls-container,
#ls-global .ls-container {
float: none !important;
} .ls-slider-notification {
position: relative;
margin: 10px auto;
padding: 10px 10px 15px 88px;
border-radius: 5px;
min-height: 60px;
background: #de4528;
color: white !important;
font-family: 'Open Sans', arial, sans-serif !important;
}
.ls-slider-notification a {
color: white !important;
text-decoration: underline !important;
}
.ls-slider-notification-logo {
position: absolute;
top: 16px;
left: 17px;
width: 56px;
height: 56px;
font-size: 49px;
line-height: 53px;
border-radius: 56px;
background-color: white;
color: #de4528;
font-style: normal;
font-weight: 800;
text-align: center;
}
.ls-slider-notification strong {
color: white !important;
display: block;
font-size: 20px;
line-height: 26px;
font-weight: normal !important;
}
.ls-slider-notification span {
display: block;
font-size: 13px;
line-height: 16px;
text-align: justify !important;
} @media screen and (max-width: 767px) {
.ls-container .ls-layers > .ls-hide-on-phone,
.ls-container .ls-background-videos .ls-hide-on-phone video,
.ls-container .ls-background-videos .ls-hide-on-phone audio,
.ls-container .ls-background-videos .ls-hide-on-phone iframe {
display: none !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.ls-container .ls-layers > .ls-hide-on-tablet,
.ls-container .ls-background-videos .ls-hide-on-tablet video,
.ls-container .ls-background-videos .ls-hide-on-tablet audio,
.ls-container .ls-background-videos .ls-hide-on-tablet iframe {
display: none !important;
}
}
@media screen and (min-width: 1025px) {
.ls-container .ls-layers > .ls-hide-on-desktop,
.ls-container .ls-background-videos .ls-hide-on-desktop video,
.ls-container .ls-background-videos .ls-hide-on-desktop audio,
.ls-container .ls-background-videos .ls-hide-on-desktop iframe {
display: none !important;
}
}
.ls-container .ls-background-videos .ls-vpcontainer {
z-index: 10;
}
.ls-container .ls-background-videos .ls-videopreview {
background-size: cover !important;
}
.ls-container .ls-background-videos video,
.ls-container .ls-background-videos audio,
.ls-container .ls-background-videos iframe {
position: relative;
z-index: 20;
} @media (transform-3d), (-ms-transform-3d), (-webkit-transform-3d) {
#ls-test3d {
position: absolute;
left: 9px;
height: 3px;
}
}
.ls-z[data-ls-animating-in] .ls-wrapper.ls-in-out,
.ls-z[data-ls-animating-out] .ls-wrapper.ls-in-out,
.ls-curtile,
.ls-nexttile {
will-change: transform;
}
.ls-z[data-ls-animating-in] .ls-layer,
.ls-z[data-ls-animating-out] .ls-layer,
.ls-curtile,
.ls-nexttile {
will-change: opacity;
}
.ls-layer[data-ls-animating-in],
.ls-layer[data-ls-animating-out] {
will-change: filter;
}
.ls-layer[data-ls-text-animating-in] .line,
.ls-layer[data-ls-text-animating-in] .word,
.ls-layer[data-ls-text-animating-in] .char,
.ls-layer[data-ls-text-animating-out] .line,
.ls-layer[data-ls-text-animating-out] .word,
.ls-layer[data-ls-text-animating-out] .char {
will-change: transform;
}
.ls-z:not([data-ls-hidden]),
.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-loop,
.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-parallax,
.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-scroll-transform,
.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-scroll {
will-change: transform;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.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: normal;
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: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.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;
}@font-face {
font-family: hero-posts-icons;
src: url(//motivatingradio.com/wp-content/plugins/hero-posts/data:@file/octet-stream;base64,d09GRgABAAAAAB78AAwAAAAAHqwAAQABAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABHAAAAcoAAAHK4t/kdU9TLzIAAALoAAAAYAAAAGAPEg0ZY21hcAAAA0gAAACMAAAAjPHO4kxnYXNwAAAD1AAAAAgAAAAIAAAAEGdseWYAAAPcAAAXyAAAF8g+eGVVaGVhZAAAG6QAAAA2AAAANiMsje9oaGVhAAAb3AAAACQAAAAkB8ID7mhtdHgAABwAAAAAtAAAALRSAAIQbG9jYQAAHLQAAABcAAAAXEVWSyZtYXhwAAAdEAAAACAAAAAgADQAo25hbWUAAB0wAAABqgAAAaoEK/f2cG9zdAAAHtwAAAAgAAAAIAADAAAAAQAAAAoAHgAsAAFsYXRuAAgABAAAAAAAAAABAAAAAWxpZ2EACAAAAAEAAAABAAQABAAAAAEACgAAAAEAFAAHACYAOABmAHQBOgFYAYYAAQAHAAUABgAHAAkAEwAVACwAAQAEABsABgAWABUACwARABMAAgAGABgAHAAIABEADwAPAAgAEAAVABQAGQAKAAUAFQAIAAoAEQATAAwACAAUAAEABAAdAAQABQAVAAgABwAQACoARABcAHYAlACsACcADAARABMADwAFABUABAAXAAwABwAIABEAKgAMABEAEwAPAAUAFQAEABIAFgARABUACAApAAsAEQATAA8ABQAVAAQADgAMABAADQAlAAwAEQATAA8ABQAVAAQADAAPAAUACgAIACYADgARABMADwAFABUABAAKAAUADgAOAAgAEwAYACMACwARABMADwAFABUABAAJAAwADgAIACgADAARABMADwAFABUABAAFABYABwAMABEAAQAEACEADAAIAAUABwAMABAACgAEABUADAAPAAgAAwAIABoAJAAgAAgADAAPAAgABAAFAAoAEQAeAAQADAAPAAgAGgAEAAUACgAUAAEABAArAAIALAAAAAMD5gGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8AkDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAHAAAAAYABAAAwAIAAEAIAAtAGEAaQBvAHYAeeAJ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);
}
.hero-posts-container { --hero-posts-icon-font-family:	hero-posts-icons;
--hero-posts-categories-icon:	"";
--hero-posts-tags-icon:	"";
--hero-posts-author-name-icon:	"";
--hero-posts-comments-number-icon:	"";
--hero-posts-date-icon:	"";
--hero-posts-time-icon:	"";
--hero-posts-date-time-icon:	"";
--hero-posts-time-ago-icon:	"";
--hero-posts-reading-time-icon:	"";
--hero-posts-sticky-pin-icon:	"";
--hero-posts-post-format-icon:	"";
--hero-posts-post-format-status-icon:	"";
--hero-posts-post-format-standard-icon:	"";
--hero-posts-post-format-image-icon:	"";
--hero-posts-post-format-gallery-icon:	"";
--hero-posts-post-format-video-icon:	"";
--hero-posts-post-format-audio-icon:	"";
--hero-posts-post-format-link-icon:	"";
--hero-posts-post-format-quote-icon:	"";
--hero-posts-post-format-chat-icon:	""; }   .hero-posts-container {   --hero-posts-item-content-font-size-inherit:	inherit;
--hero-posts-item-content-font-size-extra-small:	0.875rem;
--hero-posts-item-content-font-size-small:	0.875rem;
--hero-posts-item-content-font-size-normal:	0.875rem;
--hero-posts-item-content-font-size-medium:	0.875rem;
--hero-posts-item-content-font-size-large:	1rem;
--hero-posts-item-content-font-size-extra-large:	1rem;
--hero-posts-item-content-font-size-huge:	1rem;
--hero-posts-item-content-font-size-extra-huge:	1rem;  --hero-posts-item-content-title-font-size-inherit:	inherit;
--hero-posts-item-content-title-font-size-extra-small:	0.8rem;
--hero-posts-item-content-title-font-size-small:	1rem;
--hero-posts-item-content-title-font-size-normal:	1.25rem;
--hero-posts-item-content-title-font-size-medium:	1.563rem;
--hero-posts-item-content-title-font-size-large:	1.953rem;
--hero-posts-item-content-title-font-size-extra-large:	2.441rem;
--hero-posts-item-content-title-font-size-huge:	3.052rem;
--hero-posts-item-content-title-font-size-extra-huge:	3.81rem;  --hero-posts-item-content-supertitle-font-size-inherit:	inherit;
--hero-posts-item-content-supertitle-font-size-extra-small:	0.875rem;
--hero-posts-item-content-supertitle-font-size-small:	0.875rem;
--hero-posts-item-content-supertitle-font-size-normal:	0.875rem;
--hero-posts-item-content-supertitle-font-size-medium:	0.875rem;
--hero-posts-item-content-supertitle-font-size-large:	1rem;
--hero-posts-item-content-supertitle-font-size-extra-large:	1rem;
--hero-posts-item-content-supertitle-font-size-huge:	1rem;
--hero-posts-item-content-supertitle-font-size-extra-huge:	1.125rem;  --hero-posts-item-content-subtitle-font-size-inherit:	inherit;
--hero-posts-item-content-subtitle-font-size-extra-small:	0.875rem;
--hero-posts-item-content-subtitle-font-size-small:	0.875rem;
--hero-posts-item-content-subtitle-font-size-normal:	0.875rem;
--hero-posts-item-content-subtitle-font-size-medium:	0.875rem;
--hero-posts-item-content-subtitle-font-size-large:	1rem;
--hero-posts-item-content-subtitle-font-size-extra-large:	1rem;
--hero-posts-item-content-subtitle-font-size-huge:	1rem;
--hero-posts-item-content-subtitle-font-size-extra-huge:	1.25rem;  --hero-posts-item-content-excerpt-font-size-inherit:	inherit;
--hero-posts-item-content-excerpt-font-size-extra-small:	0.875rem;
--hero-posts-item-content-excerpt-font-size-small:	0.875rem;
--hero-posts-item-content-excerpt-font-size-normal:	0.875rem;
--hero-posts-item-content-excerpt-font-size-medium:	1rem;
--hero-posts-item-content-excerpt-font-size-large:	1rem;
--hero-posts-item-content-excerpt-font-size-extra-large:	1.125rem;
--hero-posts-item-content-excerpt-font-size-huge:	1.25rem;
--hero-posts-item-content-excerpt-font-size-extra-huge:	1.25rem; --hero-posts-dark-color-rgb:	0, 0, 0;
--hero-posts-dark-color:	rgb(var(--hero-posts-dark-color-rgb));
--hero-posts-dark-color-0:	rgba(var(--hero-posts-dark-color-rgb), 0);
--hero-posts-dark-color-10:	rgba(var(--hero-posts-dark-color-rgb), 0.1);
--hero-posts-dark-color-20:	rgba(var(--hero-posts-dark-color-rgb), 0.2);
--hero-posts-dark-color-30:	rgba(var(--hero-posts-dark-color-rgb), 0.3);
--hero-posts-dark-color-40:	rgba(var(--hero-posts-dark-color-rgb), 0.4);
--hero-posts-dark-color-50:	rgba(var(--hero-posts-dark-color-rgb), 0.5);
--hero-posts-dark-color-60:	rgba(var(--hero-posts-dark-color-rgb), 0.6);
--hero-posts-dark-color-70:	rgba(var(--hero-posts-dark-color-rgb), 0.7);
--hero-posts-dark-color-80:	rgba(var(--hero-posts-dark-color-rgb), 0.8);
--hero-posts-dark-color-90:	rgba(var(--hero-posts-dark-color-rgb), 0.9);
--hero-posts-dark-color-100:	rgba(var(--hero-posts-dark-color-rgb), 1);
--hero-posts-light-color-rgb:	255, 255, 255;
--hero-posts-light-color:	rgb(var(--hero-posts-light-color-rgb));
--hero-posts-light-color-0:	rgba(var(--hero-posts-light-color-rgb), 0);
--hero-posts-light-color-10:	rgba(var(--hero-posts-light-color-rgb), 0.1);
--hero-posts-light-color-20:	rgba(var(--hero-posts-light-color-rgb), 0.2);
--hero-posts-light-color-30:	rgba(var(--hero-posts-light-color-rgb), 0.3);
--hero-posts-light-color-40:	rgba(var(--hero-posts-light-color-rgb), 0.4);
--hero-posts-light-color-50:	rgba(var(--hero-posts-light-color-rgb), 0.5);
--hero-posts-light-color-60:	rgba(var(--hero-posts-light-color-rgb), 0.6);
--hero-posts-light-color-70:	rgba(var(--hero-posts-light-color-rgb), 0.7);
--hero-posts-light-color-80:	rgba(var(--hero-posts-light-color-rgb), 0.8);
--hero-posts-light-color-90:	rgba(var(--hero-posts-light-color-rgb), 0.9);
--hero-posts-light-color-100:	rgba(var(--hero-posts-light-color-rgb), 1);
--hero-posts-accent-color-0:	rgba(var(--hero-posts-accent-color-rgb), 0);
--hero-posts-accent-color-10:	rgba(var(--hero-posts-accent-color-rgb), 0.1);
--hero-posts-accent-color-20:	rgba(var(--hero-posts-accent-color-rgb), 0.2);
--hero-posts-accent-color-30:	rgba(var(--hero-posts-accent-color-rgb), 0.3);
--hero-posts-accent-color-40:	rgba(var(--hero-posts-accent-color-rgb), 0.4);
--hero-posts-accent-color-50:	rgba(var(--hero-posts-accent-color-rgb), 0.5);
--hero-posts-accent-color-60:	rgba(var(--hero-posts-accent-color-rgb), 0.6);
--hero-posts-accent-color-70:	rgba(var(--hero-posts-accent-color-rgb), 0.7);
--hero-posts-accent-color-80:	rgba(var(--hero-posts-accent-color-rgb), 0.8);
--hero-posts-accent-color-90:	rgba(var(--hero-posts-accent-color-rgb), 0.9);
--hero-posts-accent-color-100:	rgba(var(--hero-posts-accent-color-rgb), 1);
}    .hero-posts-container {    --hero-posts-base-gap: 20px; --hero-posts-column-gap: var(--hero-posts-base-gap); --hero-posts-separator-top-margin: var(--hero-posts-base-gap); --hero-posts-separator-bottom-margin: var(--hero-posts-base-gap);          --hero-posts-item-gap: calc(var(--hero-posts-base-gap) * 0.5); --hero-posts-item-gap-vertical: calc(var(--hero-posts-base-gap) * 0.5); --hero-posts-item-content-show-in-gap: 10px; --hero-posts-item-content-image-position-background-margin: 20px; --hero-posts-item-content-image-margin: 20px; --hero-posts-item-content-padding: 0; --hero-posts-item-content-max-width: 100%;   --hero-posts-light-color: #fff; --hero-posts-dark-color: #000; --hero-posts-item-content-color: inherit; --hero-posts-item-content-background-color: none; --hero-posts-item-content-image-position-background-color: var(--hero-posts-light-color); --hero-posts-item-content-image-position-background-background-color: none; --hero-posts-item-image-content-top-color: var(---hero-posts-light-color); --hero-posts-item-image-content-bottom-color: var(---hero-posts-light-color);  --hero-posts-item-content-supertitle-margin: 0 0 0.25em 0;
--hero-posts-item-content-title-margin: 0 0 0 0;
--hero-posts-item-content-subtitle-margin: 0.25em 0 0 0;
--hero-posts-item-content-excerpt-margin: 0.5em 0 0 0;             --hero-posts-item-taxonomy-pill-background-color:	var(--hero-posts-accent-color);
--hero-posts-item-taxonomy-pill-color:	white;
--hero-posts-item-taxonomy-pill-padding:	2px 6px;
--hero-posts-item-taxonomy-pill-border-radius:	4px; --hero-posts-item-side-image-width:	33%; --hero-posts-item-image-background-color:	none; --hero-posts-item-image-border-radius:	0; --hero-posts-item-image-hover-zoom-to:	1; --hero-posts-item-image-hover-zoom-from:	1.1; --hero-posts-item-image-hover-zoom-duration:	400ms; --hero-posts-item-image-hover-blur-from:	0; --hero-posts-item-image-hover-blur-to:	2px; --hero-posts-item-image-hover-blur-duration:	400ms; --hero-posts-item-image-hover-move-content:	0;
--hero-posts-item-image-hover-move-content-delay-supertitle: 0ms; --hero-posts-item-image-hover-move-content-delay-title: 100ms; --hero-posts-item-image-hover-move-content-delay-subtitle: 200ms;  --hero-posts-item-image-overlay-hover-opacity-from:	1; --hero-posts-item-image-overlay-hover-opacity-to:	0; --hero-posts-item-image-overlay-hover-opacity-duration:	400ms; --hero-posts-item-image-overlay-background-color:	none;
--hero-posts-item-align: inherit;                                                                     --hero-posts-separator-top-margin: var(--hero-posts-base-gap); --hero-posts-separator-line-width: 1px;
--hero-posts-separator-line-style: none;
--hero-posts-separator-line-color: #ccc;   --swiper-navigation-size: 33px; --swiper-pagination-progressbar-height: 8px; --swiper-pagination-fraction-color: var(--hero-posts-light-color); --swiper-pagination-fraction-opacity: 0.5; --swiper-pagination-fraction-font-size: inherit; --swiper-pagination-bullet-size: 12px; --swiper-navigation-color: var(--hero-posts-light-color);
--swiper-navigation-outside-color: var(--hero-posts-dark-color);
--swiper-pagination-bullet-inactive-color: var(--hero-posts-light-color);
--hero-posts-slider-swiper-space-between: var(--hero-posts-base-gap);         } .hero-posts-item, .hero-posts-column, .hero-posts-row {
--hero-posts-column-gap-half: calc(var(--hero-posts-column-gap) / 2);
--hero-posts-column-gap-full: var(--hero-posts-column-gap);
}  .hero-posts-row {
--hero-posts-column-gap: var(--hero-posts-base-gap);
--hero-posts-column-gap-half: calc(var(--hero-posts-column-gap) / 2);
clear: both;
display: flex;
margin: 0 calc(-1 * var(--hero-posts-column-gap-half));
width: calc(100% + var(--hero-posts-column-gap));
flex-wrap: wrap; }
.hero-posts-row .hero-posts-column {
--hero-posts-column-gap: var(--hero-posts-base-gap);
--hero-posts-column-gap-half: calc(var(--hero-posts-column-gap) / 2);
order: var(--hero-posts-column-order);
flex-basis: 0 0 var(--hero-posts-column-width, 100%);
max-width: var(--hero-posts-column-width, 100%);
padding: 0 var(--hero-posts-column-gap-half);
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.hero-posts-row .hero-posts-column.hero-posts-item-column-vertical-align-bottom > .hero-posts-column-inner {
justify-content: flex-end;
}
.hero-posts-row .hero-posts-column.hero-posts-item-column-vertical-align-middle > .hero-posts-column-inner {
justify-content: center;
}
.hero-posts-row .hero-posts-column > .hero-posts-column-inner {
flex-basis: 100%;
display: flex;
flex-direction: column;
text-align: var(--hero-posts-column-align);
}
.hero-posts-row .hero-posts-column.hero-posts-column-items-height-keep > .hero-posts-column-inner {
justify-content: space-between;
}
.hero-posts-row .hero-posts-column.hero-posts-column-items-height-keep > .hero-posts-column-inner > .hero-posts-item {
flex-basis: 100%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-items-height-keep > .hero-posts-column-inner > .hero-posts-item .hero-posts-item-image {
height: 100%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-items-height-keep > .hero-posts-column-inner > .hero-posts-slider-swiper {
flex-basis: 100%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-items-height-keep > .hero-posts-column-inner > .hero-posts-slider-swiper .hero-posts-slider-swiper-holder {
height: 100%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-items-height-keep > .hero-posts-column-inner > .hero-posts-slider-swiper .hero-posts-slider-swiper-holder .hero-posts-item {
height: 100%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-items-height-keep > .hero-posts-column-inner > .hero-posts-slider-swiper .hero-posts-slider-swiper-holder .hero-posts-item .hero-posts-item-image {
height: 100%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-width-1 {
flex-basis: 8.3333333333%;
max-width: 8.3333333333%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-width-2 {
flex-basis: 16.6666666667%;
max-width: 16.6666666667%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-width-3 {
flex-basis: 25%;
max-width: 25%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-width-4 {
flex-basis: 33.3333333333%;
max-width: 33.3333333333%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-width-5 {
flex-basis: 41.6666666667%;
max-width: 41.6666666667%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-width-6 {
flex-basis: 50%;
max-width: 50%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-width-7 {
flex-basis: 58.3333333333%;
max-width: 58.3333333333%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-width-8 {
flex-basis: 66.6666666667%;
max-width: 66.6666666667%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-width-9 {
flex-basis: 75%;
max-width: 75%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-width-10 {
flex-basis: 83.3333333333%;
max-width: 83.3333333333%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-width-11 {
flex-basis: 91.6666666667%;
max-width: 91.6666666667%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-width-12 {
flex-basis: 100%;
max-width: 100%;
}
.hero-posts-row .hero-posts-column.hero-posts-column-width-2_4 {
flex-basis: 20%;
max-width: 20%;
} .hero-posts-container .hero-posts-item {
position: relative;
text-align: var(--hero-posts-item-align);
background-color: var(--hero-posts-item-background-color);
max-height: var(--hero-posts-item-max-height);
height: var(--hero-posts-item-height);
min-height: var(--hero-posts-item-min-height);
display: flex;
flex-direction: column;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;                    }
.hero-posts-container .hero-posts-item .hero-posts-item-content {
display: flex;
flex-direction: row;
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner {
flex-basis: 100%;
display: flex;
flex-direction: column;
color: var(--hero-posts-item-content-color);
padding: var(--hero-posts-item-content-padding);
max-width: var(--hero-posts-item-content-max-width);
margin: var(--hero-posts-item-content-margin);
}
.hero-posts-item-align-center.hero-posts-item {
--hero-posts-item-content-margin: auto;
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-top {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-bottom: var(--hero-posts-item-content-top-border-bottom);
padding: var(--hero-posts-item-content-top-padding);
margin: var(--hero-posts-item-content-top-margin);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-top > div {
display: inline-flex;
flex-wrap: wrap;
gap: var(--hero-posts-item-content-show-in-gap);
color: var(--hero-posts-item-content-top-color, inherit);
opacity: var(--hero-posts-item-content-top-opacity, 0.9);
color: var(--hero-posts-item-content-top-color, inherit);
font-size: var(--hero-posts-item-content-top-font-size, inherit);
font-family: var(--hero-posts-item-content-top-font-family, inherit);
text-transform: var(--hero-posts-item-content-top-text-transform, inherit);
font-weight: var(--hero-posts-item-content-top-font-weight, inherit);
letter-spacing: var(--hero-posts-item-content-top-letter-spacing, inherit);
line-height: var(--hero-posts-item-content-top-line-height, inherit);
text-decoration: var(--hero-posts-item-content-top-text-decoration, inherit);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle {
flex-basis: 100%;
display: flex;
flex-direction: column;
justify-content: var(--hero-posts-item-content-vertical-align);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-middle-inner {
padding: var(--hero-posts-item-content-middle-inner-padding);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-supertitle,
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-title,
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-subtitle,
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-excerpt {
margin: 0;
padding: 0;
color: inherit;
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-supertitle .hero-posts-item-content-supertitle-inner,
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-subtitle .hero-posts-item-content-subtitle-inner {
display: inline-flex;
flex-wrap: wrap;
gap: var(--hero-posts-item-content-show-in-gap);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-supertitle {
margin: var(--hero-posts-item-content-supertitle-margin);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-supertitle .hero-posts-item-content-title-inner {
color: var(--hero-posts-item-content-supertitle-color, inherit);
opacity: var(--hero-posts-item-content-supertitle-opacity, 0.9);
font-size: var(--hero-posts-item-content-supertitle-font-size, inherit);
font-family: var(--hero-posts-item-content-supertitle-font-family, inherit);
text-transform: var(--hero-posts-item-content-supertitle-text-transform, inherit);
font-weight: var(--hero-posts-item-content-supertitle-font-weight, inherit);
letter-spacing: var(--hero-posts-item-content-supertitle-letter-spacing, inherit);
line-height: var(--hero-posts-item-content-supertitle-line-height, inherit);
text-decoration: var(--hero-posts-item-content-supertitle-text-decoration, inherit);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-title {
margin: var(--hero-posts-item-content-title-margin);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-title .hero-posts-item-content-title-inner { color: var(--hero-posts-item-content-title-color, inherit);
opacity: var(--hero-posts-item-content-title-opacity, 1);
font-size: var(--hero-posts-item-content-title-font-size, inherit);
font-family: var(--hero-posts-item-content-title-font-family, inherit);
text-transform: var(--hero-posts-item-content-title-text-transform, inherit);
font-weight: var(--hero-posts-item-content-title-font-weight, inherit);
letter-spacing: var(--hero-posts-item-content-title-letter-spacing, inherit);
line-height: var(--hero-posts-item-content-title-line-height, inherit);
text-decoration: var(--hero-posts-item-content-title-text-decoration, inherit);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-title .hero-posts-item-content-title-inner .hero-posts-item-content-title-a {
line-height: var(--hero-posts-item-content-title-a-line-height, inherit);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-subtitle {
margin: var(--hero-posts-item-content-subtitle-margin);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-subtitle .hero-posts-item-content-subtitle-inner {
color: var(--hero-posts-item-content-subtitle-color, inherit);
opacity: var(--hero-posts-item-content-subtitle-opacity, 0.9);
font-size: var(--hero-posts-item-content-subtitle-font-size, inherit);
font-family: var(--hero-posts-item-content-subtitle-font-family, inherit);
text-transform: var(--hero-posts-item-content-subtitle-text-transform, inherit);
font-weight: var(--hero-posts-item-content-subtitle-font-weight, inherit);
letter-spacing: var(--hero-posts-item-content-subtitle-letter-spacing, inherit);
line-height: var(--hero-posts-item-content-subtitle-line-height, inherit);
text-decoration: var(--hero-posts-item-content-subtitle-text-decoration, inherit);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-excerpt {
margin: var(--hero-posts-item-content-excerpt-margin);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-middle .hero-posts-item-content-excerpt .hero-posts-item-content-excerpt-inner {
color: var(--hero-posts-item-content-excerpt-color, inherit);
opacity: var(--hero-posts-item-content-excerpt-opacity, 1);
font-size: var(--hero-posts-item-content-excerpt-font-size, inherit);
font-family: var(--hero-posts-item-content-excerpt-font-family, inherit);
text-transform: var(--hero-posts-item-content-excerpt-text-transform, inherit);
font-weight: var(--hero-posts-item-content-excerpt-font-weight, inherit);
letter-spacing: var(--hero-posts-item-content-excerpt-letter-spacing, inherit);
line-height: var(--hero-posts-item-content-excerpt-line-height, inherit);
text-decoration: var(--hero-posts-item-content-excerpt-text-decoration, inherit);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-bottom {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-top: var(--hero-posts-item-content-bottom-border-top);
padding: var(--hero-posts-item-content-bottom-padding);
margin: var(--hero-posts-item-content-bottom-margin);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content-inner .hero-posts-item-content-bottom > div {
display: inline-flex;
flex-wrap: wrap;
gap: var(--hero-posts-item-content-show-in-gap);
color: var(--hero-posts-item-content-bottom-color, inherit);
opacity: var(--hero-posts-item-content-bottom-opacity, 0.9);
font-family: var(--hero-posts-item-content-bottom-font-family, inherit);
font-size: var(--hero-posts-item-content-bottom-font-size, inherit);
text-transform: var(--hero-posts-item-content-bottom-text-transform, inherit);
font-weight: var(--hero-posts-item-content-bottom-font-weight, inherit);
letter-spacing: var(--hero-posts-item-content-bottom-letter-spacing, inherit);
line-height: var(--hero-posts-item-content-bottom-line-height, inherit);
text-decoration: var(--hero-posts-item-content-bottom-text-decoration, inherit);
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-hide .hero-posts-item-content-excerpt {
display: none;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-1-line .hero-posts-item-content-excerpt, .hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-1-line-fix .hero-posts-item-content-excerpt {
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-1-line .hero-posts-item-content-excerpt, .hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-1-line-fix .hero-posts-item-content-excerpt {
-webkit-line-clamp: 1;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-1-line-fix .hero-posts-item-content-excerpt {
min-height: 1em;
min-height: 1lh;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-1-line .hero-posts-item-content-title, .hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-1-line-fix .hero-posts-item-content-title {
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-1-line .hero-posts-item-content-title, .hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-1-line-fix .hero-posts-item-content-title {
-webkit-line-clamp: 1;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-1-line-fix .hero-posts-item-content-title {
min-height: 1em;
min-height: 1lh;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-2-lines .hero-posts-item-content-excerpt, .hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-2-lines-fix .hero-posts-item-content-excerpt {
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-2-lines .hero-posts-item-content-excerpt, .hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-2-lines-fix .hero-posts-item-content-excerpt {
-webkit-line-clamp: 2;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-2-lines-fix .hero-posts-item-content-excerpt {
min-height: 2em;
min-height: 2lh;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-2-lines .hero-posts-item-content-title, .hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-2-lines-fix .hero-posts-item-content-title {
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-2-lines .hero-posts-item-content-title, .hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-2-lines-fix .hero-posts-item-content-title {
-webkit-line-clamp: 2;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-2-lines-fix .hero-posts-item-content-title {
min-height: 2em;
min-height: 2lh;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-3-lines .hero-posts-item-content-excerpt, .hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-3-lines-fix .hero-posts-item-content-excerpt {
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-3-lines .hero-posts-item-content-excerpt, .hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-3-lines-fix .hero-posts-item-content-excerpt {
-webkit-line-clamp: 3;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-3-lines-fix .hero-posts-item-content-excerpt {
min-height: 3em;
min-height: 3lh;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-3-lines .hero-posts-item-content-title, .hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-3-lines-fix .hero-posts-item-content-title {
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-3-lines .hero-posts-item-content-title, .hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-3-lines-fix .hero-posts-item-content-title {
-webkit-line-clamp: 3;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-3-lines-fix .hero-posts-item-content-title {
min-height: 3em;
min-height: 3lh;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-4-lines .hero-posts-item-content-excerpt, .hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-4-lines-fix .hero-posts-item-content-excerpt {
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-4-lines .hero-posts-item-content-excerpt, .hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-4-lines-fix .hero-posts-item-content-excerpt {
-webkit-line-clamp: 4;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-4-lines-fix .hero-posts-item-content-excerpt {
min-height: 4em;
min-height: 4lh;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-4-lines .hero-posts-item-content-title, .hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-4-lines-fix .hero-posts-item-content-title {
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-4-lines .hero-posts-item-content-title, .hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-4-lines-fix .hero-posts-item-content-title {
-webkit-line-clamp: 4;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-4-lines-fix .hero-posts-item-content-title {
min-height: 4em;
min-height: 4lh;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-5-lines .hero-posts-item-content-excerpt, .hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-5-lines-fix .hero-posts-item-content-excerpt {
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-5-lines .hero-posts-item-content-excerpt, .hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-5-lines-fix .hero-posts-item-content-excerpt {
-webkit-line-clamp: 5;
}
.hero-posts-container .hero-posts-item.hero-posts-item-show-excerpt-5-lines-fix .hero-posts-item-content-excerpt {
min-height: 5em;
min-height: 5lh;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-5-lines .hero-posts-item-content-title, .hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-5-lines-fix .hero-posts-item-content-title {
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-5-lines .hero-posts-item-content-title, .hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-5-lines-fix .hero-posts-item-content-title {
-webkit-line-clamp: 5;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-max-lines-5-lines-fix .hero-posts-item-content-title {
min-height: 5em;
min-height: 5lh;
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-small .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-title {
font-size: var(--hero-posts-item-content-title-font-size-extra-small);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-small .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-supertitle {
font-size: var(--hero-posts-item-content-supertitle-font-size-extra-small);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-small .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-subtitle {
font-size: var(--hero-posts-item-content-subtitle-font-size-extra-small);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-small .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-excerpt {
font-size: var(--hero-posts-item-content-excerpt-font-size-extra-small);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-small .hero-posts-item-content .hero-posts-item-content-top,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-small .hero-posts-item-image-content .hero-posts-item-image-content-top {
font-size: var(--hero-posts-item-content-top-font-size, var(--hero-posts-item-content-font-size-extra-small));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-small .hero-posts-item-content .hero-posts-item-content-bottom,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-small .hero-posts-item-image-content .hero-posts-item-image-content-bottom {
font-size: var(--hero-posts-item-content-bottom-font-size, var(--hero-posts-item-content-font-size-extra-small));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-small .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-title {
font-size: var(--hero-posts-item-content-title-font-size-small);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-small .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-supertitle {
font-size: var(--hero-posts-item-content-supertitle-font-size-small);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-small .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-subtitle {
font-size: var(--hero-posts-item-content-subtitle-font-size-small);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-small .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-excerpt {
font-size: var(--hero-posts-item-content-excerpt-font-size-small);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-small .hero-posts-item-content .hero-posts-item-content-top,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-small .hero-posts-item-image-content .hero-posts-item-image-content-top {
font-size: var(--hero-posts-item-content-top-font-size, var(--hero-posts-item-content-font-size-small));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-small .hero-posts-item-content .hero-posts-item-content-bottom,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-small .hero-posts-item-image-content .hero-posts-item-image-content-bottom {
font-size: var(--hero-posts-item-content-bottom-font-size, var(--hero-posts-item-content-font-size-small));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-normal .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-title {
font-size: var(--hero-posts-item-content-title-font-size-normal);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-normal .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-supertitle {
font-size: var(--hero-posts-item-content-supertitle-font-size-normal);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-normal .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-subtitle {
font-size: var(--hero-posts-item-content-subtitle-font-size-normal);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-normal .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-excerpt {
font-size: var(--hero-posts-item-content-excerpt-font-size-normal);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-normal .hero-posts-item-content .hero-posts-item-content-top,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-normal .hero-posts-item-image-content .hero-posts-item-image-content-top {
font-size: var(--hero-posts-item-content-top-font-size, var(--hero-posts-item-content-font-size-normal));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-normal .hero-posts-item-content .hero-posts-item-content-bottom,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-normal .hero-posts-item-image-content .hero-posts-item-image-content-bottom {
font-size: var(--hero-posts-item-content-bottom-font-size, var(--hero-posts-item-content-font-size-normal));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-medium .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-title {
font-size: var(--hero-posts-item-content-title-font-size-medium);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-medium .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-supertitle {
font-size: var(--hero-posts-item-content-supertitle-font-size-medium);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-medium .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-subtitle {
font-size: var(--hero-posts-item-content-subtitle-font-size-medium);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-medium .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-excerpt {
font-size: var(--hero-posts-item-content-excerpt-font-size-medium);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-medium .hero-posts-item-content .hero-posts-item-content-top,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-medium .hero-posts-item-image-content .hero-posts-item-image-content-top {
font-size: var(--hero-posts-item-content-top-font-size, var(--hero-posts-item-content-font-size-medium));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-medium .hero-posts-item-content .hero-posts-item-content-bottom,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-medium .hero-posts-item-image-content .hero-posts-item-image-content-bottom {
font-size: var(--hero-posts-item-content-bottom-font-size, var(--hero-posts-item-content-font-size-medium));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-large .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-title {
font-size: var(--hero-posts-item-content-title-font-size-large);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-large .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-supertitle {
font-size: var(--hero-posts-item-content-supertitle-font-size-large);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-large .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-subtitle {
font-size: var(--hero-posts-item-content-subtitle-font-size-large);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-large .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-excerpt {
font-size: var(--hero-posts-item-content-excerpt-font-size-large);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-large .hero-posts-item-content .hero-posts-item-content-top,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-large .hero-posts-item-image-content .hero-posts-item-image-content-top {
font-size: var(--hero-posts-item-content-top-font-size, var(--hero-posts-item-content-font-size-large));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-large .hero-posts-item-content .hero-posts-item-content-bottom,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-large .hero-posts-item-image-content .hero-posts-item-image-content-bottom {
font-size: var(--hero-posts-item-content-bottom-font-size, var(--hero-posts-item-content-font-size-large));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-large .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-title {
font-size: var(--hero-posts-item-content-title-font-size-extra-large);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-large .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-supertitle {
font-size: var(--hero-posts-item-content-supertitle-font-size-extra-large);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-large .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-subtitle {
font-size: var(--hero-posts-item-content-subtitle-font-size-extra-large);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-large .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-excerpt {
font-size: var(--hero-posts-item-content-excerpt-font-size-extra-large);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-large .hero-posts-item-content .hero-posts-item-content-top,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-large .hero-posts-item-image-content .hero-posts-item-image-content-top {
font-size: var(--hero-posts-item-content-top-font-size, var(--hero-posts-item-content-font-size-extra-large));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-large .hero-posts-item-content .hero-posts-item-content-bottom,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-large .hero-posts-item-image-content .hero-posts-item-image-content-bottom {
font-size: var(--hero-posts-item-content-bottom-font-size, var(--hero-posts-item-content-font-size-extra-large));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-huge .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-title {
font-size: var(--hero-posts-item-content-title-font-size-huge);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-huge .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-supertitle {
font-size: var(--hero-posts-item-content-supertitle-font-size-huge);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-huge .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-subtitle {
font-size: var(--hero-posts-item-content-subtitle-font-size-huge);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-huge .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-excerpt {
font-size: var(--hero-posts-item-content-excerpt-font-size-huge);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-huge .hero-posts-item-content .hero-posts-item-content-top,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-huge .hero-posts-item-image-content .hero-posts-item-image-content-top {
font-size: var(--hero-posts-item-content-top-font-size, var(--hero-posts-item-content-font-size-huge));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-huge .hero-posts-item-content .hero-posts-item-content-bottom,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-huge .hero-posts-item-image-content .hero-posts-item-image-content-bottom {
font-size: var(--hero-posts-item-content-bottom-font-size, var(--hero-posts-item-content-font-size-huge));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-huge .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-title {
font-size: var(--hero-posts-item-content-title-font-size-extra-huge);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-huge .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-supertitle {
font-size: var(--hero-posts-item-content-supertitle-font-size-extra-huge);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-huge .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-subtitle {
font-size: var(--hero-posts-item-content-subtitle-font-size-extra-huge);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-huge .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-excerpt {
font-size: var(--hero-posts-item-content-excerpt-font-size-extra-huge);
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-huge .hero-posts-item-content .hero-posts-item-content-top,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-huge .hero-posts-item-image-content .hero-posts-item-image-content-top {
font-size: var(--hero-posts-item-content-top-font-size, var(--hero-posts-item-content-font-size-extra-huge));
}
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-huge .hero-posts-item-content .hero-posts-item-content-bottom,
.hero-posts-container .hero-posts-item.hero-posts-item-title-font-size-extra-huge .hero-posts-item-image-content .hero-posts-item-image-content-bottom {
font-size: var(--hero-posts-item-content-bottom-font-size, var(--hero-posts-item-content-font-size-extra-huge));
}
.hero-posts-container .hero-posts-item .hero-posts-item-image-inner {
height: 100%;
position: relative;
border-radius: var(--hero-posts-item-image-border-radius);
}
.hero-posts-container .hero-posts-item .hero-posts-item-image-inner .hero-posts-item-image-content {
pointer-events: none;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
color: var(--hero-posts-light-color);
z-index: 1;
margin: var(--hero-posts-item-content-image-margin);
}
.hero-posts-container .hero-posts-item .hero-posts-item-image-inner .hero-posts-item-image-content .hero-posts-item-image-content-top {
display: flex;
justify-content: space-between;
color: var(--hero-posts-item-image-content-top-color);
opacity: var(--hero-posts-item-image-content-top-opacity, 1);
}
.hero-posts-container .hero-posts-item .hero-posts-item-image-inner .hero-posts-item-image-content .hero-posts-item-image-content-top > div {
display: inline-flex;
flex-wrap: wrap;
gap: var(--hero-posts-item-content-show-in-gap);
}
.hero-posts-container .hero-posts-item .hero-posts-item-image-inner .hero-posts-item-image-content .hero-posts-item-image-content-middle {
flex-basis: 100%;
text-align: center;
font-size: 2.5em;
display: flex;
justify-content: center;
align-items: center;
color: inherit;
}
.hero-posts-container .hero-posts-item .hero-posts-item-image-inner .hero-posts-item-image-content .hero-posts-item-image-content-bottom {
display: flex;
justify-content: space-between;
color: var(--hero-posts-item-image-content-bottom-color);
opacity: var(--hero-posts-item-image-content-bottom-opacity, 1);
}
.hero-posts-container .hero-posts-item .hero-posts-item-image-inner .hero-posts-item-image-content .hero-posts-item-image-content-bottom > div {
display: inline-flex;
flex-wrap: wrap;
gap: var(--hero-posts-item-content-show-in-gap);
}
.hero-posts-container .hero-posts-item .hero-posts-item-image-inner .hero-posts-item-image-container {
height: 100%;
background-color: var(--hero-posts-item-image-background-color);
}
.hero-posts-container .hero-posts-item .hero-posts-item-image-inner .hero-posts-item-image-container .hero-posts-item-image-a {
display: block;
width: 100%;
height: 100%;
}
.hero-posts-container .hero-posts-item .hero-posts-item-image-inner .hero-posts-item-image-container .hero-posts-item-image-a img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-background .hero-posts-item-image {
flex-basis: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-background .hero-posts-item-content {
margin: var(--hero-posts-item-content-image-position-background-margin);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
color: var(--hero-posts-item-content-image-position-background-color);
background-color: var(--hero-posts-item-content-image-position-background-background-color);
}
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-background .hero-posts-item-content .hero-posts-item-content-middle-inner {
color: var(--hero-posts-item-content-color, inherit);
background-color: var(--hero-posts-item-content-background-color, transparent);
}
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-left, .hero-posts-container .hero-posts-item.hero-posts-item-image-position-left-keep-aspect-ratio {
flex-direction: row;
--hero-posts-item-gap-half: calc(var(--hero-posts-item-gap) / 2);
margin: 0 calc(-1 * var(--hero-posts-item-gap-half)); }
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-left .hero-posts-item-image, .hero-posts-container .hero-posts-item.hero-posts-item-image-position-left-keep-aspect-ratio .hero-posts-item-image {
flex: 0 0 var(--hero-posts-item-side-image-width);
padding: 0 var(--hero-posts-item-gap-half);
}
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-left .hero-posts-item-content, .hero-posts-container .hero-posts-item.hero-posts-item-image-position-left-keep-aspect-ratio .hero-posts-item-content {
flex: 0 0 calc(100% - var(--hero-posts-item-side-image-width)- var(--hero-posts-item-gap));
padding: 0 var(--hero-posts-item-gap-half);
}
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-right, .hero-posts-container .hero-posts-item.hero-posts-item-image-position-right-keep-aspect-ratio {
flex-direction: row-reverse;
--hero-posts-item-gap-half: calc(var(--hero-posts-item-gap) / 2);
margin: 0 calc(-1 * var(--hero-posts-item-gap-half)); }
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-right .hero-posts-item-image, .hero-posts-container .hero-posts-item.hero-posts-item-image-position-right-keep-aspect-ratio .hero-posts-item-image {
flex: 0 0 var(--hero-posts-item-side-image-width);
padding: 0 var(--hero-posts-item-gap-half);
}
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-right .hero-posts-item-content, .hero-posts-container .hero-posts-item.hero-posts-item-image-position-right-keep-aspect-ratio .hero-posts-item-content {
flex: 0 0 calc(100% - var(--hero-posts-item-side-image-width));
padding: 0 var(--hero-posts-item-gap-half);
}
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-left-keep-aspect-ratio, .hero-posts-container .hero-posts-item.hero-posts-item-image-position-right-keep-aspect-ratio { }
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-left-keep-aspect-ratio .hero-posts-item-image-container, .hero-posts-container .hero-posts-item.hero-posts-item-image-position-right-keep-aspect-ratio .hero-posts-item-image-container {
height: auto;
}
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-left-keep-aspect-ratio .hero-posts-item-image, .hero-posts-container .hero-posts-item.hero-posts-item-image-position-right-keep-aspect-ratio .hero-posts-item-image {
align-self: flex-start;
}
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-top {
display: flex;
flex-direction: column;
gap: var(--hero-posts-item-gap-vertical);
}
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-bottom {
display: flex;
flex-direction: column-reverse;
gap: var(--hero-posts-item-gap-vertical);
}
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-hidden {
display: flex;
flex-direction: column;
}
.hero-posts-container .hero-posts-item.hero-posts-item-image-position-hidden .hero-posts-item-image {
display: none;
}
.hero-posts-container .hero-posts-item:not(.hero-posts-item-image-overlay-background-type-none) .hero-posts-item-image .hero-posts-item-image-container:before {
content: " ";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
background: var(--hero-posts-item-image-overlay-background-color);
pointer-events: none;
}
.hero-posts-container .hero-posts-item .hero-posts-post-data {
order: 10; }
.hero-posts-container .hero-posts-item .hero-posts-post-data:before {
font-family: var(--hero-posts-icon-font-family);
margin-right: 4px;
line-height: 1;
}
.hero-posts-container .hero-posts-item .hero-posts-post-data:not(:last-child):after {
content: var(--hero-posts-post-data-delimiter);
margin-left: var(--hero-posts-item-content-show-in-gap);
}
.hero-posts-container .hero-posts-item .hero-posts-sticky-mark:before {
content: var(--hero-posts-sticky-pin-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-categories:before {
content: var(--hero-posts-categories-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-tags:before {
content: var(--hero-posts-tags-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-author-name:before {
content: var(--hero-posts-author-name-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-comments-number:before {
content: var(--hero-posts-comments-number-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-time-ago:before {
content: var(--hero-posts-time-ago-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-date:before {
content: var(--hero-posts-date-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-date-time:before {
content: var(--hero-posts-date-time-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-time:before {
content: var(--hero-posts-time-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-reading-time:before {
content: var(--hero-posts-reading-time-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-post-format:before {
content: var(--hero-posts-post-format-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-post-format[data-format=image]:before {
content: var(--hero-posts-post-format-image-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-post-format[data-format=audio]:before {
content: var(--hero-posts-post-format-audio-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-post-format[data-format=video]:before {
content: var(--hero-posts-post-format-video-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-post-format[data-format=gallery]:before {
content: var(--hero-posts-post-format-gallery-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-post-format[data-format=quote]:before {
content: var(--hero-posts-post-format-quote-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-post-format[data-format=status]:before {
content: var(--hero-posts-post-format-status-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-post-format[data-format=chat]:before {
content: var(--hero-posts-post-format-chat-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-post-format[data-format=chat]:before {
content: var(--hero-posts-post-format-link-icon);
}
.hero-posts-container .hero-posts-item .hero-posts-author-photo img {
max-width: 32px;
margin-top: -5px;
display: inline;
vertical-align: bottom;
border-radius: 50%;
}
.hero-posts-container .hero-posts-item .hero-posts-item-image-content-middle .hero-posts-author-photo img {
vertical-align: middle;
}
.hero-posts-container .hero-posts-item .hero-posts-post-format > span {
display: none;
}
.hero-posts-container .hero-posts-item.hero-posts-item-post-format-icons-all-media .hero-posts-post-format, .hero-posts-container .hero-posts-item.hero-posts-item-post-format-icons-extended-media .hero-posts-post-format {
display: none;
}
.hero-posts-container .hero-posts-item.hero-posts-item-post-format-icons-all-media .hero-posts-post-format[data-format=video],
.hero-posts-container .hero-posts-item.hero-posts-item-post-format-icons-all-media .hero-posts-post-format[data-format=audio], .hero-posts-container .hero-posts-item.hero-posts-item-post-format-icons-extended-media .hero-posts-post-format[data-format=video],
.hero-posts-container .hero-posts-item.hero-posts-item-post-format-icons-extended-media .hero-posts-post-format[data-format=audio] {
display: inline;
}
.hero-posts-container .hero-posts-item.hero-posts-item-post-format-icons-extended-media .hero-posts-post-format {
display: none;
}
.hero-posts-container .hero-posts-item.hero-posts-item-post-format-icons-extended-media .hero-posts-post-format[data-format=gallery],
.hero-posts-container .hero-posts-item.hero-posts-item-post-format-icons-extended-media .hero-posts-post-format[data-format=image] {
display: inline;
}
.hero-posts-container .hero-posts-item.hero-posts-item-post-format-icons-all-no-standard .hero-posts-post-format[data-format=""],
.hero-posts-container .hero-posts-item.hero-posts-item-post-format-icons-all-no-standard .hero-posts-post-format[data-format=standard],
.hero-posts-container .hero-posts-item.hero-posts-item-post-format-icons-all-no-standard .hero-posts-post-format[data-format=status] {
display: none;
}
.hero-posts-container .hero-posts-item .hero-posts-post-data-archive-url,
.hero-posts-container .hero-posts-item .hero-posts-post-data-author-url {
color: inherit;
pointer-events: all;
}
.hero-posts-container .hero-posts-item.hero-posts-item-post-post-data-style-clean-accent .hero-posts-post-data:not(.hero-posts-categories):before, .hero-posts-container .hero-posts-item.hero-posts-item-post-post-data-style-clean .hero-posts-post-data:not(.hero-posts-categories):before {
content: "";
display: none;
}
.hero-posts-container .hero-posts-item.hero-posts-item-post-post-data-style-clean-icon-accent .hero-posts-post-data:not(.hero-posts-categories), .hero-posts-container .hero-posts-item.hero-posts-item-post-post-data-style-clean-accent .hero-posts-post-data:not(.hero-posts-categories) {
color: var(--hero-posts-accent-color);
}
.hero-posts-container .hero-posts-item .hero-posts-post-data.hero-posts-taxonomy .hero-posts-taxonomy-delimiter:before {
content: ", ";
}
.hero-posts-container .hero-posts-item.hero-posts-item-post-categories-style-pills .hero-posts-categories, .hero-posts-container .hero-posts-item.hero-posts-item-post-categories-style-pills-icon .hero-posts-categories {
order: 5;
}
.hero-posts-container .hero-posts-item.hero-posts-item-post-categories-style-pills .hero-posts-categories .hero-posts-taxonomy-pill, .hero-posts-container .hero-posts-item.hero-posts-item-post-categories-style-pills-icon .hero-posts-categories .hero-posts-taxonomy-pill {
background-color: var(--hero-posts-item-taxonomy-pill-background-color);
color: var(--hero-posts-item-taxonomy-pill-color);
padding: var(--hero-posts-item-taxonomy-pill-padding);
border-radius: var(--hero-posts-item-taxonomy-pill-border-radius);
}
.hero-posts-container .hero-posts-item.hero-posts-item-post-categories-style-pills .hero-posts-categories .hero-posts-taxonomy-delimiter:before, .hero-posts-container .hero-posts-item.hero-posts-item-post-categories-style-pills-icon .hero-posts-categories .hero-posts-taxonomy-delimiter:before {
content: " ";
}
.hero-posts-container .hero-posts-item.hero-posts-item-post-categories-style-clean .hero-posts-categories:before, .hero-posts-container .hero-posts-item.hero-posts-item-post-categories-style-clean-accent .hero-posts-categories:before, .hero-posts-container .hero-posts-item.hero-posts-item-post-categories-style-pills .hero-posts-categories:before {
content: "";
display: none;
}
.hero-posts-container .hero-posts-item.hero-posts-item-post-categories-style-clean-accent-icon .hero-posts-categories span, .hero-posts-container .hero-posts-item.hero-posts-item-post-categories-style-clean-accent .hero-posts-categories span {
color: var(--hero-posts-accent-color);
}
.hero-posts-container .hero-posts-item .hero-posts-item-image {
overflow: hidden;
}
.hero-posts-container .hero-posts-item .hero-posts-item-image .hero-posts-item-image-inner {
overflow: hidden;
position: relative;
height: 100%;
flex-basis: 100%;
}
.hero-posts-container .hero-posts-item .hero-posts-item-image .hero-posts-item-image-inner .hero-posts-item-image-container {
transition: transform ease var(--hero-posts-item-image-hover-zoom-duration, 400ms), filter ease var(--hero-posts-item-image-hover-blur-duration, 400ms);
}
.hero-posts-container .hero-posts-item .hero-posts-item-image .hero-posts-item-image-inner .hero-posts-item-image-container:before {
transition: opacity ease var(--hero-posts-item-image-overlay-hover-opacity-duration, 400ms);
}
.hero-posts-container .hero-posts-item .hero-posts-item-image .hero-posts-item-image-container:before {
opacity: var(--hero-posts-item-image-overlay-hover-opacity-from);
}
.hero-posts-container .hero-posts-item:hover .hero-posts-item-image .hero-posts-item-image-container:before {
opacity: var(--hero-posts-item-image-overlay-hover-opacity-to);
}
.hero-posts-container .hero-posts-item .hero-posts-item-image .hero-posts-item-image-container {
transform: scale(var(--hero-posts-item-image-hover-zoom-from));
}
.hero-posts-container .hero-posts-item:hover .hero-posts-item-image .hero-posts-item-image-container {
transform: scale(var(--hero-posts-item-image-hover-zoom-to));
}
.hero-posts-container .hero-posts-item .hero-posts-item-image .hero-posts-item-image-container {
filter: blur(var(--hero-posts-item-image-hover-blur-from));
}
.hero-posts-container .hero-posts-item:hover .hero-posts-item-image .hero-posts-item-image-container {
filter: blur(var(--hero-posts-item-image-hover-blur-to));
}
.hero-posts-container .hero-posts-item .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-middle-inner .hero-posts-item-content-supertitle {
transition: transform var(--hero-posts-item-image-hover-move-content-duration, 400ms) ease var(--hero-posts-item-image-hover-move-content-delay-supertitle);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-middle-inner .hero-posts-item-content-title {
transition: all var(--hero-posts-item-image-hover-move-content-duration, 400ms) ease var(--hero-posts-item-image-hover-move-content-delay-title);
}
.hero-posts-container .hero-posts-item .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-middle-inner .hero-posts-item-content-subtitle {
transition: all var(--hero-posts-item-image-hover-move-content-duration, 400ms) ease var(--hero-posts-item-image-hover-move-content-delay-subtitle);
}
.hero-posts-container .hero-posts-item:hover .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-middle-inner .hero-posts-item-content-supertitle {
transform: translateY(var(--hero-posts-item-image-hover-move-content));
}
.hero-posts-container .hero-posts-item:hover .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-middle-inner .hero-posts-item-content-title {
transform: translateY(var(--hero-posts-item-image-hover-move-content));
}
.hero-posts-container .hero-posts-item:hover .hero-posts-item-content .hero-posts-item-content-middle .hero-posts-item-content-middle-inner .hero-posts-item-content-subtitle {
transform: translateY(var(--hero-posts-item-image-hover-move-content));
}
.hero-posts-container .hero-posts-item:hover .hero-posts-item-content .hero-posts-item-content-top {
color: var(--hero-posts-item-content-top-hover-color);
text-decoration: var(--hero-posts-item-content-top-hover-text-decoration);
}
.hero-posts-container .hero-posts-item:hover .hero-posts-item-content .hero-posts-item-content-bottom {
color: var(--hero-posts-item-content-bottom-hover-color);
text-decoration: var(--hero-posts-item-content-bottom-hover-text-decoration);
}
.hero-posts-container .hero-posts-item:hover .hero-posts-item-content .hero-posts-item-content-supertitle {
color: var(--hero-posts-item-content-supertitle-hover-color);
text-decoration: var(--hero-posts-item-content-supertitle-hover-text-decoration);
}
.hero-posts-container .hero-posts-item:hover .hero-posts-item-content .hero-posts-item-content-title {
color: var(--hero-posts-item-content-title-hover-color);
text-decoration: var(--hero-posts-item-content-title-hover-text-decoration);
transform: translateY(-5px);
transition: all 200ms ease-out 10ms;
}
.hero-posts-container .hero-posts-item:hover .hero-posts-item-content .hero-posts-item-content-subtitle {
color: var(--hero-posts-item-content-subtitle-hover-color);
text-decoration: var(--hero-posts-item-content-subtitle-hover-text-decoration);
transform: translateY(var(--hero-posts-item-image-hover-move-content));
transition: all 200ms ease-out 15s;
}
.hero-posts-container .hero-posts-item:hover .hero-posts-item-content .hero-posts-item-content-excerpt {
color: var(--hero-posts-item-content-excerpt-hover-color);
text-decoration: var(--hero-posts-item-content-excerpt-hover-text-decoration);
} .hero-posts-container .hero-posts-item:not(.hero-posts-item-skip-typography-fixes) .hero-posts-item-content-title .hero-posts-item-content-title-a {
color: inherit;
font-size: inherit;
pointer-events: all;
} .hero-posts-container .hero-posts-item:not(.hero-posts-item-skip-typography-fixes) .hero-posts-item-content-subtitle, .hero-posts-container .hero-posts-item:not(.hero-posts-item-skip-typography-fixes) .hero-posts-item-content-supertitle { }
.hero-posts-container .hero-posts-html:not(.hero-posts-item-skip-typography-fixes) h1, .hero-posts-container .hero-posts-html:not(.hero-posts-item-skip-typography-fixes) h2, .hero-posts-container .hero-posts-html:not(.hero-posts-item-skip-typography-fixes) h3, .hero-posts-container .hero-posts-html:not(.hero-posts-item-skip-typography-fixes) h4, .hero-posts-container .hero-posts-html:not(.hero-posts-item-skip-typography-fixes) h5, .hero-posts-container .hero-posts-html:not(.hero-posts-item-skip-typography-fixes) h6, .hero-posts-container .hero-posts-html:not(.hero-posts-item-skip-typography-fixes) p {
margin: 0;
padding: 0;
} .hero-posts-container hr.hero-posts-separator {
border: 0;
width: 100%;
margin-top: var(--hero-posts-separator-top-margin);
margin-bottom: var(--hero-posts-separator-bottom-margin);
border-bottom-width: var(--hero-posts-separator-line-width);
border-bottom-style: var(--hero-posts-separator-line-style);
border-bottom-color: var(--hero-posts-separator-line-color);
}
.hero-posts-container hr.hero-posts-separator.hero-posts-separator-top-margin-inherit {
margin-top: var(--hero-posts-base-gap) !important;
}
.hero-posts-container hr.hero-posts-separator.hero-posts-separator-bottom-margin-inherit {
margin-bottom: var(--hero-posts-base-gap) !important;
} .hero-posts-banner {
text-align: center;
display: block;
margin: 0 auto;
border: 0;
border-width: var(--hero-posts-banner-border-width);
border-style: var(--hero-posts-banner-border-style);
border-color: var(--hero-posts-banner-border-color);
}
.hero-posts-banner > div {
margin-right: auto !important;
margin-left: auto !important;
}
.hero-posts-banner img {
display: block;
margin: 0 auto;
}
.hero-posts-column-align-right .hero-posts-banner {
margin-right: 0;
}
.hero-posts-column-align-left .hero-posts-banner {
margin-left: 0;
} .hero-posts-container .hero-posts-slider-swiper {
width: 100%;
position: relative;             }
.hero-posts-container .hero-posts-slider-swiper .hero-posts-slider-swiper-holder {
overflow: hidden;
}
.hero-posts-container .hero-posts-slider-swiper .hero-posts-slider-swiper-button {
font-size: var(--swiper-navigation-size);
width: fit-content;
height: fit-content;
padding: 0.5em;
background-image: none;
margin-top: calc(0px - (0.5em + var(--swiper-navigation-size)/ 2));
}
.hero-posts-container .hero-posts-slider-swiper .hero-posts-slider-swiper-button.swiper-button-next, .hero-posts-container .hero-posts-slider-swiper .hero-posts-slider-swiper-button.swiper-button-prev {
top: var(--swiper-navigation-top-position, 50%);
}
.hero-posts-container .hero-posts-slider-swiper .hero-posts-slider-swiper-button.swiper-button-prev {
left: 0;
}
.hero-posts-container .hero-posts-slider-swiper .hero-posts-slider-swiper-button.swiper-button-next {
right: 0;
}
.hero-posts-container .hero-posts-slider-swiper .hero-posts-slider-swiper-button:after {
font-size: inherit;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-size-extra-small .hero-posts-slider-swiper-button {
--swiper-navigation-size: 14px ;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-size-small .hero-posts-slider-swiper-button {
--swiper-navigation-size: 22px ;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-size-medium .hero-posts-slider-swiper-button {
--swiper-navigation-size: 33px ;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-size-large .hero-posts-slider-swiper-button {
--swiper-navigation-size: 44px ;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-vertical-position-bottom .hero-posts-slider-swiper-button {
bottom: 0.5em;
top: auto;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-vertical-position-top .hero-posts-slider-swiper-button {
top: 0.5em;
margin-top: 0;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-style-filled-circle .hero-posts-slider-swiper-button, .hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-style-outline-circle .hero-posts-slider-swiper-button {
width: 2em;
height: 2em;
border-radius: 50%;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-style-clean .hero-posts-slider-swiper-button {
padding-left: 20px;
padding-right: 20px;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-style-filled .hero-posts-slider-swiper-button, .hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-style-filled-circle .hero-posts-slider-swiper-button {
background: rgba(0, 0, 0, 0.7);
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-style-outline .hero-posts-slider-swiper-button, .hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-style-outline-circle .hero-posts-slider-swiper-button {
box-shadow: inset 0px 0px 1px 1px currentColor;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-style-outline-circle .hero-posts-slider-swiper-button.swiper-button-prev, .hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-style-filled-circle .hero-posts-slider-swiper-button.swiper-button-prev {
left: 0.5em;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-style-outline-circle .hero-posts-slider-swiper-button.swiper-button-next, .hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-style-filled-circle .hero-posts-slider-swiper-button.swiper-button-next {
right: 0.5em;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-position-outside .hero-posts-slider-swiper-button.swiper-button-prev {
left: calc(-1.5em - var(--hero-posts-slider-swiper-space-between, var(--hero-posts-base-gap)));
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-position-outside .hero-posts-slider-swiper-button.swiper-button-next {
right: calc(-1.5em - var(--hero-posts-slider-swiper-space-between, var(--hero-posts-base-gap)));
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-position-outside.hero-posts-slider-swiper-navigation-style-filled-circle .hero-posts-slider-swiper-button.swiper-button-prev {
left: calc(-2em - var(--hero-posts-slider-swiper-space-between, var(--hero-posts-base-gap)));
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-position-outside.hero-posts-slider-swiper-navigation-style-filled-circle .hero-posts-slider-swiper-button.swiper-button-next {
right: calc(-2em - var(--hero-posts-slider-swiper-space-between, var(--hero-posts-base-gap)));
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-position-outside.hero-posts-slider-swiper-navigation-style-outline .hero-posts-slider-swiper-button, .hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-navigation-position-outside.hero-posts-slider-swiper-navigation-style-clean .hero-posts-slider-swiper-button {
color: var(--swiper-navigation-outside-color, var(--swiper-theme-color));
}
.hero-posts-container .hero-posts-slider-swiper .swiper-pagination {
pointer-events: none;
bottom: 1em;
line-height: 1;
display: block;
}
.hero-posts-container .hero-posts-slider-swiper .swiper-pagination .swiper-pagination-bullet {
pointer-events: all;
}
.hero-posts-container .hero-posts-slider-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: var(--hero-posts-accent-color);
}
.hero-posts-container .hero-posts-slider-swiper .swiper-horizontal > .swiper-pagination-progressbar,
.hero-posts-container .hero-posts-slider-swiper .swiper-pagination-progressbar.swiper-pagination-horizontal,
.hero-posts-container .hero-posts-slider-swiper .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.hero-posts-container .hero-posts-slider-swiper .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
height: var(--swiper-pagination-progressbar-height);
}
.hero-posts-container .hero-posts-slider-swiper .swiper-pagination.swiper-pagination-fraction {
color: var(--swiper-pagination-fraction-color, var(--hero-posts-light-color));
opacity: var(--swiper-pagination-fraction-opacity, 0.5);
font-size: var(--swiper-pagination-fraction-font-size, inherit);
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-pagination-size-small {
--swiper-pagination-bullet-size: 8px;
--swiper-pagination-progressbar-height: 4px;
--swiper-pagination-fraction-font-size: 0.8em;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-pagination-size-medium {
--swiper-pagination-bullet-size: 12px;
--swiper-pagination-progressbar-height: 8px;
--swiper-pagination-fraction-font-size: 1em;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-pagination-size-large {
--swiper-pagination-bullet-size: 16px;
--swiper-pagination-progressbar-height: 12px;
--swiper-pagination-fraction-font-size: 1.2em;
}
.hero-posts-container .hero-posts-slider-swiper.hero-posts-slider-swiper-pagination-style-bullets .hero-posts-item-content {
bottom: 1em;
} .elementor-element.elementor-element-edit-mode .hero-posts-slider-swiper-holder:not(.hero-posts-slider-swiper-initialized) .hero-posts-slider-swiper-wrapper {
display: flex;
margin: 0 calc(-0.5 * var(--hero-posts-slider-swiper-space-between));
width: calc(100% + var(--hero-posts-slider-swiper-space-between));
overflow: hidden;
}
.elementor-element.elementor-element-edit-mode .hero-posts-slider-swiper-holder:not(.hero-posts-slider-swiper-initialized) .hero-posts-slider-swiper-wrapper .hero-posts-slider-swiper-slide {
padding: 0 calc(0.5 * var(--hero-posts-slider-swiper-space-between));
flex-basis: calc(100% / var(--hero-posts-slider-swiper-slides-per-view));
}
.elementor-element.elementor-element-edit-mode .hero-posts-slider-swiper-holder:not(.hero-posts-slider-swiper-initialized) .hero-posts-slider-swiper-wrapper .hero-posts-slider-swiper-slide:nth-of-type(1n+var(--hero-posts-slider-swiper-slides-per-view)) {
display: none;
}:root {
--pmpro--base--border-radius: 8px;
--pmpro--base--spacing--small: 12px;
--pmpro--base--spacing--medium: 18px;
--pmpro--base--spacing--large: 36px;
--pmpro--color--accent: #0c3d54;
--pmpro--color--base: #ffffff;
--pmpro--color--base-2: #ededed;
--pmpro--color--contrast: #222222;
--pmpro--color--border: #777777;
--pmpro--color--info-background: #d9edf7;
--pmpro--color--info-border: #bce8f1;
--pmpro--color--info-text: #31708f;
--pmpro--color--info-link: #245269;
--pmpro--color--success-background: #d4edda;
--pmpro--color--success-border: #c3e6cb;
--pmpro--color--success-text: #0F441C;
--pmpro--color--success-link: #2b542c;
--pmpro--color--error-background: #f8d7da;
--pmpro--color--error-border: #f5c6cb;
--pmpro--color--error-text: #721c24;
--pmpro--color--error-link: #843534;
--pmpro--color--alert-background: #fff8e0;
--pmpro--color--alert-border: #ffeeba;
--pmpro--color--alert-text: #6C5101;
--pmpro--color--alert-link: #66512c;
--pmpro--color--alert2-background: #ffecd9;
--pmpro--color--alert2-border: #ffddb1;
--pmpro--color--alert2-text: #995d1d;
--pmpro--color--alert2-link: #a65e3a;
} .pmpro_message {
background-color: var(--pmpro--color--info-background);
border: 1px solid var(--pmpro--color--info-border);
border-radius: var(--pmpro--base--border-radius);
color: var(--pmpro--color--info-text);
font-weight: 400;
margin: var(--pmpro--base--spacing--medium) 0;
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
text-align: left;
}
.pmpro_message.pmpro_success {
background-color: var(--pmpro--color--success-background);
border-color: var(--pmpro--color--success-border);
color: var(--pmpro--color--success-text);
}
.pmpro_message.pmpro_error {
background-color: var(--pmpro--color--error-background);
border-color: var(--pmpro--color--error-border);
color: var(--pmpro--color--error-text);
}
.pmpro_message.pmpro_alert {
background-color: var(--pmpro--color--alert-background);
border-color: var(--pmpro--color--alert-border);
color: var(--pmpro--color--alert-text);
}
.pmpro_message a {
color: var(--pmpro--color--info-link);
text-decoration: underline;
}
.pmpro_success a {
color: var(--pmpro--color--success-link);
}
.pmpro_error a {
color: var(--pmpro--color--error-link);
}
.pmpro_alert a {
color: var(--pmpro--color--alert-link);
}
.pmpro_message p {
margin: 0 0 var(--pmpro--base--spacing--small);
padding: 0;
}
.pmpro_message p:last-of-type {
margin-bottom: 0;
} .pmpro_captcha {
margin: var(--pmpro--base--spacing--large) 0;
}
.pmpro_captcha div {
clear: none;
margin: 0;
}
.pmpro_form_label-inline {
display: inline-block;
}
.pmpro {
.pmpro_form_input-text.pmpro_form_input-error,
.pmpro_form_input-email.pmpro_form_input-error,
.pmpro_form_input-url.pmpro_form_input-error,
.pmpro_form_input-password.pmpro_form_input-error,
.pmpro_form_input-search.pmpro_form_input-error,
.pmpro_form_input-select.pmpro_form_input-error,
.pmpro_form_input-checkbox.pmpro_form_input-error,
.pmpro_form_input-radio.pmpro_form_input-error,
.pmpro_form_input-multiselect.pmpro_form_input-error,
.pmpro_form_input-number.pmpro_form_input-error,
.pmpro_form_input-file.pmpro_form_input-error,
.pmpro_form_input-date.pmpro_form_input-error,
.pmpro_form_input-textarea.pmpro_form_input-error {
border-color: var(--pmpro--color--error-border);
box-shadow: 0 0 0 0.2rem #f8d7da;
}
} .pmpro_form_field-checkbox .pmpro_form_label {
cursor: pointer;
display: inline;
width: auto;
}
.pmpro_form_field-checkbox input[type="checkbox"] {
height: auto;
opacity: 1;
width: auto;
}
.pmpro_form_field-checkbox-grouped ul {
list-style: none;
margin: 0;
padding: 0;
}
.pmpro_form_field-checkbox-grouped li {
list-style: none;
margin: 0;
padding: 0;
} .pmpro_form_field-radio-item {
margin-bottom: 0;
}
.pmpro_form_field-radio-item .pmpro_form_label {
cursor: pointer;
display: inline-block;
width: auto;
} .pmpro_form_field-date select {
max-width: unset;
width: unset;
}
.pmpro_form_field-date input[type="text"] {
margin-left: var(--pmpro--base--spacing--small);
max-width: unset;
width: unset;
} .pmpro_form_field-file button {
margin-right: var(--pmpro--base--spacing--small);
}
.pmpro_form_field-file-preview img {
height: auto;
width: 200px;
} #pmpro_payment_information_fields .pmpro_form_fields label {
display: block;
float: none;
max-width: initial;
min-width: initial;
text-align: left;
width: auto;
}
button[type="button"]#other_discount_code_toggle,
button[type="button"]#other_discount_code_toggle:hover,
button[type="button"]#other_discount_code_toggle:focus {
background: none;
border: none;
color: inherit;
cursor: pointer;
font-family: inherit;
font-size: inherit;
margin: 0;
padding: 0;
text-decoration: underline;
}
#pmpro_tos_fields input[type="checkbox"]#tos {
width: auto;
} #pmpro_payment_method span.gateway_paypalexpress {
margin-left: var(--pmpro--base--spacing--large);
}
[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal-image {
background-image: url(//motivatingradio.com/wp-content/plugins/paid-memberships-pro/images/paypal-color.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
height: 30px;
width: 100px;
} .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-request-button h3,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-request-button h3 {
margin: var(--pmpro--base--spacing--medium) 0 var(--pmpro--base--spacing--small);
padding: 0;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
border: 1px solid var(--pmpro--color--border);
padding: var(--pmpro--base--spacing--small);
} .pmpro_invoice_details .pmpro_invoice-billing-address {
display: flex;
flex-direction: column;
}
.pmpro_price_part_span {
display: flex;
font-weight: normal;
justify-content: space-between;
}
.pmpro_price_part-total {
font-weight: 700;
} .pmpro_list {
#pmpro_order_single-meta-bill_to {
word-break: break-all;
}
}
.pmpro_list.pmpro_list-plain,
.pmpro_list.pmpro_list-plain .pmpro_list_item {
list-style: none;
margin: 0;
padding: 0;
}
.pmpro_list.pmpro_list-bulleted {
list-style-type: disc;
margin: 0;
padding: 0 0 0 var(--pmpro--base--spacing--medium);
}
.pmpro_list.pmpro_list-bulleted .pmpro_list_item {
margin: 0;
padding: 0;
}
.pmpro_list .pmpro_list_item:not(:last-child) {
margin-bottom: var(--pmpro--base--spacing--small);
} #pass-strength-result {
border: 1px solid var(--pmpro--color--border);
border-radius: var(--pmpro--base--border-radius);
color: inherit;
font-size: 16px;
margin: 0;
padding: calc( var(--pmpro--base--spacing--small) / 3 ) var(--pmpro--base--spacing--small);
text-align: center;
width: 100%;
box-sizing: border-box;
opacity: 0;
}
#pass-strength-result.short {
background-color: var(--pmpro--color--error-background);
border-color: var(--pmpro--color--error-border);
color: var(--pmpro--color--error-text);
opacity: 1;
}
#pass-strength-result.bad {
background-color: var(--pmpro--color--alert2-background);
border-color: var(--pmpro--color--alert2-border);
color: var(--pmpro--color--alert2-text);
opacity: 1;
}
#pass-strength-result.good {
background-color: var(--pmpro--color--alert-background);
border-color: var(--pmpro--color--alert-border);
color: var(--pmpro--color--alert-text);
opacity: 1;
}
#pass-strength-result.strong {
background-color: var(--pmpro--color--success-background);
border-color: var(--pmpro--color--success-border);
color: var(--pmpro--color--success-text);
opacity: 1;
}
.pass1.short, .pass1-text.short {
border-color: var(--pmpro--color--error-border);
}
.pass1.bad, .pass1-text.bad {
border-color: var(--pmpro--color--alert2-border);
}
.pass1.good, .pass1-text.good {
border-color: var(--pmpro--color--alert-border);
}
.pass1.strong, .pass1-text.strong {
border-color: var(--pmpro--color--success-border);
}
.pw-weak {
display: none;
}
.indicator-hint {
padding-top: 8px;
}
.wp-pwd [type="text"],
.wp-pwd [type="password"] {
margin-bottom: 0; min-height: 30px;
} .pmpro_form_field-password-toggle button,
.pmpro_form_field-password-toggle button:hover,
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
align-items: center;
background: transparent;
border: none;
box-shadow: none;
box-sizing: border-box;
color: var(--pmpro--color--contrast);
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
line-height: 1;
margin: 0;
min-height: 1px;
padding: 0;
}
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
color: var(--pmpro--color--contrast);
} .wp-pwd input::-ms-reveal {
display: none;
}
.pass1-text,
.show-password #pass1 {
display: none;
}
.pass1-text::-ms-clear {
display: none;
}
.show-password #pass1-text {
display: inline-block;
} .pmpro_table {
border-collapse: collapse;
margin: 0;
width: 100%;
}
.pmpro_table-fixed {
table-layout: fixed;
} .pmpro_tag {
border-radius: var(--pmpro--base--border-radius);
border: 1px solid var(--pmpro--color--border);
font-size: 14px;
font-weight: 600;
line-height: 20px;
padding: calc( var(--pmpro--base--spacing--small) / 3 ) var(--pmpro--base--spacing--small);
text-align: center;
}
.pmpro_tag-success {
background-color: var(--pmpro--color--success-background);
border-color: var(--pmpro--color--success-border);
color: var(--pmpro--color--success-text);
}
.pmpro_tag-error {
background-color: var(--pmpro--color--error-background);
border-color: var(--pmpro--color--error-border);
color: var(--pmpro--color--error-text);
}
.pmpro_tag-alert {
background-color: var(--pmpro--color--alert-background);
border-color: var(--pmpro--color--alert-border);
color: var(--pmpro--color--alert-text);
} #wpadminbar #wp-admin-bar-pmpro-admin-membership-access {
background-color: #1d2327;
}
#wpadminbar .pmpro_admin-view {
display: inline-block;
padding: 0 5px;
}
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper {
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
padding: 10px;
}
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper ul li .ab-item {
height: auto;
}
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper p {
color: #fff;
line-height: 1.5;
margin-bottom: 5px;
white-space: normal;
}
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper select {
background-color: #fff;
border-radius: 6px;
line-height: 1.5;
padding: 5px 8px;
}
#wpadminbar .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar .ab-top-menu > li.hover > .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:has(.pmpro_admin-view-yes):focus,
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view-yes) + .ab-sub-wrapper {
background-color: #0F441C;
color: #fff;
}
#wpadminbar .ab-item:has(.pmpro_admin-view-no),
#wpadminbar .ab-top-menu > li.hover > .ab-item:has(.pmpro_admin-view-no),
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item:has(.pmpro_admin-view-no),
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:has(.pmpro_admin-view-no):focus,
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view-no) + .ab-sub-wrapper {
background-color: #721c24;
color: #fff;
}
#wpadminbar .pmpro_admin-view .ab-icon {
margin-right: 3px;
}
#wpadminbar .pmpro_admin-view .ab-icon:before,
#wpadminbar li:hover .pmpro_admin-view .ab-icon:before,
#wpadminbar li.hover .pmpro_admin-view .ab-icon:before {
color: #fff;
}
#wpadminbar .pmpro_admin-view-current .ab-icon:before,
#wpadminbar li:hover .pmpro_admin-view-current .ab-icon:before,
#wpadminbar li.hover .pmpro_admin-view-current .ab-icon:before {
color: inherit;
} .pmpro_actions_nav:not(#pmpro_login .pmpro_actions_nav) {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.pmpro_actions_nav-left {
flex: 1;
order: 1;
text-align: left;
}
.pmpro_actions_nav-right {
flex: 1;
order: 2;
text-align: right;
} .pmpro_pad-s {
padding: var(--pmpro--base--spacing--small);
}
.pmpro_pad-m {
padding: var(--pmpro--base--spacing--large);
}
.pmpro_pad-l {
padding: var(--pmpro--base--spacing--large);
}
.pmpro_spacer {
margin: var(--pmpro--base--spacing--medium) 0;
min-height: 1px;
}
.pmpro_form .pmpro_spacer {
margin-top: var(--pmpro--base--spacing--large);
}
.pmpro_clickable {
cursor: pointer;
}
.pmpro_asterisk abbr,
.pmpro_asterisk abbr[title] {
border: none;
color: var(--pmpro--color--error-text);
cursor: default;
text-decoration: none;
}
.pmpro_hidden {
display: none;
} @media print {
.pmpro {
.pmpro_actions_nav:not(.pmpro_login_wrap .pmpro_actions_nav),
.pmpro_actions_nav-right,
.pmpro_actions_nav-left,
.pmpro_card_actions,
.pmpro_hide_print {
display: none;
}
h2, h3 {
page-break-after: avoid;
}
}
} @media screen and (max-width: 767px) {
.pmpro_reset_password_wrap form.pmpro_form #pass-strength-result,
form.pmpro_form .pmpro_change_password-fields #pass-strength-result {
max-width: 90%;
}
.pmpro_actions_nav {
text-align: center;
}
.pmpro_actions_nav-left,
.pmpro_actions_nav-right {
flex-basis: 100%;
text-align: center;
}
.pmpro_table thead {
display: none;
}
.pmpro_table tbody tr th,
.pmpro_table tbody tr td,
.pmpro_table tfoot tr td {
display: grid;
grid-template-columns: 1fr 2fr;
}
.pmpro_table-fixed tbody tr th,
.pmpro_table-fixed tbody tr td,
.pmpro_table-fixed tfoot tr td {
grid-template-columns: 1fr 1fr;
}
.pmpro_table tbody tr th::before,
.pmpro_table tbody tr td::before,
.pmpro_table tfoot tr td::before {
content: attr(data-title) ": ";
}
.pmpro_table_cancel tbody tr td:last-child,
.pmpro_levels_table tbody tr td:last-child {
display: block;
}
.pmpro_table_cancel tbody tr td:last-child::before,
.pmpro_levels_table tbody tr td:last-child::before {
content: "";
}
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields #payment-request-button {
max-width: 50%;
}
}
@media screen and (min-width: 1280px) {
}:root {
--pmpro--color--white: #fff;
--pmpro--box-shadow: 2px 2px 7px rgba( 0, 0, 0, 0.07 );
} .pmpro {
color: var(--pmpro--color--contrast); .pmpro_section {
margin: calc( var(--pmpro--base--spacing--large) * 2 ) 0;
}
.pmpro_section:first-of-type {
margin-top: 0;
}
.pmpro_section_title {
font-weight: 700;
margin: 0;
padding: 0;
} .pmpro_card {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
box-shadow: var(--pmpro--box-shadow);
display: flex;
flex-direction: column;
margin: var(--pmpro--base--spacing--medium) 0;
overflow: hidden;
}
.pmpro_card_title {
color: var(--pmpro--color--contrast);
font-weight: 700;
margin: 0;
padding: var(--pmpro--base--spacing--large) var(--pmpro--base--spacing--large) 0;
}
.pmpro_card_content {
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--large) var(--pmpro--base--spacing--large);
p:not(.pmpro_form_hint) {
margin: var(--pmpro--base--spacing--small) 0;
padding: 0;
}
p:last-of-type {
margin-bottom: 0;
}
}
.pmpro_card_actions {
background-color: rgba( 0, 0, 0, 0.04 );
border-bottom: 1px solid var(--pmpro--color--border--variation);
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--large);
}
.pmpro_card_content + .pmpro_card_actions {
border-top: 1px solid var(--pmpro--color--border--variation);
border-bottom: none;
}
.pmpro_card_actions button {
}
.pmpro_card_action_separator {
margin: 0 calc( var(--pmpro--base--spacing--small) / 2 );
opacity: 0.25;
} .pmpro_heading-with-avatar {
align-items: center;
display: flex;
font-weight: 700;
gap: var(--pmpro--base--spacing--small);
} .pmpro_message {
box-shadow: var(--pmpro--box-shadow);
} .pmpro_btn {
background-color: var(--pmpro--color--accent);
border: 1px solid var(--pmpro--color--accent);
border-radius: var(--pmpro--base--border-radius);
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
color: var(--pmpro--color--base);
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 700;
letter-spacing: normal;
line-height: 1.5;
min-height: 40px;
outline: 0;
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
text-align: center;
text-decoration: none;
text-rendering: geometricprecision;
text-transform: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
transition: background-color 0.2s, color 0.2s;
}
.pmpro_btn:hover,
.pmpro_btn:focus {
background-color: var(--pmpro--color--accent--variation);
background-position: 0 0;
border-color: var(--pmpro--color--accent--variation);
color: var(--pmpro--color--base);
}
.pmpro_btn:active {
opacity: .7;
}
.pmpro_btn-outline {
background-color: transparent;
color: var(--pmpro--color--accent);
}
.pmpro_btn-outline:hover,
.pmpro_btn-outline:focus {
background-color: transparent;
border-color: var(--pmpro--color--accent--variation);
color: var(--pmpro--color--accent--variation);
}
.pmpro_btn-delete {
background-color: var(--pmpro--color--error-text);
border-color: var(--pmpro--color--error-text);
}
.pmpro_btn-delete:hover,
.pmpro_btn-delete:focus {
background-color: var(--pmpro--color--error-link);
border-color: var(--pmpro--color--error-link);
}
.pmpro_btn-cancel {
background-color: transparent;
border-color: var(--pmpro--color--border);
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
color: var(--pmpro--color--contrast);
}
.pmpro_btn-cancel:hover,
.pmpro_btn-cancel:focus {
background-color: var(--pmpro--color--border--variation);
border-color: var(--pmpro--color--border);
color: var(--pmpro--color--contrast);
}
.pmpro_btn-plain,
.pmpro_btn-plain:hover,
.pmpro_btn-plain:focus,
.pmpro_btn-plain:active {
background: 0 0;
border: 1px solid transparent;
box-shadow: none;
cursor: pointer;
font-size: 14px;
margin: 0;
padding: 0;
}
.pmpro_btn-print {
align-items: center;
color: var(--pmpro--color--accent);
display: inline-flex;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
justify-content: space-between;
text-decoration: underline;
}
.pmpro_btn-print:hover {
color: var(--pmpro--color--accent--variation);
} .pmpro_form {
margin: 0;
}
.pmpro_section:has(.pmpro_form) .pmpro_card_content {
padding-top: var(--pmpro--base--spacing--large);
}
.pmpro_section:has(.pmpro_form) .pmpro_card_title + .pmpro_card_content {
padding-top: var(--pmpro--base--spacing--small);
}
.pmpro_form_fieldset {
border: 0;
margin: 0;
padding: 0;
}
.pmpro_form_legend {
border: none;
margin: 0 0 var(--pmpro--base--spacing--medium);
padding: 0;
}
.pmpro_form_heading {
font-weight: 700;
margin: var(--pmpro--base--spacing--large) 0 0;
padding: 0;
}
.pmpro_card_content .pmpro_form_heading {
margin-top: 0;
}
.pmpro_form_fields {
display: flex;
flex-direction: column;
gap: var(--pmpro--base--spacing--medium);
}
.pmpro_form_fields-inline {
align-items: center;
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_form_field {
display: flex;
flex-direction: column;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_form_label {
margin: 0;
padding: 0;
}
.pmpro_form_label:not(.pmpro_form_label-inline) {
display: block;
font-weight: 500;
}
.pmpro_form_input {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border);
border-radius: var(--pmpro--base--border-radius);
box-shadow: none;
box-sizing: border-box;
color: var(--pmpro--color--contrast);
font-size: 16px;
height: auto;
line-height: 1.5;
margin: 0;
min-height: auto;
outline: none;
padding: var(--pmpro--base--spacing--small);
}
.pmpro_form_input-textarea {
font-family: inherit;
width: 100%;
}
.pmpro_form_input-select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url('data:image/svg+xml;utf8,<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
background-position: right var(--pmpro--base--spacing--small) center;
background-repeat: no-repeat;
background-size: 16px 16px;
padding-right: calc(var(--pmpro--base--spacing--small) + 20px);
}
.pmpro_form_input-text:focus,
.pmpro_form_input-email:focus,
.pmpro_form_input-url:focus,
.pmpro_form_input-password:focus,
.pmpro_form_input-search:focus,
.pmpro_form_input-select:focus,
.pmpro_form_input-checkbox:focus,
.pmpro_form_input-radio:focus,
.pmpro_form_input-multiselect:focus,
.pmpro_form_input-number:focus,
.pmpro_form_input-file:focus,
.pmpro_form_input-date:focus,
.pmpro_form_input-textarea:focus {
background-color: var(--pmpro--color--base);
border-color: #80BDFF;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
outline: none;
word-break: initial;
}
.pmpro_form_hint {
display: block;
font-size: 14px;
margin: 0;
opacity: 0.75;
padding: 0;
}
.pmpro_form_field-checkbox {
.pmpro_form_label {
align-items: first baseline;
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
}
}
.pmpro_form_field-radio-item {
align-items: baseline;
flex-direction: row;
flex-wrap: nowrap;
.pmpro_form_hint {
flex: 0 0 100%;
}
}
.pmpro_form_field-radio-item:not(:last-of-type) {
margin-bottom: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_form_field-checkbox-grouped {
.pmpro_form_field-checkbox-grouped-item {
align-items: first baseline;
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
}
}
.pmpro_form_input-multiselect {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.pmpro_form_input-file {
border: 3px dashed var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
width: 100%;
} .pmpro_form_field-password-toggle {
align-items: center;
display: flex;
font-weight: 500;
justify-content: space-between;
margin: 0;
padding: 0;
}
.pmpro_form_field-password-toggle button,
.pmpro_form_field-password-toggle button:hover,
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
align-items: center;
background: transparent;
border: none;
box-shadow: none;
box-sizing: border-box;
color: var(--pmpro--color--accent);
display: flex;
flex-direction: row;
font-size: 16px;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
line-height: 1;
margin: 0;
min-height: 1px;
padding: 0;
}
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
color: var(--pmpro--color--accent--variation);
outline: none;
}
.pmpro_form_field-password-toggle .pmpro_icon-eye {
display: block;
height: 20px;
width: 20px;
}
.pmpro_form_field-password-toggle button:focus .pmpro_icon-eye svg,
.pmpro_form_field-password-toggle button:active .pmpro_icon-eye svg {
stroke: var(--pmpro--color--accent--variation);
}
.pmpro_form_field-select2 {
display: block;
}
.pmpro_form_field-select2 .pmpro_form_label {
margin-bottom: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_form_field-select2 .pmpro_form_hint {
margin-top: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_payment-expiration #ExpirationMonth,
.pmpro_payment-expiration #ExpirationYear {
flex-grow: 1;
}
.pmpro_payment-discount-code #pmpro_discount_code {
flex-grow: 1;
}
#other_discount_code_fields {
margin-bottom: var(--pmpro--base--spacing--small);
}
#pmpro_tos_fields {
margin: var(--pmpro--base--spacing--medium) 0;
}
#pmpro_tos_fields #pmpro_license {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.pmpro_form_submit {
align-items: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: var(--pmpro--base--spacing--medium);
margin-top: var(--pmpro--base--spacing--medium);
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
background-color: var(--pmpro--color--white);
border-radius: var(--pmpro--base--border-radius);
padding: calc( var(--pmpro--base--spacing--small) + 3px );
}
[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal {
align-items: center;
background-color: #ffc439;
border-color: #ffc439;
color: #000;
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
justify-content: center;
}
[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal:hover {
background-color: #ffb60a;
border-color: #ffb60a;
} #loginform {
margin-bottom: 0;
}
#loginform input[type="submit"] {
width: 100%;
}
.pmpro_section:has(#loginform) .pmpro_card_content:not(.widget .pmpro_section:has(#loginform) .pmpro_card_content) {
padding-top: var(--pmpro--base--spacing--large);
}
.pmpro_section #loginform .login-username,
.pmpro_section #loginform .login-password,
.pmpro_section #loginform .login-remember {
display: flex;
flex-direction: column;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
margin: 0 0 var(--pmpro--base--spacing--medium);
padding: 0;
}
.pmpro_section #loginform label:not(.pmpro_section #loginform .login-remember label) {
align-items: center;
display: flex;
font-weight: 500;
justify-content: space-between;
margin: 0;
padding: 0;
}
.pmpro_section #loginform .input {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border);
border-radius: var(--pmpro--base--border-radius);
box-shadow: none;
box-sizing: border-box;
color: var(--pmpro--color--contrast);
font-size: 16px;
line-height: 1.5;
margin: 0;
min-height: auto;
outline: none;
padding: var(--pmpro--base--spacing--small);
}
.pmpro_section #loginform .input:focus {
background-color: var(--pmpro--color--base);
border-color: #80BDFF;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
outline: none;
word-break: initial;
}
.pmpro_section #loginform .login-remember {
align-items: baseline;
flex-direction: row;
flex-wrap: wrap;
}
.pmpro_section #loginform .login-submit {
margin: var(--pmpro--base--spacing--medium) 0 0;
}
.pmpro_section #loginform .login-submit .button {
background-color: var(--pmpro--color--accent);
border: 1px solid var(--pmpro--color--accent);
border-radius: var(--pmpro--base--border-radius);
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
color: var(--pmpro--color--base);
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 700;
letter-spacing: normal;
line-height: 1.5;
min-height: 40px;
outline: 0;
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
text-align: center;
text-decoration: none;
text-rendering: geometricprecision;
text-transform: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
transition: background-color 0.2s, color 0.2s;
}
.pmpro_section #loginform .login-submit .button:hover,
.pmpro_section #loginform .login-submit .button:focus {
background-color: initial;
background-position: 0 0;
border-color: var(--pmpro--color--accent);
color: var(--pmpro--color--accent);
}
.pmpro_section #loginform .login-submit .button:active {
opacity: .7;
} #pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle),
.pmpro_section #loginform .login-password {
align-items: center;
display: grid;
grid-template-areas:
"label toggle"
"input input";
grid-template-columns: 1fr auto;
}
#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) label,
.pmpro_section #loginform .login-password label {
grid-area: label;
}
#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) input,
.pmpro_section #loginform .login-password input {
grid-area: input;
}
#pmpro_user_fields .pmpro_form_field-password .pmpro_form_field-password-toggle,
.pmpro_section #loginform .login-password .pmpro_form_field-password-toggle {
grid-area: toggle;
justify-self: end;
}
#resetpassform .pmpro_cols-2 {
container: resetpassform / inline-size;
}
@container resetpassform (max-width: 620px) {
#resetpassform .pmpro_cols-2 {
flex-direction: column;
}
#resetpassform .pmpro_cols-2 > * {
width: 100%;
}
} .pmpro_list.pmpro_cols-3 {
.pmpro_list_item {
margin-bottom: 0;
}
li:not(.pmpro_list_item) {
border-top: 1px solid var(--pmpro--color--border--variation);
padding-top: var(--pmpro--base--spacing--medium);
grid-column: span 3;
}
}
.pmpro_list_item_label {
font-weight: 700;
}
.pmpro_list-with-labels {
.pmpro_list_item_label {
display: block;
font-weight: 400;
opacity: 0.75;
}
.pmpro_list_item_value {
font-weight: 700;
}
} .pmpro_table {
background-color: var(--pmpro--color--base);
border: none;
text-align: left;
thead th {
background-color: var(--pmpro--color--base);
border: none;
padding: var(--pmpro--base--spacing--small);
vertical-align: text-bottom;
}
tbody th,
tbody td,
tfoot td  {
background-color: var(--pmpro--color--base);
border-color: var(--pmpro--color--border--variation);
border-width: 1px 0 0 0;
border-style: solid;
font-weight: normal;
padding: var(--pmpro--base--spacing--small);
vertical-align: middle;
}
} #pmpro_account-membership-none {
.pmpro_card_content {
padding-top: var(--pmpro--base--spacing--large);
p {
margin: 0;
}
}
}
#pmpro_account-membership {
.pmpro_account-membership-message {
border-top: 1px solid var(--pmpro--color--border--variation);
margin-top: var(--pmpro--base--spacing--large);
padding-top: var(--pmpro--base--spacing--large);
> *:first-child {
margin-top: 0;
padding-top: 0;
}
}
}
#pmpro_account-links {
.pmpro_card_content {
padding-top: var(--pmpro--base--spacing--large);
.pmpro_list {
margin-bottom: 0;
}
}
} .pmpro_levels_table {
table-layout: fixed;
}
.pmpro_level td p:first-of-type {
margin-top: 0;
}
.pmpro_level .pmpro_btn {
display: block;
text-decoration: none;
} [id^="pmpro_billing-"] .pmpro_card .pmpro_card {
background-color: transparent;
border: none;
border-radius: unset;
box-shadow: none;
margin: 0;
.pmpro_card_content {
padding: 0;
}
} .pmpro_table_orders .pmpro_tag {
display: block;
}
#pmpro_order_single {
.pmpro_card_actions {
text-align: right;
}
h2 {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: var(--pmpro--base--spacing--small);
justify-content: space-between;
}
.pmpro_list-with-labels {
.pmpro_list_item_label {
font-weight: 700;
opacity: 1;
}
}
.pmpro_table {
thead th {
white-space: nowrap;
}
thead th:not(th:first-of-type),
tbody td,
tfoot td {
text-align: right;
}
tfoot tr:last-of-type td {
font-weight: 700;
}
}
}
.pmpro_price_part-total {
border-top: 1px solid var(--pmpro--color--border--variation);
margin-top: var(--pmpro--base--spacing--small);
padding-top: var(--pmpro--base--spacing--small);
} .pmpro_logged_in_welcome_wrap .menu {
display: flex;
flex-direction: column;
list-style: none;
margin: 0;
padding: 0;
}
.pmpro_logged_in_welcome_wrap .menu-item {
display: block;
margin: 0 0 calc( var(--pmpro--base--spacing--small) / 2 );
} .pmpro_content_message .pmpro_card_title {
align-items: center;
display: flex;
gap: var(--pmpro--base--spacing--small);
}
.pmpro_content_message:has(.pmpro_card_title) .pmpro_card_content {
padding-top: 0;
}
.pmpro_content_message .pmpro_card_content h2 {
margin: 0;
padding: 0;
}
.pmpro_content_message .pmpro_card_content p {
margin: var(--pmpro--base--spacing--medium) 0;
padding: 0;
}
.pmpro_content_message .pmpro_card_content p:last-of-type {
margin-bottom: 0;
}
.pmpro_content_message .pmpro_card_content .pmpro_btn {
text-decoration: none;
}
.pmpro_content_message .pmpro_card_actions {
padding-right: var(--pmpro--base--spacing--large);
padding-left: var(--pmpro--base--spacing--large);
} .pmpro_pagination {
align-items: center;
display: flex;
gap: var(--pmpro--base--spacing--small);
justify-content: center;
margin: var(--pmpro--base--spacing--medium) 0;
a {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
color: var(--pmpro--color--contrast);
padding: 2px var(--pmpro--base--spacing--small);
text-decoration: none;
transition: background-color 0.2s, border-color 0.2s, color 0.2s;
&:hover {
background-color: var(--pmpro--color--accent--variation);
border-color: var(--pmpro--color--accent--variation);
color: var(--pmpro--color--base);
}
}
span {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
color: var(--pmpro--color--contrast);
padding: 2px var(--pmpro--base--spacing--small);
}
.pmpro_pagination-current {
background-color: var(--pmpro--color--accent);
color: var(--pmpro--color--base);
cursor: default;
font-weight: 700;
}
.pmpro_pagination-disabled {
background-color: var(--pmpro--color--base--variation);
border-color: var(--pmpro--color--border--variation);
color: var(--pmpro--color--contrast--variation);
cursor: not-allowed;
opacity: 0.7;
}
.pmpro_pagination-dots {
background: none;
border: none;
color: var(--pmpro--color--contrast--variation);
padding: 0;
}
.pmpro_pagination-previous {
margin-right: 0;
}
.pmpro_pagination-next {
margin-left: 0;
}
} .avatar {
border: 1px solid var(--pmpro--color--border--variation);
border-radius: 50%;
box-shadow: var(--pmpro--box-shadow);
margin: 0;
padding: 0;
}
.pmpro_cols-2,
.pmpro_cols-3 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: var(--pmpro--base--spacing--medium);
}
.pmpro_cols-2 > * {
width: calc( 50% - calc( var(--pmpro--base--spacing--medium) / 2 ) );
}
.pmpro_cols-3 > * {
width: calc( 33.333333% - calc( var(--pmpro--base--spacing--medium) * 2 / 3 ) );
}
.pmpro_font-x-large {
font-size: 32px;
line-height: 1.4;
}
.pmpro_font-large {
font-size: 24px;
line-height: 1.5;
}
.pmpro_font-medium {
font-size: 16px;
line-height: 1.6;
}
.pmpro_font-small {
font-size: 14px;
line-height: 1.5;
}
.pmpro_tag-discount-code {
border-style: dashed;
}
.pmpro_divider {
background-color: var(--pmpro--color--border--variation);
height: 1px;
margin: var(--pmpro--base--spacing--medium) 0;
}
.pmpro_form .pmpro_divider {
margin-top: var(--pmpro--base--spacing--large);
}
} .rtl {
.pmpro_form_field-password-toggle {
padding: 0 0 0 var(--pmpro--base--spacing--small);
}
} @media print {
.pmpro {
font-size: 12pt;
.pmpro_section {
margin: var(--pmpro--base--spacing--medium) 0;
}
.pmpro_card_title {
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small) 0;
}
.pmpro_card_content {
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small);
}
.pmpro_section:has(.pmpro_form) .pmpro_card_content {
padding-top: var(--pmpro--base--spacing--small);
}
.pmpro_font-x-large {
font-size: 18pt;
}
.pmpro_font-large {
font-size: 14pt;
}
.pmpro_font-medium {
font-size: 14pt;
}
}
} @media print {
.pmpro {
.pmpro_card {
background-color: transparent;
border: none;
box-shadow: none;
}
.pmpro_card_title,
.pmpro_card_content,
.pmpro_section:has(.pmpro_form) .pmpro_card_title + .pmpro_card_content {
padding: 0;
}
.pmpro_form_legend {
margin-bottom: 0;
}
}
} @media screen and (max-width: 767px) {
.pmpro {
.pmpro_table {
tbody tr th:first-child,
tbody tr td:first-child {
border-top-width: 4px;
padding-top: var(--pmpro--base--spacing--large);
}
tbody tr th:last-child,
tbody tr td:last-child {
padding-bottom: var(--pmpro--base--spacing--large);
}
tbody tr:first-child th:first-child,
tbody tr:first-child td:first-child {
border-top: none;
}
}
#pmpro_order_single {
.pmpro_table {
thead th:not(th:first-of-type),
tbody td,
tfoot td {
text-align: left;
}
tbody tr:first-child th {
display: block;
}
tbody tr:first-child th:before {
display: none;
}
tfoot td:first-of-type {
display: none;
}
}
}
.pmpro_table_cancel {
border-bottom: 1px solid var(--pmpro--color--border--variation);
}
.pmpro_table_cancel tbody tr td {
border-width: 0;
padding-top: 0;
}
.pmpro_cols-2,
.pmpro_cols-3 {
display: flex;
flex-direction: column;
gap: var(--pmpro--base--spacing--medium);
}
.pmpro_cols-2 > *,
.pmpro_cols-3 > * {
width: auto;
}
#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) {
width: 100%;
}
}
}