@charset "UTF-8";: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-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!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-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}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-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}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:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform: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(0)}}@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(0)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-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:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.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:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.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-name:heartBeat;animation-name: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-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.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-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.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%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.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-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-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%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(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{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.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{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.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{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.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{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.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{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.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{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.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-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.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%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow)}html{--mat-sys-on-surface: initial}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-sys-background, transparent));color:var(--mat-app-text-color, var(--mat-sys-on-background, inherit))}html{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}html,.mat-accent{--mat-option-selected-state-label-text-color: #191919;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.mat-warn{--mat-option-selected-state-label-text-color: #f44336;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}html,.mat-primary,.mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #191919;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #191919;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #f44336;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}html{--mat-card-elevated-container-shape: 4px;--mat-card-outlined-container-shape: 4px;--mat-card-filled-container-shape: 4px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: white;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: white;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)}html{--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0}.mat-mdc-progress-bar,.mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #191919;--mat-progress-bar-track-color: rgba(25, 25, 25, .25)}.mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #f44336;--mat-progress-bar-track-color: rgba(244, 67, 54, .25)}html{--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-line-height: 16px}html{--mat-tooltip-container-color: #424242;--mat-tooltip-supporting-text-color: white}html{--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px}html{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #191919 87%, transparent);--mat-form-field-filled-caret-color: #191919;--mat-form-field-filled-focus-active-indicator-color: #191919;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #191919 87%, transparent);--mat-form-field-outlined-caret-color: #191919;--mat-form-field-outlined-focus-outline-color: #191919;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #191919 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #f44336;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #f6f6f6;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-filled-error-hover-label-text-color: #f44336;--mat-form-field-filled-error-focus-label-text-color: #f44336;--mat-form-field-filled-error-label-text-color: #f44336;--mat-form-field-filled-error-caret-color: #f44336;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #f44336;--mat-form-field-filled-error-focus-active-indicator-color: #f44336;--mat-form-field-filled-error-hover-active-indicator-color: #f44336;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-error-caret-color: #f44336;--mat-form-field-outlined-error-focus-label-text-color: #f44336;--mat-form-field-outlined-error-label-text-color: #f44336;--mat-form-field-outlined-error-hover-label-text-color: #f44336;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #f44336;--mat-form-field-outlined-error-hover-outline-color: #f44336;--mat-form-field-outlined-error-outline-color: #f44336}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #191919 87%, transparent);--mat-form-field-filled-caret-color: #191919;--mat-form-field-filled-focus-active-indicator-color: #191919;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #191919 87%, transparent);--mat-form-field-outlined-caret-color: #191919;--mat-form-field-outlined-focus-outline-color: #191919;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #191919 87%, transparent)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);--mat-form-field-filled-caret-color: #f44336;--mat-form-field-filled-focus-active-indicator-color: #f44336;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);--mat-form-field-outlined-caret-color: #f44336;--mat-form-field-outlined-focus-outline-color: #f44336;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html,.mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #191919;--mat-select-invalid-arrow-color: #f44336}.mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #f44336;--mat-select-invalid-arrow-color: #f44336}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color: white}html{--mat-dialog-container-shape: 4px;--mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .54)}.mat-mdc-standard-chip{--mat-chip-container-shape-radius: 16px;--mat-chip-disabled-container-opacity: .4;--mat-chip-disabled-outline-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-focus-outline-color: transparent;--mat-chip-hover-state-layer-opacity: .04;--mat-chip-outline-color: transparent;--mat-chip-outline-width: 0;--mat-chip-selected-hover-state-layer-opacity: .04;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-focus-state-layer-opacity: 0;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-with-avatar-avatar-shape-radius: 14px;--mat-chip-with-avatar-avatar-size: 28px;--mat-chip-with-avatar-disabled-avatar-opacity: 1;--mat-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: #fff;--mat-chip-elevated-container-color: #191919;--mat-chip-elevated-disabled-container-color: #191919;--mat-chip-elevated-selected-container-color: #191919;--mat-chip-flat-disabled-selected-container-color: #191919;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: #fff;--mat-chip-selected-disabled-trailing-icon-color: #fff;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #fff;--mat-chip-selected-trailing-icon-color: #fff;--mat-chip-with-icon-disabled-icon-color: #fff;--mat-chip-with-icon-icon-color: #fff;--mat-chip-with-icon-selected-icon-color: #fff;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;--mat-chip-with-trailing-icon-trailing-icon-color: #fff}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #f44336;--mat-chip-elevated-disabled-container-color: #f44336;--mat-chip-elevated-selected-container-color: #f44336;--mat-chip-flat-disabled-selected-container-color: #f44336;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height: 32px}html{--mat-slide-toggle-disabled-handle-opacity: .38;--mat-slide-toggle-disabled-selected-handle-opacity: .38;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: .04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: .12;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-slide-toggle-with-icon-handle-size: 20px;--mat-slide-toggle-touch-target-size: 48px}html{--mat-slide-toggle-selected-icon-color: #fff;--mat-slide-toggle-disabled-selected-icon-color: #fff;--mat-slide-toggle-selected-focus-state-layer-color: #191919;--mat-slide-toggle-selected-handle-color: #191919;--mat-slide-toggle-selected-hover-state-layer-color: #191919;--mat-slide-toggle-selected-pressed-state-layer-color: #191919;--mat-slide-toggle-selected-focus-handle-color: #191919;--mat-slide-toggle-selected-hover-handle-color: #191919;--mat-slide-toggle-selected-pressed-handle-color: #191919;--mat-slide-toggle-selected-focus-track-color: #191919;--mat-slide-toggle-selected-hover-track-color: #191919;--mat-slide-toggle-selected-pressed-track-color: #191919;--mat-slide-toggle-selected-track-color: #191919;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;--mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: white;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-handle-color: #424242;--mat-slide-toggle-unselected-focus-handle-color: #424242;--mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-icon-color: #f6f6f6;--mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, .54);--mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-handle-color: #424242;--mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, .12)}.mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: #fff;--mat-slide-toggle-disabled-selected-icon-color: #fff;--mat-slide-toggle-selected-focus-state-layer-color: #191919;--mat-slide-toggle-selected-handle-color: #191919;--mat-slide-toggle-selected-hover-state-layer-color: #191919;--mat-slide-toggle-selected-pressed-state-layer-color: #191919;--mat-slide-toggle-selected-focus-handle-color: #191919;--mat-slide-toggle-selected-hover-handle-color: #191919;--mat-slide-toggle-selected-pressed-handle-color: #191919;--mat-slide-toggle-selected-focus-track-color: #191919;--mat-slide-toggle-selected-hover-track-color: #191919;--mat-slide-toggle-selected-pressed-track-color: #191919;--mat-slide-toggle-selected-track-color: #191919}.mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #f44336;--mat-slide-toggle-selected-handle-color: #f44336;--mat-slide-toggle-selected-hover-state-layer-color: #f44336;--mat-slide-toggle-selected-pressed-state-layer-color: #f44336;--mat-slide-toggle-selected-focus-handle-color: #f44336;--mat-slide-toggle-selected-hover-handle-color: #f44336;--mat-slide-toggle-selected-pressed-handle-color: #f44336;--mat-slide-toggle-selected-focus-track-color: #e57373;--mat-slide-toggle-selected-hover-track-color: #e57373;--mat-slide-toggle-selected-pressed-track-color: #e57373;--mat-slide-toggle-selected-track-color: #e57373}html{--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-touch-target-display: block}html{--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-size: 48px}.mat-mdc-radio-button.mat-primary,.mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #191919;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #191919;--mat-radio-selected-hover-icon-color: #191919;--mat-radio-selected-icon-color: #191919;--mat-radio-selected-pressed-icon-color: #191919;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #f44336;--mat-radio-selected-hover-icon-color: #f44336;--mat-radio-selected-icon-color: #f44336;--mat-radio-selected-pressed-icon-color: #f44336;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}html{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-slider-active-track-height: 6px;--mat-slider-active-track-shape: 9999px;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-height: 20px;--mat-slider-handle-shape: 50%;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-inactive-track-shape: 9999px;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-container-transform: translateX(-50%);--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-width: auto;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .6;--mat-slider-with-tick-marks-container-shape: 50%;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .6;--mat-slider-value-indicator-transform-origin: bottom}html{--mat-slider-active-track-color: #191919;--mat-slider-focus-handle-color: #191919;--mat-slider-handle-color: #191919;--mat-slider-hover-handle-color: #191919;--mat-slider-focus-state-layer-color: color-mix(in srgb, #191919 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #191919 4%, transparent);--mat-slider-inactive-track-color: #191919;--mat-slider-ripple-color: #191919;--mat-slider-with-tick-marks-active-container-color: #fff;--mat-slider-with-tick-marks-inactive-container-color: #191919;--mat-slider-disabled-active-track-color: rgba(0, 0, 0, .87);--mat-slider-disabled-handle-color: rgba(0, 0, 0, .87);--mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, .87);--mat-slider-label-container-color: #424242;--mat-slider-label-label-text-color: white;--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, .87)}.mat-accent{--mat-slider-active-track-color: #191919;--mat-slider-focus-handle-color: #191919;--mat-slider-handle-color: #191919;--mat-slider-hover-handle-color: #191919;--mat-slider-focus-state-layer-color: color-mix(in srgb, #191919 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #191919 4%, transparent);--mat-slider-inactive-track-color: #191919;--mat-slider-ripple-color: #191919;--mat-slider-with-tick-marks-active-container-color: #fff;--mat-slider-with-tick-marks-inactive-container-color: #191919}.mat-warn{--mat-slider-active-track-color: #f44336;--mat-slider-focus-handle-color: #f44336;--mat-slider-handle-color: #f44336;--mat-slider-hover-handle-color: #f44336;--mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);--mat-slider-inactive-track-color: #f44336;--mat-slider-ripple-color: #f44336;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #f44336}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}html{--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px;--mat-list-list-item-container-shape: 0;--mat-list-list-item-leading-avatar-shape: 50%;--mat-list-list-item-container-color: transparent;--mat-list-list-item-selected-container-color: transparent;--mat-list-list-item-leading-avatar-color: transparent;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-disabled-state-layer-color: transparent;--mat-list-list-item-disabled-state-layer-opacity: 0;--mat-list-list-item-disabled-label-text-opacity: .38;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-trailing-icon-opacity: .38}html{--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end,.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #191919;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #191919;--mat-radio-selected-hover-icon-color: #191919;--mat-radio-selected-icon-color: #191919;--mat-radio-selected-pressed-icon-color: #191919;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #f44336;--mat-radio-selected-hover-icon-color: #f44336;--mat-radio-selected-icon-color: #f44336;--mat-radio-selected-pressed-icon-color: #f44336;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option,.mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #fff;--mat-checkbox-selected-focus-icon-color: #191919;--mat-checkbox-selected-hover-icon-color: #191919;--mat-checkbox-selected-icon-color: #191919;--mat-checkbox-selected-pressed-icon-color: #191919;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #191919;--mat-checkbox-selected-hover-state-layer-color: #191919;--mat-checkbox-selected-pressed-state-layer-color: #191919;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #f44336;--mat-checkbox-selected-hover-icon-color: #f44336;--mat-checkbox-selected-icon-color: #f44336;--mat-checkbox-selected-pressed-icon-color: #f44336;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #f44336;--mat-checkbox-selected-hover-state-layer-color: #f44336;--mat-checkbox-selected-pressed-state-layer-color: #f44336;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#191919}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-paginator-page-size-select-width: 84px;--mat-paginator-page-size-select-touch-target-height: 48px}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mat-tab-container-height: 48px;--mat-tab-divider-color: transparent;--mat-tab-divider-height: 0;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar,.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #191919;--mat-tab-active-ripple-color: #191919;--mat-tab-inactive-ripple-color: #191919;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #191919;--mat-tab-active-hover-label-text-color: #191919;--mat-tab-active-focus-indicator-color: #191919;--mat-tab-active-hover-indicator-color: #191919;--mat-tab-active-indicator-color: #191919}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #f44336;--mat-tab-active-ripple-color: #f44336;--mat-tab-inactive-ripple-color: #f44336;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #f44336;--mat-tab-active-hover-label-text-color: #f44336;--mat-tab-active-focus-indicator-color: #f44336;--mat-tab-active-hover-indicator-color: #f44336;--mat-tab-active-indicator-color: #f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary,.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #191919;--mat-tab-foreground-color: #fff}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #f44336;--mat-tab-foreground-color: white}.mat-mdc-tab-header{--mat-tab-container-height: 48px}html{--mat-checkbox-disabled-selected-checkmark-color: white;--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .04;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .04;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px}html{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #fff;--mat-checkbox-selected-focus-icon-color: #191919;--mat-checkbox-selected-hover-icon-color: #191919;--mat-checkbox-selected-icon-color: #191919;--mat-checkbox-selected-pressed-icon-color: #191919;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #191919;--mat-checkbox-selected-hover-state-layer-color: #191919;--mat-checkbox-selected-pressed-state-layer-color: #191919;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #fff;--mat-checkbox-selected-focus-icon-color: #191919;--mat-checkbox-selected-hover-icon-color: #191919;--mat-checkbox-selected-icon-color: #191919;--mat-checkbox-selected-pressed-icon-color: #191919;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #191919;--mat-checkbox-selected-hover-state-layer-color: #191919;--mat-checkbox-selected-pressed-state-layer-color: #191919;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #f44336;--mat-checkbox-selected-hover-icon-color: #f44336;--mat-checkbox-selected-icon-color: #f44336;--mat-checkbox-selected-pressed-icon-color: #f44336;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #f44336;--mat-checkbox-selected-hover-state-layer-color: #f44336;--mat-checkbox-selected-pressed-state-layer-color: #f44336;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}html{--mat-button-filled-container-shape: 4px;--mat-button-filled-horizontal-padding: 16px;--mat-button-filled-icon-offset: -4px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 4px;--mat-button-outlined-horizontal-padding: 15px;--mat-button-outlined-icon-offset: -4px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-keep-touch-target: false;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-button-protected-container-shape: 4px;--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-horizontal-padding: 16px;--mat-button-protected-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-icon-offset: -4px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 4px;--mat-button-text-horizontal-padding: 8px;--mat-button-text-icon-offset: 0;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 8px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 4px;--mat-button-tonal-horizontal-padding: 16px;--mat-button-tonal-icon-offset: -4px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px}html{--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: rgba(0, 0, 0, .87);--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-outlined-state-layer-color: rgba(0, 0, 0, .87);--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: rgba(0, 0, 0, .87);--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-text-state-layer-color: rgba(0, 0, 0, .87);--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary,.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent{--mat-button-filled-container-color: #191919;--mat-button-filled-label-text-color: #fff;--mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);--mat-button-filled-state-layer-color: #fff;--mat-button-outlined-label-text-color: #191919;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #191919 12%, transparent);--mat-button-outlined-state-layer-color: #191919;--mat-button-protected-container-color: #191919;--mat-button-protected-label-text-color: #fff;--mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);--mat-button-protected-state-layer-color: #fff;--mat-button-text-label-text-color: #191919;--mat-button-text-ripple-color: color-mix(in srgb, #191919 12%, transparent);--mat-button-text-state-layer-color: #191919;--mat-button-tonal-container-color: #191919;--mat-button-tonal-label-text-color: #fff;--mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);--mat-button-tonal-state-layer-color: #fff}.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color: #f44336;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #f44336;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);--mat-button-outlined-state-layer-color: #f44336;--mat-button-protected-container-color: #f44336;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #f44336;--mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);--mat-button-text-state-layer-color: #f44336;--mat-button-tonal-container-color: #f44336;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}html{--mat-button-filled-container-height: 36px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block}html{--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 50%;--mat-icon-button-touch-target-size: 48px}html{--mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-icon-button-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-icon-button.mat-primary,.mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #191919;--mat-icon-button-state-layer-color: #191919;--mat-icon-button-ripple-color: color-mix(in srgb, #191919 12%, transparent)}.mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #f44336;--mat-icon-button-state-layer-color: #f44336;--mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;--mat-icon-button-state-layer-size: 48px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:12px}html{--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-container-shape: 50%;--mat-fab-touch-target-size: 48px;--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-container-height: 48px;--mat-fab-extended-container-shape: 24px;--mat-fab-extended-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-container-shape: 50%;--mat-fab-small-touch-target-size: 48px;--mat-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mat-fab-container-color: white;--mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary,.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #191919;--mat-fab-foreground-color: #fff;--mat-fab-ripple-color: color-mix(in srgb, #191919 12%, transparent);--mat-fab-small-container-color: #191919;--mat-fab-small-foreground-color: #fff;--mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);--mat-fab-small-state-layer-color: #fff;--mat-fab-state-layer-color: #fff}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #f44336;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);--mat-fab-small-container-color: #f44336;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html{--mat-fab-small-touch-target-display: block;--mat-fab-touch-target-display: block}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-container-color: #424242;--mat-snack-bar-supporting-text-color: white;--mat-snack-bar-button-color: #191919}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-size: 48px}html,.mat-accent{--mat-progress-spinner-active-indicator-color: #191919}.mat-warn{--mat-progress-spinner-active-indicator-color: #f44336}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #191919;--mat-badge-text-color: #fff;--mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-badge-accent{--mat-badge-background-color: #191919;--mat-badge-text-color: #fff}.mat-badge-warn{--mat-badge-background-color: #f44336;--mat-badge-text-color: white}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white}html{--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .04;--mat-button-toggle-legacy-focus-state-layer-opacity: 1;--mat-button-toggle-legacy-height: 36px;--mat-button-toggle-legacy-shape: 2px;--mat-button-toggle-shape: 4px}html{--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-divider-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: white;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: rgba(0, 0, 0, .87);--mat-button-toggle-text-color: rgba(0, 0, 0, .87)}html{--mat-button-toggle-height: 48px}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html,.mat-datepicker-content.mat-accent,.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #191919 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #191919 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #fff;--mat-datepicker-calendar-date-selected-state-background-color: #191919;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #191919 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #191919 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #191919 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #191919;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-warn,.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #191919 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #f44336;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;--mat-icon-button-state-layer-size: 40px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:8px}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-icon-color: inherit}.mat-icon.mat-primary,.mat-icon.mat-accent{--mat-icon-color: #191919}.mat-icon.mat-warn{--mat-icon-color: #f44336}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6)}html{--mat-stepper-header-focus-state-layer-shape: 0;--mat-stepper-header-hover-state-layer-shape: 0}html{--mat-stepper-header-icon-foreground-color: #fff;--mat-stepper-header-selected-state-icon-background-color: #191919;--mat-stepper-header-selected-state-icon-foreground-color: #fff;--mat-stepper-header-done-state-icon-background-color: #191919;--mat-stepper-header-done-state-icon-foreground-color: #fff;--mat-stepper-header-edit-state-icon-background-color: #191919;--mat-stepper-header-edit-state-icon-foreground-color: #fff;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #f44336;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #f44336;--mat-stepper-header-error-state-icon-background-color: transparent}.mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: #fff;--mat-stepper-header-selected-state-icon-background-color: #191919;--mat-stepper-header-selected-state-icon-foreground-color: #fff;--mat-stepper-header-done-state-icon-background-color: #191919;--mat-stepper-header-done-state-icon-foreground-color: #fff;--mat-stepper-header-edit-state-icon-background-color: #191919;--mat-stepper-header-edit-state-icon-foreground-color: #fff}.mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #f44336;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #f44336;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #f44336;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-sort-arrow-color: rgba(0, 0, 0, .87)}html{--mat-toolbar-container-background-color: white;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary,.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #191919;--mat-toolbar-container-text-color: #fff}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f44336;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height: 48px}html{--mat-timepicker-container-shape: 4px;--mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-timepicker-container-background-color: white}html body .mat-mdc-unelevated-button.mat-accent{--mat-button-filled-container-color: var(--secondary)}html body .mat-mdc-unelevated-button.mat-primary{--mat-button-filled-container-color: var(--primary)}html body .mdc-button__label{width:100%}html body .mdc-button{font-size:16px}.main-section{overflow:hidden}:root{--tertiary: #fcea35;--news: #297bfd;--reports: #ff8924;--events: #ce4b5b;--places: #43b9ff;--info: #ffc22d;--hikes: #49d564;--webcam: #ff5f52;--chats: #297bfd;--autostop: #63359e;--booking: #27a9ca;--shops: #00bb92;--footer-color: #fff;--megaphone-gradient-rotate: var(--megaphone-gradient-rotate)}:root{--font-family: "Muli", sans-serif;--layout-gap: var(--space);--button-min-width: 168px;--button-width: auto;--navbar-height: 0px;--layout-padding-side: 0px;--layout-padding-bottom: 42px;--layout-padding: 0 var(--layout-padding-side) var(--layout-padding-bottom) var(--layout-padding-side);--primary: var(--default);--primary-contrast: var(--default-contrast);--primary-dark: var(--default-dark);--primary-darker: var(--default-darker);--primary-light: var(--default-light);--primary-lighter: var(--default-lighter);--primary-trans: var(--default-trans);--navbar-color: var(--dark);--navbar-bg: var(--white);--navbar-bg-trans: var(--white-trans-dark)}@media(max-width:575px){:root{--layout-padding-side: var(--space-big)}}megaCMS-website-article .article-container h2{--secondary: var(--changeable-dark)}footer{box-shadow:0 10px 30px #00000080;z-index:1}p,h1,h2,h3,h4,h5,a{padding:0;margin:0}aside ul,aside ol,aside li{padding:0}ul,ol,li{margin:0}button{border:0}.placeCard-divider{margin-left:unset}@media(min-width:576px)and (max-width:768px){body{--container-max-width: 540px}}@media(min-width:768px)and (max-width:992px){body{--container-max-width: 720px}}@media(min-width:992px)and (max-width:1200px){body{--container-max-width: 960px}}@media(min-width:1200px){body{--container-max-width: 1140px}}@media(min-width:992px)and (max-width:1270px){body:not(.fullWidth).haveRightSideBar{--container-max-width: 960px}}@media(min-width:1270px)and (max-width:1500px){body:not(.fullWidth).haveRightSideBar{--container-max-width: 1140px}}@media(min-width:1500px)and (max-width:1950px){body:not(.fullWidth).haveRightSideBar{--container-max-width: 1400px}}@media(min-width:1950px){body:not(.fullWidth).haveRightSideBar{--container-max-width: 1560px}}button.iconNText-container .mdc-button__label{display:none}.iconNText-container:not(.burger-button) .mat-icon{display:flex;justify-content:center;align-items:center;width:28px!important;height:28px!important;padding:var(--space-smallest);margin:0;border-radius:var(--border-smallest);color:var(--primary-contrast);background-color:var(--primary-light)}#page_2368 .main-innerContainer{max-width:unset!important;background-image:linear-gradient(0deg,#000,#001029)}#page_2368 .main-innerContainer component-customer-list h2,#page_2368 .main-innerContainer component-customer-list h3{display:none}#page_2368 .main-innerContainer mega-website-article{--secondary: var(--white);--current: var(--white)}.website-page-module-image megaCMS-image-component{max-width:10vw}@media(max-width:768px){.website-page-module-image megaphone-layout{order:2}}@media(max-width:768px){#website-page-header .itemsPerRow-2{justify-content:center!important;padding-top:50vw}#website-page-header .componentLayout-innerContainer{background-position:top!important}}.linearGradient .componentLayout-innerContainer{background-image:linear-gradient(#001029,#297bfd)!important}.cloud-buttons megaCMS-button-component button span.button-text{color:#fff}.infoscreen-clientsCard div.componentLayout-innerContainer{border-radius:16px}.infoscreen-clientsCard div.mega-button-wrapper span.button-text{font-weight:700}.infoscreen-clientsCard,#componentsContainer img{filter:drop-shadow(6px 6px 12px rgba(0,0,0,.2))}@font-face{font-family:Muli;font-weight:1 999;src:url(/assets/fonts/muli.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Muli;font-weight:1 999;font-style:italic;src:url(/assets/fonts/muli_italic.ttf) format("truetype-variations");font-display:swap}body h3{font-weight:400}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.icon-container{--mat-icon-button-icon-color: var(--white)}.icon-container .mat-mdc-icon-button{display:flex;justify-content:center;align-items:center;max-width:40px;padding:0}.icon-container .mat-mdc-icon-button .mat-mdc-button-persistent-ripple{border-radius:0}.itemsPerRow-0{justify-content:unset}.itemsPerRow-1,.itemsPerRow-{width:100%}@media(min-width:576px){.itemsPerRow-2{width:calc(50% - 10px)}}@media(min-width:576px)and (max-width:768px){.itemsPerRow-3{width:calc(50% - 10px)}}@media(min-width:768px)and (max-width:992px){.itemsPerRow-3{width:calc(50% - 10px)}}@media(min-width:992px)and (max-width:1200px){.itemsPerRow-3{width:calc(50% - 10px)}}@media(min-width:1200px){.itemsPerRow-3{width:calc(33% - 15px)}}@media(min-width:576px)and (max-width:768px){.itemsPerRow-4{width:calc(50% - 20px)}}@media(min-width:768px)and (max-width:992px){.itemsPerRow-4{width:calc(50% - 20px)}}@media(min-width:992px)and (max-width:1200px){.itemsPerRow-4{width:calc(50% - 10px)}}@media(min-width:1200px){.itemsPerRow-4{width:calc(33% - 15px)}}@media(min-width:1200px){.itemsPerRow-4{width:calc(24% - 20px)}}megaphone-layout,megaCMS-accordion-layout,megaCMS-carousel-layout{--p-line-height: var(--paragraphe-line-height, --p-line-height);--p-size: var(--paragraphe-size, var(--p-size));--p-color: var(--paragraphe-color, var(--p-color));--p-family: var(--paragraphe-family, var(--p-family));--p-weight: var(--paragraphe-weight, var(--p-weight))}megaphone-layout:hover,megaCMS-accordion-layout:hover,megaCMS-carousel-layout:hover{position:relative;z-index:1}megaphone-layout>.componentLayout-container,megaCMS-accordion-layout>.componentLayout-container,megaCMS-carousel-layout>.componentLayout-container{position:relative;width:100%;background-color:inherit}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer{position:relative;min-height:20px;padding:var(--layout-padding);padding-bottom:42px;box-sizing:border-box;background-position:center;background-size:cover}@media(min-width:768px){megaphone-layout>.componentLayout-container>.componentLayout-innerContainer,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer{background-attachment:fixed}}@supports (-webkit-overflow-scrolling: touch){megaphone-layout>.componentLayout-container>.componentLayout-innerContainer,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer{background-attachment:scroll}}@media(max-width:575px){megaphone-layout>.componentLayout-container>.componentLayout-innerContainer,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer{padding-bottom:30px}}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer.fullWidthComponent,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer.fullWidthComponent,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer.fullWidthComponent{--layout-padding: 0 0 var(--layout-padding-bottom) 0}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer.haveBefore:before,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer.haveBefore:before,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer.haveBefore:before{position:absolute;top:-46px;right:0;width:100%;height:78px;background-color:var(--current-background, var(--white));pointer-events:none;content:"";transform:skew(0,var(--before-angle, 2deg))}@media(max-width:575px){megaphone-layout>.componentLayout-container>.componentLayout-innerContainer.haveBefore:before,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer.haveBefore:before,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer.haveBefore:before{top:-40px;height:60px}}@media(min-width:1700px){megaphone-layout>.componentLayout-container>.componentLayout-innerContainer.haveBefore:before,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer.haveBefore:before,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer.haveBefore:before{top:-4vw;height:8vw}}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer .megaphone-loader-components,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer .megaphone-loader-components,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer .megaphone-loader-components{position:relative;width:100%}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer .megaphone-loader-components>*,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer .megaphone-loader-components>*,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer .megaphone-loader-components>*{min-width:0}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer .megaphone-loader-components.single-items .layout-decreaseOrder-button,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer .megaphone-loader-components.single-items .layout-increaseOrder-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer .megaphone-loader-components.single-items .layout-decreaseOrder-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer .megaphone-loader-components.single-items .layout-increaseOrder-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer .megaphone-loader-components.single-items .layout-decreaseOrder-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer .megaphone-loader-components.single-items .layout-increaseOrder-button{display:none}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer .items-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer .items-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer .items-container{position:relative}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer .items-container>fragment-card,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer .items-container>fragment-card,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer .items-container>fragment-card{margin-bottom:26px}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer .items-container .hidden,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer .items-container .hidden,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer .items-container .hidden{opacity:0}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container .layout-decreaseOrder-button,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container .layout-increaseOrder-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container .layout-decreaseOrder-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container .layout-increaseOrder-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container .layout-decreaseOrder-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container .layout-increaseOrder-button{display:none}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container{height:100%}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer{display:flex;height:100%;padding-bottom:0}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container{background-color:var(--edit-tertiary)}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionUp-button,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionDown-button,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionUp-button,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionDown-button,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionUp-button,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionDown-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionUp-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionDown-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionUp-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionDown-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionUp-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionDown-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionUp-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionDown-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionUp-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionDown-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionUp-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .positionDown-button{display:none}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-decreaseOrder-button,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-increaseOrder-button,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-decreaseOrder-button,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-increaseOrder-button,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-decreaseOrder-button,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-increaseOrder-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-decreaseOrder-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-increaseOrder-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-decreaseOrder-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-increaseOrder-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-decreaseOrder-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-increaseOrder-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-decreaseOrder-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-increaseOrder-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-decreaseOrder-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-increaseOrder-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-decreaseOrder-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container .layout-increaseOrder-button{display:block}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment{--current: var(--edit-tertiary);--current-trans: var(--edit-tertiary-trans)}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment .drag-button.add-button .mat-icon,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment .drag-button.add-button .mat-icon,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment .drag-button.add-button .mat-icon,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment .drag-button.add-button .mat-icon,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment .drag-button.add-button .mat-icon,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment .drag-button.add-button .mat-icon,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment .drag-button.add-button .mat-icon,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment .drag-button.add-button .mat-icon,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment .drag-button.add-button .mat-icon{display:none}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>.icon-container{background-color:var(--edit-tertiary-light)}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.editLayout-container>megaCMS-drag-container-fragment{--current: var(--edit-tertiary-light);--current-trans: var(--edit-tertiary-trans)}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer:hover>.edit-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer:hover>.edit-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer:hover>.edit-container{border:solid 2px var(--edit-secondary)}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer:hover>.edit-container>.icon-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer:hover>.edit-container>.icon-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer:hover>.edit-container>.icon-container{opacity:1}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer:hover>.edit-container>.icon-container>*,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer:hover>.edit-container>.icon-container>*,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer:hover>.edit-container>.icon-container>*{margin-left:0}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer:hover>.edit-container>megaCMS-drag-container-fragment,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer:hover>.edit-container>megaCMS-drag-container-fragment,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer:hover>.edit-container>megaCMS-drag-container-fragment{opacity:1}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container{position:absolute;top:0;left:0;width:100%;height:100%;border:solid 2px transparent;border-radius:var(--border-smaller);transition:all .3s ease-in-out;z-index:4;box-sizing:border-box;-webkit-user-select:none;user-select:none;pointer-events:none}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>megaCMS-drag-container-fragment,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>megaCMS-drag-container-fragment,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>megaCMS-drag-container-fragment{--current: var(--edit-secondary);--current-trans: var(--edit-secondary-trans);transition:opacity .3s ease-in-out;opacity:0}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>*,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>*,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>*{min-width:0}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container.higherPosition,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container.higherPosition,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container.higherPosition{border-radius:0 var(--border-smaller) var(--border-smaller) var(--border-smaller)}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container.higherPosition>.icon-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container.higherPosition>.icon-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container.higherPosition>.icon-container{top:-48px;border-radius:var(--border-smaller) var(--border-smaller) 0 0}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container{display:flex;justify-content:space-between;position:absolute;top:0;left:0;border-radius:var(--border-smallest) 0 var(--border-smaller) 0;background-color:var(--edit-secondary);transition:all .3s ease-in-out;pointer-events:all;opacity:0;box-sizing:initial}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .mdc-button__label,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .mdc-button__label,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .mdc-button__label{align-items:center}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container>button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container>button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container>button{max-width:40px}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container>button.hidden,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container>button.hidden,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container>button.hidden{max-width:0}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container>*,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container>*,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container>*{padding-left:0;margin-left:-12px;transition:all .3s ease-in-out;cursor:pointer}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .mat-button:first-child,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .mat-button:first-child,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .mat-button:first-child{margin-left:6px!important}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .columnIcon-container,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .columnIcon-container,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .columnIcon-container{display:flex}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components{--layout-padding: 0;display:flex;max-width:var(--new-container-max-with, var(--container-max-width));min-height:20px;margin-right:auto;margin-left:auto;box-sizing:border-box}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components>:first-child>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .layout-decreaseOrder-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components>:first-child>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .layout-decreaseOrder-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components>:first-child>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .layout-decreaseOrder-button{display:none;pointer-events:none}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components>:first-child>megaCMS-edit-layout>.component-container>.edit-container>.icon-container .decreaseOrder-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components>:first-child>megaCMS-edit-layout>.component-container>.edit-container>.icon-container .decreaseOrder-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components>:first-child>megaCMS-edit-layout>.component-container>.edit-container>.icon-container .decreaseOrder-button{display:none;pointer-events:none}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components>:last-child>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .layout-increaseOrder-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components>:last-child>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .layout-increaseOrder-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components>:last-child>.componentLayout-container>.componentLayout-innerContainer>.edit-container>.icon-container .layout-increaseOrder-button{display:none;pointer-events:none}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components>:last-child>megaCMS-edit-layout>.component-container>.edit-container>.icon-container .increaseOrder-button,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components>:last-child>megaCMS-edit-layout>.component-container>.edit-container>.icon-container .increaseOrder-button,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer>.megaphone-loader-components>:last-child>megaCMS-edit-layout>.component-container>.edit-container>.icon-container .increaseOrder-button{display:none;pointer-events:none}megaphone-layout>.componentLayout-container>.componentLayout-innerContainer.isEmpty,megaCMS-accordion-layout>.componentLayout-container>.componentLayout-innerContainer.isEmpty,megaCMS-carousel-layout>.componentLayout-container>.componentLayout-innerContainer.isEmpty{min-height:60px;background-color:var(--light-trans-dark)}megaphone-layout .expand-button .mat-icon,megaCMS-accordion-layout .expand-button .mat-icon,megaCMS-carousel-layout .expand-button .mat-icon{transform:rotate(90deg)}megaphone-layout .mat-expansion-panel-content,megaCMS-accordion-layout .mat-expansion-panel-content,megaCMS-carousel-layout .mat-expansion-panel-content{font:unset}megaphone-layout .fillWidth-button,megaCMS-accordion-layout .fillWidth-button,megaCMS-carousel-layout .fillWidth-button{display:none}megaphone-layout .notEqualItemsPerRow .fillWidth-button,megaCMS-accordion-layout .notEqualItemsPerRow .fillWidth-button,megaCMS-carousel-layout .notEqualItemsPerRow .fillWidth-button{display:block}megaphone-layout .navigation-overlay-button,megaCMS-accordion-layout .navigation-overlay-button,megaCMS-carousel-layout .navigation-overlay-button{position:absolute;top:0;left:0;width:100%;height:100%!important;padding:0;border-radius:0}megaphone-layout .numberOfParent-1 .editIcon-container,megaCMS-accordion-layout .numberOfParent-1 .editIcon-container,megaCMS-carousel-layout .numberOfParent-1 .editIcon-container{top:unset!important;bottom:0;border-radius:var(--border-smaller) 0 var(--border-smaller) 0!important}megaphone-layout .megaphone-loader-components,megaCMS-accordion-layout .megaphone-loader-components,megaCMS-carousel-layout .megaphone-loader-components{display:flex;justify-content:space-between;flex-wrap:wrap;gap:var(--layout-gap)}megaphone-layout .megaphone-loader-components.itemsPerRow-0,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-0,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-0{justify-content:unset}megaphone-layout .megaphone-loader-components.itemsPerRow-1>*,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-1>*,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-1>*{width:100%}@media(max-width:575px){megaphone-layout .megaphone-loader-components>*,megaCMS-accordion-layout .megaphone-loader-components>*,megaCMS-carousel-layout .megaphone-loader-components>*{width:100%}}megaphone-layout .megaphone-loader-components.itemsPerRow-4,megaphone-layout .megaphone-loader-components.itemsPerRow-5,megaphone-layout .megaphone-loader-components.itemsPerRow-6,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-4,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-5,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-6,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-4,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-5,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-6{--button-width: 100%;--button-min-width: 64px}@media(min-width:576px)and (max-width:768px){megaphone-layout .megaphone-loader-components.itemsPerRow-2>*,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-2>*,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-2>*{width:calc(50% - 8px)}}@media(min-width:768px){megaphone-layout .megaphone-loader-components.itemsPerRow-2>*,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-2>*,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-2>*{width:calc(50% - var(--layout-gap) / 2)}}@media(min-width:576px)and (max-width:768px){megaphone-layout .megaphone-loader-components.itemsPerRow-3>*,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-3>*,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-3>*{width:calc(50% - 8px)}}@media(min-width:768px){megaphone-layout .megaphone-loader-components.itemsPerRow-3>*,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-3>*,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-3>*{width:calc(33.3333333333% - var(--layout-gap) * .6666666667)}}@media(min-width:576px)and (max-width:768px){megaphone-layout .megaphone-loader-components.itemsPerRow-4>*,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-4>*,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-4>*{width:calc(50% - 8px)}}@media(min-width:768px){megaphone-layout .megaphone-loader-components.itemsPerRow-4>*,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-4>*,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-4>*{width:calc(25% - var(--layout-gap) * .75)}}@media(min-width:576px)and (max-width:768px){megaphone-layout .megaphone-loader-components.itemsPerRow-5>*,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-5>*,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-5>*{width:calc(50% - 8px)}}@media(min-width:768px){megaphone-layout .megaphone-loader-components.itemsPerRow-5>*,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-5>*,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-5>*{width:calc(20% - var(--layout-gap) * .8)}}@media(min-width:576px)and (max-width:768px){megaphone-layout .megaphone-loader-components.itemsPerRow-6>*,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-6>*,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-6>*{width:calc(50% - 8px)}}@media(min-width:768px){megaphone-layout .megaphone-loader-components.itemsPerRow-6>*,megaCMS-accordion-layout .megaphone-loader-components.itemsPerRow-6>*,megaCMS-carousel-layout .megaphone-loader-components.itemsPerRow-6>*{width:calc(16.6666666667% - var(--layout-gap) * .8333333333)}}body{--mat-primary-color: var(--primary)}html body:not(.dark-mode),html body.dark-mode{--mdc-tab-indicator-active-indicator-color: var(--default)}html body:not(.dark-mode) .mat-mdc-form-field,html body.dark-mode .mat-mdc-form-field{--mdc-outlined-text-field-focus-outline-color: var(--primary);--mdc-outlined-text-field-caret-color: var(--primary);--mdc-filled-text-field-caret-color: var(--primary);--mdc-filled-text-field-focus-active-indicator-color: var(--primary)}html body:not(.dark-mode) .mat-mdc-tab-nav-bar,html body:not(.dark-mode) .mat-mdc-tab-group,html body.dark-mode .mat-mdc-tab-nav-bar,html body.dark-mode .mat-mdc-tab-group{--mat-tab-header-active-label-text-color: var(--primary-dark);--mat-tab-header-active-ripple-color: var(--primary);--mat-tab-header-inactive-ripple-color: var(--primary);--mat-tab-header-active-focus-label-text-color: var(--primary);--mat-tab-header-active-hover-label-text-color: var(--primary);--mdc-tab-indicator-active-indicator-color: var(--primary-darker);--mat-tab-header-active-focus-indicator-color: var(--primary-dark);--mat-tab-header-active-hover-indicator-color: var(--primary-dark)}html body:not(.dark-mode),html body.dark-mode{--ck-color-base-background: var(--changeable-white);--ck-color-toolbar-background: var(--changeable-white);--ck-color-button-default-hover-background: var(--changeable-white);--ck-color-button-default-active-background: var(--changeable-white);--ck-color-base-text: var(--changeable-black);--ck-color-text: var(--changeable-black);--ck-color-panel-background: var(--changeable-white);--ck-color-input-background: var(--changeable-white);--ck-color-list-background: var(--changeable-white);--ck-color-labeled-field-label-background: var(--changeable-white);--ck-color-button-on-hover-background: var(--changeable-white);--ck-color-dropdown-panel-background: var(--changeable-white)}html body:not(.dark-mode) .mat-mdc-slide-toggle.mat-accent,html body.dark-mode .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-handle-color: var(--current, var(--primary));--mdc-switch-selected-focus-state-layer-color: var(--current, var(--primary));--mdc-switch-selected-hover-state-layer-color: var(--current, var(--primary));--mdc-switch-selected-pressed-state-layer-color: var(--current, var(--primary));--mdc-switch-selected-state-layer-color: var(--current, var(--primary));--mdc-switch-selected-focus-handle-color: var(--current-light, var(--primary-light));--mdc-switch-selected-hover-handle-color: var(--current-light, var(--primary-light));--mdc-switch-selected-pressed-handle-color: var(--current-light, var(--primary-light));--mdc-switch-selected-focus-track-color: var(--current-dark, var(--primary-dark));--mdc-switch-selected-hover-track-color: var(--current-dark, var(--primary-dark));--mdc-switch-selected-pressed-track-color: var(--current-dark, var(--primary-dark));--mdc-switch-selected-track-color: var(--current-dark, var(--primary-dark));--mdc-switch-unselected-handle-color: var(--current-lighter, var(--primary-lighter));--mdc-switch-unselected-hover-handle-color: var(--current-light, var(--primary-light));--mdc-switch-unselected-pressed-handle-color: var(--current-light, var(--primary-light));--mdc-switch-unselected-focus-handle-color: var(--current-light, var(--primary-light));--mdc-switch-handle-surface-color: var(--current, var(--primary));--mdc-switch-unselected-icon-color: var(--current, var(--primary))}html body:not(.dark-mode) .mat-mdc-radio-button.mat-accent,html body.dark-mode .mat-mdc-radio-button.mat-accent{--mdc-radio-selected-focus-icon-color: var(--current, var(--primary));--mdc-radio-selected-hover-icon-color: var(--current, var(--primary));--mdc-radio-selected-icon-color: var(--current, var(--primary));--mdc-radio-selected-pressed-icon-color: var(--current, var(--primary));--mat-mdc-radio-checked-ripple-color: var(--current, var(--primary))}body{--mat-sys-primary-container: var(--primary);--mat-sys-on-primary-container: var(--primary-contrast)}body input{color:var(--changeable-dark);background-color:transparent}@media(prefers-color-scheme:dark){body:not(.light-mode){--ck-color-toolbar-background: var(--dark-dark);--ck-color-button-on-background: var(--black);--ck-color-button-default-hover-background: var(--black);--ck-color-base-background: var(--dark-dark);--ck-color-button-on-hover-background: var(--black);--ck-color-dropdown-panel-background: var(--dark-dark);--ck-color-button-default-active-background: var(--dark-dark);--ck-color-base-text: var(--changeable-dark);--ck-color-text: var(--changeable-dark);caret-color:var(--primary)}body:not(.light-mode) input[type=time]::-webkit-calendar-picker-indicator{filter:invert(100%)}body:not(.light-mode) .mat-checkbox-frame{border-color:var(--dark-contrast)!important}body:not(.light-mode) .ck-content{--ck-focus-ring: solid 2px #fff}body:not(.light-mode) ckeditor body mega-modal-layout ckeditor{--ck-color-toolbar-background: var(--white);--ck-color-button-on-background: var(--white);--ck-color-button-default-hover-background: var(--light);--ck-color-base-background: var(--white);--ck-color-button-on-hover-background: var(--light);--ck-color-dropdown-panel-background: var(--white);--ck-color-button-default-active-background: var(--white);--ck-focus-ring: solid 1px var(--dark);--ck-color-base-text: var(--dark);--ck-color-text: var(--dark)}}html body:not(.dark-mode),html body.dark-mode{--ngxMatInputTel-opacity: 1;--ngxMatInputTel-color: var(--changeable-dark);--mdc-theme-surface: var(--primary, var(--current));--swiper-theme-color: var(--primary);--mdc-theme-primary: var(--primary);--mdc-icon-button-disabled-icon-color: var(--medium)}html body:not(.dark-mode) .mat-mdc-button-base.mat-stroked-button.button-primary,html body.dark-mode .mat-mdc-button-base.mat-stroked-button.button-primary{border:solid 2px var(--primary);color:var(--primary);background-color:transparent}html body:not(.dark-mode) .mat-mdc-button-base .button-prefix,html body.dark-mode .mat-mdc-button-base .button-prefix{padding:var(--space-smallest);box-sizing:content-box}html body:not(.dark-mode) button.disabled,html body.dark-mode button.disabled{--button-container-color: var(--medium);--button-text-color: var(--dark-lighter)}html body:not(.dark-mode) .cdk-overlay-pane,html body.dark-mode .cdk-overlay-pane{--ck-color-base-border: var(--medium)}html body:not(.dark-mode) .cdk-overlay-pane .mat-checkbox,html body:not(.dark-mode) .cdk-overlay-pane .mat-option,html body.dark-mode .cdk-overlay-pane .mat-checkbox,html body.dark-mode .cdk-overlay-pane .mat-option{color:var(--changeable-white-contrast);background-color:var(--darkMode-dark, var(--white))}html body:not(.dark-mode) .cdk-overlay-pane .mat-checkbox:hover:not(.mat-option-disabled),html body:not(.dark-mode) .cdk-overlay-pane .mat-checkbox.active,html body:not(.dark-mode) .cdk-overlay-pane .mat-checkbox.mat-active,html body:not(.dark-mode) .cdk-overlay-pane .mat-option:hover:not(.mat-option-disabled),html body:not(.dark-mode) .cdk-overlay-pane .mat-option.active,html body:not(.dark-mode) .cdk-overlay-pane .mat-option.mat-active,html body.dark-mode .cdk-overlay-pane .mat-checkbox:hover:not(.mat-option-disabled),html body.dark-mode .cdk-overlay-pane .mat-checkbox.active,html body.dark-mode .cdk-overlay-pane .mat-checkbox.mat-active,html body.dark-mode .cdk-overlay-pane .mat-option:hover:not(.mat-option-disabled),html body.dark-mode .cdk-overlay-pane .mat-option.active,html body.dark-mode .cdk-overlay-pane .mat-option.mat-active{color:var(--active-color, var(--changeable-white-contrast));background-color:var(--active-background-color, var(--darkMode-dark-dark))!important}html body:not(.dark-mode) .cdk-overlay-pane .mat-checkbox.mat-selected .mat-option-text,html body:not(.dark-mode) .cdk-overlay-pane .mat-option.mat-selected .mat-option-text,html body.dark-mode .cdk-overlay-pane .mat-checkbox.mat-selected .mat-option-text,html body.dark-mode .cdk-overlay-pane .mat-option.mat-selected .mat-option-text{color:var(--current, var(--primary))}html body:not(.dark-mode) .cdk-overlay-pane .mat-checkbox.childList-container,html body:not(.dark-mode) .cdk-overlay-pane .mat-option.childList-container,html body.dark-mode .cdk-overlay-pane .mat-checkbox.childList-container,html body.dark-mode .cdk-overlay-pane .mat-option.childList-container{border-left:solid 24px var(--darkMode-dark-light, var(--light))}html body:not(.dark-mode) .cdk-overlay-pane .mat-checkbox.category-option .mdc-list-item__primary-text,html body:not(.dark-mode) .cdk-overlay-pane .mat-option.category-option .mdc-list-item__primary-text,html body.dark-mode .cdk-overlay-pane .mat-checkbox.category-option .mdc-list-item__primary-text,html body.dark-mode .cdk-overlay-pane .mat-option.category-option .mdc-list-item__primary-text{display:flex;align-items:center;gap:var(--space-smaller)}html body:not(.dark-mode) .cdk-overlay-pane .mat-checkbox.category-option .mdc-list-item__primary-text mega-icon-rounded .mat-icon,html body:not(.dark-mode) .cdk-overlay-pane .mat-option.category-option .mdc-list-item__primary-text mega-icon-rounded .mat-icon,html body.dark-mode .cdk-overlay-pane .mat-checkbox.category-option .mdc-list-item__primary-text mega-icon-rounded .mat-icon,html body.dark-mode .cdk-overlay-pane .mat-option.category-option .mdc-list-item__primary-text mega-icon-rounded .mat-icon{margin:unset}html body:not(.dark-mode) .cdk-overlay-pane .mat-checkbox.mat-checkbox-checked .mat-checkbox-background,html body:not(.dark-mode) .cdk-overlay-pane .mat-option.mat-checkbox-checked .mat-checkbox-background,html body.dark-mode .cdk-overlay-pane .mat-checkbox.mat-checkbox-checked .mat-checkbox-background,html body.dark-mode .cdk-overlay-pane .mat-option.mat-checkbox-checked .mat-checkbox-background{background-color:var(--current, var(--primary))}html body:not(.dark-mode) .cdk-overlay-pane .mat-checkbox .mat-pseudo-checkbox,html body:not(.dark-mode) .cdk-overlay-pane .mat-option .mat-pseudo-checkbox,html body.dark-mode .cdk-overlay-pane .mat-checkbox .mat-pseudo-checkbox,html body.dark-mode .cdk-overlay-pane .mat-option .mat-pseudo-checkbox{border-color:var(--changeable-white-contrast)}html body:not(.dark-mode) .cdk-overlay-pane .mat-checkbox .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,html body:not(.dark-mode) .cdk-overlay-pane .mat-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,html body.dark-mode .cdk-overlay-pane .mat-checkbox .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,html body.dark-mode .cdk-overlay-pane .mat-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked{color:var(--active-color, var(--changeable-white-contrast));background-color:var(--active-background-color, var(--changeable-dark-dark));border-color:var(--active-background-color, var(--changeable-white-contrast))}html body:not(.dark-mode) .cdk-overlay-pane .mat-checkbox .mat-option-ripple .mat-ripple-element,html body:not(.dark-mode) .cdk-overlay-pane .mat-option .mat-option-ripple .mat-ripple-element,html body.dark-mode .cdk-overlay-pane .mat-checkbox .mat-option-ripple .mat-ripple-element,html body.dark-mode .cdk-overlay-pane .mat-option .mat-option-ripple .mat-ripple-element{opacity:.1}html body:not(.dark-mode) .cdk-overlay-pane .mat-checkbox .mat-ripple-element,html body:not(.dark-mode) .cdk-overlay-pane .mat-option .mat-ripple-element,html body.dark-mode .cdk-overlay-pane .mat-checkbox .mat-ripple-element,html body.dark-mode .cdk-overlay-pane .mat-option .mat-ripple-element{background-color:var(--current, var(--primary))!important}html body:not(.dark-mode) .mat-checkbox.mat-checkbox-checked .mat-checkbox-background,html body.dark-mode .mat-checkbox.mat-checkbox-checked .mat-checkbox-background{background-color:var(--current, var(--primary))}html body:not(.dark-mode) .mat-checkbox.mat-checkbox-checked .mat-checkbox-ripple .mat-ripple-element,html body.dark-mode .mat-checkbox.mat-checkbox-checked .mat-checkbox-ripple .mat-ripple-element{background:var(--current-lighter, var(--primary-lighter))!important}html body:not(.dark-mode) .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,html body.dark-mode .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:var(--current-lighter, var(--primary-lighter))!important}html body:not(.dark-mode) .mat-mdc-chip-selected.mat-primary,html body.dark-mode .mat-mdc-chip-selected.mat-primary{--mdc-chip-elevated-container-color: var(--primary);--mdc-chip-label-text-color: var(--primary-contrast);--mdc-chip-with-icon-selected-icon-color: var(--primary-contrast)}html body:not(.dark-mode) .dark-mode .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,html body.dark-mode .dark-mode .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary{--mdc-chip-elevated-container-color: var(--primary);--mdc-chip-label-text-color: var(--primary-contrast);--mdc-chip-with-icon-selected-icon-color: var(--primary-contrast);--mdc-chip-elevated-disabled-container-color: var(--primary)}html body:not(.dark-mode) .cdk-overlay-container,html body.dark-mode .cdk-overlay-container{--current: var(--primary);--current-contrast: var(--primary-contrast)}html body:not(.dark-mode) .cdk-overlay-container .mat-datepicker-content,html body.dark-mode .cdk-overlay-container .mat-datepicker-content{background-color:var(--changeable-white)}html body:not(.dark-mode) .mat-calendar .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),html body.dark-mode .mat-calendar .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--current-trans-light, var(--primary-trans-light))}html body:not(.dark-mode) .mat-calendar .mat-calendar-previous-button,html body.dark-mode .mat-calendar .mat-calendar-previous-button{color:var(--changeable-black)}html body:not(.dark-mode) .mat-calendar .mat-calendar-previous-button.mat-mdc-button-disabled,html body.dark-mode .mat-calendar .mat-calendar-previous-button.mat-mdc-button-disabled{opacity:.2}html body:not(.dark-mode) .mat-calendar .mat-calendar-period-button,html body.dark-mode .mat-calendar .mat-calendar-period-button{color:var(--changeable-black)}html body:not(.dark-mode) .mat-calendar .mat-calendar-period-button polygon,html body.dark-mode .mat-calendar .mat-calendar-period-button polygon{fill:var(--changeable-black)}html body:not(.dark-mode) .mat-calendar .mat-calendar-next-button,html body.dark-mode .mat-calendar .mat-calendar-next-button{color:var(--changeable-black)}html body:not(.dark-mode) .mat-calendar .mat-calendar-next-button.mat-mdc-button-disabled,html body.dark-mode .mat-calendar .mat-calendar-next-button.mat-mdc-button-disabled{opacity:.2}html body:not(.dark-mode) .mat-calendar .mat-calendar-table-header,html body.dark-mode .mat-calendar .mat-calendar-table-header{color:var(--changeable-black)}html body:not(.dark-mode) .mat-calendar .mat-calendar-header,html body.dark-mode .mat-calendar .mat-calendar-header{padding:0}html body:not(.dark-mode) .mat-calendar .mat-calendar-header .mat-calendar-controls,html body.dark-mode .mat-calendar .mat-calendar-header .mat-calendar-controls{justify-content:space-between;margin-top:0}html body:not(.dark-mode) .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-spacer,html body.dark-mode .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-spacer{display:none}html body:not(.dark-mode) .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button,html body.dark-mode .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button{order:2}html body:not(.dark-mode) .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button,html body.dark-mode .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button{order:1}html body:not(.dark-mode) .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button,html body.dark-mode .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button{order:3}html body:not(.dark-mode) .mat-calendar tr:first-child .mat-calendar-body-label,html body.dark-mode .mat-calendar tr:first-child .mat-calendar-body-label{padding-top:0!important;padding-bottom:0!important;opacity:0}html body:not(.dark-mode) .mat-calendar mat-month-view .weekend-date,html body.dark-mode .mat-calendar mat-month-view .weekend-date{background-color:var(--changeable-light)}html body:not(.dark-mode) .mat-calendar mat-month-view .partlyAvailable-date .mat-calendar-body-cell-content:after,html body.dark-mode .mat-calendar mat-month-view .partlyAvailable-date .mat-calendar-body-cell-content:after{position:absolute;bottom:12%;left:50%;width:6px;height:6px;border-radius:100%;background-color:var(--medium-dark);transform:translate(-50%);content:"";box-sizing:border-box}html body:not(.dark-mode) .mat-calendar .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),html body.dark-mode .mat-calendar .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:var(--darkMode-dark-lighter, var(--light-dark))}html body:not(.dark-mode) .mat-calendar .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),html body.dark-mode .mat-calendar .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--primary-trans);font-weight:700}html body:not(.dark-mode) .mat-calendar .mat-calendar-body-cell-content,html body:not(.dark-mode) .mat-calendar .mat-date-range-input-separator,html body.dark-mode .mat-calendar .mat-calendar-body-cell-content,html body.dark-mode .mat-calendar .mat-date-range-input-separator{color:var(--changeable-dark)}html body:not(.dark-mode) .mat-calendar .mat-calendar-body-today,html body.dark-mode .mat-calendar .mat-calendar-body-today{color:var(--current);font-weight:700;border-color:var(--current)!important;border-width:3px}html body:not(.dark-mode) .mat-calendar .mat-calendar-body-selected,html body.dark-mode .mat-calendar .mat-calendar-body-selected{color:var(--current-contrast);background-color:var(--current);font-weight:700}html body:not(.dark-mode) .mat-calendar .mat-calendar-body-selected.mat-calendar-body-today,html body.dark-mode .mat-calendar .mat-calendar-body-selected.mat-calendar-body-today{box-shadow:inset 0 0 0 1.5px var(--current-contrast)}html body:not(.dark-mode) .mat-calendar .mat-calendar-body-selected:after,html body.dark-mode .mat-calendar .mat-calendar-body-selected:after{background-color:var(--current-contrast)!important}html body:not(.dark-mode) .mat-calendar .mat-calendar-body-in-range:before,html body.dark-mode .mat-calendar .mat-calendar-body-in-range:before{background-color:var(--current-lighter)}html body:not(.dark-mode) .mat-mdc-form-field-prefix,html body.dark-mode .mat-mdc-form-field-prefix{margin-right:var(--space-smaller)}html body:not(.dark-mode) .mat-mdc-form-field .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label,html body.dark-mode .mat-mdc-form-field .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label{color:var(--medium)}html body:not(.dark-mode) .mat-mdc-form-field.mat-focused .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label,html body.dark-mode .mat-mdc-form-field.mat-focused .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label{color:var(--changeable-dark)}html body:not(.dark-mode) .mat-mdc-form-field-appearance-standard .mat-mdc-form-field-underline,html body.dark-mode .mat-mdc-form-field-appearance-standard .mat-mdc-form-field-underline{background-color:var(--changeable-dark)}html body:not(.dark-mode) .mat-mdc-form-field-appearance-outline.mat-focused .mat-mdc-form-field-outline-thick,html body.dark-mode .mat-mdc-form-field-appearance-outline.mat-focused .mat-mdc-form-field-outline-thick{color:var(--changeable-dark)}html body:not(.dark-mode) .mat-mdc-form-field-appearance-outline.mat-focused .mat-label,html body:not(.dark-mode) .mat-mdc-form-field-appearance-outline.mat-focused .mat-mdc-form-field-label,html body.dark-mode .mat-mdc-form-field-appearance-outline.mat-focused .mat-label,html body.dark-mode .mat-mdc-form-field-appearance-outline.mat-focused .mat-mdc-form-field-label{color:var(--changeable-dark)}html body:not(.dark-mode) .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-label,html body:not(.dark-mode) .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-label,html body.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-label,html body.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-label{color:var(--medium)}html body:not(.dark-mode) .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline,html body.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline{color:var(--light-dark);background-color:var(--darkMode-dark, var(--white))}html body:not(.dark-mode) .mat-mdc-form-field-appearance-outline .mat-mdc-button-disabled,html body.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-button-disabled{color:var(--medium)}html body:not(.dark-mode) .mat-mdc-form-field-appearance-outline .mat-label,html body:not(.dark-mode) .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-label,html body.dark-mode .mat-mdc-form-field-appearance-outline .mat-label,html body.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-label{color:var(--medium-dark)}html body:not(.dark-mode) .mat-mdc-form-field-appearance-outline .mat-select-arrow,html body.dark-mode .mat-mdc-form-field-appearance-outline .mat-select-arrow{color:var(--changeable-dark)}html body:not(.dark-mode) .mat-mdc-form-field-appearance-outline .mat-hint,html body.dark-mode .mat-mdc-form-field-appearance-outline .mat-hint{color:var(--changeable-dark)}html body:not(.dark-mode) .mat-mdc-form-field-appearance-outline .mat-hint .hint-link,html body.dark-mode .mat-mdc-form-field-appearance-outline .mat-hint .hint-link{color:var(--primary)}html body:not(.dark-mode) .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-required-marker,html body.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-required-marker{color:var(--light-dark)}html body:not(.dark-mode) .mat-mdc-menu-item:hover .animate-on-hover,html body.dark-mode .mat-mdc-menu-item:hover .animate-on-hover{padding-right:0;padding-left:4px}html body:not(.dark-mode) .mat-mdc-menu-item .animate-on-hover,html body.dark-mode .mat-mdc-menu-item .animate-on-hover{padding-right:4px;padding-left:0;transition:padding .3s ease-in-out}html body:not(.dark-mode) .mat-mdc-menu-item.isActive:not(.oppositeActiveLogic),html body:not(.dark-mode) .mat-mdc-menu-item.active:not(.oppositeActiveLogic),html body.dark-mode .mat-mdc-menu-item.isActive:not(.oppositeActiveLogic),html body.dark-mode .mat-mdc-menu-item.active:not(.oppositeActiveLogic){color:var(--primary);background-color:var(--primary-contrast)!important}html body:not(.dark-mode) .mat-mdc-menu-item.isActive:not(.oppositeActiveLogic) .animate-on-hover,html body:not(.dark-mode) .mat-mdc-menu-item.active:not(.oppositeActiveLogic) .animate-on-hover,html body.dark-mode .mat-mdc-menu-item.isActive:not(.oppositeActiveLogic) .animate-on-hover,html body.dark-mode .mat-mdc-menu-item.active:not(.oppositeActiveLogic) .animate-on-hover{padding-right:0;padding-left:4px}html body:not(.dark-mode) .mat-mdc-menu-item.oppositeActiveLogic:not(.isActive),html body.dark-mode .mat-mdc-menu-item.oppositeActiveLogic:not(.isActive){color:var(--primary);background-color:var(--primary-contrast)!important}html body:not(.dark-mode) .mat-menu-content,html body.dark-mode .mat-menu-content{background:var(--changeable-white)}html body:not(.dark-mode) .mat-menu-content .label-wrapper,html body.dark-mode .mat-menu-content .label-wrapper{color:var(--changeable-white-contrast)}html body:not(.dark-mode) table.hideHeader thead,html body.dark-mode table.hideHeader thead{display:none}html body:not(.dark-mode) .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb,html body.dark-mode .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:var(--current, var(--primary))}html body:not(.dark-mode) .mat-slide-toggle.mat-checked .mat-slide-toggle-bar,html body.dark-mode .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:var(--current-lighter, var(--primary-lighter))}html body:not(.dark-mode) pdf-viewer .pdfViewer.removePageBorders .page,html body.dark-mode pdf-viewer .pdfViewer.removePageBorders .page{margin:0 auto}html body:not(.dark-mode) youtube-player iframe,html body:not(.dark-mode) youtube-player youtube-player-placeholder,html body.dark-mode youtube-player iframe,html body.dark-mode youtube-player youtube-player-placeholder{max-height:100%;max-width:100%}html body:not(.dark-mode) .mat-mdc-table,html body.dark-mode .mat-mdc-table{background-color:var(--darkMode-dark-dark, var(--white))}html body:not(.dark-mode) .mat-mdc-snack-bar-container.danger,html body.dark-mode .mat-mdc-snack-bar-container.danger{--mdc-snackbar-container-color: var(--danger);--mat-mdc-snack-bar-button-color: var(--danger-contrast);--mdc-snackbar-supporting-text-color: var(--danger-contrast)}html body:not(.dark-mode) .mat-mdc-radio-button.mat-accent,html body.dark-mode .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: var(--primary);--mdc-radio-selected-focus-icon-color: var(--primary);--mdc-radio-selected-hover-icon-color: var(--primary);--mdc-radio-selected-icon-color: var(--primary);--mdc-radio-selected-pressed-icon-color: var(--primary);--mat-mdc-radio-checked-ripple-color: var(--primary)}html body:not(.dark-mode) .mat-mdc-form-field.bg-transparent .mat-mdc-text-field-wrapper,html body.dark-mode .mat-mdc-form-field.bg-transparent .mat-mdc-text-field-wrapper{background-color:transparent}html body:not(.dark-mode) .mat-mdc-icon-button:disabled,html body.dark-mode .mat-mdc-icon-button:disabled{--mdc-icon-button-disabled-icon-color: var(--medium)}html body:not(.dark-mode) .mat-mdc-progress-bar,html body.dark-mode .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: var(--current, var(--primary));--mdc-linear-progress-track-color: var(--current-lighter, var(--primary-lighter))}html body:not(.dark-mode) .mat-mdc-form-field,html body.dark-mode .mat-mdc-form-field{width:100%}html body:not(.dark-mode) .mat-mdc-option .mdc-list-item__primary-text mega-icon-rounded,html body.dark-mode .mat-mdc-option .mdc-list-item__primary-text mega-icon-rounded{margin-right:var(--space);margin-left:var(--space);transition:margin .3s ease-in-out}html body:not(.dark-mode) .mat-mdc-option.childList-container,html body.dark-mode .mat-mdc-option.childList-container{border-left:solid 24px var(--darkMode-dark-light, var(--light))}html body:not(.dark-mode) .mat-mdc-option:hover mega-icon-rounded,html body.dark-mode .mat-mdc-option:hover mega-icon-rounded{margin-right:var(--space-big)}html body:not(.dark-mode) .mat-mdc-menu-item,html body.dark-mode .mat-mdc-menu-item{width:100%;display:flex;align-items:center}html body:not(.dark-mode) .mat-mdc-menu-item .mat-icon,html body.dark-mode .mat-mdc-menu-item .mat-icon{margin-right:var(--space-small);display:inline-table}html body:not(.dark-mode) .mat-mdc-menu-item-text,html body.dark-mode .mat-mdc-menu-item-text{width:100%;display:flex;align-items:center}html body:not(.dark-mode) .mat-mdc-unelevated-button[disabled][disabled],html body.dark-mode .mat-mdc-unelevated-button[disabled][disabled]{pointer-events:all}html body:not(.dark-mode) .mdc-list-item_primary-text,html body.dark-mode .mdc-list-item_primary-text{display:flex;align-items:center}html body:not(.dark-mode) .mat-mdc-header-cell,html body.dark-mode .mat-mdc-header-cell{border-color:var(--medium)}html body:not(.dark-mode) .mat-mdc-fab.mat-primary .mat-mdc-button-persistent-ripple,html body.dark-mode .mat-mdc-fab.mat-primary .mat-mdc-button-persistent-ripple{background-color:var(--mdc-fab-container-color)}html body:not(.dark-mode) .mdc-text-field--outlined,html body.dark-mode .mdc-text-field--outlined{border-radius:var(--radius-smallest);background-color:var(--darkMode-dark, var(--changeable-white))}html body:not(.dark-mode) .mdc-menu-surface,html body.dark-mode .mdc-menu-surface{--mdc-theme-surface: var(--changeable-white);--mdc-theme-on-surface: var(--changeable-dark);--mdc-theme-text-primary-on-background: var(--changeable-dark)}html body:not(.dark-mode) .mat-mdc-button-base.mat-primary,html body.dark-mode .mat-mdc-button-base.mat-primary{--mdc-text-button-label-text-color: var(--primary)}html body:not(.dark-mode) .mdc-button--outlined.mat-primary,html body.dark-mode .mdc-button--outlined.mat-primary{--mdc-outlined-button-label-text-color: var(--primary)}html body:not(.dark-mode) .mat-mdc-unelevated-button.mat-primary,html body.dark-mode .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: var(--primary);--mdc-filled-button-label-text-color: var(--primary-contrast)}html body:not(.dark-mode) .mat-mdc-raised-button.mat-primary,html body.dark-mode .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: var(--primary);--mdc-protected-button-label-text-color: var(--primary-contrast)}html body:not(.dark-mode) .mat-mdc-unelevated-button.mat-accent,html body.dark-mode .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: var(--secondary);--mdc-filled-button-label-text-color: var(--secondary-contrast)}html body:not(.dark-mode) .mat-mdc-raised-button[disabled][disabled],html body.dark-mode .mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color: var(--medium);--mdc-protected-button-disabled-label-text-color: var(--dark-lighter)}html body:not(.dark-mode) .mat-mdc-unelevated-button[disabled][disabled],html body.dark-mode .mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color: var(--medium);--mdc-filled-button-disabled-label-text-color: var(--dark-lighter)}html body:not(.dark-mode) .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,html body.dark-mode .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--primary)}html body:not(.dark-mode) .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,html body.dark-mode .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--changeable-dark)}html body:not(.dark-mode) .mat-mdc-unelevated-button.mat-unthemed .mat-select-arrow,html body:not(.dark-mode) .mat-mdc-unelevated-button.mat-unthemed .mat-select-value,html body.dark-mode .mat-mdc-unelevated-button.mat-unthemed .mat-select-arrow,html body.dark-mode .mat-mdc-unelevated-button.mat-unthemed .mat-select-value{color:var(--mdc-filled-button-label-text-color)}html body:not(.dark-mode) .mat-mdc-unelevated-button.mat-primary,html body.dark-mode .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: var(--button-container-color, var(--primary));--mdc-filled-button-label-text-color: var(--button-text-color, var(--primary-contrast))}html body:not(.dark-mode) .mat-mdc-unelevated-button.mat-primary .mat-select-arrow,html body:not(.dark-mode) .mat-mdc-unelevated-button.mat-primary .mat-select-value,html body.dark-mode .mat-mdc-unelevated-button.mat-primary .mat-select-arrow,html body.dark-mode .mat-mdc-unelevated-button.mat-primary .mat-select-value{color:var(--mdc-filled-button-label-text-color)}html body:not(.dark-mode) .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,html body.dark-mode .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{color:var(--primary)}html body:not(.dark-mode) .mat-mdc-checkbox.mat-accent,html body.dark-mode .mat-mdc-checkbox.mat-accent{--mdc-checkbox-selected-checkmark-color: var(--changeable-dark);--mdc-checkbox-selected-hover-state-layer-color: var(--primary);--mdc-checkbox-selected-pressed-state-layer-color: var(--primary);--mdc-checkbox-selected-focus-state-layer-color: var(--primary);--mdc-checkbox-selected-focus-icon-color: var(--primary);--mdc-checkbox-selected-hover-icon-color: var(--primary);--mdc-checkbox-selected-icon-color: var(--primary);--mdc-checkbox-selected-pressed-icon-color: var(--primary);--mdc-checkbox-unselected-focus-icon-color: var(--changeable-dark);--mdc-checkbox-unselected-hover-icon-color: var(--changeable-dark);--mdc-checkbox-disabled-selected-icon-color: var(--light);--mdc-checkbox-disabled-unselected-icon-color: var(--light);--mdc-checkbox-unselected-icon-color: var(--medium-darker);--mdc-checkbox-unselected-pressed-icon-color: var(--changeable-dark)}html body:not(.dark-mode) .mdc-button__label .mat-mdc-select-arrow,html body:not(.dark-mode) .mdc-button__label .mat-mdc-select-value,html body.dark-mode .mdc-button__label .mat-mdc-select-arrow,html body.dark-mode .mdc-button__label .mat-mdc-select-value{color:var(--button-text-color)}.hidden,.hidden-no-height{opacity:0;pointer-events:none}.hidden.visible,.visible.hidden-no-height{transition:all .3s ease-in-out;opacity:1;pointer-events:all}.hidden-no-height{height:0}.transition{transition:all .3s ease-in-out}.grayscale-out{transition:all .3s ease-in-out;filter:grayscale(100%)}.grayscale-out:hover{filter:grayscale(0%)}.grayscale-in{transition:all .3s ease-in-out;filter:grayscale(0%)}.grayscale-in:hover{filter:grayscale(100%)}.whitewash-in{transition:all .3s ease-in-out;filter:brightness(0) invert(1)}.whitewash-in:hover{filter:brightness(100%) invert(0)}.whitewash-out{transition:all .3s ease-in-out;filter:brightness(100%) invert(0)}.whitewash-out:hover{filter:brightness(0) invert(1)}.brightness-out{transition:all .3s ease-in-out;filter:brightness(100%)}.brightness-out:hover{filter:brightness(0%)}.brightness-in{transition:all .3s ease-in-out;filter:brightness(0%)}.brightness-in:hover{filter:brightness(100%)}.blur-out{transition:all .3s ease-in-out;filter:blur(100%)}.blur-out:hover{filter:blur(0%)}.blur-in{transition:all .3s ease-in-out;filter:blur(0%)}.blur-in:hover{filter:blur(100%)}.contrast-out{transition:all .3s ease-in-out;filter:contrast(100%)}.contrast-out:hover{filter:contrast(0%)}.contrast-in{transition:all .3s ease-in-out;filter:contrast(0%)}.contrast-in:hover{filter:contrast(100%)}.drop-shadow-out{transition:all .3s ease-in-out;filter:drop-shadow(100%)}.drop-shadow-out:hover{filter:drop-shadow(0%)}.drop-shadow-in{transition:all .3s ease-in-out;filter:drop-shadow(0%)}.drop-shadow-in:hover{filter:drop-shadow(100%)}.hue-rotate-out{transition:all .3s ease-in-out;filter:hue-rotate(100%)}.hue-rotate-out:hover{filter:hue-rotate(0%)}.hue-rotate-in{transition:all .3s ease-in-out;filter:hue-rotate(0%)}.hue-rotate-in:hover{filter:hue-rotate(100%)}.invert-out{transition:all .3s ease-in-out;filter:invert(100%)}.invert-out:hover{filter:invert(0%)}.invert-in{transition:all .3s ease-in-out;filter:invert(0%)}.invert-in:hover{filter:invert(100%)}.opacity-out{transition:all .3s ease-in-out;filter:opacity(100%)}.opacity-out:hover{filter:opacity(0%)}.opacity-in{transition:all .3s ease-in-out;filter:opacity(0%)}.opacity-in:hover{filter:opacity(100%)}.saturate-out{transition:all .3s ease-in-out;filter:saturate(100%)}.saturate-out:hover{filter:saturate(0%)}.saturate-in{transition:all .3s ease-in-out;filter:saturate(0%)}.saturate-in:hover{filter:saturate(100%)}.sepia-out{transition:all .3s ease-in-out;filter:sepia(100%)}.sepia-out:hover{filter:sepia(0%)}.sepia-in{transition:all .3s ease-in-out;filter:sepia(0%)}.sepia-in:hover{filter:sepia(100%)}:root{--primary: #427bfd;--primary-contrast: #fff;--primary-dark: rgb(5.4408376963, 80.7047120419, 252.3591623037);--primary-darker: rgb(2.5392670157, 74.9083769634, 239.9607329843);--primary-light: #7ba3fe;--primary-lighter: rgb(141.6989528796, 175.8691099476, 253.8010471204);--primary-trans: rgba(66, 123, 253, .3);--primary-trans-light: rgba(66, 123, 253, .1);--primary-trans-dark: rgba(66, 123, 253, .9)}:root{--secondary: #fcea35;--secondary-contrast: #fff;--secondary-dark: rgb(240.232195122, 218.8253658537, 3.567804878);--secondary-darker: rgb(225.156097561, 205.0926829268, 3.343902439);--secondary-light: rgb(252.8956097561, 240.2692682927, 113.3043902439);--secondary-lighter: rgb(253.1195121951, 241.8365853659, 128.3804878049);--secondary-trans: rgba(252, 234, 53, .3);--secondary-trans-light: rgba(252, 234, 53, .1);--secondary-trans-dark: rgba(252, 234, 53, .9)}:root{--white: #fff;--white-contrast: #000;--white-trans: rgba(255, 255, 255, .3);--white-trans-light: rgba(255, 255, 255, .1);--white-trans-dark: rgba(255, 255, 255, .9)}:root{--black: #000;--black-contrast: #fff;--black-trans: rgba(0, 0, 0, .3);--black-trans-light: rgba(0, 0, 0, .1);--black-trans-dark: rgba(0, 0, 0, .9)}:root{--current: #000;--current-contrast: #fff;--current-trans: rgba(0, 0, 0, .3);--current-trans-light: rgba(0, 0, 0, .1);--current-trans-dark: rgba(0, 0, 0, .9)}:root{--light: #eeeeee;--light-contrast: #191919;--light-dark: #e0e0e0;--light-darker: rgb(199.75, 199.75, 199.75);--light-light: #f5f5f5;--light-lighter: white;--light-trans: rgba(238, 238, 238, .3);--light-trans-light: rgba(238, 238, 238, .1);--light-trans-dark: rgba(238, 238, 238, .9)}:root{--medium: #9e9e9e;--medium-contrast: #000;--medium-dark: #757575;--medium-darker: rgb(119.75, 119.75, 119.75);--medium-light: #bdbdbd;--medium-lighter: rgb(196.25, 196.25, 196.25);--medium-trans: rgba(158, 158, 158, .3);--medium-trans-light: rgba(158, 158, 158, .1);--medium-trans-dark: rgba(158, 158, 158, .9)}:root{--dark: #191919;--dark-contrast: #fff;--dark-dark: #0e0e0e;--dark-darker: black;--dark-light: #424242;--dark-lighter: #616161;--dark-trans: rgba(25, 25, 25, .3);--dark-trans-light: rgba(25, 25, 25, .1);--dark-trans-dark: rgba(25, 25, 25, .9)}:root{--danger: #ff4444;--danger-contrast: #fff;--danger-dark: #cc0000;--danger-darker: rgb(246.5, 0, 0);--danger-light: rgb(255, 129.2, 129.2);--danger-lighter: rgb(255, 144.5, 144.5);--danger-trans: rgba(255, 68, 68, .3);--danger-trans-light: rgba(255, 68, 68, .1);--danger-trans-dark: rgba(255, 68, 68, .9)}:root{--warning: #ffbb33;--warning-contrast: #000;--warning-dark: #ff8800;--warning-darker: rgb(229.5, 153, 0);--warning-light: rgb(255, 207.4, 112.2);--warning-lighter: rgb(255, 212.5, 127.5);--warning-trans: rgba(255, 187, 51, .3);--warning-trans-light: rgba(255, 187, 51, .1);--warning-trans-dark: rgba(255, 187, 51, .9)}:root{--success: #00c851;--success-contrast: #000;--success-dark: #007e33;--success-darker: rgb(0, 123.5, 50.0175);--success-light: rgb(6.2, 255, 106.964);--success-lighter: rgb(21.5, 255, 116.0675);--success-trans: rgba(0, 200, 81, .3);--success-trans-light: rgba(0, 200, 81, .1);--success-trans-dark: rgba(0, 200, 81, .9)}:root{--info: #33b5e5;--info-contrast: #000;--info-dark: #0099cc;--info-darker: rgb(23.0043478261, 138.0260869565, 180.4956521739);--info-light: rgb(105.2817391304, 200.6904347826, 235.9182608696);--info-lighter: rgb(118.852173913, 205.6130434783, 237.647826087);--info-trans: rgba(51, 181, 229, .3);--info-trans-light: rgba(51, 181, 229, .1);--info-trans-dark: rgba(51, 181, 229, .9)}:root{--disabled: #e0e0e0;--disabled-contrast: #ababab;--disabled-dark: rgb(193.4, 193.4, 193.4);--disabled-darker: rgb(185.75, 185.75, 185.75);--disabled-light: rgb(254.6, 254.6, 254.6);--disabled-lighter: white;--disabled-trans: rgba(224, 224, 224, .3);--disabled-trans-light: rgba(224, 224, 224, .1);--disabled-trans-dark: rgba(224, 224, 224, .9)}:root{--edit-primary: #4496e6;--edit-primary-contrast: #fff;--edit-primary-dark: rgb(27.9245283019, 119.5169811321, 208.8754716981);--edit-primary-darker: rgb(26.1202830189, 111.7948113208, 195.3797169811);--edit-primary-light: rgb(121.9830188679, 180.3113207547, 237.2169811321);--edit-primary-lighter: rgb(135.4787735849, 187.8891509434, 239.0212264151);--edit-primary-trans: rgba(68, 150, 230, .3);--edit-primary-trans-light: rgba(68, 150, 230, .1);--edit-primary-trans-dark: rgba(68, 150, 230, .9)}:root{--edit-secondary: #8d9926;--edit-secondary-contrast: #fff;--edit-secondary-dark: rgb(95.8209424084, 103.9759162304, 25.8240837696);--edit-secondary-darker: rgb(84.5261780105, 91.719895288, 22.780104712);--edit-secondary-light: rgb(186.1790575916, 202.0240837696, 50.1759162304);--edit-secondary-lighter: rgb(191.5183246073, 206.7539267016, 60.7460732984);--edit-secondary-trans: rgba(141, 153, 38, .3);--edit-secondary-trans-light: rgba(141, 153, 38, .1);--edit-secondary-trans-dark: rgba(141, 153, 38, .9)}:root{--edit-tertiary: #b0a623;--edit-tertiary-contrast: #fff;--edit-tertiary-dark: rgb(124.9516587678, 117.8521327014, 24.8483412322);--edit-tertiary-darker: rgb(112.1895734597, 105.8151658768, 22.3104265403);--edit-tertiary-light: rgb(215.5545023697, 204.2843601896, 56.6454976303);--edit-tertiary-lighter: rgb(218.0924170616, 207.5473933649, 69.4075829384);--edit-tertiary-trans: rgba(176, 166, 35, .3);--edit-tertiary-trans-light: rgba(176, 166, 35, .1);--edit-tertiary-trans-dark: rgba(176, 166, 35, .9)}:root{--news: #297bfd;--news-contrast: #fff;--news-dark: rgb(2.1555555556, 90.5333333333, 230.6444444444);--news-darker: rgb(2.0138888889, 84.5833333333, 215.4861111111);--news-light: rgb(101.6333333333, 160.4, 253.5666666667);--news-lighter: rgb(116.7916666667, 169.75, 253.7083333333);--news-trans: rgba(41, 123, 253, .3);--news-trans-light: rgba(41, 123, 253, .1);--news-trans-dark: rgba(41, 123, 253, .9)}:root{--reports: #ff8924;--reports-contrast: #fff;--reports-dark: rgb(229.8, 105.9808219178, 0);--reports-darker: rgb(214.5, 98.9246575342, 0);--reports-light: rgb(255, 169.9753424658, 97.2);--reports-lighter: rgb(255, 178.2191780822, 112.5);--reports-trans: rgba(255, 137, 36, .3);--reports-trans-light: rgba(255, 137, 36, .1);--reports-trans-dark: rgba(255, 137, 36, .9)}:root{--events: #ce4b5b;--events-contrast: #fff;--events-dark: rgb(172.768558952, 47.031441048, 62.3886462882);--events-darker: rgb(160.7423580786, 43.7576419214, 58.0458515284);--events-light: rgb(219.0951965066, 123.1048034934, 134.8288209607);--events-lighter: rgb(222.3689956332, 135.1310043668, 145.7860262009);--events-trans: rgba(206, 75, 91, .3);--events-trans-light: rgba(206, 75, 91, .1);--events-trans-dark: rgba(206, 75, 91, .9)}:root{--places: #43b9ff;--places-contrast: #fff;--places-dark: rgb(5.8, 162.2127659574, 255);--places-darker: rgb(0, 154.0904255319, 245.5);--places-light: rgb(128.2, 207.7872340426, 255);--places-lighter: rgb(143.5, 213.4840425532, 255);--places-trans: rgba(67, 185, 255, .3);--places-trans-light: rgba(67, 185, 255, .1);--places-trans-dark: rgba(67, 185, 255, .9)}:root{--infos: #ffc22d;--infos-contrast: #fff;--infos-dark: rgb(238.8, 169.4342857143, 0);--infos-darker: rgb(223.5, 158.5785714286, 0);--infos-light: rgb(255, 211.7771428571, 106.2);--infos-lighter: rgb(255, 216.2214285714, 121.5);--infos-trans: rgba(255, 194, 45, .3);--infos-trans-light: rgba(255, 194, 45, .1);--infos-trans-dark: rgba(255, 194, 45, .9)}:root{--contacts: #ffc22d;--contacts-contrast: #fff;--contacts-dark: rgb(238.8, 169.4342857143, 0);--contacts-darker: rgb(223.5, 158.5785714286, 0);--contacts-light: rgb(255, 211.7771428571, 106.2);--contacts-lighter: rgb(255, 216.2214285714, 121.5);--contacts-trans: rgba(255, 194, 45, .3);--contacts-trans-light: rgba(255, 194, 45, .1);--contacts-trans-dark: rgba(255, 194, 45, .9)}:root{--openings: #ffc22d;--openings-contrast: #fff;--openings-dark: rgb(238.8, 169.4342857143, 0);--openings-darker: rgb(223.5, 158.5785714286, 0);--openings-light: rgb(255, 211.7771428571, 106.2);--openings-lighter: rgb(255, 216.2214285714, 121.5);--openings-trans: rgba(255, 194, 45, .3);--openings-trans-light: rgba(255, 194, 45, .1);--openings-trans-dark: rgba(255, 194, 45, .9)}:root{--faq: #ffc22d;--faq-contrast: #fff;--faq-dark: rgb(238.8, 169.4342857143, 0);--faq-darker: rgb(223.5, 158.5785714286, 0);--faq-light: rgb(255, 211.7771428571, 106.2);--faq-lighter: rgb(255, 216.2214285714, 121.5);--faq-trans: rgba(255, 194, 45, .3);--faq-trans-light: rgba(255, 194, 45, .1);--faq-trans-dark: rgba(255, 194, 45, .9)}:root{--hikes: #49d564;--hikes-contrast: #fff;--hikes-dark: rgb(42.15, 182.65, 69.2464285714);--hikes-darker: rgb(39.28125, 170.21875, 64.5334821429);--hikes-light: rgb(122.725, 224.475, 142.3482142857);--hikes-lighter: rgb(135.15625, 227.34375, 152.9352678571);--hikes-trans: rgba(73, 213, 100, .3);--hikes-trans-light: rgba(73, 213, 100, .1);--hikes-trans-dark: rgba(73, 213, 100, .9)}:root{--chats: #2670fd;--chats-contrast: #fff;--chats-dark: rgb(2.098630137, 79.7479452055, 227.701369863);--chats-darker: rgb(1.9589041096, 74.4383561644, 212.5410958904);--chats-light: rgb(98.6410958904, 151.9616438356, 253.5589041096);--chats-lighter: rgb(113.801369863, 161.9520547945, 253.698630137);--chats-trans: rgba(38, 112, 253, .3);--chats-trans-light: rgba(38, 112, 253, .1);--chats-trans-dark: rgba(38, 112, 253, .9)}:root{--webcams: #ea594d;--webcams-contrast: #fff;--webcams-dark: rgb(223.4391959799, 41.424120603, 26.3608040201);--webcams-darker: rgb(209.7537688442, 38.8869346734, 24.7462311558);--webcams-light: rgb(240.4582914573, 140.0512562814, 131.7417085427);--webcams-lighter: rgb(242.0728643216, 152.8140703518, 145.4271356784);--webcams-trans: rgba(234, 89, 77, .3);--webcams-trans-light: rgba(234, 89, 77, .1);--webcams-trans-dark: rgba(234, 89, 77, .9)}:root{--bookings: #26c6da;--bookings-contrast: #fff;--bookings-dark: rgb(28.3763779528, 151.0850393701, 166.4236220472);--bookings-darker: rgb(26.1476377953, 139.218503937, 153.3523622047);--bookings-light: rgb(90.2850393701, 211.7338582677, 226.9149606299);--bookings-lighter: rgb(103.3562992126, 215.1673228346, 229.1437007874);--bookings-trans: rgba(38, 198, 218, .3);--bookings-trans-light: rgba(38, 198, 218, .1);--bookings-trans-dark: rgba(38, 198, 218, .9)}:root{--autostop: #63359e;--autostop-contrast: #fff;--autostop-dark: rgb(70.2853080569, 37.6274881517, 112.1725118483);--autostop-darker: rgb(63.1066350711, 33.7843601896, 100.7156398104);--autostop-light: rgb(128.7744075829, 76.9317535545, 195.2682464455);--autostop-lighter: rgb(136.8957345972, 88.3886255924, 199.1113744076);--autostop-trans: rgba(99, 53, 158, .3);--autostop-trans-light: rgba(99, 53, 158, .1);--autostop-trans-dark: rgba(99, 53, 158, .9)}:root{--custom: #3e4851;--custom-contrast: #fff;--custom-dark: rgb(35.4657342657, 41.186013986, 46.3342657343);--custom-darker: rgb(28.8321678322, 33.4825174825, 37.6678321678);--custom-light: rgb(88.5342657343, 102.813986014, 115.6657342657);--custom-lighter: rgb(95.1678321678, 110.5174825175, 124.3321678322);--custom-trans: rgba(62, 72, 81, .3);--custom-trans-light: rgba(62, 72, 81, .1);--custom-trans-dark: rgba(62, 72, 81, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-primary: #427bfd;--darkMode-primary-contrast: #fff;--darkMode-primary-dark: rgb(5.4408376963, 80.7047120419, 252.3591623037);--darkMode-primary-darker: rgb(2.5392670157, 74.9083769634, 239.9607329843);--darkMode-primary-light: #7ba3fe;--darkMode-primary-lighter: rgb(141.6989528796, 175.8691099476, 253.8010471204);--darkMode-primary-trans: rgba(66, 123, 253, .3);--darkMode-primary-trans-light: rgba(66, 123, 253, .1);--darkMode-primary-trans-dark: rgba(66, 123, 253, .9)}}:root body.dark-mode{--darkMode-primary: #427bfd;--darkMode-primary-contrast: #fff;--darkMode-primary-dark: rgb(5.4408376963, 80.7047120419, 252.3591623037);--darkMode-primary-darker: rgb(2.5392670157, 74.9083769634, 239.9607329843);--darkMode-primary-light: #7ba3fe;--darkMode-primary-lighter: rgb(141.6989528796, 175.8691099476, 253.8010471204);--darkMode-primary-trans: rgba(66, 123, 253, .3);--darkMode-primary-trans-light: rgba(66, 123, 253, .1);--darkMode-primary-trans-dark: rgba(66, 123, 253, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-secondary: #fcea35;--darkMode-secondary-contrast: #fff;--darkMode-secondary-dark: rgb(240.232195122, 218.8253658537, 3.567804878);--darkMode-secondary-darker: rgb(225.156097561, 205.0926829268, 3.343902439);--darkMode-secondary-light: rgb(252.8956097561, 240.2692682927, 113.3043902439);--darkMode-secondary-lighter: rgb(253.1195121951, 241.8365853659, 128.3804878049);--darkMode-secondary-trans: rgba(252, 234, 53, .3);--darkMode-secondary-trans-light: rgba(252, 234, 53, .1);--darkMode-secondary-trans-dark: rgba(252, 234, 53, .9)}}:root body.dark-mode{--darkMode-secondary: #fcea35;--darkMode-secondary-contrast: #fff;--darkMode-secondary-dark: rgb(240.232195122, 218.8253658537, 3.567804878);--darkMode-secondary-darker: rgb(225.156097561, 205.0926829268, 3.343902439);--darkMode-secondary-light: rgb(252.8956097561, 240.2692682927, 113.3043902439);--darkMode-secondary-lighter: rgb(253.1195121951, 241.8365853659, 128.3804878049);--darkMode-secondary-trans: rgba(252, 234, 53, .3);--darkMode-secondary-trans-light: rgba(252, 234, 53, .1);--darkMode-secondary-trans-dark: rgba(252, 234, 53, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-white: #fff;--darkMode-white-contrast: #000;--darkMode-white-trans: rgba(255, 255, 255, .3);--darkMode-white-trans-light: rgba(255, 255, 255, .1);--darkMode-white-trans-dark: rgba(255, 255, 255, .9)}}:root body.dark-mode{--darkMode-white: #fff;--darkMode-white-contrast: #000;--darkMode-white-trans: rgba(255, 255, 255, .3);--darkMode-white-trans-light: rgba(255, 255, 255, .1);--darkMode-white-trans-dark: rgba(255, 255, 255, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-black: #000;--darkMode-black-contrast: #fff;--darkMode-black-trans: rgba(0, 0, 0, .3);--darkMode-black-trans-light: rgba(0, 0, 0, .1);--darkMode-black-trans-dark: rgba(0, 0, 0, .9)}}:root body.dark-mode{--darkMode-black: #000;--darkMode-black-contrast: #fff;--darkMode-black-trans: rgba(0, 0, 0, .3);--darkMode-black-trans-light: rgba(0, 0, 0, .1);--darkMode-black-trans-dark: rgba(0, 0, 0, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-current: #000;--darkMode-current-contrast: #fff;--darkMode-current-trans: rgba(0, 0, 0, .3);--darkMode-current-trans-light: rgba(0, 0, 0, .1);--darkMode-current-trans-dark: rgba(0, 0, 0, .9)}}:root body.dark-mode{--darkMode-current: #000;--darkMode-current-contrast: #fff;--darkMode-current-trans: rgba(0, 0, 0, .3);--darkMode-current-trans-light: rgba(0, 0, 0, .1);--darkMode-current-trans-dark: rgba(0, 0, 0, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-light: #eeeeee;--darkMode-light-contrast: #191919;--darkMode-light-dark: #e0e0e0;--darkMode-light-darker: rgb(199.75, 199.75, 199.75);--darkMode-light-light: #f5f5f5;--darkMode-light-lighter: white;--darkMode-light-trans: rgba(238, 238, 238, .3);--darkMode-light-trans-light: rgba(238, 238, 238, .1);--darkMode-light-trans-dark: rgba(238, 238, 238, .9)}}:root body.dark-mode{--darkMode-light: #eeeeee;--darkMode-light-contrast: #191919;--darkMode-light-dark: #e0e0e0;--darkMode-light-darker: rgb(199.75, 199.75, 199.75);--darkMode-light-light: #f5f5f5;--darkMode-light-lighter: white;--darkMode-light-trans: rgba(238, 238, 238, .3);--darkMode-light-trans-light: rgba(238, 238, 238, .1);--darkMode-light-trans-dark: rgba(238, 238, 238, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-medium: #9e9e9e;--darkMode-medium-contrast: #000;--darkMode-medium-dark: #757575;--darkMode-medium-darker: rgb(119.75, 119.75, 119.75);--darkMode-medium-light: #bdbdbd;--darkMode-medium-lighter: rgb(196.25, 196.25, 196.25);--darkMode-medium-trans: rgba(158, 158, 158, .3);--darkMode-medium-trans-light: rgba(158, 158, 158, .1);--darkMode-medium-trans-dark: rgba(158, 158, 158, .9)}}:root body.dark-mode{--darkMode-medium: #9e9e9e;--darkMode-medium-contrast: #000;--darkMode-medium-dark: #757575;--darkMode-medium-darker: rgb(119.75, 119.75, 119.75);--darkMode-medium-light: #bdbdbd;--darkMode-medium-lighter: rgb(196.25, 196.25, 196.25);--darkMode-medium-trans: rgba(158, 158, 158, .3);--darkMode-medium-trans-light: rgba(158, 158, 158, .1);--darkMode-medium-trans-dark: rgba(158, 158, 158, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-dark: #191919;--darkMode-dark-contrast: #fff;--darkMode-dark-dark: #0e0e0e;--darkMode-dark-darker: black;--darkMode-dark-light: #424242;--darkMode-dark-lighter: #616161;--darkMode-dark-trans: rgba(25, 25, 25, .3);--darkMode-dark-trans-light: rgba(25, 25, 25, .1);--darkMode-dark-trans-dark: rgba(25, 25, 25, .9)}}:root body.dark-mode{--darkMode-dark: #191919;--darkMode-dark-contrast: #fff;--darkMode-dark-dark: #0e0e0e;--darkMode-dark-darker: black;--darkMode-dark-light: #424242;--darkMode-dark-lighter: #616161;--darkMode-dark-trans: rgba(25, 25, 25, .3);--darkMode-dark-trans-light: rgba(25, 25, 25, .1);--darkMode-dark-trans-dark: rgba(25, 25, 25, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-danger: #ff4444;--darkMode-danger-contrast: #fff;--darkMode-danger-dark: #cc0000;--darkMode-danger-darker: rgb(246.5, 0, 0);--darkMode-danger-light: rgb(255, 129.2, 129.2);--darkMode-danger-lighter: rgb(255, 144.5, 144.5);--darkMode-danger-trans: rgba(255, 68, 68, .3);--darkMode-danger-trans-light: rgba(255, 68, 68, .1);--darkMode-danger-trans-dark: rgba(255, 68, 68, .9)}}:root body.dark-mode{--darkMode-danger: #ff4444;--darkMode-danger-contrast: #fff;--darkMode-danger-dark: #cc0000;--darkMode-danger-darker: rgb(246.5, 0, 0);--darkMode-danger-light: rgb(255, 129.2, 129.2);--darkMode-danger-lighter: rgb(255, 144.5, 144.5);--darkMode-danger-trans: rgba(255, 68, 68, .3);--darkMode-danger-trans-light: rgba(255, 68, 68, .1);--darkMode-danger-trans-dark: rgba(255, 68, 68, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-warning: #ffbb33;--darkMode-warning-contrast: #000;--darkMode-warning-dark: #ff8800;--darkMode-warning-darker: rgb(229.5, 153, 0);--darkMode-warning-light: rgb(255, 207.4, 112.2);--darkMode-warning-lighter: rgb(255, 212.5, 127.5);--darkMode-warning-trans: rgba(255, 187, 51, .3);--darkMode-warning-trans-light: rgba(255, 187, 51, .1);--darkMode-warning-trans-dark: rgba(255, 187, 51, .9)}}:root body.dark-mode{--darkMode-warning: #ffbb33;--darkMode-warning-contrast: #000;--darkMode-warning-dark: #ff8800;--darkMode-warning-darker: rgb(229.5, 153, 0);--darkMode-warning-light: rgb(255, 207.4, 112.2);--darkMode-warning-lighter: rgb(255, 212.5, 127.5);--darkMode-warning-trans: rgba(255, 187, 51, .3);--darkMode-warning-trans-light: rgba(255, 187, 51, .1);--darkMode-warning-trans-dark: rgba(255, 187, 51, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-success: #00c851;--darkMode-success-contrast: #000;--darkMode-success-dark: #007e33;--darkMode-success-darker: rgb(0, 123.5, 50.0175);--darkMode-success-light: rgb(6.2, 255, 106.964);--darkMode-success-lighter: rgb(21.5, 255, 116.0675);--darkMode-success-trans: rgba(0, 200, 81, .3);--darkMode-success-trans-light: rgba(0, 200, 81, .1);--darkMode-success-trans-dark: rgba(0, 200, 81, .9)}}:root body.dark-mode{--darkMode-success: #00c851;--darkMode-success-contrast: #000;--darkMode-success-dark: #007e33;--darkMode-success-darker: rgb(0, 123.5, 50.0175);--darkMode-success-light: rgb(6.2, 255, 106.964);--darkMode-success-lighter: rgb(21.5, 255, 116.0675);--darkMode-success-trans: rgba(0, 200, 81, .3);--darkMode-success-trans-light: rgba(0, 200, 81, .1);--darkMode-success-trans-dark: rgba(0, 200, 81, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-info: #33b5e5;--darkMode-info-contrast: #000;--darkMode-info-dark: #0099cc;--darkMode-info-darker: rgb(23.0043478261, 138.0260869565, 180.4956521739);--darkMode-info-light: rgb(105.2817391304, 200.6904347826, 235.9182608696);--darkMode-info-lighter: rgb(118.852173913, 205.6130434783, 237.647826087);--darkMode-info-trans: rgba(51, 181, 229, .3);--darkMode-info-trans-light: rgba(51, 181, 229, .1);--darkMode-info-trans-dark: rgba(51, 181, 229, .9)}}:root body.dark-mode{--darkMode-info: #33b5e5;--darkMode-info-contrast: #000;--darkMode-info-dark: #0099cc;--darkMode-info-darker: rgb(23.0043478261, 138.0260869565, 180.4956521739);--darkMode-info-light: rgb(105.2817391304, 200.6904347826, 235.9182608696);--darkMode-info-lighter: rgb(118.852173913, 205.6130434783, 237.647826087);--darkMode-info-trans: rgba(51, 181, 229, .3);--darkMode-info-trans-light: rgba(51, 181, 229, .1);--darkMode-info-trans-dark: rgba(51, 181, 229, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-disabled: #e0e0e0;--darkMode-disabled-contrast: #ababab;--darkMode-disabled-dark: rgb(193.4, 193.4, 193.4);--darkMode-disabled-darker: rgb(185.75, 185.75, 185.75);--darkMode-disabled-light: rgb(254.6, 254.6, 254.6);--darkMode-disabled-lighter: white;--darkMode-disabled-trans: rgba(224, 224, 224, .3);--darkMode-disabled-trans-light: rgba(224, 224, 224, .1);--darkMode-disabled-trans-dark: rgba(224, 224, 224, .9)}}:root body.dark-mode{--darkMode-disabled: #e0e0e0;--darkMode-disabled-contrast: #ababab;--darkMode-disabled-dark: rgb(193.4, 193.4, 193.4);--darkMode-disabled-darker: rgb(185.75, 185.75, 185.75);--darkMode-disabled-light: rgb(254.6, 254.6, 254.6);--darkMode-disabled-lighter: white;--darkMode-disabled-trans: rgba(224, 224, 224, .3);--darkMode-disabled-trans-light: rgba(224, 224, 224, .1);--darkMode-disabled-trans-dark: rgba(224, 224, 224, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-edit-primary: #4496e6;--darkMode-edit-primary-contrast: #fff;--darkMode-edit-primary-dark: rgb(27.9245283019, 119.5169811321, 208.8754716981);--darkMode-edit-primary-darker: rgb(26.1202830189, 111.7948113208, 195.3797169811);--darkMode-edit-primary-light: rgb(121.9830188679, 180.3113207547, 237.2169811321);--darkMode-edit-primary-lighter: rgb(135.4787735849, 187.8891509434, 239.0212264151);--darkMode-edit-primary-trans: rgba(68, 150, 230, .3);--darkMode-edit-primary-trans-light: rgba(68, 150, 230, .1);--darkMode-edit-primary-trans-dark: rgba(68, 150, 230, .9)}}:root body.dark-mode{--darkMode-edit-primary: #4496e6;--darkMode-edit-primary-contrast: #fff;--darkMode-edit-primary-dark: rgb(27.9245283019, 119.5169811321, 208.8754716981);--darkMode-edit-primary-darker: rgb(26.1202830189, 111.7948113208, 195.3797169811);--darkMode-edit-primary-light: rgb(121.9830188679, 180.3113207547, 237.2169811321);--darkMode-edit-primary-lighter: rgb(135.4787735849, 187.8891509434, 239.0212264151);--darkMode-edit-primary-trans: rgba(68, 150, 230, .3);--darkMode-edit-primary-trans-light: rgba(68, 150, 230, .1);--darkMode-edit-primary-trans-dark: rgba(68, 150, 230, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-edit-secondary: #8d9926;--darkMode-edit-secondary-contrast: #fff;--darkMode-edit-secondary-dark: rgb(95.8209424084, 103.9759162304, 25.8240837696);--darkMode-edit-secondary-darker: rgb(84.5261780105, 91.719895288, 22.780104712);--darkMode-edit-secondary-light: rgb(186.1790575916, 202.0240837696, 50.1759162304);--darkMode-edit-secondary-lighter: rgb(191.5183246073, 206.7539267016, 60.7460732984);--darkMode-edit-secondary-trans: rgba(141, 153, 38, .3);--darkMode-edit-secondary-trans-light: rgba(141, 153, 38, .1);--darkMode-edit-secondary-trans-dark: rgba(141, 153, 38, .9)}}:root body.dark-mode{--darkMode-edit-secondary: #8d9926;--darkMode-edit-secondary-contrast: #fff;--darkMode-edit-secondary-dark: rgb(95.8209424084, 103.9759162304, 25.8240837696);--darkMode-edit-secondary-darker: rgb(84.5261780105, 91.719895288, 22.780104712);--darkMode-edit-secondary-light: rgb(186.1790575916, 202.0240837696, 50.1759162304);--darkMode-edit-secondary-lighter: rgb(191.5183246073, 206.7539267016, 60.7460732984);--darkMode-edit-secondary-trans: rgba(141, 153, 38, .3);--darkMode-edit-secondary-trans-light: rgba(141, 153, 38, .1);--darkMode-edit-secondary-trans-dark: rgba(141, 153, 38, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-edit-tertiary: #b0a623;--darkMode-edit-tertiary-contrast: #fff;--darkMode-edit-tertiary-dark: rgb(124.9516587678, 117.8521327014, 24.8483412322);--darkMode-edit-tertiary-darker: rgb(112.1895734597, 105.8151658768, 22.3104265403);--darkMode-edit-tertiary-light: rgb(215.5545023697, 204.2843601896, 56.6454976303);--darkMode-edit-tertiary-lighter: rgb(218.0924170616, 207.5473933649, 69.4075829384);--darkMode-edit-tertiary-trans: rgba(176, 166, 35, .3);--darkMode-edit-tertiary-trans-light: rgba(176, 166, 35, .1);--darkMode-edit-tertiary-trans-dark: rgba(176, 166, 35, .9)}}:root body.dark-mode{--darkMode-edit-tertiary: #b0a623;--darkMode-edit-tertiary-contrast: #fff;--darkMode-edit-tertiary-dark: rgb(124.9516587678, 117.8521327014, 24.8483412322);--darkMode-edit-tertiary-darker: rgb(112.1895734597, 105.8151658768, 22.3104265403);--darkMode-edit-tertiary-light: rgb(215.5545023697, 204.2843601896, 56.6454976303);--darkMode-edit-tertiary-lighter: rgb(218.0924170616, 207.5473933649, 69.4075829384);--darkMode-edit-tertiary-trans: rgba(176, 166, 35, .3);--darkMode-edit-tertiary-trans-light: rgba(176, 166, 35, .1);--darkMode-edit-tertiary-trans-dark: rgba(176, 166, 35, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-news: #297bfd;--darkMode-news-contrast: #fff;--darkMode-news-dark: rgb(2.1555555556, 90.5333333333, 230.6444444444);--darkMode-news-darker: rgb(2.0138888889, 84.5833333333, 215.4861111111);--darkMode-news-light: rgb(101.6333333333, 160.4, 253.5666666667);--darkMode-news-lighter: rgb(116.7916666667, 169.75, 253.7083333333);--darkMode-news-trans: rgba(41, 123, 253, .3);--darkMode-news-trans-light: rgba(41, 123, 253, .1);--darkMode-news-trans-dark: rgba(41, 123, 253, .9)}}:root body.dark-mode{--darkMode-news: #297bfd;--darkMode-news-contrast: #fff;--darkMode-news-dark: rgb(2.1555555556, 90.5333333333, 230.6444444444);--darkMode-news-darker: rgb(2.0138888889, 84.5833333333, 215.4861111111);--darkMode-news-light: rgb(101.6333333333, 160.4, 253.5666666667);--darkMode-news-lighter: rgb(116.7916666667, 169.75, 253.7083333333);--darkMode-news-trans: rgba(41, 123, 253, .3);--darkMode-news-trans-light: rgba(41, 123, 253, .1);--darkMode-news-trans-dark: rgba(41, 123, 253, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-reports: #ff8924;--darkMode-reports-contrast: #fff;--darkMode-reports-dark: rgb(229.8, 105.9808219178, 0);--darkMode-reports-darker: rgb(214.5, 98.9246575342, 0);--darkMode-reports-light: rgb(255, 169.9753424658, 97.2);--darkMode-reports-lighter: rgb(255, 178.2191780822, 112.5);--darkMode-reports-trans: rgba(255, 137, 36, .3);--darkMode-reports-trans-light: rgba(255, 137, 36, .1);--darkMode-reports-trans-dark: rgba(255, 137, 36, .9)}}:root body.dark-mode{--darkMode-reports: #ff8924;--darkMode-reports-contrast: #fff;--darkMode-reports-dark: rgb(229.8, 105.9808219178, 0);--darkMode-reports-darker: rgb(214.5, 98.9246575342, 0);--darkMode-reports-light: rgb(255, 169.9753424658, 97.2);--darkMode-reports-lighter: rgb(255, 178.2191780822, 112.5);--darkMode-reports-trans: rgba(255, 137, 36, .3);--darkMode-reports-trans-light: rgba(255, 137, 36, .1);--darkMode-reports-trans-dark: rgba(255, 137, 36, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-events: #ce4b5b;--darkMode-events-contrast: #fff;--darkMode-events-dark: rgb(172.768558952, 47.031441048, 62.3886462882);--darkMode-events-darker: rgb(160.7423580786, 43.7576419214, 58.0458515284);--darkMode-events-light: rgb(219.0951965066, 123.1048034934, 134.8288209607);--darkMode-events-lighter: rgb(222.3689956332, 135.1310043668, 145.7860262009);--darkMode-events-trans: rgba(206, 75, 91, .3);--darkMode-events-trans-light: rgba(206, 75, 91, .1);--darkMode-events-trans-dark: rgba(206, 75, 91, .9)}}:root body.dark-mode{--darkMode-events: #ce4b5b;--darkMode-events-contrast: #fff;--darkMode-events-dark: rgb(172.768558952, 47.031441048, 62.3886462882);--darkMode-events-darker: rgb(160.7423580786, 43.7576419214, 58.0458515284);--darkMode-events-light: rgb(219.0951965066, 123.1048034934, 134.8288209607);--darkMode-events-lighter: rgb(222.3689956332, 135.1310043668, 145.7860262009);--darkMode-events-trans: rgba(206, 75, 91, .3);--darkMode-events-trans-light: rgba(206, 75, 91, .1);--darkMode-events-trans-dark: rgba(206, 75, 91, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-places: #43b9ff;--darkMode-places-contrast: #fff;--darkMode-places-dark: rgb(5.8, 162.2127659574, 255);--darkMode-places-darker: rgb(0, 154.0904255319, 245.5);--darkMode-places-light: rgb(128.2, 207.7872340426, 255);--darkMode-places-lighter: rgb(143.5, 213.4840425532, 255);--darkMode-places-trans: rgba(67, 185, 255, .3);--darkMode-places-trans-light: rgba(67, 185, 255, .1);--darkMode-places-trans-dark: rgba(67, 185, 255, .9)}}:root body.dark-mode{--darkMode-places: #43b9ff;--darkMode-places-contrast: #fff;--darkMode-places-dark: rgb(5.8, 162.2127659574, 255);--darkMode-places-darker: rgb(0, 154.0904255319, 245.5);--darkMode-places-light: rgb(128.2, 207.7872340426, 255);--darkMode-places-lighter: rgb(143.5, 213.4840425532, 255);--darkMode-places-trans: rgba(67, 185, 255, .3);--darkMode-places-trans-light: rgba(67, 185, 255, .1);--darkMode-places-trans-dark: rgba(67, 185, 255, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-infos: #ffc22d;--darkMode-infos-contrast: #fff;--darkMode-infos-dark: rgb(238.8, 169.4342857143, 0);--darkMode-infos-darker: rgb(223.5, 158.5785714286, 0);--darkMode-infos-light: rgb(255, 211.7771428571, 106.2);--darkMode-infos-lighter: rgb(255, 216.2214285714, 121.5);--darkMode-infos-trans: rgba(255, 194, 45, .3);--darkMode-infos-trans-light: rgba(255, 194, 45, .1);--darkMode-infos-trans-dark: rgba(255, 194, 45, .9)}}:root body.dark-mode{--darkMode-infos: #ffc22d;--darkMode-infos-contrast: #fff;--darkMode-infos-dark: rgb(238.8, 169.4342857143, 0);--darkMode-infos-darker: rgb(223.5, 158.5785714286, 0);--darkMode-infos-light: rgb(255, 211.7771428571, 106.2);--darkMode-infos-lighter: rgb(255, 216.2214285714, 121.5);--darkMode-infos-trans: rgba(255, 194, 45, .3);--darkMode-infos-trans-light: rgba(255, 194, 45, .1);--darkMode-infos-trans-dark: rgba(255, 194, 45, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-contacts: #ffc22d;--darkMode-contacts-contrast: #fff;--darkMode-contacts-dark: rgb(238.8, 169.4342857143, 0);--darkMode-contacts-darker: rgb(223.5, 158.5785714286, 0);--darkMode-contacts-light: rgb(255, 211.7771428571, 106.2);--darkMode-contacts-lighter: rgb(255, 216.2214285714, 121.5);--darkMode-contacts-trans: rgba(255, 194, 45, .3);--darkMode-contacts-trans-light: rgba(255, 194, 45, .1);--darkMode-contacts-trans-dark: rgba(255, 194, 45, .9)}}:root body.dark-mode{--darkMode-contacts: #ffc22d;--darkMode-contacts-contrast: #fff;--darkMode-contacts-dark: rgb(238.8, 169.4342857143, 0);--darkMode-contacts-darker: rgb(223.5, 158.5785714286, 0);--darkMode-contacts-light: rgb(255, 211.7771428571, 106.2);--darkMode-contacts-lighter: rgb(255, 216.2214285714, 121.5);--darkMode-contacts-trans: rgba(255, 194, 45, .3);--darkMode-contacts-trans-light: rgba(255, 194, 45, .1);--darkMode-contacts-trans-dark: rgba(255, 194, 45, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-openings: #ffc22d;--darkMode-openings-contrast: #fff;--darkMode-openings-dark: rgb(238.8, 169.4342857143, 0);--darkMode-openings-darker: rgb(223.5, 158.5785714286, 0);--darkMode-openings-light: rgb(255, 211.7771428571, 106.2);--darkMode-openings-lighter: rgb(255, 216.2214285714, 121.5);--darkMode-openings-trans: rgba(255, 194, 45, .3);--darkMode-openings-trans-light: rgba(255, 194, 45, .1);--darkMode-openings-trans-dark: rgba(255, 194, 45, .9)}}:root body.dark-mode{--darkMode-openings: #ffc22d;--darkMode-openings-contrast: #fff;--darkMode-openings-dark: rgb(238.8, 169.4342857143, 0);--darkMode-openings-darker: rgb(223.5, 158.5785714286, 0);--darkMode-openings-light: rgb(255, 211.7771428571, 106.2);--darkMode-openings-lighter: rgb(255, 216.2214285714, 121.5);--darkMode-openings-trans: rgba(255, 194, 45, .3);--darkMode-openings-trans-light: rgba(255, 194, 45, .1);--darkMode-openings-trans-dark: rgba(255, 194, 45, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-faq: #ffc22d;--darkMode-faq-contrast: #fff;--darkMode-faq-dark: rgb(238.8, 169.4342857143, 0);--darkMode-faq-darker: rgb(223.5, 158.5785714286, 0);--darkMode-faq-light: rgb(255, 211.7771428571, 106.2);--darkMode-faq-lighter: rgb(255, 216.2214285714, 121.5);--darkMode-faq-trans: rgba(255, 194, 45, .3);--darkMode-faq-trans-light: rgba(255, 194, 45, .1);--darkMode-faq-trans-dark: rgba(255, 194, 45, .9)}}:root body.dark-mode{--darkMode-faq: #ffc22d;--darkMode-faq-contrast: #fff;--darkMode-faq-dark: rgb(238.8, 169.4342857143, 0);--darkMode-faq-darker: rgb(223.5, 158.5785714286, 0);--darkMode-faq-light: rgb(255, 211.7771428571, 106.2);--darkMode-faq-lighter: rgb(255, 216.2214285714, 121.5);--darkMode-faq-trans: rgba(255, 194, 45, .3);--darkMode-faq-trans-light: rgba(255, 194, 45, .1);--darkMode-faq-trans-dark: rgba(255, 194, 45, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-hikes: #49d564;--darkMode-hikes-contrast: #fff;--darkMode-hikes-dark: rgb(42.15, 182.65, 69.2464285714);--darkMode-hikes-darker: rgb(39.28125, 170.21875, 64.5334821429);--darkMode-hikes-light: rgb(122.725, 224.475, 142.3482142857);--darkMode-hikes-lighter: rgb(135.15625, 227.34375, 152.9352678571);--darkMode-hikes-trans: rgba(73, 213, 100, .3);--darkMode-hikes-trans-light: rgba(73, 213, 100, .1);--darkMode-hikes-trans-dark: rgba(73, 213, 100, .9)}}:root body.dark-mode{--darkMode-hikes: #49d564;--darkMode-hikes-contrast: #fff;--darkMode-hikes-dark: rgb(42.15, 182.65, 69.2464285714);--darkMode-hikes-darker: rgb(39.28125, 170.21875, 64.5334821429);--darkMode-hikes-light: rgb(122.725, 224.475, 142.3482142857);--darkMode-hikes-lighter: rgb(135.15625, 227.34375, 152.9352678571);--darkMode-hikes-trans: rgba(73, 213, 100, .3);--darkMode-hikes-trans-light: rgba(73, 213, 100, .1);--darkMode-hikes-trans-dark: rgba(73, 213, 100, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-chats: #2670fd;--darkMode-chats-contrast: #fff;--darkMode-chats-dark: rgb(2.098630137, 79.7479452055, 227.701369863);--darkMode-chats-darker: rgb(1.9589041096, 74.4383561644, 212.5410958904);--darkMode-chats-light: rgb(98.6410958904, 151.9616438356, 253.5589041096);--darkMode-chats-lighter: rgb(113.801369863, 161.9520547945, 253.698630137);--darkMode-chats-trans: rgba(38, 112, 253, .3);--darkMode-chats-trans-light: rgba(38, 112, 253, .1);--darkMode-chats-trans-dark: rgba(38, 112, 253, .9)}}:root body.dark-mode{--darkMode-chats: #2670fd;--darkMode-chats-contrast: #fff;--darkMode-chats-dark: rgb(2.098630137, 79.7479452055, 227.701369863);--darkMode-chats-darker: rgb(1.9589041096, 74.4383561644, 212.5410958904);--darkMode-chats-light: rgb(98.6410958904, 151.9616438356, 253.5589041096);--darkMode-chats-lighter: rgb(113.801369863, 161.9520547945, 253.698630137);--darkMode-chats-trans: rgba(38, 112, 253, .3);--darkMode-chats-trans-light: rgba(38, 112, 253, .1);--darkMode-chats-trans-dark: rgba(38, 112, 253, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-webcams: #ea594d;--darkMode-webcams-contrast: #fff;--darkMode-webcams-dark: rgb(223.4391959799, 41.424120603, 26.3608040201);--darkMode-webcams-darker: rgb(209.7537688442, 38.8869346734, 24.7462311558);--darkMode-webcams-light: rgb(240.4582914573, 140.0512562814, 131.7417085427);--darkMode-webcams-lighter: rgb(242.0728643216, 152.8140703518, 145.4271356784);--darkMode-webcams-trans: rgba(234, 89, 77, .3);--darkMode-webcams-trans-light: rgba(234, 89, 77, .1);--darkMode-webcams-trans-dark: rgba(234, 89, 77, .9)}}:root body.dark-mode{--darkMode-webcams: #ea594d;--darkMode-webcams-contrast: #fff;--darkMode-webcams-dark: rgb(223.4391959799, 41.424120603, 26.3608040201);--darkMode-webcams-darker: rgb(209.7537688442, 38.8869346734, 24.7462311558);--darkMode-webcams-light: rgb(240.4582914573, 140.0512562814, 131.7417085427);--darkMode-webcams-lighter: rgb(242.0728643216, 152.8140703518, 145.4271356784);--darkMode-webcams-trans: rgba(234, 89, 77, .3);--darkMode-webcams-trans-light: rgba(234, 89, 77, .1);--darkMode-webcams-trans-dark: rgba(234, 89, 77, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-bookings: #26c6da;--darkMode-bookings-contrast: #fff;--darkMode-bookings-dark: rgb(28.3763779528, 151.0850393701, 166.4236220472);--darkMode-bookings-darker: rgb(26.1476377953, 139.218503937, 153.3523622047);--darkMode-bookings-light: rgb(90.2850393701, 211.7338582677, 226.9149606299);--darkMode-bookings-lighter: rgb(103.3562992126, 215.1673228346, 229.1437007874);--darkMode-bookings-trans: rgba(38, 198, 218, .3);--darkMode-bookings-trans-light: rgba(38, 198, 218, .1);--darkMode-bookings-trans-dark: rgba(38, 198, 218, .9)}}:root body.dark-mode{--darkMode-bookings: #26c6da;--darkMode-bookings-contrast: #fff;--darkMode-bookings-dark: rgb(28.3763779528, 151.0850393701, 166.4236220472);--darkMode-bookings-darker: rgb(26.1476377953, 139.218503937, 153.3523622047);--darkMode-bookings-light: rgb(90.2850393701, 211.7338582677, 226.9149606299);--darkMode-bookings-lighter: rgb(103.3562992126, 215.1673228346, 229.1437007874);--darkMode-bookings-trans: rgba(38, 198, 218, .3);--darkMode-bookings-trans-light: rgba(38, 198, 218, .1);--darkMode-bookings-trans-dark: rgba(38, 198, 218, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-autostop: #63359e;--darkMode-autostop-contrast: #fff;--darkMode-autostop-dark: rgb(70.2853080569, 37.6274881517, 112.1725118483);--darkMode-autostop-darker: rgb(63.1066350711, 33.7843601896, 100.7156398104);--darkMode-autostop-light: rgb(128.7744075829, 76.9317535545, 195.2682464455);--darkMode-autostop-lighter: rgb(136.8957345972, 88.3886255924, 199.1113744076);--darkMode-autostop-trans: rgba(99, 53, 158, .3);--darkMode-autostop-trans-light: rgba(99, 53, 158, .1);--darkMode-autostop-trans-dark: rgba(99, 53, 158, .9)}}:root body.dark-mode{--darkMode-autostop: #63359e;--darkMode-autostop-contrast: #fff;--darkMode-autostop-dark: rgb(70.2853080569, 37.6274881517, 112.1725118483);--darkMode-autostop-darker: rgb(63.1066350711, 33.7843601896, 100.7156398104);--darkMode-autostop-light: rgb(128.7744075829, 76.9317535545, 195.2682464455);--darkMode-autostop-lighter: rgb(136.8957345972, 88.3886255924, 199.1113744076);--darkMode-autostop-trans: rgba(99, 53, 158, .3);--darkMode-autostop-trans-light: rgba(99, 53, 158, .1);--darkMode-autostop-trans-dark: rgba(99, 53, 158, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--darkMode-custom: #3e4851;--darkMode-custom-contrast: #fff;--darkMode-custom-dark: rgb(35.4657342657, 41.186013986, 46.3342657343);--darkMode-custom-darker: rgb(28.8321678322, 33.4825174825, 37.6678321678);--darkMode-custom-light: rgb(88.5342657343, 102.813986014, 115.6657342657);--darkMode-custom-lighter: rgb(95.1678321678, 110.5174825175, 124.3321678322);--darkMode-custom-trans: rgba(62, 72, 81, .3);--darkMode-custom-trans-light: rgba(62, 72, 81, .1);--darkMode-custom-trans-dark: rgba(62, 72, 81, .9)}}:root body.dark-mode{--darkMode-custom: #3e4851;--darkMode-custom-contrast: #fff;--darkMode-custom-dark: rgb(35.4657342657, 41.186013986, 46.3342657343);--darkMode-custom-darker: rgb(28.8321678322, 33.4825174825, 37.6678321678);--darkMode-custom-light: rgb(88.5342657343, 102.813986014, 115.6657342657);--darkMode-custom-lighter: rgb(95.1678321678, 110.5174825175, 124.3321678322);--darkMode-custom-trans: rgba(62, 72, 81, .3);--darkMode-custom-trans-light: rgba(62, 72, 81, .1);--darkMode-custom-trans-dark: rgba(62, 72, 81, .9)}:root body:not(.dark-mode){--changeable-primary: #427bfd;--changeable-primary-contrast: #fff;--changeable-primary-dark: rgb(5.4408376963, 80.7047120419, 252.3591623037);--changeable-primary-darker: rgb(2.5392670157, 74.9083769634, 239.9607329843);--changeable-primary-light: #7ba3fe;--changeable-primary-lighter: rgb(141.6989528796, 175.8691099476, 253.8010471204);--changeable-primary-trans: rgba(66, 123, 253, .3);--changeable-primary-trans-light: rgba(66, 123, 253, .1);--changeable-primary-trans-dark: rgba(66, 123, 253, .9)}:root body:not(.dark-mode){--changeable-secondary: #fcea35;--changeable-secondary-contrast: #fff;--changeable-secondary-dark: rgb(240.232195122, 218.8253658537, 3.567804878);--changeable-secondary-darker: rgb(225.156097561, 205.0926829268, 3.343902439);--changeable-secondary-light: rgb(252.8956097561, 240.2692682927, 113.3043902439);--changeable-secondary-lighter: rgb(253.1195121951, 241.8365853659, 128.3804878049);--changeable-secondary-trans: rgba(252, 234, 53, .3);--changeable-secondary-trans-light: rgba(252, 234, 53, .1);--changeable-secondary-trans-dark: rgba(252, 234, 53, .9)}:root body:not(.dark-mode){--changeable-white: #fff;--changeable-white-contrast: #000;--changeable-white-trans: rgba(255, 255, 255, .3);--changeable-white-trans-light: rgba(255, 255, 255, .1);--changeable-white-trans-dark: rgba(255, 255, 255, .9)}:root body:not(.dark-mode){--changeable-black: #000;--changeable-black-contrast: #fff;--changeable-black-trans: rgba(0, 0, 0, .3);--changeable-black-trans-light: rgba(0, 0, 0, .1);--changeable-black-trans-dark: rgba(0, 0, 0, .9)}:root body:not(.dark-mode){--changeable-current: #000;--changeable-current-contrast: #fff;--changeable-current-trans: rgba(0, 0, 0, .3);--changeable-current-trans-light: rgba(0, 0, 0, .1);--changeable-current-trans-dark: rgba(0, 0, 0, .9)}:root body:not(.dark-mode){--changeable-light: #eeeeee;--changeable-light-contrast: #191919;--changeable-light-dark: #e0e0e0;--changeable-light-darker: rgb(199.75, 199.75, 199.75);--changeable-light-light: #f5f5f5;--changeable-light-lighter: white;--changeable-light-trans: rgba(238, 238, 238, .3);--changeable-light-trans-light: rgba(238, 238, 238, .1);--changeable-light-trans-dark: rgba(238, 238, 238, .9)}:root body:not(.dark-mode){--changeable-medium: #9e9e9e;--changeable-medium-contrast: #000;--changeable-medium-dark: #757575;--changeable-medium-darker: rgb(119.75, 119.75, 119.75);--changeable-medium-light: #bdbdbd;--changeable-medium-lighter: rgb(196.25, 196.25, 196.25);--changeable-medium-trans: rgba(158, 158, 158, .3);--changeable-medium-trans-light: rgba(158, 158, 158, .1);--changeable-medium-trans-dark: rgba(158, 158, 158, .9)}:root body:not(.dark-mode){--changeable-dark: #191919;--changeable-dark-contrast: #fff;--changeable-dark-dark: #0e0e0e;--changeable-dark-darker: black;--changeable-dark-light: #424242;--changeable-dark-lighter: #616161;--changeable-dark-trans: rgba(25, 25, 25, .3);--changeable-dark-trans-light: rgba(25, 25, 25, .1);--changeable-dark-trans-dark: rgba(25, 25, 25, .9)}:root body:not(.dark-mode){--changeable-danger: #ff4444;--changeable-danger-contrast: #fff;--changeable-danger-dark: #cc0000;--changeable-danger-darker: rgb(246.5, 0, 0);--changeable-danger-light: rgb(255, 129.2, 129.2);--changeable-danger-lighter: rgb(255, 144.5, 144.5);--changeable-danger-trans: rgba(255, 68, 68, .3);--changeable-danger-trans-light: rgba(255, 68, 68, .1);--changeable-danger-trans-dark: rgba(255, 68, 68, .9)}:root body:not(.dark-mode){--changeable-warning: #ffbb33;--changeable-warning-contrast: #000;--changeable-warning-dark: #ff8800;--changeable-warning-darker: rgb(229.5, 153, 0);--changeable-warning-light: rgb(255, 207.4, 112.2);--changeable-warning-lighter: rgb(255, 212.5, 127.5);--changeable-warning-trans: rgba(255, 187, 51, .3);--changeable-warning-trans-light: rgba(255, 187, 51, .1);--changeable-warning-trans-dark: rgba(255, 187, 51, .9)}:root body:not(.dark-mode){--changeable-success: #00c851;--changeable-success-contrast: #000;--changeable-success-dark: #007e33;--changeable-success-darker: rgb(0, 123.5, 50.0175);--changeable-success-light: rgb(6.2, 255, 106.964);--changeable-success-lighter: rgb(21.5, 255, 116.0675);--changeable-success-trans: rgba(0, 200, 81, .3);--changeable-success-trans-light: rgba(0, 200, 81, .1);--changeable-success-trans-dark: rgba(0, 200, 81, .9)}:root body:not(.dark-mode){--changeable-info: #33b5e5;--changeable-info-contrast: #000;--changeable-info-dark: #0099cc;--changeable-info-darker: rgb(23.0043478261, 138.0260869565, 180.4956521739);--changeable-info-light: rgb(105.2817391304, 200.6904347826, 235.9182608696);--changeable-info-lighter: rgb(118.852173913, 205.6130434783, 237.647826087);--changeable-info-trans: rgba(51, 181, 229, .3);--changeable-info-trans-light: rgba(51, 181, 229, .1);--changeable-info-trans-dark: rgba(51, 181, 229, .9)}:root body:not(.dark-mode){--changeable-disabled: #e0e0e0;--changeable-disabled-contrast: #ababab;--changeable-disabled-dark: rgb(193.4, 193.4, 193.4);--changeable-disabled-darker: rgb(185.75, 185.75, 185.75);--changeable-disabled-light: rgb(254.6, 254.6, 254.6);--changeable-disabled-lighter: white;--changeable-disabled-trans: rgba(224, 224, 224, .3);--changeable-disabled-trans-light: rgba(224, 224, 224, .1);--changeable-disabled-trans-dark: rgba(224, 224, 224, .9)}:root body:not(.dark-mode){--changeable-edit-primary: #4496e6;--changeable-edit-primary-contrast: #fff;--changeable-edit-primary-dark: rgb(27.9245283019, 119.5169811321, 208.8754716981);--changeable-edit-primary-darker: rgb(26.1202830189, 111.7948113208, 195.3797169811);--changeable-edit-primary-light: rgb(121.9830188679, 180.3113207547, 237.2169811321);--changeable-edit-primary-lighter: rgb(135.4787735849, 187.8891509434, 239.0212264151);--changeable-edit-primary-trans: rgba(68, 150, 230, .3);--changeable-edit-primary-trans-light: rgba(68, 150, 230, .1);--changeable-edit-primary-trans-dark: rgba(68, 150, 230, .9)}:root body:not(.dark-mode){--changeable-edit-secondary: #8d9926;--changeable-edit-secondary-contrast: #fff;--changeable-edit-secondary-dark: rgb(95.8209424084, 103.9759162304, 25.8240837696);--changeable-edit-secondary-darker: rgb(84.5261780105, 91.719895288, 22.780104712);--changeable-edit-secondary-light: rgb(186.1790575916, 202.0240837696, 50.1759162304);--changeable-edit-secondary-lighter: rgb(191.5183246073, 206.7539267016, 60.7460732984);--changeable-edit-secondary-trans: rgba(141, 153, 38, .3);--changeable-edit-secondary-trans-light: rgba(141, 153, 38, .1);--changeable-edit-secondary-trans-dark: rgba(141, 153, 38, .9)}:root body:not(.dark-mode){--changeable-edit-tertiary: #b0a623;--changeable-edit-tertiary-contrast: #fff;--changeable-edit-tertiary-dark: rgb(124.9516587678, 117.8521327014, 24.8483412322);--changeable-edit-tertiary-darker: rgb(112.1895734597, 105.8151658768, 22.3104265403);--changeable-edit-tertiary-light: rgb(215.5545023697, 204.2843601896, 56.6454976303);--changeable-edit-tertiary-lighter: rgb(218.0924170616, 207.5473933649, 69.4075829384);--changeable-edit-tertiary-trans: rgba(176, 166, 35, .3);--changeable-edit-tertiary-trans-light: rgba(176, 166, 35, .1);--changeable-edit-tertiary-trans-dark: rgba(176, 166, 35, .9)}:root body:not(.dark-mode){--changeable-news: #297bfd;--changeable-news-contrast: #fff;--changeable-news-dark: rgb(2.1555555556, 90.5333333333, 230.6444444444);--changeable-news-darker: rgb(2.0138888889, 84.5833333333, 215.4861111111);--changeable-news-light: rgb(101.6333333333, 160.4, 253.5666666667);--changeable-news-lighter: rgb(116.7916666667, 169.75, 253.7083333333);--changeable-news-trans: rgba(41, 123, 253, .3);--changeable-news-trans-light: rgba(41, 123, 253, .1);--changeable-news-trans-dark: rgba(41, 123, 253, .9)}:root body:not(.dark-mode){--changeable-reports: #ff8924;--changeable-reports-contrast: #fff;--changeable-reports-dark: rgb(229.8, 105.9808219178, 0);--changeable-reports-darker: rgb(214.5, 98.9246575342, 0);--changeable-reports-light: rgb(255, 169.9753424658, 97.2);--changeable-reports-lighter: rgb(255, 178.2191780822, 112.5);--changeable-reports-trans: rgba(255, 137, 36, .3);--changeable-reports-trans-light: rgba(255, 137, 36, .1);--changeable-reports-trans-dark: rgba(255, 137, 36, .9)}:root body:not(.dark-mode){--changeable-events: #ce4b5b;--changeable-events-contrast: #fff;--changeable-events-dark: rgb(172.768558952, 47.031441048, 62.3886462882);--changeable-events-darker: rgb(160.7423580786, 43.7576419214, 58.0458515284);--changeable-events-light: rgb(219.0951965066, 123.1048034934, 134.8288209607);--changeable-events-lighter: rgb(222.3689956332, 135.1310043668, 145.7860262009);--changeable-events-trans: rgba(206, 75, 91, .3);--changeable-events-trans-light: rgba(206, 75, 91, .1);--changeable-events-trans-dark: rgba(206, 75, 91, .9)}:root body:not(.dark-mode){--changeable-places: #43b9ff;--changeable-places-contrast: #fff;--changeable-places-dark: rgb(5.8, 162.2127659574, 255);--changeable-places-darker: rgb(0, 154.0904255319, 245.5);--changeable-places-light: rgb(128.2, 207.7872340426, 255);--changeable-places-lighter: rgb(143.5, 213.4840425532, 255);--changeable-places-trans: rgba(67, 185, 255, .3);--changeable-places-trans-light: rgba(67, 185, 255, .1);--changeable-places-trans-dark: rgba(67, 185, 255, .9)}:root body:not(.dark-mode){--changeable-infos: #ffc22d;--changeable-infos-contrast: #fff;--changeable-infos-dark: rgb(238.8, 169.4342857143, 0);--changeable-infos-darker: rgb(223.5, 158.5785714286, 0);--changeable-infos-light: rgb(255, 211.7771428571, 106.2);--changeable-infos-lighter: rgb(255, 216.2214285714, 121.5);--changeable-infos-trans: rgba(255, 194, 45, .3);--changeable-infos-trans-light: rgba(255, 194, 45, .1);--changeable-infos-trans-dark: rgba(255, 194, 45, .9)}:root body:not(.dark-mode){--changeable-contacts: #ffc22d;--changeable-contacts-contrast: #fff;--changeable-contacts-dark: rgb(238.8, 169.4342857143, 0);--changeable-contacts-darker: rgb(223.5, 158.5785714286, 0);--changeable-contacts-light: rgb(255, 211.7771428571, 106.2);--changeable-contacts-lighter: rgb(255, 216.2214285714, 121.5);--changeable-contacts-trans: rgba(255, 194, 45, .3);--changeable-contacts-trans-light: rgba(255, 194, 45, .1);--changeable-contacts-trans-dark: rgba(255, 194, 45, .9)}:root body:not(.dark-mode){--changeable-openings: #ffc22d;--changeable-openings-contrast: #fff;--changeable-openings-dark: rgb(238.8, 169.4342857143, 0);--changeable-openings-darker: rgb(223.5, 158.5785714286, 0);--changeable-openings-light: rgb(255, 211.7771428571, 106.2);--changeable-openings-lighter: rgb(255, 216.2214285714, 121.5);--changeable-openings-trans: rgba(255, 194, 45, .3);--changeable-openings-trans-light: rgba(255, 194, 45, .1);--changeable-openings-trans-dark: rgba(255, 194, 45, .9)}:root body:not(.dark-mode){--changeable-faq: #ffc22d;--changeable-faq-contrast: #fff;--changeable-faq-dark: rgb(238.8, 169.4342857143, 0);--changeable-faq-darker: rgb(223.5, 158.5785714286, 0);--changeable-faq-light: rgb(255, 211.7771428571, 106.2);--changeable-faq-lighter: rgb(255, 216.2214285714, 121.5);--changeable-faq-trans: rgba(255, 194, 45, .3);--changeable-faq-trans-light: rgba(255, 194, 45, .1);--changeable-faq-trans-dark: rgba(255, 194, 45, .9)}:root body:not(.dark-mode){--changeable-hikes: #49d564;--changeable-hikes-contrast: #fff;--changeable-hikes-dark: rgb(42.15, 182.65, 69.2464285714);--changeable-hikes-darker: rgb(39.28125, 170.21875, 64.5334821429);--changeable-hikes-light: rgb(122.725, 224.475, 142.3482142857);--changeable-hikes-lighter: rgb(135.15625, 227.34375, 152.9352678571);--changeable-hikes-trans: rgba(73, 213, 100, .3);--changeable-hikes-trans-light: rgba(73, 213, 100, .1);--changeable-hikes-trans-dark: rgba(73, 213, 100, .9)}:root body:not(.dark-mode){--changeable-chats: #2670fd;--changeable-chats-contrast: #fff;--changeable-chats-dark: rgb(2.098630137, 79.7479452055, 227.701369863);--changeable-chats-darker: rgb(1.9589041096, 74.4383561644, 212.5410958904);--changeable-chats-light: rgb(98.6410958904, 151.9616438356, 253.5589041096);--changeable-chats-lighter: rgb(113.801369863, 161.9520547945, 253.698630137);--changeable-chats-trans: rgba(38, 112, 253, .3);--changeable-chats-trans-light: rgba(38, 112, 253, .1);--changeable-chats-trans-dark: rgba(38, 112, 253, .9)}:root body:not(.dark-mode){--changeable-webcams: #ea594d;--changeable-webcams-contrast: #fff;--changeable-webcams-dark: rgb(223.4391959799, 41.424120603, 26.3608040201);--changeable-webcams-darker: rgb(209.7537688442, 38.8869346734, 24.7462311558);--changeable-webcams-light: rgb(240.4582914573, 140.0512562814, 131.7417085427);--changeable-webcams-lighter: rgb(242.0728643216, 152.8140703518, 145.4271356784);--changeable-webcams-trans: rgba(234, 89, 77, .3);--changeable-webcams-trans-light: rgba(234, 89, 77, .1);--changeable-webcams-trans-dark: rgba(234, 89, 77, .9)}:root body:not(.dark-mode){--changeable-bookings: #26c6da;--changeable-bookings-contrast: #fff;--changeable-bookings-dark: rgb(28.3763779528, 151.0850393701, 166.4236220472);--changeable-bookings-darker: rgb(26.1476377953, 139.218503937, 153.3523622047);--changeable-bookings-light: rgb(90.2850393701, 211.7338582677, 226.9149606299);--changeable-bookings-lighter: rgb(103.3562992126, 215.1673228346, 229.1437007874);--changeable-bookings-trans: rgba(38, 198, 218, .3);--changeable-bookings-trans-light: rgba(38, 198, 218, .1);--changeable-bookings-trans-dark: rgba(38, 198, 218, .9)}:root body:not(.dark-mode){--changeable-autostop: #63359e;--changeable-autostop-contrast: #fff;--changeable-autostop-dark: rgb(70.2853080569, 37.6274881517, 112.1725118483);--changeable-autostop-darker: rgb(63.1066350711, 33.7843601896, 100.7156398104);--changeable-autostop-light: rgb(128.7744075829, 76.9317535545, 195.2682464455);--changeable-autostop-lighter: rgb(136.8957345972, 88.3886255924, 199.1113744076);--changeable-autostop-trans: rgba(99, 53, 158, .3);--changeable-autostop-trans-light: rgba(99, 53, 158, .1);--changeable-autostop-trans-dark: rgba(99, 53, 158, .9)}:root body:not(.dark-mode){--changeable-custom: #3e4851;--changeable-custom-contrast: #fff;--changeable-custom-dark: rgb(35.4657342657, 41.186013986, 46.3342657343);--changeable-custom-darker: rgb(28.8321678322, 33.4825174825, 37.6678321678);--changeable-custom-light: rgb(88.5342657343, 102.813986014, 115.6657342657);--changeable-custom-lighter: rgb(95.1678321678, 110.5174825175, 124.3321678322);--changeable-custom-trans: rgba(62, 72, 81, .3);--changeable-custom-trans-light: rgba(62, 72, 81, .1);--changeable-custom-trans-dark: rgba(62, 72, 81, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--changeable-primary: #3880ff;--changeable-primary-contrast: #fff;--changeable-primary-dark: rgb(0, 90.3798994975, 249.8);--changeable-primary-darker: rgb(0, 84.8442211055, 234.5);--changeable-primary-light: rgb(117.2, 167.0572864322, 255);--changeable-primary-lighter: rgb(132.5, 176.8216080402, 255);--changeable-primary-trans: rgba(56, 128, 255, .3);--changeable-primary-trans-light: rgba(56, 128, 255, .1);--changeable-primary-trans-dark: rgba(56, 128, 255, .9)}}:root body.dark-mode{--changeable-primary: #3880ff;--changeable-primary-contrast: #fff;--changeable-primary-dark: rgb(0, 90.3798994975, 249.8);--changeable-primary-darker: rgb(0, 84.8442211055, 234.5);--changeable-primary-light: rgb(117.2, 167.0572864322, 255);--changeable-primary-lighter: rgb(132.5, 176.8216080402, 255);--changeable-primary-trans: rgba(56, 128, 255, .3);--changeable-primary-trans-light: rgba(56, 128, 255, .1);--changeable-primary-trans-dark: rgba(56, 128, 255, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--changeable-secondary: #0e0e0e;--changeable-secondary-contrast: #000;--changeable-secondary-dark: black;--changeable-secondary-darker: black;--changeable-secondary-light: rgb(44.6, 44.6, 44.6);--changeable-secondary-lighter: rgb(52.25, 52.25, 52.25);--changeable-secondary-trans: rgba(14, 14, 14, .3);--changeable-secondary-trans-light: rgba(14, 14, 14, .1);--changeable-secondary-trans-dark: rgba(14, 14, 14, .9)}}:root body.dark-mode{--changeable-secondary: #0e0e0e;--changeable-secondary-contrast: #000;--changeable-secondary-dark: black;--changeable-secondary-darker: black;--changeable-secondary-light: rgb(44.6, 44.6, 44.6);--changeable-secondary-lighter: rgb(52.25, 52.25, 52.25);--changeable-secondary-trans: rgba(14, 14, 14, .3);--changeable-secondary-trans-light: rgba(14, 14, 14, .1);--changeable-secondary-trans-dark: rgba(14, 14, 14, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--changeable-white: #000;--changeable-white-contrast: #fff;--changeable-white-trans: rgba(0, 0, 0, .3);--changeable-white-trans-light: rgba(0, 0, 0, .1);--changeable-white-trans-dark: rgba(0, 0, 0, .9)}}:root body.dark-mode{--changeable-white: #000;--changeable-white-contrast: #fff;--changeable-white-trans: rgba(0, 0, 0, .3);--changeable-white-trans-light: rgba(0, 0, 0, .1);--changeable-white-trans-dark: rgba(0, 0, 0, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--changeable-black: #fff;--changeable-black-contrast: #fff;--changeable-black-trans: rgba(255, 255, 255, .3);--changeable-black-trans-light: rgba(255, 255, 255, .1);--changeable-black-trans-dark: rgba(255, 255, 255, .9)}}:root body.dark-mode{--changeable-black: #fff;--changeable-black-contrast: #fff;--changeable-black-trans: rgba(255, 255, 255, .3);--changeable-black-trans-light: rgba(255, 255, 255, .1);--changeable-black-trans-dark: rgba(255, 255, 255, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--changeable-current: #000;--changeable-current-contrast: #fff;--changeable-current-trans: rgba(0, 0, 0, .3);--changeable-current-trans-light: rgba(0, 0, 0, .1);--changeable-current-trans-dark: rgba(0, 0, 0, .9)}}:root body.dark-mode{--changeable-current: #000;--changeable-current-contrast: #fff;--changeable-current-trans: rgba(0, 0, 0, .3);--changeable-current-trans-light: rgba(0, 0, 0, .1);--changeable-current-trans-dark: rgba(0, 0, 0, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--changeable-light: #191919;--changeable-light-contrast: #f4f5f8;--changeable-light-dark: black;--changeable-light-darker: black;--changeable-light-light: rgb(55.6, 55.6, 55.6);--changeable-light-lighter: rgb(63.25, 63.25, 63.25);--changeable-light-trans: rgba(25, 25, 25, .3);--changeable-light-trans-light: rgba(25, 25, 25, .1);--changeable-light-trans-dark: rgba(25, 25, 25, .9)}}:root body.dark-mode{--changeable-light: #191919;--changeable-light-contrast: #f4f5f8;--changeable-light-dark: black;--changeable-light-darker: black;--changeable-light-light: rgb(55.6, 55.6, 55.6);--changeable-light-lighter: rgb(63.25, 63.25, 63.25);--changeable-light-trans: rgba(25, 25, 25, .3);--changeable-light-trans-light: rgba(25, 25, 25, .1);--changeable-light-trans-dark: rgba(25, 25, 25, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--changeable-medium: #9e9e9e;--changeable-medium-contrast: #000;--changeable-medium-dark: #757575;--changeable-medium-darker: rgb(119.75, 119.75, 119.75);--changeable-medium-light: #bdbdbd;--changeable-medium-lighter: rgb(196.25, 196.25, 196.25);--changeable-medium-trans: rgba(158, 158, 158, .3);--changeable-medium-trans-light: rgba(158, 158, 158, .1);--changeable-medium-trans-dark: rgba(158, 158, 158, .9)}}:root body.dark-mode{--changeable-medium: #9e9e9e;--changeable-medium-contrast: #000;--changeable-medium-dark: #757575;--changeable-medium-darker: rgb(119.75, 119.75, 119.75);--changeable-medium-light: #bdbdbd;--changeable-medium-lighter: rgb(196.25, 196.25, 196.25);--changeable-medium-trans: rgba(158, 158, 158, .3);--changeable-medium-trans-light: rgba(158, 158, 158, .1);--changeable-medium-trans-dark: rgba(158, 158, 158, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--changeable-dark: #f4f5f8;--changeable-dark-contrast: #191919;--changeable-dark-dark: #e0e0e0;--changeable-dark-darker: rgb(197.25, 202.5, 218.25);--changeable-dark-light: white;--changeable-dark-lighter: white;--changeable-dark-trans: rgba(244, 245, 248, .3);--changeable-dark-trans-light: rgba(244, 245, 248, .1);--changeable-dark-trans-dark: rgba(244, 245, 248, .9)}}:root body.dark-mode{--changeable-dark: #f4f5f8;--changeable-dark-contrast: #191919;--changeable-dark-dark: #e0e0e0;--changeable-dark-darker: rgb(197.25, 202.5, 218.25);--changeable-dark-light: white;--changeable-dark-lighter: white;--changeable-dark-trans: rgba(244, 245, 248, .3);--changeable-dark-trans-light: rgba(244, 245, 248, .1);--changeable-dark-trans-dark: rgba(244, 245, 248, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--changeable-danger: #ff4444;--changeable-danger-contrast: #fff;--changeable-danger-dark: #cc0000;--changeable-danger-darker: rgb(246.5, 0, 0);--changeable-danger-light: rgb(255, 129.2, 129.2);--changeable-danger-lighter: rgb(255, 144.5, 144.5);--changeable-danger-trans: rgba(255, 68, 68, .3);--changeable-danger-trans-light: rgba(255, 68, 68, .1);--changeable-danger-trans-dark: rgba(255, 68, 68, .9)}}:root body.dark-mode{--changeable-danger: #ff4444;--changeable-danger-contrast: #fff;--changeable-danger-dark: #cc0000;--changeable-danger-darker: rgb(246.5, 0, 0);--changeable-danger-light: rgb(255, 129.2, 129.2);--changeable-danger-lighter: rgb(255, 144.5, 144.5);--changeable-danger-trans: rgba(255, 68, 68, .3);--changeable-danger-trans-light: rgba(255, 68, 68, .1);--changeable-danger-trans-dark: rgba(255, 68, 68, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--changeable-warning: #ffbb33;--changeable-warning-contrast: #000;--changeable-warning-dark: #ff8800;--changeable-warning-darker: rgb(229.5, 153, 0);--changeable-warning-light: rgb(255, 207.4, 112.2);--changeable-warning-lighter: rgb(255, 212.5, 127.5);--changeable-warning-trans: rgba(255, 187, 51, .3);--changeable-warning-trans-light: rgba(255, 187, 51, .1);--changeable-warning-trans-dark: rgba(255, 187, 51, .9)}}:root body.dark-mode{--changeable-warning: #ffbb33;--changeable-warning-contrast: #000;--changeable-warning-dark: #ff8800;--changeable-warning-darker: rgb(229.5, 153, 0);--changeable-warning-light: rgb(255, 207.4, 112.2);--changeable-warning-lighter: rgb(255, 212.5, 127.5);--changeable-warning-trans: rgba(255, 187, 51, .3);--changeable-warning-trans-light: rgba(255, 187, 51, .1);--changeable-warning-trans-dark: rgba(255, 187, 51, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--changeable-success: #00c851;--changeable-success-contrast: #000;--changeable-success-dark: #007e33;--changeable-success-darker: rgb(0, 123.5, 50.0175);--changeable-success-light: rgb(6.2, 255, 106.964);--changeable-success-lighter: rgb(21.5, 255, 116.0675);--changeable-success-trans: rgba(0, 200, 81, .3);--changeable-success-trans-light: rgba(0, 200, 81, .1);--changeable-success-trans-dark: rgba(0, 200, 81, .9)}}:root body.dark-mode{--changeable-success: #00c851;--changeable-success-contrast: #000;--changeable-success-dark: #007e33;--changeable-success-darker: rgb(0, 123.5, 50.0175);--changeable-success-light: rgb(6.2, 255, 106.964);--changeable-success-lighter: rgb(21.5, 255, 116.0675);--changeable-success-trans: rgba(0, 200, 81, .3);--changeable-success-trans-light: rgba(0, 200, 81, .1);--changeable-success-trans-dark: rgba(0, 200, 81, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--changeable-info: #33b5e5;--changeable-info-contrast: #000;--changeable-info-dark: #0099cc;--changeable-info-darker: rgb(23.0043478261, 138.0260869565, 180.4956521739);--changeable-info-light: rgb(105.2817391304, 200.6904347826, 235.9182608696);--changeable-info-lighter: rgb(118.852173913, 205.6130434783, 237.647826087);--changeable-info-trans: rgba(51, 181, 229, .3);--changeable-info-trans-light: rgba(51, 181, 229, .1);--changeable-info-trans-dark: rgba(51, 181, 229, .9)}}:root body.dark-mode{--changeable-info: #33b5e5;--changeable-info-contrast: #000;--changeable-info-dark: #0099cc;--changeable-info-darker: rgb(23.0043478261, 138.0260869565, 180.4956521739);--changeable-info-light: rgb(105.2817391304, 200.6904347826, 235.9182608696);--changeable-info-lighter: rgb(118.852173913, 205.6130434783, 237.647826087);--changeable-info-trans: rgba(51, 181, 229, .3);--changeable-info-trans-light: rgba(51, 181, 229, .1);--changeable-info-trans-dark: rgba(51, 181, 229, .9)}@media(prefers-color-scheme:dark){:root body:not(.dark-mode):not(.light-mode){--changeable-disabled: #e0e0e0;--changeable-disabled-contrast: #ababab;--changeable-disabled-dark: rgb(193.4, 193.4, 193.4);--changeable-disabled-darker: rgb(185.75, 185.75, 185.75);--changeable-disabled-light: rgb(254.6, 254.6, 254.6);--changeable-disabled-lighter: white;--changeable-disabled-trans: rgba(224, 224, 224, .3);--changeable-disabled-trans-light: rgba(224, 224, 224, .1);--changeable-disabled-trans-dark: rgba(224, 224, 224, .9)}}:root body.dark-mode{--changeable-disabled: #e0e0e0;--changeable-disabled-contrast: #ababab;--changeable-disabled-dark: rgb(193.4, 193.4, 193.4);--changeable-disabled-darker: rgb(185.75, 185.75, 185.75);--changeable-disabled-light: rgb(254.6, 254.6, 254.6);--changeable-disabled-lighter: white;--changeable-disabled-trans: rgba(224, 224, 224, .3);--changeable-disabled-trans-light: rgba(224, 224, 224, .1);--changeable-disabled-trans-dark: rgba(224, 224, 224, .9)}.fill-transparent{fill:transparent}.stroke-transparent{stroke:transparent}.color-transparent{color:transparent}.bg-transparent{background-color:transparent}.border-transparent{border-color:transparent}.fill-none{fill:none}.stroke-none{stroke:none}.color-none{color:none}.bg-none{background-color:none}.border-none{border-color:none}.fill-current{fill:var(--current)}.stroke-current{stroke:var(--current)}.color-current{color:var(--current)}.bg-current{background-color:var(--current)}.border-current{border-color:var(--current)}.bg-container,.bg-fixed{position:absolute;top:0;left:0;width:100%;height:100%}.bg-center{background-size:contain;background-position:center;background-repeat:no-repeat}.bg-fixed{background-size:cover;background-attachment:fixed;background-position:center;transform:translateZ(-100px) scale(1.1)}@supports (-webkit-overflow-scrolling: touch){.bg-fixed{background-size:200%}}@media(max-width:575px){.row.mobile-hor-scroll{flex-direction:row;justify-content:normal!important;padding-bottom:15px;margin-right:-15px;margin-left:-15px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.row.mobile-hor-scroll::-webkit-scrollbar{display:none!important;-webkit-appearance:none!important}.row.mobile-hor-scroll>*{max-width:90%}.row.mobile-hor-scroll.just-one>*{max-width:100%}}@media(max-width:575px){.sm-none{display:none!important}}@media(min-width:576px){.smUp-none{display:none!important}}@media(max-width:767px){.md-none{display:none!important}}@media(min-width:768px){.mdUp-none{display:none!important}}@media(max-width:991px){.lg-none{display:none!important}}@media(min-width:992px){.lgUp-none{display:none!important}}@media(max-width:1199px){.xl-none{display:none!important}}@media(min-width:1200px){.xlUp-none{display:none!important}}@media(max-width:1499px){.xxl-none{display:none!important}}@media(min-width:1500px){.xxlUp-none{display:none!important}}.inner-lighter *{font-weight:300}.inner-bold *{font-weight:600}.inner-bolder *,.inner-boldest *{font-weight:700}:root{--h4-size: 1.125em;--p-size: 1em;--button-size: 1em;--h5-size: .83em;--h5-line-height: 1.4em;--h6-size: .75em;--small-size: 8px}@media(min-width:992px){:root{--h1-size: 3em;--h1-line-height: 1.05em;--h2-size: 2.25em;--h3-size: 1.75em}}@media(max-width:991px){:root{--h1-size: 2.5em;--h1-line-height: 1.125em;--h2-size: 2em;--h3-size: 1.5em}}@media(min-width:576px){:root{--h2-line-height: 1.25em;--h3-line-height: 1.25em;--h4-line-height: 1.222em;--blockquote-size: 1.5em;--blockquote-line-height: 1.458em;--p-line-height: 1.375em}}@media(max-width:575px){:root{--h1-size: 2em;--h1-line-height: 1.25em;--h2-size: 1.625em;--h2-line-height: 1.154em;--h3-size: 1.375em;--h3-line-height: 1.136em;--h4-line-height: 1.111em;--p-line-height: 1.25em;--blockquote-size: 1.25em;--blockquote-line-height: 1.25em}}html{color:var(--font-color);font-family:var(--font-family)}h1{color:var(--h1-color);font-family:var(--h1-family);font-size:var(--h1-size, 2em);font-weight:var(--h1-weight, var(--font-weight, bold));line-height:var(--h1-line-height)}h2{color:var(--h2-color);font-family:var(--h2-family);font-size:var(--h2-size, 1.5em);font-weight:var(--h2-weight, var(--font-weight, bold));line-height:var(--h2-line-height)}h3{color:var(--h3-color);font-family:var(--h3-family);font-size:var(--h3-size, 1.17em);font-weight:var(--h3-weight, var(--font-weight, bold));line-height:var(--h3-line-height)}h4{color:var(--h4-color);font-family:var(--h4-family);font-size:var(--h4-size, 1.33em);font-weight:var(--h4-weight, var(--font-weight, bold));line-height:var(--h4-line-height)}h5{color:var(--h5-color);font-family:var(--h5-family);font-size:var(--h5-size, .83em);font-weight:var(--h5-weight, var(--font-weight, bold));line-height:var(--h5-line-height)}h6{color:var(--h6-color);font-family:var(--h6-family);font-size:var(--h6-size, .67em);font-weight:var(--h6-weight, var(--font-weight, bold));line-height:var(--h6-line-height)}a{color:var(--a-color);font-family:var(--a-family);font-size:var(--p-size);font-weight:var(--a-weight);line-height:var(--p-line-height);text-decoration:var(--a-text-decoration, underline)}blockquote{color:var(--blockquote-color);font-family:var(--blockquote-family);font-size:var(--blockquote-size);font-weight:var(--blockquote-weight);line-height:var(--blockquote-line-height)}small{font-size:var(--small-size)}@media print{h1{font-size:36pt;line-height:1.25em}h2{font-size:24pt;line-height:1.25em}h3{font-size:18pt;line-height:1.25em}h4{font-size:14pt;line-height:1.25em}h5{font-size:12pt;line-height:1.345833333em}p,a{font-size:12pt;line-height:1.25em}}@keyframes slidingTop{0%{transform:translateY(0);opacity:1}6%{opacity:0}20%{transform:translateY(-100%);opacity:0}30%{transform:translateY(100%);opacity:0}40%{transform:translateY(0);opacity:1}to{transform:translateY(0);opacity:1}}@keyframes slidingRight{0%{transform:translate(0);opacity:1}6%{opacity:0}20%{transform:translate(100%);opacity:0}30%{transform:translate(-100%);opacity:0}40%{transform:translate(0);opacity:1}to{transform:translate(0);opacity:1}}@keyframes slidingBottom{0%{transform:translateY(0);opacity:1}6%{opacity:0}20%{transform:translateY(100%);opacity:0}30%{transform:translateY(-100%);opacity:0}40%{transform:translateY(0);opacity:1}to{transform:translateY(0);opacity:1}}@keyframes slidingLeft{0%{transform:translate(0);opacity:1}6%{opacity:0}20%{transform:translate(-100%);opacity:0}30%{transform:translate(100%);opacity:0}40%{transform:translate(0);opacity:1}to{transform:translate(0);opacity:1}}body,html{width:100%}html{height:100%}body{min-height:100%;margin:0}a{color:inherit}nav ol,nav ul,nav li{list-style:none}button,button:focus,input:focus,textarea:focus{background-color:transparent;outline:none;cursor:pointer}[type=submit]{appearance:none}.cursor-pointer{cursor:pointer}.noScroll{overflow:hidden}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scrollbar-hidden::-webkit-scrollbar{width:0!important}.scrollbar-hidden{-ms-overflow-style:none}body.dark-mode .dark-invert{filter:invert(1)}:root{--radius-smallest: 4px;--radius-smaller: 8px;--radius-small: 10px;--radius: 16px;--radius-big: 20px;--radius-bigger: 28px;--radius-rounded: 50px;--radius-circle: 100%;--radius-full: 100%}:root{--space-smallest: 4px;--space-smaller: 8px;--space-small: 12px;--space: 16px;--space-big: 24px;--space-bigger: 32px;--space-biggest: 64px;--space-giant: 72px;--space-gargantuan: 128px}@media(min-width:576px)and (max-width:768px){:root{--container-max-width: 540px}}@media(min-width:768px)and (max-width:992px){:root{--container-max-width: 720px}}@media(min-width:992px)and (max-width:1200px){:root{--container-max-width: 960px}}@media(min-width:1200px){:root{--container-max-width: 1140px}}:root{--z-index-highest: 1000;--z-index-higher: 100;--z-index-high: 10;--z-index-normal: 1}.btn-more{display:flex;align-items:center;margin:auto;color:#fff!important}.btn-more img{width:25px;height:20px;transition:all .3s}.btn-more:hover img{margin-right:-5px;margin-left:5px}.btn-outline{display:inline-block;width:fit-content;padding:14px 32px;border:2px solid #000;color:#000;background-color:transparent;font-size:1em;font-weight:700;text-transform:uppercase;transition:all .2s;text-align:center;text-decoration:none;cursor:pointer}.btn-outline:hover{background-color:#0003}.btn-outline.btn-light{color:#fff;border-color:#fff}.btn-outline.btn-light:hover{background-color:#fff3}.btn-close{display:inline-block;position:fixed;top:10px;left:10px;z-index:1}.btn-close .mat-icon{font-size:2em}.bg-colored-gradient section{background-image:var(--megaphone-gradient-rotate)}section{position:relative}section.no-padding{padding:0}section.with-title{padding:unset;padding:50px 0 60px}@media(max-width:767px){section.with-title{padding:unset;padding:10px 0 60px}}@media(max-width:767px){app-megaphone section{padding:60px 0}}app-megaphone section,app-megaphone section *{z-index:1}app-megaphone h1{text-align:unset;white-space:nowrap}@media(max-width:767px){app-megaphone h1{white-space:normal}}app-megaphone .section-subtitle{text-align:center}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,:after,:before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px;-ms-flex-wrap:wrap;flex-wrap:wrap}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{max-width:100%;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media(min-width:576px){.col-sm{max-width:100%;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media(min-width:768px){.col-md{max-width:100%;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media(min-width:992px){.col-lg{max-width:100%;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media(min-width:1200px){.col-xl{max-width:100%;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important;-ms-flex-pack:start!important}.justify-content-end{justify-content:flex-end!important;-ms-flex-pack:end!important}.justify-content-center{justify-content:center!important;-ms-flex-pack:center!important}.justify-content-between{justify-content:space-between!important;-ms-flex-pack:justify!important}.justify-content-around{justify-content:space-around!important;-ms-flex-pack:distribute!important}.align-items-start{align-items:flex-start!important;-ms-flex-align:start!important}.align-items-end{align-items:flex-end!important;-ms-flex-align:end!important}.align-items-center{align-items:center!important;-ms-flex-align:center!important}.align-items-baseline{align-items:baseline!important;-ms-flex-align:baseline!important}.align-items-stretch{align-items:stretch!important;-ms-flex-align:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media(min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important;-ms-flex-pack:start!important}.justify-content-sm-end{justify-content:flex-end!important;-ms-flex-pack:end!important}.justify-content-sm-center{justify-content:center!important;-ms-flex-pack:center!important}.justify-content-sm-between{justify-content:space-between!important;-ms-flex-pack:justify!important}.justify-content-sm-around{justify-content:space-around!important;-ms-flex-pack:distribute!important}.align-items-sm-start{align-items:flex-start!important;-ms-flex-align:start!important}.align-items-sm-end{align-items:flex-end!important;-ms-flex-align:end!important}.align-items-sm-center{align-items:center!important;-ms-flex-align:center!important}.align-items-sm-baseline{align-items:baseline!important;-ms-flex-align:baseline!important}.align-items-sm-stretch{align-items:stretch!important;-ms-flex-align:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media(min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important;-ms-flex-pack:start!important}.justify-content-md-end{justify-content:flex-end!important;-ms-flex-pack:end!important}.justify-content-md-center{justify-content:center!important;-ms-flex-pack:center!important}.justify-content-md-between{justify-content:space-between!important;-ms-flex-pack:justify!important}.justify-content-md-around{justify-content:space-around!important;-ms-flex-pack:distribute!important}.align-items-md-start{align-items:flex-start!important;-ms-flex-align:start!important}.align-items-md-end{align-items:flex-end!important;-ms-flex-align:end!important}.align-items-md-center{align-items:center!important;-ms-flex-align:center!important}.align-items-md-baseline{align-items:baseline!important;-ms-flex-align:baseline!important}.align-items-md-stretch{align-items:stretch!important;-ms-flex-align:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media(min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important;-ms-flex-pack:start!important}.justify-content-lg-end{justify-content:flex-end!important;-ms-flex-pack:end!important}.justify-content-lg-center{justify-content:center!important;-ms-flex-pack:center!important}.justify-content-lg-between{justify-content:space-between!important;-ms-flex-pack:justify!important}.justify-content-lg-around{justify-content:space-around!important;-ms-flex-pack:distribute!important}.align-items-lg-start{align-items:flex-start!important;-ms-flex-align:start!important}.align-items-lg-end{align-items:flex-end!important;-ms-flex-align:end!important}.align-items-lg-center{align-items:center!important;-ms-flex-align:center!important}.align-items-lg-baseline{align-items:baseline!important;-ms-flex-align:baseline!important}.align-items-lg-stretch{align-items:stretch!important;-ms-flex-align:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media(min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important;-ms-flex-pack:start!important}.justify-content-xl-end{justify-content:flex-end!important;-ms-flex-pack:end!important}.justify-content-xl-center{justify-content:center!important;-ms-flex-pack:center!important}.justify-content-xl-between{justify-content:space-between!important;-ms-flex-pack:justify!important}.justify-content-xl-around{justify-content:space-around!important;-ms-flex-pack:distribute!important}.align-items-xl-start{align-items:flex-start!important;-ms-flex-align:start!important}.align-items-xl-end{align-items:flex-end!important;-ms-flex-align:end!important}.align-items-xl-center{align-items:center!important;-ms-flex-align:center!important}.align-items-xl-baseline{align-items:baseline!important;-ms-flex-align:baseline!important}.align-items-xl-stretch{align-items:stretch!important;-ms-flex-align:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}
