button#google-sign-in-button>.google-sign-in-button[data-v-56640c3e]{display:none;visibility:hidden}button#google-sign-in-button:not(:disabled):not(:active):not(:hover):not(:focus)>.google-sign-in-default-button[data-v-56640c3e],button#google-sign-in-button:hover:not(:active):not(:disabled)>.google-sign-in-focus-button[data-v-56640c3e],button#google-sign-in-button:focus:not(:active):not(:disabled)>.google-sign-in-focus-button[data-v-56640c3e],button#google-sign-in-button:active:not(:disabled)>.google-sign-in-pressed-button[data-v-56640c3e],button#google-sign-in-button:disabled>.google-sign-in-disabled-button[data-v-56640c3e]{display:block;visibility:visible}/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://github.com/material-components/material-components-web/blob/master/LICENSE
 */@-webkit-keyframes mdc-ripple-fg-radius-in{0%{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-radius-in{0%{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-in{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-ripple-surface{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;position:relative;outline:none;overflow:hidden}.mdc-ripple-surface:before,.mdc-ripple-surface:after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-ripple-surface:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:var(--mdc-ripple-z-index, 1)}.mdc-ripple-surface:after{z-index:var(--mdc-ripple-z-index, 0)}.mdc-ripple-surface.mdc-ripple-upgraded:before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-ripple-surface.mdc-ripple-upgraded:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation:after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation:after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-ripple-surface:before,.mdc-ripple-surface:after{top:-50%;left:-50%;width:200%;height:200%}.mdc-ripple-surface.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded],.mdc-ripple-upgraded--unbounded{overflow:visible}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]:before,.mdc-ripple-surface[data-mdc-ripple-is-unbounded]:after,.mdc-ripple-upgraded--unbounded:before,.mdc-ripple-upgraded--unbounded:after{top:0%;left:0%;width:100%;height:100%}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:before,.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded:before,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded:after{top:var(--mdc-ripple-top, 0%);left:var(--mdc-ripple-left, 0%);width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-ripple-surface:before,.mdc-ripple-surface:after{background-color:var(--mdc-ripple-color, #000)}.mdc-ripple-surface:hover:before,.mdc-ripple-surface.mdc-ripple-surface--hover:before{opacity:var(--mdc-ripple-hover-opacity, .02)}.mdc-ripple-surface.mdc-ripple-upgraded--background-focused:before,.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:var(--mdc-ripple-focus-opacity, .075)}.mdc-ripple-surface:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-ripple-surface:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:var(--mdc-ripple-press-opacity, .075)}.mdc-ripple-surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, .075)}input.bmi-range-style[type=range][data-v-9d555643]{-webkit-appearance:none;-moz-appearance:none;background:rgba(255,255,255,0);width:100%}input.bmi-range-style[type=range][data-v-9d555643]::-webkit-slider-runnable-track{-webkit-appearance:none;background:rgba(255,255,255,0);background:linear-gradient(45deg,rgb(102,202,193) 0%,rgb(253,232,165) 50%,rgb(245,187,194) 100%);height:12px;border-radius:6px}input.bmi-range-style[type=range][data-v-9d555643]::-moz-range-track{-moz-appearance:none;background:rgba(255,255,255,0);background:linear-gradient(45deg,rgb(102,202,193) 0%,rgb(253,232,165) 50%,rgb(245,187,194) 100%);height:12px;border-radius:6px}input.bmi-range-style[type=range][data-v-9d555643]:focus{outline:none}input.bmi-range-style[type=range][data-v-9d555643]::-webkit-slider-thumb{-webkit-appearance:none;cursor:-webkit-grab;border:2px solid #ffffff;border-radius:100%;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;height:24px;width:24px;position:relative;top:-6px;background-color:#f5bbc2}input.bmi-range-style[type=range][data-v-9d555643]::-moz-range-thumb{-moz-appearance:none;cursor:-moz-grab;border:2px solid #ffffff;border-radius:100%;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;height:24px;width:24px;position:relative;top:-6px;background-color:#f5bbc2}input.bmi-range-style[type=range][data-v-9d555643]::-webkit-slider-thumb:active,input.bmi-range-style[type=range][data-v-9d555643]::-moz-range-thumb:active{cursor:-webkit-grabbing;cursor:-moz-grabbing}@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);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);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.fade-enter-active[data-v-6382a6e4],.fade-leave-active[data-v-6382a6e4]{transition:opacity .3s ease}.fade-enter-from[data-v-6382a6e4],.fade-leave-to[data-v-6382a6e4]{opacity:0}@media only screen{section[data-v-acf51a39]{border-radius:2mm;box-shadow:#00000029 0 1px 4px}section+section[data-v-acf51a39]{margin-top:3mm}}@media only print{aside[data-v-acf51a39]{display:none;visibility:hidden}}@page{margin:0}.fade-enter-active[data-v-753d37d1],.fade-leave-active[data-v-753d37d1]{transition:opacity .3s ease}.fade-enter-from[data-v-753d37d1],.fade-leave-to[data-v-753d37d1]{opacity:0}.fade-enter-active[data-v-eb97155a],.fade-leave-active[data-v-eb97155a]{transition:opacity .3s ease}.fade-enter-from[data-v-eb97155a],.fade-leave-to[data-v-eb97155a]{opacity:0}@font-face{font-family:uicons-regular-rounded;src:url(/assets/uicons-regular-rounded.2b61a976.eot#iefix) format("embedded-opentype"),url(/assets/uicons-regular-rounded.58a4d15e.woff2) format("woff2"),url(/assets/uicons-regular-rounded.541dd0e7.woff) format("woff")}i[class^=fi-rr-]:before,i[class*=" fi-rr-"]:before,span[class^=fi-rr-]:before,span[class*=fi-rr-]:before{font-family:uicons-regular-rounded!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fi-rr-add:before{content:"\f101"}.fi-rr-alarm-clock:before{content:"\f102"}.fi-rr-align-center:before{content:"\f103"}.fi-rr-align-justify:before{content:"\f104"}.fi-rr-align-left:before{content:"\f105"}.fi-rr-align-right:before{content:"\f106"}.fi-rr-ambulance:before{content:"\f107"}.fi-rr-angle-double-left:before{content:"\f108"}.fi-rr-angle-double-right:before{content:"\f109"}.fi-rr-angle-double-small-left:before{content:"\f10a"}.fi-rr-angle-double-small-right:before{content:"\f10b"}.fi-rr-angle-down:before{content:"\f10c"}.fi-rr-angle-left:before{content:"\f10d"}.fi-rr-angle-right:before{content:"\f10e"}.fi-rr-angle-small-down:before{content:"\f10f"}.fi-rr-angle-small-left:before{content:"\f110"}.fi-rr-angle-small-right:before{content:"\f111"}.fi-rr-angle-small-up:before{content:"\f112"}.fi-rr-angle-up:before{content:"\f113"}.fi-rr-apps-add:before{content:"\f114"}.fi-rr-apps-delete:before{content:"\f115"}.fi-rr-apps-sort:before{content:"\f116"}.fi-rr-apps:before{content:"\f117"}.fi-rr-archive:before{content:"\f118"}.fi-rr-arrow-down:before{content:"\f119"}.fi-rr-arrow-left:before{content:"\f11a"}.fi-rr-arrow-right:before{content:"\f11b"}.fi-rr-arrow-small-down:before{content:"\f11c"}.fi-rr-arrow-small-left:before{content:"\f11d"}.fi-rr-arrow-small-right:before{content:"\f11e"}.fi-rr-arrow-small-up:before{content:"\f11f"}.fi-rr-arrow-up:before{content:"\f120"}.fi-rr-asterik:before{content:"\f121"}.fi-rr-backpack:before{content:"\f122"}.fi-rr-badge:before{content:"\f123"}.fi-rr-balloons:before{content:"\f124"}.fi-rr-ban:before{content:"\f125"}.fi-rr-band-aid:before{content:"\f126"}.fi-rr-bank:before{content:"\f127"}.fi-rr-barber-shop:before{content:"\f128"}.fi-rr-baseball:before{content:"\f129"}.fi-rr-basketball:before{content:"\f12a"}.fi-rr-bell-ring:before{content:"\f12b"}.fi-rr-bell-school:before{content:"\f12c"}.fi-rr-bell:before{content:"\f12d"}.fi-rr-billiard:before{content:"\f12e"}.fi-rr-bold:before{content:"\f12f"}.fi-rr-book-alt:before{content:"\f130"}.fi-rr-book:before{content:"\f131"}.fi-rr-bookmark:before{content:"\f132"}.fi-rr-bowling:before{content:"\f133"}.fi-rr-box-alt:before{content:"\f134"}.fi-rr-box:before{content:"\f135"}.fi-rr-briefcase:before{content:"\f136"}.fi-rr-broom:before{content:"\f137"}.fi-rr-browser:before{content:"\f138"}.fi-rr-brush:before{content:"\f139"}.fi-rr-bug:before{content:"\f13a"}.fi-rr-building:before{content:"\f13b"}.fi-rr-bulb:before{content:"\f13c"}.fi-rr-cake-birthday:before{content:"\f13d"}.fi-rr-cake-wedding:before{content:"\f13e"}.fi-rr-calculator:before{content:"\f13f"}.fi-rr-calendar:before{content:"\f140"}.fi-rr-camera:before{content:"\f141"}.fi-rr-caret-down:before{content:"\f142"}.fi-rr-caret-left:before{content:"\f143"}.fi-rr-caret-right:before{content:"\f144"}.fi-rr-caret-up:before{content:"\f145"}.fi-rr-check:before{content:"\f146"}.fi-rr-checkbox:before{content:"\f147"}.fi-rr-chess-piece:before{content:"\f148"}.fi-rr-circle-small:before{content:"\f149"}.fi-rr-circle:before{content:"\f14a"}.fi-rr-clip:before{content:"\f14b"}.fi-rr-clock:before{content:"\f14c"}.fi-rr-cloud-check:before{content:"\f14d"}.fi-rr-cloud-disabled:before{content:"\f14e"}.fi-rr-cloud-download:before{content:"\f14f"}.fi-rr-cloud-share:before{content:"\f150"}.fi-rr-cloud-upload:before{content:"\f151"}.fi-rr-cloud:before{content:"\f152"}.fi-rr-comment-alt:before{content:"\f153"}.fi-rr-comment:before{content:"\f154"}.fi-rr-compress-alt:before{content:"\f155"}.fi-rr-compress:before{content:"\f156"}.fi-rr-computer:before{content:"\f157"}.fi-rr-confetti:before{content:"\f158"}.fi-rr-cookie:before{content:"\f159"}.fi-rr-copy-alt:before{content:"\f15a"}.fi-rr-copy:before{content:"\f15b"}.fi-rr-copyright:before{content:"\f15c"}.fi-rr-cream:before{content:"\f15d"}.fi-rr-credit-card:before{content:"\f15e"}.fi-rr-cross-circle:before{content:"\f15f"}.fi-rr-cross-small:before{content:"\f160"}.fi-rr-cross:before{content:"\f161"}.fi-rr-crown:before{content:"\f162"}.fi-rr-cursor-finger:before{content:"\f163"}.fi-rr-cursor-plus:before{content:"\f164"}.fi-rr-cursor-text-alt:before{content:"\f165"}.fi-rr-cursor-text:before{content:"\f166"}.fi-rr-cursor:before{content:"\f167"}.fi-rr-dart:before{content:"\f168"}.fi-rr-dashboard:before{content:"\f169"}.fi-rr-data-transfer:before{content:"\f16a"}.fi-rr-database:before{content:"\f16b"}.fi-rr-delete:before{content:"\f16c"}.fi-rr-diamond:before{content:"\f16d"}.fi-rr-dice:before{content:"\f16e"}.fi-rr-diploma:before{content:"\f16f"}.fi-rr-disco-ball:before{content:"\f170"}.fi-rr-disk:before{content:"\f171"}.fi-rr-doctor:before{content:"\f172"}.fi-rr-document-signed:before{content:"\f173"}.fi-rr-document:before{content:"\f174"}.fi-rr-dollar:before{content:"\f175"}.fi-rr-download:before{content:"\f176"}.fi-rr-duplicate:before{content:"\f177"}.fi-rr-e-learning:before{content:"\f178"}.fi-rr-earnings:before{content:"\f179"}.fi-rr-edit-alt:before{content:"\f17a"}.fi-rr-edit:before{content:"\f17b"}.fi-rr-envelope:before{content:"\f17c"}.fi-rr-euro:before{content:"\f17d"}.fi-rr-exclamation:before{content:"\f17e"}.fi-rr-expand:before{content:"\f17f"}.fi-rr-eye-crossed:before{content:"\f180"}.fi-rr-eye-dropper:before{content:"\f181"}.fi-rr-eye:before{content:"\f182"}.fi-rr-feather:before{content:"\f183"}.fi-rr-ferris-wheel:before{content:"\f184"}.fi-rr-file-add:before{content:"\f185"}.fi-rr-file-ai:before{content:"\f186"}.fi-rr-file-check:before{content:"\f187"}.fi-rr-file-delete:before{content:"\f188"}.fi-rr-file-eps:before{content:"\f189"}.fi-rr-file-gif:before{content:"\f18a"}.fi-rr-file-music:before{content:"\f18b"}.fi-rr-file-psd:before{content:"\f18c"}.fi-rr-file:before{content:"\f18d"}.fi-rr-fill:before{content:"\f18e"}.fi-rr-film:before{content:"\f18f"}.fi-rr-filter:before{content:"\f190"}.fi-rr-fingerprint:before{content:"\f191"}.fi-rr-flag:before{content:"\f192"}.fi-rr-flame:before{content:"\f193"}.fi-rr-flip-horizontal:before{content:"\f194"}.fi-rr-flower-bouquet:before{content:"\f195"}.fi-rr-folder-add:before{content:"\f196"}.fi-rr-folder:before{content:"\f197"}.fi-rr-following:before{content:"\f198"}.fi-rr-football:before{content:"\f199"}.fi-rr-form:before{content:"\f19a"}.fi-rr-forward:before{content:"\f19b"}.fi-rr-ftp:before{content:"\f19c"}.fi-rr-gallery:before{content:"\f19d"}.fi-rr-gamepad:before{content:"\f19e"}.fi-rr-gem:before{content:"\f19f"}.fi-rr-gift:before{content:"\f1a0"}.fi-rr-glass-cheers:before{content:"\f1a1"}.fi-rr-glasses:before{content:"\f1a2"}.fi-rr-globe-alt:before{content:"\f1a3"}.fi-rr-globe:before{content:"\f1a4"}.fi-rr-golf:before{content:"\f1a5"}.fi-rr-graduation-cap:before{content:"\f1a6"}.fi-rr-graphic-tablet:before{content:"\f1a7"}.fi-rr-grid-alt:before{content:"\f1a8"}.fi-rr-grid:before{content:"\f1a9"}.fi-rr-guitar:before{content:"\f1aa"}.fi-rr-gym:before{content:"\f1ab"}.fi-rr-hat-birthday:before{content:"\f1ac"}.fi-rr-headphones:before{content:"\f1ad"}.fi-rr-headset:before{content:"\f1ae"}.fi-rr-heart:before{content:"\f1af"}.fi-rr-home:before{content:"\f1b0"}.fi-rr-hourglass-end:before{content:"\f1b1"}.fi-rr-hourglass:before{content:"\f1b2"}.fi-rr-ice-skate:before{content:"\f1b3"}.fi-rr-id-badge:before{content:"\f1b4"}.fi-rr-inbox:before{content:"\f1b5"}.fi-rr-incognito:before{content:"\f1b6"}.fi-rr-indent:before{content:"\f1b7"}.fi-rr-infinity:before{content:"\f1b8"}.fi-rr-info:before{content:"\f1b9"}.fi-rr-interactive:before{content:"\f1ba"}.fi-rr-interlining:before{content:"\f1bb"}.fi-rr-interrogation:before{content:"\f1bc"}.fi-rr-italic:before{content:"\f1bd"}.fi-rr-jpg:before{content:"\f1be"}.fi-rr-key:before{content:"\f1bf"}.fi-rr-keyboard:before{content:"\f1c0"}.fi-rr-kite:before{content:"\f1c1"}.fi-rr-label:before{content:"\f1c2"}.fi-rr-laptop:before{content:"\f1c3"}.fi-rr-lasso:before{content:"\f1c4"}.fi-rr-layers:before{content:"\f1c5"}.fi-rr-layout-fluid:before{content:"\f1c6"}.fi-rr-letter-case:before{content:"\f1c7"}.fi-rr-life-ring:before{content:"\f1c8"}.fi-rr-line-width:before{content:"\f1c9"}.fi-rr-link:before{content:"\f1ca"}.fi-rr-lipstick:before{content:"\f1cb"}.fi-rr-list-check:before{content:"\f1cc"}.fi-rr-list:before{content:"\f1cd"}.fi-rr-location-alt:before{content:"\f1ce"}.fi-rr-lock-alt:before{content:"\f1cf"}.fi-rr-lock:before{content:"\f1d0"}.fi-rr-magic-wand:before{content:"\f1d1"}.fi-rr-makeup-brush:before{content:"\f1d2"}.fi-rr-marker-time:before{content:"\f1d3"}.fi-rr-marker:before{content:"\f1d4"}.fi-rr-mask-carnival:before{content:"\f1d5"}.fi-rr-medicine:before{content:"\f1d6"}.fi-rr-megaphone:before{content:"\f1d7"}.fi-rr-menu-burger:before{content:"\f1d8"}.fi-rr-menu-dots-vertical:before{content:"\f1d9"}.fi-rr-menu-dots:before{content:"\f1da"}.fi-rr-microphone-alt:before{content:"\f1db"}.fi-rr-microphone:before{content:"\f1dc"}.fi-rr-minus-small:before{content:"\f1dd"}.fi-rr-minus:before{content:"\f1de"}.fi-rr-mobile:before{content:"\f1df"}.fi-rr-mode-landscape:before{content:"\f1e0"}.fi-rr-mode-portrait:before{content:"\f1e1"}.fi-rr-money:before{content:"\f1e2"}.fi-rr-mouse:before{content:"\f1e3"}.fi-rr-music-alt:before{content:"\f1e4"}.fi-rr-music:before{content:"\f1e5"}.fi-rr-network-cloud:before{content:"\f1e6"}.fi-rr-network:before{content:"\f1e7"}.fi-rr-notebook:before{content:"\f1e8"}.fi-rr-opacity:before{content:"\f1e9"}.fi-rr-package:before{content:"\f1ea"}.fi-rr-paint-brush:before{content:"\f1eb"}.fi-rr-palette:before{content:"\f1ec"}.fi-rr-paper-plane:before{content:"\f1ed"}.fi-rr-password:before{content:"\f1ee"}.fi-rr-pause:before{content:"\f1ef"}.fi-rr-pencil:before{content:"\f1f0"}.fi-rr-pharmacy:before{content:"\f1f1"}.fi-rr-physics:before{content:"\f1f2"}.fi-rr-picture:before{content:"\f1f3"}.fi-rr-ping-pong:before{content:"\f1f4"}.fi-rr-play-alt:before{content:"\f1f5"}.fi-rr-play:before{content:"\f1f6"}.fi-rr-playing-cards:before{content:"\f1f7"}.fi-rr-plus-small:before{content:"\f1f8"}.fi-rr-plus:before{content:"\f1f9"}.fi-rr-poker-chip:before{content:"\f1fa"}.fi-rr-portrait:before{content:"\f1fb"}.fi-rr-pound:before{content:"\f1fc"}.fi-rr-power:before{content:"\f1fd"}.fi-rr-presentation:before{content:"\f1fe"}.fi-rr-print:before{content:"\f1ff"}.fi-rr-protractor:before{content:"\f200"}.fi-rr-pulse:before{content:"\f201"}.fi-rr-quote-right:before{content:"\f202"}.fi-rr-rec:before{content:"\f203"}.fi-rr-receipt:before{content:"\f204"}.fi-rr-record-vinyl:before{content:"\f205"}.fi-rr-rectabgle-vertical:before{content:"\f206"}.fi-rr-rectangle-horizontal:before{content:"\f207"}.fi-rr-rectangle-panoramic:before{content:"\f208"}.fi-rr-redo:before{content:"\f209"}.fi-rr-reflect:before{content:"\f20a"}.fi-rr-refresh:before{content:"\f20b"}.fi-rr-resize:before{content:"\f20c"}.fi-rr-resources:before{content:"\f20d"}.fi-rr-rewind:before{content:"\f20e"}.fi-rr-rings-wedding:before{content:"\f20f"}.fi-rr-rocket:before{content:"\f210"}.fi-rr-rotate-right:before{content:"\f211"}.fi-rr-rugby:before{content:"\f212"}.fi-rr-scale:before{content:"\f213"}.fi-rr-school-bus:before{content:"\f214"}.fi-rr-school:before{content:"\f215"}.fi-rr-scissors:before{content:"\f216"}.fi-rr-screen:before{content:"\f217"}.fi-rr-search-alt:before{content:"\f218"}.fi-rr-search:before{content:"\f219"}.fi-rr-settings-sliders:before{content:"\f21a"}.fi-rr-settings:before{content:"\f21b"}.fi-rr-share:before{content:"\f21c"}.fi-rr-shield-check:before{content:"\f21d"}.fi-rr-shield-exclamation:before{content:"\f21e"}.fi-rr-shield-interrogation:before{content:"\f21f"}.fi-rr-shield-plus:before{content:"\f220"}.fi-rr-shield:before{content:"\f221"}.fi-rr-shop:before{content:"\f222"}.fi-rr-shopping-bag-add:before{content:"\f223"}.fi-rr-shopping-bag:before{content:"\f224"}.fi-rr-shopping-cart-add:before{content:"\f225"}.fi-rr-shopping-cart-check:before{content:"\f226"}.fi-rr-shopping-cart:before{content:"\f227"}.fi-rr-shuffle:before{content:"\f228"}.fi-rr-sign-in:before{content:"\f229"}.fi-rr-sign-out:before{content:"\f22a"}.fi-rr-signal-alt-1:before{content:"\f22b"}.fi-rr-signal-alt-2:before{content:"\f22c"}.fi-rr-signal-alt:before{content:"\f22d"}.fi-rr-skateboard:before{content:"\f22e"}.fi-rr-smartphone:before{content:"\f22f"}.fi-rr-soap:before{content:"\f230"}.fi-rr-spa:before{content:"\f231"}.fi-rr-speaker:before{content:"\f232"}.fi-rr-spinner-alt:before{content:"\f233"}.fi-rr-spinner:before{content:"\f234"}.fi-rr-square-root:before{content:"\f235"}.fi-rr-square:before{content:"\f236"}.fi-rr-star:before{content:"\f237"}.fi-rr-stats:before{content:"\f238"}.fi-rr-stethoscope:before{content:"\f239"}.fi-rr-sticker:before{content:"\f23a"}.fi-rr-stop:before{content:"\f23b"}.fi-rr-stopwatch:before{content:"\f23c"}.fi-rr-subtitles:before{content:"\f23d"}.fi-rr-surfing:before{content:"\f23e"}.fi-rr-sword:before{content:"\f23f"}.fi-rr-syringe:before{content:"\f240"}.fi-rr-tablet:before{content:"\f241"}.fi-rr-target:before{content:"\f242"}.fi-rr-tennis:before{content:"\f243"}.fi-rr-terrace:before{content:"\f244"}.fi-rr-test-tube:before{content:"\f245"}.fi-rr-test:before{content:"\f246"}.fi-rr-text-check:before{content:"\f247"}.fi-rr-text:before{content:"\f248"}.fi-rr-thumbs-down:before{content:"\f249"}.fi-rr-thumbs-up:before{content:"\f24a"}.fi-rr-ticket:before{content:"\f24b"}.fi-rr-time-add:before{content:"\f24c"}.fi-rr-time-check:before{content:"\f24d"}.fi-rr-time-delete:before{content:"\f24e"}.fi-rr-time-fast:before{content:"\f24f"}.fi-rr-time-forward-sixty:before{content:"\f250"}.fi-rr-time-forward-ten:before{content:"\f251"}.fi-rr-time-forward:before{content:"\f252"}.fi-rr-time-half-past:before{content:"\f253"}.fi-rr-time-oclock:before{content:"\f254"}.fi-rr-time-past:before{content:"\f255"}.fi-rr-time-quarter-past:before{content:"\f256"}.fi-rr-time-quarter-to:before{content:"\f257"}.fi-rr-time-twenty-four:before{content:"\f258"}.fi-rr-tool-crop:before{content:"\f259"}.fi-rr-tool-marquee:before{content:"\f25a"}.fi-rr-tooth:before{content:"\f25b"}.fi-rr-transform:before{content:"\f25c"}.fi-rr-trash:before{content:"\f25d"}.fi-rr-treatment:before{content:"\f25e"}.fi-rr-tree-christmas:before{content:"\f25f"}.fi-rr-trophy:before{content:"\f260"}.fi-rr-umbrella:before{content:"\f261"}.fi-rr-underline:before{content:"\f262"}.fi-rr-undo:before{content:"\f263"}.fi-rr-unlock:before{content:"\f264"}.fi-rr-upload:before{content:"\f265"}.fi-rr-usb-pendrive:before{content:"\f266"}.fi-rr-user-add:before{content:"\f267"}.fi-rr-user-delete:before{content:"\f268"}.fi-rr-user-remove:before{content:"\f269"}.fi-rr-user-time:before{content:"\f26a"}.fi-rr-user:before{content:"\f26b"}.fi-rr-vector-alt:before{content:"\f26c"}.fi-rr-vector:before{content:"\f26d"}.fi-rr-video-camera:before{content:"\f26e"}.fi-rr-volleyball:before{content:"\f26f"}.fi-rr-volume:before{content:"\f270"}.fi-rr-wifi-alt:before{content:"\f271"}.fi-rr-world:before{content:"\f272"}.fi-rr-yen:before{content:"\f273"}.fi-rr-zoom-in:before{content:"\f274"}.fi-rr-zoom-out:before{content:"\f275"}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[type=text],[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}[multiple]{background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::-webkit-backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.top-0{top:0px}.left-0{left:0px}.-top-6{top:-1.5rem}.-right-1{right:-.25rem}.right-0{right:0px}.z-20{z-index:20}.z-10{z-index:10}.col-span-2{grid-column:span 2 / span 2}.col-span-full{grid-column:1 / -1}.float-right{float:right}.m-0{margin:0}.m-2{margin:.5rem}.m-auto{margin:auto}.m-4{margin:1rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mb-6{margin-bottom:1.5rem}.mt-2{margin-top:.5rem}.mt-1{margin-top:.25rem}.mb-4{margin-bottom:1rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.mt-4{margin-top:1rem}.ml-1{margin-left:.25rem}.mt-10{margin-top:2.5rem}.mt-8{margin-top:2rem}.ml-3{margin-left:.75rem}.mr-1{margin-right:.25rem}.mt-6{margin-top:1.5rem}.mb-3{margin-bottom:.75rem}.mb-2{margin-bottom:.5rem}.mb-1{margin-bottom:.25rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-screen{height:100vh}.h-4{height:1rem}.h-16{height:4rem}.h-64{height:16rem}.h-full{height:100%}.h-14{height:3.5rem}.h-5{height:1.25rem}.h-28{height:7rem}.h-20{height:5rem}.h-6{height:1.5rem}.h-24{height:6rem}.h-8{height:2rem}.h-0{height:0px}.h-10{height:2.5rem}.h-12{height:3rem}.h-7{height:1.75rem}.h-3{height:.75rem}.h-48{height:12rem}.h-32{height:8rem}.w-screen{width:100vw}.w-4{width:1rem}.w-1\/4{width:25%}.w-full{width:100%}.w-1\/2{width:50%}.w-5{width:1.25rem}.w-12{width:3rem}.w-6{width:1.5rem}.w-32{width:8rem}.w-36{width:9rem}.w-40{width:10rem}.w-28{width:7rem}.w-24{width:6rem}.w-16{width:4rem}.w-20{width:5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-0{width:0px}.w-72{width:18rem}.w-auto{width:auto}.w-14{width:3.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-3{width:.75rem}.w-max{width:-webkit-max-content;width:-moz-max-content;width:max-content}.w-1{width:.25rem}.w-18{width:4.5rem}.w-1\/3{width:33.333333%}.w-2\/3{width:66.666667%}.w-56{width:14rem}.w-2\/5{width:40%}.w-48{width:12rem}.max-w-fit{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.max-w-lg{max-width:32rem}.max-w-full{max-width:100%}.flex-auto{flex:1 1 auto}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}.animate-pulse{-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@-webkit-keyframes spin{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.gap-4{gap:1rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded-md{border-radius:.375rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-tl-xl{border-top-left-radius:.75rem}.rounded-bl-xl{border-bottom-left-radius:.75rem}.rounded-tr{border-top-right-radius:.25rem}.rounded-bl{border-bottom-left-radius:.25rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-x{border-left-width:1px;border-right-width:1px}.border-t-2{border-top-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-yellow-300{--tw-border-opacity: 1;border-color:hsl(54 96% 64% / var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-rose-300{--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-red-700{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}.border-stone-200{--tw-border-opacity: 1;border-color:rgb(231 229 228 / var(--tw-border-opacity))}.border-stone-300{--tw-border-opacity: 1;border-color:rgb(214 211 209 / var(--tw-border-opacity))}.border-rose-600{--tw-border-opacity: 1;border-color:rgb(225 29 72 / var(--tw-border-opacity))}.border-green-700{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:hsl(60 96% 96% / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:hsl(50 96% 50% / var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:hsl(52 96% 54% / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:hsl(56 96% 76% / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-yellow-300{--tw-bg-opacity: 1;background-color:hsl(54 96% 64% / var(--tw-bg-opacity))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.bg-stone-600{--tw-bg-opacity: 1;background-color:rgb(87 83 78 / var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-slate-600{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.bg-stone-800{--tw-bg-opacity: 1;background-color:rgb(41 37 36 / var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-20{--tw-bg-opacity: .2}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-rose-300{--tw-gradient-from: #fda4af;--tw-gradient-to: rgb(253 164 175 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-white{--tw-gradient-to: #fff}.bg-local{background-attachment:local}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-4{padding:1rem}.p-0{padding:0}.p-2{padding:.5rem}.p-1{padding:.25rem}.p-3{padding:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-0{padding-top:0;padding-bottom:0}.px-0{padding-left:0;padding-right:0}.px-8{padding-left:2rem;padding-right:2rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.pb-8{padding-bottom:2rem}.pr-4{padding-right:1rem}.pt-6{padding-top:1.5rem}.pl-2{padding-left:.5rem}.pt-2{padding-top:.5rem}.pr-3{padding-right:.75rem}.pl-4{padding-left:1rem}.pt-1{padding-top:.25rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.pb-2{padding-bottom:.5rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.pb-1{padding-bottom:.25rem}.pl-3{padding-left:.75rem}.pr-1{padding-right:.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-xs{font-size:.75rem;line-height:1rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xs{font-size:9px;line-height:0}.font-medium{font-weight:500}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-extrabold{font-weight:800}.font-normal{font-weight:400}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-snug{line-height:1.375}.leading-10{line-height:2.5rem}.leading-tight{line-height:1.25}.leading-loose{line-height:2}.text-yellow-500{--tw-text-opacity: 1;color:hsl(50 96% 50% / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-stone-800{--tw-text-opacity: 1;color:rgb(41 37 36 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-stone-600{--tw-text-opacity: 1;color:rgb(87 83 78 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-stone-900{--tw-text-opacity: 1;color:rgb(28 25 23 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity: 1;color:hsl(48 96% 46% / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.opacity-50{opacity:.5}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.opacity-0{opacity:0}.opacity-70{opacity:.7}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{--mdc-theme-primary: #222222;--mdc-theme-secondary: #FCB800}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.disabled\:text-gray-400:disabled{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}
