@charset "UTF-8";.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;inset:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4))}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;inset:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, .92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;inset:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{to{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:#ffffff1a}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px #0003}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;-webkit-user-select:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:#0000;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:#18181be6;color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:#0000}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{content:"";position:absolute;inset:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, .96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:#ffffff1a;background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,#0000,#00000002 8.1%,#00000005 15.5%,#0000000c 22.5%,#00000014 29%,#0000001d 35.3%,#00000028,#00000032 47.1%,#0000003e 52.9%,#00000049,#00000053 64.7%,#0000005d 71%,#00000064 77.5%,#0000006b 84.5%,#0000006f 91.9%,#00000070);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translate(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, .96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v134/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2")}@font-face{font-family:Material Icons Outlined;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialiconsoutlined/v106/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.material-icons-outlined{font-family:Material Icons Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)}.toast-error{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)}.toast-success{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)}.toast-warning{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)}.toast-container.toast-top-center .ngx-toastr,.toast-container.toast-bottom-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-top-full-width .ngx-toastr,.toast-container.toast-bottom-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width: 240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}@font-face{font-family:Averta;src:local("Averta"),url(/static/assets/font/averta-light-webfont.eot);src:local("Averta"),url(/static/assets/font/averta-light-webfont.eot?#iefix) format("embedded-opentype"),url(/static/assets/font/averta-light-webfont.woff2) format("woff2"),url(/static/assets/font/averta-light-webfont.woff) format("woff"),url(/static/assets/font/averta-light-webfont.svg#Averta) format("svg");font-weight:100;font-style:normal}@font-face{font-family:Averta;src:local("Averta"),url(/static/assets/font/averta-regular-webfont.eot);src:local("Averta"),url(/static/assets/font/averta-regular-webfont.eot?#iefix) format("embedded-opentype"),url(/static/assets/font/averta-regular-webfont.woff2) format("woff2"),url(/static/assets/font/averta-regular-webfont.woff) format("woff"),url(/static/assets/font/averta-regular-webfont.svg#Averta) format("svg");font-weight:500;font-style:normal}@font-face{font-family:Averta;src:local("Averta"),url(/static/assets/font/averta-semibold-webfont.eot);src:local("Averta"),url(/static/assets/font/averta-semibold-webfont.eot?#iefix) format("embedded-opentype"),url(/static/assets/font/averta-semibold-webfont.woff2) format("woff2"),url(/static/assets/font/averta-semibold-webfont.woff) format("woff"),url(/static/assets/font/averta-semibold-webfont.svg#Averta) format("svg");font-weight:700;font-style:normal}@font-face{font-family:Averta;src:local("Averta"),url(/static/assets/font/averta-bold-webfont.eot);src:local("Averta"),url(/static/assets/font/averta-bold-webfont.eot?#iefix) format("embedded-opentype"),url(/static/assets/font/averta-bold-webfont.woff2) format("woff2"),url(/static/assets/font/averta-bold-webfont.woff) format("woff"),url(/static/assets/font/averta-bold-webfont.svg#Averta) format("svg");font-weight:900;font-style:normal}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body,html{line-height:1;font-family:Averta,Arial,Helvetica,sans-serif}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}h1{font-size:42px}h2{font-size:34px}h3{font-size:30px}h4{font-size:26px}h5{font-size:22px}h6{font-size:18px}.mat-menu-trigger .mat-button-focus-overlay{opacity:0!important}.mat-menu-trigger .mat-button-ripple{display:none!important}.container{width:100%;max-width:1300px;margin:0 auto;padding:0 20px;box-sizing:border-box}.row{display:flex;flex-flow:row wrap}.gap-0>*{padding:0}.gap-0{margin-left:0;margin-right:0}.gap-1>*{padding:10px}.gap-1{margin-left:-10px;margin-right:-10px}.gap-2>*{padding:20px}.gap-2{margin-left:-20px;margin-right:-20px}.gap-3>*{padding:30px}.gap-3{margin-left:-30px;margin-right:-30px}.justify-flex-start{justify-content:flex-start}.justify-flex-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-space-between{justify-content:space-between}.justify-space-around{justify-content:space-around}@media (min-width: 0){.col-1-xs{box-sizing:border-box;flex-grow:0;width:8.3333333333%}.col-2-xs{box-sizing:border-box;flex-grow:0;width:16.6666666667%}.col-3-xs{box-sizing:border-box;flex-grow:0;width:25%}.col-4-xs{box-sizing:border-box;flex-grow:0;width:33.3333333333%}.col-5-xs{box-sizing:border-box;flex-grow:0;width:41.6666666667%}.col-6-xs{box-sizing:border-box;flex-grow:0;width:50%}.col-7-xs{box-sizing:border-box;flex-grow:0;width:58.3333333333%}.col-8-xs{box-sizing:border-box;flex-grow:0;width:66.6666666667%}.col-9-xs{box-sizing:border-box;flex-grow:0;width:75%}.col-10-xs{box-sizing:border-box;flex-grow:0;width:83.3333333333%}.col-11-xs{box-sizing:border-box;flex-grow:0;width:91.6666666667%}.col-12-xs{box-sizing:border-box;flex-grow:0;width:100%}}@media (min-width: 480px){.col-1-sm{box-sizing:border-box;flex-grow:0;width:8.3333333333%}.col-2-sm{box-sizing:border-box;flex-grow:0;width:16.6666666667%}.col-3-sm{box-sizing:border-box;flex-grow:0;width:25%}.col-4-sm{box-sizing:border-box;flex-grow:0;width:33.3333333333%}.col-5-sm{box-sizing:border-box;flex-grow:0;width:41.6666666667%}.col-6-sm{box-sizing:border-box;flex-grow:0;width:50%}.col-7-sm{box-sizing:border-box;flex-grow:0;width:58.3333333333%}.col-8-sm{box-sizing:border-box;flex-grow:0;width:66.6666666667%}.col-9-sm{box-sizing:border-box;flex-grow:0;width:75%}.col-10-sm{box-sizing:border-box;flex-grow:0;width:83.3333333333%}.col-11-sm{box-sizing:border-box;flex-grow:0;width:91.6666666667%}.col-12-sm{box-sizing:border-box;flex-grow:0;width:100%}}@media (min-width: 768px){.col-1-md{box-sizing:border-box;flex-grow:0;width:8.3333333333%}.col-2-md{box-sizing:border-box;flex-grow:0;width:16.6666666667%}.col-3-md{box-sizing:border-box;flex-grow:0;width:25%}.col-4-md{box-sizing:border-box;flex-grow:0;width:33.3333333333%}.col-5-md{box-sizing:border-box;flex-grow:0;width:41.6666666667%}.col-6-md{box-sizing:border-box;flex-grow:0;width:50%}.col-7-md{box-sizing:border-box;flex-grow:0;width:58.3333333333%}.col-8-md{box-sizing:border-box;flex-grow:0;width:66.6666666667%}.col-9-md{box-sizing:border-box;flex-grow:0;width:75%}.col-10-md{box-sizing:border-box;flex-grow:0;width:83.3333333333%}.col-11-md{box-sizing:border-box;flex-grow:0;width:91.6666666667%}.col-12-md{box-sizing:border-box;flex-grow:0;width:100%}}@media (min-width: 960px){.col-1-lg{box-sizing:border-box;flex-grow:0;width:8.3333333333%}.col-2-lg{box-sizing:border-box;flex-grow:0;width:16.6666666667%}.col-3-lg{box-sizing:border-box;flex-grow:0;width:25%}.col-4-lg{box-sizing:border-box;flex-grow:0;width:33.3333333333%}.col-5-lg{box-sizing:border-box;flex-grow:0;width:41.6666666667%}.col-6-lg{box-sizing:border-box;flex-grow:0;width:50%}.col-7-lg{box-sizing:border-box;flex-grow:0;width:58.3333333333%}.col-8-lg{box-sizing:border-box;flex-grow:0;width:66.6666666667%}.col-9-lg{box-sizing:border-box;flex-grow:0;width:75%}.col-10-lg{box-sizing:border-box;flex-grow:0;width:83.3333333333%}.col-11-lg{box-sizing:border-box;flex-grow:0;width:91.6666666667%}.col-12-lg{box-sizing:border-box;flex-grow:0;width:100%}}@media (min-width: 1200px){.col-1-xl{box-sizing:border-box;flex-grow:0;width:8.3333333333%}.col-2-xl{box-sizing:border-box;flex-grow:0;width:16.6666666667%}.col-3-xl{box-sizing:border-box;flex-grow:0;width:25%}.col-4-xl{box-sizing:border-box;flex-grow:0;width:33.3333333333%}.col-5-xl{box-sizing:border-box;flex-grow:0;width:41.6666666667%}.col-6-xl{box-sizing:border-box;flex-grow:0;width:50%}.col-7-xl{box-sizing:border-box;flex-grow:0;width:58.3333333333%}.col-8-xl{box-sizing:border-box;flex-grow:0;width:66.6666666667%}.col-9-xl{box-sizing:border-box;flex-grow:0;width:75%}.col-10-xl{box-sizing:border-box;flex-grow:0;width:83.3333333333%}.col-11-xl{box-sizing:border-box;flex-grow:0;width:91.6666666667%}.col-12-xl{box-sizing:border-box;flex-grow:0;width:100%}}.text-primary,.text-hover-primary:hover{color:#026cdf}.bg-primary{background-color:#026cdf}.text-primary-light-1,.text-hover-primary-light-1:hover{color:#1b7be2}.bg-primary-light-1{background-color:#1b7be2}.text-primary-light-2,.text-hover-primary-light-2:hover{color:#3589e5}.bg-primary-light-2{background-color:#3589e5}.text-primary-light-3,.text-hover-primary-light-3:hover{color:#4e98e9}.bg-primary-light-3{background-color:#4e98e9}.text-primary-light-4,.text-hover-primary-light-4:hover{color:#67a7ec}.bg-primary-light-4{background-color:#67a7ec}.text-primary-light-5,.text-hover-primary-light-5:hover{color:#81b6ef}.bg-primary-light-5{background-color:#81b6ef}.text-primary-light-6,.text-hover-primary-light-6:hover{color:#9ac4f2}.bg-primary-light-6{background-color:#9ac4f2}.text-primary-light-7,.text-hover-primary-light-7:hover{color:#b3d3f5}.bg-primary-light-7{background-color:#b3d3f5}.text-primary-light-8,.text-hover-primary-light-8:hover{color:#cce2f9}.bg-primary-light-8{background-color:#cce2f9}.text-primary-light-9,.text-hover-primary-light-9:hover{color:#e6f0fc}.bg-primary-light-9{background-color:#e6f0fc}.text-primary-dark-1,.text-hover-primary-dark-1:hover{color:#0261c9}.bg-primary-dark-1{background-color:#0261c9}.text-primary-dark-2,.text-hover-primary-dark-2:hover{color:#0256b2}.bg-primary-dark-2{background-color:#0256b2}.text-primary-dark-3,.text-hover-primary-dark-3:hover{color:#014c9c}.bg-primary-dark-3{background-color:#014c9c}.text-primary-dark-4,.text-hover-primary-dark-4:hover{color:#014186}.bg-primary-dark-4{background-color:#014186}.text-primary-dark-5,.text-hover-primary-dark-5:hover{color:#013670}.bg-primary-dark-5{background-color:#013670}.text-primary-dark-6,.text-hover-primary-dark-6:hover{color:#012b59}.bg-primary-dark-6{background-color:#012b59}.text-primary-dark-7,.text-hover-primary-dark-7:hover{color:#012043}.bg-primary-dark-7{background-color:#012043}.text-primary-dark-8,.text-hover-primary-dark-8:hover{color:#00162d}.bg-primary-dark-8{background-color:#00162d}.text-primary-dark-9,.text-hover-primary-dark-9:hover{color:#000b16}.bg-primary-dark-9{background-color:#000b16}.text-secondary,.text-hover-secondary:hover{color:#0150a7}.bg-secondary{background-color:#0150a7}.text-secondary-light-1,.text-hover-secondary-light-1:hover{color:#1a62b0}.bg-secondary-light-1{background-color:#1a62b0}.text-secondary-light-2,.text-hover-secondary-light-2:hover{color:#3473b9}.bg-secondary-light-2{background-color:#3473b9}.text-secondary-light-3,.text-hover-secondary-light-3:hover{color:#4d85c1}.bg-secondary-light-3{background-color:#4d85c1}.text-secondary-light-4,.text-hover-secondary-light-4:hover{color:#6796ca}.bg-secondary-light-4{background-color:#6796ca}.text-secondary-light-5,.text-hover-secondary-light-5:hover{color:#80a8d3}.bg-secondary-light-5{background-color:#80a8d3}.text-secondary-light-6,.text-hover-secondary-light-6:hover{color:#99b9dc}.bg-secondary-light-6{background-color:#99b9dc}.text-secondary-light-7,.text-hover-secondary-light-7:hover{color:#b3cbe5}.bg-secondary-light-7{background-color:#b3cbe5}.text-secondary-light-8,.text-hover-secondary-light-8:hover{color:#ccdced}.bg-secondary-light-8{background-color:#ccdced}.text-secondary-light-9,.text-hover-secondary-light-9:hover{color:#e6eef6}.bg-secondary-light-9{background-color:#e6eef6}.text-secondary-dark-1,.text-hover-secondary-dark-1:hover{color:#014896}.bg-secondary-dark-1{background-color:#014896}.text-secondary-dark-2,.text-hover-secondary-dark-2:hover{color:#014086}.bg-secondary-dark-2{background-color:#014086}.text-secondary-dark-3,.text-hover-secondary-dark-3:hover{color:#013875}.bg-secondary-dark-3{background-color:#013875}.text-secondary-dark-4,.text-hover-secondary-dark-4:hover{color:#013064}.bg-secondary-dark-4{background-color:#013064}.text-secondary-dark-5,.text-hover-secondary-dark-5:hover{color:#012854}.bg-secondary-dark-5{background-color:#012854}.text-secondary-dark-6,.text-hover-secondary-dark-6:hover{color:#002043}.bg-secondary-dark-6{background-color:#002043}.text-secondary-dark-7,.text-hover-secondary-dark-7:hover{color:#001832}.bg-secondary-dark-7{background-color:#001832}.text-secondary-dark-8,.text-hover-secondary-dark-8:hover{color:#001021}.bg-secondary-dark-8{background-color:#001021}.text-secondary-dark-9,.text-hover-secondary-dark-9:hover{color:#000811}.bg-secondary-dark-9{background-color:#000811}.text-error,.text-hover-error:hover{color:#d32752}.bg-error{background-color:#d32752}.text-error-light-1,.text-hover-error-light-1:hover{color:#d73d63}.bg-error-light-1{background-color:#d73d63}.text-error-light-2,.text-hover-error-light-2:hover{color:#dc5275}.bg-error-light-2{background-color:#dc5275}.text-error-light-3,.text-hover-error-light-3:hover{color:#e06886}.bg-error-light-3{background-color:#e06886}.text-error-light-4,.text-hover-error-light-4:hover{color:#e57d97}.bg-error-light-4{background-color:#e57d97}.text-error-light-5,.text-hover-error-light-5:hover{color:#e993a9}.bg-error-light-5{background-color:#e993a9}.text-error-light-6,.text-hover-error-light-6:hover{color:#eda9ba}.bg-error-light-6{background-color:#eda9ba}.text-error-light-7,.text-hover-error-light-7:hover{color:#f2becb}.bg-error-light-7{background-color:#f2becb}.text-error-light-8,.text-hover-error-light-8:hover{color:#f6d4dc}.bg-error-light-8{background-color:#f6d4dc}.text-error-light-9,.text-hover-error-light-9:hover{color:#fbe9ee}.bg-error-light-9{background-color:#fbe9ee}.text-error-dark-1,.text-hover-error-dark-1:hover{color:#be234a}.bg-error-dark-1{background-color:#be234a}.text-error-dark-2,.text-hover-error-dark-2:hover{color:#a91f42}.bg-error-dark-2{background-color:#a91f42}.text-error-dark-3,.text-hover-error-dark-3:hover{color:#941b39}.bg-error-dark-3{background-color:#941b39}.text-error-dark-4,.text-hover-error-dark-4:hover{color:#7f1731}.bg-error-dark-4{background-color:#7f1731}.text-error-dark-5,.text-hover-error-dark-5:hover{color:#6a1429}.bg-error-dark-5{background-color:#6a1429}.text-error-dark-6,.text-hover-error-dark-6:hover{color:#541021}.bg-error-dark-6{background-color:#541021}.text-error-dark-7,.text-hover-error-dark-7:hover{color:#3f0c19}.bg-error-dark-7{background-color:#3f0c19}.text-error-dark-8,.text-hover-error-dark-8:hover{color:#2a0810}.bg-error-dark-8{background-color:#2a0810}.text-error-dark-9,.text-hover-error-dark-9:hover{color:#150408}.bg-error-dark-9{background-color:#150408}.text-info,.text-hover-info:hover{color:#f6c31c}.bg-info{background-color:#f6c31c}.text-info-light-1,.text-hover-info-light-1:hover{color:#f7c933}.bg-info-light-1{background-color:#f7c933}.text-info-light-2,.text-hover-info-light-2:hover{color:#f8cf49}.bg-info-light-2{background-color:#f8cf49}.text-info-light-3,.text-hover-info-light-3:hover{color:#f9d560}.bg-info-light-3{background-color:#f9d560}.text-info-light-4,.text-hover-info-light-4:hover{color:#fadb77}.bg-info-light-4{background-color:#fadb77}.text-info-light-5,.text-hover-info-light-5:hover{color:#fbe18e}.bg-info-light-5{background-color:#fbe18e}.text-info-light-6,.text-hover-info-light-6:hover{color:#fbe7a4}.bg-info-light-6{background-color:#fbe7a4}.text-info-light-7,.text-hover-info-light-7:hover{color:#fcedbb}.bg-info-light-7{background-color:#fcedbb}.text-info-light-8,.text-hover-info-light-8:hover{color:#fdf3d2}.bg-info-light-8{background-color:#fdf3d2}.text-info-light-9,.text-hover-info-light-9:hover{color:#fef9e8}.bg-info-light-9{background-color:#fef9e8}.text-info-dark-1,.text-hover-info-dark-1:hover{color:#ddb019}.bg-info-dark-1{background-color:#ddb019}.text-info-dark-2,.text-hover-info-dark-2:hover{color:#c59c16}.bg-info-dark-2{background-color:#c59c16}.text-info-dark-3,.text-hover-info-dark-3:hover{color:#ac8914}.bg-info-dark-3{background-color:#ac8914}.text-info-dark-4,.text-hover-info-dark-4:hover{color:#947511}.bg-info-dark-4{background-color:#947511}.text-info-dark-5,.text-hover-info-dark-5:hover{color:#7b620e}.bg-info-dark-5{background-color:#7b620e}.text-info-dark-6,.text-hover-info-dark-6:hover{color:#624e0b}.bg-info-dark-6{background-color:#624e0b}.text-info-dark-7,.text-hover-info-dark-7:hover{color:#4a3b08}.bg-info-dark-7{background-color:#4a3b08}.text-info-dark-8,.text-hover-info-dark-8:hover{color:#312706}.bg-info-dark-8{background-color:#312706}.text-info-dark-9,.text-hover-info-dark-9:hover{color:#191403}.bg-info-dark-9{background-color:#191403}.text-blue,.text-hover-blue:hover{color:#1919e6}.bg-blue{background-color:#1919e6}.text-blue-light-1,.text-hover-blue-light-1:hover{color:#3030e9}.bg-blue-light-1{background-color:#3030e9}.text-blue-light-2,.text-hover-blue-light-2:hover{color:#4747eb}.bg-blue-light-2{background-color:#4747eb}.text-blue-light-3,.text-hover-blue-light-3:hover{color:#5e5eee}.bg-blue-light-3{background-color:#5e5eee}.text-blue-light-4,.text-hover-blue-light-4:hover{color:#7575f0}.bg-blue-light-4{background-color:#7575f0}.text-blue-light-5,.text-hover-blue-light-5:hover{color:#8c8cf3}.bg-blue-light-5{background-color:#8c8cf3}.text-blue-light-6,.text-hover-blue-light-6:hover{color:#a3a3f5}.bg-blue-light-6{background-color:#a3a3f5}.text-blue-light-7,.text-hover-blue-light-7:hover{color:#babaf8}.bg-blue-light-7{background-color:#babaf8}.text-blue-light-8,.text-hover-blue-light-8:hover{color:#d1d1fa}.bg-blue-light-8{background-color:#d1d1fa}.text-blue-light-9,.text-hover-blue-light-9:hover{color:#e8e8fd}.bg-blue-light-9{background-color:#e8e8fd}.text-blue-dark-1,.text-hover-blue-dark-1:hover{color:#1717cf}.bg-blue-dark-1{background-color:#1717cf}.text-blue-dark-2,.text-hover-blue-dark-2:hover{color:#1414b8}.bg-blue-dark-2{background-color:#1414b8}.text-blue-dark-3,.text-hover-blue-dark-3:hover{color:#1212a1}.bg-blue-dark-3{background-color:#1212a1}.text-blue-dark-4,.text-hover-blue-dark-4:hover{color:#0f0f8a}.bg-blue-dark-4{background-color:#0f0f8a}.text-blue-dark-5,.text-hover-blue-dark-5:hover{color:#0d0d73}.bg-blue-dark-5{background-color:#0d0d73}.text-blue-dark-6,.text-hover-blue-dark-6:hover{color:#0a0a5c}.bg-blue-dark-6{background-color:#0a0a5c}.text-blue-dark-7,.text-hover-blue-dark-7:hover{color:#080845}.bg-blue-dark-7{background-color:#080845}.text-blue-dark-8,.text-hover-blue-dark-8:hover{color:#05052e}.bg-blue-dark-8{background-color:#05052e}.text-blue-dark-9,.text-hover-blue-dark-9:hover{color:#030317}.bg-blue-dark-9{background-color:#030317}.text-red,.text-hover-red:hover{color:#e61919}.bg-red{background-color:#e61919}.text-red-light-1,.text-hover-red-light-1:hover{color:#e93030}.bg-red-light-1{background-color:#e93030}.text-red-light-2,.text-hover-red-light-2:hover{color:#eb4747}.bg-red-light-2{background-color:#eb4747}.text-red-light-3,.text-hover-red-light-3:hover{color:#ee5e5e}.bg-red-light-3{background-color:#ee5e5e}.text-red-light-4,.text-hover-red-light-4:hover{color:#f07575}.bg-red-light-4{background-color:#f07575}.text-red-light-5,.text-hover-red-light-5:hover{color:#f38c8c}.bg-red-light-5{background-color:#f38c8c}.text-red-light-6,.text-hover-red-light-6:hover{color:#f5a3a3}.bg-red-light-6{background-color:#f5a3a3}.text-red-light-7,.text-hover-red-light-7:hover{color:#f8baba}.bg-red-light-7{background-color:#f8baba}.text-red-light-8,.text-hover-red-light-8:hover{color:#fad1d1}.bg-red-light-8{background-color:#fad1d1}.text-red-light-9,.text-hover-red-light-9:hover{color:#fde8e8}.bg-red-light-9{background-color:#fde8e8}.text-red-dark-1,.text-hover-red-dark-1:hover{color:#cf1717}.bg-red-dark-1{background-color:#cf1717}.text-red-dark-2,.text-hover-red-dark-2:hover{color:#b81414}.bg-red-dark-2{background-color:#b81414}.text-red-dark-3,.text-hover-red-dark-3:hover{color:#a11212}.bg-red-dark-3{background-color:#a11212}.text-red-dark-4,.text-hover-red-dark-4:hover{color:#8a0f0f}.bg-red-dark-4{background-color:#8a0f0f}.text-red-dark-5,.text-hover-red-dark-5:hover{color:#730d0d}.bg-red-dark-5{background-color:#730d0d}.text-red-dark-6,.text-hover-red-dark-6:hover{color:#5c0a0a}.bg-red-dark-6{background-color:#5c0a0a}.text-red-dark-7,.text-hover-red-dark-7:hover{color:#450808}.bg-red-dark-7{background-color:#450808}.text-red-dark-8,.text-hover-red-dark-8:hover{color:#2e0505}.bg-red-dark-8{background-color:#2e0505}.text-red-dark-9,.text-hover-red-dark-9:hover{color:#170303}.bg-red-dark-9{background-color:#170303}.text-yellow,.text-hover-yellow:hover{color:#e6e619}.bg-yellow{background-color:#e6e619}.text-yellow-light-1,.text-hover-yellow-light-1:hover{color:#e9e930}.bg-yellow-light-1{background-color:#e9e930}.text-yellow-light-2,.text-hover-yellow-light-2:hover{color:#ebeb47}.bg-yellow-light-2{background-color:#ebeb47}.text-yellow-light-3,.text-hover-yellow-light-3:hover{color:#eeee5e}.bg-yellow-light-3{background-color:#eeee5e}.text-yellow-light-4,.text-hover-yellow-light-4:hover{color:#f0f075}.bg-yellow-light-4{background-color:#f0f075}.text-yellow-light-5,.text-hover-yellow-light-5:hover{color:#f3f38c}.bg-yellow-light-5{background-color:#f3f38c}.text-yellow-light-6,.text-hover-yellow-light-6:hover{color:#f5f5a3}.bg-yellow-light-6{background-color:#f5f5a3}.text-yellow-light-7,.text-hover-yellow-light-7:hover{color:#f8f8ba}.bg-yellow-light-7{background-color:#f8f8ba}.text-yellow-light-8,.text-hover-yellow-light-8:hover{color:#fafad1}.bg-yellow-light-8{background-color:#fafad1}.text-yellow-light-9,.text-hover-yellow-light-9:hover{color:#fdfde8}.bg-yellow-light-9{background-color:#fdfde8}.text-yellow-dark-1,.text-hover-yellow-dark-1:hover{color:#cfcf17}.bg-yellow-dark-1{background-color:#cfcf17}.text-yellow-dark-2,.text-hover-yellow-dark-2:hover{color:#b8b814}.bg-yellow-dark-2{background-color:#b8b814}.text-yellow-dark-3,.text-hover-yellow-dark-3:hover{color:#a1a112}.bg-yellow-dark-3{background-color:#a1a112}.text-yellow-dark-4,.text-hover-yellow-dark-4:hover{color:#8a8a0f}.bg-yellow-dark-4{background-color:#8a8a0f}.text-yellow-dark-5,.text-hover-yellow-dark-5:hover{color:#73730d}.bg-yellow-dark-5{background-color:#73730d}.text-yellow-dark-6,.text-hover-yellow-dark-6:hover{color:#5c5c0a}.bg-yellow-dark-6{background-color:#5c5c0a}.text-yellow-dark-7,.text-hover-yellow-dark-7:hover{color:#454508}.bg-yellow-dark-7{background-color:#454508}.text-yellow-dark-8,.text-hover-yellow-dark-8:hover{color:#2e2e05}.bg-yellow-dark-8{background-color:#2e2e05}.text-yellow-dark-9,.text-hover-yellow-dark-9:hover{color:#171703}.bg-yellow-dark-9{background-color:#171703}.text-green,.text-hover-green:hover{color:#19e635}.bg-green{background-color:#19e635}.text-green-light-1,.text-hover-green-light-1:hover{color:#30e949}.bg-green-light-1{background-color:#30e949}.text-green-light-2,.text-hover-green-light-2:hover{color:#47eb5d}.bg-green-light-2{background-color:#47eb5d}.text-green-light-3,.text-hover-green-light-3:hover{color:#5eee72}.bg-green-light-3{background-color:#5eee72}.text-green-light-4,.text-hover-green-light-4:hover{color:#75f086}.bg-green-light-4{background-color:#75f086}.text-green-light-5,.text-hover-green-light-5:hover{color:#8cf39a}.bg-green-light-5{background-color:#8cf39a}.text-green-light-6,.text-hover-green-light-6:hover{color:#a3f5ae}.bg-green-light-6{background-color:#a3f5ae}.text-green-light-7,.text-hover-green-light-7:hover{color:#baf8c2}.bg-green-light-7{background-color:#baf8c2}.text-green-light-8,.text-hover-green-light-8:hover{color:#d1fad7}.bg-green-light-8{background-color:#d1fad7}.text-green-light-9,.text-hover-green-light-9:hover{color:#e8fdeb}.bg-green-light-9{background-color:#e8fdeb}.text-green-dark-1,.text-hover-green-dark-1:hover{color:#17cf30}.bg-green-dark-1{background-color:#17cf30}.text-green-dark-2,.text-hover-green-dark-2:hover{color:#14b82a}.bg-green-dark-2{background-color:#14b82a}.text-green-dark-3,.text-hover-green-dark-3:hover{color:#12a125}.bg-green-dark-3{background-color:#12a125}.text-green-dark-4,.text-hover-green-dark-4:hover{color:#0f8a20}.bg-green-dark-4{background-color:#0f8a20}.text-green-dark-5,.text-hover-green-dark-5:hover{color:#0d731b}.bg-green-dark-5{background-color:#0d731b}.text-green-dark-6,.text-hover-green-dark-6:hover{color:#0a5c15}.bg-green-dark-6{background-color:#0a5c15}.text-green-dark-7,.text-hover-green-dark-7:hover{color:#084510}.bg-green-dark-7{background-color:#084510}.text-green-dark-8,.text-hover-green-dark-8:hover{color:#052e0b}.bg-green-dark-8{background-color:#052e0b}.text-green-dark-9,.text-hover-green-dark-9:hover{color:#031705}.bg-green-dark-9{background-color:#031705}.text-orange,.text-hover-orange:hover{color:#ffa600}.bg-orange{background-color:#ffa600}.text-orange-light-1,.text-hover-orange-light-1:hover{color:#ffaf1a}.bg-orange-light-1{background-color:#ffaf1a}.text-orange-light-2,.text-hover-orange-light-2:hover{color:#ffb833}.bg-orange-light-2{background-color:#ffb833}.text-orange-light-3,.text-hover-orange-light-3:hover{color:#ffc14d}.bg-orange-light-3{background-color:#ffc14d}.text-orange-light-4,.text-hover-orange-light-4:hover{color:#ffca66}.bg-orange-light-4{background-color:#ffca66}.text-orange-light-5,.text-hover-orange-light-5:hover{color:#ffd380}.bg-orange-light-5{background-color:#ffd380}.text-orange-light-6,.text-hover-orange-light-6:hover{color:#ffdb99}.bg-orange-light-6{background-color:#ffdb99}.text-orange-light-7,.text-hover-orange-light-7:hover{color:#ffe4b3}.bg-orange-light-7{background-color:#ffe4b3}.text-orange-light-8,.text-hover-orange-light-8:hover{color:#ffedcc}.bg-orange-light-8{background-color:#ffedcc}.text-orange-light-9,.text-hover-orange-light-9:hover{color:#fff6e6}.bg-orange-light-9{background-color:#fff6e6}.text-orange-dark-1,.text-hover-orange-dark-1:hover{color:#e69500}.bg-orange-dark-1{background-color:#e69500}.text-orange-dark-2,.text-hover-orange-dark-2:hover{color:#cc8500}.bg-orange-dark-2{background-color:#cc8500}.text-orange-dark-3,.text-hover-orange-dark-3:hover{color:#b37400}.bg-orange-dark-3{background-color:#b37400}.text-orange-dark-4,.text-hover-orange-dark-4:hover{color:#996400}.bg-orange-dark-4{background-color:#996400}.text-orange-dark-5,.text-hover-orange-dark-5:hover{color:#805300}.bg-orange-dark-5{background-color:#805300}.text-orange-dark-6,.text-hover-orange-dark-6:hover{color:#664200}.bg-orange-dark-6{background-color:#664200}.text-orange-dark-7,.text-hover-orange-dark-7:hover{color:#4d3200}.bg-orange-dark-7{background-color:#4d3200}.text-orange-dark-8,.text-hover-orange-dark-8:hover{color:#332100}.bg-orange-dark-8{background-color:#332100}.text-orange-dark-9,.text-hover-orange-dark-9:hover{color:#1a1100}.bg-orange-dark-9{background-color:#1a1100}.text-purple,.text-hover-purple:hover{color:#90f}.bg-purple{background-color:#90f}.text-purple-light-1,.text-hover-purple-light-1:hover{color:#a31aff}.bg-purple-light-1{background-color:#a31aff}.text-purple-light-2,.text-hover-purple-light-2:hover{color:#ad33ff}.bg-purple-light-2{background-color:#ad33ff}.text-purple-light-3,.text-hover-purple-light-3:hover{color:#b84dff}.bg-purple-light-3{background-color:#b84dff}.text-purple-light-4,.text-hover-purple-light-4:hover{color:#c266ff}.bg-purple-light-4{background-color:#c266ff}.text-purple-light-5,.text-hover-purple-light-5:hover{color:#cc80ff}.bg-purple-light-5{background-color:#cc80ff}.text-purple-light-6,.text-hover-purple-light-6:hover{color:#d699ff}.bg-purple-light-6{background-color:#d699ff}.text-purple-light-7,.text-hover-purple-light-7:hover{color:#e0b3ff}.bg-purple-light-7{background-color:#e0b3ff}.text-purple-light-8,.text-hover-purple-light-8:hover{color:#ebccff}.bg-purple-light-8{background-color:#ebccff}.text-purple-light-9,.text-hover-purple-light-9:hover{color:#f5e6ff}.bg-purple-light-9{background-color:#f5e6ff}.text-purple-dark-1,.text-hover-purple-dark-1:hover{color:#8a00e6}.bg-purple-dark-1{background-color:#8a00e6}.text-purple-dark-2,.text-hover-purple-dark-2:hover{color:#7a00cc}.bg-purple-dark-2{background-color:#7a00cc}.text-purple-dark-3,.text-hover-purple-dark-3:hover{color:#6b00b3}.bg-purple-dark-3{background-color:#6b00b3}.text-purple-dark-4,.text-hover-purple-dark-4:hover{color:#5c0099}.bg-purple-dark-4{background-color:#5c0099}.text-purple-dark-5,.text-hover-purple-dark-5:hover{color:#4d0080}.bg-purple-dark-5{background-color:#4d0080}.text-purple-dark-6,.text-hover-purple-dark-6:hover{color:#3d0066}.bg-purple-dark-6{background-color:#3d0066}.text-purple-dark-7,.text-hover-purple-dark-7:hover{color:#2e004d}.bg-purple-dark-7{background-color:#2e004d}.text-purple-dark-8,.text-hover-purple-dark-8:hover{color:#1f0033}.bg-purple-dark-8{background-color:#1f0033}.text-purple-dark-9,.text-hover-purple-dark-9:hover{color:#0f001a}.bg-purple-dark-9{background-color:#0f001a}.text-gray,.text-hover-gray:hover{color:gray}.bg-gray{background-color:gray}.text-gray-light-1,.text-hover-gray-light-1:hover{color:#8d8d8d}.bg-gray-light-1{background-color:#8d8d8d}.text-gray-light-2,.text-hover-gray-light-2:hover{color:#999}.bg-gray-light-2{background-color:#999}.text-gray-light-3,.text-hover-gray-light-3:hover{color:#a6a6a6}.bg-gray-light-3{background-color:#a6a6a6}.text-gray-light-4,.text-hover-gray-light-4:hover{color:#b3b3b3}.bg-gray-light-4{background-color:#b3b3b3}.text-gray-light-5,.text-hover-gray-light-5:hover{color:silver}.bg-gray-light-5{background-color:silver}.text-gray-light-6,.text-hover-gray-light-6:hover{color:#ccc}.bg-gray-light-6{background-color:#ccc}.text-gray-light-7,.text-hover-gray-light-7:hover{color:#d9d9d9}.bg-gray-light-7{background-color:#d9d9d9}.text-gray-light-8,.text-hover-gray-light-8:hover{color:#e6e6e6}.bg-gray-light-8{background-color:#e6e6e6}.text-gray-light-9,.text-hover-gray-light-9:hover{color:#f2f2f2}.bg-gray-light-9{background-color:#f2f2f2}.text-gray-dark-1,.text-hover-gray-dark-1:hover{color:#737373}.bg-gray-dark-1{background-color:#737373}.text-gray-dark-2,.text-hover-gray-dark-2:hover{color:#666}.bg-gray-dark-2{background-color:#666}.text-gray-dark-3,.text-hover-gray-dark-3:hover{color:#5a5a5a}.bg-gray-dark-3{background-color:#5a5a5a}.text-gray-dark-4,.text-hover-gray-dark-4:hover{color:#4d4d4d}.bg-gray-dark-4{background-color:#4d4d4d}.text-gray-dark-5,.text-hover-gray-dark-5:hover{color:#404040}.bg-gray-dark-5{background-color:#404040}.text-gray-dark-6,.text-hover-gray-dark-6:hover{color:#333}.bg-gray-dark-6{background-color:#333}.text-gray-dark-7,.text-hover-gray-dark-7:hover{color:#262626}.bg-gray-dark-7{background-color:#262626}.text-gray-dark-8,.text-hover-gray-dark-8:hover{color:#1a1a1a}.bg-gray-dark-8{background-color:#1a1a1a}.text-gray-dark-9,.text-hover-gray-dark-9:hover{color:#0d0d0d}.bg-gray-dark-9{background-color:#0d0d0d}.text-black,.text-hover-black:hover{color:#000}.bg-black{background-color:#000}.text-white,.text-hover-white:hover{color:#fff}.bg-white{background-color:#fff}.p-0{padding:0}.p-1{padding:.75rem}.p-2{padding:1.5rem}.p-3{padding:3rem}.p-4{padding:4.5rem}.p-5{padding:6rem}.pl-0{padding-left:0}.pl-1{padding-left:.75rem}.pl-2{padding-left:1.5rem}.pl-3{padding-left:3rem}.pl-4{padding-left:4.5rem}.pl-5{padding-left:6rem}.pr-0{padding-right:0}.pr-1{padding-right:.75rem}.pr-2{padding-right:1.5rem}.pr-3{padding-right:3rem}.pr-4{padding-right:4.5rem}.pr-5{padding-right:6rem}.pt-0{padding-top:0}.pt-1{padding-top:.75rem}.pt-2{padding-top:1.5rem}.pt-3{padding-top:3rem}.pt-4{padding-top:4.5rem}.pt-5{padding-top:6rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.75rem}.pb-2{padding-bottom:1.5rem}.pb-3{padding-bottom:3rem}.pb-4{padding-bottom:4.5rem}.pb-5{padding-bottom:6rem}.m-0{margin:0}.m-1{margin:.75rem}.m-2{margin:1.5rem}.m-3{margin:3rem}.m-4{margin:4.5rem}.m-5{margin:6rem}.ml-0{margin-left:0}.ml-1{margin-left:.75rem}.ml-2{margin-left:1.5rem}.ml-3{margin-left:3rem}.ml-4{margin-left:4.5rem}.ml-5{margin-left:6rem}.mr-0{margin-right:0}.mr-1{margin-right:.75rem}.mr-2{margin-right:1.5rem}.mr-3{margin-right:3rem}.mr-4{margin-right:4.5rem}.mr-5{margin-right:6rem}.mt-0{margin-top:0}.mt-1{margin-top:.75rem}.mt-2{margin-top:1.5rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4.5rem}.mt-5{margin-top:6rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.75rem}.mb-2{margin-bottom:1.5rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4.5rem}.mb-5{margin-bottom:6rem}.o-10{opacity:.1}.o-20{opacity:.2}.o-30{opacity:.3}.o-40{opacity:.4}.o-50{opacity:.5}.o-60{opacity:.6}.o-70{opacity:.7}.o-80{opacity:.8}.o-90{opacity:.9}.o-100{opacity:1}.br{border-radius:20px}.br-none{border-radius:0}.br-xs{border-radius:5px}.br-sm{border-radius:10px}.br-lg{border-radius:40px}.br-full{border-radius:50%}.display-n{display:none}.display-b{display:block}.display-f{display:flex}.display-i{display:inline}.display-i-b{display:inline-block}.font-xs{font-size:12px}.font-sm{font-size:14px}.font-md{font-size:18px}.font-lg{font-size:20px}.font-w-b{font-weight:700}.font-w-n{font-weight:400}.font-w-l{font-weight:ligther}.font-w-2{font-weight:200}.font-w-4{font-weight:400}.font-w-6{font-weight:600}.font-w-7{font-weight:700}.font-w-8{font-weight:800}.font-w-9{font-weight:900}.card{display:block;padding:.75rem;border:1px solid #ddd;box-shadow:1px 3px 5px #0000001a;border-radius:5px}.card .card-title{font-size:16px;padding-bottom:.75rem;font-weight:700}.card .card-body{font-size:16px}.card .card-body a{text-decoration:underline}.btn{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#e2e2e2}.btn-primary{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#026cdf}.btn-primary:hover{background-color:#0278f8}.btn-outlined-primary{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff;border:1px solid #026CDF}.btn-outlined-primary:hover{background-color:#026cdf}.btn-complement-primary{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#026cdf;color:light-comp(#026CDF)}.btn-complement-primary:hover{color:#026cdf;background-color:light-comp(#026CDF)}.btn-secondary{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#0150a7}.btn-secondary:hover{background-color:#015cc0}.btn-outlined-secondary{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff;border:1px solid #0150A7}.btn-outlined-secondary:hover{background-color:#0150a7}.btn-complement-secondary{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#0150a7;color:light-comp(#0150A7)}.btn-complement-secondary:hover{color:#0150a7;background-color:light-comp(#0150A7)}.btn-error{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#d32752}.btn-error:hover{background-color:#da3961}.btn-outlined-error{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff;border:1px solid #d32752}.btn-outlined-error:hover{background-color:#d32752}.btn-complement-error{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#d32752;color:light-comp(#d32752)}.btn-complement-error:hover{color:#d32752;background-color:light-comp(#d32752)}.btn-info{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#f6c31c}.btn-info:hover{background-color:#f7c935}.btn-outlined-info{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff;border:1px solid #f6c31c}.btn-outlined-info:hover{background-color:#f6c31c}.btn-complement-info{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#f6c31c;color:light-comp(#f6c31c)}.btn-complement-info:hover{color:#f6c31c;background-color:light-comp(#f6c31c)}.btn-blue{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#1919e6}.btn-blue:hover{background-color:#3030e9}.btn-outlined-blue{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff;border:1px solid #1919e6}.btn-outlined-blue:hover{background-color:#1919e6}.btn-complement-blue{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#1919e6;color:light-comp(#1919e6)}.btn-complement-blue:hover{color:#1919e6;background-color:light-comp(#1919e6)}.btn-red{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#e61919}.btn-red:hover{background-color:#e93030}.btn-outlined-red{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff;border:1px solid #e61919}.btn-outlined-red:hover{background-color:#e61919}.btn-complement-red{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#e61919;color:light-comp(#e61919)}.btn-complement-red:hover{color:#e61919;background-color:light-comp(#e61919)}.btn-yellow{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#e6e619}.btn-yellow:hover{background-color:#e9e930}.btn-outlined-yellow{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff;border:1px solid #e6e619}.btn-outlined-yellow:hover{background-color:#e6e619}.btn-complement-yellow{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#e6e619;color:light-comp(#e6e619)}.btn-complement-yellow:hover{color:#e6e619;background-color:light-comp(#e6e619)}.btn-green{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#19e635}.btn-green:hover{background-color:#30e949}.btn-outlined-green{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff;border:1px solid #19e635}.btn-outlined-green:hover{background-color:#19e635}.btn-complement-green{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#19e635;color:light-comp(#19e635)}.btn-complement-green:hover{color:#19e635;background-color:light-comp(#19e635)}.btn-orange{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#ffa600}.btn-orange:hover{background-color:#ffaf1a}.btn-outlined-orange{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff;border:1px solid #ffa600}.btn-outlined-orange:hover{background-color:#ffa600}.btn-complement-orange{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#ffa600;color:light-comp(#ffa600)}.btn-complement-orange:hover{color:#ffa600;background-color:light-comp(#ffa600)}.btn-purple{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#90f}.btn-purple:hover{background-color:#a31aff}.btn-outlined-purple{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff;border:1px solid #9900ff}.btn-outlined-purple:hover{background-color:#90f}.btn-complement-purple{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#90f;color:light-comp(#9900ff)}.btn-complement-purple:hover{color:#90f;background-color:light-comp(#9900ff)}.btn-gray{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:gray}.btn-gray:hover{background-color:#8d8d8d}.btn-outlined-gray{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff;border:1px solid #808080}.btn-outlined-gray:hover{background-color:gray}.btn-complement-gray{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:gray;color:light-comp(#808080)}.btn-complement-gray:hover{color:gray;background-color:light-comp(#808080)}.btn-black{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#000}.btn-black:hover{background-color:#0d0d0d}.btn-outlined-black{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff;border:1px solid black}.btn-outlined-black:hover{background-color:#000}.btn-complement-black{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#000;color:light-comp(black)}.btn-complement-black:hover{color:#000;background-color:light-comp(black)}.btn-white{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff}.btn-white:hover{background-color:#fff}.btn-outlined-white{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff;border:1px solid white}.btn-outlined-white:hover{background-color:#fff}.btn-complement-white{text-decoration:none;cursor:pointer;display:inline-block;border:0;padding:.75rem 1.5rem;border-radius:20px;background-color:#fff;color:light-comp(white)}.btn-complement-white:hover{color:#fff;background-color:light-comp(white)}.mat-mdc-button-base{font-size:14px;font-weight:600;border-radius:10px}.mat-mdc-button-base.small-button{padding:10px 14px!important;font-size:14px;border-radius:5px!important}.mat-mdc-button-base.xsmall-button{padding:5px 14px!important;font-size:14px;border-radius:5px!important}.mat-mdc-button-base .mdc-button__label{vertical-align:initial!important;font-size:inherit}.mat-mdc-button-base mat-icon{margin:0 5px 0 0;padding:0;font-size:22px!important}.mat-mdc-button{font-size:14px;font-weight:600;text-align:center;line-height:14px;padding:10px 0;box-shadow:none;background-color:transparent;color:#026cdf}.mat-mdc-button .mat-mdc-focus-indicator{opacity:0}.mat-mdc-raised-button{background-color:#026cdf;color:#fff;background-color:#026cdf!important;color:#fff!important;--mdc-protected-button-container-color: #026cdf !important;--mdc-protected-button-label-text-color: #fff !important;font-size:14px!important;font-weight:600!important;text-align:center!important;line-height:14px!important;padding:14px!important;border:1px solid #bfdaf6!important;border-radius:10px!important;box-shadow:none!important;height:auto!important;min-height:unset!important}.mat-mdc-raised-button.mat-warn{background-color:#f44336!important;--mdc-protected-button-container-color: #f44336 !important}.mat-mdc-stroked-button:not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-button-disabled),.mat-mdc-outlined-button:not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-button-disabled){font-size:14px!important;font-weight:600!important;text-align:center!important;line-height:14px!important;padding:14px!important;border:1px solid #bfdaf6!important;border-radius:10px!important;box-shadow:none!important;height:auto!important;min-height:unset!important;background-color:#fff;color:#026cdf;--mdc-outlined-button-label-text-color: #026cdf;--mdc-outlined-button-outline-color: #026cdf;--mdc-outlined-button-hover-label-text-color: #026cdf;--mdc-outlined-button-hover-outline-color: #026cdf;--mdc-outlined-button-focus-label-text-color: #026cdf;--mdc-outlined-button-focus-outline-color: #026cdf;--mdc-outlined-button-pressed-label-text-color: #026cdf;--mdc-outlined-button-pressed-outline-color: #026cdf}.mat-mdc-flat-button{font-size:14px;font-weight:600;text-align:center;line-height:14px;padding:0;box-shadow:none;background-color:transparent;color:#026cdf}.mat-mdc-flat-button .mat-mdc-button-persistent-ripple{display:none!important}.mat-mdc-raised-button.inverse{background-color:#fff;color:#026cdf;background-color:#fff!important;color:#026cdf!important;--mdc-protected-button-container-color: #fff !important;--mdc-protected-button-label-text-color: #026cdf !important;border-color:#026cdf!important}.mat-mdc-stroked-button.inverse,.mat-mdc-outlined-button.inverse{background-color:#026cdf;color:#fff;border-color:#026cdf}.mat-form-field,.mat-mdc-form-field{width:100%}.mat-form-field input:-webkit-autofill,.mat-form-field input:-webkit-autofill:hover,.mat-form-field input:-webkit-autofill:focus,.mat-form-field input:-webkit-autofill:active,.mat-mdc-form-field input:-webkit-autofill,.mat-mdc-form-field input:-webkit-autofill:hover,.mat-mdc-form-field input:-webkit-autofill:focus,.mat-mdc-form-field input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px white inset!important;-webkit-text-fill-color:#262626!important}.mat-mdc-form-field.mat-form-field-appearance-fill{width:100%;margin-bottom:20px}.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper{background:#fff;border:solid 1px #EBEBEB;border-radius:10px}.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper:hover{background:#fff}.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-focus-overlay{background-color:#fff}.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-focus-overlay{background-color:transparent}.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-form-field-flex .mat-form-field-infix{padding:4px 0 8px}.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-input-element{margin:0}.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label mat-label{color:#999;font-weight:400}.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button{color:#026cdf}.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mdc-line-ripple{display:none}.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper.mdc-text-field--invalid{border-color:#d32752}.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper{position:static;padding:0 16px;margin-top:2px;box-sizing:border-box}.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-error-wrapper{position:static;padding:0;transform:none}.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-bottom-align:before{display:none}.mat-mdc-form-field.mat-form-field-appearance-fill.mat-mdc-form-field-invalid .mat-mdc-text-field-wrapper{border-color:#d32752}.mat-mdc-form-field.mat-form-field-appearance-fill.mat-form-field-has-label.mat-form-field-should-float:not(.mat-mdc-form-field-invalid) .mat-form-field-flex .mat-form-field-label-wrapper .mat-form-field-label mat-label{color:#026cdf;font-size:15px;font-weight:600;text-transform:uppercase}.mat-mdc-form-field.mat-form-field-appearance-fill.mat-mdc-form-field-has-label .mdc-floating-label--float-above{color:#026cdf;font-size:15px;font-weight:600;text-transform:uppercase}.mat-mdc-form-field.mat-form-field-appearance-fill.mat-mdc-form-field-has-label.mat-mdc-form-field-invalid .mdc-floating-label--float-above{color:#d32752}.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-fill{width:100%}.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-fill.mat-form-field-invalid .mat-form-field-flex{border-color:#d32752}.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-fill.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper mat-label{color:#d32752!important}.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-fill .mat-form-field-wrapper{padding:0 0 5px}.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex{background:#fff;border-radius:10px}.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix mat-select .mat-select-trigger{min-height:17px}.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix mat-select .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow{color:#026cdf;position:relative;border:0px}.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix mat-select .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow:after{content:"expand_more";font-family:Material Icons Outlined;display:block;font-size:25px;position:absolute;right:0;top:-14px}.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper mat-label{color:#026cdf;text-transform:uppercase;font-size:15px;font-weight:600}.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-fill .mat-form-field-underline{display:none!important}.mat-mdc-form-field.mat-form-field-appearance-fill:has(mat-select){width:100%}.mat-mdc-form-field.mat-form-field-appearance-fill:has(mat-select) .mat-mdc-text-field-wrapper{background:#fff;border-radius:10px}.mat-mdc-form-field.mat-form-field-appearance-fill:has(mat-select) .mat-mdc-form-field-flex .mat-mdc-select-arrow{color:#026cdf;fill:currentColor}.mat-mdc-form-field.mat-form-field-appearance-fill:has(mat-select) .mat-mdc-form-field-flex .mat-mdc-select-arrow-wrapper svg{color:inherit;fill:currentColor}.mat-mdc-form-field.mat-form-field-appearance-fill:has(mat-select).mat-form-field-invalid .mat-mdc-text-field-wrapper{border-color:#d32752}.mat-mdc-form-field.mat-form-field-appearance-fill:has(mat-select).mat-form-field-invalid .mat-mdc-floating-label,.mat-mdc-form-field.mat-form-field-appearance-fill:has(mat-select).mat-form-field-invalid .mdc-floating-label,.mat-mdc-form-field.mat-form-field-appearance-fill:has(mat-select).mat-form-field-invalid label{color:#d32752!important}.mat-mdc-form-field.mat-form-field-appearance-fill:has(mat-select) .mat-mdc-floating-label,.mat-mdc-form-field.mat-form-field-appearance-fill:has(mat-select) .mdc-floating-label,.mat-mdc-form-field.mat-form-field-appearance-fill:has(mat-select) label.mdc-floating-label{color:#026cdf!important;text-transform:uppercase;font-size:15px;font-weight:600}.mat-form-field-appearance-fill .mat-datepicker-toggle,.mat-form-field-appearance-fill mat-datepicker-toggle{color:#026cdf}.mat-form-field-appearance-fill .mat-datepicker-toggle .mat-icon-button,.mat-form-field-appearance-fill .mat-datepicker-toggle .mat-mdc-icon-button,.mat-form-field-appearance-fill .mat-datepicker-toggle button,.mat-form-field-appearance-fill mat-datepicker-toggle .mat-icon-button,.mat-form-field-appearance-fill mat-datepicker-toggle .mat-mdc-icon-button,.mat-form-field-appearance-fill mat-datepicker-toggle button{color:inherit}.mat-form-field-appearance-fill .mat-datepicker-toggle .mat-datepicker-toggle-default-icon,.mat-form-field-appearance-fill .mat-datepicker-toggle svg,.mat-form-field-appearance-fill mat-datepicker-toggle .mat-datepicker-toggle-default-icon,.mat-form-field-appearance-fill mat-datepicker-toggle svg{color:inherit;fill:currentColor}.mat-typography{letter-spacing:normal!important}html{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}html{--mat-option-selected-state-label-text-color: #026CDF;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.mat-accent{--mat-option-selected-state-label-text-color: #7393FF;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.mat-warn{--mat-option-selected-state-label-text-color: #f44336;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}html{--mat-pseudo-checkbox-full-selected-icon-color: #7393FF;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #7393FF;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #026CDF;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #026CDF;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #7393FF;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #7393FF;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #f44336;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}html{--mat-option-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-option-label-text-line-height: 20px;--mat-option-label-text-size: 14px;--mat-option-label-text-tracking: normal;--mat-option-label-text-weight: 400}html{--mat-optgroup-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-optgroup-label-text-line-height: 20px;--mat-optgroup-label-text-size: 14px;--mat-optgroup-label-text-tracking: normal;--mat-optgroup-label-text-weight: 400}html{--mat-card-elevated-container-shape: 4px;--mat-card-outlined-container-shape: 4px;--mat-card-filled-container-shape: 4px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: white;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: white;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)}html{--mat-card-title-text-font: Averta, Arial, Helvetica, sans-serif;--mat-card-title-text-line-height: 1.2;--mat-card-title-text-size: 16px;--mat-card-title-text-tracking: normal;--mat-card-title-text-weight: 500;--mat-card-subtitle-text-font: Averta, Arial, Helvetica, sans-serif;--mat-card-subtitle-text-line-height: 20px;--mat-card-subtitle-text-size: 14px;--mat-card-subtitle-text-tracking: normal;--mat-card-subtitle-text-weight: 500}html{--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0}.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #026CDF;--mat-progress-bar-track-color: rgba(2, 108, 223, .25)}.mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #7393FF;--mat-progress-bar-track-color: rgba(115, 147, 255, .25)}.mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #f44336;--mat-progress-bar-track-color: rgba(244, 67, 54, .25)}html{--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-line-height: 16px}html{--mat-tooltip-container-color: #424242;--mat-tooltip-supporting-text-color: white}html{--mat-tooltip-supporting-text-font: Averta, Arial, Helvetica, sans-serif;--mat-tooltip-supporting-text-size: 12px;--mat-tooltip-supporting-text-weight: 400;--mat-tooltip-supporting-text-tracking: normal}html{--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px}html{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #026CDF 87%, transparent);--mat-form-field-filled-caret-color: #026CDF;--mat-form-field-filled-focus-active-indicator-color: #026CDF;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #026CDF 87%, transparent);--mat-form-field-outlined-caret-color: #026CDF;--mat-form-field-outlined-focus-outline-color: #026CDF;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #026CDF 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #f44336;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #f6f6f6;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-filled-error-hover-label-text-color: #f44336;--mat-form-field-filled-error-focus-label-text-color: #f44336;--mat-form-field-filled-error-label-text-color: #f44336;--mat-form-field-filled-error-caret-color: #f44336;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #f44336;--mat-form-field-filled-error-focus-active-indicator-color: #f44336;--mat-form-field-filled-error-hover-active-indicator-color: #f44336;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-error-caret-color: #f44336;--mat-form-field-outlined-error-focus-label-text-color: #f44336;--mat-form-field-outlined-error-label-text-color: #f44336;--mat-form-field-outlined-error-hover-label-text-color: #f44336;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #f44336;--mat-form-field-outlined-error-hover-outline-color: #f44336;--mat-form-field-outlined-error-outline-color: #f44336}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #7393FF 87%, transparent);--mat-form-field-filled-caret-color: #7393FF;--mat-form-field-filled-focus-active-indicator-color: #7393FF;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #7393FF 87%, transparent);--mat-form-field-outlined-caret-color: #7393FF;--mat-form-field-outlined-focus-outline-color: #7393FF;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #7393FF 87%, transparent)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);--mat-form-field-filled-caret-color: #f44336;--mat-form-field-filled-focus-active-indicator-color: #f44336;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);--mat-form-field-outlined-caret-color: #f44336;--mat-form-field-outlined-focus-outline-color: #f44336;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-form-field-container-text-font: Averta, Arial, Helvetica, sans-serif;--mat-form-field-container-text-line-height: 20px;--mat-form-field-container-text-size: 14px;--mat-form-field-container-text-tracking: normal;--mat-form-field-container-text-weight: 400;--mat-form-field-outlined-label-text-populated-size: 14px;--mat-form-field-subscript-text-font: Averta, Arial, Helvetica, sans-serif;--mat-form-field-subscript-text-line-height: 16px;--mat-form-field-subscript-text-size: 12px;--mat-form-field-subscript-text-tracking: normal;--mat-form-field-subscript-text-weight: 400;--mat-form-field-filled-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-form-field-filled-label-text-size: 14px;--mat-form-field-filled-label-text-tracking: normal;--mat-form-field-filled-label-text-weight: 400;--mat-form-field-outlined-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-form-field-outlined-label-text-size: 14px;--mat-form-field-outlined-label-text-tracking: normal;--mat-form-field-outlined-label-text-weight: 400}html{--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #026CDF;--mat-select-invalid-arrow-color: #f44336}.mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #7393FF;--mat-select-invalid-arrow-color: #f44336}.mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #f44336;--mat-select-invalid-arrow-color: #f44336}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-select-trigger-text-font: Averta, Arial, Helvetica, sans-serif;--mat-select-trigger-text-line-height: 20px;--mat-select-trigger-text-size: 14px;--mat-select-trigger-text-tracking: normal;--mat-select-trigger-text-weight: 400}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color: white}html{--mat-dialog-container-shape: 4px;--mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .54)}html{--mat-dialog-subhead-font: Averta, Arial, Helvetica, sans-serif;--mat-dialog-subhead-line-height: 1.2;--mat-dialog-subhead-size: 16px;--mat-dialog-subhead-weight: 500;--mat-dialog-subhead-tracking: normal;--mat-dialog-supporting-text-font: Averta, Arial, Helvetica, sans-serif;--mat-dialog-supporting-text-line-height: 20px;--mat-dialog-supporting-text-size: 14px;--mat-dialog-supporting-text-weight: 400;--mat-dialog-supporting-text-tracking: normal}.mat-mdc-standard-chip{--mat-chip-container-shape-radius: 16px;--mat-chip-disabled-container-opacity: .4;--mat-chip-disabled-outline-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-focus-outline-color: transparent;--mat-chip-hover-state-layer-opacity: .04;--mat-chip-outline-color: transparent;--mat-chip-outline-width: 0;--mat-chip-selected-hover-state-layer-opacity: .04;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-focus-state-layer-opacity: 0;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-with-avatar-avatar-shape-radius: 14px;--mat-chip-with-avatar-avatar-size: 28px;--mat-chip-with-avatar-disabled-avatar-opacity: 1;--mat-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: #FFFFFF;--mat-chip-elevated-container-color: #026CDF;--mat-chip-elevated-disabled-container-color: #026CDF;--mat-chip-elevated-selected-container-color: #026CDF;--mat-chip-flat-disabled-selected-container-color: #026CDF;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: #FFFFFF;--mat-chip-selected-disabled-trailing-icon-color: #FFFFFF;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #FFFFFF;--mat-chip-selected-trailing-icon-color: #FFFFFF;--mat-chip-with-icon-disabled-icon-color: #FFFFFF;--mat-chip-with-icon-icon-color: #FFFFFF;--mat-chip-with-icon-selected-icon-color: #FFFFFF;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #FFFFFF;--mat-chip-with-trailing-icon-trailing-icon-color: #FFFFFF}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: #000000;--mat-chip-elevated-container-color: #7393FF;--mat-chip-elevated-disabled-container-color: #7393FF;--mat-chip-elevated-selected-container-color: #7393FF;--mat-chip-flat-disabled-selected-container-color: #7393FF;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: #000000;--mat-chip-selected-disabled-trailing-icon-color: #000000;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #000000;--mat-chip-selected-trailing-icon-color: #000000;--mat-chip-with-icon-disabled-icon-color: #000000;--mat-chip-with-icon-icon-color: #000000;--mat-chip-with-icon-selected-icon-color: #000000;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #000000;--mat-chip-with-trailing-icon-trailing-icon-color: #000000}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #f44336;--mat-chip-elevated-disabled-container-color: #f44336;--mat-chip-elevated-selected-container-color: #f44336;--mat-chip-flat-disabled-selected-container-color: #f44336;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height: 32px}.mat-mdc-standard-chip{--mat-chip-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-chip-label-text-line-height: 20px;--mat-chip-label-text-size: 14px;--mat-chip-label-text-tracking: normal;--mat-chip-label-text-weight: 400}html{--mat-slide-toggle-disabled-handle-opacity: .38;--mat-slide-toggle-disabled-selected-handle-opacity: .38;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: .04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: .12;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-slide-toggle-with-icon-handle-size: 20px;--mat-slide-toggle-touch-target-size: 48px}html{--mat-slide-toggle-selected-icon-color: #FFFFFF;--mat-slide-toggle-disabled-selected-icon-color: #FFFFFF;--mat-slide-toggle-selected-focus-state-layer-color: #026CDF;--mat-slide-toggle-selected-handle-color: #026CDF;--mat-slide-toggle-selected-hover-state-layer-color: #026CDF;--mat-slide-toggle-selected-pressed-state-layer-color: #026CDF;--mat-slide-toggle-selected-focus-handle-color: #026CDF;--mat-slide-toggle-selected-hover-handle-color: #026CDF;--mat-slide-toggle-selected-pressed-handle-color: #026CDF;--mat-slide-toggle-selected-focus-track-color: #4E98E9;--mat-slide-toggle-selected-hover-track-color: #4E98E9;--mat-slide-toggle-selected-pressed-track-color: #4E98E9;--mat-slide-toggle-selected-track-color: #4E98E9;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;--mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: white;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-handle-color: #424242;--mat-slide-toggle-unselected-focus-handle-color: #424242;--mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-icon-color: #f6f6f6;--mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, .54);--mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-handle-color: #424242;--mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, .12)}.mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: #000000;--mat-slide-toggle-disabled-selected-icon-color: #000000;--mat-slide-toggle-selected-focus-state-layer-color: #7393FF;--mat-slide-toggle-selected-handle-color: #7393FF;--mat-slide-toggle-selected-hover-state-layer-color: #7393FF;--mat-slide-toggle-selected-pressed-state-layer-color: #7393FF;--mat-slide-toggle-selected-focus-handle-color: #7393FF;--mat-slide-toggle-selected-hover-handle-color: #7393FF;--mat-slide-toggle-selected-pressed-handle-color: #7393FF;--mat-slide-toggle-selected-focus-track-color: #4E98E9;--mat-slide-toggle-selected-hover-track-color: #4E98E9;--mat-slide-toggle-selected-pressed-track-color: #4E98E9;--mat-slide-toggle-selected-track-color: #4E98E9}.mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #f44336;--mat-slide-toggle-selected-handle-color: #f44336;--mat-slide-toggle-selected-hover-state-layer-color: #f44336;--mat-slide-toggle-selected-pressed-state-layer-color: #f44336;--mat-slide-toggle-selected-focus-handle-color: #f44336;--mat-slide-toggle-selected-hover-handle-color: #f44336;--mat-slide-toggle-selected-pressed-handle-color: #f44336;--mat-slide-toggle-selected-focus-track-color: #e57373;--mat-slide-toggle-selected-hover-track-color: #e57373;--mat-slide-toggle-selected-pressed-track-color: #e57373;--mat-slide-toggle-selected-track-color: #e57373}html{--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-touch-target-display: block}html,html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-slide-toggle-label-text-line-height: 20px;--mat-slide-toggle-label-text-size: 14px;--mat-slide-toggle-label-text-tracking: normal;--mat-slide-toggle-label-text-weight: 400}html{--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-size: 48px}.mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #026CDF;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #026CDF;--mat-radio-selected-hover-icon-color: #026CDF;--mat-radio-selected-icon-color: #026CDF;--mat-radio-selected-pressed-icon-color: #026CDF;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #7393FF;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #7393FF;--mat-radio-selected-hover-icon-color: #7393FF;--mat-radio-selected-icon-color: #7393FF;--mat-radio-selected-pressed-icon-color: #7393FF;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #f44336;--mat-radio-selected-hover-icon-color: #f44336;--mat-radio-selected-icon-color: #f44336;--mat-radio-selected-pressed-icon-color: #f44336;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}html{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-radio-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-radio-label-text-line-height: 20px;--mat-radio-label-text-size: 14px;--mat-radio-label-text-tracking: normal;--mat-radio-label-text-weight: 400}html{--mat-slider-active-track-height: 6px;--mat-slider-active-track-shape: 9999px;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-height: 20px;--mat-slider-handle-shape: 50%;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-inactive-track-shape: 9999px;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-container-transform: translateX(-50%);--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-width: auto;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .6;--mat-slider-with-tick-marks-container-shape: 50%;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .6;--mat-slider-value-indicator-transform-origin: bottom}html{--mat-slider-active-track-color: #026CDF;--mat-slider-focus-handle-color: #026CDF;--mat-slider-handle-color: #026CDF;--mat-slider-hover-handle-color: #026CDF;--mat-slider-focus-state-layer-color: color-mix(in srgb, #026CDF 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #026CDF 4%, transparent);--mat-slider-inactive-track-color: #026CDF;--mat-slider-ripple-color: #026CDF;--mat-slider-with-tick-marks-active-container-color: #FFFFFF;--mat-slider-with-tick-marks-inactive-container-color: #026CDF;--mat-slider-disabled-active-track-color: rgba(0, 0, 0, .87);--mat-slider-disabled-handle-color: rgba(0, 0, 0, .87);--mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, .87);--mat-slider-label-container-color: #424242;--mat-slider-label-label-text-color: white;--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, .87)}.mat-accent{--mat-slider-active-track-color: #7393FF;--mat-slider-focus-handle-color: #7393FF;--mat-slider-handle-color: #7393FF;--mat-slider-hover-handle-color: #7393FF;--mat-slider-focus-state-layer-color: color-mix(in srgb, #7393FF 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #7393FF 4%, transparent);--mat-slider-inactive-track-color: #7393FF;--mat-slider-ripple-color: #7393FF;--mat-slider-with-tick-marks-active-container-color: #000000;--mat-slider-with-tick-marks-inactive-container-color: #7393FF}.mat-warn{--mat-slider-active-track-color: #f44336;--mat-slider-focus-handle-color: #f44336;--mat-slider-handle-color: #f44336;--mat-slider-hover-handle-color: #f44336;--mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);--mat-slider-inactive-track-color: #f44336;--mat-slider-ripple-color: #f44336;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #f44336}html{--mat-slider-label-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-slider-label-label-text-size: 14px;--mat-slider-label-label-text-line-height: 20px;--mat-slider-label-label-text-tracking: normal;--mat-slider-label-label-text-weight: 500}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-menu-item-label-text-size: 14px;--mat-menu-item-label-text-tracking: normal;--mat-menu-item-label-text-line-height: 20px;--mat-menu-item-label-text-weight: 400}html{--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px;--mat-list-list-item-container-shape: 0;--mat-list-list-item-leading-avatar-shape: 50%;--mat-list-list-item-container-color: transparent;--mat-list-list-item-selected-container-color: transparent;--mat-list-list-item-leading-avatar-color: transparent;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-disabled-state-layer-color: transparent;--mat-list-list-item-disabled-state-layer-opacity: 0;--mat-list-list-item-disabled-label-text-opacity: .38;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-trailing-icon-opacity: .38}html{--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-checked-ripple-color: #026CDF;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #026CDF;--mat-radio-selected-hover-icon-color: #026CDF;--mat-radio-selected-icon-color: #026CDF;--mat-radio-selected-pressed-icon-color: #026CDF;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #7393FF;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #7393FF;--mat-radio-selected-hover-icon-color: #7393FF;--mat-radio-selected-icon-color: #7393FF;--mat-radio-selected-pressed-icon-color: #7393FF;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #f44336;--mat-radio-selected-hover-icon-color: #f44336;--mat-radio-selected-icon-color: #f44336;--mat-radio-selected-pressed-icon-color: #f44336;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #FFFFFF;--mat-checkbox-selected-focus-icon-color: #026CDF;--mat-checkbox-selected-hover-icon-color: #026CDF;--mat-checkbox-selected-icon-color: #026CDF;--mat-checkbox-selected-pressed-icon-color: #026CDF;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #026CDF;--mat-checkbox-selected-hover-state-layer-color: #026CDF;--mat-checkbox-selected-pressed-state-layer-color: #026CDF;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #7393FF;--mat-checkbox-selected-hover-icon-color: #7393FF;--mat-checkbox-selected-icon-color: #7393FF;--mat-checkbox-selected-pressed-icon-color: #7393FF;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #7393FF;--mat-checkbox-selected-hover-state-layer-color: #7393FF;--mat-checkbox-selected-pressed-state-layer-color: #7393FF;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #f44336;--mat-checkbox-selected-hover-icon-color: #f44336;--mat-checkbox-selected-icon-color: #f44336;--mat-checkbox-selected-pressed-icon-color: #f44336;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #f44336;--mat-checkbox-selected-hover-state-layer-color: #f44336;--mat-checkbox-selected-pressed-state-layer-color: #f44336;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#026cdf}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-list-list-item-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-list-list-item-label-text-line-height: 20px;--mat-list-list-item-label-text-size: 14px;--mat-list-list-item-label-text-tracking: normal;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: Averta, Arial, Helvetica, sans-serif;--mat-list-list-item-supporting-text-line-height: 20px;--mat-list-list-item-supporting-text-size: 14px;--mat-list-list-item-supporting-text-tracking: normal;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: Averta, Arial, Helvetica, sans-serif;--mat-list-list-item-trailing-supporting-text-line-height: 16px;--mat-list-list-item-trailing-supporting-text-size: 12px;--mat-list-list-item-trailing-supporting-text-tracking: normal;--mat-list-list-item-trailing-supporting-text-weight: 400}.mdc-list-group__subheader{font:500 14px/20px Averta,Arial,Helvetica,sans-serif;letter-spacing:normal}html{--mat-paginator-page-size-select-width: 84px;--mat-paginator-page-size-select-touch-target-height: 48px}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mat-paginator-container-text-font: Averta, Arial, Helvetica, sans-serif;--mat-paginator-container-text-line-height: 16px;--mat-paginator-container-text-size: 12px;--mat-paginator-container-text-tracking: normal;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: 12px}html{--mat-tab-container-height: 48px;--mat-tab-divider-color: transparent;--mat-tab-divider-height: 0;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #026CDF;--mat-tab-active-ripple-color: #026CDF;--mat-tab-inactive-ripple-color: #026CDF;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #026CDF;--mat-tab-active-hover-label-text-color: #026CDF;--mat-tab-active-focus-indicator-color: #026CDF;--mat-tab-active-hover-indicator-color: #026CDF;--mat-tab-active-indicator-color: #026CDF}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #7393FF;--mat-tab-active-ripple-color: #7393FF;--mat-tab-inactive-ripple-color: #7393FF;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #7393FF;--mat-tab-active-hover-label-text-color: #7393FF;--mat-tab-active-focus-indicator-color: #7393FF;--mat-tab-active-hover-indicator-color: #7393FF;--mat-tab-active-indicator-color: #7393FF}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #f44336;--mat-tab-active-ripple-color: #f44336;--mat-tab-inactive-ripple-color: #f44336;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #f44336;--mat-tab-active-hover-label-text-color: #f44336;--mat-tab-active-focus-indicator-color: #f44336;--mat-tab-active-hover-indicator-color: #f44336;--mat-tab-active-indicator-color: #f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #026CDF;--mat-tab-foreground-color: #FFFFFF}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #7393FF;--mat-tab-foreground-color: #000000}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #f44336;--mat-tab-foreground-color: white}.mat-mdc-tab-header{--mat-tab-container-height: 48px}.mat-mdc-tab-header{--mat-tab-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-tab-label-text-size: 14px;--mat-tab-label-text-tracking: normal;--mat-tab-label-text-line-height: 20px;--mat-tab-label-text-weight: 500}html{--mat-checkbox-disabled-selected-checkmark-color: white;--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .04;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .04;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px}html{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #7393FF;--mat-checkbox-selected-hover-icon-color: #7393FF;--mat-checkbox-selected-icon-color: #7393FF;--mat-checkbox-selected-pressed-icon-color: #7393FF;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #7393FF;--mat-checkbox-selected-hover-state-layer-color: #7393FF;--mat-checkbox-selected-pressed-state-layer-color: #7393FF;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #FFFFFF;--mat-checkbox-selected-focus-icon-color: #026CDF;--mat-checkbox-selected-hover-icon-color: #026CDF;--mat-checkbox-selected-icon-color: #026CDF;--mat-checkbox-selected-pressed-icon-color: #026CDF;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #026CDF;--mat-checkbox-selected-hover-state-layer-color: #026CDF;--mat-checkbox-selected-pressed-state-layer-color: #026CDF;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #f44336;--mat-checkbox-selected-hover-icon-color: #f44336;--mat-checkbox-selected-icon-color: #f44336;--mat-checkbox-selected-pressed-icon-color: #f44336;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #f44336;--mat-checkbox-selected-hover-state-layer-color: #f44336;--mat-checkbox-selected-pressed-state-layer-color: #f44336;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}html{--mat-checkbox-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-checkbox-label-text-line-height: 20px;--mat-checkbox-label-text-size: 14px;--mat-checkbox-label-text-tracking: normal;--mat-checkbox-label-text-weight: 400}html{--mat-button-filled-container-shape: 4px;--mat-button-filled-horizontal-padding: 16px;--mat-button-filled-icon-offset: -4px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 4px;--mat-button-outlined-horizontal-padding: 15px;--mat-button-outlined-icon-offset: -4px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-keep-touch-target: false;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-button-protected-container-shape: 4px;--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-horizontal-padding: 16px;--mat-button-protected-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-icon-offset: -4px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 4px;--mat-button-text-horizontal-padding: 8px;--mat-button-text-icon-offset: 0;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 8px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 4px;--mat-button-tonal-horizontal-padding: 16px;--mat-button-tonal-icon-offset: -4px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px}html{--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: rgba(0, 0, 0, .87);--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-outlined-state-layer-color: rgba(0, 0, 0, .87);--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: rgba(0, 0, 0, .87);--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-text-state-layer-color: rgba(0, 0, 0, .87);--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary{--mat-button-filled-container-color: #026CDF;--mat-button-filled-label-text-color: #FFFFFF;--mat-button-filled-ripple-color: color-mix(in srgb, #FFFFFF 12%, transparent);--mat-button-filled-state-layer-color: #FFFFFF;--mat-button-outlined-label-text-color: #026CDF;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #026CDF 12%, transparent);--mat-button-outlined-state-layer-color: #026CDF;--mat-button-protected-container-color: #026CDF;--mat-button-protected-label-text-color: #FFFFFF;--mat-button-protected-ripple-color: color-mix(in srgb, #FFFFFF 12%, transparent);--mat-button-protected-state-layer-color: #FFFFFF;--mat-button-text-label-text-color: #026CDF;--mat-button-text-ripple-color: color-mix(in srgb, #026CDF 12%, transparent);--mat-button-text-state-layer-color: #026CDF;--mat-button-tonal-container-color: #026CDF;--mat-button-tonal-label-text-color: #FFFFFF;--mat-button-tonal-ripple-color: color-mix(in srgb, #FFFFFF 12%, transparent);--mat-button-tonal-state-layer-color: #FFFFFF}.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent{--mat-button-filled-container-color: #7393FF;--mat-button-filled-label-text-color: #000000;--mat-button-filled-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-filled-state-layer-color: #000000;--mat-button-outlined-label-text-color: #7393FF;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #7393FF 12%, transparent);--mat-button-outlined-state-layer-color: #7393FF;--mat-button-protected-container-color: #7393FF;--mat-button-protected-label-text-color: #000000;--mat-button-protected-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-protected-state-layer-color: #000000;--mat-button-text-label-text-color: #7393FF;--mat-button-text-ripple-color: color-mix(in srgb, #7393FF 12%, transparent);--mat-button-text-state-layer-color: #7393FF;--mat-button-tonal-container-color: #7393FF;--mat-button-tonal-label-text-color: #000000;--mat-button-tonal-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-tonal-state-layer-color: #000000}.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color: #f44336;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #f44336;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);--mat-button-outlined-state-layer-color: #f44336;--mat-button-protected-container-color: #f44336;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #f44336;--mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);--mat-button-text-state-layer-color: #f44336;--mat-button-tonal-container-color: #f44336;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}html{--mat-button-filled-container-height: 36px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block}html{--mat-button-filled-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-button-filled-label-text-size: 14px;--mat-button-filled-label-text-tracking: normal;--mat-button-filled-label-text-transform: none;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-button-outlined-label-text-size: 14px;--mat-button-outlined-label-text-tracking: normal;--mat-button-outlined-label-text-transform: none;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-button-protected-label-text-size: 14px;--mat-button-protected-label-text-tracking: normal;--mat-button-protected-label-text-transform: none;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-button-text-label-text-size: 14px;--mat-button-text-label-text-tracking: normal;--mat-button-text-label-text-transform: none;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-button-tonal-label-text-size: 14px;--mat-button-tonal-label-text-tracking: normal;--mat-button-tonal-label-text-transform: none;--mat-button-tonal-label-text-weight: 500}html{--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 50%;--mat-icon-button-touch-target-size: 48px}html{--mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-icon-button-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #026CDF;--mat-icon-button-state-layer-color: #026CDF;--mat-icon-button-ripple-color: color-mix(in srgb, #026CDF 12%, transparent)}.mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #7393FF;--mat-icon-button-state-layer-color: #7393FF;--mat-icon-button-ripple-color: color-mix(in srgb, #7393FF 12%, transparent)}.mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #f44336;--mat-icon-button-state-layer-color: #f44336;--mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;--mat-icon-button-state-layer-size: 48px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:12px}html{--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-container-shape: 50%;--mat-fab-touch-target-size: 48px;--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-container-height: 48px;--mat-fab-extended-container-shape: 24px;--mat-fab-extended-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-container-shape: 50%;--mat-fab-small-touch-target-size: 48px;--mat-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mat-fab-container-color: white;--mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #026CDF;--mat-fab-foreground-color: #FFFFFF;--mat-fab-ripple-color: color-mix(in srgb, #026CDF 12%, transparent);--mat-fab-small-container-color: #026CDF;--mat-fab-small-foreground-color: #FFFFFF;--mat-fab-small-ripple-color: color-mix(in srgb, #FFFFFF 12%, transparent);--mat-fab-small-state-layer-color: #FFFFFF;--mat-fab-state-layer-color: #FFFFFF}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #7393FF;--mat-fab-foreground-color: #000000;--mat-fab-ripple-color: color-mix(in srgb, #7393FF 12%, transparent);--mat-fab-small-container-color: #7393FF;--mat-fab-small-foreground-color: #000000;--mat-fab-small-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-fab-small-state-layer-color: #000000;--mat-fab-state-layer-color: #000000}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #f44336;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);--mat-fab-small-container-color: #f44336;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html{--mat-fab-small-touch-target-display: block;--mat-fab-touch-target-display: block}html{--mat-fab-extended-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-fab-extended-label-text-size: 14px;--mat-fab-extended-label-text-tracking: normal;--mat-fab-extended-label-text-weight: 500}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-container-color: #424242;--mat-snack-bar-supporting-text-color: white;--mat-snack-bar-button-color: #4E98E9}html{--mat-snack-bar-supporting-text-font: Averta, Arial, Helvetica, sans-serif;--mat-snack-bar-supporting-text-line-height: 20px;--mat-snack-bar-supporting-text-size: 14px;--mat-snack-bar-supporting-text-weight: 400}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mat-table-header-headline-font: Averta, Arial, Helvetica, sans-serif;--mat-table-header-headline-line-height: 20px;--mat-table-header-headline-size: 14px;--mat-table-header-headline-weight: 500;--mat-table-header-headline-tracking: normal;--mat-table-row-item-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-table-row-item-label-text-line-height: 20px;--mat-table-row-item-label-text-size: 14px;--mat-table-row-item-label-text-weight: 400;--mat-table-row-item-label-text-tracking: normal;--mat-table-footer-supporting-text-font: Averta, Arial, Helvetica, sans-serif;--mat-table-footer-supporting-text-line-height: 20px;--mat-table-footer-supporting-text-size: 14px;--mat-table-footer-supporting-text-weight: 400;--mat-table-footer-supporting-text-tracking: normal}html{--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-size: 48px}html{--mat-progress-spinner-active-indicator-color: #026CDF}.mat-accent{--mat-progress-spinner-active-indicator-color: #7393FF}.mat-warn{--mat-progress-spinner-active-indicator-color: #f44336}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #026CDF;--mat-badge-text-color: #FFFFFF;--mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-badge-accent{--mat-badge-background-color: #7393FF;--mat-badge-text-color: #000000}.mat-badge-warn{--mat-badge-background-color: #f44336;--mat-badge-text-color: white}html{--mat-badge-text-font: Averta, Arial, Helvetica, sans-serif;--mat-badge-line-height: 22px;--mat-badge-text-size: 12px;--mat-badge-text-weight: 600;--mat-badge-small-size-text-size: 9px;--mat-badge-small-size-line-height: 16px;--mat-badge-large-size-text-size: 24px;--mat-badge-large-size-line-height: 28px}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white}html{--mat-bottom-sheet-container-text-font: Averta, Arial, Helvetica, sans-serif;--mat-bottom-sheet-container-text-line-height: 20px;--mat-bottom-sheet-container-text-size: 14px;--mat-bottom-sheet-container-text-tracking: normal;--mat-bottom-sheet-container-text-weight: 400}html{--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .04;--mat-button-toggle-legacy-focus-state-layer-opacity: 1;--mat-button-toggle-legacy-height: 36px;--mat-button-toggle-legacy-shape: 2px;--mat-button-toggle-shape: 4px}html{--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-divider-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: white;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: rgba(0, 0, 0, .87);--mat-button-toggle-text-color: rgba(0, 0, 0, .87)}html{--mat-button-toggle-height: 48px}html{--mat-button-toggle-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-button-toggle-label-text-line-height: 20px;--mat-button-toggle-label-text-size: 14px;--mat-button-toggle-label-text-tracking: normal;--mat-button-toggle-label-text-weight: 400;--mat-button-toggle-legacy-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-button-toggle-legacy-label-text-line-height: 20px;--mat-button-toggle-legacy-label-text-size: 14px;--mat-button-toggle-legacy-label-text-tracking: normal;--mat-button-toggle-legacy-label-text-weight: 400}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #026CDF 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #7393FF 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #FFFFFF;--mat-datepicker-calendar-date-selected-state-background-color: #026CDF;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #026CDF 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #FFFFFF;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #026CDF 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #026CDF 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #026CDF;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent,.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #7393FF 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #7393FF 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #000000;--mat-datepicker-calendar-date-selected-state-background-color: #7393FF;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #7393FF 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #000000;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #7393FF 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #7393FF 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #7393FF;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-warn,.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #7393FF 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #f44336;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;--mat-icon-button-state-layer-size: 40px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font: Averta, Arial, Helvetica, sans-serif;--mat-datepicker-calendar-text-size: 13px;--mat-datepicker-calendar-body-label-text-size: 14px;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: 14px;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-header-text-size: 11px;--mat-datepicker-calendar-header-text-weight: 400}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-expansion-header-text-font: Averta, Arial, Helvetica, sans-serif;--mat-expansion-header-text-size: 14px;--mat-expansion-header-text-weight: 500;--mat-expansion-header-text-line-height: inherit;--mat-expansion-header-text-tracking: inherit;--mat-expansion-container-text-font: Averta, Arial, Helvetica, sans-serif;--mat-expansion-container-text-line-height: 20px;--mat-expansion-container-text-size: 14px;--mat-expansion-container-text-tracking: normal;--mat-expansion-container-text-weight: 400}html{--mat-grid-list-tile-header-primary-text-size: 14px;--mat-grid-list-tile-header-secondary-text-size: 12px;--mat-grid-list-tile-footer-primary-text-size: 14px;--mat-grid-list-tile-footer-secondary-text-size: 12px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #026CDF}.mat-icon.mat-accent{--mat-icon-color: #7393FF}.mat-icon.mat-warn{--mat-icon-color: #f44336}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6)}html{--mat-stepper-header-focus-state-layer-shape: 0;--mat-stepper-header-hover-state-layer-shape: 0}html{--mat-stepper-header-icon-foreground-color: #FFFFFF;--mat-stepper-header-selected-state-icon-background-color: #026CDF;--mat-stepper-header-selected-state-icon-foreground-color: #FFFFFF;--mat-stepper-header-done-state-icon-background-color: #026CDF;--mat-stepper-header-done-state-icon-foreground-color: #FFFFFF;--mat-stepper-header-edit-state-icon-background-color: #026CDF;--mat-stepper-header-edit-state-icon-foreground-color: #FFFFFF;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #f44336;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #f44336;--mat-stepper-header-error-state-icon-background-color: transparent}.mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: #000000;--mat-stepper-header-selected-state-icon-background-color: #7393FF;--mat-stepper-header-selected-state-icon-foreground-color: #000000;--mat-stepper-header-done-state-icon-background-color: #7393FF;--mat-stepper-header-done-state-icon-foreground-color: #000000;--mat-stepper-header-edit-state-icon-background-color: #7393FF;--mat-stepper-header-edit-state-icon-foreground-color: #000000}.mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #f44336;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #f44336;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #f44336;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-stepper-container-text-font: Averta, Arial, Helvetica, sans-serif;--mat-stepper-header-label-text-font: Averta, Arial, Helvetica, sans-serif;--mat-stepper-header-label-text-size: 14px;--mat-stepper-header-label-text-weight: 400;--mat-stepper-header-error-state-label-text-size: 14px;--mat-stepper-header-selected-state-label-text-size: 14px;--mat-stepper-header-selected-state-label-text-weight: 400}html{--mat-sort-arrow-color: rgba(0, 0, 0, .87)}html{--mat-toolbar-container-background-color: white;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #026CDF;--mat-toolbar-container-text-color: #FFFFFF}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #7393FF;--mat-toolbar-container-text-color: #000000}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f44336;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-toolbar-title-text-font: Averta, Arial, Helvetica, sans-serif;--mat-toolbar-title-text-line-height: 1.2;--mat-toolbar-title-text-size: 16px;--mat-toolbar-title-text-tracking: normal;--mat-toolbar-title-text-weight: 500}html{--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height: 48px}html{--mat-tree-node-text-font: Averta, Arial, Helvetica, sans-serif;--mat-tree-node-text-size: 14px;--mat-tree-node-text-weight: 400}html{--mat-timepicker-container-shape: 4px;--mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-timepicker-container-background-color: white}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font:500 20px/1.2 Averta,Arial,Helvetica,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font:500 16px/1.2 Averta,Arial,Helvetica,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font:500 14px/20px Averta,Arial,Helvetica,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font:400 14px/20px Averta,Arial,Helvetica,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 11.62px/20px Averta,Arial,Helvetica,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 9.38px/20px Averta,Arial,Helvetica,sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font:500 14px/20px Averta,Arial,Helvetica,sans-serif;letter-spacing:normal}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font:400 14px/20px Averta,Arial,Helvetica,sans-serif;letter-spacing:normal}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/16px Averta,Arial,Helvetica,sans-serif;letter-spacing:normal}.mat-headline-1,.mat-typography .mat-headline-1{font:500 52px/1.1 Averta,Arial,Helvetica,sans-serif;letter-spacing:normal;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:500 40px/1.1 Averta,Arial,Helvetica,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:500 32px/1.2 Averta,Arial,Helvetica,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:500 24px/1.2 Averta,Arial,Helvetica,sans-serif;letter-spacing:normal;margin:0 0 64px}:root,html,body,.mat-typography{--mat-sys-body-large: 400 14px / 1.4 "Averta", Arial, Helvetica, sans-serif;--mat-sys-body-medium: 400 13px / 1.4 "Averta", Arial, Helvetica, sans-serif;--mat-sys-body-small: 400 12px / 1.4 "Averta", Arial, Helvetica, sans-serif;--mat-sys-label-large: 500 14px / 1.4 "Averta", Arial, Helvetica, sans-serif;--mat-sys-label-medium: 500 12px / 1.3 "Averta", Arial, Helvetica, sans-serif;--mat-sys-label-small: 500 11px / 1.3 "Averta", Arial, Helvetica, sans-serif;--mat-sys-title-large: 500 20px / 1.3 "Averta", Arial, Helvetica, sans-serif;--mat-sys-title-medium: 500 14px / 1.4 "Averta", Arial, Helvetica, sans-serif;--mat-sys-title-small: 500 13px / 1.3 "Averta", Arial, Helvetica, sans-serif;--mat-sys-headline-large: 600 28px / 1.2 "Averta", Arial, Helvetica, sans-serif;--mat-sys-headline-medium: 600 24px / 1.2 "Averta", Arial, Helvetica, sans-serif;--mat-sys-headline-small: 600 20px / 1.2 "Averta", Arial, Helvetica, sans-serif;--mat-sys-display-large: 700 52px / 1.1 "Averta", Arial, Helvetica, sans-serif;--mat-sys-display-medium: 700 40px / 1.1 "Averta", Arial, Helvetica, sans-serif;--mat-sys-display-small: 700 32px / 1.1 "Averta", Arial, Helvetica, sans-serif;--mat-sys-body-large-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-body-large-size: 14px;--mat-sys-body-large-line-height: 1.4;--mat-sys-body-large-tracking: normal;--mat-sys-body-large-weight: 400;--mat-sys-body-medium-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-body-medium-size: 13px;--mat-sys-body-medium-line-height: 1.4;--mat-sys-body-medium-tracking: normal;--mat-sys-body-medium-weight: 400;--mat-sys-body-small-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-body-small-size: 12px;--mat-sys-body-small-line-height: 1.4;--mat-sys-body-small-tracking: normal;--mat-sys-body-small-weight: 400;--mat-sys-label-large-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-label-large-size: 14px;--mat-sys-label-large-line-height: 1.4;--mat-sys-label-large-tracking: normal;--mat-sys-label-large-weight: 500;--mat-sys-label-medium-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-label-medium-size: 12px;--mat-sys-label-medium-line-height: 1.3;--mat-sys-label-medium-tracking: normal;--mat-sys-label-medium-weight: 500;--mat-sys-label-small-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-label-small-size: 11px;--mat-sys-label-small-line-height: 1.3;--mat-sys-label-small-tracking: normal;--mat-sys-label-small-weight: 500;--mat-sys-title-large-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-title-large-size: 20px;--mat-sys-title-large-line-height: 1.3;--mat-sys-title-large-tracking: normal;--mat-sys-title-large-weight: 500;--mat-sys-title-medium-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-title-medium-size: 14px;--mat-sys-title-medium-line-height: 1.4;--mat-sys-title-medium-tracking: normal;--mat-sys-title-medium-weight: 500;--mat-sys-title-small-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-title-small-size: 13px;--mat-sys-title-small-line-height: 1.3;--mat-sys-title-small-tracking: normal;--mat-sys-title-small-weight: 500;--mat-sys-headline-large-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-headline-large-size: 28px;--mat-sys-headline-large-line-height: 1.2;--mat-sys-headline-large-tracking: normal;--mat-sys-headline-large-weight: 600;--mat-sys-headline-medium-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-headline-medium-size: 24px;--mat-sys-headline-medium-line-height: 1.2;--mat-sys-headline-medium-tracking: normal;--mat-sys-headline-medium-weight: 600;--mat-sys-headline-small-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-headline-small-size: 20px;--mat-sys-headline-small-line-height: 1.2;--mat-sys-headline-small-tracking: normal;--mat-sys-headline-small-weight: 600;--mat-sys-display-large-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-display-large-size: 52px;--mat-sys-display-large-line-height: 1.1;--mat-sys-display-large-tracking: normal;--mat-sys-display-large-weight: 700;--mat-sys-display-medium-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-display-medium-size: 40px;--mat-sys-display-medium-line-height: 1.1;--mat-sys-display-medium-tracking: normal;--mat-sys-display-medium-weight: 700;--mat-sys-display-small-font: "Averta", Arial, Helvetica, sans-serif;--mat-sys-display-small-size: 32px;--mat-sys-display-small-line-height: 1.1;--mat-sys-display-small-tracking: normal;--mat-sys-display-small-weight: 700;--mat-menu-item-label-text-font: initial;--mat-menu-item-label-text-size: initial;--mat-menu-item-label-text-weight: initial;--mat-menu-item-label-text-line-height: initial;--mat-menu-item-label-text-tracking: initial;--mat-form-field-container-text-font: initial;--mat-form-field-container-text-size: initial;--mat-form-field-container-text-weight: initial;--mat-form-field-container-text-line-height: initial;--mat-form-field-container-text-tracking: initial;--mat-form-field-filled-label-text-font: initial;--mat-form-field-filled-label-text-size: initial;--mat-form-field-filled-label-text-weight: initial;--mat-form-field-filled-label-text-tracking: initial;--mat-form-field-outlined-label-text-font: initial;--mat-form-field-outlined-label-text-size: initial;--mat-form-field-outlined-label-text-weight: initial;--mat-form-field-outlined-label-text-tracking: initial;--mat-form-field-outlined-label-text-populated-size: initial;--mat-form-field-subscript-text-font: initial;--mat-form-field-subscript-text-size: initial;--mat-form-field-subscript-text-weight: initial;--mat-form-field-subscript-text-line-height: initial;--mat-form-field-subscript-text-tracking: initial;--mat-option-label-text-font: initial;--mat-option-label-text-size: initial;--mat-option-label-text-weight: initial;--mat-option-label-text-line-height: initial;--mat-option-label-text-tracking: initial;--mat-select-trigger-text-font: initial;--mat-select-trigger-text-size: initial;--mat-select-trigger-text-weight: initial;--mat-select-trigger-text-line-height: initial;--mat-select-trigger-text-tracking: initial;--mat-input-input-text-font: initial;--mat-input-input-text-size: initial;--mat-input-input-text-weight: initial;--mat-input-input-text-line-height: initial;--mat-input-input-text-tracking: initial;--mat-tab-header-label-text-font: initial;--mat-tab-header-label-text-size: initial;--mat-tab-header-label-text-weight: initial;--mat-tab-header-label-text-line-height: initial;--mat-tab-header-label-text-tracking: initial;--mat-chip-label-text-font: initial;--mat-chip-label-text-size: initial;--mat-chip-label-text-weight: initial;--mat-chip-label-text-line-height: initial;--mat-chip-label-text-tracking: initial;--mat-dialog-headline-font: initial;--mat-dialog-headline-size: initial;--mat-dialog-headline-weight: initial;--mat-dialog-headline-line-height: initial;--mat-dialog-headline-tracking: initial;--mat-dialog-supporting-text-font: initial;--mat-dialog-supporting-text-size: initial;--mat-dialog-supporting-text-weight: initial;--mat-dialog-supporting-text-line-height: initial;--mat-dialog-supporting-text-tracking: initial;--mat-snack-bar-supporting-text-font: initial;--mat-snack-bar-supporting-text-size: initial;--mat-snack-bar-supporting-text-weight: initial;--mat-snack-bar-supporting-text-line-height: initial;--mat-tooltip-supporting-text-font: initial;--mat-tooltip-supporting-text-size: initial;--mat-expansion-header-text-font: initial;--mat-expansion-header-text-size: initial;--mat-expansion-header-text-weight: initial;--mat-expansion-header-text-line-height: initial;--mat-expansion-header-text-tracking: initial;--mat-expansion-container-text-font: initial;--mat-expansion-container-text-size: initial;--mat-expansion-container-text-weight: initial;--mat-expansion-container-text-line-height: initial;--mat-expansion-container-text-tracking: initial;--mat-list-list-item-label-text-font: initial;--mat-list-list-item-label-text-size: initial;--mat-list-list-item-label-text-weight: initial;--mat-list-list-item-label-text-line-height: initial;--mat-list-list-item-label-text-tracking: initial;--mat-table-header-headline-font: initial;--mat-table-header-headline-size: initial;--mat-table-header-headline-weight: initial;--mat-table-row-item-label-text-font: initial;--mat-table-row-item-label-text-size: initial;--mat-table-row-item-label-text-weight: initial;--mat-table-footer-supporting-text-font: initial;--mat-table-footer-supporting-text-size: initial;--mat-paginator-container-text-font: initial;--mat-paginator-container-text-size: initial;--mat-sort-arrow-button-label-text-font: initial;--mat-stepper-header-label-text-font: initial;--mat-stepper-header-label-text-size: initial;--mat-stepper-header-label-text-weight: initial;--mat-stepper-header-selected-state-label-text-font: initial;--mat-stepper-header-selected-state-label-text-size: initial;--mat-stepper-header-selected-state-label-text-weight: initial;--mat-slide-toggle-label-text-font: initial;--mat-slide-toggle-label-text-size: initial;--mat-radio-label-text-font: initial;--mat-radio-label-text-size: initial;--mat-checkbox-label-text-font: initial;--mat-checkbox-label-text-size: initial;--mat-text-button-label-text-font: initial;--mat-text-button-label-text-size: initial;--mat-text-button-label-text-weight: initial;--mat-text-button-label-text-tracking: initial;--mat-filled-button-label-text-font: initial;--mat-filled-button-label-text-size: initial;--mat-filled-button-label-text-weight: initial;--mat-filled-button-label-text-tracking: initial;--mat-outlined-button-label-text-font: initial;--mat-outlined-button-label-text-size: initial;--mat-outlined-button-label-text-weight: initial;--mat-outlined-button-label-text-tracking: initial;--mat-protected-button-label-text-font: initial;--mat-protected-button-label-text-size: initial;--mat-protected-button-label-text-weight: initial;--mat-protected-button-label-text-tracking: initial;--mat-autocomplete-option-label-text-font: initial;--mat-autocomplete-option-label-text-size: initial;--mat-badge-text-font: initial;--mat-badge-text-size: initial;--mat-badge-text-weight: initial;--mat-bottom-sheet-container-text-font: initial;--mat-bottom-sheet-container-text-size: initial;--mat-card-title-text-font: initial;--mat-card-title-text-size: initial;--mat-card-subtitle-text-font: initial;--mat-card-subtitle-text-size: initial}:root{--mat-app-background-color: #fff;--mat-sidenav-content-background-color: #fff;--mat-sidenav-container-background-color: #fff;--mdc-typography-font-family: "Averta", Arial, Helvetica, sans-serif;--mdc-text-button-label-text-font: "Averta", Arial, Helvetica, sans-serif;--mdc-filled-button-label-text-font: "Averta", Arial, Helvetica, sans-serif;--mdc-outlined-button-label-text-font: "Averta", Arial, Helvetica, sans-serif;--mdc-elevated-button-label-text-font: "Averta", Arial, Helvetica, sans-serif}.mat-mdc-button-base .mdc-button__label,.mat-mdc-raised-button .mdc-button__label,.mat-mdc-outlined-button .mdc-button__label,.mat-mdc-unelevated-button .mdc-button__label,.mat-mdc-raised-button{font-family:Averta,Arial,Helvetica,sans-serif}body{color:#262626;background-color:#fff}html,body{height:100%;margin:0;scroll-behavior:smooth;background-color:#fff}.sticky-wrapper{min-height:100%}.footer,.push{height:423px}.performance-page-container .performance-order-summary mat-expansion-panel-header .mat-expansion-indicator{position:absolute;left:20px;top:5px}.performance-page-container .performance-order-summary mat-expansion-panel-header span.mat-content{flex-direction:column!important}.sidenav-container{background:#fff}mat-error span{min-height:15px;display:block}.mat-mdc-form-field:has(mat-select) .mdc-floating-label,.mat-mdc-form-field:has(mat-select) .mat-mdc-floating-label,.mat-mdc-form-field:has(mat-select) label{color:#026cdf!important;text-transform:uppercase;font-weight:600}.mat-mdc-form-field:has(mat-select).mat-form-field-invalid .mdc-floating-label,.mat-mdc-form-field:has(mat-select).mat-form-field-invalid .mat-mdc-floating-label,.mat-mdc-form-field:has(mat-select).mat-form-field-invalid label{color:#d32752!important}.mobile-app-mode #onetrust-consent-sdk{display:none}@media only screen and (max-width: 959px){.cdk-overlay-pane.filter-bottom-sheet,.cdk-overlay-pane:has(.filter-bottom-sheet){max-width:100vw!important;width:100vw!important;position:fixed!important;inset:auto 0 0!important;transform:none!important;animation:selectSlideUp .25s cubic-bezier(0,0,.2,1) forwards}.mat-mdc-select-panel.filter-bottom-sheet{max-height:50vh!important;border-radius:16px 16px 0 0!important;box-shadow:0 -4px 16px #00000026!important;background-color:#fff!important;padding:16px 0!important}.mat-mdc-select-panel.filter-bottom-sheet:before{content:"";display:block;width:36px;height:4px;background-color:#e0e0e0;border-radius:2px;margin:0 auto 12px}.mat-mdc-select-panel.filter-bottom-sheet .mat-mdc-option{height:50px!important;line-height:50px!important;padding:0 24px!important;border-bottom:1px solid #f5f5f5}.mat-mdc-select-panel.filter-bottom-sheet .mat-mdc-option:last-child{border-bottom:none}.mat-mdc-select-panel.filter-bottom-sheet .mat-mdc-option .mdc-list-item__primary-text{font-size:16px!important;color:#262626!important;font-family:Averta,Arial,Helvetica,sans-serif!important}.mat-mdc-select-panel.filter-bottom-sheet .mat-mdc-option.mdc-list-item--selected{background-color:#f0f5ff!important}.mat-mdc-select-panel.filter-bottom-sheet .mat-mdc-option.mdc-list-item--selected .mdc-list-item__primary-text{color:#024ddf!important;font-weight:600!important}.cdk-overlay-container:has(.filter-bottom-sheet) .cdk-overlay-transparent-backdrop{background:#0006!important;backdrop-filter:blur(1.5px)!important}}@keyframes selectSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mat-mdc-select-panel.filter-bottom-sheet{min-width:180px!important}.custom-datepicker-dialog-panel{--mdc-dialog-container-shape: 8px}.custom-datepicker-dialog-panel .mat-mdc-dialog-container{padding:0!important}.custom-datepicker-dialog-panel .mat-mdc-dialog-surface{padding:0!important;border-radius:8px!important;overflow:hidden!important}.custom-datepicker-dialog-panel .mdc-dialog__content{padding:0!important}.btx-desktop{margin:20px 0}@media only screen and (max-width: 959px){.btx-desktop{display:none!important}}.btx-mobile{margin:10px 0}@media only screen and (min-width: 960px){.btx-mobile{display:none!important}}::ng-deep .mobile-app-mode .mobile-app-hide{display:none!important}.mat-h2,.mat-title,.mat-typography h2,.mat-typography .mat-h2{font:500 20px/32px Averta,Arial,Helvetica,sans-serif!important;letter-spacing:normal!important;margin:0 0 16px!important}
/*# sourceMappingURL=styles-4CSSO56Y.css.map */
