@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion: reduce){.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0) scaleY(.95)}90%{transform:translateY(-4px) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translateY(-10px)}20%,40%,60%,80%{transform:translateY(10px)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scale(1)}}.animate__tada{animation-name:tada}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translate(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translate(-2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px) scaleY(3)}60%{opacity:1;transform:translateY(25px) scaleY(.9)}75%{transform:translateY(-10px) scaleY(.95)}90%{transform:translateY(5px) scaleY(.985)}to{transform:translate(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px) scaleX(3)}60%{opacity:1;transform:translate(25px) scaleX(1)}75%{transform:translate(-10px) scaleX(.98)}90%{transform:translate(5px) scaleX(.995)}to{transform:translate(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px) scaleX(3)}60%{opacity:1;transform:translate(-25px) scaleX(1)}75%{transform:translate(10px) scaleX(.98)}90%{transform:translate(-5px) scaleX(.995)}to{transform:translate(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px) scaleY(5)}60%{opacity:1;transform:translateY(-20px) scaleY(.9)}75%{transform:translateY(10px) scaleY(.95)}90%{transform:translateY(-5px) scaleY(.985)}to{transform:translate(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px) scaleY(.985)}40%,45%{opacity:1;transform:translateY(-20px) scaleY(.9)}to{opacity:0;transform:translateY(2000px) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px) scaleX(.9)}to{opacity:0;transform:translate(-2000px) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px) scaleX(.9)}to{opacity:0;transform:translate(2000px) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px) scaleY(.985)}40%,45%{opacity:1;transform:translateY(20px) scaleY(.9)}to{opacity:0;transform:translateY(-2000px) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translate(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInRight{animation-name:fadeInRight}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translate(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}to{opacity:1;transform:translate(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%,-100%)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%,100%)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%,100%)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scale(1) translate(0) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translate(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scale(1) translate(0) rotateY(0);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate(100%) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translate(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate(-100%) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(5deg)}to{transform:translate(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate(100%) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate(-100%) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translate(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translate(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translate(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translate(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translate(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translateY(700px);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate(-100%) rotate(-120deg)}to{opacity:1;transform:translate(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translateY(-1000px);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translateY(60px);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate(-1000px);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate(10px);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate(1000px);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate(-10px);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translateY(1000px);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translateY(-60px);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translateY(-60px);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translateY(2000px);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate(42px)}to{opacity:0;transform:scale(.1) translate(-2000px)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate(-42px)}to{opacity:0;transform:scale(.1) translate(2000px)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translateY(60px);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translateY(-2000px);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}to{transform:translate(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate(-100%);visibility:visible}to{transform:translate(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate(100%);visibility:visible}to{transform:translate(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}to{transform:translate(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translate(0)}to{visibility:hidden;transform:translateY(100%)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translate(0)}to{visibility:hidden;transform:translate(-100%)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0)}to{visibility:hidden;transform:translate(100%)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translate(0)}to{visibility:hidden;transform:translateY(-100%)}}.animate__slideOutUp{animation-name:slideOutUp}.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto,Helvetica Neue,sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,Helvetica Neue,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 9.38px/20px Roboto,Helvetica Neue,sans-serif;margin:0 0 12px}.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption{font:400 12px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-button-toggle,.mat-card{font-family:Roboto,Helvetica Neue,sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox{font-family:Roboto,Helvetica Neue,sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-table{font-family:Roboto,Helvetica Neue,sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto,Helvetica Neue,sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Roboto,Helvetica Neue,sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-.0625em}.mat-menu-item{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px}.mat-radio-button,.mat-select{font-family:Roboto,Helvetica Neue,sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Roboto,Helvetica Neue,sans-serif}.mat-slider-thumb-label-text{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto,Helvetica Neue,sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:400}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto,Helvetica Neue,sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0}.mat-tooltip{font-family:Roboto,Helvetica Neue,sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item,.mat-list-option{font-family:Roboto,Helvetica Neue,sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto,Helvetica Neue,sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-simple-snackbar{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Roboto,Helvetica Neue,sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator,.mat-mdc-focus-indicator{position:relative}html,body{height:100vh}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}.theme-dark .mat-ripple-element{background-color:#ffffff1a}.theme-dark .mat-option{color:#fff}.theme-dark .mat-option:hover:not(.mat-option-disabled),.theme-dark .mat-option:focus:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.theme-dark .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(255,255,255,.04)}.theme-dark .mat-option.mat-active{background:rgba(255,255,255,.04);color:#fff}.theme-dark .mat-option.mat-option-disabled{color:#ffffff80}.theme-dark .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.theme-dark .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.theme-dark .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.theme-dark .mat-optgroup-label{color:#ffffffb3}.theme-dark .mat-optgroup-disabled .mat-optgroup-label{color:#ffffff80}.theme-dark .mat-pseudo-checkbox{color:#ffffffb3}.theme-dark .mat-pseudo-checkbox:after{color:#303030}.theme-dark .mat-pseudo-checkbox-disabled{color:#686868}.theme-dark .mat-primary .mat-pseudo-checkbox-checked,.theme-dark .mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}.theme-dark .mat-pseudo-checkbox-checked,.theme-dark .mat-pseudo-checkbox-indeterminate,.theme-dark .mat-accent .mat-pseudo-checkbox-checked,.theme-dark .mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}.theme-dark .mat-warn .mat-pseudo-checkbox-checked,.theme-dark .mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.theme-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.theme-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#686868}.theme-dark .mat-app-background,.theme-dark.mat-app-background{background-color:#303030;color:#fff}.theme-dark .mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-dark .mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.theme-dark .mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.theme-dark .mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.theme-dark .mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.theme-dark .mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.theme-dark .mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.theme-dark .mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.theme-dark .mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.theme-dark .mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.theme-dark .mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.theme-dark .mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.theme-dark .mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.theme-dark .mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.theme-dark .mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.theme-dark .mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.theme-dark .mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.theme-dark .mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.theme-dark .mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.theme-dark .mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.theme-dark .mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.theme-dark .mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.theme-dark .mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.theme-dark .mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.theme-dark .mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}.theme-dark .mat-autocomplete-panel{background:#424242;color:#fff}.theme-dark .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.theme-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#424242}.theme-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}.theme-dark .mat-badge{position:relative}.theme-dark .mat-badge-hidden .mat-badge-content{display:none}.theme-dark .mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.theme-dark .ng-animate-disabled .mat-badge-content,.theme-dark .mat-badge-content._mat-animation-noopable{transition:none}.theme-dark .mat-badge-content.mat-badge-active{transform:none}.theme-dark .mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.theme-dark .mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.theme-dark .mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.theme-dark .mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .theme-dark .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.theme-dark .mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .theme-dark .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.theme-dark .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .theme-dark .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.theme-dark .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .theme-dark .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.theme-dark .mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.theme-dark .mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.theme-dark .mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.theme-dark .mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .theme-dark .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.theme-dark .mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .theme-dark .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.theme-dark .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .theme-dark .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.theme-dark .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .theme-dark .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.theme-dark .mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.theme-dark .mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.theme-dark .mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.theme-dark .mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .theme-dark .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.theme-dark .mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .theme-dark .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.theme-dark .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .theme-dark .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.theme-dark .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .theme-dark .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.theme-dark .mat-badge-content{color:#fff;background:#3f51b5}.cdk-high-contrast-active .theme-dark .mat-badge-content{outline:solid 1px;border-radius:0}.theme-dark .mat-badge-accent .mat-badge-content{background:#ff4081;color:#fff}.theme-dark .mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.theme-dark .mat-badge-disabled .mat-badge-content{background:#6e6e6e;color:#ffffff80}.theme-dark .mat-bottom-sheet-container{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:#424242;color:#fff}.theme-dark .mat-button,.theme-dark .mat-icon-button,.theme-dark .mat-stroked-button{color:inherit;background:transparent}.theme-dark .mat-button.mat-primary,.theme-dark .mat-icon-button.mat-primary,.theme-dark .mat-stroked-button.mat-primary{color:#3f51b5}.theme-dark .mat-button.mat-accent,.theme-dark .mat-icon-button.mat-accent,.theme-dark .mat-stroked-button.mat-accent{color:#ff4081}.theme-dark .mat-button.mat-warn,.theme-dark .mat-icon-button.mat-warn,.theme-dark .mat-stroked-button.mat-warn{color:#f44336}.theme-dark .mat-button.mat-primary.mat-button-disabled,.theme-dark .mat-button.mat-accent.mat-button-disabled,.theme-dark .mat-button.mat-warn.mat-button-disabled,.theme-dark .mat-button.mat-button-disabled.mat-button-disabled,.theme-dark .mat-icon-button.mat-primary.mat-button-disabled,.theme-dark .mat-icon-button.mat-accent.mat-button-disabled,.theme-dark .mat-icon-button.mat-warn.mat-button-disabled,.theme-dark .mat-icon-button.mat-button-disabled.mat-button-disabled,.theme-dark .mat-stroked-button.mat-primary.mat-button-disabled,.theme-dark .mat-stroked-button.mat-accent.mat-button-disabled,.theme-dark .mat-stroked-button.mat-warn.mat-button-disabled,.theme-dark .mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#ffffff4d}.theme-dark .mat-button.mat-primary .mat-button-focus-overlay,.theme-dark .mat-icon-button.mat-primary .mat-button-focus-overlay,.theme-dark .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#3f51b5}.theme-dark .mat-button.mat-accent .mat-button-focus-overlay,.theme-dark .mat-icon-button.mat-accent .mat-button-focus-overlay,.theme-dark .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}.theme-dark .mat-button.mat-warn .mat-button-focus-overlay,.theme-dark .mat-icon-button.mat-warn .mat-button-focus-overlay,.theme-dark .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.theme-dark .mat-button.mat-button-disabled .mat-button-focus-overlay,.theme-dark .mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.theme-dark .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.theme-dark .mat-button .mat-ripple-element,.theme-dark .mat-icon-button .mat-ripple-element,.theme-dark .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.theme-dark .mat-button-focus-overlay{background:white}.theme-dark .mat-stroked-button:not(.mat-button-disabled){border-color:#ffffff1f}.theme-dark .mat-flat-button,.theme-dark .mat-raised-button,.theme-dark .mat-fab,.theme-dark .mat-mini-fab{color:#fff;background-color:#424242}.theme-dark .mat-flat-button.mat-primary,.theme-dark .mat-raised-button.mat-primary,.theme-dark .mat-fab.mat-primary,.theme-dark .mat-mini-fab.mat-primary,.theme-dark .mat-flat-button.mat-accent,.theme-dark .mat-raised-button.mat-accent,.theme-dark .mat-fab.mat-accent,.theme-dark .mat-mini-fab.mat-accent,.theme-dark .mat-flat-button.mat-warn,.theme-dark .mat-raised-button.mat-warn,.theme-dark .mat-fab.mat-warn,.theme-dark .mat-mini-fab.mat-warn{color:#fff}.theme-dark .mat-flat-button.mat-primary.mat-button-disabled,.theme-dark .mat-flat-button.mat-accent.mat-button-disabled,.theme-dark .mat-flat-button.mat-warn.mat-button-disabled,.theme-dark .mat-flat-button.mat-button-disabled.mat-button-disabled,.theme-dark .mat-raised-button.mat-primary.mat-button-disabled,.theme-dark .mat-raised-button.mat-accent.mat-button-disabled,.theme-dark .mat-raised-button.mat-warn.mat-button-disabled,.theme-dark .mat-raised-button.mat-button-disabled.mat-button-disabled,.theme-dark .mat-fab.mat-primary.mat-button-disabled,.theme-dark .mat-fab.mat-accent.mat-button-disabled,.theme-dark .mat-fab.mat-warn.mat-button-disabled,.theme-dark .mat-fab.mat-button-disabled.mat-button-disabled,.theme-dark .mat-mini-fab.mat-primary.mat-button-disabled,.theme-dark .mat-mini-fab.mat-accent.mat-button-disabled,.theme-dark .mat-mini-fab.mat-warn.mat-button-disabled,.theme-dark .mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#ffffff4d}.theme-dark .mat-flat-button.mat-primary,.theme-dark .mat-raised-button.mat-primary,.theme-dark .mat-fab.mat-primary,.theme-dark .mat-mini-fab.mat-primary{background-color:#3f51b5}.theme-dark .mat-flat-button.mat-accent,.theme-dark .mat-raised-button.mat-accent,.theme-dark .mat-fab.mat-accent,.theme-dark .mat-mini-fab.mat-accent{background-color:#ff4081}.theme-dark .mat-flat-button.mat-warn,.theme-dark .mat-raised-button.mat-warn,.theme-dark .mat-fab.mat-warn,.theme-dark .mat-mini-fab.mat-warn{background-color:#f44336}.theme-dark .mat-flat-button.mat-primary.mat-button-disabled,.theme-dark .mat-flat-button.mat-accent.mat-button-disabled,.theme-dark .mat-flat-button.mat-warn.mat-button-disabled,.theme-dark .mat-flat-button.mat-button-disabled.mat-button-disabled,.theme-dark .mat-raised-button.mat-primary.mat-button-disabled,.theme-dark .mat-raised-button.mat-accent.mat-button-disabled,.theme-dark .mat-raised-button.mat-warn.mat-button-disabled,.theme-dark .mat-raised-button.mat-button-disabled.mat-button-disabled,.theme-dark .mat-fab.mat-primary.mat-button-disabled,.theme-dark .mat-fab.mat-accent.mat-button-disabled,.theme-dark .mat-fab.mat-warn.mat-button-disabled,.theme-dark .mat-fab.mat-button-disabled.mat-button-disabled,.theme-dark .mat-mini-fab.mat-primary.mat-button-disabled,.theme-dark .mat-mini-fab.mat-accent.mat-button-disabled,.theme-dark .mat-mini-fab.mat-warn.mat-button-disabled,.theme-dark .mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#ffffff1f}.theme-dark .mat-flat-button.mat-primary .mat-ripple-element,.theme-dark .mat-raised-button.mat-primary .mat-ripple-element,.theme-dark .mat-fab.mat-primary .mat-ripple-element,.theme-dark .mat-mini-fab.mat-primary .mat-ripple-element,.theme-dark .mat-flat-button.mat-accent .mat-ripple-element,.theme-dark .mat-raised-button.mat-accent .mat-ripple-element,.theme-dark .mat-fab.mat-accent .mat-ripple-element,.theme-dark .mat-mini-fab.mat-accent .mat-ripple-element,.theme-dark .mat-flat-button.mat-warn .mat-ripple-element,.theme-dark .mat-raised-button.mat-warn .mat-ripple-element,.theme-dark .mat-fab.mat-warn .mat-ripple-element,.theme-dark .mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.theme-dark .mat-stroked-button:not([class*=mat-elevation-z]),.theme-dark .mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-dark .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.theme-dark .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.theme-dark .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-dark .mat-fab:not([class*=mat-elevation-z]),.theme-dark .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.theme-dark .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.theme-dark .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.theme-dark .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.theme-dark .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-dark .mat-button-toggle-standalone,.theme-dark .mat-button-toggle-group{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.theme-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-dark .mat-button-toggle-group-appearance-standard{box-shadow:none}.theme-dark .mat-button-toggle{color:#ffffff80}.theme-dark .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:#ffffff1f}.theme-dark .mat-button-toggle-appearance-standard{color:#fff;background:#424242}.theme-dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#fff}.theme-dark .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(255,255,255,.12)}.theme-dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.theme-dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(255,255,255,.12)}.theme-dark .mat-button-toggle-checked{background-color:#212121;color:#ffffffb3}.theme-dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#fff}.theme-dark .mat-button-toggle-disabled{color:#ffffff4d;background-color:#000}.theme-dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#424242}.theme-dark .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#424242}.theme-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-dark .mat-button-toggle-group-appearance-standard{border:solid 1px rgba(255,255,255,.12)}.theme-dark .mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.theme-dark .mat-card{background:#424242;color:#fff}.theme-dark .mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.theme-dark .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-dark .mat-card-subtitle{color:#ffffffb3}.theme-dark .mat-checkbox-frame{border-color:#ffffffb3}.theme-dark .mat-checkbox-checkmark{fill:#303030}.theme-dark .mat-checkbox-checkmark-path{stroke:#303030!important}.theme-dark .mat-checkbox-mixedmark{background-color:#303030}.theme-dark .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.theme-dark .mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#3f51b5}.theme-dark .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.theme-dark .mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ff4081}.theme-dark .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.theme-dark .mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.theme-dark .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.theme-dark .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#686868}.theme-dark .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#686868}.theme-dark .mat-checkbox-disabled .mat-checkbox-label{color:#ffffffb3}.theme-dark .mat-checkbox .mat-ripple-element{background-color:#fff}.theme-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.theme-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#3f51b5}.theme-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.theme-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ff4081}.theme-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.theme-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.theme-dark .mat-chip.mat-standard-chip{background-color:#616161;color:#fff}.theme-dark .mat-chip.mat-standard-chip .mat-chip-remove{color:#fff;opacity:.4}.theme-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.theme-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.theme-dark .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.theme-dark .mat-chip.mat-standard-chip:after{background:white}.theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}.theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#ffffff1a}.theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}.theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#ffffff1a}.theme-dark .mat-table{background:#424242}.theme-dark .mat-table thead,.theme-dark .mat-table tbody,.theme-dark .mat-table tfoot,.theme-dark mat-header-row,.theme-dark mat-row,.theme-dark mat-footer-row,.theme-dark [mat-header-row],.theme-dark [mat-row],.theme-dark [mat-footer-row],.theme-dark .mat-table-sticky{background:inherit}.theme-dark mat-row,.theme-dark mat-header-row,.theme-dark mat-footer-row,.theme-dark th.mat-header-cell,.theme-dark td.mat-cell,.theme-dark td.mat-footer-cell{border-bottom-color:#ffffff1f}.theme-dark .mat-header-cell{color:#ffffffb3}.theme-dark .mat-cell,.theme-dark .mat-footer-cell{color:#fff}.theme-dark .mat-calendar-arrow{fill:#fff}.theme-dark .mat-datepicker-toggle,.theme-dark .mat-datepicker-content .mat-calendar-next-button,.theme-dark .mat-datepicker-content .mat-calendar-previous-button{color:#fff}.theme-dark .mat-calendar-table-header-divider:after{background:rgba(255,255,255,.12)}.theme-dark .mat-calendar-table-header,.theme-dark .mat-calendar-body-label{color:#ffffffb3}.theme-dark .mat-calendar-body-cell-content,.theme-dark .mat-date-range-input-separator{color:#fff;border-color:transparent}.theme-dark .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#ffffff80}.theme-dark .mat-form-field-disabled .mat-date-range-input-separator{color:#ffffff80}.theme-dark .mat-calendar-body-in-preview{color:#ffffff3d}.theme-dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#ffffff80}.theme-dark .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#ffffff4d}.theme-dark .mat-calendar-body-in-range:before{background:rgba(63,81,181,.2)}.theme-dark .mat-calendar-body-comparison-identical,.theme-dark .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.theme-dark .mat-calendar-body-comparison-bridge-start:before,.theme-dark [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(63,81,181,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-dark .mat-calendar-body-comparison-bridge-end:before,.theme-dark [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(63,81,181,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-dark .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.theme-dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.theme-dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.theme-dark .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.theme-dark .mat-calendar-body-selected{background-color:#3f51b5;color:#fff}.theme-dark .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#3f51b566}.theme-dark .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-dark .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.theme-dark .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:#3f51b54d}@media (hover: hover){.theme-dark .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:#3f51b54d}}.theme-dark .mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#424242;color:#fff}.theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:rgba(255,64,129,.2)}.theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.theme-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(255,64,129,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.theme-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(255,64,129,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}.theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#ff408166}.theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-dark .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.theme-dark .mat-datepicker-content.mat-accent .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:#ff40814d}@media (hover: hover){.theme-dark .mat-datepicker-content.mat-accent .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:#ff40814d}}.theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(244,67,54,.2)}.theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.theme-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.theme-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#f4433666}.theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-dark .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.theme-dark .mat-datepicker-content.mat-warn .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:#f443364d}@media (hover: hover){.theme-dark .mat-datepicker-content.mat-warn .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:#f443364d}}.theme-dark .mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.theme-dark .mat-datepicker-toggle-active{color:#3f51b5}.theme-dark .mat-datepicker-toggle-active.mat-accent{color:#ff4081}.theme-dark .mat-datepicker-toggle-active.mat-warn{color:#f44336}.theme-dark .mat-date-range-input-inner[disabled]{color:#ffffff80}.theme-dark .mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:#424242;color:#fff}.theme-dark .mat-divider{border-top-color:#ffffff1f}.theme-dark .mat-divider-vertical{border-right-color:#ffffff1f}.theme-dark .mat-expansion-panel{background:#424242;color:#fff}.theme-dark .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.theme-dark .mat-action-row{border-top-color:#ffffff1f}.theme-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.theme-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.theme-dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(255,255,255,.04)}@media (hover: none){.theme-dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#424242}}.theme-dark .mat-expansion-panel-header-title{color:#fff}.theme-dark .mat-expansion-panel-header-description,.theme-dark .mat-expansion-indicator:after{color:#ffffffb3}.theme-dark .mat-expansion-panel-header[aria-disabled=true]{color:#ffffff4d}.theme-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.theme-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.theme-dark .mat-expansion-panel-header{height:48px}.theme-dark .mat-expansion-panel-header.mat-expanded{height:64px}.theme-dark .mat-form-field-label,.theme-dark .mat-hint{color:#ffffffb3}.theme-dark .mat-form-field.mat-focused .mat-form-field-label{color:#3f51b5}.theme-dark .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}.theme-dark .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.theme-dark .mat-focused .mat-form-field-required-marker{color:#ff4081}.theme-dark .mat-form-field-ripple{background-color:#fff}.theme-dark .mat-form-field.mat-focused .mat-form-field-ripple{background-color:#3f51b5}.theme-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}.theme-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.theme-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#3f51b5}.theme-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#ff4081}.theme-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#f44336}.theme-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label,.theme-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.theme-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.theme-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.theme-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.theme-dark .mat-error{color:#f44336}.theme-dark .mat-form-field-appearance-legacy .mat-form-field-label,.theme-dark .mat-form-field-appearance-legacy .mat-hint{color:#ffffffb3}.theme-dark .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#ffffffb3}.theme-dark .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0%,rgba(255,255,255,.7) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-dark .mat-form-field-appearance-standard .mat-form-field-underline{background-color:#ffffffb3}.theme-dark .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0%,rgba(255,255,255,.7) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-dark .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#ffffff1a}.theme-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0d}.theme-dark .mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#ffffff80}.theme-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#ffffff80}.theme-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent}.theme-dark .mat-form-field-appearance-outline .mat-form-field-outline{color:#ffffff4d}.theme-dark .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#fff}.theme-dark .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#3f51b5}.theme-dark .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}.theme-dark .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.theme-dark .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.theme-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#ffffff80}.theme-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#ffffff26}.theme-dark .mat-icon.mat-primary{color:#3f51b5}.theme-dark .mat-icon.mat-accent{color:#ff4081}.theme-dark .mat-icon.mat-warn{color:#f44336}.theme-dark .mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#ffffffb3}.theme-dark .mat-input-element:disabled,.theme-dark .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#ffffff80}.theme-dark .mat-input-element{caret-color:#3f51b5}.theme-dark .mat-input-element::placeholder{color:#ffffff80}.theme-dark .mat-input-element::-moz-placeholder{color:#ffffff80}.theme-dark .mat-input-element::-webkit-input-placeholder{color:#ffffff80}.theme-dark .mat-input-element:-ms-input-placeholder{color:#ffffff80}.theme-dark .mat-input-element:not(.mat-native-select-inline) option{color:#000000de}.theme-dark .mat-input-element:not(.mat-native-select-inline) option:disabled{color:#00000061}.theme-dark .mat-form-field.mat-accent .mat-input-element{caret-color:#ff4081}.theme-dark .mat-form-field.mat-warn .mat-input-element,.theme-dark .mat-form-field-invalid .mat-input-element{caret-color:#f44336}.theme-dark .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#f44336}.theme-dark .mat-list-base .mat-list-item,.theme-dark .mat-list-base .mat-list-option{color:#fff}.theme-dark .mat-list-base .mat-subheader{color:#ffffffb3}.theme-dark .mat-list-item-disabled{background-color:#000}.theme-dark .mat-list-option:hover,.theme-dark .mat-list-option:focus,.theme-dark .mat-nav-list .mat-list-item:hover,.theme-dark .mat-nav-list .mat-list-item:focus,.theme-dark .mat-action-list .mat-list-item:hover,.theme-dark .mat-action-list .mat-list-item:focus{background:rgba(255,255,255,.04)}.theme-dark .mat-list-single-selected-option,.theme-dark .mat-list-single-selected-option:hover,.theme-dark .mat-list-single-selected-option:focus{background:rgba(255,255,255,.12)}.theme-dark .mat-menu-panel{background:#424242}.theme-dark .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.theme-dark .mat-menu-item{background:transparent;color:#fff}.theme-dark .mat-menu-item[disabled],.theme-dark .mat-menu-item[disabled] .mat-menu-submenu-icon,.theme-dark .mat-menu-item[disabled] .mat-icon-no-color{color:#ffffff80}.theme-dark .mat-menu-item .mat-icon-no-color,.theme-dark .mat-menu-submenu-icon{color:#fff}.theme-dark .mat-menu-item:hover:not([disabled]),.theme-dark .mat-menu-item.cdk-program-focused:not([disabled]),.theme-dark .mat-menu-item.cdk-keyboard-focused:not([disabled]),.theme-dark .mat-menu-item-highlighted:not([disabled]){background:rgba(255,255,255,.04)}.theme-dark .mat-paginator{background:#424242}.theme-dark .mat-paginator,.theme-dark .mat-paginator-page-size .mat-select-trigger{color:#ffffffb3}.theme-dark .mat-paginator-decrement,.theme-dark .mat-paginator-increment{border-top:2px solid white;border-right:2px solid white}.theme-dark .mat-paginator-first,.theme-dark .mat-paginator-last{border-top:2px solid white}.theme-dark .mat-icon-button[disabled] .mat-paginator-decrement,.theme-dark .mat-icon-button[disabled] .mat-paginator-increment,.theme-dark .mat-icon-button[disabled] .mat-paginator-first,.theme-dark .mat-icon-button[disabled] .mat-paginator-last{border-color:#ffffff80}.theme-dark .mat-paginator-container{min-height:56px}.theme-dark .mat-progress-bar-background{fill:#343851}.theme-dark .mat-progress-bar-buffer{background-color:#343851}.theme-dark .mat-progress-bar-fill:after{background-color:#3f51b5}.theme-dark .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#643444}.theme-dark .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#643444}.theme-dark .mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#ff4081}.theme-dark .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#613532}.theme-dark .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#613532}.theme-dark .mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#f44336}.theme-dark .mat-progress-spinner circle,.theme-dark .mat-spinner circle{stroke:#3f51b5}.theme-dark .mat-progress-spinner.mat-accent circle,.theme-dark .mat-spinner.mat-accent circle{stroke:#ff4081}.theme-dark .mat-progress-spinner.mat-warn circle,.theme-dark .mat-spinner.mat-warn circle{stroke:#f44336}.theme-dark .mat-radio-outer-circle{border-color:#ffffffb3}.theme-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}.theme-dark .mat-radio-button.mat-primary .mat-radio-inner-circle,.theme-dark .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.theme-dark .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#3f51b5}.theme-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}.theme-dark .mat-radio-button.mat-accent .mat-radio-inner-circle,.theme-dark .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.theme-dark .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}.theme-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.theme-dark .mat-radio-button.mat-warn .mat-radio-inner-circle,.theme-dark .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.theme-dark .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.theme-dark .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.theme-dark .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#ffffff80}.theme-dark .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.theme-dark .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#ffffff80}.theme-dark .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#ffffff80}.theme-dark .mat-radio-button .mat-ripple-element{background-color:#fff}.theme-dark .mat-select-value{color:#fff}.theme-dark .mat-select-placeholder,.theme-dark .mat-select-disabled .mat-select-value{color:#ffffff80}.theme-dark .mat-select-arrow{color:#ffffffb3}.theme-dark .mat-select-panel{background:#424242}.theme-dark .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.theme-dark .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.theme-dark .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}.theme-dark .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}.theme-dark .mat-form-field.mat-focused.mat-warn .mat-select-arrow,.theme-dark .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.theme-dark .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#ffffff80}.theme-dark .mat-drawer-container{background-color:#303030;color:#fff}.theme-dark .mat-drawer{background-color:#424242;color:#fff}.theme-dark .mat-drawer.mat-drawer-push{background-color:#424242}.theme-dark .mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.theme-dark .mat-drawer-side{border-right:solid 1px rgba(255,255,255,.12)}.theme-dark .mat-drawer-side.mat-drawer-end,.theme-dark [dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(255,255,255,.12);border-right:none}.theme-dark [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.theme-dark .mat-drawer-backdrop.mat-drawer-shown{background-color:#bdbdbd99}.theme-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ff4081}.theme-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#ff40818a}.theme-dark .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ff4081}.theme-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#3f51b5}.theme-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:#3f51b58a}.theme-dark .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#3f51b5}.theme-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.theme-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:#f443368a}.theme-dark .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.theme-dark .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#fff}.theme-dark .mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#bdbdbd}.theme-dark .mat-slide-toggle-bar{background-color:#ffffff80}.theme-dark .mat-slider-track-background{background-color:#ffffff4d}.theme-dark .mat-primary .mat-slider-track-fill,.theme-dark .mat-primary .mat-slider-thumb,.theme-dark .mat-primary .mat-slider-thumb-label{background-color:#3f51b5}.theme-dark .mat-primary .mat-slider-thumb-label-text{color:#fff}.theme-dark .mat-primary .mat-slider-focus-ring{background-color:#3f51b533}.theme-dark .mat-accent .mat-slider-track-fill,.theme-dark .mat-accent .mat-slider-thumb,.theme-dark .mat-accent .mat-slider-thumb-label{background-color:#ff4081}.theme-dark .mat-accent .mat-slider-thumb-label-text{color:#fff}.theme-dark .mat-accent .mat-slider-focus-ring{background-color:#ff408133}.theme-dark .mat-warn .mat-slider-track-fill,.theme-dark .mat-warn .mat-slider-thumb,.theme-dark .mat-warn .mat-slider-thumb-label{background-color:#f44336}.theme-dark .mat-warn .mat-slider-thumb-label-text{color:#fff}.theme-dark .mat-warn .mat-slider-focus-ring{background-color:#f4433633}.theme-dark .mat-slider:hover .mat-slider-track-background,.theme-dark .mat-slider.cdk-focused .mat-slider-track-background,.theme-dark .mat-slider-disabled .mat-slider-track-background,.theme-dark .mat-slider-disabled .mat-slider-track-fill,.theme-dark .mat-slider-disabled .mat-slider-thumb,.theme-dark .mat-slider-disabled:hover .mat-slider-track-background{background-color:#ffffff4d}.theme-dark .mat-slider-min-value .mat-slider-focus-ring{background-color:#ffffff1f}.theme-dark .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.theme-dark .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#fff}.theme-dark .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.theme-dark .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#ffffff4d}.theme-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#ffffff4d;background-color:transparent}.theme-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.theme-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#ffffff4d}.theme-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.theme-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#ffffff4d}.theme-dark .mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#ffffffb3}.theme-dark .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.theme-dark .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.theme-dark .mat-step-header.cdk-keyboard-focused,.theme-dark .mat-step-header.cdk-program-focused,.theme-dark .mat-step-header:hover:not([aria-disabled]),.theme-dark .mat-step-header:hover[aria-disabled=false]{background-color:#ffffff0a}.theme-dark .mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover: none){.theme-dark .mat-step-header:hover{background:none}}.theme-dark .mat-step-header .mat-step-label,.theme-dark .mat-step-header .mat-step-optional{color:#ffffffb3}.theme-dark .mat-step-header .mat-step-icon{background-color:#ffffffb3;color:#fff}.theme-dark .mat-step-header .mat-step-icon-selected,.theme-dark .mat-step-header .mat-step-icon-state-done,.theme-dark .mat-step-header .mat-step-icon-state-edit{background-color:#3f51b5;color:#fff}.theme-dark .mat-step-header.mat-accent .mat-step-icon{color:#fff}.theme-dark .mat-step-header.mat-accent .mat-step-icon-selected,.theme-dark .mat-step-header.mat-accent .mat-step-icon-state-done,.theme-dark .mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ff4081;color:#fff}.theme-dark .mat-step-header.mat-warn .mat-step-icon{color:#fff}.theme-dark .mat-step-header.mat-warn .mat-step-icon-selected,.theme-dark .mat-step-header.mat-warn .mat-step-icon-state-done,.theme-dark .mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.theme-dark .mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.theme-dark .mat-step-header .mat-step-label.mat-step-label-active{color:#fff}.theme-dark .mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.theme-dark .mat-stepper-horizontal,.theme-dark .mat-stepper-vertical{background-color:#424242}.theme-dark .mat-stepper-vertical-line:before{border-left-color:#ffffff1f}.theme-dark .mat-horizontal-stepper-header:before,.theme-dark .mat-horizontal-stepper-header:after,.theme-dark .mat-stepper-horizontal-line{border-top-color:#ffffff1f}.theme-dark .mat-horizontal-stepper-header{height:72px}.theme-dark .mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.theme-dark .mat-vertical-stepper-header{padding:24px}.theme-dark .mat-stepper-vertical-line:before{top:-16px;bottom:-16px}.theme-dark .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,.theme-dark .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before{top:36px}.theme-dark .mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.theme-dark .mat-sort-header-arrow{color:#c6c6c6}.theme-dark .mat-tab-nav-bar,.theme-dark .mat-tab-header{border-bottom:1px solid rgba(255,255,255,.12)}.theme-dark .mat-tab-group-inverted-header .mat-tab-nav-bar,.theme-dark .mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.theme-dark .mat-tab-label,.theme-dark .mat-tab-link{color:#fff}.theme-dark .mat-tab-label.mat-tab-disabled,.theme-dark .mat-tab-link.mat-tab-disabled{color:#ffffff80}.theme-dark .mat-tab-header-pagination-chevron{border-color:#fff}.theme-dark .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#ffffff80}.theme-dark .mat-tab-group[class*=mat-background-]>.mat-tab-header,.theme-dark .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.theme-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#c5cae94d}.theme-dark .mat-tab-group.mat-primary .mat-ink-bar,.theme-dark .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}.theme-dark .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.theme-dark .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.theme-dark .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.theme-dark .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.theme-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ff80ab4d}.theme-dark .mat-tab-group.mat-accent .mat-ink-bar,.theme-dark .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}.theme-dark .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.theme-dark .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.theme-dark .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.theme-dark .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.theme-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.theme-dark .mat-tab-group.mat-warn .mat-ink-bar,.theme-dark .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.theme-dark .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.theme-dark .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.theme-dark .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.theme-dark .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.theme-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#c5cae94d}.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-header,.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-link-container,.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#3f51b5}.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.theme-dark .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.theme-dark .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.theme-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ff80ab4d}.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-header,.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-link-container,.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#ff4081}.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#fff}.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.theme-dark .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.theme-dark .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.theme-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-header,.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-link-container,.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.theme-dark .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.theme-dark .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.theme-dark .mat-toolbar{background:#212121;color:#fff}.theme-dark .mat-toolbar.mat-primary{background:#3f51b5;color:#fff}.theme-dark .mat-toolbar.mat-accent{background:#ff4081;color:#fff}.theme-dark .mat-toolbar.mat-warn{background:#f44336;color:#fff}.theme-dark .mat-toolbar .mat-form-field-underline,.theme-dark .mat-toolbar .mat-form-field-ripple,.theme-dark .mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.theme-dark .mat-toolbar .mat-form-field-label,.theme-dark .mat-toolbar .mat-focused .mat-form-field-label,.theme-dark .mat-toolbar .mat-select-value,.theme-dark .mat-toolbar .mat-select-arrow,.theme-dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.theme-dark .mat-toolbar .mat-input-element{caret-color:currentColor}.theme-dark .mat-toolbar-multiple-rows{min-height:64px}.theme-dark .mat-toolbar-row,.theme-dark .mat-toolbar-single-row{height:64px}@media (max-width: 599px){.theme-dark .mat-toolbar-multiple-rows{min-height:56px}.theme-dark .mat-toolbar-row,.theme-dark .mat-toolbar-single-row{height:56px}}.theme-dark .mat-tooltip{background:rgba(97,97,97,.9)}.theme-dark .mat-tree{background:#424242}.theme-dark .mat-tree-node,.theme-dark .mat-nested-tree-node{color:#fff}.theme-dark .mat-tree-node{min-height:48px}.theme-dark .mat-snack-bar-container{color:#000000de;background:#fafafa;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.theme-dark .mat-simple-snackbar-action{color:inherit}.theme-light .mat-ripple-element{background-color:#0000001a}.theme-light .mat-option{color:#000000de}.theme-light .mat-option:hover:not(.mat-option-disabled),.theme-light .mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.theme-light .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.theme-light .mat-option.mat-active{background:rgba(0,0,0,.04);color:#000000de}.theme-light .mat-option.mat-option-disabled{color:#00000061}.theme-light .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.theme-light .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.theme-light .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.theme-light .mat-optgroup-label{color:#0000008a}.theme-light .mat-optgroup-disabled .mat-optgroup-label{color:#00000061}.theme-light .mat-pseudo-checkbox{color:#0000008a}.theme-light .mat-pseudo-checkbox:after{color:#fafafa}.theme-light .mat-pseudo-checkbox-disabled{color:#b0b0b0}.theme-light .mat-primary .mat-pseudo-checkbox-checked,.theme-light .mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}.theme-light .mat-pseudo-checkbox-checked,.theme-light .mat-pseudo-checkbox-indeterminate,.theme-light .mat-accent .mat-pseudo-checkbox-checked,.theme-light .mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}.theme-light .mat-warn .mat-pseudo-checkbox-checked,.theme-light .mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.theme-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.theme-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.theme-light .mat-app-background,.theme-light.mat-app-background{background-color:#fafafa;color:#000000de}.theme-light .mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-light .mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.theme-light .mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.theme-light .mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.theme-light .mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.theme-light .mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.theme-light .mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.theme-light .mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.theme-light .mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.theme-light .mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.theme-light .mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.theme-light .mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.theme-light .mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.theme-light .mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.theme-light .mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.theme-light .mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.theme-light .mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.theme-light .mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.theme-light .mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.theme-light .mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.theme-light .mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.theme-light .mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.theme-light .mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.theme-light .mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.theme-light .mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}.theme-light .mat-autocomplete-panel{background:white;color:#000000de}.theme-light .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.theme-light .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:white}.theme-light .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#000000de}.theme-light .mat-badge{position:relative}.theme-light .mat-badge-hidden .mat-badge-content{display:none}.theme-light .mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.theme-light .ng-animate-disabled .mat-badge-content,.theme-light .mat-badge-content._mat-animation-noopable{transition:none}.theme-light .mat-badge-content.mat-badge-active{transform:none}.theme-light .mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.theme-light .mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.theme-light .mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.theme-light .mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .theme-light .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.theme-light .mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .theme-light .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.theme-light .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .theme-light .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.theme-light .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .theme-light .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.theme-light .mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.theme-light .mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.theme-light .mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.theme-light .mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .theme-light .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.theme-light .mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .theme-light .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.theme-light .mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.theme-light .mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.theme-light .mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.theme-light .mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .theme-light .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.theme-light .mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .theme-light .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.theme-light .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .theme-light .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.theme-light .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .theme-light .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.theme-light .mat-badge-content{color:#fff;background:#3f51b5}.cdk-high-contrast-active .theme-light .mat-badge-content{outline:solid 1px;border-radius:0}.theme-light .mat-badge-accent .mat-badge-content{background:#ff4081;color:#fff}.theme-light .mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.theme-light .mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:#00000061}.theme-light .mat-bottom-sheet-container{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:white;color:#000000de}.theme-light .mat-button,.theme-light .mat-icon-button,.theme-light .mat-stroked-button{color:inherit;background:transparent}.theme-light .mat-button.mat-primary,.theme-light .mat-icon-button.mat-primary,.theme-light .mat-stroked-button.mat-primary{color:#3f51b5}.theme-light .mat-button.mat-accent,.theme-light .mat-icon-button.mat-accent,.theme-light .mat-stroked-button.mat-accent{color:#ff4081}.theme-light .mat-button.mat-warn,.theme-light .mat-icon-button.mat-warn,.theme-light .mat-stroked-button.mat-warn{color:#f44336}.theme-light .mat-button.mat-primary.mat-button-disabled,.theme-light .mat-button.mat-accent.mat-button-disabled,.theme-light .mat-button.mat-warn.mat-button-disabled,.theme-light .mat-button.mat-button-disabled.mat-button-disabled,.theme-light .mat-icon-button.mat-primary.mat-button-disabled,.theme-light .mat-icon-button.mat-accent.mat-button-disabled,.theme-light .mat-icon-button.mat-warn.mat-button-disabled,.theme-light .mat-icon-button.mat-button-disabled.mat-button-disabled,.theme-light .mat-stroked-button.mat-primary.mat-button-disabled,.theme-light .mat-stroked-button.mat-accent.mat-button-disabled,.theme-light .mat-stroked-button.mat-warn.mat-button-disabled,.theme-light .mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#00000042}.theme-light .mat-button.mat-primary .mat-button-focus-overlay,.theme-light .mat-icon-button.mat-primary .mat-button-focus-overlay,.theme-light .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#3f51b5}.theme-light .mat-button.mat-accent .mat-button-focus-overlay,.theme-light .mat-icon-button.mat-accent .mat-button-focus-overlay,.theme-light .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}.theme-light .mat-button.mat-warn .mat-button-focus-overlay,.theme-light .mat-icon-button.mat-warn .mat-button-focus-overlay,.theme-light .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.theme-light .mat-button.mat-button-disabled .mat-button-focus-overlay,.theme-light .mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.theme-light .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.theme-light .mat-button .mat-ripple-element,.theme-light .mat-icon-button .mat-ripple-element,.theme-light .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.theme-light .mat-button-focus-overlay{background:black}.theme-light .mat-stroked-button:not(.mat-button-disabled){border-color:#0000001f}.theme-light .mat-flat-button,.theme-light .mat-raised-button,.theme-light .mat-fab,.theme-light .mat-mini-fab{color:#000000de;background-color:#fff}.theme-light .mat-flat-button.mat-primary,.theme-light .mat-raised-button.mat-primary,.theme-light .mat-fab.mat-primary,.theme-light .mat-mini-fab.mat-primary,.theme-light .mat-flat-button.mat-accent,.theme-light .mat-raised-button.mat-accent,.theme-light .mat-fab.mat-accent,.theme-light .mat-mini-fab.mat-accent,.theme-light .mat-flat-button.mat-warn,.theme-light .mat-raised-button.mat-warn,.theme-light .mat-fab.mat-warn,.theme-light .mat-mini-fab.mat-warn{color:#fff}.theme-light .mat-flat-button.mat-primary.mat-button-disabled,.theme-light .mat-flat-button.mat-accent.mat-button-disabled,.theme-light .mat-flat-button.mat-warn.mat-button-disabled,.theme-light .mat-flat-button.mat-button-disabled.mat-button-disabled,.theme-light .mat-raised-button.mat-primary.mat-button-disabled,.theme-light .mat-raised-button.mat-accent.mat-button-disabled,.theme-light .mat-raised-button.mat-warn.mat-button-disabled,.theme-light .mat-raised-button.mat-button-disabled.mat-button-disabled,.theme-light .mat-fab.mat-primary.mat-button-disabled,.theme-light .mat-fab.mat-accent.mat-button-disabled,.theme-light .mat-fab.mat-warn.mat-button-disabled,.theme-light .mat-fab.mat-button-disabled.mat-button-disabled,.theme-light .mat-mini-fab.mat-primary.mat-button-disabled,.theme-light .mat-mini-fab.mat-accent.mat-button-disabled,.theme-light .mat-mini-fab.mat-warn.mat-button-disabled,.theme-light .mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#00000042}.theme-light .mat-flat-button.mat-primary,.theme-light .mat-raised-button.mat-primary,.theme-light .mat-fab.mat-primary,.theme-light .mat-mini-fab.mat-primary{background-color:#3f51b5}.theme-light .mat-flat-button.mat-accent,.theme-light .mat-raised-button.mat-accent,.theme-light .mat-fab.mat-accent,.theme-light .mat-mini-fab.mat-accent{background-color:#ff4081}.theme-light .mat-flat-button.mat-warn,.theme-light .mat-raised-button.mat-warn,.theme-light .mat-fab.mat-warn,.theme-light .mat-mini-fab.mat-warn{background-color:#f44336}.theme-light .mat-flat-button.mat-primary.mat-button-disabled,.theme-light .mat-flat-button.mat-accent.mat-button-disabled,.theme-light .mat-flat-button.mat-warn.mat-button-disabled,.theme-light .mat-flat-button.mat-button-disabled.mat-button-disabled,.theme-light .mat-raised-button.mat-primary.mat-button-disabled,.theme-light .mat-raised-button.mat-accent.mat-button-disabled,.theme-light .mat-raised-button.mat-warn.mat-button-disabled,.theme-light .mat-raised-button.mat-button-disabled.mat-button-disabled,.theme-light .mat-fab.mat-primary.mat-button-disabled,.theme-light .mat-fab.mat-accent.mat-button-disabled,.theme-light .mat-fab.mat-warn.mat-button-disabled,.theme-light .mat-fab.mat-button-disabled.mat-button-disabled,.theme-light .mat-mini-fab.mat-primary.mat-button-disabled,.theme-light .mat-mini-fab.mat-accent.mat-button-disabled,.theme-light .mat-mini-fab.mat-warn.mat-button-disabled,.theme-light .mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#0000001f}.theme-light .mat-flat-button.mat-primary .mat-ripple-element,.theme-light .mat-raised-button.mat-primary .mat-ripple-element,.theme-light .mat-fab.mat-primary .mat-ripple-element,.theme-light .mat-mini-fab.mat-primary .mat-ripple-element,.theme-light .mat-flat-button.mat-accent .mat-ripple-element,.theme-light .mat-raised-button.mat-accent .mat-ripple-element,.theme-light .mat-fab.mat-accent .mat-ripple-element,.theme-light .mat-mini-fab.mat-accent .mat-ripple-element,.theme-light .mat-flat-button.mat-warn .mat-ripple-element,.theme-light .mat-raised-button.mat-warn .mat-ripple-element,.theme-light .mat-fab.mat-warn .mat-ripple-element,.theme-light .mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.theme-light .mat-stroked-button:not([class*=mat-elevation-z]),.theme-light .mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-light .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.theme-light .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.theme-light .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-light .mat-fab:not([class*=mat-elevation-z]),.theme-light .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.theme-light .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.theme-light .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.theme-light .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.theme-light .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-light .mat-button-toggle-standalone,.theme-light .mat-button-toggle-group{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.theme-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-light .mat-button-toggle-group-appearance-standard{box-shadow:none}.theme-light .mat-button-toggle{color:#00000061}.theme-light .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:#0000001f}.theme-light .mat-button-toggle-appearance-standard{color:#000000de;background:white}.theme-light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.theme-light .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}.theme-light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.theme-light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.theme-light .mat-button-toggle-checked{background-color:#e0e0e0;color:#0000008a}.theme-light .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#000000de}.theme-light .mat-button-toggle-disabled{color:#00000042;background-color:#eee}.theme-light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:white}.theme-light .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.theme-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-light .mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}.theme-light .mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.theme-light .mat-card{background:white;color:#000000de}.theme-light .mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.theme-light .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-light .mat-card-subtitle{color:#0000008a}.theme-light .mat-checkbox-frame{border-color:#0000008a}.theme-light .mat-checkbox-checkmark{fill:#fafafa}.theme-light .mat-checkbox-checkmark-path{stroke:#fafafa!important}.theme-light .mat-checkbox-mixedmark{background-color:#fafafa}.theme-light .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.theme-light .mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#3f51b5}.theme-light .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.theme-light .mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ff4081}.theme-light .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.theme-light .mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.theme-light .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.theme-light .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.theme-light .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.theme-light .mat-checkbox-disabled .mat-checkbox-label{color:#0000008a}.theme-light .mat-checkbox .mat-ripple-element{background-color:#000}.theme-light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.theme-light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#3f51b5}.theme-light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.theme-light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ff4081}.theme-light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.theme-light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.theme-light .mat-chip.mat-standard-chip{background-color:#e0e0e0;color:#000000de}.theme-light .mat-chip.mat-standard-chip .mat-chip-remove{color:#000000de;opacity:.4}.theme-light .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.theme-light .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.theme-light .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.theme-light .mat-chip.mat-standard-chip:after{background:black}.theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}.theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#ffffff1a}.theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}.theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#ffffff1a}.theme-light .mat-table{background:white}.theme-light .mat-table thead,.theme-light .mat-table tbody,.theme-light .mat-table tfoot,.theme-light mat-header-row,.theme-light mat-row,.theme-light mat-footer-row,.theme-light [mat-header-row],.theme-light [mat-row],.theme-light [mat-footer-row],.theme-light .mat-table-sticky{background:inherit}.theme-light mat-row,.theme-light mat-header-row,.theme-light mat-footer-row,.theme-light th.mat-header-cell,.theme-light td.mat-cell,.theme-light td.mat-footer-cell{border-bottom-color:#0000001f}.theme-light .mat-header-cell{color:#0000008a}.theme-light .mat-cell,.theme-light .mat-footer-cell{color:#000000de}.theme-light .mat-calendar-arrow{fill:#0000008a}.theme-light .mat-datepicker-toggle,.theme-light .mat-datepicker-content .mat-calendar-next-button,.theme-light .mat-datepicker-content .mat-calendar-previous-button{color:#0000008a}.theme-light .mat-calendar-table-header-divider:after{background:rgba(0,0,0,.12)}.theme-light .mat-calendar-table-header,.theme-light .mat-calendar-body-label{color:#0000008a}.theme-light .mat-calendar-body-cell-content,.theme-light .mat-date-range-input-separator{color:#000000de;border-color:transparent}.theme-light .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#00000061}.theme-light .mat-form-field-disabled .mat-date-range-input-separator{color:#00000061}.theme-light .mat-calendar-body-in-preview{color:#0000003d}.theme-light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#00000061}.theme-light .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#0000002e}.theme-light .mat-calendar-body-in-range:before{background:rgba(63,81,181,.2)}.theme-light .mat-calendar-body-comparison-identical,.theme-light .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.theme-light .mat-calendar-body-comparison-bridge-start:before,.theme-light [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(63,81,181,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-light .mat-calendar-body-comparison-bridge-end:before,.theme-light [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(63,81,181,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-light .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.theme-light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.theme-light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.theme-light .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.theme-light .mat-calendar-body-selected{background-color:#3f51b5;color:#fff}.theme-light .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#3f51b566}.theme-light .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-light .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.theme-light .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:#3f51b54d}@media (hover: hover){.theme-light .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:#3f51b54d}}.theme-light .mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#fff;color:#000000de}.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:rgba(255,64,129,.2)}.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.theme-light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(255,64,129,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.theme-light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(255,64,129,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#ff408166}.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-light .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.theme-light .mat-datepicker-content.mat-accent .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:#ff40814d}@media (hover: hover){.theme-light .mat-datepicker-content.mat-accent .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:#ff40814d}}.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(244,67,54,.2)}.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.theme-light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.theme-light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#f4433666}.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-light .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.theme-light .mat-datepicker-content.mat-warn .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:#f443364d}@media (hover: hover){.theme-light .mat-datepicker-content.mat-warn .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:#f443364d}}.theme-light .mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.theme-light .mat-datepicker-toggle-active{color:#3f51b5}.theme-light .mat-datepicker-toggle-active.mat-accent{color:#ff4081}.theme-light .mat-datepicker-toggle-active.mat-warn{color:#f44336}.theme-light .mat-date-range-input-inner[disabled]{color:#00000061}.theme-light .mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:white;color:#000000de}.theme-light .mat-divider{border-top-color:#0000001f}.theme-light .mat-divider-vertical{border-right-color:#0000001f}.theme-light .mat-expansion-panel{background:white;color:#000000de}.theme-light .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.theme-light .mat-action-row{border-top-color:#0000001f}.theme-light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.theme-light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.theme-light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media (hover: none){.theme-light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:white}}.theme-light .mat-expansion-panel-header-title{color:#000000de}.theme-light .mat-expansion-panel-header-description,.theme-light .mat-expansion-indicator:after{color:#0000008a}.theme-light .mat-expansion-panel-header[aria-disabled=true]{color:#00000042}.theme-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.theme-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.theme-light .mat-expansion-panel-header{height:48px}.theme-light .mat-expansion-panel-header.mat-expanded{height:64px}.theme-light .mat-form-field-label,.theme-light .mat-hint{color:#0009}.theme-light .mat-form-field.mat-focused .mat-form-field-label{color:#3f51b5}.theme-light .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}.theme-light .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.theme-light .mat-focused .mat-form-field-required-marker{color:#ff4081}.theme-light .mat-form-field-ripple{background-color:#000000de}.theme-light .mat-form-field.mat-focused .mat-form-field-ripple{background-color:#3f51b5}.theme-light .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}.theme-light .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.theme-light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#3f51b5}.theme-light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#ff4081}.theme-light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#f44336}.theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-label,.theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.theme-light .mat-error{color:#f44336}.theme-light .mat-form-field-appearance-legacy .mat-form-field-label,.theme-light .mat-form-field-appearance-legacy .mat-hint{color:#0000008a}.theme-light .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#0000006b}.theme-light .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-light .mat-form-field-appearance-standard .mat-form-field-underline{background-color:#0000006b}.theme-light .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-light .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#0000000a}.theme-light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#00000005}.theme-light .mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#0000006b}.theme-light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#00000061}.theme-light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent}.theme-light .mat-form-field-appearance-outline .mat-form-field-outline{color:#0000001f}.theme-light .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#000000de}.theme-light .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#3f51b5}.theme-light .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}.theme-light .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.theme-light .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.theme-light .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#00000061}.theme-light .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#0000000f}.theme-light .mat-icon.mat-primary{color:#3f51b5}.theme-light .mat-icon.mat-accent{color:#ff4081}.theme-light .mat-icon.mat-warn{color:#f44336}.theme-light .mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#0000008a}.theme-light .mat-input-element:disabled,.theme-light .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#00000061}.theme-light .mat-input-element{caret-color:#3f51b5}.theme-light .mat-input-element::placeholder{color:#0000006b}.theme-light .mat-input-element::-moz-placeholder{color:#0000006b}.theme-light .mat-input-element::-webkit-input-placeholder{color:#0000006b}.theme-light .mat-input-element:-ms-input-placeholder{color:#0000006b}.theme-light .mat-form-field.mat-accent .mat-input-element{caret-color:#ff4081}.theme-light .mat-form-field.mat-warn .mat-input-element,.theme-light .mat-form-field-invalid .mat-input-element{caret-color:#f44336}.theme-light .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#f44336}.theme-light .mat-list-base .mat-list-item,.theme-light .mat-list-base .mat-list-option{color:#000000de}.theme-light .mat-list-base .mat-subheader{color:#0000008a}.theme-light .mat-list-item-disabled{background-color:#eee}.theme-light .mat-list-option:hover,.theme-light .mat-list-option:focus,.theme-light .mat-nav-list .mat-list-item:hover,.theme-light .mat-nav-list .mat-list-item:focus,.theme-light .mat-action-list .mat-list-item:hover,.theme-light .mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}.theme-light .mat-list-single-selected-option,.theme-light .mat-list-single-selected-option:hover,.theme-light .mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}.theme-light .mat-menu-panel{background:white}.theme-light .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.theme-light .mat-menu-item{background:transparent;color:#000000de}.theme-light .mat-menu-item[disabled],.theme-light .mat-menu-item[disabled] .mat-menu-submenu-icon,.theme-light .mat-menu-item[disabled] .mat-icon-no-color{color:#00000061}.theme-light .mat-menu-item .mat-icon-no-color,.theme-light .mat-menu-submenu-icon{color:#0000008a}.theme-light .mat-menu-item:hover:not([disabled]),.theme-light .mat-menu-item.cdk-program-focused:not([disabled]),.theme-light .mat-menu-item.cdk-keyboard-focused:not([disabled]),.theme-light .mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}.theme-light .mat-paginator{background:white}.theme-light .mat-paginator,.theme-light .mat-paginator-page-size .mat-select-trigger{color:#0000008a}.theme-light .mat-paginator-decrement,.theme-light .mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.theme-light .mat-paginator-first,.theme-light .mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.theme-light .mat-icon-button[disabled] .mat-paginator-decrement,.theme-light .mat-icon-button[disabled] .mat-paginator-increment,.theme-light .mat-icon-button[disabled] .mat-paginator-first,.theme-light .mat-icon-button[disabled] .mat-paginator-last{border-color:#00000061}.theme-light .mat-paginator-container{min-height:56px}.theme-light .mat-progress-bar-background{fill:#cbd0e9}.theme-light .mat-progress-bar-buffer{background-color:#cbd0e9}.theme-light .mat-progress-bar-fill:after{background-color:#3f51b5}.theme-light .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#fbccdc}.theme-light .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#fbccdc}.theme-light .mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#ff4081}.theme-light .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#f9ccc9}.theme-light .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#f9ccc9}.theme-light .mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#f44336}.theme-light .mat-progress-spinner circle,.theme-light .mat-spinner circle{stroke:#3f51b5}.theme-light .mat-progress-spinner.mat-accent circle,.theme-light .mat-spinner.mat-accent circle{stroke:#ff4081}.theme-light .mat-progress-spinner.mat-warn circle,.theme-light .mat-spinner.mat-warn circle{stroke:#f44336}.theme-light .mat-radio-outer-circle{border-color:#0000008a}.theme-light .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}.theme-light .mat-radio-button.mat-primary .mat-radio-inner-circle,.theme-light .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-light .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.theme-light .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#3f51b5}.theme-light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}.theme-light .mat-radio-button.mat-accent .mat-radio-inner-circle,.theme-light .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.theme-light .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}.theme-light .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.theme-light .mat-radio-button.mat-warn .mat-radio-inner-circle,.theme-light .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-light .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.theme-light .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.theme-light .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.theme-light .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#00000061}.theme-light .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.theme-light .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#00000061}.theme-light .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#00000061}.theme-light .mat-radio-button .mat-ripple-element{background-color:#000}.theme-light .mat-select-value{color:#000000de}.theme-light .mat-select-placeholder{color:#0000006b}.theme-light .mat-select-disabled .mat-select-value{color:#00000061}.theme-light .mat-select-arrow{color:#0000008a}.theme-light .mat-select-panel{background:white}.theme-light .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.theme-light .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.theme-light .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}.theme-light .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}.theme-light .mat-form-field.mat-focused.mat-warn .mat-select-arrow,.theme-light .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.theme-light .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#00000061}.theme-light .mat-drawer-container{background-color:#fafafa;color:#000000de}.theme-light .mat-drawer{background-color:#fff;color:#000000de}.theme-light .mat-drawer.mat-drawer-push{background-color:#fff}.theme-light .mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.theme-light .mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.theme-light .mat-drawer-side.mat-drawer-end,.theme-light [dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}.theme-light [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.theme-light .mat-drawer-backdrop.mat-drawer-shown{background-color:#0009}.theme-light .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ff4081}.theme-light .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#ff40818a}.theme-light .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ff4081}.theme-light .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#3f51b5}.theme-light .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:#3f51b58a}.theme-light .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#3f51b5}.theme-light .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.theme-light .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:#f443368a}.theme-light .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.theme-light .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.theme-light .mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#fafafa}.theme-light .mat-slide-toggle-bar{background-color:#00000061}.theme-light .mat-slider-track-background{background-color:#00000042}.theme-light .mat-primary .mat-slider-track-fill,.theme-light .mat-primary .mat-slider-thumb,.theme-light .mat-primary .mat-slider-thumb-label{background-color:#3f51b5}.theme-light .mat-primary .mat-slider-thumb-label-text{color:#fff}.theme-light .mat-primary .mat-slider-focus-ring{background-color:#3f51b533}.theme-light .mat-accent .mat-slider-track-fill,.theme-light .mat-accent .mat-slider-thumb,.theme-light .mat-accent .mat-slider-thumb-label{background-color:#ff4081}.theme-light .mat-accent .mat-slider-thumb-label-text{color:#fff}.theme-light .mat-accent .mat-slider-focus-ring{background-color:#ff408133}.theme-light .mat-warn .mat-slider-track-fill,.theme-light .mat-warn .mat-slider-thumb,.theme-light .mat-warn .mat-slider-thumb-label{background-color:#f44336}.theme-light .mat-warn .mat-slider-thumb-label-text{color:#fff}.theme-light .mat-warn .mat-slider-focus-ring{background-color:#f4433633}.theme-light .mat-slider:hover .mat-slider-track-background,.theme-light .mat-slider.cdk-focused .mat-slider-track-background{background-color:#00000061}.theme-light .mat-slider-disabled .mat-slider-track-background,.theme-light .mat-slider-disabled .mat-slider-track-fill,.theme-light .mat-slider-disabled .mat-slider-thumb,.theme-light .mat-slider-disabled:hover .mat-slider-track-background{background-color:#00000042}.theme-light .mat-slider-min-value .mat-slider-focus-ring{background-color:#0000001f}.theme-light .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.theme-light .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#000000de}.theme-light .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.theme-light .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#00000042}.theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#00000042;background-color:transparent}.theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#00000061}.theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#00000042}.theme-light .mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#000000b3}.theme-light .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.theme-light .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.theme-light .mat-step-header.cdk-keyboard-focused,.theme-light .mat-step-header.cdk-program-focused,.theme-light .mat-step-header:hover:not([aria-disabled]),.theme-light .mat-step-header:hover[aria-disabled=false]{background-color:#0000000a}.theme-light .mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover: none){.theme-light .mat-step-header:hover{background:none}}.theme-light .mat-step-header .mat-step-label,.theme-light .mat-step-header .mat-step-optional{color:#0000008a}.theme-light .mat-step-header .mat-step-icon{background-color:#0000008a;color:#fff}.theme-light .mat-step-header .mat-step-icon-selected,.theme-light .mat-step-header .mat-step-icon-state-done,.theme-light .mat-step-header .mat-step-icon-state-edit{background-color:#3f51b5;color:#fff}.theme-light .mat-step-header.mat-accent .mat-step-icon{color:#fff}.theme-light .mat-step-header.mat-accent .mat-step-icon-selected,.theme-light .mat-step-header.mat-accent .mat-step-icon-state-done,.theme-light .mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ff4081;color:#fff}.theme-light .mat-step-header.mat-warn .mat-step-icon{color:#fff}.theme-light .mat-step-header.mat-warn .mat-step-icon-selected,.theme-light .mat-step-header.mat-warn .mat-step-icon-state-done,.theme-light .mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.theme-light .mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.theme-light .mat-step-header .mat-step-label.mat-step-label-active{color:#000000de}.theme-light .mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.theme-light .mat-stepper-horizontal,.theme-light .mat-stepper-vertical{background-color:#fff}.theme-light .mat-stepper-vertical-line:before{border-left-color:#0000001f}.theme-light .mat-horizontal-stepper-header:before,.theme-light .mat-horizontal-stepper-header:after,.theme-light .mat-stepper-horizontal-line{border-top-color:#0000001f}.theme-light .mat-horizontal-stepper-header{height:72px}.theme-light .mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.theme-light .mat-vertical-stepper-header{padding:24px}.theme-light .mat-stepper-vertical-line:before{top:-16px;bottom:-16px}.theme-light .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,.theme-light .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before{top:36px}.theme-light .mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.theme-light .mat-sort-header-arrow{color:#757575}.theme-light .mat-tab-nav-bar,.theme-light .mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.theme-light .mat-tab-group-inverted-header .mat-tab-nav-bar,.theme-light .mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.theme-light .mat-tab-label,.theme-light .mat-tab-link{color:#000000de}.theme-light .mat-tab-label.mat-tab-disabled,.theme-light .mat-tab-link.mat-tab-disabled{color:#00000061}.theme-light .mat-tab-header-pagination-chevron{border-color:#000000de}.theme-light .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#00000061}.theme-light .mat-tab-group[class*=mat-background-]>.mat-tab-header,.theme-light .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.theme-light .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#c5cae94d}.theme-light .mat-tab-group.mat-primary .mat-ink-bar,.theme-light .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}.theme-light .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.theme-light .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.theme-light .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.theme-light .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.theme-light .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ff80ab4d}.theme-light .mat-tab-group.mat-accent .mat-ink-bar,.theme-light .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}.theme-light .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.theme-light .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.theme-light .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.theme-light .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.theme-light .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.theme-light .mat-tab-group.mat-warn .mat-ink-bar,.theme-light .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.theme-light .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.theme-light .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.theme-light .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.theme-light .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.theme-light .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#c5cae94d}.theme-light .mat-tab-group.mat-background-primary>.mat-tab-header,.theme-light .mat-tab-group.mat-background-primary>.mat-tab-link-container,.theme-light .mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#3f51b5}.theme-light .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.theme-light .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.theme-light .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-light .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.theme-light .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-light .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-light .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.theme-light .mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.theme-light .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-light .mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.theme-light .mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.theme-light .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.theme-light .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.theme-light .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.theme-light .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ff80ab4d}.theme-light .mat-tab-group.mat-background-accent>.mat-tab-header,.theme-light .mat-tab-group.mat-background-accent>.mat-tab-link-container,.theme-light .mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#ff4081}.theme-light .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.theme-light .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#fff}.theme-light .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-light .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.theme-light .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-light .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-light .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.theme-light .mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.theme-light .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-light .mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.theme-light .mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.theme-light .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.theme-light .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.theme-light .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.theme-light .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.theme-light .mat-tab-group.mat-background-warn>.mat-tab-header,.theme-light .mat-tab-group.mat-background-warn>.mat-tab-link-container,.theme-light .mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}.theme-light .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.theme-light .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.theme-light .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-light .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.theme-light .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-light .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-light .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.theme-light .mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.theme-light .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-light .mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.theme-light .mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.theme-light .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.theme-light .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.theme-light .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.theme-light .mat-toolbar{background:whitesmoke;color:#000000de}.theme-light .mat-toolbar.mat-primary{background:#3f51b5;color:#fff}.theme-light .mat-toolbar.mat-accent{background:#ff4081;color:#fff}.theme-light .mat-toolbar.mat-warn{background:#f44336;color:#fff}.theme-light .mat-toolbar .mat-form-field-underline,.theme-light .mat-toolbar .mat-form-field-ripple,.theme-light .mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.theme-light .mat-toolbar .mat-form-field-label,.theme-light .mat-toolbar .mat-focused .mat-form-field-label,.theme-light .mat-toolbar .mat-select-value,.theme-light .mat-toolbar .mat-select-arrow,.theme-light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.theme-light .mat-toolbar .mat-input-element{caret-color:currentColor}.theme-light .mat-toolbar-multiple-rows{min-height:64px}.theme-light .mat-toolbar-row,.theme-light .mat-toolbar-single-row{height:64px}@media (max-width: 599px){.theme-light .mat-toolbar-multiple-rows{min-height:56px}.theme-light .mat-toolbar-row,.theme-light .mat-toolbar-single-row{height:56px}}.theme-light .mat-tooltip{background:rgba(97,97,97,.9)}.theme-light .mat-tree{background:white}.theme-light .mat-tree-node,.theme-light .mat-nested-tree-node{color:#000000de}.theme-light .mat-tree-node{min-height:48px}.theme-light .mat-snack-bar-container{color:#ffffffb3;background:#323232;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.theme-light .mat-simple-snackbar-action{color:#ff4081}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translate(0)}15%{transform:translate(-25%) rotate(-5deg)}30%{transform:translate(20%) rotate(3deg)}45%{transform:translate(-15%) rotate(-3deg)}60%{transform:translate(10%) rotate(2deg)}75%{transform:translate(-5%) rotate(-1deg)}to{transform:translate(0)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translate(-2000px)}60%{opacity:1;transform:translate(30px)}80%{transform:translate(-10px)}to{transform:translate(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translate(2000px)}60%{opacity:1;transform:translate(-30px)}80%{transform:translate(10px)}to{transform:translate(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translate(0)}20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translate(0)}20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{transform:perspective(400px) rotateY(0);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate(100%) skew(-30deg);opacity:0}60%{transform:translate(-20%) skew(30deg);opacity:1}80%{transform:translate(0) skew(-15deg);opacity:1}to{transform:translate(0) skew(0);opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{transform:translate(0) skew(0);opacity:1}to{transform:translate(100%) skew(-30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{opacity:0;transform:translate(-2000px)}to{transform:translate(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translate(2000px)}to{transform:translate(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translate(0)}to{opacity:0;transform:translate(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0)}to{opacity:0;transform:translate(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate(-100%) rotate(-120deg)}to{opacity:1;transform:translate(0) rotate(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translate(0) rotate(0)}to{opacity:0;transform:translate(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}
