@charset "UTF-8";@layer styles{.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fas,.far,.fab,.fa{--_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display, inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style, 900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width, 1.25em)}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa);content:var(--fa)/""}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:calc((6 / 10 - .375) * 1em)}.fa-xs{font-size:.75em;line-height:calc(1 / 12 * 1em);vertical-align:.125em}.fa-sm{font-size:.875em;line-height:calc(1 / 14 * 1em);vertical-align:calc((6 / 14 - .375) * 1em)}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:calc((6 / 20 - .375) * 1em)}.fa-xl{font-size:1.5em;line-height:calc(1 / 24 * 1em);vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-width-auto{--fa-width: auto}.fa-fw,.fa-width-fixed{--fa-width: 1.25em}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin, 2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(-1 * var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, .1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, .0625em);box-sizing:var(--fa-border-box-sizing, content-box);padding:var(--fa-border-padding, .1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin, .3em)}.fa-pull-right,.fa-pull-end{float:inline-end;margin-inline-start:var(--fa-pull-margin, .3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media (prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound, -.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, .4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity, .4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, 0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0{--fa: "0"}.fa-1{--fa: "1"}.fa-2{--fa: "2"}.fa-3{--fa: "3"}.fa-4{--fa: "4"}.fa-5{--fa: "5"}.fa-6{--fa: "6"}.fa-7{--fa: "7"}.fa-8{--fa: "8"}.fa-9{--fa: "9"}.fa-exclamation{--fa: "!"}.fa-hashtag{--fa: "#"}.fa-dollar-sign,.fa-dollar,.fa-usd{--fa: "$"}.fa-percent,.fa-percentage{--fa: "%"}.fa-asterisk{--fa: "*"}.fa-plus,.fa-add{--fa: "+"}.fa-less-than{--fa: "<"}.fa-equals{--fa: "="}.fa-greater-than{--fa: ">"}.fa-question{--fa: "?"}.fa-at{--fa: "@"}.fa-a{--fa: "A"}.fa-b{--fa: "B"}.fa-c{--fa: "C"}.fa-d{--fa: "D"}.fa-e{--fa: "E"}.fa-f{--fa: "F"}.fa-g{--fa: "G"}.fa-h{--fa: "H"}.fa-i{--fa: "I"}.fa-j{--fa: "J"}.fa-k{--fa: "K"}.fa-l{--fa: "L"}.fa-m{--fa: "M"}.fa-n{--fa: "N"}.fa-o{--fa: "O"}.fa-p{--fa: "P"}.fa-q{--fa: "Q"}.fa-r{--fa: "R"}.fa-s{--fa: "S"}.fa-t{--fa: "T"}.fa-u{--fa: "U"}.fa-v{--fa: "V"}.fa-w{--fa: "W"}.fa-x{--fa: "X"}.fa-y{--fa: "Y"}.fa-z{--fa: "Z"}.fa-faucet{--fa: "\e005"}.fa-faucet-drip{--fa: "\e006"}.fa-house-chimney-window{--fa: "\e00d"}.fa-house-signal{--fa: "\e012"}.fa-temperature-arrow-down,.fa-temperature-down{--fa: "\e03f"}.fa-temperature-arrow-up,.fa-temperature-up{--fa: "\e040"}.fa-trailer{--fa: "\e041"}.fa-bacteria{--fa: "\e059"}.fa-bacterium{--fa: "\e05a"}.fa-box-tissue{--fa: "\e05b"}.fa-hand-holding-medical{--fa: "\e05c"}.fa-hand-sparkles{--fa: "\e05d"}.fa-hands-bubbles,.fa-hands-wash{--fa: "\e05e"}.fa-handshake-slash,.fa-handshake-alt-slash,.fa-handshake-simple-slash{--fa: "\e060"}.fa-head-side-cough{--fa: "\e061"}.fa-head-side-cough-slash{--fa: "\e062"}.fa-head-side-mask{--fa: "\e063"}.fa-head-side-virus{--fa: "\e064"}.fa-house-chimney-user{--fa: "\e065"}.fa-house-laptop,.fa-laptop-house{--fa: "\e066"}.fa-lungs-virus{--fa: "\e067"}.fa-people-arrows,.fa-people-arrows-left-right{--fa: "\e068"}.fa-plane-slash{--fa: "\e069"}.fa-pump-medical{--fa: "\e06a"}.fa-pump-soap{--fa: "\e06b"}.fa-shield-virus{--fa: "\e06c"}.fa-sink{--fa: "\e06d"}.fa-soap{--fa: "\e06e"}.fa-stopwatch-20{--fa: "\e06f"}.fa-shop-slash,.fa-store-alt-slash{--fa: "\e070"}.fa-store-slash{--fa: "\e071"}.fa-toilet-paper-slash{--fa: "\e072"}.fa-users-slash{--fa: "\e073"}.fa-virus{--fa: "\e074"}.fa-virus-slash{--fa: "\e075"}.fa-viruses{--fa: "\e076"}.fa-vest{--fa: "\e085"}.fa-vest-patches{--fa: "\e086"}.fa-arrow-trend-down{--fa: "\e097"}.fa-arrow-trend-up{--fa: "\e098"}.fa-arrow-up-from-bracket{--fa: "\e09a"}.fa-austral-sign{--fa: "\e0a9"}.fa-baht-sign{--fa: "\e0ac"}.fa-bitcoin-sign{--fa: "\e0b4"}.fa-bolt-lightning{--fa: "\e0b7"}.fa-book-bookmark{--fa: "\e0bb"}.fa-camera-rotate{--fa: "\e0d8"}.fa-cedi-sign{--fa: "\e0df"}.fa-chart-column{--fa: "\e0e3"}.fa-chart-gantt{--fa: "\e0e4"}.fa-clapperboard{--fa: "\e131"}.fa-clover{--fa: "\e139"}.fa-code-compare{--fa: "\e13a"}.fa-code-fork{--fa: "\e13b"}.fa-code-pull-request{--fa: "\e13c"}.fa-colon-sign{--fa: "\e140"}.fa-cruzeiro-sign{--fa: "\e152"}.fa-display{--fa: "\e163"}.fa-dong-sign{--fa: "\e169"}.fa-elevator{--fa: "\e16d"}.fa-filter-circle-xmark{--fa: "\e17b"}.fa-florin-sign{--fa: "\e184"}.fa-folder-closed{--fa: "\e185"}.fa-franc-sign{--fa: "\e18f"}.fa-guarani-sign{--fa: "\e19a"}.fa-gun{--fa: "\e19b"}.fa-hands-clapping{--fa: "\e1a8"}.fa-house-user,.fa-home-user{--fa: "\e1b0"}.fa-indian-rupee-sign,.fa-indian-rupee,.fa-inr{--fa: "\e1bc"}.fa-kip-sign{--fa: "\e1c4"}.fa-lari-sign{--fa: "\e1c8"}.fa-litecoin-sign{--fa: "\e1d3"}.fa-manat-sign{--fa: "\e1d5"}.fa-mask-face{--fa: "\e1d7"}.fa-mill-sign{--fa: "\e1ed"}.fa-money-bills{--fa: "\e1f3"}.fa-naira-sign{--fa: "\e1f6"}.fa-notdef{--fa: "\e1fe"}.fa-panorama{--fa: "\e209"}.fa-peseta-sign{--fa: "\e221"}.fa-peso-sign{--fa: "\e222"}.fa-plane-up{--fa: "\e22d"}.fa-rupiah-sign{--fa: "\e23d"}.fa-stairs{--fa: "\e289"}.fa-timeline{--fa: "\e29c"}.fa-truck-front{--fa: "\e2b7"}.fa-turkish-lira-sign,.fa-try,.fa-turkish-lira{--fa: "\e2bb"}.fa-vault{--fa: "\e2c5"}.fa-wand-magic-sparkles,.fa-magic-wand-sparkles{--fa: "\e2ca"}.fa-wheat-awn,.fa-wheat-alt{--fa: "\e2cd"}.fa-wheelchair-move,.fa-wheelchair-alt{--fa: "\e2ce"}.fa-bangladeshi-taka-sign{--fa: "\e2e6"}.fa-bowl-rice{--fa: "\e2eb"}.fa-person-pregnant{--fa: "\e31e"}.fa-house-chimney,.fa-home-lg{--fa: "\e3af"}.fa-house-crack{--fa: "\e3b1"}.fa-house-medical{--fa: "\e3b2"}.fa-cent-sign{--fa: "\e3f5"}.fa-plus-minus{--fa: "\e43c"}.fa-sailboat{--fa: "\e445"}.fa-section{--fa: "\e447"}.fa-shrimp{--fa: "\e448"}.fa-brazilian-real-sign{--fa: "\e46c"}.fa-chart-simple{--fa: "\e473"}.fa-diagram-next{--fa: "\e476"}.fa-diagram-predecessor{--fa: "\e477"}.fa-diagram-successor{--fa: "\e47a"}.fa-earth-oceania,.fa-globe-oceania{--fa: "\e47b"}.fa-bug-slash{--fa: "\e490"}.fa-file-circle-plus{--fa: "\e494"}.fa-shop-lock{--fa: "\e4a5"}.fa-virus-covid{--fa: "\e4a8"}.fa-virus-covid-slash{--fa: "\e4a9"}.fa-anchor-circle-check{--fa: "\e4aa"}.fa-anchor-circle-exclamation{--fa: "\e4ab"}.fa-anchor-circle-xmark{--fa: "\e4ac"}.fa-anchor-lock{--fa: "\e4ad"}.fa-arrow-down-up-across-line{--fa: "\e4af"}.fa-arrow-down-up-lock{--fa: "\e4b0"}.fa-arrow-right-to-city{--fa: "\e4b3"}.fa-arrow-up-from-ground-water{--fa: "\e4b5"}.fa-arrow-up-from-water-pump{--fa: "\e4b6"}.fa-arrow-up-right-dots{--fa: "\e4b7"}.fa-arrows-down-to-line{--fa: "\e4b8"}.fa-arrows-down-to-people{--fa: "\e4b9"}.fa-arrows-left-right-to-line{--fa: "\e4ba"}.fa-arrows-spin{--fa: "\e4bb"}.fa-arrows-split-up-and-left{--fa: "\e4bc"}.fa-arrows-to-circle{--fa: "\e4bd"}.fa-arrows-to-dot{--fa: "\e4be"}.fa-arrows-to-eye{--fa: "\e4bf"}.fa-arrows-turn-right{--fa: "\e4c0"}.fa-arrows-turn-to-dots{--fa: "\e4c1"}.fa-arrows-up-to-line{--fa: "\e4c2"}.fa-bore-hole{--fa: "\e4c3"}.fa-bottle-droplet{--fa: "\e4c4"}.fa-bottle-water{--fa: "\e4c5"}.fa-bowl-food{--fa: "\e4c6"}.fa-boxes-packing{--fa: "\e4c7"}.fa-bridge{--fa: "\e4c8"}.fa-bridge-circle-check{--fa: "\e4c9"}.fa-bridge-circle-exclamation{--fa: "\e4ca"}.fa-bridge-circle-xmark{--fa: "\e4cb"}.fa-bridge-lock{--fa: "\e4cc"}.fa-bridge-water{--fa: "\e4ce"}.fa-bucket{--fa: "\e4cf"}.fa-bugs{--fa: "\e4d0"}.fa-building-circle-arrow-right{--fa: "\e4d1"}.fa-building-circle-check{--fa: "\e4d2"}.fa-building-circle-exclamation{--fa: "\e4d3"}.fa-building-circle-xmark{--fa: "\e4d4"}.fa-building-flag{--fa: "\e4d5"}.fa-building-lock{--fa: "\e4d6"}.fa-building-ngo{--fa: "\e4d7"}.fa-building-shield{--fa: "\e4d8"}.fa-building-un{--fa: "\e4d9"}.fa-building-user{--fa: "\e4da"}.fa-building-wheat{--fa: "\e4db"}.fa-burst{--fa: "\e4dc"}.fa-car-on{--fa: "\e4dd"}.fa-car-tunnel{--fa: "\e4de"}.fa-child-combatant,.fa-child-rifle{--fa: "\e4e0"}.fa-children{--fa: "\e4e1"}.fa-circle-nodes{--fa: "\e4e2"}.fa-clipboard-question{--fa: "\e4e3"}.fa-cloud-showers-water{--fa: "\e4e4"}.fa-computer{--fa: "\e4e5"}.fa-cubes-stacked{--fa: "\e4e6"}.fa-envelope-circle-check{--fa: "\e4e8"}.fa-explosion{--fa: "\e4e9"}.fa-ferry{--fa: "\e4ea"}.fa-file-circle-exclamation{--fa: "\e4eb"}.fa-file-circle-minus{--fa: "\e4ed"}.fa-file-circle-question{--fa: "\e4ef"}.fa-file-shield{--fa: "\e4f0"}.fa-fire-burner{--fa: "\e4f1"}.fa-fish-fins{--fa: "\e4f2"}.fa-flask-vial{--fa: "\e4f3"}.fa-glass-water{--fa: "\e4f4"}.fa-glass-water-droplet{--fa: "\e4f5"}.fa-group-arrows-rotate{--fa: "\e4f6"}.fa-hand-holding-hand{--fa: "\e4f7"}.fa-handcuffs{--fa: "\e4f8"}.fa-hands-bound{--fa: "\e4f9"}.fa-hands-holding-child{--fa: "\e4fa"}.fa-hands-holding-circle{--fa: "\e4fb"}.fa-heart-circle-bolt{--fa: "\e4fc"}.fa-heart-circle-check{--fa: "\e4fd"}.fa-heart-circle-exclamation{--fa: "\e4fe"}.fa-heart-circle-minus{--fa: "\e4ff"}.fa-heart-circle-plus{--fa: "\e500"}.fa-heart-circle-xmark{--fa: "\e501"}.fa-helicopter-symbol{--fa: "\e502"}.fa-helmet-un{--fa: "\e503"}.fa-hill-avalanche{--fa: "\e507"}.fa-hill-rockslide{--fa: "\e508"}.fa-house-circle-check{--fa: "\e509"}.fa-house-circle-exclamation{--fa: "\e50a"}.fa-house-circle-xmark{--fa: "\e50b"}.fa-house-fire{--fa: "\e50c"}.fa-house-flag{--fa: "\e50d"}.fa-house-flood-water{--fa: "\e50e"}.fa-house-flood-water-circle-arrow-right{--fa: "\e50f"}.fa-house-lock{--fa: "\e510"}.fa-house-medical-circle-check{--fa: "\e511"}.fa-house-medical-circle-exclamation{--fa: "\e512"}.fa-house-medical-circle-xmark{--fa: "\e513"}.fa-house-medical-flag{--fa: "\e514"}.fa-house-tsunami{--fa: "\e515"}.fa-jar{--fa: "\e516"}.fa-jar-wheat{--fa: "\e517"}.fa-jet-fighter-up{--fa: "\e518"}.fa-jug-detergent{--fa: "\e519"}.fa-kitchen-set{--fa: "\e51a"}.fa-land-mine-on{--fa: "\e51b"}.fa-landmark-flag{--fa: "\e51c"}.fa-laptop-file{--fa: "\e51d"}.fa-lines-leaning{--fa: "\e51e"}.fa-location-pin-lock{--fa: "\e51f"}.fa-locust{--fa: "\e520"}.fa-magnifying-glass-arrow-right{--fa: "\e521"}.fa-magnifying-glass-chart{--fa: "\e522"}.fa-mars-and-venus-burst{--fa: "\e523"}.fa-mask-ventilator{--fa: "\e524"}.fa-mattress-pillow{--fa: "\e525"}.fa-mobile-retro{--fa: "\e527"}.fa-money-bill-transfer{--fa: "\e528"}.fa-money-bill-trend-up{--fa: "\e529"}.fa-money-bill-wheat{--fa: "\e52a"}.fa-mosquito{--fa: "\e52b"}.fa-mosquito-net{--fa: "\e52c"}.fa-mound{--fa: "\e52d"}.fa-mountain-city{--fa: "\e52e"}.fa-mountain-sun{--fa: "\e52f"}.fa-oil-well{--fa: "\e532"}.fa-people-group{--fa: "\e533"}.fa-people-line{--fa: "\e534"}.fa-people-pulling{--fa: "\e535"}.fa-people-robbery{--fa: "\e536"}.fa-people-roof{--fa: "\e537"}.fa-person-arrow-down-to-line{--fa: "\e538"}.fa-person-arrow-up-from-line{--fa: "\e539"}.fa-person-breastfeeding{--fa: "\e53a"}.fa-person-burst{--fa: "\e53b"}.fa-person-cane{--fa: "\e53c"}.fa-person-chalkboard{--fa: "\e53d"}.fa-person-circle-check{--fa: "\e53e"}.fa-person-circle-exclamation{--fa: "\e53f"}.fa-person-circle-minus{--fa: "\e540"}.fa-person-circle-plus{--fa: "\e541"}.fa-person-circle-question{--fa: "\e542"}.fa-person-circle-xmark{--fa: "\e543"}.fa-person-dress-burst{--fa: "\e544"}.fa-person-drowning{--fa: "\e545"}.fa-person-falling{--fa: "\e546"}.fa-person-falling-burst{--fa: "\e547"}.fa-person-half-dress{--fa: "\e548"}.fa-person-harassing{--fa: "\e549"}.fa-person-military-pointing{--fa: "\e54a"}.fa-person-military-rifle{--fa: "\e54b"}.fa-person-military-to-person{--fa: "\e54c"}.fa-person-rays{--fa: "\e54d"}.fa-person-rifle{--fa: "\e54e"}.fa-person-shelter{--fa: "\e54f"}.fa-person-walking-arrow-loop-left{--fa: "\e551"}.fa-person-walking-arrow-right{--fa: "\e552"}.fa-person-walking-dashed-line-arrow-right{--fa: "\e553"}.fa-person-walking-luggage{--fa: "\e554"}.fa-plane-circle-check{--fa: "\e555"}.fa-plane-circle-exclamation{--fa: "\e556"}.fa-plane-circle-xmark{--fa: "\e557"}.fa-plane-lock{--fa: "\e558"}.fa-plate-wheat{--fa: "\e55a"}.fa-plug-circle-bolt{--fa: "\e55b"}.fa-plug-circle-check{--fa: "\e55c"}.fa-plug-circle-exclamation{--fa: "\e55d"}.fa-plug-circle-minus{--fa: "\e55e"}.fa-plug-circle-plus{--fa: "\e55f"}.fa-plug-circle-xmark{--fa: "\e560"}.fa-ranking-star{--fa: "\e561"}.fa-road-barrier{--fa: "\e562"}.fa-road-bridge{--fa: "\e563"}.fa-road-circle-check{--fa: "\e564"}.fa-road-circle-exclamation{--fa: "\e565"}.fa-road-circle-xmark{--fa: "\e566"}.fa-road-lock{--fa: "\e567"}.fa-road-spikes{--fa: "\e568"}.fa-rug{--fa: "\e569"}.fa-sack-xmark{--fa: "\e56a"}.fa-school-circle-check{--fa: "\e56b"}.fa-school-circle-exclamation{--fa: "\e56c"}.fa-school-circle-xmark{--fa: "\e56d"}.fa-school-flag{--fa: "\e56e"}.fa-school-lock{--fa: "\e56f"}.fa-sheet-plastic{--fa: "\e571"}.fa-shield-cat{--fa: "\e572"}.fa-shield-dog{--fa: "\e573"}.fa-shield-heart{--fa: "\e574"}.fa-square-nfi{--fa: "\e576"}.fa-square-person-confined{--fa: "\e577"}.fa-square-virus{--fa: "\e578"}.fa-staff-snake,.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius{--fa: "\e579"}.fa-sun-plant-wilt{--fa: "\e57a"}.fa-tarp{--fa: "\e57b"}.fa-tarp-droplet{--fa: "\e57c"}.fa-tent{--fa: "\e57d"}.fa-tent-arrow-down-to-line{--fa: "\e57e"}.fa-tent-arrow-left-right{--fa: "\e57f"}.fa-tent-arrow-turn-left{--fa: "\e580"}.fa-tent-arrows-down{--fa: "\e581"}.fa-tents{--fa: "\e582"}.fa-toilet-portable{--fa: "\e583"}.fa-toilets-portable{--fa: "\e584"}.fa-tower-cell{--fa: "\e585"}.fa-tower-observation{--fa: "\e586"}.fa-tree-city{--fa: "\e587"}.fa-trowel{--fa: "\e589"}.fa-trowel-bricks{--fa: "\e58a"}.fa-truck-arrow-right{--fa: "\e58b"}.fa-truck-droplet{--fa: "\e58c"}.fa-truck-field{--fa: "\e58d"}.fa-truck-field-un{--fa: "\e58e"}.fa-truck-plane{--fa: "\e58f"}.fa-users-between-lines{--fa: "\e591"}.fa-users-line{--fa: "\e592"}.fa-users-rays{--fa: "\e593"}.fa-users-rectangle{--fa: "\e594"}.fa-users-viewfinder{--fa: "\e595"}.fa-vial-circle-check{--fa: "\e596"}.fa-vial-virus{--fa: "\e597"}.fa-wheat-awn-circle-exclamation{--fa: "\e598"}.fa-worm{--fa: "\e599"}.fa-xmarks-lines{--fa: "\e59a"}.fa-child-dress{--fa: "\e59c"}.fa-child-reaching{--fa: "\e59d"}.fa-file-circle-check{--fa: "\e5a0"}.fa-file-circle-xmark{--fa: "\e5a1"}.fa-person-through-window{--fa: "\e5a9"}.fa-plant-wilt{--fa: "\e5aa"}.fa-stapler{--fa: "\e5af"}.fa-train-tram{--fa: "\e5b4"}.fa-table-cells-column-lock{--fa: "\e678"}.fa-table-cells-row-lock{--fa: "\e67a"}.fa-web-awesome{--fa: "\e682"}.fa-thumbtack-slash,.fa-thumb-tack-slash{--fa: "\e68f"}.fa-table-cells-row-unlock{--fa: "\e691"}.fa-chart-diagram{--fa: "\e695"}.fa-comment-nodes{--fa: "\e696"}.fa-file-fragment{--fa: "\e697"}.fa-file-half-dashed{--fa: "\e698"}.fa-hexagon-nodes{--fa: "\e699"}.fa-hexagon-nodes-bolt{--fa: "\e69a"}.fa-square-binary{--fa: "\e69b"}.fa-pentagon{--fa: "\e790"}.fa-non-binary{--fa: "\e807"}.fa-spiral{--fa: "\e80a"}.fa-mobile-vibrate{--fa: "\e816"}.fa-single-quote-left{--fa: "\e81b"}.fa-single-quote-right{--fa: "\e81c"}.fa-bus-side{--fa: "\e81d"}.fa-septagon,.fa-heptagon{--fa: "\e820"}.fa-martini-glass-empty,.fa-glass-martini{--fa: "\f000"}.fa-music{--fa: "\f001"}.fa-magnifying-glass,.fa-search{--fa: "\f002"}.fa-heart{--fa: "\f004"}.fa-star{--fa: "\f005"}.fa-user,.fa-user-alt,.fa-user-large{--fa: "\f007"}.fa-film,.fa-film-alt,.fa-film-simple{--fa: "\f008"}.fa-table-cells-large,.fa-th-large{--fa: "\f009"}.fa-table-cells,.fa-th{--fa: "\f00a"}.fa-table-list,.fa-th-list{--fa: "\f00b"}.fa-check{--fa: "\f00c"}.fa-xmark,.fa-close,.fa-multiply,.fa-remove,.fa-times{--fa: "\f00d"}.fa-magnifying-glass-plus,.fa-search-plus{--fa: "\f00e"}.fa-magnifying-glass-minus,.fa-search-minus{--fa: "\f010"}.fa-power-off{--fa: "\f011"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa: "\f012"}.fa-gear,.fa-cog{--fa: "\f013"}.fa-house,.fa-home,.fa-home-alt,.fa-home-lg-alt{--fa: "\f015"}.fa-clock,.fa-clock-four{--fa: "\f017"}.fa-road{--fa: "\f018"}.fa-download{--fa: "\f019"}.fa-inbox{--fa: "\f01c"}.fa-arrow-rotate-right,.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-redo{--fa: "\f01e"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa: "\f021"}.fa-rectangle-list,.fa-list-alt{--fa: "\f022"}.fa-lock{--fa: "\f023"}.fa-flag{--fa: "\f024"}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa: "\f025"}.fa-volume-off{--fa: "\f026"}.fa-volume-low,.fa-volume-down{--fa: "\f027"}.fa-volume-high,.fa-volume-up{--fa: "\f028"}.fa-qrcode{--fa: "\f029"}.fa-barcode{--fa: "\f02a"}.fa-tag{--fa: "\f02b"}.fa-tags{--fa: "\f02c"}.fa-book{--fa: "\f02d"}.fa-bookmark{--fa: "\f02e"}.fa-print{--fa: "\f02f"}.fa-camera,.fa-camera-alt{--fa: "\f030"}.fa-font{--fa: "\f031"}.fa-bold{--fa: "\f032"}.fa-italic{--fa: "\f033"}.fa-text-height{--fa: "\f034"}.fa-text-width{--fa: "\f035"}.fa-align-left{--fa: "\f036"}.fa-align-center{--fa: "\f037"}.fa-align-right{--fa: "\f038"}.fa-align-justify{--fa: "\f039"}.fa-list,.fa-list-squares{--fa: "\f03a"}.fa-outdent,.fa-dedent{--fa: "\f03b"}.fa-indent{--fa: "\f03c"}.fa-video,.fa-video-camera{--fa: "\f03d"}.fa-image{--fa: "\f03e"}.fa-location-pin,.fa-map-marker{--fa: "\f041"}.fa-circle-half-stroke,.fa-adjust{--fa: "\f042"}.fa-droplet,.fa-tint{--fa: "\f043"}.fa-pen-to-square,.fa-edit{--fa: "\f044"}.fa-arrows-up-down-left-right,.fa-arrows{--fa: "\f047"}.fa-backward-step,.fa-step-backward{--fa: "\f048"}.fa-backward-fast,.fa-fast-backward{--fa: "\f049"}.fa-backward{--fa: "\f04a"}.fa-play{--fa: "\f04b"}.fa-pause{--fa: "\f04c"}.fa-stop{--fa: "\f04d"}.fa-forward{--fa: "\f04e"}.fa-forward-fast,.fa-fast-forward{--fa: "\f050"}.fa-forward-step,.fa-step-forward{--fa: "\f051"}.fa-eject{--fa: "\f052"}.fa-chevron-left{--fa: "\f053"}.fa-chevron-right{--fa: "\f054"}.fa-circle-plus,.fa-plus-circle{--fa: "\f055"}.fa-circle-minus,.fa-minus-circle{--fa: "\f056"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa: "\f057"}.fa-circle-check,.fa-check-circle{--fa: "\f058"}.fa-circle-question,.fa-question-circle{--fa: "\f059"}.fa-circle-info,.fa-info-circle{--fa: "\f05a"}.fa-crosshairs{--fa: "\f05b"}.fa-ban,.fa-cancel{--fa: "\f05e"}.fa-arrow-left{--fa: "\f060"}.fa-arrow-right{--fa: "\f061"}.fa-arrow-up{--fa: "\f062"}.fa-arrow-down{--fa: "\f063"}.fa-share,.fa-mail-forward{--fa: "\f064"}.fa-expand{--fa: "\f065"}.fa-compress{--fa: "\f066"}.fa-minus,.fa-subtract{--fa: "\f068"}.fa-circle-exclamation,.fa-exclamation-circle{--fa: "\f06a"}.fa-gift{--fa: "\f06b"}.fa-leaf{--fa: "\f06c"}.fa-fire{--fa: "\f06d"}.fa-eye{--fa: "\f06e"}.fa-eye-slash{--fa: "\f070"}.fa-triangle-exclamation,.fa-exclamation-triangle,.fa-warning{--fa: "\f071"}.fa-plane{--fa: "\f072"}.fa-calendar-days,.fa-calendar-alt{--fa: "\f073"}.fa-shuffle,.fa-random{--fa: "\f074"}.fa-comment{--fa: "\f075"}.fa-magnet{--fa: "\f076"}.fa-chevron-up{--fa: "\f077"}.fa-chevron-down{--fa: "\f078"}.fa-retweet{--fa: "\f079"}.fa-cart-shopping,.fa-shopping-cart{--fa: "\f07a"}.fa-folder,.fa-folder-blank{--fa: "\f07b"}.fa-folder-open{--fa: "\f07c"}.fa-arrows-up-down,.fa-arrows-v{--fa: "\f07d"}.fa-arrows-left-right,.fa-arrows-h{--fa: "\f07e"}.fa-chart-bar,.fa-bar-chart{--fa: "\f080"}.fa-camera-retro{--fa: "\f083"}.fa-key{--fa: "\f084"}.fa-gears,.fa-cogs{--fa: "\f085"}.fa-comments{--fa: "\f086"}.fa-star-half{--fa: "\f089"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa: "\f08b"}.fa-thumbtack,.fa-thumb-tack{--fa: "\f08d"}.fa-arrow-up-right-from-square,.fa-external-link{--fa: "\f08e"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa: "\f090"}.fa-trophy{--fa: "\f091"}.fa-upload{--fa: "\f093"}.fa-lemon{--fa: "\f094"}.fa-phone{--fa: "\f095"}.fa-square-phone,.fa-phone-square{--fa: "\f098"}.fa-unlock{--fa: "\f09c"}.fa-credit-card,.fa-credit-card-alt{--fa: "\f09d"}.fa-rss,.fa-feed{--fa: "\f09e"}.fa-hard-drive,.fa-hdd{--fa: "\f0a0"}.fa-bullhorn{--fa: "\f0a1"}.fa-certificate{--fa: "\f0a3"}.fa-hand-point-right{--fa: "\f0a4"}.fa-hand-point-left{--fa: "\f0a5"}.fa-hand-point-up{--fa: "\f0a6"}.fa-hand-point-down{--fa: "\f0a7"}.fa-circle-arrow-left,.fa-arrow-circle-left{--fa: "\f0a8"}.fa-circle-arrow-right,.fa-arrow-circle-right{--fa: "\f0a9"}.fa-circle-arrow-up,.fa-arrow-circle-up{--fa: "\f0aa"}.fa-circle-arrow-down,.fa-arrow-circle-down{--fa: "\f0ab"}.fa-globe{--fa: "\f0ac"}.fa-wrench{--fa: "\f0ad"}.fa-list-check,.fa-tasks{--fa: "\f0ae"}.fa-filter{--fa: "\f0b0"}.fa-briefcase{--fa: "\f0b1"}.fa-up-down-left-right,.fa-arrows-alt{--fa: "\f0b2"}.fa-users{--fa: "\f0c0"}.fa-link,.fa-chain{--fa: "\f0c1"}.fa-cloud{--fa: "\f0c2"}.fa-flask{--fa: "\f0c3"}.fa-scissors,.fa-cut{--fa: "\f0c4"}.fa-copy{--fa: "\f0c5"}.fa-paperclip{--fa: "\f0c6"}.fa-floppy-disk,.fa-save{--fa: "\f0c7"}.fa-square{--fa: "\f0c8"}.fa-bars,.fa-navicon{--fa: "\f0c9"}.fa-list-ul,.fa-list-dots{--fa: "\f0ca"}.fa-list-ol,.fa-list-1-2,.fa-list-numeric{--fa: "\f0cb"}.fa-strikethrough{--fa: "\f0cc"}.fa-underline{--fa: "\f0cd"}.fa-table{--fa: "\f0ce"}.fa-wand-magic,.fa-magic{--fa: "\f0d0"}.fa-truck{--fa: "\f0d1"}.fa-money-bill{--fa: "\f0d6"}.fa-caret-down{--fa: "\f0d7"}.fa-caret-up{--fa: "\f0d8"}.fa-caret-left{--fa: "\f0d9"}.fa-caret-right{--fa: "\f0da"}.fa-table-columns,.fa-columns{--fa: "\f0db"}.fa-sort,.fa-unsorted{--fa: "\f0dc"}.fa-sort-down,.fa-sort-desc{--fa: "\f0dd"}.fa-sort-up,.fa-sort-asc{--fa: "\f0de"}.fa-envelope{--fa: "\f0e0"}.fa-arrow-rotate-left,.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-undo{--fa: "\f0e2"}.fa-gavel,.fa-legal{--fa: "\f0e3"}.fa-bolt,.fa-zap{--fa: "\f0e7"}.fa-sitemap{--fa: "\f0e8"}.fa-umbrella{--fa: "\f0e9"}.fa-paste,.fa-file-clipboard{--fa: "\f0ea"}.fa-lightbulb{--fa: "\f0eb"}.fa-arrow-right-arrow-left,.fa-exchange{--fa: "\f0ec"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa: "\f0ed"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa: "\f0ee"}.fa-user-doctor,.fa-user-md{--fa: "\f0f0"}.fa-stethoscope{--fa: "\f0f1"}.fa-suitcase{--fa: "\f0f2"}.fa-bell{--fa: "\f0f3"}.fa-mug-saucer,.fa-coffee{--fa: "\f0f4"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa: "\f0f8"}.fa-truck-medical,.fa-ambulance{--fa: "\f0f9"}.fa-suitcase-medical,.fa-medkit{--fa: "\f0fa"}.fa-jet-fighter,.fa-fighter-jet{--fa: "\f0fb"}.fa-beer-mug-empty,.fa-beer{--fa: "\f0fc"}.fa-square-h,.fa-h-square{--fa: "\f0fd"}.fa-square-plus,.fa-plus-square{--fa: "\f0fe"}.fa-angles-left,.fa-angle-double-left{--fa: "\f100"}.fa-angles-right,.fa-angle-double-right{--fa: "\f101"}.fa-angles-up,.fa-angle-double-up{--fa: "\f102"}.fa-angles-down,.fa-angle-double-down{--fa: "\f103"}.fa-angle-left{--fa: "\f104"}.fa-angle-right{--fa: "\f105"}.fa-angle-up{--fa: "\f106"}.fa-angle-down{--fa: "\f107"}.fa-laptop{--fa: "\f109"}.fa-tablet-button{--fa: "\f10a"}.fa-mobile-button{--fa: "\f10b"}.fa-quote-left,.fa-quote-left-alt{--fa: "\f10d"}.fa-quote-right,.fa-quote-right-alt{--fa: "\f10e"}.fa-spinner{--fa: "\f110"}.fa-circle{--fa: "\f111"}.fa-face-smile,.fa-smile{--fa: "\f118"}.fa-face-frown,.fa-frown{--fa: "\f119"}.fa-face-meh,.fa-meh{--fa: "\f11a"}.fa-gamepad{--fa: "\f11b"}.fa-keyboard{--fa: "\f11c"}.fa-flag-checkered{--fa: "\f11e"}.fa-terminal{--fa: "\f120"}.fa-code{--fa: "\f121"}.fa-reply-all,.fa-mail-reply-all{--fa: "\f122"}.fa-location-arrow{--fa: "\f124"}.fa-crop{--fa: "\f125"}.fa-code-branch{--fa: "\f126"}.fa-link-slash,.fa-chain-broken,.fa-chain-slash,.fa-unlink{--fa: "\f127"}.fa-info{--fa: "\f129"}.fa-superscript{--fa: "\f12b"}.fa-subscript{--fa: "\f12c"}.fa-eraser{--fa: "\f12d"}.fa-puzzle-piece{--fa: "\f12e"}.fa-microphone{--fa: "\f130"}.fa-microphone-slash{--fa: "\f131"}.fa-shield,.fa-shield-blank{--fa: "\f132"}.fa-calendar{--fa: "\f133"}.fa-fire-extinguisher{--fa: "\f134"}.fa-rocket{--fa: "\f135"}.fa-circle-chevron-left,.fa-chevron-circle-left{--fa: "\f137"}.fa-circle-chevron-right,.fa-chevron-circle-right{--fa: "\f138"}.fa-circle-chevron-up,.fa-chevron-circle-up{--fa: "\f139"}.fa-circle-chevron-down,.fa-chevron-circle-down{--fa: "\f13a"}.fa-anchor{--fa: "\f13d"}.fa-unlock-keyhole,.fa-unlock-alt{--fa: "\f13e"}.fa-bullseye{--fa: "\f140"}.fa-ellipsis,.fa-ellipsis-h{--fa: "\f141"}.fa-ellipsis-vertical,.fa-ellipsis-v{--fa: "\f142"}.fa-square-rss,.fa-rss-square{--fa: "\f143"}.fa-circle-play,.fa-play-circle{--fa: "\f144"}.fa-ticket{--fa: "\f145"}.fa-square-minus,.fa-minus-square{--fa: "\f146"}.fa-arrow-turn-up,.fa-level-up{--fa: "\f148"}.fa-arrow-turn-down,.fa-level-down{--fa: "\f149"}.fa-square-check,.fa-check-square{--fa: "\f14a"}.fa-square-pen,.fa-pen-square,.fa-pencil-square{--fa: "\f14b"}.fa-square-arrow-up-right,.fa-external-link-square{--fa: "\f14c"}.fa-share-from-square,.fa-share-square{--fa: "\f14d"}.fa-compass{--fa: "\f14e"}.fa-square-caret-down,.fa-caret-square-down{--fa: "\f150"}.fa-square-caret-up,.fa-caret-square-up{--fa: "\f151"}.fa-square-caret-right,.fa-caret-square-right{--fa: "\f152"}.fa-euro-sign,.fa-eur,.fa-euro{--fa: "\f153"}.fa-sterling-sign,.fa-gbp,.fa-pound-sign{--fa: "\f154"}.fa-rupee-sign,.fa-rupee{--fa: "\f156"}.fa-yen-sign,.fa-cny,.fa-jpy,.fa-rmb,.fa-yen{--fa: "\f157"}.fa-ruble-sign,.fa-rouble,.fa-rub,.fa-ruble{--fa: "\f158"}.fa-won-sign,.fa-krw,.fa-won{--fa: "\f159"}.fa-file{--fa: "\f15b"}.fa-file-lines,.fa-file-alt,.fa-file-text{--fa: "\f15c"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa: "\f15d"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa: "\f15e"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa: "\f160"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa: "\f161"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa: "\f162"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa: "\f163"}.fa-thumbs-up{--fa: "\f164"}.fa-thumbs-down{--fa: "\f165"}.fa-arrow-down-long,.fa-long-arrow-down{--fa: "\f175"}.fa-arrow-up-long,.fa-long-arrow-up{--fa: "\f176"}.fa-arrow-left-long,.fa-long-arrow-left{--fa: "\f177"}.fa-arrow-right-long,.fa-long-arrow-right{--fa: "\f178"}.fa-person-dress,.fa-female{--fa: "\f182"}.fa-person,.fa-male{--fa: "\f183"}.fa-sun{--fa: "\f185"}.fa-moon{--fa: "\f186"}.fa-box-archive,.fa-archive{--fa: "\f187"}.fa-bug{--fa: "\f188"}.fa-square-caret-left,.fa-caret-square-left{--fa: "\f191"}.fa-circle-dot,.fa-dot-circle{--fa: "\f192"}.fa-wheelchair{--fa: "\f193"}.fa-lira-sign{--fa: "\f195"}.fa-shuttle-space,.fa-space-shuttle{--fa: "\f197"}.fa-square-envelope,.fa-envelope-square{--fa: "\f199"}.fa-building-columns,.fa-bank,.fa-institution,.fa-museum,.fa-university{--fa: "\f19c"}.fa-graduation-cap,.fa-mortar-board{--fa: "\f19d"}.fa-language{--fa: "\f1ab"}.fa-fax{--fa: "\f1ac"}.fa-building{--fa: "\f1ad"}.fa-child{--fa: "\f1ae"}.fa-paw{--fa: "\f1b0"}.fa-cube{--fa: "\f1b2"}.fa-cubes{--fa: "\f1b3"}.fa-recycle{--fa: "\f1b8"}.fa-car,.fa-automobile{--fa: "\f1b9"}.fa-taxi,.fa-cab{--fa: "\f1ba"}.fa-tree{--fa: "\f1bb"}.fa-database{--fa: "\f1c0"}.fa-file-pdf{--fa: "\f1c1"}.fa-file-word{--fa: "\f1c2"}.fa-file-excel{--fa: "\f1c3"}.fa-file-powerpoint{--fa: "\f1c4"}.fa-file-image{--fa: "\f1c5"}.fa-file-zipper,.fa-file-archive{--fa: "\f1c6"}.fa-file-audio{--fa: "\f1c7"}.fa-file-video{--fa: "\f1c8"}.fa-file-code{--fa: "\f1c9"}.fa-life-ring{--fa: "\f1cd"}.fa-circle-notch{--fa: "\f1ce"}.fa-paper-plane{--fa: "\f1d8"}.fa-clock-rotate-left,.fa-history{--fa: "\f1da"}.fa-heading,.fa-header{--fa: "\f1dc"}.fa-paragraph{--fa: "\f1dd"}.fa-sliders,.fa-sliders-h{--fa: "\f1de"}.fa-share-nodes,.fa-share-alt{--fa: "\f1e0"}.fa-square-share-nodes,.fa-share-alt-square{--fa: "\f1e1"}.fa-bomb{--fa: "\f1e2"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa: "\f1e3"}.fa-tty,.fa-teletype{--fa: "\f1e4"}.fa-binoculars{--fa: "\f1e5"}.fa-plug{--fa: "\f1e6"}.fa-newspaper{--fa: "\f1ea"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa: "\f1eb"}.fa-calculator{--fa: "\f1ec"}.fa-bell-slash{--fa: "\f1f6"}.fa-trash{--fa: "\f1f8"}.fa-copyright{--fa: "\f1f9"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa: "\f1fb"}.fa-paintbrush,.fa-paint-brush{--fa: "\f1fc"}.fa-cake-candles,.fa-birthday-cake,.fa-cake{--fa: "\f1fd"}.fa-chart-area,.fa-area-chart{--fa: "\f1fe"}.fa-chart-pie,.fa-pie-chart{--fa: "\f200"}.fa-chart-line,.fa-line-chart{--fa: "\f201"}.fa-toggle-off{--fa: "\f204"}.fa-toggle-on{--fa: "\f205"}.fa-bicycle{--fa: "\f206"}.fa-bus{--fa: "\f207"}.fa-closed-captioning{--fa: "\f20a"}.fa-shekel-sign,.fa-ils,.fa-shekel,.fa-sheqel,.fa-sheqel-sign{--fa: "\f20b"}.fa-cart-plus{--fa: "\f217"}.fa-cart-arrow-down{--fa: "\f218"}.fa-diamond{--fa: "\f219"}.fa-ship{--fa: "\f21a"}.fa-user-secret{--fa: "\f21b"}.fa-motorcycle{--fa: "\f21c"}.fa-street-view{--fa: "\f21d"}.fa-heart-pulse,.fa-heartbeat{--fa: "\f21e"}.fa-venus{--fa: "\f221"}.fa-mars{--fa: "\f222"}.fa-mercury{--fa: "\f223"}.fa-mars-and-venus{--fa: "\f224"}.fa-transgender,.fa-transgender-alt{--fa: "\f225"}.fa-venus-double{--fa: "\f226"}.fa-mars-double{--fa: "\f227"}.fa-venus-mars{--fa: "\f228"}.fa-mars-stroke{--fa: "\f229"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa: "\f22a"}.fa-mars-stroke-right,.fa-mars-stroke-h{--fa: "\f22b"}.fa-neuter{--fa: "\f22c"}.fa-genderless{--fa: "\f22d"}.fa-server{--fa: "\f233"}.fa-user-plus{--fa: "\f234"}.fa-user-xmark,.fa-user-times{--fa: "\f235"}.fa-bed{--fa: "\f236"}.fa-train{--fa: "\f238"}.fa-train-subway,.fa-subway{--fa: "\f239"}.fa-battery-full,.fa-battery,.fa-battery-5{--fa: "\f240"}.fa-battery-three-quarters,.fa-battery-4{--fa: "\f241"}.fa-battery-half,.fa-battery-3{--fa: "\f242"}.fa-battery-quarter,.fa-battery-2{--fa: "\f243"}.fa-battery-empty,.fa-battery-0{--fa: "\f244"}.fa-arrow-pointer,.fa-mouse-pointer{--fa: "\f245"}.fa-i-cursor{--fa: "\f246"}.fa-object-group{--fa: "\f247"}.fa-object-ungroup{--fa: "\f248"}.fa-note-sticky,.fa-sticky-note{--fa: "\f249"}.fa-clone{--fa: "\f24d"}.fa-scale-balanced,.fa-balance-scale{--fa: "\f24e"}.fa-hourglass-start,.fa-hourglass-1{--fa: "\f251"}.fa-hourglass-half,.fa-hourglass-2{--fa: "\f252"}.fa-hourglass-end,.fa-hourglass-3{--fa: "\f253"}.fa-hourglass,.fa-hourglass-empty{--fa: "\f254"}.fa-hand-back-fist,.fa-hand-rock{--fa: "\f255"}.fa-hand,.fa-hand-paper{--fa: "\f256"}.fa-hand-scissors{--fa: "\f257"}.fa-hand-lizard{--fa: "\f258"}.fa-hand-spock{--fa: "\f259"}.fa-hand-pointer{--fa: "\f25a"}.fa-hand-peace{--fa: "\f25b"}.fa-trademark{--fa: "\f25c"}.fa-registered{--fa: "\f25d"}.fa-tv,.fa-television,.fa-tv-alt{--fa: "\f26c"}.fa-calendar-plus{--fa: "\f271"}.fa-calendar-minus{--fa: "\f272"}.fa-calendar-xmark,.fa-calendar-times{--fa: "\f273"}.fa-calendar-check{--fa: "\f274"}.fa-industry{--fa: "\f275"}.fa-map-pin{--fa: "\f276"}.fa-signs-post,.fa-map-signs{--fa: "\f277"}.fa-map{--fa: "\f279"}.fa-message,.fa-comment-alt{--fa: "\f27a"}.fa-circle-pause,.fa-pause-circle{--fa: "\f28b"}.fa-circle-stop,.fa-stop-circle{--fa: "\f28d"}.fa-bag-shopping,.fa-shopping-bag{--fa: "\f290"}.fa-basket-shopping,.fa-shopping-basket{--fa: "\f291"}.fa-universal-access{--fa: "\f29a"}.fa-person-walking-with-cane,.fa-blind{--fa: "\f29d"}.fa-audio-description{--fa: "\f29e"}.fa-phone-volume,.fa-volume-control-phone{--fa: "\f2a0"}.fa-braille{--fa: "\f2a1"}.fa-ear-listen,.fa-assistive-listening-systems{--fa: "\f2a2"}.fa-hands-asl-interpreting,.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting{--fa: "\f2a3"}.fa-ear-deaf,.fa-deaf,.fa-deafness,.fa-hard-of-hearing{--fa: "\f2a4"}.fa-hands,.fa-sign-language,.fa-signing{--fa: "\f2a7"}.fa-eye-low-vision,.fa-low-vision{--fa: "\f2a8"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa: "\f2b4"}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa: "\f2b5"}.fa-envelope-open{--fa: "\f2b6"}.fa-address-book,.fa-contact-book{--fa: "\f2b9"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa: "\f2bb"}.fa-circle-user,.fa-user-circle{--fa: "\f2bd"}.fa-id-badge{--fa: "\f2c1"}.fa-id-card,.fa-drivers-license{--fa: "\f2c2"}.fa-temperature-full,.fa-temperature-4,.fa-thermometer-4,.fa-thermometer-full{--fa: "\f2c7"}.fa-temperature-three-quarters,.fa-temperature-3,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa: "\f2c8"}.fa-temperature-half,.fa-temperature-2,.fa-thermometer-2,.fa-thermometer-half{--fa: "\f2c9"}.fa-temperature-quarter,.fa-temperature-1,.fa-thermometer-1,.fa-thermometer-quarter{--fa: "\f2ca"}.fa-temperature-empty,.fa-temperature-0,.fa-thermometer-0,.fa-thermometer-empty{--fa: "\f2cb"}.fa-shower{--fa: "\f2cc"}.fa-bath,.fa-bathtub{--fa: "\f2cd"}.fa-podcast{--fa: "\f2ce"}.fa-window-maximize{--fa: "\f2d0"}.fa-window-minimize{--fa: "\f2d1"}.fa-window-restore{--fa: "\f2d2"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa: "\f2d3"}.fa-microchip{--fa: "\f2db"}.fa-snowflake{--fa: "\f2dc"}.fa-spoon,.fa-utensil-spoon{--fa: "\f2e5"}.fa-utensils,.fa-cutlery{--fa: "\f2e7"}.fa-rotate-left,.fa-rotate-back,.fa-rotate-backward,.fa-undo-alt{--fa: "\f2ea"}.fa-trash-can,.fa-trash-alt{--fa: "\f2ed"}.fa-rotate,.fa-sync-alt{--fa: "\f2f1"}.fa-stopwatch{--fa: "\f2f2"}.fa-right-from-bracket,.fa-sign-out-alt{--fa: "\f2f5"}.fa-right-to-bracket,.fa-sign-in-alt{--fa: "\f2f6"}.fa-rotate-right,.fa-redo-alt,.fa-rotate-forward{--fa: "\f2f9"}.fa-poo{--fa: "\f2fe"}.fa-images{--fa: "\f302"}.fa-pencil,.fa-pencil-alt{--fa: "\f303"}.fa-pen{--fa: "\f304"}.fa-pen-clip,.fa-pen-alt{--fa: "\f305"}.fa-octagon{--fa: "\f306"}.fa-down-long,.fa-long-arrow-alt-down{--fa: "\f309"}.fa-left-long,.fa-long-arrow-alt-left{--fa: "\f30a"}.fa-right-long,.fa-long-arrow-alt-right{--fa: "\f30b"}.fa-up-long,.fa-long-arrow-alt-up{--fa: "\f30c"}.fa-hexagon{--fa: "\f312"}.fa-file-pen,.fa-file-edit{--fa: "\f31c"}.fa-maximize,.fa-expand-arrows-alt{--fa: "\f31e"}.fa-clipboard{--fa: "\f328"}.fa-left-right,.fa-arrows-alt-h{--fa: "\f337"}.fa-up-down,.fa-arrows-alt-v{--fa: "\f338"}.fa-alarm-clock{--fa: "\f34e"}.fa-circle-down,.fa-arrow-alt-circle-down{--fa: "\f358"}.fa-circle-left,.fa-arrow-alt-circle-left{--fa: "\f359"}.fa-circle-right,.fa-arrow-alt-circle-right{--fa: "\f35a"}.fa-circle-up,.fa-arrow-alt-circle-up{--fa: "\f35b"}.fa-up-right-from-square,.fa-external-link-alt{--fa: "\f35d"}.fa-square-up-right,.fa-external-link-square-alt{--fa: "\f360"}.fa-right-left,.fa-exchange-alt{--fa: "\f362"}.fa-repeat{--fa: "\f363"}.fa-code-commit{--fa: "\f386"}.fa-code-merge{--fa: "\f387"}.fa-desktop,.fa-desktop-alt{--fa: "\f390"}.fa-gem{--fa: "\f3a5"}.fa-turn-down,.fa-level-down-alt{--fa: "\f3be"}.fa-turn-up,.fa-level-up-alt{--fa: "\f3bf"}.fa-lock-open{--fa: "\f3c1"}.fa-location-dot,.fa-map-marker-alt{--fa: "\f3c5"}.fa-microphone-lines,.fa-microphone-alt{--fa: "\f3c9"}.fa-mobile-screen-button,.fa-mobile-alt{--fa: "\f3cd"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa: "\f3ce"}.fa-mobile-screen,.fa-mobile-android-alt{--fa: "\f3cf"}.fa-money-bill-1,.fa-money-bill-alt{--fa: "\f3d1"}.fa-phone-slash{--fa: "\f3dd"}.fa-image-portrait,.fa-portrait{--fa: "\f3e0"}.fa-reply,.fa-mail-reply{--fa: "\f3e5"}.fa-shield-halved,.fa-shield-alt{--fa: "\f3ed"}.fa-tablet-screen-button,.fa-tablet-alt{--fa: "\f3fa"}.fa-tablet,.fa-tablet-android{--fa: "\f3fb"}.fa-ticket-simple,.fa-ticket-alt{--fa: "\f3ff"}.fa-rectangle-xmark,.fa-rectangle-times,.fa-times-rectangle,.fa-window-close{--fa: "\f410"}.fa-down-left-and-up-right-to-center,.fa-compress-alt{--fa: "\f422"}.fa-up-right-and-down-left-from-center,.fa-expand-alt{--fa: "\f424"}.fa-baseball-bat-ball{--fa: "\f432"}.fa-baseball,.fa-baseball-ball{--fa: "\f433"}.fa-basketball,.fa-basketball-ball{--fa: "\f434"}.fa-bowling-ball{--fa: "\f436"}.fa-chess{--fa: "\f439"}.fa-chess-bishop{--fa: "\f43a"}.fa-chess-board{--fa: "\f43c"}.fa-chess-king{--fa: "\f43f"}.fa-chess-knight{--fa: "\f441"}.fa-chess-pawn{--fa: "\f443"}.fa-chess-queen{--fa: "\f445"}.fa-chess-rook{--fa: "\f447"}.fa-dumbbell{--fa: "\f44b"}.fa-football,.fa-football-ball{--fa: "\f44e"}.fa-golf-ball-tee,.fa-golf-ball{--fa: "\f450"}.fa-hockey-puck{--fa: "\f453"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa: "\f458"}.fa-square-full{--fa: "\f45c"}.fa-table-tennis-paddle-ball,.fa-ping-pong-paddle-ball,.fa-table-tennis{--fa: "\f45d"}.fa-volleyball,.fa-volleyball-ball{--fa: "\f45f"}.fa-hand-dots,.fa-allergies{--fa: "\f461"}.fa-bandage,.fa-band-aid{--fa: "\f462"}.fa-box{--fa: "\f466"}.fa-boxes-stacked,.fa-boxes,.fa-boxes-alt{--fa: "\f468"}.fa-briefcase-medical{--fa: "\f469"}.fa-fire-flame-simple,.fa-burn{--fa: "\f46a"}.fa-capsules{--fa: "\f46b"}.fa-clipboard-check{--fa: "\f46c"}.fa-clipboard-list{--fa: "\f46d"}.fa-person-dots-from-line,.fa-diagnoses{--fa: "\f470"}.fa-dna{--fa: "\f471"}.fa-dolly,.fa-dolly-box{--fa: "\f472"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa: "\f474"}.fa-file-medical{--fa: "\f477"}.fa-file-waveform,.fa-file-medical-alt{--fa: "\f478"}.fa-kit-medical,.fa-first-aid{--fa: "\f479"}.fa-circle-h,.fa-hospital-symbol{--fa: "\f47e"}.fa-id-card-clip,.fa-id-card-alt{--fa: "\f47f"}.fa-notes-medical{--fa: "\f481"}.fa-pallet{--fa: "\f482"}.fa-pills{--fa: "\f484"}.fa-prescription-bottle{--fa: "\f485"}.fa-prescription-bottle-medical,.fa-prescription-bottle-alt{--fa: "\f486"}.fa-bed-pulse,.fa-procedures{--fa: "\f487"}.fa-truck-fast,.fa-shipping-fast{--fa: "\f48b"}.fa-smoking{--fa: "\f48d"}.fa-syringe{--fa: "\f48e"}.fa-tablets{--fa: "\f490"}.fa-thermometer{--fa: "\f491"}.fa-vial{--fa: "\f492"}.fa-vials{--fa: "\f493"}.fa-warehouse{--fa: "\f494"}.fa-weight-scale,.fa-weight{--fa: "\f496"}.fa-x-ray{--fa: "\f497"}.fa-box-open{--fa: "\f49e"}.fa-comment-dots,.fa-commenting{--fa: "\f4ad"}.fa-comment-slash{--fa: "\f4b3"}.fa-couch{--fa: "\f4b8"}.fa-circle-dollar-to-slot,.fa-donate{--fa: "\f4b9"}.fa-dove{--fa: "\f4ba"}.fa-hand-holding{--fa: "\f4bd"}.fa-hand-holding-heart{--fa: "\f4be"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa: "\f4c0"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa: "\f4c1"}.fa-hands-holding{--fa: "\f4c2"}.fa-handshake-angle,.fa-hands-helping{--fa: "\f4c4"}.fa-parachute-box{--fa: "\f4cd"}.fa-people-carry-box,.fa-people-carry{--fa: "\f4ce"}.fa-piggy-bank{--fa: "\f4d3"}.fa-ribbon{--fa: "\f4d6"}.fa-route{--fa: "\f4d7"}.fa-seedling,.fa-sprout{--fa: "\f4d8"}.fa-sign-hanging,.fa-sign{--fa: "\f4d9"}.fa-face-smile-wink,.fa-smile-wink{--fa: "\f4da"}.fa-tape{--fa: "\f4db"}.fa-truck-ramp-box,.fa-truck-loading{--fa: "\f4de"}.fa-truck-moving{--fa: "\f4df"}.fa-video-slash{--fa: "\f4e2"}.fa-wine-glass{--fa: "\f4e3"}.fa-user-astronaut{--fa: "\f4fb"}.fa-user-check{--fa: "\f4fc"}.fa-user-clock{--fa: "\f4fd"}.fa-user-gear,.fa-user-cog{--fa: "\f4fe"}.fa-user-pen,.fa-user-edit{--fa: "\f4ff"}.fa-user-group,.fa-user-friends{--fa: "\f500"}.fa-user-graduate{--fa: "\f501"}.fa-user-lock{--fa: "\f502"}.fa-user-minus{--fa: "\f503"}.fa-user-ninja{--fa: "\f504"}.fa-user-shield{--fa: "\f505"}.fa-user-slash,.fa-user-alt-slash,.fa-user-large-slash{--fa: "\f506"}.fa-user-tag{--fa: "\f507"}.fa-user-tie{--fa: "\f508"}.fa-users-gear,.fa-users-cog{--fa: "\f509"}.fa-scale-unbalanced,.fa-balance-scale-left{--fa: "\f515"}.fa-scale-unbalanced-flip,.fa-balance-scale-right{--fa: "\f516"}.fa-blender{--fa: "\f517"}.fa-book-open{--fa: "\f518"}.fa-tower-broadcast,.fa-broadcast-tower{--fa: "\f519"}.fa-broom{--fa: "\f51a"}.fa-chalkboard,.fa-blackboard{--fa: "\f51b"}.fa-chalkboard-user,.fa-chalkboard-teacher{--fa: "\f51c"}.fa-church{--fa: "\f51d"}.fa-coins{--fa: "\f51e"}.fa-compact-disc{--fa: "\f51f"}.fa-crow{--fa: "\f520"}.fa-crown{--fa: "\f521"}.fa-dice{--fa: "\f522"}.fa-dice-five{--fa: "\f523"}.fa-dice-four{--fa: "\f524"}.fa-dice-one{--fa: "\f525"}.fa-dice-six{--fa: "\f526"}.fa-dice-three{--fa: "\f527"}.fa-dice-two{--fa: "\f528"}.fa-divide{--fa: "\f529"}.fa-door-closed{--fa: "\f52a"}.fa-door-open{--fa: "\f52b"}.fa-feather{--fa: "\f52d"}.fa-frog{--fa: "\f52e"}.fa-gas-pump{--fa: "\f52f"}.fa-glasses{--fa: "\f530"}.fa-greater-than-equal{--fa: "\f532"}.fa-helicopter{--fa: "\f533"}.fa-infinity{--fa: "\f534"}.fa-kiwi-bird{--fa: "\f535"}.fa-less-than-equal{--fa: "\f537"}.fa-memory{--fa: "\f538"}.fa-microphone-lines-slash,.fa-microphone-alt-slash{--fa: "\f539"}.fa-money-bill-wave{--fa: "\f53a"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa: "\f53b"}.fa-money-check{--fa: "\f53c"}.fa-money-check-dollar,.fa-money-check-alt{--fa: "\f53d"}.fa-not-equal{--fa: "\f53e"}.fa-palette{--fa: "\f53f"}.fa-square-parking,.fa-parking{--fa: "\f540"}.fa-diagram-project,.fa-project-diagram{--fa: "\f542"}.fa-receipt{--fa: "\f543"}.fa-robot{--fa: "\f544"}.fa-ruler{--fa: "\f545"}.fa-ruler-combined{--fa: "\f546"}.fa-ruler-horizontal{--fa: "\f547"}.fa-ruler-vertical{--fa: "\f548"}.fa-school{--fa: "\f549"}.fa-screwdriver{--fa: "\f54a"}.fa-shoe-prints{--fa: "\f54b"}.fa-skull{--fa: "\f54c"}.fa-ban-smoking,.fa-smoking-ban{--fa: "\f54d"}.fa-store{--fa: "\f54e"}.fa-shop,.fa-store-alt{--fa: "\f54f"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa: "\f550"}.fa-stroopwafel{--fa: "\f551"}.fa-toolbox{--fa: "\f552"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa: "\f553"}.fa-person-walking,.fa-walking{--fa: "\f554"}.fa-wallet{--fa: "\f555"}.fa-face-angry,.fa-angry{--fa: "\f556"}.fa-archway{--fa: "\f557"}.fa-book-atlas,.fa-atlas{--fa: "\f558"}.fa-award{--fa: "\f559"}.fa-delete-left,.fa-backspace{--fa: "\f55a"}.fa-bezier-curve{--fa: "\f55b"}.fa-bong{--fa: "\f55c"}.fa-brush{--fa: "\f55d"}.fa-bus-simple,.fa-bus-alt{--fa: "\f55e"}.fa-cannabis{--fa: "\f55f"}.fa-check-double{--fa: "\f560"}.fa-martini-glass-citrus,.fa-cocktail{--fa: "\f561"}.fa-bell-concierge,.fa-concierge-bell{--fa: "\f562"}.fa-cookie{--fa: "\f563"}.fa-cookie-bite{--fa: "\f564"}.fa-crop-simple,.fa-crop-alt{--fa: "\f565"}.fa-tachograph-digital,.fa-digital-tachograph{--fa: "\f566"}.fa-face-dizzy,.fa-dizzy{--fa: "\f567"}.fa-compass-drafting,.fa-drafting-compass{--fa: "\f568"}.fa-drum{--fa: "\f569"}.fa-drum-steelpan{--fa: "\f56a"}.fa-feather-pointed,.fa-feather-alt{--fa: "\f56b"}.fa-file-contract{--fa: "\f56c"}.fa-file-arrow-down,.fa-file-download{--fa: "\f56d"}.fa-file-export,.fa-arrow-right-from-file{--fa: "\f56e"}.fa-file-import,.fa-arrow-right-to-file{--fa: "\f56f"}.fa-file-invoice{--fa: "\f570"}.fa-file-invoice-dollar{--fa: "\f571"}.fa-file-prescription{--fa: "\f572"}.fa-file-signature{--fa: "\f573"}.fa-file-arrow-up,.fa-file-upload{--fa: "\f574"}.fa-fill{--fa: "\f575"}.fa-fill-drip{--fa: "\f576"}.fa-fingerprint{--fa: "\f577"}.fa-fish{--fa: "\f578"}.fa-face-flushed,.fa-flushed{--fa: "\f579"}.fa-face-frown-open,.fa-frown-open{--fa: "\f57a"}.fa-martini-glass,.fa-glass-martini-alt{--fa: "\f57b"}.fa-earth-africa,.fa-globe-africa{--fa: "\f57c"}.fa-earth-americas,.fa-earth,.fa-earth-america,.fa-globe-americas{--fa: "\f57d"}.fa-earth-asia,.fa-globe-asia{--fa: "\f57e"}.fa-face-grimace,.fa-grimace{--fa: "\f57f"}.fa-face-grin,.fa-grin{--fa: "\f580"}.fa-face-grin-wide,.fa-grin-alt{--fa: "\f581"}.fa-face-grin-beam,.fa-grin-beam{--fa: "\f582"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa: "\f583"}.fa-face-grin-hearts,.fa-grin-hearts{--fa: "\f584"}.fa-face-grin-squint,.fa-grin-squint{--fa: "\f585"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa: "\f586"}.fa-face-grin-stars,.fa-grin-stars{--fa: "\f587"}.fa-face-grin-tears,.fa-grin-tears{--fa: "\f588"}.fa-face-grin-tongue,.fa-grin-tongue{--fa: "\f589"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa: "\f58a"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa: "\f58b"}.fa-face-grin-wink,.fa-grin-wink{--fa: "\f58c"}.fa-grip,.fa-grid-horizontal,.fa-grip-horizontal{--fa: "\f58d"}.fa-grip-vertical,.fa-grid-vertical{--fa: "\f58e"}.fa-headset{--fa: "\f590"}.fa-highlighter{--fa: "\f591"}.fa-hot-tub-person,.fa-hot-tub{--fa: "\f593"}.fa-hotel{--fa: "\f594"}.fa-joint{--fa: "\f595"}.fa-face-kiss,.fa-kiss{--fa: "\f596"}.fa-face-kiss-beam,.fa-kiss-beam{--fa: "\f597"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa: "\f598"}.fa-face-laugh,.fa-laugh{--fa: "\f599"}.fa-face-laugh-beam,.fa-laugh-beam{--fa: "\f59a"}.fa-face-laugh-squint,.fa-laugh-squint{--fa: "\f59b"}.fa-face-laugh-wink,.fa-laugh-wink{--fa: "\f59c"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa: "\f59d"}.fa-map-location,.fa-map-marked{--fa: "\f59f"}.fa-map-location-dot,.fa-map-marked-alt{--fa: "\f5a0"}.fa-marker{--fa: "\f5a1"}.fa-medal{--fa: "\f5a2"}.fa-face-meh-blank,.fa-meh-blank{--fa: "\f5a4"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa: "\f5a5"}.fa-monument{--fa: "\f5a6"}.fa-mortar-pestle{--fa: "\f5a7"}.fa-paint-roller{--fa: "\f5aa"}.fa-passport{--fa: "\f5ab"}.fa-pen-fancy{--fa: "\f5ac"}.fa-pen-nib{--fa: "\f5ad"}.fa-pen-ruler,.fa-pencil-ruler{--fa: "\f5ae"}.fa-plane-arrival{--fa: "\f5af"}.fa-plane-departure{--fa: "\f5b0"}.fa-prescription{--fa: "\f5b1"}.fa-face-sad-cry,.fa-sad-cry{--fa: "\f5b3"}.fa-face-sad-tear,.fa-sad-tear{--fa: "\f5b4"}.fa-van-shuttle,.fa-shuttle-van{--fa: "\f5b6"}.fa-signature{--fa: "\f5b7"}.fa-face-smile-beam,.fa-smile-beam{--fa: "\f5b8"}.fa-solar-panel{--fa: "\f5ba"}.fa-spa{--fa: "\f5bb"}.fa-splotch{--fa: "\f5bc"}.fa-spray-can{--fa: "\f5bd"}.fa-stamp{--fa: "\f5bf"}.fa-star-half-stroke,.fa-star-half-alt{--fa: "\f5c0"}.fa-suitcase-rolling{--fa: "\f5c1"}.fa-face-surprise,.fa-surprise{--fa: "\f5c2"}.fa-swatchbook{--fa: "\f5c3"}.fa-person-swimming,.fa-swimmer{--fa: "\f5c4"}.fa-water-ladder,.fa-ladder-water,.fa-swimming-pool{--fa: "\f5c5"}.fa-droplet-slash,.fa-tint-slash{--fa: "\f5c7"}.fa-face-tired,.fa-tired{--fa: "\f5c8"}.fa-tooth{--fa: "\f5c9"}.fa-umbrella-beach{--fa: "\f5ca"}.fa-weight-hanging{--fa: "\f5cd"}.fa-wine-glass-empty,.fa-wine-glass-alt{--fa: "\f5ce"}.fa-spray-can-sparkles,.fa-air-freshener{--fa: "\f5d0"}.fa-apple-whole,.fa-apple-alt{--fa: "\f5d1"}.fa-atom{--fa: "\f5d2"}.fa-bone{--fa: "\f5d7"}.fa-book-open-reader,.fa-book-reader{--fa: "\f5da"}.fa-brain{--fa: "\f5dc"}.fa-car-rear,.fa-car-alt{--fa: "\f5de"}.fa-car-battery,.fa-battery-car{--fa: "\f5df"}.fa-car-burst,.fa-car-crash{--fa: "\f5e1"}.fa-car-side{--fa: "\f5e4"}.fa-charging-station{--fa: "\f5e7"}.fa-diamond-turn-right,.fa-directions{--fa: "\f5eb"}.fa-draw-polygon,.fa-vector-polygon{--fa: "\f5ee"}.fa-laptop-code{--fa: "\f5fc"}.fa-layer-group{--fa: "\f5fd"}.fa-location-crosshairs,.fa-location{--fa: "\f601"}.fa-lungs{--fa: "\f604"}.fa-microscope{--fa: "\f610"}.fa-oil-can{--fa: "\f613"}.fa-poop{--fa: "\f619"}.fa-shapes,.fa-triangle-circle-square{--fa: "\f61f"}.fa-star-of-life{--fa: "\f621"}.fa-gauge,.fa-dashboard,.fa-gauge-med,.fa-tachometer-alt-average{--fa: "\f624"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa: "\f625"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa: "\f629"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa: "\f62a"}.fa-teeth{--fa: "\f62e"}.fa-teeth-open{--fa: "\f62f"}.fa-masks-theater,.fa-theater-masks{--fa: "\f630"}.fa-traffic-light{--fa: "\f637"}.fa-truck-monster{--fa: "\f63b"}.fa-truck-pickup{--fa: "\f63c"}.fa-rectangle-ad,.fa-ad{--fa: "\f641"}.fa-ankh{--fa: "\f644"}.fa-book-bible,.fa-bible{--fa: "\f647"}.fa-business-time,.fa-briefcase-clock{--fa: "\f64a"}.fa-city{--fa: "\f64f"}.fa-comment-dollar{--fa: "\f651"}.fa-comments-dollar{--fa: "\f653"}.fa-cross{--fa: "\f654"}.fa-dharmachakra{--fa: "\f655"}.fa-envelope-open-text{--fa: "\f658"}.fa-folder-minus{--fa: "\f65d"}.fa-folder-plus{--fa: "\f65e"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa: "\f662"}.fa-gopuram{--fa: "\f664"}.fa-hamsa{--fa: "\f665"}.fa-bahai,.fa-haykal{--fa: "\f666"}.fa-jedi{--fa: "\f669"}.fa-book-journal-whills,.fa-journal-whills{--fa: "\f66a"}.fa-kaaba{--fa: "\f66b"}.fa-khanda{--fa: "\f66d"}.fa-landmark{--fa: "\f66f"}.fa-envelopes-bulk,.fa-mail-bulk{--fa: "\f674"}.fa-menorah{--fa: "\f676"}.fa-mosque{--fa: "\f678"}.fa-om{--fa: "\f679"}.fa-spaghetti-monster-flying,.fa-pastafarianism{--fa: "\f67b"}.fa-peace{--fa: "\f67c"}.fa-place-of-worship{--fa: "\f67f"}.fa-square-poll-vertical,.fa-poll{--fa: "\f681"}.fa-square-poll-horizontal,.fa-poll-h{--fa: "\f682"}.fa-person-praying,.fa-pray{--fa: "\f683"}.fa-hands-praying,.fa-praying-hands{--fa: "\f684"}.fa-book-quran,.fa-quran{--fa: "\f687"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa: "\f688"}.fa-magnifying-glass-location,.fa-search-location{--fa: "\f689"}.fa-socks{--fa: "\f696"}.fa-square-root-variable,.fa-square-root-alt{--fa: "\f698"}.fa-star-and-crescent{--fa: "\f699"}.fa-star-of-david{--fa: "\f69a"}.fa-synagogue{--fa: "\f69b"}.fa-scroll-torah,.fa-torah{--fa: "\f6a0"}.fa-torii-gate{--fa: "\f6a1"}.fa-vihara{--fa: "\f6a7"}.fa-volume-xmark,.fa-volume-mute,.fa-volume-times{--fa: "\f6a9"}.fa-yin-yang{--fa: "\f6ad"}.fa-blender-phone{--fa: "\f6b6"}.fa-book-skull,.fa-book-dead{--fa: "\f6b7"}.fa-campground{--fa: "\f6bb"}.fa-cat{--fa: "\f6be"}.fa-chair{--fa: "\f6c0"}.fa-cloud-moon{--fa: "\f6c3"}.fa-cloud-sun{--fa: "\f6c4"}.fa-cow{--fa: "\f6c8"}.fa-dice-d20{--fa: "\f6cf"}.fa-dice-d6{--fa: "\f6d1"}.fa-dog{--fa: "\f6d3"}.fa-dragon{--fa: "\f6d5"}.fa-drumstick-bite{--fa: "\f6d7"}.fa-dungeon{--fa: "\f6d9"}.fa-file-csv{--fa: "\f6dd"}.fa-hand-fist,.fa-fist-raised{--fa: "\f6de"}.fa-ghost{--fa: "\f6e2"}.fa-hammer{--fa: "\f6e3"}.fa-hanukiah{--fa: "\f6e6"}.fa-hat-wizard{--fa: "\f6e8"}.fa-person-hiking,.fa-hiking{--fa: "\f6ec"}.fa-hippo{--fa: "\f6ed"}.fa-horse{--fa: "\f6f0"}.fa-house-chimney-crack,.fa-house-damage{--fa: "\f6f1"}.fa-hryvnia-sign,.fa-hryvnia{--fa: "\f6f2"}.fa-mask{--fa: "\f6fa"}.fa-mountain{--fa: "\f6fc"}.fa-network-wired{--fa: "\f6ff"}.fa-otter{--fa: "\f700"}.fa-ring{--fa: "\f70b"}.fa-person-running,.fa-running{--fa: "\f70c"}.fa-scroll{--fa: "\f70e"}.fa-skull-crossbones{--fa: "\f714"}.fa-slash{--fa: "\f715"}.fa-spider{--fa: "\f717"}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa: "\f71e"}.fa-tractor{--fa: "\f722"}.fa-user-injured{--fa: "\f728"}.fa-vr-cardboard{--fa: "\f729"}.fa-wand-sparkles{--fa: "\f72b"}.fa-wind{--fa: "\f72e"}.fa-wine-bottle{--fa: "\f72f"}.fa-cloud-meatball{--fa: "\f73b"}.fa-cloud-moon-rain{--fa: "\f73c"}.fa-cloud-rain{--fa: "\f73d"}.fa-cloud-showers-heavy{--fa: "\f740"}.fa-cloud-sun-rain{--fa: "\f743"}.fa-democrat{--fa: "\f747"}.fa-flag-usa{--fa: "\f74d"}.fa-hurricane{--fa: "\f751"}.fa-landmark-dome,.fa-landmark-alt{--fa: "\f752"}.fa-meteor{--fa: "\f753"}.fa-person-booth{--fa: "\f756"}.fa-poo-storm,.fa-poo-bolt{--fa: "\f75a"}.fa-rainbow{--fa: "\f75b"}.fa-republican{--fa: "\f75e"}.fa-smog{--fa: "\f75f"}.fa-temperature-high{--fa: "\f769"}.fa-temperature-low{--fa: "\f76b"}.fa-cloud-bolt,.fa-thunderstorm{--fa: "\f76c"}.fa-tornado{--fa: "\f76f"}.fa-volcano{--fa: "\f770"}.fa-check-to-slot,.fa-vote-yea{--fa: "\f772"}.fa-water{--fa: "\f773"}.fa-baby{--fa: "\f77c"}.fa-baby-carriage,.fa-carriage-baby{--fa: "\f77d"}.fa-biohazard{--fa: "\f780"}.fa-blog{--fa: "\f781"}.fa-calendar-day{--fa: "\f783"}.fa-calendar-week{--fa: "\f784"}.fa-candy-cane{--fa: "\f786"}.fa-carrot{--fa: "\f787"}.fa-cash-register{--fa: "\f788"}.fa-minimize,.fa-compress-arrows-alt{--fa: "\f78c"}.fa-dumpster{--fa: "\f793"}.fa-dumpster-fire{--fa: "\f794"}.fa-ethernet{--fa: "\f796"}.fa-gifts{--fa: "\f79c"}.fa-champagne-glasses,.fa-glass-cheers{--fa: "\f79f"}.fa-whiskey-glass,.fa-glass-whiskey{--fa: "\f7a0"}.fa-earth-europe,.fa-globe-europe{--fa: "\f7a2"}.fa-grip-lines{--fa: "\f7a4"}.fa-grip-lines-vertical{--fa: "\f7a5"}.fa-guitar{--fa: "\f7a6"}.fa-heart-crack,.fa-heart-broken{--fa: "\f7a9"}.fa-holly-berry{--fa: "\f7aa"}.fa-horse-head{--fa: "\f7ab"}.fa-icicles{--fa: "\f7ad"}.fa-igloo{--fa: "\f7ae"}.fa-mitten{--fa: "\f7b5"}.fa-mug-hot{--fa: "\f7b6"}.fa-radiation{--fa: "\f7b9"}.fa-circle-radiation,.fa-radiation-alt{--fa: "\f7ba"}.fa-restroom{--fa: "\f7bd"}.fa-satellite{--fa: "\f7bf"}.fa-satellite-dish{--fa: "\f7c0"}.fa-sd-card{--fa: "\f7c2"}.fa-sim-card{--fa: "\f7c4"}.fa-person-skating,.fa-skating{--fa: "\f7c5"}.fa-person-skiing,.fa-skiing{--fa: "\f7c9"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa: "\f7ca"}.fa-sleigh{--fa: "\f7cc"}.fa-comment-sms,.fa-sms{--fa: "\f7cd"}.fa-person-snowboarding,.fa-snowboarding{--fa: "\f7ce"}.fa-snowman{--fa: "\f7d0"}.fa-snowplow{--fa: "\f7d2"}.fa-tenge-sign,.fa-tenge{--fa: "\f7d7"}.fa-toilet{--fa: "\f7d8"}.fa-screwdriver-wrench,.fa-tools{--fa: "\f7d9"}.fa-cable-car,.fa-tram{--fa: "\f7da"}.fa-fire-flame-curved,.fa-fire-alt{--fa: "\f7e4"}.fa-bacon{--fa: "\f7e5"}.fa-book-medical{--fa: "\f7e6"}.fa-bread-slice{--fa: "\f7ec"}.fa-cheese{--fa: "\f7ef"}.fa-house-chimney-medical,.fa-clinic-medical{--fa: "\f7f2"}.fa-clipboard-user{--fa: "\f7f3"}.fa-comment-medical{--fa: "\f7f5"}.fa-crutch{--fa: "\f7f7"}.fa-disease{--fa: "\f7fa"}.fa-egg{--fa: "\f7fb"}.fa-folder-tree{--fa: "\f802"}.fa-burger,.fa-hamburger{--fa: "\f805"}.fa-hand-middle-finger{--fa: "\f806"}.fa-helmet-safety,.fa-hard-hat,.fa-hat-hard{--fa: "\f807"}.fa-hospital-user{--fa: "\f80d"}.fa-hotdog{--fa: "\f80f"}.fa-ice-cream{--fa: "\f810"}.fa-laptop-medical{--fa: "\f812"}.fa-pager{--fa: "\f815"}.fa-pepper-hot{--fa: "\f816"}.fa-pizza-slice{--fa: "\f818"}.fa-sack-dollar{--fa: "\f81d"}.fa-book-tanakh,.fa-tanakh{--fa: "\f827"}.fa-bars-progress,.fa-tasks-alt{--fa: "\f828"}.fa-trash-arrow-up,.fa-trash-restore{--fa: "\f829"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa: "\f82a"}.fa-user-nurse{--fa: "\f82f"}.fa-wave-square{--fa: "\f83e"}.fa-person-biking,.fa-biking{--fa: "\f84a"}.fa-border-all{--fa: "\f84c"}.fa-border-none{--fa: "\f850"}.fa-border-top-left,.fa-border-style{--fa: "\f853"}.fa-person-digging,.fa-digging{--fa: "\f85e"}.fa-fan{--fa: "\f863"}.fa-icons,.fa-heart-music-camera-bolt{--fa: "\f86d"}.fa-phone-flip,.fa-phone-alt{--fa: "\f879"}.fa-square-phone-flip,.fa-phone-square-alt{--fa: "\f87b"}.fa-photo-film,.fa-photo-video{--fa: "\f87c"}.fa-text-slash,.fa-remove-format{--fa: "\f87d"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa: "\f881"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa: "\f882"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa: "\f884"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa: "\f885"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa: "\f886"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa: "\f887"}.fa-spell-check{--fa: "\f891"}.fa-voicemail{--fa: "\f897"}.fa-hat-cowboy{--fa: "\f8c0"}.fa-hat-cowboy-side{--fa: "\f8c1"}.fa-computer-mouse,.fa-mouse{--fa: "\f8cc"}.fa-radio{--fa: "\f8d7"}.fa-record-vinyl{--fa: "\f8d9"}.fa-walkie-talkie{--fa: "\f8ef"}.fa-caravan{--fa: "\f8ff"}:root,:host{--fa-family-brands: "Font Awesome 7 Brands";--fa-font-brands: normal 400 1em/1 var(--fa-family-brands)}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:block;src:url("./media/fa-brands-400-WVWUIHCX.woff2")}.fab,.fa-brands,.fa-classic.fa-brands{--fa-family: var(--fa-family-brands);--fa-style: 400}.fa-firefox-browser{--fa: "\e007"}.fa-ideal{--fa: "\e013"}.fa-microblog{--fa: "\e01a"}.fa-square-pied-piper,.fa-pied-piper-square{--fa: "\e01e"}.fa-unity{--fa: "\e049"}.fa-dailymotion{--fa: "\e052"}.fa-square-instagram,.fa-instagram-square{--fa: "\e055"}.fa-mixer{--fa: "\e056"}.fa-shopify{--fa: "\e057"}.fa-deezer{--fa: "\e077"}.fa-edge-legacy{--fa: "\e078"}.fa-google-pay{--fa: "\e079"}.fa-rust{--fa: "\e07a"}.fa-tiktok{--fa: "\e07b"}.fa-unsplash{--fa: "\e07c"}.fa-cloudflare{--fa: "\e07d"}.fa-guilded{--fa: "\e07e"}.fa-hive{--fa: "\e07f"}.fa-42-group,.fa-innosoft{--fa: "\e080"}.fa-instalod{--fa: "\e081"}.fa-octopus-deploy{--fa: "\e082"}.fa-perbyte{--fa: "\e083"}.fa-uncharted{--fa: "\e084"}.fa-watchman-monitoring{--fa: "\e087"}.fa-wodu{--fa: "\e088"}.fa-wirsindhandwerk,.fa-wsh{--fa: "\e2d0"}.fa-bots{--fa: "\e340"}.fa-cmplid{--fa: "\e360"}.fa-bilibili{--fa: "\e3d9"}.fa-golang{--fa: "\e40f"}.fa-pix{--fa: "\e43a"}.fa-sitrox{--fa: "\e44a"}.fa-hashnode{--fa: "\e499"}.fa-meta{--fa: "\e49b"}.fa-padlet{--fa: "\e4a0"}.fa-nfc-directional{--fa: "\e530"}.fa-nfc-symbol{--fa: "\e531"}.fa-screenpal{--fa: "\e570"}.fa-space-awesome{--fa: "\e5ac"}.fa-square-font-awesome{--fa: "\e5ad"}.fa-square-gitlab,.fa-gitlab-square{--fa: "\e5ae"}.fa-odysee{--fa: "\e5c6"}.fa-stubber{--fa: "\e5c7"}.fa-debian{--fa: "\e60b"}.fa-shoelace{--fa: "\e60c"}.fa-threads{--fa: "\e618"}.fa-square-threads{--fa: "\e619"}.fa-square-x-twitter{--fa: "\e61a"}.fa-x-twitter{--fa: "\e61b"}.fa-opensuse{--fa: "\e62b"}.fa-letterboxd{--fa: "\e62d"}.fa-square-letterboxd{--fa: "\e62e"}.fa-mintbit{--fa: "\e62f"}.fa-google-scholar{--fa: "\e63b"}.fa-brave{--fa: "\e63c"}.fa-brave-reverse{--fa: "\e63d"}.fa-pixiv{--fa: "\e640"}.fa-upwork{--fa: "\e641"}.fa-webflow{--fa: "\e65c"}.fa-signal-messenger{--fa: "\e663"}.fa-bluesky{--fa: "\e671"}.fa-jxl{--fa: "\e67b"}.fa-square-upwork{--fa: "\e67c"}.fa-web-awesome{--fa: "\e682"}.fa-square-web-awesome{--fa: "\e683"}.fa-square-web-awesome-stroke{--fa: "\e684"}.fa-dart-lang{--fa: "\e693"}.fa-flutter{--fa: "\e694"}.fa-files-pinwheel{--fa: "\e69f"}.fa-css{--fa: "\e6a2"}.fa-square-bluesky{--fa: "\e6a3"}.fa-openai{--fa: "\e7cf"}.fa-square-linkedin{--fa: "\e7d0"}.fa-cash-app{--fa: "\e7d4"}.fa-disqus{--fa: "\e7d5"}.fa-eleventy,.fa-11ty{--fa: "\e7d6"}.fa-kakao-talk{--fa: "\e7d7"}.fa-linktree{--fa: "\e7d8"}.fa-notion{--fa: "\e7d9"}.fa-pandora{--fa: "\e7da"}.fa-pixelfed{--fa: "\e7db"}.fa-tidal{--fa: "\e7dc"}.fa-vsco{--fa: "\e7dd"}.fa-w3c{--fa: "\e7de"}.fa-lumon{--fa: "\e7e2"}.fa-lumon-drop{--fa: "\e7e3"}.fa-square-figma{--fa: "\e7e4"}.fa-tex{--fa: "\e7ff"}.fa-duolingo{--fa: "\e812"}.fa-square-twitter,.fa-twitter-square{--fa: "\f081"}.fa-square-facebook,.fa-facebook-square{--fa: "\f082"}.fa-linkedin{--fa: "\f08c"}.fa-square-github,.fa-github-square{--fa: "\f092"}.fa-twitter{--fa: "\f099"}.fa-facebook{--fa: "\f09a"}.fa-github{--fa: "\f09b"}.fa-pinterest{--fa: "\f0d2"}.fa-square-pinterest,.fa-pinterest-square{--fa: "\f0d3"}.fa-square-google-plus,.fa-google-plus-square{--fa: "\f0d4"}.fa-google-plus-g{--fa: "\f0d5"}.fa-linkedin-in{--fa: "\f0e1"}.fa-github-alt{--fa: "\f113"}.fa-maxcdn{--fa: "\f136"}.fa-html5{--fa: "\f13b"}.fa-css3{--fa: "\f13c"}.fa-btc{--fa: "\f15a"}.fa-youtube{--fa: "\f167"}.fa-xing{--fa: "\f168"}.fa-square-xing,.fa-xing-square{--fa: "\f169"}.fa-dropbox{--fa: "\f16b"}.fa-stack-overflow{--fa: "\f16c"}.fa-instagram{--fa: "\f16d"}.fa-flickr{--fa: "\f16e"}.fa-adn{--fa: "\f170"}.fa-bitbucket{--fa: "\f171"}.fa-tumblr{--fa: "\f173"}.fa-square-tumblr,.fa-tumblr-square{--fa: "\f174"}.fa-apple{--fa: "\f179"}.fa-windows{--fa: "\f17a"}.fa-android{--fa: "\f17b"}.fa-linux{--fa: "\f17c"}.fa-dribbble{--fa: "\f17d"}.fa-skype{--fa: "\f17e"}.fa-foursquare{--fa: "\f180"}.fa-trello{--fa: "\f181"}.fa-gratipay{--fa: "\f184"}.fa-vk{--fa: "\f189"}.fa-weibo{--fa: "\f18a"}.fa-renren{--fa: "\f18b"}.fa-pagelines{--fa: "\f18c"}.fa-stack-exchange{--fa: "\f18d"}.fa-square-vimeo,.fa-vimeo-square{--fa: "\f194"}.fa-slack,.fa-slack-hash{--fa: "\f198"}.fa-wordpress{--fa: "\f19a"}.fa-openid{--fa: "\f19b"}.fa-yahoo{--fa: "\f19e"}.fa-google{--fa: "\f1a0"}.fa-reddit{--fa: "\f1a1"}.fa-square-reddit,.fa-reddit-square{--fa: "\f1a2"}.fa-stumbleupon-circle{--fa: "\f1a3"}.fa-stumbleupon{--fa: "\f1a4"}.fa-delicious{--fa: "\f1a5"}.fa-digg{--fa: "\f1a6"}.fa-pied-piper-pp{--fa: "\f1a7"}.fa-pied-piper-alt{--fa: "\f1a8"}.fa-drupal{--fa: "\f1a9"}.fa-joomla{--fa: "\f1aa"}.fa-behance{--fa: "\f1b4"}.fa-square-behance,.fa-behance-square{--fa: "\f1b5"}.fa-steam{--fa: "\f1b6"}.fa-square-steam,.fa-steam-square{--fa: "\f1b7"}.fa-spotify{--fa: "\f1bc"}.fa-deviantart{--fa: "\f1bd"}.fa-soundcloud{--fa: "\f1be"}.fa-vine{--fa: "\f1ca"}.fa-codepen{--fa: "\f1cb"}.fa-jsfiddle{--fa: "\f1cc"}.fa-rebel{--fa: "\f1d0"}.fa-empire{--fa: "\f1d1"}.fa-square-git,.fa-git-square{--fa: "\f1d2"}.fa-git{--fa: "\f1d3"}.fa-hacker-news{--fa: "\f1d4"}.fa-tencent-weibo{--fa: "\f1d5"}.fa-qq{--fa: "\f1d6"}.fa-weixin{--fa: "\f1d7"}.fa-slideshare{--fa: "\f1e7"}.fa-twitch{--fa: "\f1e8"}.fa-yelp{--fa: "\f1e9"}.fa-paypal{--fa: "\f1ed"}.fa-google-wallet{--fa: "\f1ee"}.fa-cc-visa{--fa: "\f1f0"}.fa-cc-mastercard{--fa: "\f1f1"}.fa-cc-discover{--fa: "\f1f2"}.fa-cc-amex{--fa: "\f1f3"}.fa-cc-paypal{--fa: "\f1f4"}.fa-cc-stripe{--fa: "\f1f5"}.fa-lastfm{--fa: "\f202"}.fa-square-lastfm,.fa-lastfm-square{--fa: "\f203"}.fa-ioxhost{--fa: "\f208"}.fa-angellist{--fa: "\f209"}.fa-buysellads{--fa: "\f20d"}.fa-connectdevelop{--fa: "\f20e"}.fa-dashcube{--fa: "\f210"}.fa-forumbee{--fa: "\f211"}.fa-leanpub{--fa: "\f212"}.fa-sellsy{--fa: "\f213"}.fa-shirtsinbulk{--fa: "\f214"}.fa-simplybuilt{--fa: "\f215"}.fa-skyatlas{--fa: "\f216"}.fa-pinterest-p{--fa: "\f231"}.fa-whatsapp{--fa: "\f232"}.fa-viacoin{--fa: "\f237"}.fa-medium,.fa-medium-m{--fa: "\f23a"}.fa-y-combinator{--fa: "\f23b"}.fa-optin-monster{--fa: "\f23c"}.fa-opencart{--fa: "\f23d"}.fa-expeditedssl{--fa: "\f23e"}.fa-cc-jcb{--fa: "\f24b"}.fa-cc-diners-club{--fa: "\f24c"}.fa-creative-commons{--fa: "\f25e"}.fa-gg{--fa: "\f260"}.fa-gg-circle{--fa: "\f261"}.fa-odnoklassniki{--fa: "\f263"}.fa-square-odnoklassniki,.fa-odnoklassniki-square{--fa: "\f264"}.fa-get-pocket{--fa: "\f265"}.fa-wikipedia-w{--fa: "\f266"}.fa-safari{--fa: "\f267"}.fa-chrome{--fa: "\f268"}.fa-firefox{--fa: "\f269"}.fa-opera{--fa: "\f26a"}.fa-internet-explorer{--fa: "\f26b"}.fa-contao{--fa: "\f26d"}.fa-500px{--fa: "\f26e"}.fa-amazon{--fa: "\f270"}.fa-houzz{--fa: "\f27c"}.fa-vimeo-v{--fa: "\f27d"}.fa-black-tie{--fa: "\f27e"}.fa-fonticons{--fa: "\f280"}.fa-reddit-alien{--fa: "\f281"}.fa-edge{--fa: "\f282"}.fa-codiepie{--fa: "\f284"}.fa-modx{--fa: "\f285"}.fa-fort-awesome{--fa: "\f286"}.fa-usb{--fa: "\f287"}.fa-product-hunt{--fa: "\f288"}.fa-mixcloud{--fa: "\f289"}.fa-scribd{--fa: "\f28a"}.fa-bluetooth{--fa: "\f293"}.fa-bluetooth-b{--fa: "\f294"}.fa-gitlab{--fa: "\f296"}.fa-wpbeginner{--fa: "\f297"}.fa-wpforms{--fa: "\f298"}.fa-envira{--fa: "\f299"}.fa-glide{--fa: "\f2a5"}.fa-glide-g{--fa: "\f2a6"}.fa-viadeo{--fa: "\f2a9"}.fa-square-viadeo,.fa-viadeo-square{--fa: "\f2aa"}.fa-snapchat,.fa-snapchat-ghost{--fa: "\f2ab"}.fa-square-snapchat,.fa-snapchat-square{--fa: "\f2ad"}.fa-pied-piper{--fa: "\f2ae"}.fa-first-order{--fa: "\f2b0"}.fa-yoast{--fa: "\f2b1"}.fa-themeisle{--fa: "\f2b2"}.fa-google-plus{--fa: "\f2b3"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa: "\f2b4"}.fa-linode{--fa: "\f2b8"}.fa-quora{--fa: "\f2c4"}.fa-free-code-camp{--fa: "\f2c5"}.fa-telegram,.fa-telegram-plane{--fa: "\f2c6"}.fa-bandcamp{--fa: "\f2d5"}.fa-grav{--fa: "\f2d6"}.fa-etsy{--fa: "\f2d7"}.fa-imdb{--fa: "\f2d8"}.fa-ravelry{--fa: "\f2d9"}.fa-sellcast{--fa: "\f2da"}.fa-superpowers{--fa: "\f2dd"}.fa-wpexplorer{--fa: "\f2de"}.fa-meetup{--fa: "\f2e0"}.fa-square-font-awesome-stroke,.fa-font-awesome-alt{--fa: "\f35c"}.fa-accessible-icon{--fa: "\f368"}.fa-accusoft{--fa: "\f369"}.fa-adversal{--fa: "\f36a"}.fa-affiliatetheme{--fa: "\f36b"}.fa-algolia{--fa: "\f36c"}.fa-amilia{--fa: "\f36d"}.fa-angrycreative{--fa: "\f36e"}.fa-app-store{--fa: "\f36f"}.fa-app-store-ios{--fa: "\f370"}.fa-apper{--fa: "\f371"}.fa-asymmetrik{--fa: "\f372"}.fa-audible{--fa: "\f373"}.fa-avianex{--fa: "\f374"}.fa-aws{--fa: "\f375"}.fa-bimobject{--fa: "\f378"}.fa-bitcoin{--fa: "\f379"}.fa-bity{--fa: "\f37a"}.fa-blackberry{--fa: "\f37b"}.fa-blogger{--fa: "\f37c"}.fa-blogger-b{--fa: "\f37d"}.fa-buromobelexperte{--fa: "\f37f"}.fa-centercode{--fa: "\f380"}.fa-cloudscale{--fa: "\f383"}.fa-cloudsmith{--fa: "\f384"}.fa-cloudversify{--fa: "\f385"}.fa-cpanel{--fa: "\f388"}.fa-css3-alt{--fa: "\f38b"}.fa-cuttlefish{--fa: "\f38c"}.fa-d-and-d{--fa: "\f38d"}.fa-deploydog{--fa: "\f38e"}.fa-deskpro{--fa: "\f38f"}.fa-digital-ocean{--fa: "\f391"}.fa-discord{--fa: "\f392"}.fa-discourse{--fa: "\f393"}.fa-dochub{--fa: "\f394"}.fa-docker{--fa: "\f395"}.fa-draft2digital{--fa: "\f396"}.fa-square-dribbble,.fa-dribbble-square{--fa: "\f397"}.fa-dyalog{--fa: "\f399"}.fa-earlybirds{--fa: "\f39a"}.fa-erlang{--fa: "\f39d"}.fa-facebook-f{--fa: "\f39e"}.fa-facebook-messenger{--fa: "\f39f"}.fa-firstdraft{--fa: "\f3a1"}.fa-fonticons-fi{--fa: "\f3a2"}.fa-fort-awesome-alt{--fa: "\f3a3"}.fa-freebsd{--fa: "\f3a4"}.fa-gitkraken{--fa: "\f3a6"}.fa-gofore{--fa: "\f3a7"}.fa-goodreads{--fa: "\f3a8"}.fa-goodreads-g{--fa: "\f3a9"}.fa-google-drive{--fa: "\f3aa"}.fa-google-play{--fa: "\f3ab"}.fa-gripfire{--fa: "\f3ac"}.fa-grunt{--fa: "\f3ad"}.fa-gulp{--fa: "\f3ae"}.fa-square-hacker-news,.fa-hacker-news-square{--fa: "\f3af"}.fa-hire-a-helper{--fa: "\f3b0"}.fa-hotjar{--fa: "\f3b1"}.fa-hubspot{--fa: "\f3b2"}.fa-itunes{--fa: "\f3b4"}.fa-itunes-note{--fa: "\f3b5"}.fa-jenkins{--fa: "\f3b6"}.fa-joget{--fa: "\f3b7"}.fa-js{--fa: "\f3b8"}.fa-square-js,.fa-js-square{--fa: "\f3b9"}.fa-keycdn{--fa: "\f3ba"}.fa-kickstarter,.fa-square-kickstarter{--fa: "\f3bb"}.fa-kickstarter-k{--fa: "\f3bc"}.fa-laravel{--fa: "\f3bd"}.fa-line{--fa: "\f3c0"}.fa-lyft{--fa: "\f3c3"}.fa-magento{--fa: "\f3c4"}.fa-medapps{--fa: "\f3c6"}.fa-medrt{--fa: "\f3c8"}.fa-microsoft{--fa: "\f3ca"}.fa-mix{--fa: "\f3cb"}.fa-mizuni{--fa: "\f3cc"}.fa-monero{--fa: "\f3d0"}.fa-napster{--fa: "\f3d2"}.fa-node-js{--fa: "\f3d3"}.fa-npm{--fa: "\f3d4"}.fa-ns8{--fa: "\f3d5"}.fa-nutritionix{--fa: "\f3d6"}.fa-page4{--fa: "\f3d7"}.fa-palfed{--fa: "\f3d8"}.fa-patreon{--fa: "\f3d9"}.fa-periscope{--fa: "\f3da"}.fa-phabricator{--fa: "\f3db"}.fa-phoenix-framework{--fa: "\f3dc"}.fa-playstation{--fa: "\f3df"}.fa-pushed{--fa: "\f3e1"}.fa-python{--fa: "\f3e2"}.fa-red-river{--fa: "\f3e3"}.fa-wpressr,.fa-rendact{--fa: "\f3e4"}.fa-replyd{--fa: "\f3e6"}.fa-resolving{--fa: "\f3e7"}.fa-rocketchat{--fa: "\f3e8"}.fa-rockrms{--fa: "\f3e9"}.fa-schlix{--fa: "\f3ea"}.fa-searchengin{--fa: "\f3eb"}.fa-servicestack{--fa: "\f3ec"}.fa-sistrix{--fa: "\f3ee"}.fa-speakap{--fa: "\f3f3"}.fa-staylinked{--fa: "\f3f5"}.fa-steam-symbol{--fa: "\f3f6"}.fa-sticker-mule{--fa: "\f3f7"}.fa-studiovinari{--fa: "\f3f8"}.fa-supple{--fa: "\f3f9"}.fa-uber{--fa: "\f402"}.fa-uikit{--fa: "\f403"}.fa-uniregistry{--fa: "\f404"}.fa-untappd{--fa: "\f405"}.fa-ussunnah{--fa: "\f407"}.fa-vaadin{--fa: "\f408"}.fa-viber{--fa: "\f409"}.fa-vimeo{--fa: "\f40a"}.fa-vnv{--fa: "\f40b"}.fa-square-whatsapp,.fa-whatsapp-square{--fa: "\f40c"}.fa-whmcs{--fa: "\f40d"}.fa-wordpress-simple{--fa: "\f411"}.fa-xbox{--fa: "\f412"}.fa-yandex{--fa: "\f413"}.fa-yandex-international{--fa: "\f414"}.fa-apple-pay{--fa: "\f415"}.fa-cc-apple-pay{--fa: "\f416"}.fa-fly{--fa: "\f417"}.fa-node{--fa: "\f419"}.fa-osi{--fa: "\f41a"}.fa-react{--fa: "\f41b"}.fa-autoprefixer{--fa: "\f41c"}.fa-less{--fa: "\f41d"}.fa-sass{--fa: "\f41e"}.fa-vuejs{--fa: "\f41f"}.fa-angular{--fa: "\f420"}.fa-aviato{--fa: "\f421"}.fa-ember{--fa: "\f423"}.fa-gitter{--fa: "\f426"}.fa-hooli{--fa: "\f427"}.fa-strava{--fa: "\f428"}.fa-stripe{--fa: "\f429"}.fa-stripe-s{--fa: "\f42a"}.fa-typo3{--fa: "\f42b"}.fa-amazon-pay{--fa: "\f42c"}.fa-cc-amazon-pay{--fa: "\f42d"}.fa-ethereum{--fa: "\f42e"}.fa-korvue{--fa: "\f42f"}.fa-elementor{--fa: "\f430"}.fa-square-youtube,.fa-youtube-square{--fa: "\f431"}.fa-flipboard{--fa: "\f44d"}.fa-hips{--fa: "\f452"}.fa-php{--fa: "\f457"}.fa-quinscape{--fa: "\f459"}.fa-readme{--fa: "\f4d5"}.fa-java{--fa: "\f4e4"}.fa-pied-piper-hat{--fa: "\f4e5"}.fa-creative-commons-by{--fa: "\f4e7"}.fa-creative-commons-nc{--fa: "\f4e8"}.fa-creative-commons-nc-eu{--fa: "\f4e9"}.fa-creative-commons-nc-jp{--fa: "\f4ea"}.fa-creative-commons-nd{--fa: "\f4eb"}.fa-creative-commons-pd{--fa: "\f4ec"}.fa-creative-commons-pd-alt{--fa: "\f4ed"}.fa-creative-commons-remix{--fa: "\f4ee"}.fa-creative-commons-sa{--fa: "\f4ef"}.fa-creative-commons-sampling{--fa: "\f4f0"}.fa-creative-commons-sampling-plus{--fa: "\f4f1"}.fa-creative-commons-share{--fa: "\f4f2"}.fa-creative-commons-zero{--fa: "\f4f3"}.fa-ebay{--fa: "\f4f4"}.fa-keybase{--fa: "\f4f5"}.fa-mastodon{--fa: "\f4f6"}.fa-r-project{--fa: "\f4f7"}.fa-researchgate{--fa: "\f4f8"}.fa-teamspeak{--fa: "\f4f9"}.fa-first-order-alt{--fa: "\f50a"}.fa-fulcrum{--fa: "\f50b"}.fa-galactic-republic{--fa: "\f50c"}.fa-galactic-senate{--fa: "\f50d"}.fa-jedi-order{--fa: "\f50e"}.fa-mandalorian{--fa: "\f50f"}.fa-old-republic{--fa: "\f510"}.fa-phoenix-squadron{--fa: "\f511"}.fa-sith{--fa: "\f512"}.fa-trade-federation{--fa: "\f513"}.fa-wolf-pack-battalion{--fa: "\f514"}.fa-hornbill{--fa: "\f592"}.fa-mailchimp{--fa: "\f59e"}.fa-megaport{--fa: "\f5a3"}.fa-nimblr{--fa: "\f5a8"}.fa-rev{--fa: "\f5b2"}.fa-shopware{--fa: "\f5b5"}.fa-squarespace{--fa: "\f5be"}.fa-themeco{--fa: "\f5c6"}.fa-weebly{--fa: "\f5cc"}.fa-wix{--fa: "\f5cf"}.fa-ello{--fa: "\f5f1"}.fa-hackerrank{--fa: "\f5f7"}.fa-kaggle{--fa: "\f5fa"}.fa-markdown{--fa: "\f60f"}.fa-neos{--fa: "\f612"}.fa-zhihu{--fa: "\f63f"}.fa-alipay{--fa: "\f642"}.fa-the-red-yeti{--fa: "\f69d"}.fa-critical-role{--fa: "\f6c9"}.fa-d-and-d-beyond{--fa: "\f6ca"}.fa-dev{--fa: "\f6cc"}.fa-fantasy-flight-games{--fa: "\f6dc"}.fa-wizards-of-the-coast{--fa: "\f730"}.fa-think-peaks{--fa: "\f731"}.fa-reacteurope{--fa: "\f75d"}.fa-artstation{--fa: "\f77a"}.fa-atlassian{--fa: "\f77b"}.fa-canadian-maple-leaf{--fa: "\f785"}.fa-centos{--fa: "\f789"}.fa-confluence{--fa: "\f78d"}.fa-dhl{--fa: "\f790"}.fa-diaspora{--fa: "\f791"}.fa-fedex{--fa: "\f797"}.fa-fedora{--fa: "\f798"}.fa-figma{--fa: "\f799"}.fa-intercom{--fa: "\f7af"}.fa-invision{--fa: "\f7b0"}.fa-jira{--fa: "\f7b1"}.fa-mendeley{--fa: "\f7b3"}.fa-raspberry-pi{--fa: "\f7bb"}.fa-redhat{--fa: "\f7bc"}.fa-sketch{--fa: "\f7c6"}.fa-sourcetree{--fa: "\f7d3"}.fa-suse{--fa: "\f7d6"}.fa-ubuntu{--fa: "\f7df"}.fa-ups{--fa: "\f7e0"}.fa-usps{--fa: "\f7e1"}.fa-yarn{--fa: "\f7e3"}.fa-airbnb{--fa: "\f834"}.fa-battle-net{--fa: "\f835"}.fa-bootstrap{--fa: "\f836"}.fa-buffer{--fa: "\f837"}.fa-chromecast{--fa: "\f838"}.fa-evernote{--fa: "\f839"}.fa-itch-io{--fa: "\f83a"}.fa-salesforce{--fa: "\f83b"}.fa-speaker-deck{--fa: "\f83c"}.fa-symfony{--fa: "\f83d"}.fa-waze{--fa: "\f83f"}.fa-yammer{--fa: "\f840"}.fa-git-alt{--fa: "\f841"}.fa-stackpath{--fa: "\f842"}.fa-cotton-bureau{--fa: "\f89e"}.fa-buy-n-large{--fa: "\f8a6"}.fa-mdb{--fa: "\f8ca"}.fa-orcid{--fa: "\f8d2"}.fa-swift{--fa: "\f8e1"}.fa-umbraco{--fa: "\f8e8"}:root,:host{--fa-family-classic: "Font Awesome 7 Free";--fa-font-regular: normal 400 1em/1 var(--fa-family-classic);--fa-style-family-classic: var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:block;src:url("./media/fa-regular-400-I5DJMINO.woff2")}.far{--fa-family: var(--fa-family-classic);--fa-style: 400}.fa-classic{--fa-family: var(--fa-family-classic)}.fa-regular{--fa-style: 400}:root,:host{--fa-family-classic: "Font Awesome 7 Free";--fa-font-solid: normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic: var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:block;src:url("./media/fa-solid-900-C5F6UWGT.woff2")}.fas{--fa-family: var(--fa-family-classic);--fa-style: 900}.fa-classic{--fa-family: var(--fa-family-classic)}.fa-solid{--fa-style: 900}.fa.fa-glass{--fa: "\f000"}.fa.fa-envelope-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f0e0"}.fa.fa-star-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f005"}.fa.fa-remove,.fa.fa-close{--fa: "\f00d"}.fa.fa-gear{--fa: "\f013"}.fa.fa-trash-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f2ed"}.fa.fa-home{--fa: "\f015"}.fa.fa-file-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f144"}.fa.fa-repeat,.fa.fa-rotate-right{--fa: "\f01e"}.fa.fa-refresh{--fa: "\f021"}.fa.fa-list-alt{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f022"}.fa.fa-dedent{--fa: "\f03b"}.fa.fa-video-camera{--fa: "\f03d"}.fa.fa-picture-o,.fa.fa-photo,.fa.fa-image{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f03e"}.fa.fa-map-marker{--fa: "\f3c5"}.fa.fa-pencil-square-o,.fa.fa-edit{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f044"}.fa.fa-share-square-o{--fa: "\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f14a"}.fa.fa-arrows{--fa: "\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f058"}.fa.fa-mail-forward{--fa: "\f064"}.fa.fa-expand{--fa: "\f424"}.fa.fa-compress{--fa: "\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-warning{--fa: "\f071"}.fa.fa-calendar{--fa: "\f073"}.fa.fa-arrows-v{--fa: "\f338"}.fa.fa-arrows-h{--fa: "\f337"}.fa.fa-bar-chart,.fa.fa-bar-chart-o{--fa: "\e0e3"}.fa.fa-twitter-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f081"}.fa.fa-facebook-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f082"}.fa.fa-gears{--fa: "\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f165"}.fa.fa-heart-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f004"}.fa.fa-sign-out{--fa: "\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f08c"}.fa.fa-thumb-tack{--fa: "\f08d"}.fa.fa-external-link{--fa: "\f35d"}.fa.fa-sign-in{--fa: "\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f092"}.fa.fa-lemon-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f094"}.fa.fa-square-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f02e"}.fa.fa-twitter{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-facebook,.fa.fa-facebook-f{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f39e"}.fa.fa-github{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-feed{--fa: "\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f0a7"}.fa.fa-globe{--fa: "\f57d"}.fa.fa-tasks{--fa: "\f828"}.fa.fa-arrows-alt{--fa: "\f31e"}.fa.fa-group{--fa: "\f0c0"}.fa.fa-chain{--fa: "\f0c1"}.fa.fa-cut{--fa: "\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f0c5"}.fa.fa-floppy-o,.fa.fa-save{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f0c7"}.fa.fa-navicon,.fa.fa-reorder{--fa: "\f0c9"}.fa.fa-magic{--fa: "\e2ca"}.fa.fa-pinterest{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-pinterest-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f0d3"}.fa.fa-google-plus-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f0d4"}.fa.fa-google-plus{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f0d5"}.fa.fa-money{--fa: "\f3d1"}.fa.fa-unsorted{--fa: "\f0dc"}.fa.fa-sort-desc{--fa: "\f0dd"}.fa.fa-sort-asc{--fa: "\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f0e1"}.fa.fa-rotate-left{--fa: "\f0e2"}.fa.fa-legal{--fa: "\f0e3"}.fa.fa-tachometer,.fa.fa-dashboard{--fa: "\f625"}.fa.fa-comment-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f075"}.fa.fa-comments-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f086"}.fa.fa-flash{--fa: "\f0e7"}.fa.fa-clipboard{--fa: "\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f0eb"}.fa.fa-exchange{--fa: "\f362"}.fa.fa-cloud-download{--fa: "\f0ed"}.fa.fa-cloud-upload{--fa: "\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f0f3"}.fa.fa-cutlery{--fa: "\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f15c"}.fa.fa-building-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f0f8"}.fa.fa-tablet{--fa: "\f3fa"}.fa.fa-mobile,.fa.fa-mobile-phone{--fa: "\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f111"}.fa.fa-mail-reply{--fa: "\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f118"}.fa.fa-frown-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f119"}.fa.fa-meh-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f024"}.fa.fa-mail-reply-all{--fa: "\f122"}.fa.fa-star-half-o,.fa.fa-star-half-empty,.fa.fa-star-half-full{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f5c0"}.fa.fa-code-fork{--fa: "\f126"}.fa.fa-chain-broken,.fa.fa-unlink{--fa: "\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f133"}.fa.fa-maxcdn,.fa.fa-html5,.fa.fa-css3{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-unlock-alt{--fa: "\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f146"}.fa.fa-level-up{--fa: "\f3bf"}.fa.fa-level-down{--fa: "\f3be"}.fa.fa-pencil-square{--fa: "\f14b"}.fa.fa-external-link-square{--fa: "\f360"}.fa.fa-compass{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-caret-square-o-down,.fa.fa-toggle-down{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f150"}.fa.fa-caret-square-o-up,.fa.fa-toggle-up{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f151"}.fa.fa-caret-square-o-right,.fa.fa-toggle-right{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f152"}.fa.fa-eur,.fa.fa-euro{--fa: "\f153"}.fa.fa-gbp{--fa: "\f154"}.fa.fa-usd,.fa.fa-dollar{--fa: "$"}.fa.fa-inr,.fa.fa-rupee{--fa: "\e1bc"}.fa.fa-jpy,.fa.fa-cny,.fa.fa-rmb,.fa.fa-yen{--fa: "\f157"}.fa.fa-rub,.fa.fa-ruble,.fa.fa-rouble{--fa: "\f158"}.fa.fa-krw,.fa.fa-won{--fa: "\f159"}.fa.fa-btc{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-bitcoin{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f15a"}.fa.fa-file-text{--fa: "\f15c"}.fa.fa-sort-alpha-asc{--fa: "\f15d"}.fa.fa-sort-alpha-desc{--fa: "\f881"}.fa.fa-sort-amount-asc{--fa: "\f884"}.fa.fa-sort-amount-desc{--fa: "\f160"}.fa.fa-sort-numeric-asc{--fa: "\f162"}.fa.fa-sort-numeric-desc{--fa: "\f886"}.fa.fa-youtube-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f431"}.fa.fa-youtube,.fa.fa-xing{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-xing-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f169"}.fa.fa-youtube-play{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f167"}.fa.fa-dropbox,.fa.fa-stack-overflow,.fa.fa-instagram,.fa.fa-flickr,.fa.fa-adn,.fa.fa-bitbucket{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-bitbucket-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f171"}.fa.fa-tumblr{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-tumblr-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f174"}.fa.fa-long-arrow-down{--fa: "\f309"}.fa.fa-long-arrow-up{--fa: "\f30c"}.fa.fa-long-arrow-left{--fa: "\f30a"}.fa.fa-long-arrow-right{--fa: "\f30b"}.fa.fa-apple,.fa.fa-windows,.fa.fa-android,.fa.fa-linux,.fa.fa-dribbble,.fa.fa-skype,.fa.fa-foursquare,.fa.fa-trello,.fa.fa-gratipay{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-gittip{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f184"}.fa.fa-sun-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f185"}.fa.fa-moon-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f186"}.fa.fa-vk,.fa.fa-weibo,.fa.fa-renren,.fa.fa-pagelines,.fa.fa-stack-exchange{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f359"}.fa.fa-caret-square-o-left,.fa.fa-toggle-left{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f194"}.fa.fa-try,.fa.fa-turkish-lira{--fa: "\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f0fe"}.fa.fa-slack,.fa.fa-wordpress,.fa.fa-openid{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-institution,.fa.fa-bank{--fa: "\f19c"}.fa.fa-mortar-board{--fa: "\f19d"}.fa.fa-yahoo,.fa.fa-google,.fa.fa-reddit{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-reddit-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f1a2"}.fa.fa-stumbleupon-circle,.fa.fa-stumbleupon,.fa.fa-delicious,.fa.fa-digg,.fa.fa-pied-piper-pp,.fa.fa-pied-piper-alt,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-behance{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-behance-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f1b5"}.fa.fa-steam{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-steam-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f1b7"}.fa.fa-automobile{--fa: "\f1b9"}.fa.fa-cab{--fa: "\f1ba"}.fa.fa-spotify,.fa.fa-deviantart,.fa.fa-soundcloud{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f1c4"}.fa.fa-file-image-o,.fa.fa-file-photo-o,.fa.fa-file-picture-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f1c5"}.fa.fa-file-archive-o,.fa.fa-file-zip-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f1c6"}.fa.fa-file-audio-o,.fa.fa-file-sound-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f1c7"}.fa.fa-file-video-o,.fa.fa-file-movie-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f1c9"}.fa.fa-vine,.fa.fa-codepen,.fa.fa-jsfiddle{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-buoy,.fa.fa-life-saver,.fa.fa-support{--fa: "\f1cd"}.fa.fa-circle-o-notch{--fa: "\f1ce"}.fa.fa-rebel{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-ra,.fa.fa-resistance{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f1d0"}.fa.fa-empire{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-ge{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f1d1"}.fa.fa-git-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f1d2"}.fa.fa-git,.fa.fa-hacker-news{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-y-combinator-square,.fa.fa-yc-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f1d4"}.fa.fa-tencent-weibo,.fa.fa-qq,.fa.fa-weixin{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-wechat{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f1d7"}.fa.fa-send{--fa: "\f1d8"}.fa.fa-paper-plane-o,.fa.fa-send-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f111"}.fa.fa-header{--fa: "\f1dc"}.fa.fa-futbol-o,.fa.fa-soccer-ball-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f1ea"}.fa.fa-paypal,.fa.fa-google-wallet,.fa.fa-cc-visa,.fa.fa-cc-mastercard,.fa.fa-cc-discover,.fa.fa-cc-amex,.fa.fa-cc-paypal,.fa.fa-cc-stripe{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f1f6"}.fa.fa-trash{--fa: "\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-eyedropper{--fa: "\f1fb"}.fa.fa-area-chart{--fa: "\f1fe"}.fa.fa-pie-chart{--fa: "\f200"}.fa.fa-line-chart{--fa: "\f201"}.fa.fa-lastfm{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-lastfm-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f203"}.fa.fa-ioxhost,.fa.fa-angellist{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f20a"}.fa.fa-ils,.fa.fa-shekel,.fa.fa-sheqel{--fa: "\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f3a5"}.fa.fa-transgender,.fa.fa-intersex{--fa: "\f224"}.fa.fa-transgender-alt{--fa: "\f225"}.fa.fa-facebook-official{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-hotel{--fa: "\f236"}.fa.fa-viacoin,.fa.fa-medium,.fa.fa-y-combinator{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-yc{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f23b"}.fa.fa-optin-monster,.fa.fa-opencart,.fa.fa-expeditedssl{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-battery-4,.fa.fa-battery{--fa: "\f240"}.fa.fa-battery-3{--fa: "\f241"}.fa.fa-battery-2{--fa: "\f242"}.fa.fa-battery-1{--fa: "\f243"}.fa.fa-battery-0{--fa: "\f244"}.fa.fa-object-group,.fa.fa-object-ungroup{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-sticky-note-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f249"}.fa.fa-cc-jcb,.fa.fa-cc-diners-club{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-hourglass-o{--fa: "\f254"}.fa.fa-hourglass-1{--fa: "\f251"}.fa.fa-hourglass-2{--fa: "\f252"}.fa.fa-hourglass-3{--fa: "\f253"}.fa.fa-hand-rock-o,.fa.fa-hand-grab-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f255"}.fa.fa-hand-paper-o,.fa.fa-hand-stop-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f25b"}.fa.fa-registered{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-odnoklassniki-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f264"}.fa.fa-get-pocket,.fa.fa-wikipedia-w,.fa.fa-safari,.fa.fa-chrome,.fa.fa-firefox,.fa.fa-opera,.fa.fa-internet-explorer{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-television{--fa: "\f26c"}.fa.fa-contao,.fa.fa-500px,.fa.fa-amazon{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f274"}.fa.fa-map-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f279"}.fa.fa-commenting{--fa: "\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f4ad"}.fa.fa-houzz{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-vimeo{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f27d"}.fa.fa-black-tie,.fa.fa-fonticons,.fa.fa-reddit-alien,.fa.fa-edge{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-credit-card-alt{--fa: "\f09d"}.fa.fa-codiepie,.fa.fa-modx,.fa.fa-fort-awesome,.fa.fa-usb,.fa.fa-product-hunt,.fa.fa-mixcloud,.fa.fa-scribd{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-gitlab,.fa.fa-wpbeginner,.fa.fa-wpforms,.fa.fa-envira{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-wheelchair-alt{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f059"}.fa.fa-volume-control-phone{--fa: "\f2a0"}.fa.fa-asl-interpreting{--fa: "\f2a3"}.fa.fa-deafness,.fa.fa-hard-of-hearing{--fa: "\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-signing{--fa: "\f2a7"}.fa.fa-viadeo{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-viadeo-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f2aa"}.fa.fa-snapchat{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-snapchat-ghost{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f2ab"}.fa.fa-snapchat-square{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f2ad"}.fa.fa-pied-piper,.fa.fa-first-order,.fa.fa-yoast,.fa.fa-themeisle{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-google-plus-official,.fa.fa-google-plus-circle{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f2b3"}.fa.fa-font-awesome{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-fa{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f2b6"}.fa.fa-linode{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f2b9"}.fa.fa-vcard{--fa: "\f2bb"}.fa.fa-address-card-o,.fa.fa-vcard-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f007"}.fa.fa-id-badge{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-drivers-license{--fa: "\f2c2"}.fa.fa-id-card-o,.fa.fa-drivers-license-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f2c2"}.fa.fa-quora,.fa.fa-free-code-camp,.fa.fa-telegram{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-thermometer-4,.fa.fa-thermometer{--fa: "\f2c7"}.fa.fa-thermometer-3{--fa: "\f2c8"}.fa.fa-thermometer-2{--fa: "\f2c9"}.fa.fa-thermometer-1{--fa: "\f2ca"}.fa.fa-thermometer-0{--fa: "\f2cb"}.fa.fa-bathtub,.fa.fa-s15{--fa: "\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 7 Free";font-weight:400}.fa.fa-times-rectangle{--fa: "\f410"}.fa.fa-window-close-o,.fa.fa-times-rectangle-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f410"}.fa.fa-bandcamp,.fa.fa-grav,.fa.fa-etsy,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 7 Brands";font-weight:400}.fa.fa-eercast{font-family:"Font Awesome 7 Brands";font-weight:400;--fa: "\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 7 Free";font-weight:400;--fa: "\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer,.fa.fa-meetup{font-family:"Font Awesome 7 Brands";font-weight:400}@font-face{font-family:primeicons;font-display:block;src:url("./media/primeicons-RSSEDYLY.eot");src:url("./media/primeicons-RSSEDYLY.eot?#iefix") format("embedded-opentype"),url("./media/primeicons-4GST5W3O.woff2") format("woff2"),url("./media/primeicons-P53SE5CV.woff") format("woff"),url("./media/primeicons-GEFHGEHP.ttf") format("truetype"),url("./media/primeicons-DHQU4SEP.svg?#primeicons") format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:"\ea05"}.pi-receipt:before{content:"\ea06"}.pi-asterisk:before{content:"\ea07"}.pi-face-smile:before{content:"\ea08"}.pi-pinterest:before{content:"\ea09"}.pi-expand:before{content:"\ea0a"}.pi-pen-to-square:before{content:"\ea0b"}.pi-wave-pulse:before{content:"\ea0c"}.pi-turkish-lira:before{content:"\ea0d"}.pi-spinner-dotted:before{content:"\ea0e"}.pi-crown:before{content:"\ea0f"}.pi-pause-circle:before{content:"\ea10"}.pi-warehouse:before{content:"\ea11"}.pi-objects-column:before{content:"\ea12"}.pi-clipboard:before{content:"\ea13"}.pi-play-circle:before{content:"\ea14"}.pi-venus:before{content:"\ea15"}.pi-cart-minus:before{content:"\ea16"}.pi-file-plus:before{content:"\ea17"}.pi-microchip:before{content:"\ea18"}.pi-twitch:before{content:"\ea19"}.pi-building-columns:before{content:"\ea1a"}.pi-file-check:before{content:"\ea1b"}.pi-microchip-ai:before{content:"\ea1c"}.pi-trophy:before{content:"\ea1d"}.pi-barcode:before{content:"\ea1e"}.pi-file-arrow-up:before{content:"\ea1f"}.pi-mars:before{content:"\ea20"}.pi-tiktok:before{content:"\ea21"}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:"\ea22"}.pi-ethereum:before{content:"\ea23"}.pi-list-check:before{content:"\ea24"}.pi-thumbtack:before{content:"\ea25"}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:"\ea26"}.pi-equals:before{content:"\ea27"}.pi-lightbulb:before{content:"\ea28"}.pi-star-half:before{content:"\ea29"}.pi-address-book:before{content:"\ea2a"}.pi-chart-scatter:before{content:"\ea2b"}.pi-indian-rupee:before{content:"\ea2c"}.pi-star-half-fill:before{content:"\ea2d"}.pi-cart-arrow-down:before{content:"\ea2e"}.pi-calendar-clock:before{content:"\ea2f"}.pi-sort-up-fill:before{content:"\ea30"}.pi-sparkles:before{content:"\ea31"}.pi-bullseye:before{content:"\ea32"}.pi-sort-down-fill:before{content:"\ea33"}.pi-graduation-cap:before{content:"\ea34"}.pi-hammer:before{content:"\ea35"}.pi-bell-slash:before{content:"\ea36"}.pi-gauge:before{content:"\ea37"}.pi-shop:before{content:"\ea38"}.pi-headphones:before{content:"\ea39"}.pi-eraser:before{content:"\ea04"}.pi-stopwatch:before{content:"\ea01"}.pi-verified:before{content:"\ea02"}.pi-delete-left:before{content:"\ea03"}.pi-hourglass:before{content:"\e9fe"}.pi-truck:before{content:"\ea00"}.pi-wrench:before{content:"\e9ff"}.pi-microphone:before{content:"\e9fa"}.pi-megaphone:before{content:"\e9fb"}.pi-arrow-right-arrow-left:before{content:"\e9fc"}.pi-bitcoin:before{content:"\e9fd"}.pi-file-edit:before{content:"\e9f6"}.pi-language:before{content:"\e9f7"}.pi-file-export:before{content:"\e9f8"}.pi-file-import:before{content:"\e9f9"}.pi-file-word:before{content:"\e9f1"}.pi-gift:before{content:"\e9f2"}.pi-cart-plus:before{content:"\e9f3"}.pi-thumbs-down-fill:before{content:"\e9f4"}.pi-thumbs-up-fill:before{content:"\e9f5"}.pi-arrows-alt:before{content:"\e9f0"}.pi-calculator:before{content:"\e9ef"}.pi-sort-alt-slash:before{content:"\e9ee"}.pi-arrows-h:before{content:"\e9ec"}.pi-arrows-v:before{content:"\e9ed"}.pi-pound:before{content:"\e9eb"}.pi-prime:before{content:"\e9ea"}.pi-chart-pie:before{content:"\e9e9"}.pi-reddit:before{content:"\e9e8"}.pi-code:before{content:"\e9e7"}.pi-sync:before{content:"\e9e6"}.pi-shopping-bag:before{content:"\e9e5"}.pi-server:before{content:"\e9e4"}.pi-database:before{content:"\e9e3"}.pi-hashtag:before{content:"\e9e2"}.pi-bookmark-fill:before{content:"\e9df"}.pi-filter-fill:before{content:"\e9e0"}.pi-heart-fill:before{content:"\e9e1"}.pi-flag-fill:before{content:"\e9de"}.pi-circle:before{content:"\e9dc"}.pi-circle-fill:before{content:"\e9dd"}.pi-bolt:before{content:"\e9db"}.pi-history:before{content:"\e9da"}.pi-box:before{content:"\e9d9"}.pi-at:before{content:"\e9d8"}.pi-arrow-up-right:before{content:"\e9d4"}.pi-arrow-up-left:before{content:"\e9d5"}.pi-arrow-down-left:before{content:"\e9d6"}.pi-arrow-down-right:before{content:"\e9d7"}.pi-telegram:before{content:"\e9d3"}.pi-stop-circle:before{content:"\e9d2"}.pi-stop:before{content:"\e9d1"}.pi-whatsapp:before{content:"\e9d0"}.pi-building:before{content:"\e9cf"}.pi-qrcode:before{content:"\e9ce"}.pi-car:before{content:"\e9cd"}.pi-instagram:before{content:"\e9cc"}.pi-linkedin:before{content:"\e9cb"}.pi-send:before{content:"\e9ca"}.pi-slack:before{content:"\e9c9"}.pi-sun:before{content:"\e9c8"}.pi-moon:before{content:"\e9c7"}.pi-vimeo:before{content:"\e9c6"}.pi-youtube:before{content:"\e9c5"}.pi-flag:before{content:"\e9c4"}.pi-wallet:before{content:"\e9c3"}.pi-map:before{content:"\e9c2"}.pi-link:before{content:"\e9c1"}.pi-credit-card:before{content:"\e9bf"}.pi-discord:before{content:"\e9c0"}.pi-percentage:before{content:"\e9be"}.pi-euro:before{content:"\e9bd"}.pi-book:before{content:"\e9ba"}.pi-shield:before{content:"\e9b9"}.pi-paypal:before{content:"\e9bb"}.pi-amazon:before{content:"\e9bc"}.pi-phone:before{content:"\e9b8"}.pi-filter-slash:before{content:"\e9b7"}.pi-facebook:before{content:"\e9b4"}.pi-github:before{content:"\e9b5"}.pi-twitter:before{content:"\e9b6"}.pi-step-backward-alt:before{content:"\e9ac"}.pi-step-forward-alt:before{content:"\e9ad"}.pi-forward:before{content:"\e9ae"}.pi-backward:before{content:"\e9af"}.pi-fast-backward:before{content:"\e9b0"}.pi-fast-forward:before{content:"\e9b1"}.pi-pause:before{content:"\e9b2"}.pi-play:before{content:"\e9b3"}.pi-compass:before{content:"\e9ab"}.pi-id-card:before{content:"\e9aa"}.pi-ticket:before{content:"\e9a9"}.pi-file-o:before{content:"\e9a8"}.pi-reply:before{content:"\e9a7"}.pi-directions-alt:before{content:"\e9a5"}.pi-directions:before{content:"\e9a6"}.pi-thumbs-up:before{content:"\e9a3"}.pi-thumbs-down:before{content:"\e9a4"}.pi-sort-numeric-down-alt:before{content:"\e996"}.pi-sort-numeric-up-alt:before{content:"\e997"}.pi-sort-alpha-down-alt:before{content:"\e998"}.pi-sort-alpha-up-alt:before{content:"\e999"}.pi-sort-numeric-down:before{content:"\e99a"}.pi-sort-numeric-up:before{content:"\e99b"}.pi-sort-alpha-down:before{content:"\e99c"}.pi-sort-alpha-up:before{content:"\e99d"}.pi-sort-alt:before{content:"\e99e"}.pi-sort-amount-up:before{content:"\e99f"}.pi-sort-amount-down:before{content:"\e9a0"}.pi-sort-amount-down-alt:before{content:"\e9a1"}.pi-sort-amount-up-alt:before{content:"\e9a2"}.pi-palette:before{content:"\e995"}.pi-undo:before{content:"\e994"}.pi-desktop:before{content:"\e993"}.pi-sliders-v:before{content:"\e991"}.pi-sliders-h:before{content:"\e992"}.pi-search-plus:before{content:"\e98f"}.pi-search-minus:before{content:"\e990"}.pi-file-excel:before{content:"\e98e"}.pi-file-pdf:before{content:"\e98d"}.pi-check-square:before{content:"\e98c"}.pi-chart-line:before{content:"\e98b"}.pi-user-edit:before{content:"\e98a"}.pi-exclamation-circle:before{content:"\e989"}.pi-android:before{content:"\e985"}.pi-google:before{content:"\e986"}.pi-apple:before{content:"\e987"}.pi-microsoft:before{content:"\e988"}.pi-heart:before{content:"\e984"}.pi-mobile:before{content:"\e982"}.pi-tablet:before{content:"\e983"}.pi-key:before{content:"\e981"}.pi-shopping-cart:before{content:"\e980"}.pi-comments:before{content:"\e97e"}.pi-comment:before{content:"\e97f"}.pi-briefcase:before{content:"\e97d"}.pi-bell:before{content:"\e97c"}.pi-paperclip:before{content:"\e97b"}.pi-share-alt:before{content:"\e97a"}.pi-envelope:before{content:"\e979"}.pi-volume-down:before{content:"\e976"}.pi-volume-up:before{content:"\e977"}.pi-volume-off:before{content:"\e978"}.pi-eject:before{content:"\e975"}.pi-money-bill:before{content:"\e974"}.pi-images:before{content:"\e973"}.pi-image:before{content:"\e972"}.pi-sign-in:before{content:"\e970"}.pi-sign-out:before{content:"\e971"}.pi-wifi:before{content:"\e96f"}.pi-sitemap:before{content:"\e96e"}.pi-chart-bar:before{content:"\e96d"}.pi-camera:before{content:"\e96c"}.pi-dollar:before{content:"\e96b"}.pi-lock-open:before{content:"\e96a"}.pi-table:before{content:"\e969"}.pi-map-marker:before{content:"\e968"}.pi-list:before{content:"\e967"}.pi-eye-slash:before{content:"\e965"}.pi-eye:before{content:"\e966"}.pi-folder-open:before{content:"\e964"}.pi-folder:before{content:"\e963"}.pi-video:before{content:"\e962"}.pi-inbox:before{content:"\e961"}.pi-lock:before{content:"\e95f"}.pi-unlock:before{content:"\e960"}.pi-tags:before{content:"\e95d"}.pi-tag:before{content:"\e95e"}.pi-power-off:before{content:"\e95c"}.pi-save:before{content:"\e95b"}.pi-question-circle:before{content:"\e959"}.pi-question:before{content:"\e95a"}.pi-copy:before{content:"\e957"}.pi-file:before{content:"\e958"}.pi-clone:before{content:"\e955"}.pi-calendar-times:before{content:"\e952"}.pi-calendar-minus:before{content:"\e953"}.pi-calendar-plus:before{content:"\e954"}.pi-ellipsis-v:before{content:"\e950"}.pi-ellipsis-h:before{content:"\e951"}.pi-bookmark:before{content:"\e94e"}.pi-globe:before{content:"\e94f"}.pi-replay:before{content:"\e94d"}.pi-filter:before{content:"\e94c"}.pi-print:before{content:"\e94b"}.pi-align-right:before{content:"\e946"}.pi-align-left:before{content:"\e947"}.pi-align-center:before{content:"\e948"}.pi-align-justify:before{content:"\e949"}.pi-cog:before{content:"\e94a"}.pi-cloud-download:before{content:"\e943"}.pi-cloud-upload:before{content:"\e944"}.pi-cloud:before{content:"\e945"}.pi-pencil:before{content:"\e942"}.pi-users:before{content:"\e941"}.pi-clock:before{content:"\e940"}.pi-user-minus:before{content:"\e93e"}.pi-user-plus:before{content:"\e93f"}.pi-trash:before{content:"\e93d"}.pi-external-link:before{content:"\e93c"}.pi-window-maximize:before{content:"\e93b"}.pi-window-minimize:before{content:"\e93a"}.pi-refresh:before{content:"\e938"}.pi-user:before{content:"\e939"}.pi-exclamation-triangle:before{content:"\e922"}.pi-calendar:before{content:"\e927"}.pi-chevron-circle-left:before{content:"\e928"}.pi-chevron-circle-down:before{content:"\e929"}.pi-chevron-circle-right:before{content:"\e92a"}.pi-chevron-circle-up:before{content:"\e92b"}.pi-angle-double-down:before{content:"\e92c"}.pi-angle-double-left:before{content:"\e92d"}.pi-angle-double-right:before{content:"\e92e"}.pi-angle-double-up:before{content:"\e92f"}.pi-angle-down:before{content:"\e930"}.pi-angle-left:before{content:"\e931"}.pi-angle-right:before{content:"\e932"}.pi-angle-up:before{content:"\e933"}.pi-upload:before{content:"\e934"}.pi-download:before{content:"\e956"}.pi-ban:before{content:"\e935"}.pi-star-fill:before{content:"\e936"}.pi-star:before{content:"\e937"}.pi-chevron-left:before{content:"\e900"}.pi-chevron-right:before{content:"\e901"}.pi-chevron-down:before{content:"\e902"}.pi-chevron-up:before{content:"\e903"}.pi-caret-left:before{content:"\e904"}.pi-caret-right:before{content:"\e905"}.pi-caret-down:before{content:"\e906"}.pi-caret-up:before{content:"\e907"}.pi-search:before{content:"\e908"}.pi-check:before{content:"\e909"}.pi-check-circle:before{content:"\e90a"}.pi-times:before{content:"\e90b"}.pi-times-circle:before{content:"\e90c"}.pi-plus:before{content:"\e90d"}.pi-plus-circle:before{content:"\e90e"}.pi-minus:before{content:"\e90f"}.pi-minus-circle:before{content:"\e910"}.pi-circle-on:before{content:"\e911"}.pi-circle-off:before{content:"\e912"}.pi-sort-down:before{content:"\e913"}.pi-sort-up:before{content:"\e914"}.pi-sort:before{content:"\e915"}.pi-step-backward:before{content:"\e916"}.pi-step-forward:before{content:"\e917"}.pi-th-large:before{content:"\e918"}.pi-arrow-down:before{content:"\e919"}.pi-arrow-left:before{content:"\e91a"}.pi-arrow-right:before{content:"\e91b"}.pi-arrow-up:before{content:"\e91c"}.pi-bars:before{content:"\e91d"}.pi-arrow-circle-down:before{content:"\e91e"}.pi-arrow-circle-left:before{content:"\e91f"}.pi-arrow-circle-right:before{content:"\e920"}.pi-arrow-circle-up:before{content:"\e921"}.pi-info:before{content:"\e923"}.pi-info-circle:before{content:"\e924"}.pi-home:before{content:"\e925"}.pi-spinner:before{content:"\e926"}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set: none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"\2022"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"\2611"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"\2610"}@supports (counter-set: none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set: none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"\2022"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"\2611"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"\2610"}@supports (counter-set: none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set: none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set: none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}*,*:before,*:after{box-sizing:border-box}body{padding:0;margin:0;min-height:100vh;color:var(--dx-gray);background:var(--surface-ground);font-weight:400;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--surface-ground)!important;color:var(--text-color)!important;font-size:14px}a{color:var(--primary-color)}.app-content-wrapper{background-color:var(--surface-b)!important;color:var(--text-color)!important}.page-header{border:0!important;font-weight:400;color:var(--primary-color);padding:15px 0}.page-header h1,.page-header h2,.page-header h3,.page-header h4,.page-header h5,.page-header h6{margin:0;font-weight:400}.layout-content{background-color:var(--surface-ground);width:100%!important}.layout-config{border-left:1px solid var(--surface-d);background-color:var(--surface-a)}.layout-footer{border:none!important;background:var(--surface-a)!important}.tabler--world-share{display:inline-block;width:18px;height:18px;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20.94 13.045A9 9 0 1 0 11.987 21M3.6 9h16.8M3.6 15H13'/%3E%3Cpath d='M11.5 3a17 17 0 0 0 0 18m1-18a17 17 0 0 1 2.529 10.294M16 22l5-5m0 4.5V17h-4.5'/%3E%3C/g%3E%3C/svg%3E")}.tabler--world-share-dxblue{display:inline-block;width:18px;height:18px;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2355B2E9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20.94 13.045A9 9 0 1 0 11.987 21M3.6 9h16.8M3.6 15H13'/%3E%3Cpath d='M11.5 3a17 17 0 0 0 0 18m1-18a17 17 0 0 1 2.529 10.294M16 22l5-5m0 4.5V17h-4.5'/%3E%3C/g%3E%3C/svg%3E")}.tabler--world-share-lightgrey{display:inline-block;width:18px;height:18px;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23d3d3d3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20.94 13.045A9 9 0 1 0 11.987 21M3.6 9h16.8M3.6 15H13'/%3E%3Cpath d='M11.5 3a17 17 0 0 0 0 18m1-18a17 17 0 0 1 2.529 10.294M16 22l5-5m0 4.5V17h-4.5'/%3E%3C/g%3E%3C/svg%3E")}.ri--archive-line{display:inline-block;width:14px;height:14px;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d3d3d3' d='M3 10H2V4.003C2 3.449 2.455 3 2.992 3h18.016A.99.99 0 0 1 22 4.003V10h-1v10.002a.996.996 0 0 1-.993.998H3.993A.996.996 0 0 1 3 20.002zm16 0H5v9h14zM4 5v3h16V5zm5 7h6v2H9z'/%3E%3C/svg%3E")}.ri--delete-bin-line{display:inline-block;width:14px;height:14px;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d3d3d3' d='M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1zm1 2H6v12h12zm-9 3h2v6H9zm4 0h2v6h-2zM9 4v2h6V4z'/%3E%3C/svg%3E")}.tabler--world-share--dxgrey{position:relative;right:1.5px;margin-right:.3rem!important;display:inline-block;width:14px;height:14px;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20.94 13.045A9 9 0 1 0 11.987 21M3.6 9h16.8M3.6 15H13'/%3E%3Cpath d='M11.5 3a17 17 0 0 0 0 18m1-18a17 17 0 0 1 2.529 10.294M16 22l5-5m0 4.5V17h-4.5'/%3E%3C/g%3E%3C/svg%3E")}.app-dark .tabler--world-share--dxgrey{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20.94 13.045A9 9 0 1 0 11.987 21M3.6 9h16.8M3.6 15H13'/%3E%3Cpath d='M11.5 3a17 17 0 0 0 0 18m1-18a17 17 0 0 1 2.529 10.294M16 22l5-5m0 4.5V17h-4.5'/%3E%3C/g%3E%3C/svg%3E")}h1{font-size:2.25rem;line-height:2.5rem}h2{font-size:1.875rem;line-height:2.25rem}h3{font-size:1.5rem;line-height:2rem}h4{font-size:1.25rem;line-height:1.75rem}h5{font-size:1.125rem;line-height:1.75rem}h6{font-size:.875rem;line-height:1.25rem}.top-spacer{min-height:20vh}.spacer,.spacer-10{padding:.455rem}.p-element:focus{outline:none!important;box-shadow:none!important}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: 1px solid var(--bs-alert-border-color);--bs-alert-border-radius: .375rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: #084298;--bs-alert-bg: #cfe2ff;--bs-alert-border-color: #b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{--bs-alert-color: #41464b;--bs-alert-bg: #e2e3e5;--bs-alert-border-color: #d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{--bs-alert-color: #0f5132;--bs-alert-bg: #d1e7dd;--bs-alert-border-color: #badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{--bs-alert-color: #055160;--bs-alert-bg: #cff4fc;--bs-alert-border-color: #b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{--bs-alert-color: #664d03;--bs-alert-bg: #fff3cd;--bs-alert-border-color: #ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{--bs-alert-color: #842029;--bs-alert-bg: #f8d7da;--bs-alert-border-color: #f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{--bs-alert-color: #636464;--bs-alert-bg: #fefefe;--bs-alert-border-color: #fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{--bs-alert-color: #141619;--bs-alert-bg: #d3d3d4;--bs-alert-border-color: #bcbebf}.alert-dark .alert-link{color:#101214}.content-badge{border-radius:2px;padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:12px;letter-spacing:.3px}.content-badge.status-draft{background:#00b8d4;color:#1a237e}.content-badge.status-published{background:#c8e6c9;color:#256029}.content-badge.status-unpublished{background:#feedaf;color:#8a5340}.content-badge.status-archived{background:#eccfff;color:#694382}.content-badge.status-trash{background:#ffcdd2;color:#c63737}.content-badge.status-all{background:#0d6efd;color:#8a5340}.p-card{border:1px solid var(--surface-d);box-shadow:none;border-radius:0;padding:.2rem 1rem 0 .6rem}.p-card .p-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.p-card .p-card-body{padding:0}.p-card .p-card-body .p-card-content{padding:0 0 .4rem}.p-checkbox{margin:.182rem;border:none}.p-checkbox .p-checkbox-input{margin:0}.p-checkbox .p-checkbox-box{width:1.455rem;height:1.455rem;border-radius:3px;box-shadow:none!important;outline:none!important}.app-light .p-checkbox .p-checkbox-box{color:var(--gray-600);border:1px solid var(--gray-600);background-color:#fff!important}.app-light .p-checkbox .p-checkbox-box .p-highlight,.app-light .p-checkbox .p-checkbox-box .p-checkbox-icon{color:var(--gray-600)}.app-dark .p-checkbox .p-checkbox-box{color:var(--gray-600);border:1px solid var(--surface-400)!important;background-color:var(--surface-ground)!important}.app-dark .p-checkbox .p-checkbox-box .p-checkbox-icon{color:var(--primary-color)}.p-inputtext{background:var(--surface-ground);border-color:var(--surface-border)}.p-inputtext:not(.p-disabled):hover{border-color:var(--surface-border)}.preloaderbar{z-index:10000;position:fixed;top:0;left:0;right:0;height:4px;margin-bottom:-4px}.preloaderbar .bar{position:absolute;width:100%;height:0;text-indent:-9999px;background-color:#23b7e5}.preloaderbar .bar:before{position:absolute;right:50%;left:50%;height:4px;background-color:inherit;content:""}.preloaderbar.active{animation:changebar 2.25s infinite .75s}.preloaderbar.active .bar{animation:changebar 2.25s infinite}.preloaderbar.active .bar:before{animation:movingbar .75s infinite}@keyframes movingbar{0%{right:50%;left:50%}99.9%{right:0;left:0}to{right:50%;left:50%}}@keyframes changebar{0%{background-color:#9ccc65}33.3%{background-color:#9ccc65}33.33%{background-color:orange}66.6%{background-color:orange}66.66%{background-color:red}99.9%{background-color:red}to{background-color:#9ccc65}}.layout-preloader-container{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw}.layout-preloader-container .layout-preloader{position:relative;width:75px;height:75px;background:transparent;border:3px solid var(--surface-border);border-radius:50%;text-align:center;line-height:150px;font-family:sans-serif;font-size:20px;color:var(--primary-color);letter-spacing:4px;text-transform:uppercase;text-shadow:0 0 10px var(--primary-color);box-shadow:0 0 20px #00000080}.layout-preloader-container .layout-preloader:before{content:"";position:absolute;top:-3px;left:-3px;width:100%;height:100%;border:3px solid transparent;border-top:3px solid var(--primary-color);border-right:3px solid var(--primary-color);border-radius:50%;animation:preloader-rotate-c 1s linear infinite}.layout-preloader-container .layout-preloader span{display:block;position:absolute;top:calc(50% - 2px);left:50%;width:50%;height:4px;background:transparent;transform-origin:left;animation:preloader-rotate 1s linear infinite}.layout-preloader-container .layout-preloader span:before{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:var(--primary-color);top:-6px;right:-8px;box-shadow:0 0 20px var(--primary-color)}@keyframes preloader-rotate-c{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes preloader-rotate{0%{transform:rotate(45deg)}to{transform:rotate(405deg)}}.p-tabmenu .p-tabmenu-tablist{background:var(--surface-e)}.p-tabmenu .p-tabmenu-tablist .p-tabmenu-item .p-tabmenu-item-link{color:var(--text-secondary-color)}.p-tabmenu .p-tabmenu-tablist .p-tabmenu-item .p-tabmenu-item-link:hover{color:var(--text-color)}.p-tabmenu .p-tabmenu-tablist .p-tabmenu-item.p-tabmenu-item-active{border-color:var(--primary-color);color:var(--primary-color)}.p-tabview .p-tabview-panels{padding:1.364rem 0}.p-tabview .p-tabview-nav li .p-tabview-nav-link{color:var(--text-color-secondary)}.p-tabview .p-tabview-nav li .p-tabview-nav-link:hover{color:var(--text-color)}.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus{box-shadow:none}.p-toast{z-index:10000!important}.p-toast .p-toast-detail{font-size:1rem}.p-toast .p-toast-message{margin:0 0 1rem;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;border-radius:0}.p-toast .p-toast-message .p-toast-message-content{padding:1rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon{width:2rem;height:2rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text{flex:1 1 auto;display:flex;flex-direction:column;gap:.5rem;margin:0 0 0 1rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text .p-toast-summary{font-weight:700}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text .p-toast-detail{margin:.5rem 0 0}.p-toast .p-toast-message.p-toast-message-success{background:color-mix(in srgb,#c8e6c9,transparent 5%);border:solid #439446;border-width:0 0 0 6px}.p-toast .p-toast-message.p-toast-message-success .p-toast-summary,.p-toast .p-toast-message.p-toast-message-success .p-toast-detail,.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-success .p-toast-close-button{color:#224a23}.p-toast .p-toast-message.p-toast-message-warn{background:color-mix(in srgb,#ffecb3,transparent 5%);border:solid #d9a300;border-width:0 0 0 6px}.p-toast .p-toast-message.p-toast-message-warn .p-toast-summary,.p-toast .p-toast-message.p-toast-message-warn .p-toast-detail,.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-warn .p-toast-close-button{color:#6d5100}.p-toast .p-toast-message.p-toast-message-info{background:color-mix(in srgb,#b3e5fc,transparent 5%);border:solid #0891cf;border-width:0 0 0 6px}.p-toast .p-toast-message.p-toast-message-info .p-toast-summary,.p-toast .p-toast-message.p-toast-message-info .p-toast-detail,.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-info .p-toast-close-button{color:#044868}.p-toast .p-toast-message.p-toast-message-error{background:color-mix(in srgb,#ffcdd2,transparent 5%);border:solid #e60017;border-width:0 0 0 6px}.p-toast .p-toast-message.p-toast-message-error .p-toast-summary,.p-toast .p-toast-message.p-toast-message-error .p-toast-detail,.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-error .p-toast-close-button{color:#73000c}:root{--dx-blue: #55b2e9;--dx-green: #8bc34a;--dx-orange: #ff9800;--dx-red: #ff5722;--dx-black: #000000;--dx-white: #ffffff;--dx-gray: #888888;--dx-brown: #302e2e;--dx-aluminium: #bdc4cf;--dx-medium-gray: #dcdcdc;--dx-light-gray: #e6e6e6;--dx-light-blue: #ecf8ff;--dx-light-green: #c4e2c4;--dx-light-orange: #ffefd7;--dx-light-red: #ffefed;--dx-lighter-blue: #ebf3fc;--dx-bright-red: #ff0000;--dx-dark-blue: #293641;--dx-dark-green: #4caf50;--dx-dark-brown: #1e1e1e;--dx-dark-orange: #8a3707;--dx-dark-red: #6e0811;--dx-dark-aluminium: #2a2e35;--dx-darker-blue: #0c3b5e}:root[class*=app-light]{--font-family: Helvetica Neue, Helvetica, Arial, sans-serif;--surface-a: #ffffff;--surface-b: #f8f9fa;--surface-c: #ededed;--surface-d: #dddddd;--surface-e: #ffffff;--surface-f: #ffffff;--text-color: #000000;--text-secondary-color: #555555;--text-alternate-color: #777777;--primary-text-color: #ffffff;--primary-color: #55b2e9;--surface-0: #ffffff;--surface-50: #fafafa;--surface-100: #f7f7f7;--surface-200: #eeeeee;--surface-300: #e0e0e0;--surface-400: #bdbdbd;--surface-500: #9e9e9e;--surface-600: #757575;--surface-700: #616161;--surface-800: #424242;--surface-900: #212121;--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #eeeeee;--gray-300: #e0e0e0;--gray-400: #bdbdbd;--gray-500: #9e9e9e;--gray-600: #757575;--gray-700: #616161;--gray-800: #424242;--gray-900: #212121;--content-padding: 1rem;--inline-spacing: .5rem;--border-radius: 0px;--surface-ground: #f8f9fa;--surface-section: #ffffff;--surface-card: #ffffff;--surface-overlay: #ffffff;--surface-border: #dee2e6;--surface-hover: #e9ecef;--surface-ribbon: #f7f7f7;--focus-ring: 0 0 0 .2rem #bbe0f6;--maskbg: rgba(0, 0, 0, .4);--highlight-bg: #e3f2fd;--highlight-text-color: #495057;color-scheme:light}:root[class*=app-dark]{--font-family: Helvetica Neue, Helvetica, Arial, sans-serif;--surface-a: #1e1e1e;--surface-b: #121212;--surface-c: rgba(255, 255, 255, .03);--surface-d: #383838;--surface-e: #1e1e1e;--surface-f: #1e1e1e;--text-color: rgba(255, 255, 255, .85);--text-secondary-color: rgba(255, 255, 255, .75);--text-alternate-color: #a0a0a0;--primary-color: #55b2e9;--primary-text-color: #212529;--surface-0: #121212;--surface-50: #2a2a2a;--surface-100: #414141;--surface-200: #595959;--surface-300: #717171;--surface-400: #898989;--surface-500: #a0a0a0;--surface-600: #b8b8b8;--surface-700: #d0d0d0;--surface-800: #e7e7e7;--surface-900: #ffffff;--gray-50: #e7e7e7;--gray-100: #d0d0d0;--gray-200: #b8b8b8;--gray-300: #a0a0a0;--gray-400: #898989;--gray-500: #717171;--gray-600: #595959;--gray-700: #414141;--gray-800: #2a2a2a;--gray-900: #121212;--content-padding: 1rem;--inline-spacing: .5rem;--border-radius: 0px;--surface-ground: #121212;--surface-section: #121212;--surface-card: #1e1e1e;--surface-overlay: #1e1e1e;--surface-border: #383838;--surface-hover: rgba(255, 255, 255, .03);--surface-ribbon: #1e1e1e;--focus-ring: 0 0 0 1px #88c9f0;--maskbg: rgba(0, 0, 0, .4);--highlight-bg: #303f4a;--highlight-text-color: rgba(255, 255, 255, .87);color-scheme:dark}}@layer tailwind-base,primeng,styles,tailwind-utilities;@layer tailwind-base{*,: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-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::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-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){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-feature-settings:normal;font-variation-settings:normal;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-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([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}dialog{padding:0}textarea{resize:vertical}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}[hidden]:where(:not([hidden=until-found])){display:none}}@layer tailwind-utilities{.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.order-1{order:1}.order-2{order:2}.col-span-10{grid-column:span 10 / span 10}.col-span-12{grid-column:span 12 / span 12}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-4{grid-column:span 4 / span 4}.col-span-6{grid-column:span 6 / span 6}.col-span-full{grid-column:1 / -1}.float-start{float:inline-start}.float-right{float:right}.float-left{float:left}.m-0{margin:0}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-auto{margin:auto}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.mx-0{margin-left:0;margin-right:0}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-12{margin-top:3rem;margin-bottom:3rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-20{margin-top:5rem;margin-bottom:5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.-mb-4{margin-bottom:-1rem}.-mb-6{margin-bottom:-1.5rem}.-ml-3{margin-left:-.75rem}.-ml-4{margin-left:-1rem}.-mr-3{margin-right:-.75rem}.-mr-4{margin-right:-1rem}.-mt-12{margin-top:-3rem}.-mt-3{margin-top:-.75rem}.-mt-4{margin-top:-1rem}.-mt-6{margin-top:-1.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-auto{margin-bottom:auto}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-8{margin-left:2rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-12{margin-right:3rem}.mr-2{margin-right:.5rem}.mr-20{margin-right:5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.mr-8{margin-right:2rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.\!hidden{display:none!important}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-32{height:8rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-8{height:2rem}.h-80{height:20rem}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-10\/12{width:83.333333%}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2\/12{width:16.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-32{width:8rem}.w-4{width:1rem}.w-4\/12{width:33.333333%}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-6{width:1.5rem}.w-6\/12{width:50%}.w-60{width:15rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-9\/12{width:75%}.w-\[45em\]{width:45em}.w-auto{width:auto}.w-full{width:100%}.min-w-max{min-width:max-content}.max-w-60{max-width:15rem}.max-w-\[17\.35rem\]{max-width:17.35rem}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.basis-0{flex-basis:0px}.basis-96{flex-basis:24rem}.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))}@keyframes fadein{0%{opacity:0}to{opacity:1}}.animate-fadein{animation:fadein .15s linear}@keyframes fadeout{0%{opacity:1}to{opacity:0}}.animate-fadeout{animation:fadeout .15s linear}@keyframes scalein{0%{opacity:0;transform:scaleY(.8);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:1;transform:scaleY(1)}}.animate-scalein{animation:scalein .15s linear}.cursor-auto{cursor:auto}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-20{gap:5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-4{column-gap:1rem}.gap-x-96{column-gap:24rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.gap-y-6{row-gap:1.5rem}.self-start{align-self:flex-start}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-l-2{border-left-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-4{border-top-width:4px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-orange-600{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1))}.border-pink-500{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity, 1))}.border-pink-600{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:color-mix(in srgb,var(--p-primary-color) calc(100% * var(--tw-border-opacity, 1)),transparent)}.border-primary-100{--tw-border-opacity: 1;border-color:color-mix(in srgb,var(--p-primary-100) calc(100% * var(--tw-border-opacity, 1)),transparent)}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-surface-200{--tw-border-opacity: 1;border-color:color-mix(in srgb,var(--p-surface-200) calc(100% * var(--tw-border-opacity, 1)),transparent)}.border-surface-300{--tw-border-opacity: 1;border-color:color-mix(in srgb,var(--p-surface-300) calc(100% * var(--tw-border-opacity, 1)),transparent)}.border-surface-50{--tw-border-opacity: 1;border-color:color-mix(in srgb,var(--p-surface-50) calc(100% * var(--tw-border-opacity, 1)),transparent)}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.bg-black\/40{background-color:#0006}.bg-black\/70{background-color:#000000b3}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-cyan-100{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1))}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.bg-cyan-600{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-primary-color) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.bg-primary-100{--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-primary-100) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.bg-primary-50{--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-primary-50) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.bg-primary-900{--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-primary-900) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-slate-500{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.bg-slate-700{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-surface-0{--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-0) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.bg-surface-100{--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-100) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.bg-surface-200{--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-200) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.bg-surface-300{--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-300) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.bg-surface-50{--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-50) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.bg-surface-800{--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-800) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.bg-teal-50{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.p-0{padding:0}.p-1{padding:.25rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0{padding-bottom:0}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-12{padding-right:3rem}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.not-italic{font-style:normal}.leading-none{line-height:1}.leading-normal{line-height:1.5}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-black\/60{color:#0009}.text-black\/90{color:#000000e6}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-cyan-500{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.text-cyan-700{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-indigo-900{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity, 1))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-primary-color) calc(100% * var(--tw-text-opacity, 1)),transparent)}.text-primary-300{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-primary-300) calc(100% * var(--tw-text-opacity, 1)),transparent)}.text-primary-500{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-primary-500) calc(100% * var(--tw-text-opacity, 1)),transparent)}.text-primary-700{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-primary-700) calc(100% * var(--tw-text-opacity, 1)),transparent)}.text-primary-900{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-primary-900) calc(100% * var(--tw-text-opacity, 1)),transparent)}.text-primary-contrast{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-primary-contrast-color) calc(100% * var(--tw-text-opacity, 1)),transparent)}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-surface-0{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-0) calc(100% * var(--tw-text-opacity, 1)),transparent)}.text-surface-400{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-400) calc(100% * var(--tw-text-opacity, 1)),transparent)}.text-surface-500{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-500) calc(100% * var(--tw-text-opacity, 1)),transparent)}.text-surface-600{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-600) calc(100% * var(--tw-text-opacity, 1)),transparent)}.text-surface-700{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-700) calc(100% * var(--tw-text-opacity, 1)),transparent)}.text-surface-800{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-800) calc(100% * var(--tw-text-opacity, 1)),transparent)}.text-surface-900{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-900) calc(100% * var(--tw-text-opacity, 1)),transparent)}.text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.text-teal-900{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.opacity-40{opacity:.4}.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-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-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-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;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)}.outline{outline-style:solid}.outline-0{outline-width:0px}.outline-offset-1{outline-offset:1px}.outline-primary{outline-color:color-mix(in srgb,var(--p-primary-color) 100%,transparent)}.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)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.animate-duration-300{animation-duration:.3s}.border-surface{border-color:var(--p-content-border-color)}.bg-highlight{background:var(--p-highlight-background);color:var(--p-highlight-color)}.rounded-border{border-radius:var(--p-content-border-radius)}.text-color{color:var(--p-text-color)}.text-muted-color{color:var(--p-text-muted-color)}@keyframes enter{0%{opacity:var(--p-enter-opacity, 1);transform:translate3d(var(--p-enter-translate-x, 0),var(--p-enter-translate-y, 0),0) scale3d(var(--p-enter-scale, 1),var(--p-enter-scale, 1),var(--p-enter-scale, 1)) rotate(var(--p-enter-rotate, 0))}}@keyframes leave{to{opacity:var(--p-leave-opacity, 1);transform:translate3d(var(--p-leave-translate-x, 0),var(--p-leave-translate-y, 0),0) scale3d(var(--p-leave-scale, 1),var(--p-leave-scale, 1),var(--p-leave-scale, 1)) rotate(var(--p-leave-rotate, 0))}}}:root{--primary-color: var(--p-primary-color);--primary-color-text: var(--p-primary-contrast-color);--text-color: var(--p-text-color);--text-color-secondary: var(--p-text-muted-color);--surface-border: var(--p-content-border-color);--surface-card: var(--p-content-background);--surface-hover: var(--p-content-hover-background);--surface-overlay: var(--p-overlay-popover-background);--transition-duration: var(--p-transition-duration);--maskbg: var(--p-mask-background);--border-radius: var(--p-content-border-radius);--layout-section-transition-duration: .2s;--focus-ring-shadow: var(--p-focus-ring-shadow);--surface-ground: var(--p-surface-100)}:root[class*=app-dark]{--surface-ground: var(--p-surface-950)}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url("./media/roboto-v20-latin-ext_latin-regular-LRM3ER4G.woff2") format("woff2"),url("./media/roboto-v20-latin-ext_latin-regular-ZEDEYGV7.woff") format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url("./media/roboto-v20-latin-ext_latin-500-3YTQ4ANV.woff2") format("woff2"),url("./media/roboto-v20-latin-ext_latin-500-JTUAEB44.woff") format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local("Roboto Bold"),local("Roboto-Bold"),url("./media/roboto-v20-latin-ext_latin-700-72Q4UJBL.woff2") format("woff2"),url("./media/roboto-v20-latin-ext_latin-700-YWMTYTLY.woff") format("woff")}.card{background-color:var(--surface-card);padding:1rem;margin-bottom:2rem}.card:last-child{margin-bottom:0}@keyframes px-mask-in{0%{background-color:transparent}to{background-color:var(--maskbg)}}@keyframes px-scalein{0%{opacity:0;transform:scaleY(.8)}to{opacity:1;transform:scaleY(1)}}@keyframes px-fadein{0%{opacity:0}to{opacity:1}}@keyframes px-fadeout{0%{opacity:1}to{opacity:0}}.px-scalein{animation:px-scalein .12s cubic-bezier(0,0,.2,1)}.px-fadein{animation:px-fadein .15s linear}.px-fadeout{animation:px-fadeout .15s linear}.layout-topbar-blue{--topbar-bg: #1565C0;--topbar-start-bg: #0D47A1;--topbar-menu-button-bg: #FBC02D;--topbar-menu-button-hover-bg: #dda928;--topbar-menu-button-text-color: #212121;--topbar-item-text-color: #ffffff;--topbar-item-hover-bg: rgba(255,255,255,.12)}.layout-topbar-lightblue{--topbar-bg: #0288D1;--topbar-start-bg: #0277BD;--topbar-menu-button-bg: #FDD835;--topbar-menu-button-hover-bg: #dfbe2f;--topbar-menu-button-text-color: #212121;--topbar-item-text-color: #ffffff;--topbar-item-hover-bg: rgba(255,255,255,.12)}.layout-topbar-white{--topbar-bg: #ffffff;--topbar-start-bg: #ffffff;--topbar-menu-button-bg: var(--primary-color);--topbar-menu-button-hover-bg: var(--p-primary-600);--topbar-menu-button-text-color: var(--primary-color-text);--topbar-item-text-color: var(--p-surface-500);--topbar-item-hover-bg: var(--p-surface-200)}.layout-topbar-dark{--topbar-bg: var(--p-surface-900);--topbar-start-bg: var(--p-surface-900);--topbar-menu-button-bg: var(--p-primary-color);--topbar-menu-button-hover-bg: var(--p-primary-hover-color);--topbar-menu-button-text-color: var(--p-primary-contrast-color);--topbar-item-text-color: var(--p-surface-0);--topbar-item-hover-bg: var(--p-surface-800)}.layout-topbar-deeppurple{--topbar-bg: #4527A0;--topbar-start-bg: #311B92;--topbar-menu-button-bg: #F9A825;--topbar-menu-button-hover-bg: #d18d1f;--topbar-menu-button-text-color: #212121;--topbar-item-text-color: #ffffff;--topbar-item-hover-bg: rgba(255,255,255,.12)}.layout-topbar-purple{--topbar-bg: #6A1B9A;--topbar-start-bg: #4A148C;--topbar-menu-button-bg: #F9A825;--topbar-menu-button-hover-bg: #d18d1f;--topbar-menu-button-text-color: #212121;--topbar-item-text-color: #ffffff;--topbar-item-hover-bg: rgba(255,255,255,.12)}.layout-topbar-pink{--topbar-bg: #AD1457;--topbar-start-bg: #880E4F;--topbar-menu-button-bg: #F9A825;--topbar-menu-button-hover-bg: #d18d1f;--topbar-menu-button-text-color: #212121;--topbar-item-text-color: #ffffff;--topbar-item-hover-bg: rgba(255,255,255,.12)}.layout-topbar-cyan{--topbar-bg: #0097A7;--topbar-start-bg: #006064;--topbar-menu-button-bg: #E64A19;--topbar-menu-button-hover-bg: #ca4116;--topbar-menu-button-text-color: #ffffff;--topbar-item-text-color: #ffffff;--topbar-item-hover-bg: rgba(103, 66, 66, .12)}.layout-topbar-teal{--topbar-bg: #00796B;--topbar-start-bg: #004D40;--topbar-menu-button-bg: #D32F2F;--topbar-menu-button-hover-bg: #d84848;--topbar-menu-button-text-color: #ffffff;--topbar-item-text-color: #ffffff;--topbar-item-hover-bg: rgba(255,255,255,.12)}.layout-topbar-green{--topbar-bg: #43A047;--topbar-start-bg: #2E7D32;--topbar-menu-button-bg: #F4511E;--topbar-menu-button-hover-bg: #f56639;--topbar-menu-button-text-color: #ffffff;--topbar-item-text-color: #ffffff;--topbar-item-hover-bg: rgba(255,255,255,.12)}.layout-topbar-lightgreen{--topbar-bg: #689F38;--topbar-start-bg: #558B2F;--topbar-menu-button-bg: #F57C00;--topbar-menu-button-hover-bg: #d86d00;--topbar-menu-button-text-color: #ffffff;--topbar-item-text-color: #ffffff;--topbar-item-hover-bg: rgba(255,255,255,.12)}.layout-topbar-lime{--topbar-bg: #AFB42B;--topbar-start-bg: #9E9D24;--topbar-menu-button-bg: #F57C00;--topbar-menu-button-hover-bg: #f68c1f;--topbar-menu-button-text-color: #212121;--topbar-item-text-color: #212121;--topbar-item-hover-bg: rgba(0,0,0,.12)}.layout-topbar-yellow{--topbar-bg: #FBC02D;--topbar-start-bg: #F9A825;--topbar-menu-button-bg:#212121;--topbar-menu-button-hover-bg:#454545;--topbar-menu-button-text-color:#ffffff;--topbar-item-text-color: #212121;--topbar-item-hover-bg: rgba(0,0,0,.12)}.layout-topbar-amber{--topbar-bg: #FFA000;--topbar-start-bg: #FF8F00;--topbar-menu-button-bg: #212121;--topbar-menu-button-hover-bg: #454545;--topbar-menu-button-text-color: #ffffff;--topbar-item-text-color: #212121;--topbar-item-hover-bg: rgba(0,0,0,.12)}.layout-topbar-orange{--topbar-bg: #FB8C00;--topbar-start-bg: #EF6C00;--topbar-menu-button-bg: #212121;--topbar-menu-button-hover-bg: #454545;--topbar-menu-button-text-color: #ffffff;--topbar-item-text-color: #212121;--topbar-item-hover-bg: rgba(0,0,0,.12)}.layout-topbar-indigo{--topbar-bg: #3F51B5;--topbar-start-bg: #283593;--topbar-menu-button-bg: #FBC02D;--topbar-menu-button-hover-bg: #d3a126;--topbar-menu-button-text-color: #212121;--topbar-item-text-color: #ffffff;--topbar-item-hover-bg: rgba(255,255,255,.12)}.layout-topbar-brown{--topbar-bg: #5D4037;--topbar-start-bg: #4E342E;--topbar-menu-button-bg: #F9A825;--topbar-menu-button-hover-bg: #d18d1f;--topbar-menu-button-text-color: #212121;--topbar-item-text-color: #ffffff;--topbar-item-hover-bg: rgba(255,255,255,.12)}.layout-topbar-bluegrey{--topbar-bg: #546E7A;--topbar-start-bg: #37474F;--topbar-menu-button-bg: #0097A7;--topbar-menu-button-hover-bg: #008593;--topbar-menu-button-text-color: #ffffff;--topbar-item-text-color: #ffffff;--topbar-item-hover-bg: rgba(255,255,255,.12)}.layout-topbar-deeporange{--topbar-bg: #D84315;--topbar-start-bg: #BF360C;--topbar-menu-button-bg: #00BCD4;--topbar-menu-button-hover-bg: #009eb2;--topbar-menu-button-text-color: #212121;--topbar-item-text-color: #ffffff;--topbar-item-hover-bg: rgba(255,255,255,.12)}.layout-topbar-grey{--topbar-bg: #616161;--topbar-start-bg: #424242;--topbar-menu-button-bg: #0097A7;--topbar-menu-button-hover-bg: #008593;--topbar-menu-button-text-color: #ffffff;--topbar-item-text-color: #ffffff;--topbar-item-hover-bg: rgba(255,255,255,.12)}.layout-topbar{position:fixed;top:0;left:0;z-index:999;width:100%;height:4rem;transition:width var(--transition-duration);display:flex;color:var(--topbar-item-text-color);background-color:var(--topbar-bg);box-shadow:0 1px 2px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003}.layout-topbar ul{margin:0;padding:0;list-style-type:none}.layout-topbar .layout-topbar-start{display:flex;align-items:center;justify-content:center;position:relative;width:17rem;background-color:var(--topbar-start-bg)}.layout-topbar .layout-topbar-start .layout-topbar-logo{display:flex;align-items:center;justify-content:center}.layout-topbar .layout-topbar-start .layout-topbar-logo .layout-topbar-logo-slim{display:none}.layout-topbar .layout-topbar-start .layout-menu-button{position:absolute;top:50%;margin-top:-1.25rem;right:-1.25rem;width:2.5rem;height:2.5rem;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:50%;color:var(--topbar-menu-button-text-color);background-color:var(--topbar-menu-button-bg);box-shadow:0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e;transition:background-color var(--transition-duration);cursor:pointer}.layout-topbar .layout-topbar-start .layout-menu-button:hover{background-color:var(--topbar-menu-button-hover-bg)}.layout-topbar .layout-topbar-start .layout-menu-button i{transition:transform var(--transition-duration)}.layout-topbar .layout-topbar-start .layout-topbar-mobile-button{display:none;border-radius:50%;width:2.5rem;height:2.5rem;cursor:pointer}.layout-topbar .layout-topbar-end{display:flex;flex-grow:1;align-items:center;justify-content:space-between;padding:0 2rem}.layout-topbar .layout-topbar-end .layout-megamenu{background:none}.layout-topbar .layout-topbar-end .layout-megamenu .p-megamenu-submenu-icon,.layout-topbar .layout-topbar-end .layout-megamenu .p-megamenu-root-list>.p-megamenu-item>.p-megamenu-item-content>.p-megamenu-item-link,.layout-topbar .layout-topbar-end .layout-megamenu .p-megamenu-item:not(.p-disabled)>.p-megamenu-item-content:hover .p-megamenu-submenu-icon,.layout-topbar .layout-topbar-end .layout-megamenu .p-megamenu-root-list>.p-megamenu-item.p-focus>.p-megamenu-item-content,.layout-topbar .layout-topbar-end .layout-megamenu .p-megamenu-root-list>.p-megamenu-item.p-focus>.p-megamenu-item-content .p-megamenu-submenu-icon{color:var(--topbar-item-text-color)}.layout-topbar .layout-topbar-end .layout-megamenu .p-megamenu-root-list>.p-megamenu-item:not(.p-disabled)>.p-megamenu-item-content:hover,.layout-topbar .layout-topbar-end .layout-megamenu .p-megamenu-root-list>.p-megamenu-item-active>.p-megamenu-item-content,.layout-topbar .layout-topbar-end .layout-megamenu .p-megamenu-root-list>.p-megamenu-item.p-focus>.p-megamenu-item-content{color:unset;background:unset}.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items{display:flex;flex-direction:row;gap:1rem}.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items>li{position:relative}.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items>li>a,.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items>li .app-config-button{width:2.5rem;height:2.5rem;-webkit-user-select:none;user-select:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--topbar-item-text-color)}.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items>li>a i,.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items>li .app-config-button i{font-size:1.25rem}.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items>li>a:hover,.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items>li .app-config-button:hover{background-color:var(--topbar-item-hover-bg);transition:background-color var(--transition-duration)}.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items>li>div{position:absolute;top:3.25rem;right:0;min-width:20rem;padding:1rem 0;transform-origin:top;background:var(--surface-overlay);color:var(--text-color);border-radius:var(--border-radius);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items>li.layout-topbar-search{position:static}.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items>li.layout-topbar-search .layout-search-panel{background:var(--surface-overlay);height:4rem;width:100%;position:absolute;top:0;left:0;z-index:1000;transform-origin:top;display:flex;align-items:center;padding:0 2rem;border-radius:0}.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items>li.layout-topbar-search .layout-search-panel>i{color:var(--text-color)}.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items>li.layout-topbar-search .layout-search-panel input{border-radius:0;border:0 none;flex-grow:1;background-color:transparent;margin:0 1rem}.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items>li.layout-topbar-search .layout-search-panel input:focus{outline:0 none}.layout-menu-light{--menu-bg: #ffffff;--root-menuitem-text-color: var(--text-color-secondary);--menuitem-text-color: var(--text-color);--menuitem-hover-bg: var(--surface-hover);--active-menuitem-text-color: var(--p-primary-900);--active-menuitem-bg: var(--p-primary-50);--inline-menu-border-color: var(--surface-border)}.layout-menu-dark{--menu-bg: var(--p-surface-900);--root-menuitem-text-color: rgba(255, 255, 255, .6);--menuitem-text-color: rgba(255, 255, 255, .87);--menuitem-hover-bg: hsla(0, 0%, 100%, .04);--active-menuitem-text-color: rgba(255, 255, 255, .87);--active-menuitem-bg: hsla(0, 0%, 100%, .04);--inline-menu-border-color: hsla(0, 0%, 100%, .12)}.layout-menu-indigo{--menu-bg: #1A237E;--root-menuitem-text-color: #ffffff;--menuitem-text-color: rgba(255,255,255,.6);--menuitem-hover-bg: rgba(255,255,255,.12);--active-menuitem-text-color: #ffffff;--active-menuitem-bg: rgba(255,255,255,.24);--inline-menu-border-color: rgba(255,255,255,.24)}.layout-menu-bluegrey{--menu-bg: #37474F;--root-menuitem-text-color: #ffffff;--menuitem-text-color: rgba(255,255,255,.6);--menuitem-hover-bg: rgba(255,255,255,.12);--active-menuitem-text-color: #ffffff;--active-menuitem-bg: rgba(255,255,255,.24);--inline-menu-border-color: rgba(255,255,255,.24)}.layout-menu-brown{--menu-bg: #4E342E;--root-menuitem-text-color: #ffffff;--menuitem-text-color: rgba(255,255,255,.6);--menuitem-hover-bg: rgba(255,255,255,.12);--active-menuitem-text-color: #ffffff;--active-menuitem-bg: rgba(255,255,255,.24);--inline-menu-border-color: rgba(255,255,255,.24)}.layout-menu-cyan{--menu-bg: #006064;--root-menuitem-text-color: #ffffff;--menuitem-text-color: rgba(255,255,255,.6);--menuitem-hover-bg: rgba(255,255,255,.12);--active-menuitem-text-color: #ffffff;--active-menuitem-bg: rgba(255,255,255,.24);--inline-menu-border-color: rgba(255,255,255,.24)}.layout-menu-green{--menu-bg: #2E7D32;--root-menuitem-text-color: #ffffff;--menuitem-text-color: rgba(255,255,255,.6);--menuitem-hover-bg: rgba(255,255,255,.12);--active-menuitem-text-color: #ffffff;--active-menuitem-bg: rgba(255,255,255,.24);--inline-menu-border-color: rgba(255,255,255,.24)}.layout-menu-deeppurple{--menu-bg: #4527A0;--root-menuitem-text-color: #ffffff;--menuitem-text-color: rgba(255,255,255,.6);--menuitem-hover-bg: rgba(255,255,255,.12);--active-menuitem-text-color: #ffffff;--active-menuitem-bg: rgba(255,255,255,.24);--inline-menu-border-color: rgba(255,255,255,.24)}.layout-menu-deeporange{--menu-bg: #BF360C;--root-menuitem-text-color: #ffffff;--menuitem-text-color: rgba(255,255,255,.6);--menuitem-hover-bg: rgba(255,255,255,.12);--active-menuitem-text-color: #ffffff;--active-menuitem-bg: rgba(255,255,255,.24);--inline-menu-border-color: rgba(255,255,255,.24)}.layout-menu-pink{--menu-bg: #880E4F;--root-menuitem-text-color: #ffffff;--menuitem-text-color: rgba(255,255,255,.6);--menuitem-hover-bg: rgba(255,255,255,.12);--active-menuitem-text-color: #ffffff;--active-menuitem-bg: rgba(255,255,255,.24);--inline-menu-border-color: rgba(255,255,255,.24)}.layout-menu-purple{--menu-bg: #6A1B9A;--root-menuitem-text-color: #ffffff;--menuitem-text-color: rgba(255,255,255,.6);--menuitem-hover-bg: rgba(255,255,255,.12);--active-menuitem-text-color: #ffffff;--active-menuitem-bg: rgba(255,255,255,.24);--inline-menu-border-color: rgba(255,255,255,.24)}.layout-menu-teal{--menu-bg: #00695C;--root-menuitem-text-color: #ffffff;--menuitem-text-color: rgba(255,255,255,.6);--menuitem-hover-bg: rgba(255,255,255,.12);--active-menuitem-text-color: #ffffff;--active-menuitem-bg: rgba(255,255,255,.24);--inline-menu-border-color: rgba(255,255,255,.24)}.layout-sidebar{position:fixed;height:calc(100% - 4rem);top:4rem;left:0;width:17rem;background:var(--menu-bg);box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014;display:flex;flex-direction:column}.layout-sidebar .layout-sidebar-top{display:none}.layout-sidebar .layout-menu-container{flex:1;padding-bottom:2rem;overflow:auto}.layout-sidebar .layout-menu{margin:0;padding:0;list-style-type:none}.layout-sidebar .layout-menu .layout-root-menuitem>.layout-menuitem-root-text{display:flex;align-items:center;font-size:.857rem;text-transform:uppercase;font-weight:700;color:var(--root-menuitem-text-color);padding:1rem 1.5rem 1rem 1rem}.layout-sidebar .layout-menu .layout-root-menuitem>.layout-menuitem-root-text>.layout-menuitem-root-icon{display:none}.layout-sidebar .layout-menu .layout-root-menuitem>a{display:none}.layout-sidebar .layout-menu a{-webkit-user-select:none;user-select:none}.layout-sidebar .layout-menu li.active-menuitem>a{color:var(--active-menuitem-text-color);background-color:var(--active-menuitem-bg)}.layout-sidebar .layout-menu li.active-menuitem>a .layout-menuitem-icon{color:var(--active-menuitem-text-color)}.layout-sidebar .layout-menu li.active-menuitem>a .layout-submenu-toggler{transform:rotate(-180deg)}.layout-sidebar .layout-menu li.active-menuitem>ul{max-height:1000px}.layout-sidebar .layout-menu ul{margin:0;padding:0;list-style-type:none}.layout-sidebar .layout-menu ul a{display:flex;align-items:center;position:relative;outline:0 none;color:var(--menuitem-text-color);cursor:pointer;padding:.75rem 1.5rem;transition:background-color var(--transition-duration),box-shadow var(--transition-duration)}.layout-sidebar .layout-menu ul a .layout-menuitem-icon{margin-right:.5rem;color:var(--menuitem-text-color)}.layout-sidebar .layout-menu ul a .layout-submenu-toggler{font-size:75%;margin-left:auto;transition:transform var(--transition-duration)}.layout-sidebar .layout-menu ul a.active-route{font-weight:700}.layout-sidebar .layout-menu ul a:hover{background-color:var(--menuitem-hover-bg)}.layout-sidebar .layout-menu ul ul{overflow:hidden;border-radius:var(--border-radius);max-height:0}.layout-sidebar .layout-menu ul ul li a{padding-left:2.5rem}.layout-sidebar .layout-menu ul ul li li a{padding-left:3rem}.layout-sidebar .layout-menu ul ul li li li a{padding-left:3.5rem}.layout-sidebar .layout-menu ul ul li li li li a{padding-left:4rem}.layout-sidebar .layout-menu ul ul li li li li li a{padding-left:5.5rem}.layout-sidebar .layout-menu ul ul li li li li li li a{padding-left:5rem}@media screen and (min-width: 992px){.layout-drawer .layout-sidebar{height:100%;top:0;transition:width .3s cubic-bezier(0,0,.2,1);width:4.25rem;z-index:999}.layout-drawer .layout-sidebar .layout-sidebar-top{display:flex;align-items:center;justify-content:space-between;padding:0 .75rem;height:4rem;background-color:var(--topbar-start-bg);color:var(--topbar-item-text-color)}.layout-drawer .layout-sidebar .layout-sidebar-top .layout-sidebar-logo{display:none;width:0;transition:width .2s cubic-bezier(0,0,.2,1);transition-delay:.3s}.layout-drawer .layout-sidebar .layout-sidebar-top .layout-sidebar-logo-slim{display:inline;order:1}.layout-drawer .layout-sidebar .layout-sidebar-top .layout-sidebar-anchor{display:none;width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid var(--topbar-menu-button-bg);background-color:transparent;transition:background-color var(--transition-duration),transform .3s}.layout-drawer .layout-sidebar .layout-menu-container{overflow:hidden}.layout-drawer .layout-sidebar .layout-menu-container .layout-menu{transition:all .4s}.layout-drawer .layout-sidebar .layout-menu-container .layout-menu .layout-root-menuitem>.layout-menuitem-root-text{opacity:1;white-space:nowrap;display:flex;justify-content:flex-end;height:2.92rem}.layout-drawer .layout-sidebar .layout-menu-container .layout-menu .layout-root-menuitem>.layout-menuitem-root-text>span{margin-right:auto;opacity:0;transition:all .1s}.layout-drawer .layout-sidebar .layout-menu-container .layout-menu .layout-root-menuitem>.layout-menuitem-root-text .layout-menuitem-icon{font-size:1.25rem;width:1.25rem}.layout-drawer .layout-sidebar .layout-menu-container .layout-menu .layout-root-menuitem>.layout-menuitem-root-text>.layout-menuitem-root-icon{display:block;margin-left:.125rem;font-size:1.25rem}.layout-drawer .layout-sidebar .layout-menu-container .layout-menu ul{margin:0;padding:0;list-style-type:none}.layout-drawer .layout-sidebar .layout-menu-container .layout-menu ul a span{opacity:0;white-space:nowrap;transition:all .1s}.layout-drawer .layout-sidebar .layout-menu-container .layout-menu ul a .layout-menuitem-icon{font-size:1.25rem;width:auto}.layout-drawer .layout-sidebar .layout-menu-container .layout-menu ul a .layout-submenu-toggler{display:none}.layout-drawer .layout-sidebar .layout-menu-container .layout-menu ul ul li a{padding:.75rem 1.5rem}.layout-drawer .layout-sidebar .layout-menu-profile>button{padding:.75rem 1rem}.layout-drawer .layout-sidebar .layout-menu-profile>button span{opacity:0;white-space:nowrap;transition:all .1s}.layout-drawer .layout-sidebar .layout-menu-profile>ul>li>button>i{margin-right:.5rem;font-size:1.25rem;width:auto}.layout-drawer .layout-topbar{padding-left:4.25rem}.layout-drawer .layout-topbar .layout-topbar-start{display:none}.layout-drawer.layout-drawer .layout-content-wrapper{margin-left:4.25rem;transition:margin-left .3s cubic-bezier(0,0,.2,1);overflow-x:hidden}.layout-drawer.layout-sidebar-active .layout-sidebar{width:17rem}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-sidebar-top{padding:0 1.5rem}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-sidebar-top .layout-sidebar-logo{display:inline;width:100%;transition:width .2s cubic-bezier(0,0,.2,1);transition-delay:.3s}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-sidebar-top .layout-sidebar-logo-slim{display:none}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-sidebar-top .layout-sidebar-anchor{display:block;animation:px-fadein .15s linear}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container{overflow:auto;overflow-x:hidden}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu .layout-root-menuitem>.layout-menuitem-root-text{white-space:nowrap}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu .layout-root-menuitem>.layout-menuitem-root-text>.layout-menuitem-root-icon{display:none}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu .layout-root-menuitem>.layout-menuitem-root-text>span{margin-right:auto;opacity:1;transition:all .1s}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu ul a{width:auto}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu ul a .layout-submenu-toggler{display:block}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu ul a span{opacity:1;white-space:nowrap;transition:all .3s}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu ul ul{overflow:hidden;border-radius:var(--border-radius)}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu ul ul li a{padding-left:2.5rem}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu ul ul li li a{padding-left:3rem}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu ul ul li li li a{padding-left:3.5rem}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu ul ul li li li li a{padding-left:4rem}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu ul ul li li li li li a{padding-left:5.5rem}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu ul ul li li li li li li a{padding-left:5rem}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-profile>button span{opacity:1;white-space:nowrap;transition:all .1s}.layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-profile>ul>li>button>i{margin-right:.5rem;font-size:1.25rem;width:auto}.layout-drawer.layout-sidebar-anchored .layout-topbar{padding-left:17rem}.layout-drawer.layout-sidebar-anchored .layout-sidebar-top .layout-sidebar-anchor{background-color:var(--topbar-menu-button-bg)}.layout-drawer.layout-sidebar-anchored .layout-content-wrapper{margin-left:17rem}.layout-container.layout-slim .layout-sidebar{width:5rem;overflow:visible;z-index:998}.layout-container.layout-slim .layout-sidebar .layout-menu-container{overflow:auto}.layout-container.layout-slim .layout-sidebar .layout-menu-container::-webkit-scrollbar{display:none}.layout-container.layout-slim .layout-topbar .layout-topbar-start{width:5rem}.layout-container.layout-slim .layout-topbar .layout-topbar-start .layout-topbar-logo .layout-topbar-logo-full{display:none}.layout-container.layout-slim .layout-topbar .layout-topbar-start .layout-topbar-logo .layout-topbar-logo-slim{display:block}.layout-container.layout-slim .layout-topbar .layout-topbar-start .layout-menu-button{display:none}.layout-container.layout-slim .layout-content-wrapper{margin-left:5rem}.layout-container.layout-slim .layout-menu{padding:1rem 0}.layout-container.layout-slim .layout-menu ul{display:none}.layout-container.layout-slim .layout-menu li.active-menuitem>ul{display:block}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-topbar .topbar-menubutton,.layout-container.layout-slim .layout-menu .layout-container.layout-slim .sidebar-header .app-logo .app-logo-normal{display:none}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .sidebar-header .app-logo .app-logo-small{display:inline}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-sidebar{width:5rem;overflow:visible;z-index:999}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-sidebar .layout-menu-container{overflow:auto}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-sidebar .layout-menu-container::-webkit-scrollbar{display:none}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-content-wrapper{margin-left:5rem}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu ul{display:none}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu li.active-menuitem>ul{display:block}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>.layout-menuitem-root-text{display:none}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>a{display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;outline:none;transition:background-color var(--transition-duration);width:3rem;height:3rem;margin:0 auto 1rem}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>a .layout-submenu-toggler{display:none}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>a .layout-menuitem-icon{font-size:1.5rem;color:var(--menuitem-icon-color)}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>a .layout-menuitem-text{display:none}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>a:hover{background-color:var(--menuitem-hover-bg-color)}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>ul{display:none;position:absolute;left:5rem;top:0;min-width:15rem;background-color:var(--surface-overlay);border-radius:var(--border-radius);box-shadow:var(--sidebar-shadow);border:var(--sidebar-border);padding:1rem;max-height:20rem;overflow:auto;z-index:999}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>ul a{padding-right:.5rem;color:var(--popup-submenu-item-text-color);border-radius:var(--border-radius)}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>ul a .layout-menuitem-icon{color:var(--popup-submenu-item-icon-color)}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>ul a:hover{background-color:var(--popup-submenu-item-hover-bg-color)}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>ul li a{padding-left:.5rem}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>ul li li a{padding-left:1rem}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>ul li li li a{padding-left:1.5rem}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>ul li li li li a{padding-left:2rem}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>ul li li li li li a{padding-left:2.5rem}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem>ul li li li li li li a{padding-left:3rem}.layout-container.layout-slim .layout-menu .layout-container.layout-slim .layout-menu .layout-root-menuitem.active-menuitem>ul{display:block}.layout-container.layout-slim .layout-menu .layout-root-menuitem{margin:.75rem 0}.layout-container.layout-slim .layout-menu .layout-root-menuitem:first-child{margin-top:0}.layout-container.layout-slim .layout-menu .layout-root-menuitem:last-child{margin-top:0}.layout-container.layout-slim .layout-menu .layout-root-menuitem>.layout-menuitem-root-text{display:none}.layout-container.layout-slim .layout-menu .layout-root-menuitem>a{display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;outline:none;transition:background-color var(--transition-duration);width:3rem;height:3rem;margin:0 auto}.layout-container.layout-slim .layout-menu .layout-root-menuitem>a .layout-submenu-toggler{display:none}.layout-container.layout-slim .layout-menu .layout-root-menuitem>a .layout-menuitem-icon{font-size:1.5rem;color:var(--menuitem-text-color)}.layout-container.layout-slim .layout-menu .layout-root-menuitem>a .layout-menuitem-text{display:none}.layout-container.layout-slim .layout-menu .layout-root-menuitem>a:hover{background-color:var(--menuitem-hover-bg)}.layout-container.layout-slim .layout-menu .layout-root-menuitem>ul{position:absolute;left:5rem;top:0;min-width:15rem;background-color:var(--menu-bg);border-radius:var(--border-radius);padding:.5rem 0;max-height:20rem;overflow:auto;z-index:999;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.layout-container.layout-slim .layout-menu .layout-root-menuitem>ul::-webkit-scrollbar{display:none}.layout-container.layout-slim .layout-menu .layout-root-menuitem>ul a{padding-right:.5rem}.layout-container.layout-slim .layout-menu .layout-root-menuitem>ul li a{padding-left:.5rem}.layout-container.layout-slim .layout-menu .layout-root-menuitem>ul li li a{padding-left:1rem}.layout-container.layout-slim .layout-menu .layout-root-menuitem>ul li li li a{padding-left:1.5rem}.layout-container.layout-slim .layout-menu .layout-root-menuitem>ul li li li li a{padding-left:2rem}.layout-container.layout-slim .layout-menu .layout-root-menuitem>ul li li li li li a{padding-left:2.5rem}.layout-container.layout-slim .layout-menu .layout-root-menuitem>ul li li li li li li a{padding-left:3rem}.layout-container.layout-slim .layout-menu-profile{display:flex;flex-direction:column;align-items:center}.layout-container.layout-slim .layout-menu-profile>button{width:3rem;height:3rem;padding:0;border-radius:50%;justify-content:center;margin:.75rem 0}.layout-container.layout-slim .layout-menu-profile>button span,.layout-container.layout-slim .layout-menu-profile>button i{display:none}.layout-container.layout-slim .layout-menu-profile>ul>li{margin:.75rem 0}.layout-container.layout-slim .layout-menu-profile>ul>li:first-child{margin-top:0}.layout-container.layout-slim .layout-menu-profile>ul>li>button{width:3rem;height:3rem;padding:0;justify-content:center;border-radius:50%}.layout-container.layout-slim .layout-menu-profile>ul>li>button>i{font-size:1.5rem;margin-right:0}.layout-container.layout-slim .layout-menu-profile>ul>li>button>span{display:none}.layout-container.layout-slim .layout-menu-profile>ul>li:last-child{margin-bottom:1rem}.layout-container.layout-slim-plus .layout-sidebar{width:7rem;overflow:visible;z-index:998}.layout-container.layout-slim-plus .layout-sidebar .layout-menu-container{overflow:auto}.layout-container.layout-slim-plus .layout-sidebar .layout-menu-container::-webkit-scrollbar{display:none}.layout-container.layout-slim-plus .layout-topbar .layout-topbar-start{width:7rem}.layout-container.layout-slim-plus .layout-topbar .layout-topbar-start .layout-topbar-logo .layout-topbar-logo-full{display:none}.layout-container.layout-slim-plus .layout-topbar .layout-topbar-start .layout-topbar-logo .layout-topbar-logo-slim{display:block}.layout-container.layout-slim-plus .layout-topbar .layout-topbar-start .layout-menu-button{display:none}.layout-container.layout-slim-plus .layout-content-wrapper{margin-left:7rem}.layout-container.layout-slim-plus .layout-menu{padding:1rem 0}.layout-container.layout-slim-plus .layout-menu ul{display:none}.layout-container.layout-slim-plus .layout-menu li.active-menuitem>ul{display:block}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem{margin:.75rem 0}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem:first-child{margin-top:0}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem:last-child{margin-top:0}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>.layout-menuitem-root-text{display:none}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:var(--border-radius);cursor:pointer;outline:none;transition:background-color var(--transition-duration);width:auto;height:auto;margin:0 auto 1rem;padding:.75rem 0}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>a .layout-submenu-toggler{display:none}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>a .layout-menuitem-icon{font-size:1.5rem;color:var(--menuitem-text-color)}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>a .layout-menuitem-text{font-size:.875rem;display:block;margin-top:.25rem;color:var(--menuitem-text-color)}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>a:hover{background-color:var(--menuitem-hover-bg)}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>ul{position:absolute;left:7rem;top:0;min-width:15rem;background-color:var(--menu-bg);border-radius:var(--border-radius);padding:.5rem 0;max-height:20rem;overflow:auto;z-index:999;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>ul::-webkit-scrollbar{display:none}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>ul a{padding-right:.5rem}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>ul li a{padding-left:.5rem}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>ul li li a{padding-left:1rem}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>ul li li li a{padding-left:1.5rem}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>ul li li li li a{padding-left:2rem}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>ul li li li li li a{padding-left:2.5rem}.layout-container.layout-slim-plus .layout-menu .layout-root-menuitem>ul li li li li li li a{padding-left:3rem}.layout-container.layout-slim-plus .layout-menu-profile{display:flex;flex-direction:column;align-items:center}.layout-container.layout-slim-plus .layout-menu-profile>button{width:3rem;height:3rem;padding:0;border-radius:50%;justify-content:center;margin:.75rem 0}.layout-container.layout-slim-plus .layout-menu-profile>button span,.layout-container.layout-slim-plus .layout-menu-profile>button i{display:none}.layout-container.layout-slim-plus .layout-menu-profile>ul>li{margin:.75rem 0}.layout-container.layout-slim-plus .layout-menu-profile>ul>li:first-child{margin-top:0}.layout-container.layout-slim-plus .layout-menu-profile>ul>li>button{width:3rem;height:3rem;padding:0;justify-content:center;border-radius:50%}.layout-container.layout-slim-plus .layout-menu-profile>ul>li>button>i{font-size:1.5rem;margin-right:0}.layout-container.layout-slim-plus .layout-menu-profile>ul>li>button>span{display:none}.layout-container.layout-slim-plus .layout-menu-profile>ul>li:last-child{margin-bottom:1rem}.layout-container.layout-horizontal .layout-sidebar{width:100%;height:3rem;top:4rem;position:fixed;z-index:998;overflow:visible;flex-direction:row;padding:0 2rem}.layout-container.layout-horizontal .layout-sidebar .layout-menu-container{overflow:auto;padding-bottom:0;width:calc(100% - 300px)}.layout-container.layout-horizontal .layout-sidebar .layout-menu-container::-webkit-scrollbar{display:none}.layout-container.layout-horizontal .layout-sidebar .layout-menu-container div[app-menu]{height:100%}.layout-container.layout-horizontal .layout-topbar .layout-topbar-start .layout-menu-button{display:none}.layout-container.layout-horizontal .layout-topbar .layout-topbar-end{width:300px}.layout-container.layout-horizontal .layout-content-wrapper{padding-top:7rem}.layout-container.layout-horizontal .layout-menu{display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center;height:100%}.layout-container.layout-horizontal .layout-menu ul{display:none}.layout-container.layout-horizontal .layout-menu li.active-menuitem>ul{display:block}.layout-container.layout-horizontal .layout-menu li.active-menuitem>a .layout-submenu-toggler{transform:rotate(-180deg)}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem{border-radius:var(--border-radius);height:100%}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>.layout-menuitem-root-text{display:none}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>a{display:flex;align-items:center;padding:.75rem;height:100%;border-radius:0;cursor:pointer;outline:none;color:var(--menuitem-text-color);transition:background-color var(--transition-duration)}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>a .layout-submenu-toggler{display:block;margin-left:auto;transition:transform .2s}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>a .layout-menuitem-icon{font-size:1.25rem;color:var(--menuitem-text-color)}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>a .layout-menuitem-text{font-size:.875rem;display:block;margin-left:.75rem;margin-right:.75rem;white-space:nowrap}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>a:hover{background-color:var(--menuitem-hover-bg)}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>ul{position:absolute;left:auto;top:3rem;min-width:15rem;background-color:var(--menu-bg);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;padding:.5rem 0;border-radius:var(--border-radius);max-height:20rem;overflow:auto;z-index:999}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>ul::-webkit-scrollbar{display:none}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>ul a{padding-right:.5rem}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>ul li a{padding-left:.5rem}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>ul li li a{padding-left:1rem}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>ul li li li a{padding-left:1.5rem}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>ul li li li li a{padding-left:2rem}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>ul li li li li li a{padding-left:2.5rem}.layout-container.layout-horizontal .layout-menu .layout-root-menuitem>ul li li li li li li a{padding-left:3rem}.layout-container.layout-horizontal.layout-menu-profile-start .layout-menu-profile{border-bottom:0 none}.layout-container.layout-horizontal.layout-menu-profile-start .layout-menu-profile>ul{left:0}.layout-container.layout-horizontal.layout-menu-profile-end .layout-menu-profile{border-top:0 none}.layout-container.layout-horizontal.layout-menu-profile-end .layout-menu-profile>ul{right:0}.layout-container.layout-horizontal .layout-menu-profile{position:relative;overflow:visible;width:auto;height:100%}.layout-container.layout-horizontal .layout-menu-profile>button{padding:0 .75rem;width:auto;height:100%}.layout-container.layout-horizontal .layout-menu-profile>button .layout-menu-profile-toggler{margin-left:.5rem}.layout-container.layout-horizontal .layout-menu-profile>ul{position:absolute;top:3rem;min-width:15rem;background-color:var(--menu-bg);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;padding:.5rem 0;border-radius:var(--border-radius);max-height:20rem;overflow:auto;z-index:999;transform-origin:center top}.layout-container.layout-horizontal .layout-menu-profile>ul>li>button{padding:.75rem .5rem}.layout-reveal .layout-sidebar{height:100%;top:0;transition:transform .3s cubic-bezier(0,0,.2,1);transform:translate(-12.75rem);z-index:999}.layout-reveal .layout-sidebar .layout-sidebar-top{display:flex;align-items:center;justify-content:flex-end;padding:0 .75rem;height:4rem;background-color:var(--topbar-start-bg);color:var(--topbar-item-text-color)}.layout-reveal .layout-sidebar .layout-sidebar-top .layout-sidebar-logo{display:none}.layout-reveal .layout-sidebar .layout-sidebar-top .layout-sidebar-logo-slim{display:inline}.layout-reveal .layout-sidebar .layout-sidebar-top .layout-sidebar-anchor{display:none;width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid var(--topbar-menu-button-bg);background-color:transparent;transition:background-color var(--transition-duration),transform .3s}.layout-reveal .layout-sidebar .layout-menu-container{overflow:hidden}.layout-reveal .layout-sidebar .layout-menu-container .layout-menu .layout-root-menuitem>.layout-menuitem-root-text>span{margin-right:auto}.layout-reveal .layout-sidebar .layout-menu-container .layout-menu .layout-root-menuitem>.layout-menuitem-root-text>.layout-menuitem-root-icon{display:block;margin-right:.125rem}.layout-reveal .layout-sidebar .layout-menu-container .layout-menu ul{margin:0;padding:0;list-style-type:none}.layout-reveal .layout-sidebar .layout-menu-container .layout-menu ul a .layout-menuitem-text{order:1;margin-right:auto}.layout-reveal .layout-sidebar .layout-menu-container .layout-menu ul a .layout-submenu-toggler{order:2;display:none;margin-right:.5rem}.layout-reveal .layout-sidebar .layout-menu-container .layout-menu ul a .layout-menuitem-icon{order:3;margin-right:0;font-size:1.25rem;width:auto}.layout-reveal .layout-sidebar .layout-menu-profile>ul>li>button{flex-direction:row-reverse}.layout-reveal .layout-sidebar .layout-menu-profile>ul>li>button>i{margin-right:0;margin-left:auto;font-size:1.25rem;width:auto}.layout-reveal .layout-topbar{padding-left:4.25rem}.layout-reveal .layout-topbar .layout-topbar-start{display:none}.layout-reveal.layout-reveal .layout-content-wrapper{margin-left:4.25rem;transition:margin-left .3s cubic-bezier(0,0,.2,1)}.layout-reveal.layout-sidebar-active .layout-sidebar{transform:translate(0)}.layout-reveal.layout-sidebar-active .layout-sidebar .layout-sidebar-top{padding:0 1.5rem;justify-content:space-between}.layout-reveal.layout-sidebar-active .layout-sidebar .layout-sidebar-top .layout-sidebar-logo{display:inline}.layout-reveal.layout-sidebar-active .layout-sidebar .layout-sidebar-top .layout-sidebar-logo-slim{display:none}.layout-reveal.layout-sidebar-active .layout-sidebar .layout-sidebar-top .layout-sidebar-anchor{display:block;animation:px-fadein .15s linear}.layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu-container{overflow:auto}.layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu .layout-root-menuitem>.layout-menuitem-root-text>.layout-menuitem-root-icon{display:none}.layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu-container .layout-menu ul a .layout-submenu-toggler{display:block}.layout-reveal.layout-sidebar-anchored .layout-topbar{padding-left:17rem}.layout-reveal.layout-sidebar-anchored .layout-sidebar-top .layout-sidebar-anchor{background-color:var(--topbar-menu-button-bg)}.layout-reveal.layout-sidebar-anchored .layout-content-wrapper{margin-left:17rem}}.layout-container.layout-menu-profile-active .layout-menu-profile-toggler{transform:rotate(-180deg)}.layout-container.layout-menu-profile-end .layout-menu-profile{border-top:1px solid var(--inline-menu-border-color)}.layout-container.layout-menu-profile-start .layout-menu-profile{border-bottom:1px solid var(--inline-menu-border-color)}.layout-menu-profile{width:100%;background:var(--menu-bg);overflow:hidden}.layout-menu-profile>button{display:flex;width:100%;align-items:center;padding:.75rem 1.5rem;color:var(--menuitem-text-color);transition:background-color var(--layout-section-transition-duration)}.layout-menu-profile>button>span{display:flex;flex-direction:column;margin-left:.5rem}.layout-menu-profile>button>i{margin-left:auto;transition:transform var(--layout-section-transition-duration)}.layout-menu-profile>button:hover{background-color:var(--menuitem-hover-bg)}.layout-menu-profile>ul{list-style-type:none;margin:0;padding:0}.layout-menu-profile>ul>li>button{width:100%;display:flex;align-items:center;padding:.75rem 1.5rem;transition:background-color var(--layout-section-transition-duration),box-shadow var(--layout-section-transition-duration);color:var(--menuitem-text-color)}.layout-menu-profile>ul>li>button>i{margin-right:.5rem;color:var(--menuitem-text-color)}.layout-menu-profile>ul>li>button:hover{background-color:var(--menuitem-hover-bg)}.layout-megamenu.p-megamenu{border:0 none;padding:0}.parallax__layer__0{transform:translateZ(-150px) scale(2.5)}.parallax__layer__1{transform:translateZ(-100px) scale(2)}.parallax__layer__2{transform:translateZ(-50px) scale(1.5)}.parallax__layer__3{transform:translateZ(0) scale(1)}html{height:100%;font-size:14px}body{font-weight:400;padding:0;margin:0;min-height:100%;background:var(--surface-ground);color:var(--text-color);font-family:Roboto,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none}.p-toast.p-toast-top-right,.p-toast.p-toast-top-left,.p-toast.p-toast-top-center{top:85px}img{max-width:none!important}.layout-content-wrapper{padding-top:4rem}.layout-content-wrapper .layout-content{min-height:calc(100vh - 11.28rem);padding:2rem}.layout-footer{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.5rem;background-color:var(--surface-card)}.layout-config-button{display:block;position:fixed;width:3rem;height:3rem;line-height:3rem;background:var(--primary-color);color:var(--primary-color-text);text-align:center;top:50%;right:0;margin-top:-1.5rem;border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius);border-top-right-radius:0;border-bottom-right-radius:0;transition:background-color var(--transition-duration);overflow:hidden;cursor:pointer;z-index:999;box-shadow:-.25rem 0 1rem #00000026}.layout-config-button.config-link{font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;border:none}.layout-config-button .config-link:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 1px var(--focus-ring--shadow)}.layout-config-button i{font-size:2rem;line-height:inherit;transform:rotate(0);transition:transform 1s}.layout-config-button:hover{background:var(--p-primary-400)}.app-config-mobile-button{display:none}.app-config-button{border:1px solid var(--border-color);background-color:var(--card-background);position:relative;z-index:0;border-radius:50%;width:2.5rem;height:2.5rem;line-height:2.5rem;text-align:center;cursor:pointer}.app-config-button i{line-height:inherit;font-size:1.125rem}.app-config-button:before,.app-config-button:after{content:"";position:absolute;inset:0;border:1px solid var(--topbar-item-text-color);transition:all .5s;animation:clippath 10s infinite linear;border-radius:50%;opacity:1}.app-config-button:after{animation:clippath 10s infinite -5s linear}.app-config-button:hover{background-color:var(--topbar-item-hover-bg);transition:background-color var(--transition-duration)}@keyframes clippath{0%{clip-path:inset(0 0 98% 0)}12.5%{clip-path:inset(0 0 60% 0)}25%{clip-path:inset(0 98% 0 0)}37.5%{clip-path:inset(0 60% 0 0)}50%{clip-path:inset(98% 0 0 0)}62.5%{clip-path:inset(60% 0 0 0)}75%{clip-path:inset(0 0 0 98%)}87.5%{clip-path:inset(0 0 0 60%)}to{clip-path:inset(0 0 98% 0)}}.layout-breadcrumb-container{display:flex;align-items:center;justify-content:space-between;padding:.5rem 2rem;background-color:var(--surface-card);box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014}.layout-breadcrumb-container .layout-breadcrumb ol{display:flex;align-items:center;margin:0;padding:0;list-style:none;gap:.5rem;flex-wrap:wrap;color:var(--text-color-secondary)}.layout-breadcrumb-container .layout-breadcrumb ol li{display:flex;align-items:center;line-height:1}.layout-breadcrumb-container .layout-breadcrumb-buttons{display:flex;align-items:center;gap:.25rem}.layout-breadcrumb-container .layout-breadcrumb-buttons button{flex-shrink:0}@media screen and (min-width: 992px){.layout-container.layout-static .layout-sidebar{transition:transform .3s cubic-bezier(0,0,.2,1)}.layout-container.layout-static .layout-content-wrapper{margin-left:17rem;transition:margin-left .3s cubic-bezier(0,0,.2,1)}.layout-container.layout-static .layout-topbar .layout-menu-button i{transform:rotate(180deg)}.layout-container.layout-static-inactive .layout-sidebar{transform:translate(-100%)}.layout-container.layout-static-inactive .layout-content-wrapper{margin-left:0}.layout-container.layout-static-inactive .layout-topbar .layout-menu-button i{transform:rotate(0)}.layout-container.layout-overlay .layout-content-wrapper{margin-left:0}.layout-container.layout-overlay .layout-sidebar{z-index:999;transform:translate(-100%);transition:transform .3s cubic-bezier(0,0,.2,1)}.layout-container.layout-overlay.layout-overlay-active .layout-sidebar{transform:translate(0)}.layout-container.layout-overlay.layout-overlay-active .layout-topbar .layout-menu-button i{transform:rotate(180deg)}}@media screen and (max-width: 991px){.app-config-button{display:none}.app-config-mobile-button{display:inline-block;margin-left:auto}.blocked-scroll{overflow:hidden}.layout-container .layout-content-wrapper{margin-left:0}.layout-container .layout-sidebar{z-index:999;transform:translate(-100%);transition:transform .3s cubic-bezier(0,0,.2,1)}.layout-container.layout-mobile-active .layout-sidebar{transform:translate(0)}.layout-container.layout-mobile-active .layout-mask{display:block;animation:px-mask-in .3s cubic-bezier(0,0,.2,1)}.layout-container.layout-mobile-active .layout-topbar .layout-menu-button i{transform:rotate(180deg)}.layout-container .layout-mask{display:none;position:fixed;top:0;left:0;z-index:998;width:100%;height:100%;background-color:var(--maskbg)}.layout-container.layout-topbar-menu-active .layout-topbar .layout-topbar-end{display:flex;flex-direction:column-reverse;align-items:stretch;position:fixed;top:4rem;width:100%;background-color:var(--topbar-bg);padding-left:0}.layout-container.layout-topbar-menu-active .layout-topbar .layout-topbar-end .layout-topbar-items{justify-content:space-between;align-items:center;height:3rem;padding:0 1rem}.layout-container.layout-topbar-menu-active .layout-topbar .layout-topbar-end .layout-topbar-items>li:has(.app-config-button){display:none}.layout-container.layout-topbar-menu-active .layout-topbar .layout-topbar-end .layout-topbar-items>li{position:static}.layout-container.layout-topbar-menu-active .layout-topbar .layout-topbar-end .layout-topbar-items>li>div{left:1rem;right:1rem}.layout-container.layout-topbar-menu-active .layout-topbar .layout-topbar-actions-start{display:flex;justify-content:center;align-items:center;height:3rem}.layout-topbar{display:flex;flex-direction:column}.layout-topbar .layout-topbar-start{padding:0 1rem;width:100%;height:4rem;justify-content:start}.layout-topbar .layout-topbar-start .layout-menu-button{position:relative;margin-top:0;margin-left:1rem;top:auto}.layout-topbar .layout-topbar-start .layout-topbar-mobile-button{display:flex;align-items:center;justify-content:center;margin-left:1rem;transition:background-color var(--layout-section-transition-duration)}.layout-topbar .layout-topbar-start .layout-topbar-mobile-button:hover{background-color:var(--topbar-bg)}.layout-topbar .layout-topbar-end{display:none}}@media screen and (min-width: 1729px){.layout-content{width:1504px;margin-left:auto!important;margin-right:auto!important}}p-radio-button,p-radiobutton,p-radioButton{display:inline-flex}p-tree .p-tree-node-checkbox{display:block}p-treetable .p-treetable-node-checkbox{display:block}.p-tag-icon{line-height:1.2}.p-checkbox{display:block!important}@font-face{font-family:primeicons;font-display:block;src:url("./media/primeicons-RSSEDYLY.eot");src:url("./media/primeicons-RSSEDYLY.eot?#iefix") format("embedded-opentype"),url("./media/primeicons-4GST5W3O.woff2") format("woff2"),url("./media/primeicons-P53SE5CV.woff") format("woff"),url("./media/primeicons-GEFHGEHP.ttf") format("truetype"),url("./media/primeicons-DHQU4SEP.svg?#primeicons") format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:"\ea05"}.pi-receipt:before{content:"\ea06"}.pi-asterisk:before{content:"\ea07"}.pi-face-smile:before{content:"\ea08"}.pi-pinterest:before{content:"\ea09"}.pi-expand:before{content:"\ea0a"}.pi-pen-to-square:before{content:"\ea0b"}.pi-wave-pulse:before{content:"\ea0c"}.pi-turkish-lira:before{content:"\ea0d"}.pi-spinner-dotted:before{content:"\ea0e"}.pi-crown:before{content:"\ea0f"}.pi-pause-circle:before{content:"\ea10"}.pi-warehouse:before{content:"\ea11"}.pi-objects-column:before{content:"\ea12"}.pi-clipboard:before{content:"\ea13"}.pi-play-circle:before{content:"\ea14"}.pi-venus:before{content:"\ea15"}.pi-cart-minus:before{content:"\ea16"}.pi-file-plus:before{content:"\ea17"}.pi-microchip:before{content:"\ea18"}.pi-twitch:before{content:"\ea19"}.pi-building-columns:before{content:"\ea1a"}.pi-file-check:before{content:"\ea1b"}.pi-microchip-ai:before{content:"\ea1c"}.pi-trophy:before{content:"\ea1d"}.pi-barcode:before{content:"\ea1e"}.pi-file-arrow-up:before{content:"\ea1f"}.pi-mars:before{content:"\ea20"}.pi-tiktok:before{content:"\ea21"}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:"\ea22"}.pi-ethereum:before{content:"\ea23"}.pi-list-check:before{content:"\ea24"}.pi-thumbtack:before{content:"\ea25"}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:"\ea26"}.pi-equals:before{content:"\ea27"}.pi-lightbulb:before{content:"\ea28"}.pi-star-half:before{content:"\ea29"}.pi-address-book:before{content:"\ea2a"}.pi-chart-scatter:before{content:"\ea2b"}.pi-indian-rupee:before{content:"\ea2c"}.pi-star-half-fill:before{content:"\ea2d"}.pi-cart-arrow-down:before{content:"\ea2e"}.pi-calendar-clock:before{content:"\ea2f"}.pi-sort-up-fill:before{content:"\ea30"}.pi-sparkles:before{content:"\ea31"}.pi-bullseye:before{content:"\ea32"}.pi-sort-down-fill:before{content:"\ea33"}.pi-graduation-cap:before{content:"\ea34"}.pi-hammer:before{content:"\ea35"}.pi-bell-slash:before{content:"\ea36"}.pi-gauge:before{content:"\ea37"}.pi-shop:before{content:"\ea38"}.pi-headphones:before{content:"\ea39"}.pi-eraser:before{content:"\ea04"}.pi-stopwatch:before{content:"\ea01"}.pi-verified:before{content:"\ea02"}.pi-delete-left:before{content:"\ea03"}.pi-hourglass:before{content:"\e9fe"}.pi-truck:before{content:"\ea00"}.pi-wrench:before{content:"\e9ff"}.pi-microphone:before{content:"\e9fa"}.pi-megaphone:before{content:"\e9fb"}.pi-arrow-right-arrow-left:before{content:"\e9fc"}.pi-bitcoin:before{content:"\e9fd"}.pi-file-edit:before{content:"\e9f6"}.pi-language:before{content:"\e9f7"}.pi-file-export:before{content:"\e9f8"}.pi-file-import:before{content:"\e9f9"}.pi-file-word:before{content:"\e9f1"}.pi-gift:before{content:"\e9f2"}.pi-cart-plus:before{content:"\e9f3"}.pi-thumbs-down-fill:before{content:"\e9f4"}.pi-thumbs-up-fill:before{content:"\e9f5"}.pi-arrows-alt:before{content:"\e9f0"}.pi-calculator:before{content:"\e9ef"}.pi-sort-alt-slash:before{content:"\e9ee"}.pi-arrows-h:before{content:"\e9ec"}.pi-arrows-v:before{content:"\e9ed"}.pi-pound:before{content:"\e9eb"}.pi-prime:before{content:"\e9ea"}.pi-chart-pie:before{content:"\e9e9"}.pi-reddit:before{content:"\e9e8"}.pi-code:before{content:"\e9e7"}.pi-sync:before{content:"\e9e6"}.pi-shopping-bag:before{content:"\e9e5"}.pi-server:before{content:"\e9e4"}.pi-database:before{content:"\e9e3"}.pi-hashtag:before{content:"\e9e2"}.pi-bookmark-fill:before{content:"\e9df"}.pi-filter-fill:before{content:"\e9e0"}.pi-heart-fill:before{content:"\e9e1"}.pi-flag-fill:before{content:"\e9de"}.pi-circle:before{content:"\e9dc"}.pi-circle-fill:before{content:"\e9dd"}.pi-bolt:before{content:"\e9db"}.pi-history:before{content:"\e9da"}.pi-box:before{content:"\e9d9"}.pi-at:before{content:"\e9d8"}.pi-arrow-up-right:before{content:"\e9d4"}.pi-arrow-up-left:before{content:"\e9d5"}.pi-arrow-down-left:before{content:"\e9d6"}.pi-arrow-down-right:before{content:"\e9d7"}.pi-telegram:before{content:"\e9d3"}.pi-stop-circle:before{content:"\e9d2"}.pi-stop:before{content:"\e9d1"}.pi-whatsapp:before{content:"\e9d0"}.pi-building:before{content:"\e9cf"}.pi-qrcode:before{content:"\e9ce"}.pi-car:before{content:"\e9cd"}.pi-instagram:before{content:"\e9cc"}.pi-linkedin:before{content:"\e9cb"}.pi-send:before{content:"\e9ca"}.pi-slack:before{content:"\e9c9"}.pi-sun:before{content:"\e9c8"}.pi-moon:before{content:"\e9c7"}.pi-vimeo:before{content:"\e9c6"}.pi-youtube:before{content:"\e9c5"}.pi-flag:before{content:"\e9c4"}.pi-wallet:before{content:"\e9c3"}.pi-map:before{content:"\e9c2"}.pi-link:before{content:"\e9c1"}.pi-credit-card:before{content:"\e9bf"}.pi-discord:before{content:"\e9c0"}.pi-percentage:before{content:"\e9be"}.pi-euro:before{content:"\e9bd"}.pi-book:before{content:"\e9ba"}.pi-shield:before{content:"\e9b9"}.pi-paypal:before{content:"\e9bb"}.pi-amazon:before{content:"\e9bc"}.pi-phone:before{content:"\e9b8"}.pi-filter-slash:before{content:"\e9b7"}.pi-facebook:before{content:"\e9b4"}.pi-github:before{content:"\e9b5"}.pi-twitter:before{content:"\e9b6"}.pi-step-backward-alt:before{content:"\e9ac"}.pi-step-forward-alt:before{content:"\e9ad"}.pi-forward:before{content:"\e9ae"}.pi-backward:before{content:"\e9af"}.pi-fast-backward:before{content:"\e9b0"}.pi-fast-forward:before{content:"\e9b1"}.pi-pause:before{content:"\e9b2"}.pi-play:before{content:"\e9b3"}.pi-compass:before{content:"\e9ab"}.pi-id-card:before{content:"\e9aa"}.pi-ticket:before{content:"\e9a9"}.pi-file-o:before{content:"\e9a8"}.pi-reply:before{content:"\e9a7"}.pi-directions-alt:before{content:"\e9a5"}.pi-directions:before{content:"\e9a6"}.pi-thumbs-up:before{content:"\e9a3"}.pi-thumbs-down:before{content:"\e9a4"}.pi-sort-numeric-down-alt:before{content:"\e996"}.pi-sort-numeric-up-alt:before{content:"\e997"}.pi-sort-alpha-down-alt:before{content:"\e998"}.pi-sort-alpha-up-alt:before{content:"\e999"}.pi-sort-numeric-down:before{content:"\e99a"}.pi-sort-numeric-up:before{content:"\e99b"}.pi-sort-alpha-down:before{content:"\e99c"}.pi-sort-alpha-up:before{content:"\e99d"}.pi-sort-alt:before{content:"\e99e"}.pi-sort-amount-up:before{content:"\e99f"}.pi-sort-amount-down:before{content:"\e9a0"}.pi-sort-amount-down-alt:before{content:"\e9a1"}.pi-sort-amount-up-alt:before{content:"\e9a2"}.pi-palette:before{content:"\e995"}.pi-undo:before{content:"\e994"}.pi-desktop:before{content:"\e993"}.pi-sliders-v:before{content:"\e991"}.pi-sliders-h:before{content:"\e992"}.pi-search-plus:before{content:"\e98f"}.pi-search-minus:before{content:"\e990"}.pi-file-excel:before{content:"\e98e"}.pi-file-pdf:before{content:"\e98d"}.pi-check-square:before{content:"\e98c"}.pi-chart-line:before{content:"\e98b"}.pi-user-edit:before{content:"\e98a"}.pi-exclamation-circle:before{content:"\e989"}.pi-android:before{content:"\e985"}.pi-google:before{content:"\e986"}.pi-apple:before{content:"\e987"}.pi-microsoft:before{content:"\e988"}.pi-heart:before{content:"\e984"}.pi-mobile:before{content:"\e982"}.pi-tablet:before{content:"\e983"}.pi-key:before{content:"\e981"}.pi-shopping-cart:before{content:"\e980"}.pi-comments:before{content:"\e97e"}.pi-comment:before{content:"\e97f"}.pi-briefcase:before{content:"\e97d"}.pi-bell:before{content:"\e97c"}.pi-paperclip:before{content:"\e97b"}.pi-share-alt:before{content:"\e97a"}.pi-envelope:before{content:"\e979"}.pi-volume-down:before{content:"\e976"}.pi-volume-up:before{content:"\e977"}.pi-volume-off:before{content:"\e978"}.pi-eject:before{content:"\e975"}.pi-money-bill:before{content:"\e974"}.pi-images:before{content:"\e973"}.pi-image:before{content:"\e972"}.pi-sign-in:before{content:"\e970"}.pi-sign-out:before{content:"\e971"}.pi-wifi:before{content:"\e96f"}.pi-sitemap:before{content:"\e96e"}.pi-chart-bar:before{content:"\e96d"}.pi-camera:before{content:"\e96c"}.pi-dollar:before{content:"\e96b"}.pi-lock-open:before{content:"\e96a"}.pi-table:before{content:"\e969"}.pi-map-marker:before{content:"\e968"}.pi-list:before{content:"\e967"}.pi-eye-slash:before{content:"\e965"}.pi-eye:before{content:"\e966"}.pi-folder-open:before{content:"\e964"}.pi-folder:before{content:"\e963"}.pi-video:before{content:"\e962"}.pi-inbox:before{content:"\e961"}.pi-lock:before{content:"\e95f"}.pi-unlock:before{content:"\e960"}.pi-tags:before{content:"\e95d"}.pi-tag:before{content:"\e95e"}.pi-power-off:before{content:"\e95c"}.pi-save:before{content:"\e95b"}.pi-question-circle:before{content:"\e959"}.pi-question:before{content:"\e95a"}.pi-copy:before{content:"\e957"}.pi-file:before{content:"\e958"}.pi-clone:before{content:"\e955"}.pi-calendar-times:before{content:"\e952"}.pi-calendar-minus:before{content:"\e953"}.pi-calendar-plus:before{content:"\e954"}.pi-ellipsis-v:before{content:"\e950"}.pi-ellipsis-h:before{content:"\e951"}.pi-bookmark:before{content:"\e94e"}.pi-globe:before{content:"\e94f"}.pi-replay:before{content:"\e94d"}.pi-filter:before{content:"\e94c"}.pi-print:before{content:"\e94b"}.pi-align-right:before{content:"\e946"}.pi-align-left:before{content:"\e947"}.pi-align-center:before{content:"\e948"}.pi-align-justify:before{content:"\e949"}.pi-cog:before{content:"\e94a"}.pi-cloud-download:before{content:"\e943"}.pi-cloud-upload:before{content:"\e944"}.pi-cloud:before{content:"\e945"}.pi-pencil:before{content:"\e942"}.pi-users:before{content:"\e941"}.pi-clock:before{content:"\e940"}.pi-user-minus:before{content:"\e93e"}.pi-user-plus:before{content:"\e93f"}.pi-trash:before{content:"\e93d"}.pi-external-link:before{content:"\e93c"}.pi-window-maximize:before{content:"\e93b"}.pi-window-minimize:before{content:"\e93a"}.pi-refresh:before{content:"\e938"}.pi-user:before{content:"\e939"}.pi-exclamation-triangle:before{content:"\e922"}.pi-calendar:before{content:"\e927"}.pi-chevron-circle-left:before{content:"\e928"}.pi-chevron-circle-down:before{content:"\e929"}.pi-chevron-circle-right:before{content:"\e92a"}.pi-chevron-circle-up:before{content:"\e92b"}.pi-angle-double-down:before{content:"\e92c"}.pi-angle-double-left:before{content:"\e92d"}.pi-angle-double-right:before{content:"\e92e"}.pi-angle-double-up:before{content:"\e92f"}.pi-angle-down:before{content:"\e930"}.pi-angle-left:before{content:"\e931"}.pi-angle-right:before{content:"\e932"}.pi-angle-up:before{content:"\e933"}.pi-upload:before{content:"\e934"}.pi-download:before{content:"\e956"}.pi-ban:before{content:"\e935"}.pi-star-fill:before{content:"\e936"}.pi-star:before{content:"\e937"}.pi-chevron-left:before{content:"\e900"}.pi-chevron-right:before{content:"\e901"}.pi-chevron-down:before{content:"\e902"}.pi-chevron-up:before{content:"\e903"}.pi-caret-left:before{content:"\e904"}.pi-caret-right:before{content:"\e905"}.pi-caret-down:before{content:"\e906"}.pi-caret-up:before{content:"\e907"}.pi-search:before{content:"\e908"}.pi-check:before{content:"\e909"}.pi-check-circle:before{content:"\e90a"}.pi-times:before{content:"\e90b"}.pi-times-circle:before{content:"\e90c"}.pi-plus:before{content:"\e90d"}.pi-plus-circle:before{content:"\e90e"}.pi-minus:before{content:"\e90f"}.pi-minus-circle:before{content:"\e910"}.pi-circle-on:before{content:"\e911"}.pi-circle-off:before{content:"\e912"}.pi-sort-down:before{content:"\e913"}.pi-sort-up:before{content:"\e914"}.pi-sort:before{content:"\e915"}.pi-step-backward:before{content:"\e916"}.pi-step-forward:before{content:"\e917"}.pi-th-large:before{content:"\e918"}.pi-arrow-down:before{content:"\e919"}.pi-arrow-left:before{content:"\e91a"}.pi-arrow-right:before{content:"\e91b"}.pi-arrow-up:before{content:"\e91c"}.pi-bars:before{content:"\e91d"}.pi-arrow-circle-down:before{content:"\e91e"}.pi-arrow-circle-left:before{content:"\e91f"}.pi-arrow-circle-right:before{content:"\e920"}.pi-arrow-circle-up:before{content:"\e921"}.pi-info:before{content:"\e923"}.pi-info-circle:before{content:"\e924"}.pi-home:before{content:"\e925"}.pi-spinner:before{content:"\e926"}pre.app-code{background-color:var(--surface-ground);margin:0 0 1rem;padding:0;border-radius:var(--border-radius);overflow:auto}pre.app-code code{color:var(--text-color);padding:1rem;line-height:1.5;display:block;font-family:monaco,Consolas,monospace}span.flag{width:44px;height:30px;display:inline-block}img.flag{width:30px}.flag{background:url("./media/flags_responsive-FLFJ4F7K.png") no-repeat;background-size:100%;vertical-align:middle}.flag-ad{background-position:0 .413223%}.flag-ae{background-position:0 .826446%}.flag-af{background-position:0 1.239669%}.flag-ag{background-position:0 1.652893%}.flag-ai{background-position:0 2.066116%}.flag-al{background-position:0 2.479339%}.flag-am{background-position:0 2.892562%}.flag-an{background-position:0 3.305785%}.flag-ao{background-position:0 3.719008%}.flag-aq{background-position:0 4.132231%}.flag-ar{background-position:0 4.545455%}.flag-as{background-position:0 4.958678%}.flag-at{background-position:0 5.371901%}.flag-au{background-position:0 5.785124%}.flag-aw{background-position:0 6.198347%}.flag-az{background-position:0 6.61157%}.flag-ba{background-position:0 7.024793%}.flag-bb{background-position:0 7.438017%}.flag-bd{background-position:0 7.85124%}.flag-be{background-position:0 8.264463%}.flag-bf{background-position:0 8.677686%}.flag-bg{background-position:0 9.090909%}.flag-bh{background-position:0 9.504132%}.flag-bi{background-position:0 9.917355%}.flag-bj{background-position:0 10.330579%}.flag-bm{background-position:0 10.743802%}.flag-bn{background-position:0 11.157025%}.flag-bo{background-position:0 11.570248%}.flag-br{background-position:0 11.983471%}.flag-bs{background-position:0 12.396694%}.flag-bt{background-position:0 12.809917%}.flag-bv{background-position:0 13.22314%}.flag-bw{background-position:0 13.636364%}.flag-by{background-position:0 14.049587%}.flag-bz{background-position:0 14.46281%}.flag-ca{background-position:0 14.876033%}.flag-cc{background-position:0 15.289256%}.flag-cd{background-position:0 15.702479%}.flag-cf{background-position:0 16.115702%}.flag-cg{background-position:0 16.528926%}.flag-ch{background-position:0 16.942149%}.flag-ci{background-position:0 17.355372%}.flag-ck{background-position:0 17.768595%}.flag-cl{background-position:0 18.181818%}.flag-cm{background-position:0 18.595041%}.flag-cn{background-position:0 19.008264%}.flag-co{background-position:0 19.421488%}.flag-cr{background-position:0 19.834711%}.flag-cu{background-position:0 20.247934%}.flag-cv{background-position:0 20.661157%}.flag-cx{background-position:0 21.07438%}.flag-cy{background-position:0 21.487603%}.flag-cz{background-position:0 21.900826%}.flag-de{background-position:0 22.31405%}.flag-dj{background-position:0 22.727273%}.flag-dk{background-position:0 23.140496%}.flag-dm{background-position:0 23.553719%}.flag-do{background-position:0 23.966942%}.flag-dz{background-position:0 24.380165%}.flag-ec{background-position:0 24.793388%}.flag-ee{background-position:0 25.206612%}.flag-eg{background-position:0 25.619835%}.flag-eh{background-position:0 26.033058%}.flag-er{background-position:0 26.446281%}.flag-es{background-position:0 26.859504%}.flag-et{background-position:0 27.272727%}.flag-fi{background-position:0 27.68595%}.flag-fj{background-position:0 28.099174%}.flag-fk{background-position:0 28.512397%}.flag-fm{background-position:0 28.92562%}.flag-fo{background-position:0 29.338843%}.flag-fr{background-position:0 29.752066%}.flag-ga{background-position:0 30.165289%}.flag-gd{background-position:0 30.578512%}.flag-ge{background-position:0 30.991736%}.flag-gf{background-position:0 31.404959%}.flag-gh{background-position:0 31.818182%}.flag-gi{background-position:0 32.231405%}.flag-gl{background-position:0 32.644628%}.flag-gm{background-position:0 33.057851%}.flag-gn{background-position:0 33.471074%}.flag-gp{background-position:0 33.884298%}.flag-gq{background-position:0 34.297521%}.flag-gr{background-position:0 34.710744%}.flag-gs{background-position:0 35.123967%}.flag-gt{background-position:0 35.53719%}.flag-gu{background-position:0 35.950413%}.flag-gw{background-position:0 36.363636%}.flag-gy{background-position:0 36.77686%}.flag-hk{background-position:0 37.190083%}.flag-hm{background-position:0 37.603306%}.flag-hn{background-position:0 38.016529%}.flag-hr{background-position:0 38.429752%}.flag-ht{background-position:0 38.842975%}.flag-hu{background-position:0 39.256198%}.flag-id{background-position:0 39.669421%}.flag-ie{background-position:0 40.082645%}.flag-il{background-position:0 40.495868%}.flag-in{background-position:0 40.909091%}.flag-io{background-position:0 41.322314%}.flag-iq{background-position:0 41.735537%}.flag-ir{background-position:0 42.14876%}.flag-is{background-position:0 42.561983%}.flag-it{background-position:0 42.975207%}.flag-jm{background-position:0 43.38843%}.flag-jo{background-position:0 43.801653%}.flag-jp{background-position:0 44.214876%}.flag-ke{background-position:0 44.628099%}.flag-kg{background-position:0 45.041322%}.flag-kh{background-position:0 45.454545%}.flag-ki{background-position:0 45.867769%}.flag-km{background-position:0 46.280992%}.flag-kn{background-position:0 46.694215%}.flag-kp{background-position:0 47.107438%}.flag-kr{background-position:0 47.520661%}.flag-kw{background-position:0 47.933884%}.flag-ky{background-position:0 48.347107%}.flag-kz{background-position:0 48.760331%}.flag-la{background-position:0 49.173554%}.flag-lb{background-position:0 49.586777%}.flag-lc{background-position:0 50%}.flag-li{background-position:0 50.413223%}.flag-lk{background-position:0 50.826446%}.flag-lr{background-position:0 51.239669%}.flag-ls{background-position:0 51.652893%}.flag-lt{background-position:0 52.066116%}.flag-lu{background-position:0 52.479339%}.flag-lv{background-position:0 52.892562%}.flag-ly{background-position:0 53.305785%}.flag-ma{background-position:0 53.719008%}.flag-mc{background-position:0 54.132231%}.flag-md{background-position:0 54.545455%}.flag-me{background-position:0 54.958678%}.flag-mg{background-position:0 55.371901%}.flag-mh{background-position:0 55.785124%}.flag-mk{background-position:0 56.198347%}.flag-ml{background-position:0 56.61157%}.flag-mm{background-position:0 57.024793%}.flag-mn{background-position:0 57.438017%}.flag-mo{background-position:0 57.85124%}.flag-mp{background-position:0 58.264463%}.flag-mq{background-position:0 58.677686%}.flag-mr{background-position:0 59.090909%}.flag-ms{background-position:0 59.504132%}.flag-mt{background-position:0 59.917355%}.flag-mu{background-position:0 60.330579%}.flag-mv{background-position:0 60.743802%}.flag-mw{background-position:0 61.157025%}.flag-mx{background-position:0 61.570248%}.flag-my{background-position:0 61.983471%}.flag-mz{background-position:0 62.396694%}.flag-na{background-position:0 62.809917%}.flag-nc{background-position:0 63.22314%}.flag-ne{background-position:0 63.636364%}.flag-nf{background-position:0 64.049587%}.flag-ng{background-position:0 64.46281%}.flag-ni{background-position:0 64.876033%}.flag-nl{background-position:0 65.289256%}.flag-no{background-position:0 65.702479%}.flag-np{background-position:0 66.115702%}.flag-nr{background-position:0 66.528926%}.flag-nu{background-position:0 66.942149%}.flag-nz{background-position:0 67.355372%}.flag-om{background-position:0 67.768595%}.flag-pa{background-position:0 68.181818%}.flag-pe{background-position:0 68.595041%}.flag-pf{background-position:0 69.008264%}.flag-pg{background-position:0 69.421488%}.flag-ph{background-position:0 69.834711%}.flag-pk{background-position:0 70.247934%}.flag-pl{background-position:0 70.661157%}.flag-pm{background-position:0 71.07438%}.flag-pn{background-position:0 71.487603%}.flag-pr{background-position:0 71.900826%}.flag-pt{background-position:0 72.31405%}.flag-pw{background-position:0 72.727273%}.flag-py{background-position:0 73.140496%}.flag-qa{background-position:0 73.553719%}.flag-re{background-position:0 73.966942%}.flag-ro{background-position:0 74.380165%}.flag-rs{background-position:0 74.793388%}.flag-ru{background-position:0 75.206612%}.flag-rw{background-position:0 75.619835%}.flag-sa{background-position:0 76.033058%}.flag-sb{background-position:0 76.446281%}.flag-sc{background-position:0 76.859504%}.flag-sd{background-position:0 77.272727%}.flag-se{background-position:0 77.68595%}.flag-sg{background-position:0 78.099174%}.flag-sh{background-position:0 78.512397%}.flag-si{background-position:0 78.92562%}.flag-sj{background-position:0 79.338843%}.flag-sk{background-position:0 79.752066%}.flag-sl{background-position:0 80.165289%}.flag-sm{background-position:0 80.578512%}.flag-sn{background-position:0 80.991736%}.flag-so{background-position:0 81.404959%}.flag-sr{background-position:0 81.818182%}.flag-ss{background-position:0 82.231405%}.flag-st{background-position:0 82.644628%}.flag-sv{background-position:0 83.057851%}.flag-sy{background-position:0 83.471074%}.flag-sz{background-position:0 83.884298%}.flag-tc{background-position:0 84.297521%}.flag-td{background-position:0 84.710744%}.flag-tf{background-position:0 85.123967%}.flag-tg{background-position:0 85.53719%}.flag-th{background-position:0 85.950413%}.flag-tj{background-position:0 86.363636%}.flag-tk{background-position:0 86.77686%}.flag-tl{background-position:0 87.190083%}.flag-tm{background-position:0 87.603306%}.flag-tn{background-position:0 88.016529%}.flag-to{background-position:0 88.429752%}.flag-tp{background-position:0 88.842975%}.flag-tr{background-position:0 89.256198%}.flag-tt{background-position:0 89.669421%}.flag-tv{background-position:0 90.082645%}.flag-tw{background-position:0 90.495868%}.flag-ty{background-position:0 90.909091%}.flag-tz{background-position:0 91.322314%}.flag-ua{background-position:0 91.735537%}.flag-ug{background-position:0 92.14876%}.flag-gb,.flag-uk{background-position:0 92.561983%}.flag-um{background-position:0 92.975207%}.flag-us{background-position:0 93.38843%}.flag-uy{background-position:0 93.801653%}.flag-uz{background-position:0 94.214876%}.flag-va{background-position:0 94.628099%}.flag-vc{background-position:0 95.041322%}.flag-ve{background-position:0 95.454545%}.flag-vg{background-position:0 95.867769%}.flag-vi{background-position:0 96.280992%}.flag-vn{background-position:0 96.694215%}.flag-vu{background-position:0 97.107438%}.flag-wf{background-position:0 97.520661%}.flag-ws{background-position:0 97.933884%}.flag-ye{background-position:0 98.347107%}.flag-za{background-position:0 98.760331%}.flag-zm{background-position:0 99.173554%}.flag-zr{background-position:0 99.586777%}.flag-zw{background-position:0 100%}.hover\:border-cyan-500:hover{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.hover\:border-indigo-500:hover{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.hover\:border-purple-500:hover{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.hover\:bg-black\/40:hover{background-color:#0006}.hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-primary-color) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.hover\:bg-slate-700:hover{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.hover\:bg-surface-0:hover{--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-0) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.hover\:bg-surface-100:hover{--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-100) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.hover\:bg-surface-50:hover{--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-50) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:text-pink-600:hover{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.hover\:text-primary:hover{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-primary-color) calc(100% * var(--tw-text-opacity, 1)),transparent)}.hover\:text-primary-contrast:hover{--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-primary-contrast-color) calc(100% * var(--tw-text-opacity, 1)),transparent)}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow:hover{--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)}.hover\:bg-emphasis:hover{background:var(--p-content-hover-background);color:var(--p-content-hover-color)}.hover\:text-color:hover{color:var(--p-text-color)}@media (min-width: 640px){.sm\:col-span-12{grid-column:span 12 / span 12}.sm\:col-span-6{grid-column:span 6 / span 6}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mb-0{margin-bottom:0}.sm\:mb-4{margin-bottom:1rem}.sm\:ml-0{margin-left:0}.sm\:ml-8{margin-left:2rem}.sm\:ml-auto{margin-left:auto}.sm\:mr-8{margin-right:2rem}.sm\:mt-0{margin-top:0}.sm\:w-32{width:8rem}.sm\:w-6\/12{width:50%}.sm\:w-80{width:20rem}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:flex-row{flex-direction:row}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width: 768px){.md\:col-span-10{grid-column:span 10 / span 10}.md\:col-span-12{grid-column:span 12 / span 12}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-3{grid-column:span 3 / span 3}.md\:col-span-4{grid-column:span 4 / span 4}.md\:col-span-5{grid-column:span 5 / span 5}.md\:col-span-6{grid-column:span 6 / span 6}.md\:col-span-7{grid-column:span 7 / span 7}.md\:col-span-8{grid-column:span 8 / span 8}.md\:mx-0{margin-left:0;margin-right:0}.md\:mb-0{margin-bottom:0}.md\:mb-1{margin-bottom:.25rem}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-20{margin-left:5rem}.md\:ml-5{margin-left:1.25rem}.md\:ml-8{margin-left:2rem}.md\:ml-auto{margin-left:auto}.md\:mr-12{margin-right:3rem}.md\:mr-4{margin-right:1rem}.md\:mt-0{margin-top:0}.md\:mt-12{margin-top:3rem}.md\:mt-20{margin-top:5rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:hidden{display:none}.md\:h-full{height:100%}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-2\/12{width:16.666667%}.md\:w-3\/12{width:25%}.md\:w-40{width:10rem}.md\:w-5\/12{width:41.666667%}.md\:w-6\/12{width:50%}.md\:w-60{width:15rem}.md\:w-8\/12{width:66.666667%}.md\:w-9\/12{width:75%}.md\:flex-1{flex:1 1 0%}.md\:flex-initial{flex:0 1 auto}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-between{justify-content:space-between}.md\:gap-0{gap:0px}.md\:gap-2{gap:.5rem}.md\:border{border-width:1px}.md\:border-0{border-width:0px}.md\:border-t-0{border-top-width:0px}.md\:border-surface-200{--tw-border-opacity: 1;border-color:color-mix(in srgb,var(--p-surface-200) calc(100% * var(--tw-border-opacity, 1)),transparent)}.md\:p-6{padding:1.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:pl-8{padding-left:2rem}.md\:pr-6{padding-right:1.5rem}.md\:pt-0{padding-top:0}.md\:text-left{text-align:left}.md\:text-right{text-align:right}}@media (min-width: 1024px){.lg\:static{position:static}.lg\:top-full{top:100%}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-10{grid-column:span 10 / span 10}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:col-span-4{grid-column:span 4 / span 4}.lg\:col-span-6{grid-column:span 6 / span 6}.lg\:col-span-7{grid-column:span 7 / span 7}.lg\:col-span-8{grid-column:span 8 / span 8}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-4{margin-left:1rem;margin-right:1rem}.lg\:mb-0{margin-bottom:0}.lg\:ml-4{margin-left:1rem}.lg\:mr-4{margin-right:1rem}.lg\:mr-6{margin-right:1.5rem}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}.lg\:w-3{width:.75rem}.lg\:w-6\/12{width:50%}.lg\:w-auto{width:auto}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-0{gap:0px}.lg\:overflow-y-hidden{overflow-y:hidden}.lg\:bg-transparent{background-color:transparent}.lg\:p-0{padding:0}.lg\:p-12{padding:3rem}.lg\:p-5{padding:1.25rem}.lg\:p-8{padding:2rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:pl-0{padding-left:0}.lg\:pl-12{padding-left:3rem}.lg\:pl-6{padding-left:1.5rem}.lg\:pr-4{padding-right:1rem}.lg\:pr-6{padding-right:1.5rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media (min-width: 1280px){.xl\:col-span-3{grid-column:span 3 / span 3}.xl\:col-span-4{grid-column:span 4 / span 4}.xl\:col-span-6{grid-column:span 6 / span 6}.xl\:col-span-9{grid-column:span 9 / span 9}.xl\:block{display:block}.xl\:w-10\/12{width:83.333333%}.xl\:w-2\/12{width:16.666667%}.xl\:w-4{width:1rem}.xl\:flex-row{flex-direction:row}.xl\:p-4{padding:1rem}}.dark\:border-surface-500:where([class*=app-dark],[class*=app-dark] *){--tw-border-opacity: 1;border-color:color-mix(in srgb,var(--p-surface-500) calc(100% * var(--tw-border-opacity, 1)),transparent)}.dark\:border-surface-700:where([class*=app-dark],[class*=app-dark] *){--tw-border-opacity: 1;border-color:color-mix(in srgb,var(--p-surface-700) calc(100% * var(--tw-border-opacity, 1)),transparent)}.dark\:border-surface-800:where([class*=app-dark],[class*=app-dark] *){--tw-border-opacity: 1;border-color:color-mix(in srgb,var(--p-surface-800) calc(100% * var(--tw-border-opacity, 1)),transparent)}.dark\:bg-primary-900:where([class*=app-dark],[class*=app-dark] *){--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-primary-900) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.dark\:bg-surface-500:where([class*=app-dark],[class*=app-dark] *){--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-500) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.dark\:bg-surface-600:where([class*=app-dark],[class*=app-dark] *){--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-600) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.dark\:bg-surface-700:where([class*=app-dark],[class*=app-dark] *){--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-700) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.dark\:bg-surface-800:where([class*=app-dark],[class*=app-dark] *){--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-800) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.dark\:bg-surface-900:where([class*=app-dark],[class*=app-dark] *){--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-900) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.dark\:bg-surface-950:where([class*=app-dark],[class*=app-dark] *){--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-950) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.dark\:text-pink-200:where([class*=app-dark],[class*=app-dark] *){--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity, 1))}.dark\:text-surface-0:where([class*=app-dark],[class*=app-dark] *){--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-0) calc(100% * var(--tw-text-opacity, 1)),transparent)}.dark\:text-surface-100:where([class*=app-dark],[class*=app-dark] *){--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-100) calc(100% * var(--tw-text-opacity, 1)),transparent)}.dark\:text-surface-200:where([class*=app-dark],[class*=app-dark] *){--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-200) calc(100% * var(--tw-text-opacity, 1)),transparent)}.dark\:text-surface-300:where([class*=app-dark],[class*=app-dark] *){--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-300) calc(100% * var(--tw-text-opacity, 1)),transparent)}.dark\:text-surface-400:where([class*=app-dark],[class*=app-dark] *){--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-400) calc(100% * var(--tw-text-opacity, 1)),transparent)}.dark\:text-surface-50:where([class*=app-dark],[class*=app-dark] *){--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-50) calc(100% * var(--tw-text-opacity, 1)),transparent)}.dark\:text-surface-900:where([class*=app-dark],[class*=app-dark] *){--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-900) calc(100% * var(--tw-text-opacity, 1)),transparent)}.dark\:text-teal-200:where([class*=app-dark],[class*=app-dark] *){--tw-text-opacity: 1;color:rgb(153 246 228 / var(--tw-text-opacity, 1))}.dark\:text-white:where([class*=app-dark],[class*=app-dark] *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:hover\:bg-surface-700:hover:where([class*=app-dark],[class*=app-dark] *){--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-700) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.dark\:hover\:bg-surface-800:hover:where([class*=app-dark],[class*=app-dark] *){--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-800) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.dark\:hover\:bg-surface-900:hover:where([class*=app-dark],[class*=app-dark] *){--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-900) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.dark\:hover\:bg-surface-950:hover:where([class*=app-dark],[class*=app-dark] *){--tw-bg-opacity: 1;background-color:color-mix(in srgb,var(--p-surface-950) calc(100% * var(--tw-bg-opacity, 1)),transparent)}.dark\:hover\:text-surface-900:hover:where([class*=app-dark],[class*=app-dark] *){--tw-text-opacity: 1;color:color-mix(in srgb,var(--p-surface-900) calc(100% * var(--tw-text-opacity, 1)),transparent)}@media (min-width: 768px){.dark\:md\:border-surface-700:where([class*=app-dark],[class*=app-dark] *){--tw-border-opacity: 1;border-color:color-mix(in srgb,var(--p-surface-700) calc(100% * var(--tw-border-opacity, 1)),transparent)}}
