.fa, .fa-brands, .fa-classic, .fa-regular, .fa-solid, .fab, .far, .fas {
	--_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)/""
}
@supports not (content:""/"") {
	:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
		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: .225em
}
.fa-xs {
	font-size: .75em;
	line-height: .08333em;
	vertical-align: .125em
}
.fa-sm {
	font-size: .875em;
	line-height: .07143em;
	vertical-align: .05357em
}
.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em
}
.fa-xl {
	font-size: 1.5em;
	line-height: .04167em;
	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(var(--fa-li-width, 2em)*-1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit
}
.fa-border {
	border-radius: var(--fa-border-radius, .1em);
	border: var(--fa-border-width, .0625em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
	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-end, .fa-pull-right {
	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-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}
.fa-beat-fade, .fa-fade {
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s)
}
.fa-beat-fade {
	animation-name: fa-beat-fade;
	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-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear)
}
.fa-shake, .fa-spin {
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal)
}
.fa-spin {
	animation-name: fa-spin;
	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-beat-fade, .fa-bounce, .fa-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(1turn)
	}
}
.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 {
	--fa-width: 100%;
	inset: 0;
	position: absolute;
	text-align: center;
	width: var(--fa-width);
	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, .fa-dollar-sign, .fa-usd {
	--fa: "$"
}
.fa-percent, .fa-percentage {
	--fa: "%"
}
.fa-asterisk {
	--fa: "*"
}
.fa-add, .fa-plus {
	--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: ""
}
.fa-faucet-drip {
	--fa: ""
}
.fa-house-chimney-window {
	--fa: ""
}
.fa-house-signal {
	--fa: ""
}
.fa-temperature-arrow-down, .fa-temperature-down {
	--fa: ""
}
.fa-temperature-arrow-up, .fa-temperature-up {
	--fa: ""
}
.fa-trailer {
	--fa: ""
}
.fa-bacteria {
	--fa: ""
}
.fa-bacterium {
	--fa: ""
}
.fa-box-tissue {
	--fa: ""
}
.fa-hand-holding-medical {
	--fa: ""
}
.fa-hand-sparkles {
	--fa: ""
}
.fa-hands-bubbles, .fa-hands-wash {
	--fa: ""
}
.fa-handshake-alt-slash, .fa-handshake-simple-slash, .fa-handshake-slash {
	--fa: ""
}
.fa-head-side-cough {
	--fa: ""
}
.fa-head-side-cough-slash {
	--fa: ""
}
.fa-head-side-mask {
	--fa: ""
}
.fa-head-side-virus {
	--fa: ""
}
.fa-house-chimney-user {
	--fa: ""
}
.fa-house-laptop, .fa-laptop-house {
	--fa: ""
}
.fa-lungs-virus {
	--fa: ""
}
.fa-people-arrows, .fa-people-arrows-left-right {
	--fa: ""
}
.fa-plane-slash {
	--fa: ""
}
.fa-pump-medical {
	--fa: ""
}
.fa-pump-soap {
	--fa: ""
}
.fa-shield-virus {
	--fa: ""
}
.fa-sink {
	--fa: ""
}
.fa-soap {
	--fa: ""
}
.fa-stopwatch-20 {
	--fa: ""
}
.fa-shop-slash, .fa-store-alt-slash {
	--fa: ""
}
.fa-store-slash {
	--fa: ""
}
.fa-toilet-paper-slash {
	--fa: ""
}
.fa-users-slash {
	--fa: ""
}
.fa-virus {
	--fa: ""
}
.fa-virus-slash {
	--fa: ""
}
.fa-viruses {
	--fa: ""
}
.fa-vest {
	--fa: ""
}
.fa-vest-patches {
	--fa: ""
}
.fa-arrow-trend-down {
	--fa: ""
}
.fa-arrow-trend-up {
	--fa: ""
}
.fa-arrow-up-from-bracket {
	--fa: ""
}
.fa-austral-sign {
	--fa: ""
}
.fa-baht-sign {
	--fa: ""
}
.fa-bitcoin-sign {
	--fa: ""
}
.fa-bolt-lightning {
	--fa: ""
}
.fa-book-bookmark {
	--fa: ""
}
.fa-camera-rotate {
	--fa: ""
}
.fa-cedi-sign {
	--fa: ""
}
.fa-chart-column {
	--fa: ""
}
.fa-chart-gantt {
	--fa: ""
}
.fa-clapperboard {
	--fa: ""
}
.fa-clover {
	--fa: ""
}
.fa-code-compare {
	--fa: ""
}
.fa-code-fork {
	--fa: ""
}
.fa-code-pull-request {
	--fa: ""
}
.fa-colon-sign {
	--fa: ""
}
.fa-cruzeiro-sign {
	--fa: ""
}
.fa-display {
	--fa: ""
}
.fa-dong-sign {
	--fa: ""
}
.fa-elevator {
	--fa: ""
}
.fa-filter-circle-xmark {
	--fa: ""
}
.fa-florin-sign {
	--fa: ""
}
.fa-folder-closed {
	--fa: ""
}
.fa-franc-sign {
	--fa: ""
}
.fa-guarani-sign {
	--fa: ""
}
.fa-gun {
	--fa: ""
}
.fa-hands-clapping {
	--fa: ""
}
.fa-home-user, .fa-house-user {
	--fa: ""
}
.fa-indian-rupee, .fa-indian-rupee-sign, .fa-inr {
	--fa: ""
}
.fa-kip-sign {
	--fa: ""
}
.fa-lari-sign {
	--fa: ""
}
.fa-litecoin-sign {
	--fa: ""
}
.fa-manat-sign {
	--fa: ""
}
.fa-mask-face {
	--fa: ""
}
.fa-mill-sign {
	--fa: ""
}
.fa-money-bills {
	--fa: ""
}
.fa-naira-sign {
	--fa: ""
}
.fa-notdef {
	--fa: ""
}
.fa-panorama {
	--fa: ""
}
.fa-peseta-sign {
	--fa: ""
}
.fa-peso-sign {
	--fa: ""
}
.fa-plane-up {
	--fa: ""
}
.fa-rupiah-sign {
	--fa: ""
}
.fa-stairs {
	--fa: ""
}
.fa-timeline {
	--fa: ""
}
.fa-truck-front {
	--fa: ""
}
.fa-try, .fa-turkish-lira, .fa-turkish-lira-sign {
	--fa: ""
}
.fa-vault {
	--fa: ""
}
.fa-magic-wand-sparkles, .fa-wand-magic-sparkles {
	--fa: ""
}
.fa-wheat-alt, .fa-wheat-awn {
	--fa: ""
}
.fa-wheelchair-alt, .fa-wheelchair-move {
	--fa: ""
}
.fa-bangladeshi-taka-sign {
	--fa: ""
}
.fa-bowl-rice {
	--fa: ""
}
.fa-person-pregnant {
	--fa: ""
}
.fa-home-lg, .fa-house-chimney {
	--fa: ""
}
.fa-house-crack {
	--fa: ""
}
.fa-house-medical {
	--fa: ""
}
.fa-cent-sign {
	--fa: ""
}
.fa-plus-minus {
	--fa: ""
}
.fa-sailboat {
	--fa: ""
}
.fa-section {
	--fa: ""
}
.fa-shrimp {
	--fa: ""
}
.fa-brazilian-real-sign {
	--fa: ""
}
.fa-chart-simple {
	--fa: ""
}
.fa-diagram-next {
	--fa: ""
}
.fa-diagram-predecessor {
	--fa: ""
}
.fa-diagram-successor {
	--fa: ""
}
.fa-earth-oceania, .fa-globe-oceania {
	--fa: ""
}
.fa-bug-slash {
	--fa: ""
}
.fa-file-circle-plus {
	--fa: ""
}
.fa-shop-lock {
	--fa: ""
}
.fa-virus-covid {
	--fa: ""
}
.fa-virus-covid-slash {
	--fa: ""
}
.fa-anchor-circle-check {
	--fa: ""
}
.fa-anchor-circle-exclamation {
	--fa: ""
}
.fa-anchor-circle-xmark {
	--fa: ""
}
.fa-anchor-lock {
	--fa: ""
}
.fa-arrow-down-up-across-line {
	--fa: ""
}
.fa-arrow-down-up-lock {
	--fa: ""
}
.fa-arrow-right-to-city {
	--fa: ""
}
.fa-arrow-up-from-ground-water {
	--fa: ""
}
.fa-arrow-up-from-water-pump {
	--fa: ""
}
.fa-arrow-up-right-dots {
	--fa: ""
}
.fa-arrows-down-to-line {
	--fa: ""
}
.fa-arrows-down-to-people {
	--fa: ""
}
.fa-arrows-left-right-to-line {
	--fa: ""
}
.fa-arrows-spin {
	--fa: ""
}
.fa-arrows-split-up-and-left {
	--fa: ""
}
.fa-arrows-to-circle {
	--fa: ""
}
.fa-arrows-to-dot {
	--fa: ""
}
.fa-arrows-to-eye {
	--fa: ""
}
.fa-arrows-turn-right {
	--fa: ""
}
.fa-arrows-turn-to-dots {
	--fa: ""
}
.fa-arrows-up-to-line {
	--fa: ""
}
.fa-bore-hole {
	--fa: ""
}
.fa-bottle-droplet {
	--fa: ""
}
.fa-bottle-water {
	--fa: ""
}
.fa-bowl-food {
	--fa: ""
}
.fa-boxes-packing {
	--fa: ""
}
.fa-bridge {
	--fa: ""
}
.fa-bridge-circle-check {
	--fa: ""
}
.fa-bridge-circle-exclamation {
	--fa: ""
}
.fa-bridge-circle-xmark {
	--fa: ""
}
.fa-bridge-lock {
	--fa: ""
}
.fa-bridge-water {
	--fa: ""
}
.fa-bucket {
	--fa: ""
}
.fa-bugs {
	--fa: ""
}
.fa-building-circle-arrow-right {
	--fa: ""
}
.fa-building-circle-check {
	--fa: ""
}
.fa-building-circle-exclamation {
	--fa: ""
}
.fa-building-circle-xmark {
	--fa: ""
}
.fa-building-flag {
	--fa: ""
}
.fa-building-lock {
	--fa: ""
}
.fa-building-ngo {
	--fa: ""
}
.fa-building-shield {
	--fa: ""
}
.fa-building-un {
	--fa: ""
}
.fa-building-user {
	--fa: ""
}
.fa-building-wheat {
	--fa: ""
}
.fa-burst {
	--fa: ""
}
.fa-car-on {
	--fa: ""
}
.fa-car-tunnel {
	--fa: ""
}
.fa-child-combatant, .fa-child-rifle {
	--fa: ""
}
.fa-children {
	--fa: ""
}
.fa-circle-nodes {
	--fa: ""
}
.fa-clipboard-question {
	--fa: ""
}
.fa-cloud-showers-water {
	--fa: ""
}
.fa-computer {
	--fa: ""
}
.fa-cubes-stacked {
	--fa: ""
}
.fa-envelope-circle-check {
	--fa: ""
}
.fa-explosion {
	--fa: ""
}
.fa-ferry {
	--fa: ""
}
.fa-file-circle-exclamation {
	--fa: ""
}
.fa-file-circle-minus {
	--fa: ""
}
.fa-file-circle-question {
	--fa: ""
}
.fa-file-shield {
	--fa: ""
}
.fa-fire-burner {
	--fa: ""
}
.fa-fish-fins {
	--fa: ""
}
.fa-flask-vial {
	--fa: ""
}
.fa-glass-water {
	--fa: ""
}
.fa-glass-water-droplet {
	--fa: ""
}
.fa-group-arrows-rotate {
	--fa: ""
}
.fa-hand-holding-hand {
	--fa: ""
}
.fa-handcuffs {
	--fa: ""
}
.fa-hands-bound {
	--fa: ""
}
.fa-hands-holding-child {
	--fa: ""
}
.fa-hands-holding-circle {
	--fa: ""
}
.fa-heart-circle-bolt {
	--fa: ""
}
.fa-heart-circle-check {
	--fa: ""
}
.fa-heart-circle-exclamation {
	--fa: ""
}
.fa-heart-circle-minus {
	--fa: ""
}
.fa-heart-circle-plus {
	--fa: ""
}
.fa-heart-circle-xmark {
	--fa: ""
}
.fa-helicopter-symbol {
	--fa: ""
}
.fa-helmet-un {
	--fa: ""
}
.fa-hill-avalanche {
	--fa: ""
}
.fa-hill-rockslide {
	--fa: ""
}
.fa-house-circle-check {
	--fa: ""
}
.fa-house-circle-exclamation {
	--fa: ""
}
.fa-house-circle-xmark {
	--fa: ""
}
.fa-house-fire {
	--fa: ""
}
.fa-house-flag {
	--fa: ""
}
.fa-house-flood-water {
	--fa: ""
}
.fa-house-flood-water-circle-arrow-right {
	--fa: ""
}
.fa-house-lock {
	--fa: ""
}
.fa-house-medical-circle-check {
	--fa: ""
}
.fa-house-medical-circle-exclamation {
	--fa: ""
}
.fa-house-medical-circle-xmark {
	--fa: ""
}
.fa-house-medical-flag {
	--fa: ""
}
.fa-house-tsunami {
	--fa: ""
}
.fa-jar {
	--fa: ""
}
.fa-jar-wheat {
	--fa: ""
}
.fa-jet-fighter-up {
	--fa: ""
}
.fa-jug-detergent {
	--fa: ""
}
.fa-kitchen-set {
	--fa: ""
}
.fa-land-mine-on {
	--fa: ""
}
.fa-landmark-flag {
	--fa: ""
}
.fa-laptop-file {
	--fa: ""
}
.fa-lines-leaning {
	--fa: ""
}
.fa-location-pin-lock {
	--fa: ""
}
.fa-locust {
	--fa: ""
}
.fa-magnifying-glass-arrow-right {
	--fa: ""
}
.fa-magnifying-glass-chart {
	--fa: ""
}
.fa-mars-and-venus-burst {
	--fa: ""
}
.fa-mask-ventilator {
	--fa: ""
}
.fa-mattress-pillow {
	--fa: ""
}
.fa-mobile-retro {
	--fa: ""
}
.fa-money-bill-transfer {
	--fa: ""
}
.fa-money-bill-trend-up {
	--fa: ""
}
.fa-money-bill-wheat {
	--fa: ""
}
.fa-mosquito {
	--fa: ""
}
.fa-mosquito-net {
	--fa: ""
}
.fa-mound {
	--fa: ""
}
.fa-mountain-city {
	--fa: ""
}
.fa-mountain-sun {
	--fa: ""
}
.fa-oil-well {
	--fa: ""
}
.fa-people-group {
	--fa: ""
}
.fa-people-line {
	--fa: ""
}
.fa-people-pulling {
	--fa: ""
}
.fa-people-robbery {
	--fa: ""
}
.fa-people-roof {
	--fa: ""
}
.fa-person-arrow-down-to-line {
	--fa: ""
}
.fa-person-arrow-up-from-line {
	--fa: ""
}
.fa-person-breastfeeding {
	--fa: ""
}
.fa-person-burst {
	--fa: ""
}
.fa-person-cane {
	--fa: ""
}
.fa-person-chalkboard {
	--fa: ""
}
.fa-person-circle-check {
	--fa: ""
}
.fa-person-circle-exclamation {
	--fa: ""
}
.fa-person-circle-minus {
	--fa: ""
}
.fa-person-circle-plus {
	--fa: ""
}
.fa-person-circle-question {
	--fa: ""
}
.fa-person-circle-xmark {
	--fa: ""
}
.fa-person-dress-burst {
	--fa: ""
}
.fa-person-drowning {
	--fa: ""
}
.fa-person-falling {
	--fa: ""
}
.fa-person-falling-burst {
	--fa: ""
}
.fa-person-half-dress {
	--fa: ""
}
.fa-person-harassing {
	--fa: ""
}
.fa-person-military-pointing {
	--fa: ""
}
.fa-person-military-rifle {
	--fa: ""
}
.fa-person-military-to-person {
	--fa: ""
}
.fa-person-rays {
	--fa: ""
}
.fa-person-rifle {
	--fa: ""
}
.fa-person-shelter {
	--fa: ""
}
.fa-person-walking-arrow-loop-left {
	--fa: ""
}
.fa-person-walking-arrow-right {
	--fa: ""
}
.fa-person-walking-dashed-line-arrow-right {
	--fa: ""
}
.fa-person-walking-luggage {
	--fa: ""
}
.fa-plane-circle-check {
	--fa: ""
}
.fa-plane-circle-exclamation {
	--fa: ""
}
.fa-plane-circle-xmark {
	--fa: ""
}
.fa-plane-lock {
	--fa: ""
}
.fa-plate-wheat {
	--fa: ""
}
.fa-plug-circle-bolt {
	--fa: ""
}
.fa-plug-circle-check {
	--fa: ""
}
.fa-plug-circle-exclamation {
	--fa: ""
}
.fa-plug-circle-minus {
	--fa: ""
}
.fa-plug-circle-plus {
	--fa: ""
}
.fa-plug-circle-xmark {
	--fa: ""
}
.fa-ranking-star {
	--fa: ""
}
.fa-road-barrier {
	--fa: ""
}
.fa-road-bridge {
	--fa: ""
}
.fa-road-circle-check {
	--fa: ""
}
.fa-road-circle-exclamation {
	--fa: ""
}
.fa-road-circle-xmark {
	--fa: ""
}
.fa-road-lock {
	--fa: ""
}
.fa-road-spikes {
	--fa: ""
}
.fa-rug {
	--fa: ""
}
.fa-sack-xmark {
	--fa: ""
}
.fa-school-circle-check {
	--fa: ""
}
.fa-school-circle-exclamation {
	--fa: ""
}
.fa-school-circle-xmark {
	--fa: ""
}
.fa-school-flag {
	--fa: ""
}
.fa-school-lock {
	--fa: ""
}
.fa-sheet-plastic {
	--fa: ""
}
.fa-shield-cat {
	--fa: ""
}
.fa-shield-dog {
	--fa: ""
}
.fa-shield-heart {
	--fa: ""
}
.fa-square-nfi {
	--fa: ""
}
.fa-square-person-confined {
	--fa: ""
}
.fa-square-virus {
	--fa: ""
}
.fa-rod-asclepius, .fa-rod-snake, .fa-staff-aesculapius, .fa-staff-snake {
	--fa: ""
}
.fa-sun-plant-wilt {
	--fa: ""
}
.fa-tarp {
	--fa: ""
}
.fa-tarp-droplet {
	--fa: ""
}
.fa-tent {
	--fa: ""
}
.fa-tent-arrow-down-to-line {
	--fa: ""
}
.fa-tent-arrow-left-right {
	--fa: ""
}
.fa-tent-arrow-turn-left {
	--fa: ""
}
.fa-tent-arrows-down {
	--fa: ""
}
.fa-tents {
	--fa: ""
}
.fa-toilet-portable {
	--fa: ""
}
.fa-toilets-portable {
	--fa: ""
}
.fa-tower-cell {
	--fa: ""
}
.fa-tower-observation {
	--fa: ""
}
.fa-tree-city {
	--fa: ""
}
.fa-trowel {
	--fa: ""
}
.fa-trowel-bricks {
	--fa: ""
}
.fa-truck-arrow-right {
	--fa: ""
}
.fa-truck-droplet {
	--fa: ""
}
.fa-truck-field {
	--fa: ""
}
.fa-truck-field-un {
	--fa: ""
}
.fa-truck-plane {
	--fa: ""
}
.fa-users-between-lines {
	--fa: ""
}
.fa-users-line {
	--fa: ""
}
.fa-users-rays {
	--fa: ""
}
.fa-users-rectangle {
	--fa: ""
}
.fa-users-viewfinder {
	--fa: ""
}
.fa-vial-circle-check {
	--fa: ""
}
.fa-vial-virus {
	--fa: ""
}
.fa-wheat-awn-circle-exclamation {
	--fa: ""
}
.fa-worm {
	--fa: ""
}
.fa-xmarks-lines {
	--fa: ""
}
.fa-child-dress {
	--fa: ""
}
.fa-child-reaching {
	--fa: ""
}
.fa-file-circle-check {
	--fa: ""
}
.fa-file-circle-xmark {
	--fa: ""
}
.fa-person-through-window {
	--fa: ""
}
.fa-plant-wilt {
	--fa: ""
}
.fa-stapler {
	--fa: ""
}
.fa-train-tram {
	--fa: ""
}
.fa-table-cells-column-lock {
	--fa: ""
}
.fa-table-cells-row-lock {
	--fa: ""
}
.fa-thumb-tack-slash, .fa-thumbtack-slash {
	--fa: ""
}
.fa-table-cells-row-unlock {
	--fa: ""
}
.fa-chart-diagram {
	--fa: ""
}
.fa-comment-nodes {
	--fa: ""
}
.fa-file-fragment {
	--fa: ""
}
.fa-file-half-dashed {
	--fa: ""
}
.fa-hexagon-nodes {
	--fa: ""
}
.fa-hexagon-nodes-bolt {
	--fa: ""
}
.fa-square-binary {
	--fa: ""
}
.fa-pentagon {
	--fa: ""
}
.fa-non-binary {
	--fa: ""
}
.fa-spiral {
	--fa: ""
}
.fa-mobile-vibrate {
	--fa: ""
}
.fa-single-quote-left {
	--fa: ""
}
.fa-single-quote-right {
	--fa: ""
}
.fa-bus-side {
	--fa: ""
}
.fa-heptagon, .fa-septagon {
	--fa: ""
}
.fa-glass-martini, .fa-martini-glass-empty {
	--fa: ""
}
.fa-music {
	--fa: ""
}
.fa-magnifying-glass, .fa-search {
	--fa: ""
}
.fa-heart {
	--fa: ""
}
.fa-star {
	--fa: ""
}
.fa-user, .fa-user-alt, .fa-user-large {
	--fa: ""
}
.fa-film, .fa-film-alt, .fa-film-simple {
	--fa: ""
}
.fa-table-cells-large, .fa-th-large {
	--fa: ""
}
.fa-table-cells, .fa-th {
	--fa: ""
}
.fa-table-list, .fa-th-list {
	--fa: ""
}
.fa-check {
	--fa: ""
}
.fa-close, .fa-multiply, .fa-remove, .fa-times, .fa-xmark {
	--fa: ""
}
.fa-magnifying-glass-plus, .fa-search-plus {
	--fa: ""
}
.fa-magnifying-glass-minus, .fa-search-minus {
	--fa: ""
}
.fa-power-off {
	--fa: ""
}
.fa-signal, .fa-signal-5, .fa-signal-perfect {
	--fa: ""
}
.fa-cog, .fa-gear {
	--fa: ""
}
.fa-home, .fa-home-alt, .fa-home-lg-alt, .fa-house {
	--fa: ""
}
.fa-clock, .fa-clock-four {
	--fa: ""
}
.fa-road {
	--fa: ""
}
.fa-download {
	--fa: ""
}
.fa-inbox {
	--fa: ""
}
.fa-arrow-right-rotate, .fa-arrow-rotate-forward, .fa-arrow-rotate-right, .fa-redo {
	--fa: ""
}
.fa-arrows-rotate, .fa-refresh, .fa-sync {
	--fa: ""
}
.fa-list-alt, .fa-rectangle-list {
	--fa: ""
}
.fa-lock {
	--fa: ""
}
.fa-flag {
	--fa: ""
}
.fa-headphones, .fa-headphones-alt, .fa-headphones-simple {
	--fa: ""
}
.fa-volume-off {
	--fa: ""
}
.fa-volume-down, .fa-volume-low {
	--fa: ""
}
.fa-volume-high, .fa-volume-up {
	--fa: ""
}
.fa-qrcode {
	--fa: ""
}
.fa-barcode {
	--fa: ""
}
.fa-tag {
	--fa: ""
}
.fa-tags {
	--fa: ""
}
.fa-book {
	--fa: ""
}
.fa-bookmark {
	--fa: ""
}
.fa-print {
	--fa: ""
}
.fa-camera, .fa-camera-alt {
	--fa: ""
}
.fa-font {
	--fa: ""
}
.fa-bold {
	--fa: ""
}
.fa-italic {
	--fa: ""
}
.fa-text-height {
	--fa: ""
}
.fa-text-width {
	--fa: ""
}
.fa-align-left {
	--fa: ""
}
.fa-align-center {
	--fa: ""
}
.fa-align-right {
	--fa: ""
}
.fa-align-justify {
	--fa: ""
}
.fa-list, .fa-list-squares {
	--fa: ""
}
.fa-dedent, .fa-outdent {
	--fa: ""
}
.fa-indent {
	--fa: ""
}
.fa-video, .fa-video-camera {
	--fa: ""
}
.fa-image {
	--fa: ""
}
.fa-location-pin, .fa-map-marker {
	--fa: ""
}
.fa-adjust, .fa-circle-half-stroke {
	--fa: ""
}
.fa-droplet, .fa-tint {
	--fa: ""
}
.fa-edit, .fa-pen-to-square {
	--fa: ""
}
.fa-arrows, .fa-arrows-up-down-left-right {
	--fa: ""
}
.fa-backward-step, .fa-step-backward {
	--fa: ""
}
.fa-backward-fast, .fa-fast-backward {
	--fa: ""
}
.fa-backward {
	--fa: ""
}
.fa-play {
	--fa: ""
}
.fa-pause {
	--fa: ""
}
.fa-stop {
	--fa: ""
}
.fa-forward {
	--fa: ""
}
.fa-fast-forward, .fa-forward-fast {
	--fa: ""
}
.fa-forward-step, .fa-step-forward {
	--fa: ""
}
.fa-eject {
	--fa: ""
}
.fa-chevron-left {
	--fa: ""
}
.fa-chevron-right {
	--fa: ""
}
.fa-circle-plus, .fa-plus-circle {
	--fa: ""
}
.fa-circle-minus, .fa-minus-circle {
	--fa: ""
}
.fa-circle-xmark, .fa-times-circle, .fa-xmark-circle {
	--fa: ""
}
.fa-check-circle, .fa-circle-check {
	--fa: ""
}
.fa-circle-question, .fa-question-circle {
	--fa: ""
}
.fa-circle-info, .fa-info-circle {
	--fa: ""
}
.fa-crosshairs {
	--fa: ""
}
.fa-ban, .fa-cancel {
	--fa: ""
}
.fa-arrow-left {
	--fa: ""
}
.fa-arrow-right {
	--fa: ""
}
.fa-arrow-up {
	--fa: ""
}
.fa-arrow-down {
	--fa: ""
}
.fa-mail-forward, .fa-share {
	--fa: ""
}
.fa-expand {
	--fa: ""
}
.fa-compress {
	--fa: ""
}
.fa-minus, .fa-subtract {
	--fa: ""
}
.fa-circle-exclamation, .fa-exclamation-circle {
	--fa: ""
}
.fa-gift {
	--fa: ""
}
.fa-leaf {
	--fa: ""
}
.fa-fire {
	--fa: ""
}
.fa-eye {
	--fa: ""
}
.fa-eye-slash {
	--fa: ""
}
.fa-exclamation-triangle, .fa-triangle-exclamation, .fa-warning {
	--fa: ""
}
.fa-plane {
	--fa: ""
}
.fa-calendar-alt, .fa-calendar-days {
	--fa: ""
}
.fa-random, .fa-shuffle {
	--fa: ""
}
.fa-comment {
	--fa: ""
}
.fa-magnet {
	--fa: ""
}
.fa-chevron-up {
	--fa: ""
}
.fa-chevron-down {
	--fa: ""
}
.fa-retweet {
	--fa: ""
}
.fa-cart-shopping, .fa-shopping-cart {
	--fa: ""
}
.fa-folder, .fa-folder-blank {
	--fa: ""
}
.fa-folder-open {
	--fa: ""
}
.fa-arrows-up-down, .fa-arrows-v {
	--fa: ""
}
.fa-arrows-h, .fa-arrows-left-right {
	--fa: ""
}
.fa-bar-chart, .fa-chart-bar {
	--fa: ""
}
.fa-camera-retro {
	--fa: ""
}
.fa-key {
	--fa: ""
}
.fa-cogs, .fa-gears {
	--fa: ""
}
.fa-comments {
	--fa: ""
}
.fa-star-half {
	--fa: ""
}
.fa-arrow-right-from-bracket, .fa-sign-out {
	--fa: ""
}
.fa-thumb-tack, .fa-thumbtack {
	--fa: ""
}
.fa-arrow-up-right-from-square, .fa-external-link {
	--fa: ""
}
.fa-arrow-right-to-bracket, .fa-sign-in {
	--fa: ""
}
.fa-trophy {
	--fa: ""
}
.fa-upload {
	--fa: ""
}
.fa-lemon {
	--fa: ""
}
.fa-phone {
	--fa: ""
}
.fa-phone-square, .fa-square-phone {
	--fa: ""
}
.fa-unlock {
	--fa: ""
}
.fa-credit-card, .fa-credit-card-alt {
	--fa: ""
}
.fa-feed, .fa-rss {
	--fa: ""
}
.fa-hard-drive, .fa-hdd {
	--fa: ""
}
.fa-bullhorn {
	--fa: ""
}
.fa-certificate {
	--fa: ""
}
.fa-hand-point-right {
	--fa: ""
}
.fa-hand-point-left {
	--fa: ""
}
.fa-hand-point-up {
	--fa: ""
}
.fa-hand-point-down {
	--fa: ""
}
.fa-arrow-circle-left, .fa-circle-arrow-left {
	--fa: ""
}
.fa-arrow-circle-right, .fa-circle-arrow-right {
	--fa: ""
}
.fa-arrow-circle-up, .fa-circle-arrow-up {
	--fa: ""
}
.fa-arrow-circle-down, .fa-circle-arrow-down {
	--fa: ""
}
.fa-globe {
	--fa: ""
}
.fa-wrench {
	--fa: ""
}
.fa-list-check, .fa-tasks {
	--fa: ""
}
.fa-filter {
	--fa: ""
}
.fa-briefcase {
	--fa: ""
}
.fa-arrows-alt, .fa-up-down-left-right {
	--fa: ""
}
.fa-users {
	--fa: ""
}
.fa-chain, .fa-link {
	--fa: ""
}
.fa-cloud {
	--fa: ""
}
.fa-flask {
	--fa: ""
}
.fa-cut, .fa-scissors {
	--fa: ""
}
.fa-copy {
	--fa: ""
}
.fa-paperclip {
	--fa: ""
}
.fa-floppy-disk, .fa-save {
	--fa: ""
}
.fa-square {
	--fa: ""
}
.fa-bars, .fa-navicon {
	--fa: ""
}
.fa-list-dots, .fa-list-ul {
	--fa: ""
}
.fa-list-1-2, .fa-list-numeric, .fa-list-ol {
	--fa: ""
}
.fa-strikethrough {
	--fa: ""
}
.fa-underline {
	--fa: ""
}
.fa-table {
	--fa: ""
}
.fa-magic, .fa-wand-magic {
	--fa: ""
}
.fa-truck {
	--fa: ""
}
.fa-money-bill {
	--fa: ""
}
.fa-caret-down {
	--fa: ""
}
.fa-caret-up {
	--fa: ""
}
.fa-caret-left {
	--fa: ""
}
.fa-caret-right {
	--fa: ""
}
.fa-columns, .fa-table-columns {
	--fa: ""
}
.fa-sort, .fa-unsorted {
	--fa: ""
}
.fa-sort-desc, .fa-sort-down {
	--fa: ""
}
.fa-sort-asc, .fa-sort-up {
	--fa: ""
}
.fa-envelope {
	--fa: ""
}
.fa-arrow-left-rotate, .fa-arrow-rotate-back, .fa-arrow-rotate-backward, .fa-arrow-rotate-left, .fa-undo {
	--fa: ""
}
.fa-gavel, .fa-legal {
	--fa: ""
}
.fa-bolt, .fa-zap {
	--fa: ""
}
.fa-sitemap {
	--fa: ""
}
.fa-umbrella {
	--fa: ""
}
.fa-file-clipboard, .fa-paste {
	--fa: ""
}
.fa-lightbulb {
	--fa: ""
}
.fa-arrow-right-arrow-left, .fa-exchange {
	--fa: ""
}
.fa-cloud-arrow-down, .fa-cloud-download, .fa-cloud-download-alt {
	--fa: ""
}
.fa-cloud-arrow-up, .fa-cloud-upload, .fa-cloud-upload-alt {
	--fa: ""
}
.fa-user-doctor, .fa-user-md {
	--fa: ""
}
.fa-stethoscope {
	--fa: ""
}
.fa-suitcase {
	--fa: ""
}
.fa-bell {
	--fa: ""
}
.fa-coffee, .fa-mug-saucer {
	--fa: ""
}
.fa-hospital, .fa-hospital-alt, .fa-hospital-wide {
	--fa: ""
}
.fa-ambulance, .fa-truck-medical {
	--fa: ""
}
.fa-medkit, .fa-suitcase-medical {
	--fa: ""
}
.fa-fighter-jet, .fa-jet-fighter {
	--fa: ""
}
.fa-beer, .fa-beer-mug-empty {
	--fa: ""
}
.fa-h-square, .fa-square-h {
	--fa: ""
}
.fa-plus-square, .fa-square-plus {
	--fa: ""
}
.fa-angle-double-left, .fa-angles-left {
	--fa: ""
}
.fa-angle-double-right, .fa-angles-right {
	--fa: ""
}
.fa-angle-double-up, .fa-angles-up {
	--fa: ""
}
.fa-angle-double-down, .fa-angles-down {
	--fa: ""
}
.fa-angle-left {
	--fa: ""
}
.fa-angle-right {
	--fa: ""
}
.fa-angle-up {
	--fa: ""
}
.fa-angle-down {
	--fa: ""
}
.fa-laptop {
	--fa: ""
}
.fa-tablet-button {
	--fa: ""
}
.fa-mobile-button {
	--fa: ""
}
.fa-quote-left, .fa-quote-left-alt {
	--fa: ""
}
.fa-quote-right, .fa-quote-right-alt {
	--fa: ""
}
.fa-spinner {
	--fa: ""
}
.fa-circle {
	--fa: ""
}
.fa-face-smile, .fa-smile {
	--fa: ""
}
.fa-face-frown, .fa-frown {
	--fa: ""
}
.fa-face-meh, .fa-meh {
	--fa: ""
}
.fa-gamepad {
	--fa: ""
}
.fa-keyboard {
	--fa: ""
}
.fa-flag-checkered {
	--fa: ""
}
.fa-terminal {
	--fa: ""
}
.fa-code {
	--fa: ""
}
.fa-mail-reply-all, .fa-reply-all {
	--fa: ""
}
.fa-location-arrow {
	--fa: ""
}
.fa-crop {
	--fa: ""
}
.fa-code-branch {
	--fa: ""
}
.fa-chain-broken, .fa-chain-slash, .fa-link-slash, .fa-unlink {
	--fa: ""
}
.fa-info {
	--fa: ""
}
.fa-superscript {
	--fa: ""
}
.fa-subscript {
	--fa: ""
}
.fa-eraser {
	--fa: ""
}
.fa-puzzle-piece {
	--fa: ""
}
.fa-microphone {
	--fa: ""
}
.fa-microphone-slash {
	--fa: ""
}
.fa-shield, .fa-shield-blank {
	--fa: ""
}
.fa-calendar {
	--fa: ""
}
.fa-fire-extinguisher {
	--fa: ""
}
.fa-rocket {
	--fa: ""
}
.fa-chevron-circle-left, .fa-circle-chevron-left {
	--fa: ""
}
.fa-chevron-circle-right, .fa-circle-chevron-right {
	--fa: ""
}
.fa-chevron-circle-up, .fa-circle-chevron-up {
	--fa: ""
}
.fa-chevron-circle-down, .fa-circle-chevron-down {
	--fa: ""
}
.fa-anchor {
	--fa: ""
}
.fa-unlock-alt, .fa-unlock-keyhole {
	--fa: ""
}
.fa-bullseye {
	--fa: ""
}
.fa-ellipsis, .fa-ellipsis-h {
	--fa: ""
}
.fa-ellipsis-v, .fa-ellipsis-vertical {
	--fa: ""
}
.fa-rss-square, .fa-square-rss {
	--fa: ""
}
.fa-circle-play, .fa-play-circle {
	--fa: ""
}
.fa-ticket {
	--fa: ""
}
.fa-minus-square, .fa-square-minus {
	--fa: ""
}
.fa-arrow-turn-up, .fa-level-up {
	--fa: ""
}
.fa-arrow-turn-down, .fa-level-down {
	--fa: ""
}
.fa-check-square, .fa-square-check {
	--fa: ""
}
.fa-pen-square, .fa-pencil-square, .fa-square-pen {
	--fa: ""
}
.fa-external-link-square, .fa-square-arrow-up-right {
	--fa: ""
}
.fa-share-from-square, .fa-share-square {
	--fa: ""
}
.fa-compass {
	--fa: ""
}
.fa-caret-square-down, .fa-square-caret-down {
	--fa: ""
}
.fa-caret-square-up, .fa-square-caret-up {
	--fa: ""
}
.fa-caret-square-right, .fa-square-caret-right {
	--fa: ""
}
.fa-eur, .fa-euro, .fa-euro-sign {
	--fa: ""
}
.fa-gbp, .fa-pound-sign, .fa-sterling-sign {
	--fa: ""
}
.fa-rupee, .fa-rupee-sign {
	--fa: ""
}
.fa-cny, .fa-jpy, .fa-rmb, .fa-yen, .fa-yen-sign {
	--fa: ""
}
.fa-rouble, .fa-rub, .fa-ruble, .fa-ruble-sign {
	--fa: ""
}
.fa-krw, .fa-won, .fa-won-sign {
	--fa: ""
}
.fa-file {
	--fa: ""
}
.fa-file-alt, .fa-file-lines, .fa-file-text {
	--fa: ""
}
.fa-arrow-down-a-z, .fa-sort-alpha-asc, .fa-sort-alpha-down {
	--fa: ""
}
.fa-arrow-up-a-z, .fa-sort-alpha-up {
	--fa: ""
}
.fa-arrow-down-wide-short, .fa-sort-amount-asc, .fa-sort-amount-down {
	--fa: ""
}
.fa-arrow-up-wide-short, .fa-sort-amount-up {
	--fa: ""
}
.fa-arrow-down-1-9, .fa-sort-numeric-asc, .fa-sort-numeric-down {
	--fa: ""
}
.fa-arrow-up-1-9, .fa-sort-numeric-up {
	--fa: ""
}
.fa-thumbs-up {
	--fa: ""
}
.fa-thumbs-down {
	--fa: ""
}
.fa-arrow-down-long, .fa-long-arrow-down {
	--fa: ""
}
.fa-arrow-up-long, .fa-long-arrow-up {
	--fa: ""
}
.fa-arrow-left-long, .fa-long-arrow-left {
	--fa: ""
}
.fa-arrow-right-long, .fa-long-arrow-right {
	--fa: ""
}
.fa-female, .fa-person-dress {
	--fa: ""
}
.fa-male, .fa-person {
	--fa: ""
}
.fa-sun {
	--fa: ""
}
.fa-moon {
	--fa: ""
}
.fa-archive, .fa-box-archive {
	--fa: ""
}
.fa-bug {
	--fa: ""
}
.fa-caret-square-left, .fa-square-caret-left {
	--fa: ""
}
.fa-circle-dot, .fa-dot-circle {
	--fa: ""
}
.fa-wheelchair {
	--fa: ""
}
.fa-lira-sign {
	--fa: ""
}
.fa-shuttle-space, .fa-space-shuttle {
	--fa: ""
}
.fa-envelope-square, .fa-square-envelope {
	--fa: ""
}
.fa-bank, .fa-building-columns, .fa-institution, .fa-museum, .fa-university {
	--fa: ""
}
.fa-graduation-cap, .fa-mortar-board {
	--fa: ""
}
.fa-language {
	--fa: ""
}
.fa-fax {
	--fa: ""
}
.fa-building {
	--fa: ""
}
.fa-child {
	--fa: ""
}
.fa-paw {
	--fa: ""
}
.fa-cube {
	--fa: ""
}
.fa-cubes {
	--fa: ""
}
.fa-recycle {
	--fa: ""
}
.fa-automobile, .fa-car {
	--fa: ""
}
.fa-cab, .fa-taxi {
	--fa: ""
}
.fa-tree {
	--fa: ""
}
.fa-database {
	--fa: ""
}
.fa-file-pdf {
	--fa: ""
}
.fa-file-word {
	--fa: ""
}
.fa-file-excel {
	--fa: ""
}
.fa-file-powerpoint {
	--fa: ""
}
.fa-file-image {
	--fa: ""
}
.fa-file-archive, .fa-file-zipper {
	--fa: ""
}
.fa-file-audio {
	--fa: ""
}
.fa-file-video {
	--fa: ""
}
.fa-file-code {
	--fa: ""
}
.fa-life-ring {
	--fa: ""
}
.fa-circle-notch {
	--fa: ""
}
.fa-paper-plane {
	--fa: ""
}
.fa-clock-rotate-left, .fa-history {
	--fa: ""
}
.fa-header, .fa-heading {
	--fa: ""
}
.fa-paragraph {
	--fa: ""
}
.fa-sliders, .fa-sliders-h {
	--fa: ""
}
.fa-share-alt, .fa-share-nodes {
	--fa: ""
}
.fa-share-alt-square, .fa-square-share-nodes {
	--fa: ""
}
.fa-bomb {
	--fa: ""
}
.fa-futbol, .fa-futbol-ball, .fa-soccer-ball {
	--fa: ""
}
.fa-teletype, .fa-tty {
	--fa: ""
}
.fa-binoculars {
	--fa: ""
}
.fa-plug {
	--fa: ""
}
.fa-newspaper {
	--fa: ""
}
.fa-wifi, .fa-wifi-3, .fa-wifi-strong {
	--fa: ""
}
.fa-calculator {
	--fa: ""
}
.fa-bell-slash {
	--fa: ""
}
.fa-trash {
	--fa: ""
}
.fa-copyright {
	--fa: ""
}
.fa-eye-dropper, .fa-eye-dropper-empty, .fa-eyedropper {
	--fa: ""
}
.fa-paint-brush, .fa-paintbrush {
	--fa: ""
}
.fa-birthday-cake, .fa-cake, .fa-cake-candles {
	--fa: ""
}
.fa-area-chart, .fa-chart-area {
	--fa: ""
}
.fa-chart-pie, .fa-pie-chart {
	--fa: ""
}
.fa-chart-line, .fa-line-chart {
	--fa: ""
}
.fa-toggle-off {
	--fa: ""
}
.fa-toggle-on {
	--fa: ""
}
.fa-bicycle {
	--fa: ""
}
.fa-bus {
	--fa: ""
}
.fa-closed-captioning {
	--fa: ""
}
.fa-ils, .fa-shekel, .fa-shekel-sign, .fa-sheqel, .fa-sheqel-sign {
	--fa: ""
}
.fa-cart-plus {
	--fa: ""
}
.fa-cart-arrow-down {
	--fa: ""
}
.fa-diamond {
	--fa: ""
}
.fa-ship {
	--fa: ""
}
.fa-user-secret {
	--fa: ""
}
.fa-motorcycle {
	--fa: ""
}
.fa-street-view {
	--fa: ""
}
.fa-heart-pulse, .fa-heartbeat {
	--fa: ""
}
.fa-venus {
	--fa: ""
}
.fa-mars {
	--fa: ""
}
.fa-mercury {
	--fa: ""
}
.fa-mars-and-venus {
	--fa: ""
}
.fa-transgender, .fa-transgender-alt {
	--fa: ""
}
.fa-venus-double {
	--fa: ""
}
.fa-mars-double {
	--fa: ""
}
.fa-venus-mars {
	--fa: ""
}
.fa-mars-stroke {
	--fa: ""
}
.fa-mars-stroke-up, .fa-mars-stroke-v {
	--fa: ""
}
.fa-mars-stroke-h, .fa-mars-stroke-right {
	--fa: ""
}
.fa-neuter {
	--fa: ""
}
.fa-genderless {
	--fa: ""
}
.fa-server {
	--fa: ""
}
.fa-user-plus {
	--fa: ""
}
.fa-user-times, .fa-user-xmark {
	--fa: ""
}
.fa-bed {
	--fa: ""
}
.fa-train {
	--fa: ""
}
.fa-subway, .fa-train-subway {
	--fa: ""
}
.fa-battery, .fa-battery-5, .fa-battery-full {
	--fa: ""
}
.fa-battery-4, .fa-battery-three-quarters {
	--fa: ""
}
.fa-battery-3, .fa-battery-half {
	--fa: ""
}
.fa-battery-2, .fa-battery-quarter {
	--fa: ""
}
.fa-battery-0, .fa-battery-empty {
	--fa: ""
}
.fa-arrow-pointer, .fa-mouse-pointer {
	--fa: ""
}
.fa-i-cursor {
	--fa: ""
}
.fa-object-group {
	--fa: ""
}
.fa-object-ungroup {
	--fa: ""
}
.fa-note-sticky, .fa-sticky-note {
	--fa: ""
}
.fa-clone {
	--fa: ""
}
.fa-balance-scale, .fa-scale-balanced {
	--fa: ""
}
.fa-hourglass-1, .fa-hourglass-start {
	--fa: ""
}
.fa-hourglass-2, .fa-hourglass-half {
	--fa: ""
}
.fa-hourglass-3, .fa-hourglass-end {
	--fa: ""
}
.fa-hourglass, .fa-hourglass-empty {
	--fa: ""
}
.fa-hand-back-fist, .fa-hand-rock {
	--fa: ""
}
.fa-hand, .fa-hand-paper {
	--fa: ""
}
.fa-hand-scissors {
	--fa: ""
}
.fa-hand-lizard {
	--fa: ""
}
.fa-hand-spock {
	--fa: ""
}
.fa-hand-pointer {
	--fa: ""
}
.fa-hand-peace {
	--fa: ""
}
.fa-trademark {
	--fa: ""
}
.fa-registered {
	--fa: ""
}
.fa-television, .fa-tv, .fa-tv-alt {
	--fa: ""
}
.fa-calendar-plus {
	--fa: ""
}
.fa-calendar-minus {
	--fa: ""
}
.fa-calendar-times, .fa-calendar-xmark {
	--fa: ""
}
.fa-calendar-check {
	--fa: ""
}
.fa-industry {
	--fa: ""
}
.fa-map-pin {
	--fa: ""
}
.fa-map-signs, .fa-signs-post {
	--fa: ""
}
.fa-map {
	--fa: ""
}
.fa-comment-alt, .fa-message {
	--fa: ""
}
.fa-circle-pause, .fa-pause-circle {
	--fa: ""
}
.fa-circle-stop, .fa-stop-circle {
	--fa: ""
}
.fa-bag-shopping, .fa-shopping-bag {
	--fa: ""
}
.fa-basket-shopping, .fa-shopping-basket {
	--fa: ""
}
.fa-universal-access {
	--fa: ""
}
.fa-blind, .fa-person-walking-with-cane {
	--fa: ""
}
.fa-audio-description {
	--fa: ""
}
.fa-phone-volume, .fa-volume-control-phone {
	--fa: ""
}
.fa-braille {
	--fa: ""
}
.fa-assistive-listening-systems, .fa-ear-listen {
	--fa: ""
}
.fa-american-sign-language-interpreting, .fa-asl-interpreting, .fa-hands-american-sign-language-interpreting, .fa-hands-asl-interpreting {
	--fa: ""
}
.fa-deaf, .fa-deafness, .fa-ear-deaf, .fa-hard-of-hearing {
	--fa: ""
}
.fa-hands, .fa-sign-language, .fa-signing {
	--fa: ""
}
.fa-eye-low-vision, .fa-low-vision {
	--fa: ""
}
.fa-handshake, .fa-handshake-alt, .fa-handshake-simple {
	--fa: ""
}
.fa-envelope-open {
	--fa: ""
}
.fa-address-book, .fa-contact-book {
	--fa: ""
}
.fa-address-card, .fa-contact-card, .fa-vcard {
	--fa: ""
}
.fa-circle-user, .fa-user-circle {
	--fa: ""
}
.fa-id-badge {
	--fa: ""
}
.fa-drivers-license, .fa-id-card {
	--fa: ""
}
.fa-temperature-4, .fa-temperature-full, .fa-thermometer-4, .fa-thermometer-full {
	--fa: ""
}
.fa-temperature-3, .fa-temperature-three-quarters, .fa-thermometer-3, .fa-thermometer-three-quarters {
	--fa: ""
}
.fa-temperature-2, .fa-temperature-half, .fa-thermometer-2, .fa-thermometer-half {
	--fa: ""
}
.fa-temperature-1, .fa-temperature-quarter, .fa-thermometer-1, .fa-thermometer-quarter {
	--fa: ""
}
.fa-temperature-0, .fa-temperature-empty, .fa-thermometer-0, .fa-thermometer-empty {
	--fa: ""
}
.fa-shower {
	--fa: ""
}
.fa-bath, .fa-bathtub {
	--fa: ""
}
.fa-podcast {
	--fa: ""
}
.fa-window-maximize {
	--fa: ""
}
.fa-window-minimize {
	--fa: ""
}
.fa-window-restore {
	--fa: ""
}
.fa-square-xmark, .fa-times-square, .fa-xmark-square {
	--fa: ""
}
.fa-microchip {
	--fa: ""
}
.fa-snowflake {
	--fa: ""
}
.fa-spoon, .fa-utensil-spoon {
	--fa: ""
}
.fa-cutlery, .fa-utensils {
	--fa: ""
}
.fa-rotate-back, .fa-rotate-backward, .fa-rotate-left, .fa-undo-alt {
	--fa: ""
}
.fa-trash-alt, .fa-trash-can {
	--fa: ""
}
.fa-rotate, .fa-sync-alt {
	--fa: ""
}
.fa-stopwatch {
	--fa: ""
}
.fa-right-from-bracket, .fa-sign-out-alt {
	--fa: ""
}
.fa-right-to-bracket, .fa-sign-in-alt {
	--fa: ""
}
.fa-redo-alt, .fa-rotate-forward, .fa-rotate-right {
	--fa: ""
}
.fa-poo {
	--fa: ""
}
.fa-images {
	--fa: ""
}
.fa-pencil, .fa-pencil-alt {
	--fa: ""
}
.fa-pen {
	--fa: ""
}
.fa-pen-alt, .fa-pen-clip {
	--fa: ""
}
.fa-octagon {
	--fa: ""
}
.fa-down-long, .fa-long-arrow-alt-down {
	--fa: ""
}
.fa-left-long, .fa-long-arrow-alt-left {
	--fa: ""
}
.fa-long-arrow-alt-right, .fa-right-long {
	--fa: ""
}
.fa-long-arrow-alt-up, .fa-up-long {
	--fa: ""
}
.fa-hexagon {
	--fa: ""
}
.fa-file-edit, .fa-file-pen {
	--fa: ""
}
.fa-expand-arrows-alt, .fa-maximize {
	--fa: ""
}
.fa-clipboard {
	--fa: ""
}
.fa-arrows-alt-h, .fa-left-right {
	--fa: ""
}
.fa-arrows-alt-v, .fa-up-down {
	--fa: ""
}
.fa-alarm-clock {
	--fa: ""
}
.fa-arrow-alt-circle-down, .fa-circle-down {
	--fa: ""
}
.fa-arrow-alt-circle-left, .fa-circle-left {
	--fa: ""
}
.fa-arrow-alt-circle-right, .fa-circle-right {
	--fa: ""
}
.fa-arrow-alt-circle-up, .fa-circle-up {
	--fa: ""
}
.fa-external-link-alt, .fa-up-right-from-square {
	--fa: ""
}
.fa-external-link-square-alt, .fa-square-up-right {
	--fa: ""
}
.fa-exchange-alt, .fa-right-left {
	--fa: ""
}
.fa-repeat {
	--fa: ""
}
.fa-code-commit {
	--fa: ""
}
.fa-code-merge {
	--fa: ""
}
.fa-desktop, .fa-desktop-alt {
	--fa: ""
}
.fa-gem {
	--fa: ""
}
.fa-level-down-alt, .fa-turn-down {
	--fa: ""
}
.fa-level-up-alt, .fa-turn-up {
	--fa: ""
}
.fa-lock-open {
	--fa: ""
}
.fa-location-dot, .fa-map-marker-alt {
	--fa: ""
}
.fa-microphone-alt, .fa-microphone-lines {
	--fa: ""
}
.fa-mobile-alt, .fa-mobile-screen-button {
	--fa: ""
}
.fa-mobile, .fa-mobile-android, .fa-mobile-phone {
	--fa: ""
}
.fa-mobile-android-alt, .fa-mobile-screen {
	--fa: ""
}
.fa-money-bill-1, .fa-money-bill-alt {
	--fa: ""
}
.fa-phone-slash {
	--fa: ""
}
.fa-image-portrait, .fa-portrait {
	--fa: ""
}
.fa-mail-reply, .fa-reply {
	--fa: ""
}
.fa-shield-alt, .fa-shield-halved {
	--fa: ""
}
.fa-tablet-alt, .fa-tablet-screen-button {
	--fa: ""
}
.fa-tablet, .fa-tablet-android {
	--fa: ""
}
.fa-ticket-alt, .fa-ticket-simple {
	--fa: ""
}
.fa-rectangle-times, .fa-rectangle-xmark, .fa-times-rectangle, .fa-window-close {
	--fa: ""
}
.fa-compress-alt, .fa-down-left-and-up-right-to-center {
	--fa: ""
}
.fa-expand-alt, .fa-up-right-and-down-left-from-center {
	--fa: ""
}
.fa-baseball-bat-ball {
	--fa: ""
}
.fa-baseball, .fa-baseball-ball {
	--fa: ""
}
.fa-basketball, .fa-basketball-ball {
	--fa: ""
}
.fa-bowling-ball {
	--fa: ""
}
.fa-chess {
	--fa: ""
}
.fa-chess-bishop {
	--fa: ""
}
.fa-chess-board {
	--fa: ""
}
.fa-chess-king {
	--fa: ""
}
.fa-chess-knight {
	--fa: ""
}
.fa-chess-pawn {
	--fa: ""
}
.fa-chess-queen {
	--fa: ""
}
.fa-chess-rook {
	--fa: ""
}
.fa-dumbbell {
	--fa: ""
}
.fa-football, .fa-football-ball {
	--fa: ""
}
.fa-golf-ball, .fa-golf-ball-tee {
	--fa: ""
}
.fa-hockey-puck {
	--fa: ""
}
.fa-broom-ball, .fa-quidditch, .fa-quidditch-broom-ball {
	--fa: ""
}
.fa-square-full {
	--fa: ""
}
.fa-ping-pong-paddle-ball, .fa-table-tennis, .fa-table-tennis-paddle-ball {
	--fa: ""
}
.fa-volleyball, .fa-volleyball-ball {
	--fa: ""
}
.fa-allergies, .fa-hand-dots {
	--fa: ""
}
.fa-band-aid, .fa-bandage {
	--fa: ""
}
.fa-box {
	--fa: ""
}
.fa-boxes, .fa-boxes-alt, .fa-boxes-stacked {
	--fa: ""
}
.fa-briefcase-medical {
	--fa: ""
}
.fa-burn, .fa-fire-flame-simple {
	--fa: ""
}
.fa-capsules {
	--fa: ""
}
.fa-clipboard-check {
	--fa: ""
}
.fa-clipboard-list {
	--fa: ""
}
.fa-diagnoses, .fa-person-dots-from-line {
	--fa: ""
}
.fa-dna {
	--fa: ""
}
.fa-dolly, .fa-dolly-box {
	--fa: ""
}
.fa-cart-flatbed, .fa-dolly-flatbed {
	--fa: ""
}
.fa-file-medical {
	--fa: ""
}
.fa-file-medical-alt, .fa-file-waveform {
	--fa: ""
}
.fa-first-aid, .fa-kit-medical {
	--fa: ""
}
.fa-circle-h, .fa-hospital-symbol {
	--fa: ""
}
.fa-id-card-alt, .fa-id-card-clip {
	--fa: ""
}
.fa-notes-medical {
	--fa: ""
}
.fa-pallet {
	--fa: ""
}
.fa-pills {
	--fa: ""
}
.fa-prescription-bottle {
	--fa: ""
}
.fa-prescription-bottle-alt, .fa-prescription-bottle-medical {
	--fa: ""
}
.fa-bed-pulse, .fa-procedures {
	--fa: ""
}
.fa-shipping-fast, .fa-truck-fast {
	--fa: ""
}
.fa-smoking {
	--fa: ""
}
.fa-syringe {
	--fa: ""
}
.fa-tablets {
	--fa: ""
}
.fa-thermometer {
	--fa: ""
}
.fa-vial {
	--fa: ""
}
.fa-vials {
	--fa: ""
}
.fa-warehouse {
	--fa: ""
}
.fa-weight, .fa-weight-scale {
	--fa: ""
}
.fa-x-ray {
	--fa: ""
}
.fa-box-open {
	--fa: ""
}
.fa-comment-dots, .fa-commenting {
	--fa: ""
}
.fa-comment-slash {
	--fa: ""
}
.fa-couch {
	--fa: ""
}
.fa-circle-dollar-to-slot, .fa-donate {
	--fa: ""
}
.fa-dove {
	--fa: ""
}
.fa-hand-holding {
	--fa: ""
}
.fa-hand-holding-heart {
	--fa: ""
}
.fa-hand-holding-dollar, .fa-hand-holding-usd {
	--fa: ""
}
.fa-hand-holding-droplet, .fa-hand-holding-water {
	--fa: ""
}
.fa-hands-holding {
	--fa: ""
}
.fa-hands-helping, .fa-handshake-angle {
	--fa: ""
}
.fa-parachute-box {
	--fa: ""
}
.fa-people-carry, .fa-people-carry-box {
	--fa: ""
}
.fa-piggy-bank {
	--fa: ""
}
.fa-ribbon {
	--fa: ""
}
.fa-route {
	--fa: ""
}
.fa-seedling, .fa-sprout {
	--fa: ""
}
.fa-sign, .fa-sign-hanging {
	--fa: ""
}
.fa-face-smile-wink, .fa-smile-wink {
	--fa: ""
}
.fa-tape {
	--fa: ""
}
.fa-truck-loading, .fa-truck-ramp-box {
	--fa: ""
}
.fa-truck-moving {
	--fa: ""
}
.fa-video-slash {
	--fa: ""
}
.fa-wine-glass {
	--fa: ""
}
.fa-user-astronaut {
	--fa: ""
}
.fa-user-check {
	--fa: ""
}
.fa-user-clock {
	--fa: ""
}
.fa-user-cog, .fa-user-gear {
	--fa: ""
}
.fa-user-edit, .fa-user-pen {
	--fa: ""
}
.fa-user-friends, .fa-user-group {
	--fa: ""
}
.fa-user-graduate {
	--fa: ""
}
.fa-user-lock {
	--fa: ""
}
.fa-user-minus {
	--fa: ""
}
.fa-user-ninja {
	--fa: ""
}
.fa-user-shield {
	--fa: ""
}
.fa-user-alt-slash, .fa-user-large-slash, .fa-user-slash {
	--fa: ""
}
.fa-user-tag {
	--fa: ""
}
.fa-user-tie {
	--fa: ""
}
.fa-users-cog, .fa-users-gear {
	--fa: ""
}
.fa-balance-scale-left, .fa-scale-unbalanced {
	--fa: ""
}
.fa-balance-scale-right, .fa-scale-unbalanced-flip {
	--fa: ""
}
.fa-blender {
	--fa: ""
}
.fa-book-open {
	--fa: ""
}
.fa-broadcast-tower, .fa-tower-broadcast {
	--fa: ""
}
.fa-broom {
	--fa: ""
}
.fa-blackboard, .fa-chalkboard {
	--fa: ""
}
.fa-chalkboard-teacher, .fa-chalkboard-user {
	--fa: ""
}
.fa-church {
	--fa: ""
}
.fa-coins {
	--fa: ""
}
.fa-compact-disc {
	--fa: ""
}
.fa-crow {
	--fa: ""
}
.fa-crown {
	--fa: ""
}
.fa-dice {
	--fa: ""
}
.fa-dice-five {
	--fa: ""
}
.fa-dice-four {
	--fa: ""
}
.fa-dice-one {
	--fa: ""
}
.fa-dice-six {
	--fa: ""
}
.fa-dice-three {
	--fa: ""
}
.fa-dice-two {
	--fa: ""
}
.fa-divide {
	--fa: ""
}
.fa-door-closed {
	--fa: ""
}
.fa-door-open {
	--fa: ""
}
.fa-feather {
	--fa: ""
}
.fa-frog {
	--fa: ""
}
.fa-gas-pump {
	--fa: ""
}
.fa-glasses {
	--fa: ""
}
.fa-greater-than-equal {
	--fa: ""
}
.fa-helicopter {
	--fa: ""
}
.fa-infinity {
	--fa: ""
}
.fa-kiwi-bird {
	--fa: ""
}
.fa-less-than-equal {
	--fa: ""
}
.fa-memory {
	--fa: ""
}
.fa-microphone-alt-slash, .fa-microphone-lines-slash {
	--fa: ""
}
.fa-money-bill-wave {
	--fa: ""
}
.fa-money-bill-1-wave, .fa-money-bill-wave-alt {
	--fa: ""
}
.fa-money-check {
	--fa: ""
}
.fa-money-check-alt, .fa-money-check-dollar {
	--fa: ""
}
.fa-not-equal {
	--fa: ""
}
.fa-palette {
	--fa: ""
}
.fa-parking, .fa-square-parking {
	--fa: ""
}
.fa-diagram-project, .fa-project-diagram {
	--fa: ""
}
.fa-receipt {
	--fa: ""
}
.fa-robot {
	--fa: ""
}
.fa-ruler {
	--fa: ""
}
.fa-ruler-combined {
	--fa: ""
}
.fa-ruler-horizontal {
	--fa: ""
}
.fa-ruler-vertical {
	--fa: ""
}
.fa-school {
	--fa: ""
}
.fa-screwdriver {
	--fa: ""
}
.fa-shoe-prints {
	--fa: ""
}
.fa-skull {
	--fa: ""
}
.fa-ban-smoking, .fa-smoking-ban {
	--fa: ""
}
.fa-store {
	--fa: ""
}
.fa-shop, .fa-store-alt {
	--fa: ""
}
.fa-bars-staggered, .fa-reorder, .fa-stream {
	--fa: ""
}
.fa-stroopwafel {
	--fa: ""
}
.fa-toolbox {
	--fa: ""
}
.fa-shirt, .fa-t-shirt, .fa-tshirt {
	--fa: ""
}
.fa-person-walking, .fa-walking {
	--fa: ""
}
.fa-wallet {
	--fa: ""
}
.fa-angry, .fa-face-angry {
	--fa: ""
}
.fa-archway {
	--fa: ""
}
.fa-atlas, .fa-book-atlas {
	--fa: ""
}
.fa-award {
	--fa: ""
}
.fa-backspace, .fa-delete-left {
	--fa: ""
}
.fa-bezier-curve {
	--fa: ""
}
.fa-bong {
	--fa: ""
}
.fa-brush {
	--fa: ""
}
.fa-bus-alt, .fa-bus-simple {
	--fa: ""
}
.fa-cannabis {
	--fa: ""
}
.fa-check-double {
	--fa: ""
}
.fa-cocktail, .fa-martini-glass-citrus {
	--fa: ""
}
.fa-bell-concierge, .fa-concierge-bell {
	--fa: ""
}
.fa-cookie {
	--fa: ""
}
.fa-cookie-bite {
	--fa: ""
}
.fa-crop-alt, .fa-crop-simple {
	--fa: ""
}
.fa-digital-tachograph, .fa-tachograph-digital {
	--fa: ""
}
.fa-dizzy, .fa-face-dizzy {
	--fa: ""
}
.fa-compass-drafting, .fa-drafting-compass {
	--fa: ""
}
.fa-drum {
	--fa: ""
}
.fa-drum-steelpan {
	--fa: ""
}
.fa-feather-alt, .fa-feather-pointed {
	--fa: ""
}
.fa-file-contract {
	--fa: ""
}
.fa-file-arrow-down, .fa-file-download {
	--fa: ""
}
.fa-arrow-right-from-file, .fa-file-export {
	--fa: ""
}
.fa-arrow-right-to-file, .fa-file-import {
	--fa: ""
}
.fa-file-invoice {
	--fa: ""
}
.fa-file-invoice-dollar {
	--fa: ""
}
.fa-file-prescription {
	--fa: ""
}
.fa-file-signature {
	--fa: ""
}
.fa-file-arrow-up, .fa-file-upload {
	--fa: ""
}
.fa-fill {
	--fa: ""
}
.fa-fill-drip {
	--fa: ""
}
.fa-fingerprint {
	--fa: ""
}
.fa-fish {
	--fa: ""
}
.fa-face-flushed, .fa-flushed {
	--fa: ""
}
.fa-face-frown-open, .fa-frown-open {
	--fa: ""
}
.fa-glass-martini-alt, .fa-martini-glass {
	--fa: ""
}
.fa-earth-africa, .fa-globe-africa {
	--fa: ""
}
.fa-earth, .fa-earth-america, .fa-earth-americas, .fa-globe-americas {
	--fa: ""
}
.fa-earth-asia, .fa-globe-asia {
	--fa: ""
}
.fa-face-grimace, .fa-grimace {
	--fa: ""
}
.fa-face-grin, .fa-grin {
	--fa: ""
}
.fa-face-grin-wide, .fa-grin-alt {
	--fa: ""
}
.fa-face-grin-beam, .fa-grin-beam {
	--fa: ""
}
.fa-face-grin-beam-sweat, .fa-grin-beam-sweat {
	--fa: ""
}
.fa-face-grin-hearts, .fa-grin-hearts {
	--fa: ""
}
.fa-face-grin-squint, .fa-grin-squint {
	--fa: ""
}
.fa-face-grin-squint-tears, .fa-grin-squint-tears {
	--fa: ""
}
.fa-face-grin-stars, .fa-grin-stars {
	--fa: ""
}
.fa-face-grin-tears, .fa-grin-tears {
	--fa: ""
}
.fa-face-grin-tongue, .fa-grin-tongue {
	--fa: ""
}
.fa-face-grin-tongue-squint, .fa-grin-tongue-squint {
	--fa: ""
}
.fa-face-grin-tongue-wink, .fa-grin-tongue-wink {
	--fa: ""
}
.fa-face-grin-wink, .fa-grin-wink {
	--fa: ""
}
.fa-grid-horizontal, .fa-grip, .fa-grip-horizontal {
	--fa: ""
}
.fa-grid-vertical, .fa-grip-vertical {
	--fa: ""
}
.fa-headset {
	--fa: ""
}
.fa-highlighter {
	--fa: ""
}
.fa-hot-tub, .fa-hot-tub-person {
	--fa: ""
}
.fa-hotel {
	--fa: ""
}
.fa-joint {
	--fa: ""
}
.fa-face-kiss, .fa-kiss {
	--fa: ""
}
.fa-face-kiss-beam, .fa-kiss-beam {
	--fa: ""
}
.fa-face-kiss-wink-heart, .fa-kiss-wink-heart {
	--fa: ""
}
.fa-face-laugh, .fa-laugh {
	--fa: ""
}
.fa-face-laugh-beam, .fa-laugh-beam {
	--fa: ""
}
.fa-face-laugh-squint, .fa-laugh-squint {
	--fa: ""
}
.fa-face-laugh-wink, .fa-laugh-wink {
	--fa: ""
}
.fa-cart-flatbed-suitcase, .fa-luggage-cart {
	--fa: ""
}
.fa-map-location, .fa-map-marked {
	--fa: ""
}
.fa-map-location-dot, .fa-map-marked-alt {
	--fa: ""
}
.fa-marker {
	--fa: ""
}
.fa-medal {
	--fa: ""
}
.fa-face-meh-blank, .fa-meh-blank {
	--fa: ""
}
.fa-face-rolling-eyes, .fa-meh-rolling-eyes {
	--fa: ""
}
.fa-monument {
	--fa: ""
}
.fa-mortar-pestle {
	--fa: ""
}
.fa-paint-roller {
	--fa: ""
}
.fa-passport {
	--fa: ""
}
.fa-pen-fancy {
	--fa: ""
}
.fa-pen-nib {
	--fa: ""
}
.fa-pen-ruler, .fa-pencil-ruler {
	--fa: ""
}
.fa-plane-arrival {
	--fa: ""
}
.fa-plane-departure {
	--fa: ""
}
.fa-prescription {
	--fa: ""
}
.fa-face-sad-cry, .fa-sad-cry {
	--fa: ""
}
.fa-face-sad-tear, .fa-sad-tear {
	--fa: ""
}
.fa-shuttle-van, .fa-van-shuttle {
	--fa: ""
}
.fa-signature {
	--fa: ""
}
.fa-face-smile-beam, .fa-smile-beam {
	--fa: ""
}
.fa-solar-panel {
	--fa: ""
}
.fa-spa {
	--fa: ""
}
.fa-splotch {
	--fa: ""
}
.fa-spray-can {
	--fa: ""
}
.fa-stamp {
	--fa: ""
}
.fa-star-half-alt, .fa-star-half-stroke {
	--fa: ""
}
.fa-suitcase-rolling {
	--fa: ""
}
.fa-face-surprise, .fa-surprise {
	--fa: ""
}
.fa-swatchbook {
	--fa: ""
}
.fa-person-swimming, .fa-swimmer {
	--fa: ""
}
.fa-ladder-water, .fa-swimming-pool, .fa-water-ladder {
	--fa: ""
}
.fa-droplet-slash, .fa-tint-slash {
	--fa: ""
}
.fa-face-tired, .fa-tired {
	--fa: ""
}
.fa-tooth {
	--fa: ""
}
.fa-umbrella-beach {
	--fa: ""
}
.fa-weight-hanging {
	--fa: ""
}
.fa-wine-glass-alt, .fa-wine-glass-empty {
	--fa: ""
}
.fa-air-freshener, .fa-spray-can-sparkles {
	--fa: ""
}
.fa-apple-alt, .fa-apple-whole {
	--fa: ""
}
.fa-atom {
	--fa: ""
}
.fa-bone {
	--fa: ""
}
.fa-book-open-reader, .fa-book-reader {
	--fa: ""
}
.fa-brain {
	--fa: ""
}
.fa-car-alt, .fa-car-rear {
	--fa: ""
}
.fa-battery-car, .fa-car-battery {
	--fa: ""
}
.fa-car-burst, .fa-car-crash {
	--fa: ""
}
.fa-car-side {
	--fa: ""
}
.fa-charging-station {
	--fa: ""
}
.fa-diamond-turn-right, .fa-directions {
	--fa: ""
}
.fa-draw-polygon, .fa-vector-polygon {
	--fa: ""
}
.fa-laptop-code {
	--fa: ""
}
.fa-layer-group {
	--fa: ""
}
.fa-location, .fa-location-crosshairs {
	--fa: ""
}
.fa-lungs {
	--fa: ""
}
.fa-microscope {
	--fa: ""
}
.fa-oil-can {
	--fa: ""
}
.fa-poop {
	--fa: ""
}
.fa-shapes, .fa-triangle-circle-square {
	--fa: ""
}
.fa-star-of-life {
	--fa: ""
}
.fa-dashboard, .fa-gauge, .fa-gauge-med, .fa-tachometer-alt-average {
	--fa: ""
}
.fa-gauge-high, .fa-tachometer-alt, .fa-tachometer-alt-fast {
	--fa: ""
}
.fa-gauge-simple, .fa-gauge-simple-med, .fa-tachometer-average {
	--fa: ""
}
.fa-gauge-simple-high, .fa-tachometer, .fa-tachometer-fast {
	--fa: ""
}
.fa-teeth {
	--fa: ""
}
.fa-teeth-open {
	--fa: ""
}
.fa-masks-theater, .fa-theater-masks {
	--fa: ""
}
.fa-traffic-light {
	--fa: ""
}
.fa-truck-monster {
	--fa: ""
}
.fa-truck-pickup {
	--fa: ""
}
.fa-ad, .fa-rectangle-ad {
	--fa: ""
}
.fa-ankh {
	--fa: ""
}
.fa-bible, .fa-book-bible {
	--fa: ""
}
.fa-briefcase-clock, .fa-business-time {
	--fa: ""
}
.fa-city {
	--fa: ""
}
.fa-comment-dollar {
	--fa: ""
}
.fa-comments-dollar {
	--fa: ""
}
.fa-cross {
	--fa: ""
}
.fa-dharmachakra {
	--fa: ""
}
.fa-envelope-open-text {
	--fa: ""
}
.fa-folder-minus {
	--fa: ""
}
.fa-folder-plus {
	--fa: ""
}
.fa-filter-circle-dollar, .fa-funnel-dollar {
	--fa: ""
}
.fa-gopuram {
	--fa: ""
}
.fa-hamsa {
	--fa: ""
}
.fa-bahai, .fa-haykal {
	--fa: ""
}
.fa-jedi {
	--fa: ""
}
.fa-book-journal-whills, .fa-journal-whills {
	--fa: ""
}
.fa-kaaba {
	--fa: ""
}
.fa-khanda {
	--fa: ""
}
.fa-landmark {
	--fa: ""
}
.fa-envelopes-bulk, .fa-mail-bulk {
	--fa: ""
}
.fa-menorah {
	--fa: ""
}
.fa-mosque {
	--fa: ""
}
.fa-om {
	--fa: ""
}
.fa-pastafarianism, .fa-spaghetti-monster-flying {
	--fa: ""
}
.fa-peace {
	--fa: ""
}
.fa-place-of-worship {
	--fa: ""
}
.fa-poll, .fa-square-poll-vertical {
	--fa: ""
}
.fa-poll-h, .fa-square-poll-horizontal {
	--fa: ""
}
.fa-person-praying, .fa-pray {
	--fa: ""
}
.fa-hands-praying, .fa-praying-hands {
	--fa: ""
}
.fa-book-quran, .fa-quran {
	--fa: ""
}
.fa-magnifying-glass-dollar, .fa-search-dollar {
	--fa: ""
}
.fa-magnifying-glass-location, .fa-search-location {
	--fa: ""
}
.fa-socks {
	--fa: ""
}
.fa-square-root-alt, .fa-square-root-variable {
	--fa: ""
}
.fa-star-and-crescent {
	--fa: ""
}
.fa-star-of-david {
	--fa: ""
}
.fa-synagogue {
	--fa: ""
}
.fa-scroll-torah, .fa-torah {
	--fa: ""
}
.fa-torii-gate {
	--fa: ""
}
.fa-vihara {
	--fa: ""
}
.fa-volume-mute, .fa-volume-times, .fa-volume-xmark {
	--fa: ""
}
.fa-yin-yang {
	--fa: ""
}
.fa-blender-phone {
	--fa: ""
}
.fa-book-dead, .fa-book-skull {
	--fa: ""
}
.fa-campground {
	--fa: ""
}
.fa-cat {
	--fa: ""
}
.fa-chair {
	--fa: ""
}
.fa-cloud-moon {
	--fa: ""
}
.fa-cloud-sun {
	--fa: ""
}
.fa-cow {
	--fa: ""
}
.fa-dice-d20 {
	--fa: ""
}
.fa-dice-d6 {
	--fa: ""
}
.fa-dog {
	--fa: ""
}
.fa-dragon {
	--fa: ""
}
.fa-drumstick-bite {
	--fa: ""
}
.fa-dungeon {
	--fa: ""
}
.fa-file-csv {
	--fa: ""
}
.fa-fist-raised, .fa-hand-fist {
	--fa: ""
}
.fa-ghost {
	--fa: ""
}
.fa-hammer {
	--fa: ""
}
.fa-hanukiah {
	--fa: ""
}
.fa-hat-wizard {
	--fa: ""
}
.fa-hiking, .fa-person-hiking {
	--fa: ""
}
.fa-hippo {
	--fa: ""
}
.fa-horse {
	--fa: ""
}
.fa-house-chimney-crack, .fa-house-damage {
	--fa: ""
}
.fa-hryvnia, .fa-hryvnia-sign {
	--fa: ""
}
.fa-mask {
	--fa: ""
}
.fa-mountain {
	--fa: ""
}
.fa-network-wired {
	--fa: ""
}
.fa-otter {
	--fa: ""
}
.fa-ring {
	--fa: ""
}
.fa-person-running, .fa-running {
	--fa: ""
}
.fa-scroll {
	--fa: ""
}
.fa-skull-crossbones {
	--fa: ""
}
.fa-slash {
	--fa: ""
}
.fa-spider {
	--fa: ""
}
.fa-toilet-paper, .fa-toilet-paper-alt, .fa-toilet-paper-blank {
	--fa: ""
}
.fa-tractor {
	--fa: ""
}
.fa-user-injured {
	--fa: ""
}
.fa-vr-cardboard {
	--fa: ""
}
.fa-wand-sparkles {
	--fa: ""
}
.fa-wind {
	--fa: ""
}
.fa-wine-bottle {
	--fa: ""
}
.fa-cloud-meatball {
	--fa: ""
}
.fa-cloud-moon-rain {
	--fa: ""
}
.fa-cloud-rain {
	--fa: ""
}
.fa-cloud-showers-heavy {
	--fa: ""
}
.fa-cloud-sun-rain {
	--fa: ""
}
.fa-democrat {
	--fa: ""
}
.fa-flag-usa {
	--fa: ""
}
.fa-hurricane {
	--fa: ""
}
.fa-landmark-alt, .fa-landmark-dome {
	--fa: ""
}
.fa-meteor {
	--fa: ""
}
.fa-person-booth {
	--fa: ""
}
.fa-poo-bolt, .fa-poo-storm {
	--fa: ""
}
.fa-rainbow {
	--fa: ""
}
.fa-republican {
	--fa: ""
}
.fa-smog {
	--fa: ""
}
.fa-temperature-high {
	--fa: ""
}
.fa-temperature-low {
	--fa: ""
}
.fa-cloud-bolt, .fa-thunderstorm {
	--fa: ""
}
.fa-tornado {
	--fa: ""
}
.fa-volcano {
	--fa: ""
}
.fa-check-to-slot, .fa-vote-yea {
	--fa: ""
}
.fa-water {
	--fa: ""
}
.fa-baby {
	--fa: ""
}
.fa-baby-carriage, .fa-carriage-baby {
	--fa: ""
}
.fa-biohazard {
	--fa: ""
}
.fa-blog {
	--fa: ""
}
.fa-calendar-day {
	--fa: ""
}
.fa-calendar-week {
	--fa: ""
}
.fa-candy-cane {
	--fa: ""
}
.fa-carrot {
	--fa: ""
}
.fa-cash-register {
	--fa: ""
}
.fa-compress-arrows-alt, .fa-minimize {
	--fa: ""
}
.fa-dumpster {
	--fa: ""
}
.fa-dumpster-fire {
	--fa: ""
}
.fa-ethernet {
	--fa: ""
}
.fa-gifts {
	--fa: ""
}
.fa-champagne-glasses, .fa-glass-cheers {
	--fa: ""
}
.fa-glass-whiskey, .fa-whiskey-glass {
	--fa: ""
}
.fa-earth-europe, .fa-globe-europe {
	--fa: ""
}
.fa-grip-lines {
	--fa: ""
}
.fa-grip-lines-vertical {
	--fa: ""
}
.fa-guitar {
	--fa: ""
}
.fa-heart-broken, .fa-heart-crack {
	--fa: ""
}
.fa-holly-berry {
	--fa: ""
}
.fa-horse-head {
	--fa: ""
}
.fa-icicles {
	--fa: ""
}
.fa-igloo {
	--fa: ""
}
.fa-mitten {
	--fa: ""
}
.fa-mug-hot {
	--fa: ""
}
.fa-radiation {
	--fa: ""
}
.fa-circle-radiation, .fa-radiation-alt {
	--fa: ""
}
.fa-restroom {
	--fa: ""
}
.fa-satellite {
	--fa: ""
}
.fa-satellite-dish {
	--fa: ""
}
.fa-sd-card {
	--fa: ""
}
.fa-sim-card {
	--fa: ""
}
.fa-person-skating, .fa-skating {
	--fa: ""
}
.fa-person-skiing, .fa-skiing {
	--fa: ""
}
.fa-person-skiing-nordic, .fa-skiing-nordic {
	--fa: ""
}
.fa-sleigh {
	--fa: ""
}
.fa-comment-sms, .fa-sms {
	--fa: ""
}
.fa-person-snowboarding, .fa-snowboarding {
	--fa: ""
}
.fa-snowman {
	--fa: ""
}
.fa-snowplow {
	--fa: ""
}
.fa-tenge, .fa-tenge-sign {
	--fa: ""
}
.fa-toilet {
	--fa: ""
}
.fa-screwdriver-wrench, .fa-tools {
	--fa: ""
}
.fa-cable-car, .fa-tram {
	--fa: ""
}
.fa-fire-alt, .fa-fire-flame-curved {
	--fa: ""
}
.fa-bacon {
	--fa: ""
}
.fa-book-medical {
	--fa: ""
}
.fa-bread-slice {
	--fa: ""
}
.fa-cheese {
	--fa: ""
}
.fa-clinic-medical, .fa-house-chimney-medical {
	--fa: ""
}
.fa-clipboard-user {
	--fa: ""
}
.fa-comment-medical {
	--fa: ""
}
.fa-crutch {
	--fa: ""
}
.fa-disease {
	--fa: ""
}
.fa-egg {
	--fa: ""
}
.fa-folder-tree {
	--fa: ""
}
.fa-burger, .fa-hamburger {
	--fa: ""
}
.fa-hand-middle-finger {
	--fa: ""
}
.fa-hard-hat, .fa-hat-hard, .fa-helmet-safety {
	--fa: ""
}
.fa-hospital-user {
	--fa: ""
}
.fa-hotdog {
	--fa: ""
}
.fa-ice-cream {
	--fa: ""
}
.fa-laptop-medical {
	--fa: ""
}
.fa-pager {
	--fa: ""
}
.fa-pepper-hot {
	--fa: ""
}
.fa-pizza-slice {
	--fa: ""
}
.fa-sack-dollar {
	--fa: ""
}
.fa-book-tanakh, .fa-tanakh {
	--fa: ""
}
.fa-bars-progress, .fa-tasks-alt {
	--fa: ""
}
.fa-trash-arrow-up, .fa-trash-restore {
	--fa: ""
}
.fa-trash-can-arrow-up, .fa-trash-restore-alt {
	--fa: ""
}
.fa-user-nurse {
	--fa: ""
}
.fa-wave-square {
	--fa: ""
}
.fa-biking, .fa-person-biking {
	--fa: ""
}
.fa-border-all {
	--fa: ""
}
.fa-border-none {
	--fa: ""
}
.fa-border-style, .fa-border-top-left {
	--fa: ""
}
.fa-digging, .fa-person-digging {
	--fa: ""
}
.fa-fan {
	--fa: ""
}
.fa-heart-music-camera-bolt, .fa-icons {
	--fa: ""
}
.fa-phone-alt, .fa-phone-flip {
	--fa: ""
}
.fa-phone-square-alt, .fa-square-phone-flip {
	--fa: ""
}
.fa-photo-film, .fa-photo-video {
	--fa: ""
}
.fa-remove-format, .fa-text-slash {
	--fa: ""
}
.fa-arrow-down-z-a, .fa-sort-alpha-desc, .fa-sort-alpha-down-alt {
	--fa: ""
}
.fa-arrow-up-z-a, .fa-sort-alpha-up-alt {
	--fa: ""
}
.fa-arrow-down-short-wide, .fa-sort-amount-desc, .fa-sort-amount-down-alt {
	--fa: ""
}
.fa-arrow-up-short-wide, .fa-sort-amount-up-alt {
	--fa: ""
}
.fa-arrow-down-9-1, .fa-sort-numeric-desc, .fa-sort-numeric-down-alt {
	--fa: ""
}
.fa-arrow-up-9-1, .fa-sort-numeric-up-alt {
	--fa: ""
}
.fa-spell-check {
	--fa: ""
}
.fa-voicemail {
	--fa: ""
}
.fa-hat-cowboy {
	--fa: ""
}
.fa-hat-cowboy-side {
	--fa: ""
}
.fa-computer-mouse, .fa-mouse {
	--fa: ""
}
.fa-radio {
	--fa: ""
}
.fa-record-vinyl {
	--fa: ""
}
.fa-walkie-talkie {
	--fa: ""
}
.fa-caravan {
	--fa: ""
}
:host, :root {
	--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(/build/assets/fa-brands-400-BfBXV7Mm.woff2)
}
.fa-brands, .fa-classic.fa-brands, .fab {
	--fa-family: var(--fa-family-brands);
	--fa-style: 400
}
.fa-firefox-browser {
	--fa: ""
}
.fa-ideal {
	--fa: ""
}
.fa-microblog {
	--fa: ""
}
.fa-pied-piper-square, .fa-square-pied-piper {
	--fa: ""
}
.fa-unity {
	--fa: ""
}
.fa-dailymotion {
	--fa: ""
}
.fa-instagram-square, .fa-square-instagram {
	--fa: ""
}
.fa-mixer {
	--fa: ""
}
.fa-shopify {
	--fa: ""
}
.fa-deezer {
	--fa: ""
}
.fa-edge-legacy {
	--fa: ""
}
.fa-google-pay {
	--fa: ""
}
.fa-rust {
	--fa: ""
}
.fa-tiktok {
	--fa: ""
}
.fa-unsplash {
	--fa: ""
}
.fa-cloudflare {
	--fa: ""
}
.fa-guilded {
	--fa: ""
}
.fa-hive {
	--fa: ""
}
.fa-42-group, .fa-innosoft {
	--fa: ""
}
.fa-instalod {
	--fa: ""
}
.fa-octopus-deploy {
	--fa: ""
}
.fa-perbyte {
	--fa: ""
}
.fa-uncharted {
	--fa: ""
}
.fa-watchman-monitoring {
	--fa: ""
}
.fa-wodu {
	--fa: ""
}
.fa-wirsindhandwerk, .fa-wsh {
	--fa: ""
}
.fa-bots {
	--fa: ""
}
.fa-cmplid {
	--fa: ""
}
.fa-bilibili {
	--fa: ""
}
.fa-golang {
	--fa: ""
}
.fa-pix {
	--fa: ""
}
.fa-sitrox {
	--fa: ""
}
.fa-hashnode {
	--fa: ""
}
.fa-meta {
	--fa: ""
}
.fa-padlet {
	--fa: ""
}
.fa-nfc-directional {
	--fa: ""
}
.fa-nfc-symbol {
	--fa: ""
}
.fa-screenpal {
	--fa: ""
}
.fa-space-awesome {
	--fa: ""
}
.fa-square-font-awesome {
	--fa: ""
}
.fa-gitlab-square, .fa-square-gitlab {
	--fa: ""
}
.fa-odysee {
	--fa: ""
}
.fa-stubber {
	--fa: ""
}
.fa-debian {
	--fa: ""
}
.fa-shoelace {
	--fa: ""
}
.fa-threads {
	--fa: ""
}
.fa-square-threads {
	--fa: ""
}
.fa-square-x-twitter {
	--fa: ""
}
.fa-x-twitter {
	--fa: ""
}
.fa-opensuse {
	--fa: ""
}
.fa-letterboxd {
	--fa: ""
}
.fa-square-letterboxd {
	--fa: ""
}
.fa-mintbit {
	--fa: ""
}
.fa-google-scholar {
	--fa: ""
}
.fa-brave {
	--fa: ""
}
.fa-brave-reverse {
	--fa: ""
}
.fa-pixiv {
	--fa: ""
}
.fa-upwork {
	--fa: ""
}
.fa-webflow {
	--fa: ""
}
.fa-signal-messenger {
	--fa: ""
}
.fa-bluesky {
	--fa: ""
}
.fa-jxl {
	--fa: ""
}
.fa-square-upwork {
	--fa: ""
}
.fa-web-awesome {
	--fa: ""
}
.fa-square-web-awesome {
	--fa: ""
}
.fa-square-web-awesome-stroke {
	--fa: ""
}
.fa-dart-lang {
	--fa: ""
}
.fa-flutter {
	--fa: ""
}
.fa-files-pinwheel {
	--fa: ""
}
.fa-css {
	--fa: ""
}
.fa-square-bluesky {
	--fa: ""
}
.fa-openai {
	--fa: ""
}
.fa-square-linkedin {
	--fa: ""
}
.fa-cash-app {
	--fa: ""
}
.fa-disqus {
	--fa: ""
}
.fa-11ty, .fa-eleventy {
	--fa: ""
}
.fa-kakao-talk {
	--fa: ""
}
.fa-linktree {
	--fa: ""
}
.fa-notion {
	--fa: ""
}
.fa-pandora {
	--fa: ""
}
.fa-pixelfed {
	--fa: ""
}
.fa-tidal {
	--fa: ""
}
.fa-vsco {
	--fa: ""
}
.fa-w3c {
	--fa: ""
}
.fa-lumon {
	--fa: ""
}
.fa-lumon-drop {
	--fa: ""
}
.fa-square-figma {
	--fa: ""
}
.fa-tex {
	--fa: ""
}
.fa-duolingo {
	--fa: ""
}
.fa-square-twitter, .fa-twitter-square {
	--fa: ""
}
.fa-facebook-square, .fa-square-facebook {
	--fa: ""
}
.fa-linkedin {
	--fa: ""
}
.fa-github-square, .fa-square-github {
	--fa: ""
}
.fa-twitter {
	--fa: ""
}
.fa-facebook {
	--fa: ""
}
.fa-github {
	--fa: ""
}
.fa-pinterest {
	--fa: ""
}
.fa-pinterest-square, .fa-square-pinterest {
	--fa: ""
}
.fa-google-plus-square, .fa-square-google-plus {
	--fa: ""
}
.fa-google-plus-g {
	--fa: ""
}
.fa-linkedin-in {
	--fa: ""
}
.fa-github-alt {
	--fa: ""
}
.fa-maxcdn {
	--fa: ""
}
.fa-html5 {
	--fa: ""
}
.fa-css3 {
	--fa: ""
}
.fa-btc {
	--fa: ""
}
.fa-youtube {
	--fa: ""
}
.fa-xing {
	--fa: ""
}
.fa-square-xing, .fa-xing-square {
	--fa: ""
}
.fa-dropbox {
	--fa: ""
}
.fa-stack-overflow {
	--fa: ""
}
.fa-instagram {
	--fa: ""
}
.fa-flickr {
	--fa: ""
}
.fa-adn {
	--fa: ""
}
.fa-bitbucket {
	--fa: ""
}
.fa-tumblr {
	--fa: ""
}
.fa-square-tumblr, .fa-tumblr-square {
	--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 {
	--fa: ""
}
.fa-vk {
	--fa: ""
}
.fa-weibo {
	--fa: ""
}
.fa-renren {
	--fa: ""
}
.fa-pagelines {
	--fa: ""
}
.fa-stack-exchange {
	--fa: ""
}
.fa-square-vimeo, .fa-vimeo-square {
	--fa: ""
}
.fa-slack, .fa-slack-hash {
	--fa: ""
}
.fa-wordpress {
	--fa: ""
}
.fa-openid {
	--fa: ""
}
.fa-yahoo {
	--fa: ""
}
.fa-google {
	--fa: ""
}
.fa-reddit {
	--fa: ""
}
.fa-reddit-square, .fa-square-reddit {
	--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 {
	--fa: ""
}
.fa-behance-square, .fa-square-behance {
	--fa: ""
}
.fa-steam {
	--fa: ""
}
.fa-square-steam, .fa-steam-square {
	--fa: ""
}
.fa-spotify {
	--fa: ""
}
.fa-deviantart {
	--fa: ""
}
.fa-soundcloud {
	--fa: ""
}
.fa-vine {
	--fa: ""
}
.fa-codepen {
	--fa: ""
}
.fa-jsfiddle {
	--fa: ""
}
.fa-rebel {
	--fa: ""
}
.fa-empire {
	--fa: ""
}
.fa-git-square, .fa-square-git {
	--fa: ""
}
.fa-git {
	--fa: ""
}
.fa-hacker-news {
	--fa: ""
}
.fa-tencent-weibo {
	--fa: ""
}
.fa-qq {
	--fa: ""
}
.fa-weixin {
	--fa: ""
}
.fa-slideshare {
	--fa: ""
}
.fa-twitch {
	--fa: ""
}
.fa-yelp {
	--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 {
	--fa: ""
}
.fa-lastfm {
	--fa: ""
}
.fa-lastfm-square, .fa-square-lastfm {
	--fa: ""
}
.fa-ioxhost {
	--fa: ""
}
.fa-angellist {
	--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 {
	--fa: ""
}
.fa-pinterest-p {
	--fa: ""
}
.fa-whatsapp {
	--fa: ""
}
.fa-viacoin {
	--fa: ""
}
.fa-medium, .fa-medium-m {
	--fa: ""
}
.fa-y-combinator {
	--fa: ""
}
.fa-optin-monster {
	--fa: ""
}
.fa-opencart {
	--fa: ""
}
.fa-expeditedssl {
	--fa: ""
}
.fa-cc-jcb {
	--fa: ""
}
.fa-cc-diners-club {
	--fa: ""
}
.fa-creative-commons {
	--fa: ""
}
.fa-gg {
	--fa: ""
}
.fa-gg-circle {
	--fa: ""
}
.fa-odnoklassniki {
	--fa: ""
}
.fa-odnoklassniki-square, .fa-square-odnoklassniki {
	--fa: ""
}
.fa-get-pocket {
	--fa: ""
}
.fa-wikipedia-w {
	--fa: ""
}
.fa-safari {
	--fa: ""
}
.fa-chrome {
	--fa: ""
}
.fa-firefox {
	--fa: ""
}
.fa-opera {
	--fa: ""
}
.fa-internet-explorer {
	--fa: ""
}
.fa-contao {
	--fa: ""
}
.fa-500px {
	--fa: ""
}
.fa-amazon {
	--fa: ""
}
.fa-houzz {
	--fa: ""
}
.fa-vimeo-v {
	--fa: ""
}
.fa-black-tie {
	--fa: ""
}
.fa-fonticons {
	--fa: ""
}
.fa-reddit-alien {
	--fa: ""
}
.fa-edge {
	--fa: ""
}
.fa-codiepie {
	--fa: ""
}
.fa-modx {
	--fa: ""
}
.fa-fort-awesome {
	--fa: ""
}
.fa-usb {
	--fa: ""
}
.fa-product-hunt {
	--fa: ""
}
.fa-mixcloud {
	--fa: ""
}
.fa-scribd {
	--fa: ""
}
.fa-bluetooth {
	--fa: ""
}
.fa-bluetooth-b {
	--fa: ""
}
.fa-gitlab {
	--fa: ""
}
.fa-wpbeginner {
	--fa: ""
}
.fa-wpforms {
	--fa: ""
}
.fa-envira {
	--fa: ""
}
.fa-glide {
	--fa: ""
}
.fa-glide-g {
	--fa: ""
}
.fa-viadeo {
	--fa: ""
}
.fa-square-viadeo, .fa-viadeo-square {
	--fa: ""
}
.fa-snapchat, .fa-snapchat-ghost {
	--fa: ""
}
.fa-snapchat-square, .fa-square-snapchat {
	--fa: ""
}
.fa-pied-piper {
	--fa: ""
}
.fa-first-order {
	--fa: ""
}
.fa-yoast {
	--fa: ""
}
.fa-themeisle {
	--fa: ""
}
.fa-google-plus {
	--fa: ""
}
.fa-font-awesome, .fa-font-awesome-flag, .fa-font-awesome-logo-full {
	--fa: ""
}
.fa-linode {
	--fa: ""
}
.fa-quora {
	--fa: ""
}
.fa-free-code-camp {
	--fa: ""
}
.fa-telegram, .fa-telegram-plane {
	--fa: ""
}
.fa-bandcamp {
	--fa: ""
}
.fa-grav {
	--fa: ""
}
.fa-etsy {
	--fa: ""
}
.fa-imdb {
	--fa: ""
}
.fa-ravelry {
	--fa: ""
}
.fa-sellcast {
	--fa: ""
}
.fa-superpowers {
	--fa: ""
}
.fa-wpexplorer {
	--fa: ""
}
.fa-meetup {
	--fa: ""
}
.fa-font-awesome-alt, .fa-square-font-awesome-stroke {
	--fa: ""
}
.fa-accessible-icon {
	--fa: ""
}
.fa-accusoft {
	--fa: ""
}
.fa-adversal {
	--fa: ""
}
.fa-affiliatetheme {
	--fa: ""
}
.fa-algolia {
	--fa: ""
}
.fa-amilia {
	--fa: ""
}
.fa-angrycreative {
	--fa: ""
}
.fa-app-store {
	--fa: ""
}
.fa-app-store-ios {
	--fa: ""
}
.fa-apper {
	--fa: ""
}
.fa-asymmetrik {
	--fa: ""
}
.fa-audible {
	--fa: ""
}
.fa-avianex {
	--fa: ""
}
.fa-aws {
	--fa: ""
}
.fa-bimobject {
	--fa: ""
}
.fa-bitcoin {
	--fa: ""
}
.fa-bity {
	--fa: ""
}
.fa-blackberry {
	--fa: ""
}
.fa-blogger {
	--fa: ""
}
.fa-blogger-b {
	--fa: ""
}
.fa-buromobelexperte {
	--fa: ""
}
.fa-centercode {
	--fa: ""
}
.fa-cloudscale {
	--fa: ""
}
.fa-cloudsmith {
	--fa: ""
}
.fa-cloudversify {
	--fa: ""
}
.fa-cpanel {
	--fa: ""
}
.fa-css3-alt {
	--fa: ""
}
.fa-cuttlefish {
	--fa: ""
}
.fa-d-and-d {
	--fa: ""
}
.fa-deploydog {
	--fa: ""
}
.fa-deskpro {
	--fa: ""
}
.fa-digital-ocean {
	--fa: ""
}
.fa-discord {
	--fa: ""
}
.fa-discourse {
	--fa: ""
}
.fa-dochub {
	--fa: ""
}
.fa-docker {
	--fa: ""
}
.fa-draft2digital {
	--fa: ""
}
.fa-dribbble-square, .fa-square-dribbble {
	--fa: ""
}
.fa-dyalog {
	--fa: ""
}
.fa-earlybirds {
	--fa: ""
}
.fa-erlang {
	--fa: ""
}
.fa-facebook-f {
	--fa: ""
}
.fa-facebook-messenger {
	--fa: ""
}
.fa-firstdraft {
	--fa: ""
}
.fa-fonticons-fi {
	--fa: ""
}
.fa-fort-awesome-alt {
	--fa: ""
}
.fa-freebsd {
	--fa: ""
}
.fa-gitkraken {
	--fa: ""
}
.fa-gofore {
	--fa: ""
}
.fa-goodreads {
	--fa: ""
}
.fa-goodreads-g {
	--fa: ""
}
.fa-google-drive {
	--fa: ""
}
.fa-google-play {
	--fa: ""
}
.fa-gripfire {
	--fa: ""
}
.fa-grunt {
	--fa: ""
}
.fa-gulp {
	--fa: ""
}
.fa-hacker-news-square, .fa-square-hacker-news {
	--fa: ""
}
.fa-hire-a-helper {
	--fa: ""
}
.fa-hotjar {
	--fa: ""
}
.fa-hubspot {
	--fa: ""
}
.fa-itunes {
	--fa: ""
}
.fa-itunes-note {
	--fa: ""
}
.fa-jenkins {
	--fa: ""
}
.fa-joget {
	--fa: ""
}
.fa-js {
	--fa: ""
}
.fa-js-square, .fa-square-js {
	--fa: ""
}
.fa-keycdn {
	--fa: ""
}
.fa-kickstarter, .fa-square-kickstarter {
	--fa: ""
}
.fa-kickstarter-k {
	--fa: ""
}
.fa-laravel {
	--fa: ""
}
.fa-line {
	--fa: ""
}
.fa-lyft {
	--fa: ""
}
.fa-magento {
	--fa: ""
}
.fa-medapps {
	--fa: ""
}
.fa-medrt {
	--fa: ""
}
.fa-microsoft {
	--fa: ""
}
.fa-mix {
	--fa: ""
}
.fa-mizuni {
	--fa: ""
}
.fa-monero {
	--fa: ""
}
.fa-napster {
	--fa: ""
}
.fa-node-js {
	--fa: ""
}
.fa-npm {
	--fa: ""
}
.fa-ns8 {
	--fa: ""
}
.fa-nutritionix {
	--fa: ""
}
.fa-page4 {
	--fa: ""
}
.fa-palfed {
	--fa: ""
}
.fa-patreon {
	--fa: ""
}
.fa-periscope {
	--fa: ""
}
.fa-phabricator {
	--fa: ""
}
.fa-phoenix-framework {
	--fa: ""
}
.fa-playstation {
	--fa: ""
}
.fa-pushed {
	--fa: ""
}
.fa-python {
	--fa: ""
}
.fa-red-river {
	--fa: ""
}
.fa-rendact, .fa-wpressr {
	--fa: ""
}
.fa-replyd {
	--fa: ""
}
.fa-resolving {
	--fa: ""
}
.fa-rocketchat {
	--fa: ""
}
.fa-rockrms {
	--fa: ""
}
.fa-schlix {
	--fa: ""
}
.fa-searchengin {
	--fa: ""
}
.fa-servicestack {
	--fa: ""
}
.fa-sistrix {
	--fa: ""
}
.fa-speakap {
	--fa: ""
}
.fa-staylinked {
	--fa: ""
}
.fa-steam-symbol {
	--fa: ""
}
.fa-sticker-mule {
	--fa: ""
}
.fa-studiovinari {
	--fa: ""
}
.fa-supple {
	--fa: ""
}
.fa-uber {
	--fa: ""
}
.fa-uikit {
	--fa: ""
}
.fa-uniregistry {
	--fa: ""
}
.fa-untappd {
	--fa: ""
}
.fa-ussunnah {
	--fa: ""
}
.fa-vaadin {
	--fa: ""
}
.fa-viber {
	--fa: ""
}
.fa-vimeo {
	--fa: ""
}
.fa-vnv {
	--fa: ""
}
.fa-square-whatsapp, .fa-whatsapp-square {
	--fa: ""
}
.fa-whmcs {
	--fa: ""
}
.fa-wordpress-simple {
	--fa: ""
}
.fa-xbox {
	--fa: ""
}
.fa-yandex {
	--fa: ""
}
.fa-yandex-international {
	--fa: ""
}
.fa-apple-pay {
	--fa: ""
}
.fa-cc-apple-pay {
	--fa: ""
}
.fa-fly {
	--fa: ""
}
.fa-node {
	--fa: ""
}
.fa-osi {
	--fa: ""
}
.fa-react {
	--fa: ""
}
.fa-autoprefixer {
	--fa: ""
}
.fa-less {
	--fa: ""
}
.fa-sass {
	--fa: ""
}
.fa-vuejs {
	--fa: ""
}
.fa-angular {
	--fa: ""
}
.fa-aviato {
	--fa: ""
}
.fa-ember {
	--fa: ""
}
.fa-gitter {
	--fa: ""
}
.fa-hooli {
	--fa: ""
}
.fa-strava {
	--fa: ""
}
.fa-stripe {
	--fa: ""
}
.fa-stripe-s {
	--fa: ""
}
.fa-typo3 {
	--fa: ""
}
.fa-amazon-pay {
	--fa: ""
}
.fa-cc-amazon-pay {
	--fa: ""
}
.fa-ethereum {
	--fa: ""
}
.fa-korvue {
	--fa: ""
}
.fa-elementor {
	--fa: ""
}
.fa-square-youtube, .fa-youtube-square {
	--fa: ""
}
.fa-flipboard {
	--fa: ""
}
.fa-hips {
	--fa: ""
}
.fa-php {
	--fa: ""
}
.fa-quinscape {
	--fa: ""
}
.fa-readme {
	--fa: ""
}
.fa-java {
	--fa: ""
}
.fa-pied-piper-hat {
	--fa: ""
}
.fa-creative-commons-by {
	--fa: ""
}
.fa-creative-commons-nc {
	--fa: ""
}
.fa-creative-commons-nc-eu {
	--fa: ""
}
.fa-creative-commons-nc-jp {
	--fa: ""
}
.fa-creative-commons-nd {
	--fa: ""
}
.fa-creative-commons-pd {
	--fa: ""
}
.fa-creative-commons-pd-alt {
	--fa: ""
}
.fa-creative-commons-remix {
	--fa: ""
}
.fa-creative-commons-sa {
	--fa: ""
}
.fa-creative-commons-sampling {
	--fa: ""
}
.fa-creative-commons-sampling-plus {
	--fa: ""
}
.fa-creative-commons-share {
	--fa: ""
}
.fa-creative-commons-zero {
	--fa: ""
}
.fa-ebay {
	--fa: ""
}
.fa-keybase {
	--fa: ""
}
.fa-mastodon {
	--fa: ""
}
.fa-r-project {
	--fa: ""
}
.fa-researchgate {
	--fa: ""
}
.fa-teamspeak {
	--fa: ""
}
.fa-first-order-alt {
	--fa: ""
}
.fa-fulcrum {
	--fa: ""
}
.fa-galactic-republic {
	--fa: ""
}
.fa-galactic-senate {
	--fa: ""
}
.fa-jedi-order {
	--fa: ""
}
.fa-mandalorian {
	--fa: ""
}
.fa-old-republic {
	--fa: ""
}
.fa-phoenix-squadron {
	--fa: ""
}
.fa-sith {
	--fa: ""
}
.fa-trade-federation {
	--fa: ""
}
.fa-wolf-pack-battalion {
	--fa: ""
}
.fa-hornbill {
	--fa: ""
}
.fa-mailchimp {
	--fa: ""
}
.fa-megaport {
	--fa: ""
}
.fa-nimblr {
	--fa: ""
}
.fa-rev {
	--fa: ""
}
.fa-shopware {
	--fa: ""
}
.fa-squarespace {
	--fa: ""
}
.fa-themeco {
	--fa: ""
}
.fa-weebly {
	--fa: ""
}
.fa-wix {
	--fa: ""
}
.fa-ello {
	--fa: ""
}
.fa-hackerrank {
	--fa: ""
}
.fa-kaggle {
	--fa: ""
}
.fa-markdown {
	--fa: ""
}
.fa-neos {
	--fa: ""
}
.fa-zhihu {
	--fa: ""
}
.fa-alipay {
	--fa: ""
}
.fa-the-red-yeti {
	--fa: ""
}
.fa-critical-role {
	--fa: ""
}
.fa-d-and-d-beyond {
	--fa: ""
}
.fa-dev {
	--fa: ""
}
.fa-fantasy-flight-games {
	--fa: ""
}
.fa-wizards-of-the-coast {
	--fa: ""
}
.fa-think-peaks {
	--fa: ""
}
.fa-reacteurope {
	--fa: ""
}
.fa-artstation {
	--fa: ""
}
.fa-atlassian {
	--fa: ""
}
.fa-canadian-maple-leaf {
	--fa: ""
}
.fa-centos {
	--fa: ""
}
.fa-confluence {
	--fa: ""
}
.fa-dhl {
	--fa: ""
}
.fa-diaspora {
	--fa: ""
}
.fa-fedex {
	--fa: ""
}
.fa-fedora {
	--fa: ""
}
.fa-figma {
	--fa: ""
}
.fa-intercom {
	--fa: ""
}
.fa-invision {
	--fa: ""
}
.fa-jira {
	--fa: ""
}
.fa-mendeley {
	--fa: ""
}
.fa-raspberry-pi {
	--fa: ""
}
.fa-redhat {
	--fa: ""
}
.fa-sketch {
	--fa: ""
}
.fa-sourcetree {
	--fa: ""
}
.fa-suse {
	--fa: ""
}
.fa-ubuntu {
	--fa: ""
}
.fa-ups {
	--fa: ""
}
.fa-usps {
	--fa: ""
}
.fa-yarn {
	--fa: ""
}
.fa-airbnb {
	--fa: ""
}
.fa-battle-net {
	--fa: ""
}
.fa-bootstrap {
	--fa: ""
}
.fa-buffer {
	--fa: ""
}
.fa-chromecast {
	--fa: ""
}
.fa-evernote {
	--fa: ""
}
.fa-itch-io {
	--fa: ""
}
.fa-salesforce {
	--fa: ""
}
.fa-speaker-deck {
	--fa: ""
}
.fa-symfony {
	--fa: ""
}
.fa-waze {
	--fa: ""
}
.fa-yammer {
	--fa: ""
}
.fa-git-alt {
	--fa: ""
}
.fa-stackpath {
	--fa: ""
}
.fa-cotton-bureau {
	--fa: ""
}
.fa-buy-n-large {
	--fa: ""
}
.fa-mdb {
	--fa: ""
}
.fa-orcid {
	--fa: ""
}
.fa-swift {
	--fa: ""
}
.fa-umbraco {
	--fa: ""
}
:host, :root {
	--fa-font-regular: normal 400 1em/1 var(--fa-family-classic)
}
@font-face {
	font-family: "Font Awesome 7 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(/build/assets/fa-regular-400-BVHPE7da.woff2)
}
.far {
	--fa-family: var(--fa-family-classic)
}
.fa-regular, .far {
	--fa-style: 400
}
:host, :root {
	--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(/build/assets/fa-solid-900-8GirhLYJ.woff2)
}
.fas {
	--fa-style: 900
}
.fa-classic, .fas {
	--fa-family: var(--fa-family-classic)
}
.fa-solid {
	--fa-style: 900
}
@font-face {
	font-family: "Font Awesome 5 Brands";
	font-display: block;
	font-weight: 400;
	src: url(/build/assets/fa-brands-400-BfBXV7Mm.woff2) format("woff2")
}
@font-face {
	font-family: "Font Awesome 5 Free";
	font-display: block;
	font-weight: 900;
	src: url(/build/assets/fa-solid-900-8GirhLYJ.woff2) format("woff2")
}
@font-face {
	font-family: "Font Awesome 5 Free";
	font-display: block;
	font-weight: 400;
	src: url(/build/assets/fa-regular-400-BVHPE7da.woff2) format("woff2")
}
@font-face {
	font-family: FontAwesome;
	font-display: block;
	src: url(/build/assets/fa-solid-900-8GirhLYJ.woff2) format("woff2")
}
@font-face {
	font-family: FontAwesome;
	font-display: block;
	src: url(/build/assets/fa-brands-400-BfBXV7Mm.woff2) format("woff2")
}
@font-face {
	font-family: FontAwesome;
	font-display: block;
	src: url(/build/assets/fa-regular-400-BVHPE7da.woff2) format("woff2");
	unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}
@font-face {
	font-family: FontAwesome;
	font-display: block;
	src: url(/build/assets/fa-v4compatibility-DnhYSyY-.woff2) format("woff2");
	unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}
@font-face {
	font-display: block;
	font-family: bootstrap-icons;
	src: url(/build/assets/bootstrap-icons-mSm7cUeB.woff2?e34853135f9e39acf64315236852cd5a) format("woff2"), url(/build/assets/bootstrap-icons-BeopsB42.woff?e34853135f9e39acf64315236852cd5a) format("woff")
}
.bi:before, [class^=bi-]:before, [class*=" bi-"]:before {
	display: inline-block;
	font-family: bootstrap-icons!important;
	font-style: normal;
	font-weight: 400!important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.bi-123:before {
	content: ""
}
.bi-alarm-fill:before {
	content: ""
}
.bi-alarm:before {
	content: ""
}
.bi-align-bottom:before {
	content: ""
}
.bi-align-center:before {
	content: ""
}
.bi-align-end:before {
	content: ""
}
.bi-align-middle:before {
	content: ""
}
.bi-align-start:before {
	content: ""
}
.bi-align-top:before {
	content: ""
}
.bi-alt:before {
	content: ""
}
.bi-app-indicator:before {
	content: ""
}
.bi-app:before {
	content: ""
}
.bi-archive-fill:before {
	content: ""
}
.bi-archive:before {
	content: ""
}
.bi-arrow-90deg-down:before {
	content: ""
}
.bi-arrow-90deg-left:before {
	content: ""
}
.bi-arrow-90deg-right:before {
	content: ""
}
.bi-arrow-90deg-up:before {
	content: ""
}
.bi-arrow-bar-down:before {
	content: ""
}
.bi-arrow-bar-left:before {
	content: ""
}
.bi-arrow-bar-right:before {
	content: ""
}
.bi-arrow-bar-up:before {
	content: ""
}
.bi-arrow-clockwise:before {
	content: ""
}
.bi-arrow-counterclockwise:before {
	content: ""
}
.bi-arrow-down-circle-fill:before {
	content: ""
}
.bi-arrow-down-circle:before {
	content: ""
}
.bi-arrow-down-left-circle-fill:before {
	content: ""
}
.bi-arrow-down-left-circle:before {
	content: ""
}
.bi-arrow-down-left-square-fill:before {
	content: ""
}
.bi-arrow-down-left-square:before {
	content: ""
}
.bi-arrow-down-left:before {
	content: ""
}
.bi-arrow-down-right-circle-fill:before {
	content: ""
}
.bi-arrow-down-right-circle:before {
	content: ""
}
.bi-arrow-down-right-square-fill:before {
	content: ""
}
.bi-arrow-down-right-square:before {
	content: ""
}
.bi-arrow-down-right:before {
	content: ""
}
.bi-arrow-down-short:before {
	content: ""
}
.bi-arrow-down-square-fill:before {
	content: ""
}
.bi-arrow-down-square:before {
	content: ""
}
.bi-arrow-down-up:before {
	content: ""
}
.bi-arrow-down:before {
	content: ""
}
.bi-arrow-left-circle-fill:before {
	content: ""
}
.bi-arrow-left-circle:before {
	content: ""
}
.bi-arrow-left-right:before {
	content: ""
}
.bi-arrow-left-short:before {
	content: ""
}
.bi-arrow-left-square-fill:before {
	content: ""
}
.bi-arrow-left-square:before {
	content: ""
}
.bi-arrow-left:before {
	content: ""
}
.bi-arrow-repeat:before {
	content: ""
}
.bi-arrow-return-left:before {
	content: ""
}
.bi-arrow-return-right:before {
	content: ""
}
.bi-arrow-right-circle-fill:before {
	content: ""
}
.bi-arrow-right-circle:before {
	content: ""
}
.bi-arrow-right-short:before {
	content: ""
}
.bi-arrow-right-square-fill:before {
	content: ""
}
.bi-arrow-right-square:before {
	content: ""
}
.bi-arrow-right:before {
	content: ""
}
.bi-arrow-up-circle-fill:before {
	content: ""
}
.bi-arrow-up-circle:before {
	content: ""
}
.bi-arrow-up-left-circle-fill:before {
	content: ""
}
.bi-arrow-up-left-circle:before {
	content: ""
}
.bi-arrow-up-left-square-fill:before {
	content: ""
}
.bi-arrow-up-left-square:before {
	content: ""
}
.bi-arrow-up-left:before {
	content: ""
}
.bi-arrow-up-right-circle-fill:before {
	content: ""
}
.bi-arrow-up-right-circle:before {
	content: ""
}
.bi-arrow-up-right-square-fill:before {
	content: ""
}
.bi-arrow-up-right-square:before {
	content: ""
}
.bi-arrow-up-right:before {
	content: ""
}
.bi-arrow-up-short:before {
	content: ""
}
.bi-arrow-up-square-fill:before {
	content: ""
}
.bi-arrow-up-square:before {
	content: ""
}
.bi-arrow-up:before {
	content: ""
}
.bi-arrows-angle-contract:before {
	content: ""
}
.bi-arrows-angle-expand:before {
	content: ""
}
.bi-arrows-collapse:before {
	content: ""
}
.bi-arrows-expand:before {
	content: ""
}
.bi-arrows-fullscreen:before {
	content: ""
}
.bi-arrows-move:before {
	content: ""
}
.bi-aspect-ratio-fill:before {
	content: ""
}
.bi-aspect-ratio:before {
	content: ""
}
.bi-asterisk:before {
	content: ""
}
.bi-at:before {
	content: ""
}
.bi-award-fill:before {
	content: ""
}
.bi-award:before {
	content: ""
}
.bi-back:before {
	content: ""
}
.bi-backspace-fill:before {
	content: ""
}
.bi-backspace-reverse-fill:before {
	content: ""
}
.bi-backspace-reverse:before {
	content: ""
}
.bi-backspace:before {
	content: ""
}
.bi-badge-3d-fill:before {
	content: ""
}
.bi-badge-3d:before {
	content: ""
}
.bi-badge-4k-fill:before {
	content: ""
}
.bi-badge-4k:before {
	content: ""
}
.bi-badge-8k-fill:before {
	content: ""
}
.bi-badge-8k:before {
	content: ""
}
.bi-badge-ad-fill:before {
	content: ""
}
.bi-badge-ad:before {
	content: ""
}
.bi-badge-ar-fill:before {
	content: ""
}
.bi-badge-ar:before {
	content: ""
}
.bi-badge-cc-fill:before {
	content: ""
}
.bi-badge-cc:before {
	content: ""
}
.bi-badge-hd-fill:before {
	content: ""
}
.bi-badge-hd:before {
	content: ""
}
.bi-badge-tm-fill:before {
	content: ""
}
.bi-badge-tm:before {
	content: ""
}
.bi-badge-vo-fill:before {
	content: ""
}
.bi-badge-vo:before {
	content: ""
}
.bi-badge-vr-fill:before {
	content: ""
}
.bi-badge-vr:before {
	content: ""
}
.bi-badge-wc-fill:before {
	content: ""
}
.bi-badge-wc:before {
	content: ""
}
.bi-bag-check-fill:before {
	content: ""
}
.bi-bag-check:before {
	content: ""
}
.bi-bag-dash-fill:before {
	content: ""
}
.bi-bag-dash:before {
	content: ""
}
.bi-bag-fill:before {
	content: ""
}
.bi-bag-plus-fill:before {
	content: ""
}
.bi-bag-plus:before {
	content: ""
}
.bi-bag-x-fill:before {
	content: ""
}
.bi-bag-x:before {
	content: ""
}
.bi-bag:before {
	content: ""
}
.bi-bar-chart-fill:before {
	content: ""
}
.bi-bar-chart-line-fill:before {
	content: ""
}
.bi-bar-chart-line:before {
	content: ""
}
.bi-bar-chart-steps:before {
	content: ""
}
.bi-bar-chart:before {
	content: ""
}
.bi-basket-fill:before {
	content: ""
}
.bi-basket:before {
	content: ""
}
.bi-basket2-fill:before {
	content: ""
}
.bi-basket2:before {
	content: ""
}
.bi-basket3-fill:before {
	content: ""
}
.bi-basket3:before {
	content: ""
}
.bi-battery-charging:before {
	content: ""
}
.bi-battery-full:before {
	content: ""
}
.bi-battery-half:before {
	content: ""
}
.bi-battery:before {
	content: ""
}
.bi-bell-fill:before {
	content: ""
}
.bi-bell:before {
	content: ""
}
.bi-bezier:before {
	content: ""
}
.bi-bezier2:before {
	content: ""
}
.bi-bicycle:before {
	content: ""
}
.bi-binoculars-fill:before {
	content: ""
}
.bi-binoculars:before {
	content: ""
}
.bi-blockquote-left:before {
	content: ""
}
.bi-blockquote-right:before {
	content: ""
}
.bi-book-fill:before {
	content: ""
}
.bi-book-half:before {
	content: ""
}
.bi-book:before {
	content: ""
}
.bi-bookmark-check-fill:before {
	content: ""
}
.bi-bookmark-check:before {
	content: ""
}
.bi-bookmark-dash-fill:before {
	content: ""
}
.bi-bookmark-dash:before {
	content: ""
}
.bi-bookmark-fill:before {
	content: ""
}
.bi-bookmark-heart-fill:before {
	content: ""
}
.bi-bookmark-heart:before {
	content: ""
}
.bi-bookmark-plus-fill:before {
	content: ""
}
.bi-bookmark-plus:before {
	content: ""
}
.bi-bookmark-star-fill:before {
	content: ""
}
.bi-bookmark-star:before {
	content: ""
}
.bi-bookmark-x-fill:before {
	content: ""
}
.bi-bookmark-x:before {
	content: ""
}
.bi-bookmark:before {
	content: ""
}
.bi-bookmarks-fill:before {
	content: ""
}
.bi-bookmarks:before {
	content: ""
}
.bi-bookshelf:before {
	content: ""
}
.bi-bootstrap-fill:before {
	content: ""
}
.bi-bootstrap-reboot:before {
	content: ""
}
.bi-bootstrap:before {
	content: ""
}
.bi-border-all:before {
	content: ""
}
.bi-border-bottom:before {
	content: ""
}
.bi-border-center:before {
	content: ""
}
.bi-border-inner:before {
	content: ""
}
.bi-border-left:before {
	content: ""
}
.bi-border-middle:before {
	content: ""
}
.bi-border-outer:before {
	content: ""
}
.bi-border-right:before {
	content: ""
}
.bi-border-style:before {
	content: ""
}
.bi-border-top:before {
	content: ""
}
.bi-border-width:before {
	content: ""
}
.bi-border:before {
	content: ""
}
.bi-bounding-box-circles:before {
	content: ""
}
.bi-bounding-box:before {
	content: ""
}
.bi-box-arrow-down-left:before {
	content: ""
}
.bi-box-arrow-down-right:before {
	content: ""
}
.bi-box-arrow-down:before {
	content: ""
}
.bi-box-arrow-in-down-left:before {
	content: ""
}
.bi-box-arrow-in-down-right:before {
	content: ""
}
.bi-box-arrow-in-down:before {
	content: ""
}
.bi-box-arrow-in-left:before {
	content: ""
}
.bi-box-arrow-in-right:before {
	content: ""
}
.bi-box-arrow-in-up-left:before {
	content: ""
}
.bi-box-arrow-in-up-right:before {
	content: ""
}
.bi-box-arrow-in-up:before {
	content: ""
}
.bi-box-arrow-left:before {
	content: ""
}
.bi-box-arrow-right:before {
	content: ""
}
.bi-box-arrow-up-left:before {
	content: ""
}
.bi-box-arrow-up-right:before {
	content: ""
}
.bi-box-arrow-up:before {
	content: ""
}
.bi-box-seam:before {
	content: ""
}
.bi-box:before {
	content: ""
}
.bi-braces:before {
	content: ""
}
.bi-bricks:before {
	content: ""
}
.bi-briefcase-fill:before {
	content: ""
}
.bi-briefcase:before {
	content: ""
}
.bi-brightness-alt-high-fill:before {
	content: ""
}
.bi-brightness-alt-high:before {
	content: ""
}
.bi-brightness-alt-low-fill:before {
	content: ""
}
.bi-brightness-alt-low:before {
	content: ""
}
.bi-brightness-high-fill:before {
	content: ""
}
.bi-brightness-high:before {
	content: ""
}
.bi-brightness-low-fill:before {
	content: ""
}
.bi-brightness-low:before {
	content: ""
}
.bi-broadcast-pin:before {
	content: ""
}
.bi-broadcast:before {
	content: ""
}
.bi-brush-fill:before {
	content: ""
}
.bi-brush:before {
	content: ""
}
.bi-bucket-fill:before {
	content: ""
}
.bi-bucket:before {
	content: ""
}
.bi-bug-fill:before {
	content: ""
}
.bi-bug:before {
	content: ""
}
.bi-building:before {
	content: ""
}
.bi-bullseye:before {
	content: ""
}
.bi-calculator-fill:before {
	content: ""
}
.bi-calculator:before {
	content: ""
}
.bi-calendar-check-fill:before {
	content: ""
}
.bi-calendar-check:before {
	content: ""
}
.bi-calendar-date-fill:before {
	content: ""
}
.bi-calendar-date:before {
	content: ""
}
.bi-calendar-day-fill:before {
	content: ""
}
.bi-calendar-day:before {
	content: ""
}
.bi-calendar-event-fill:before {
	content: ""
}
.bi-calendar-event:before {
	content: ""
}
.bi-calendar-fill:before {
	content: ""
}
.bi-calendar-minus-fill:before {
	content: ""
}
.bi-calendar-minus:before {
	content: ""
}
.bi-calendar-month-fill:before {
	content: ""
}
.bi-calendar-month:before {
	content: ""
}
.bi-calendar-plus-fill:before {
	content: ""
}
.bi-calendar-plus:before {
	content: ""
}
.bi-calendar-range-fill:before {
	content: ""
}
.bi-calendar-range:before {
	content: ""
}
.bi-calendar-week-fill:before {
	content: ""
}
.bi-calendar-week:before {
	content: ""
}
.bi-calendar-x-fill:before {
	content: ""
}
.bi-calendar-x:before {
	content: ""
}
.bi-calendar:before {
	content: ""
}
.bi-calendar2-check-fill:before {
	content: ""
}
.bi-calendar2-check:before {
	content: ""
}
.bi-calendar2-date-fill:before {
	content: ""
}
.bi-calendar2-date:before {
	content: ""
}
.bi-calendar2-day-fill:before {
	content: ""
}
.bi-calendar2-day:before {
	content: ""
}
.bi-calendar2-event-fill:before {
	content: ""
}
.bi-calendar2-event:before {
	content: ""
}
.bi-calendar2-fill:before {
	content: ""
}
.bi-calendar2-minus-fill:before {
	content: ""
}
.bi-calendar2-minus:before {
	content: ""
}
.bi-calendar2-month-fill:before {
	content: ""
}
.bi-calendar2-month:before {
	content: ""
}
.bi-calendar2-plus-fill:before {
	content: ""
}
.bi-calendar2-plus:before {
	content: ""
}
.bi-calendar2-range-fill:before {
	content: ""
}
.bi-calendar2-range:before {
	content: ""
}
.bi-calendar2-week-fill:before {
	content: ""
}
.bi-calendar2-week:before {
	content: ""
}
.bi-calendar2-x-fill:before {
	content: ""
}
.bi-calendar2-x:before {
	content: ""
}
.bi-calendar2:before {
	content: ""
}
.bi-calendar3-event-fill:before {
	content: ""
}
.bi-calendar3-event:before {
	content: ""
}
.bi-calendar3-fill:before {
	content: ""
}
.bi-calendar3-range-fill:before {
	content: ""
}
.bi-calendar3-range:before {
	content: ""
}
.bi-calendar3-week-fill:before {
	content: ""
}
.bi-calendar3-week:before {
	content: ""
}
.bi-calendar3:before {
	content: ""
}
.bi-calendar4-event:before {
	content: ""
}
.bi-calendar4-range:before {
	content: ""
}
.bi-calendar4-week:before {
	content: ""
}
.bi-calendar4:before {
	content: ""
}
.bi-camera-fill:before {
	content: ""
}
.bi-camera-reels-fill:before {
	content: ""
}
.bi-camera-reels:before {
	content: ""
}
.bi-camera-video-fill:before {
	content: ""
}
.bi-camera-video-off-fill:before {
	content: ""
}
.bi-camera-video-off:before {
	content: ""
}
.bi-camera-video:before {
	content: ""
}
.bi-camera:before {
	content: ""
}
.bi-camera2:before {
	content: ""
}
.bi-capslock-fill:before {
	content: ""
}
.bi-capslock:before {
	content: ""
}
.bi-card-checklist:before {
	content: ""
}
.bi-card-heading:before {
	content: ""
}
.bi-card-image:before {
	content: ""
}
.bi-card-list:before {
	content: ""
}
.bi-card-text:before {
	content: ""
}
.bi-caret-down-fill:before {
	content: ""
}
.bi-caret-down-square-fill:before {
	content: ""
}
.bi-caret-down-square:before {
	content: ""
}
.bi-caret-down:before {
	content: ""
}
.bi-caret-left-fill:before {
	content: ""
}
.bi-caret-left-square-fill:before {
	content: ""
}
.bi-caret-left-square:before {
	content: ""
}
.bi-caret-left:before {
	content: ""
}
.bi-caret-right-fill:before {
	content: ""
}
.bi-caret-right-square-fill:before {
	content: ""
}
.bi-caret-right-square:before {
	content: ""
}
.bi-caret-right:before {
	content: ""
}
.bi-caret-up-fill:before {
	content: ""
}
.bi-caret-up-square-fill:before {
	content: ""
}
.bi-caret-up-square:before {
	content: ""
}
.bi-caret-up:before {
	content: ""
}
.bi-cart-check-fill:before {
	content: ""
}
.bi-cart-check:before {
	content: ""
}
.bi-cart-dash-fill:before {
	content: ""
}
.bi-cart-dash:before {
	content: ""
}
.bi-cart-fill:before {
	content: ""
}
.bi-cart-plus-fill:before {
	content: ""
}
.bi-cart-plus:before {
	content: ""
}
.bi-cart-x-fill:before {
	content: ""
}
.bi-cart-x:before {
	content: ""
}
.bi-cart:before {
	content: ""
}
.bi-cart2:before {
	content: ""
}
.bi-cart3:before {
	content: ""
}
.bi-cart4:before {
	content: ""
}
.bi-cash-stack:before {
	content: ""
}
.bi-cash:before {
	content: ""
}
.bi-cast:before {
	content: ""
}
.bi-chat-dots-fill:before {
	content: ""
}
.bi-chat-dots:before {
	content: ""
}
.bi-chat-fill:before {
	content: ""
}
.bi-chat-left-dots-fill:before {
	content: ""
}
.bi-chat-left-dots:before {
	content: ""
}
.bi-chat-left-fill:before {
	content: ""
}
.bi-chat-left-quote-fill:before {
	content: ""
}
.bi-chat-left-quote:before {
	content: ""
}
.bi-chat-left-text-fill:before {
	content: ""
}
.bi-chat-left-text:before {
	content: ""
}
.bi-chat-left:before {
	content: ""
}
.bi-chat-quote-fill:before {
	content: ""
}
.bi-chat-quote:before {
	content: ""
}
.bi-chat-right-dots-fill:before {
	content: ""
}
.bi-chat-right-dots:before {
	content: ""
}
.bi-chat-right-fill:before {
	content: ""
}
.bi-chat-right-quote-fill:before {
	content: ""
}
.bi-chat-right-quote:before {
	content: ""
}
.bi-chat-right-text-fill:before {
	content: ""
}
.bi-chat-right-text:before {
	content: ""
}
.bi-chat-right:before {
	content: ""
}
.bi-chat-square-dots-fill:before {
	content: ""
}
.bi-chat-square-dots:before {
	content: ""
}
.bi-chat-square-fill:before {
	content: ""
}
.bi-chat-square-quote-fill:before {
	content: ""
}
.bi-chat-square-quote:before {
	content: ""
}
.bi-chat-square-text-fill:before {
	content: ""
}
.bi-chat-square-text:before {
	content: ""
}
.bi-chat-square:before {
	content: ""
}
.bi-chat-text-fill:before {
	content: ""
}
.bi-chat-text:before {
	content: ""
}
.bi-chat:before {
	content: ""
}
.bi-check-all:before {
	content: ""
}
.bi-check-circle-fill:before {
	content: ""
}
.bi-check-circle:before {
	content: ""
}
.bi-check-square-fill:before {
	content: ""
}
.bi-check-square:before {
	content: ""
}
.bi-check:before {
	content: ""
}
.bi-check2-all:before {
	content: ""
}
.bi-check2-circle:before {
	content: ""
}
.bi-check2-square:before {
	content: ""
}
.bi-check2:before {
	content: ""
}
.bi-chevron-bar-contract:before {
	content: ""
}
.bi-chevron-bar-down:before {
	content: ""
}
.bi-chevron-bar-expand:before {
	content: ""
}
.bi-chevron-bar-left:before {
	content: ""
}
.bi-chevron-bar-right:before {
	content: ""
}
.bi-chevron-bar-up:before {
	content: ""
}
.bi-chevron-compact-down:before {
	content: ""
}
.bi-chevron-compact-left:before {
	content: ""
}
.bi-chevron-compact-right:before {
	content: ""
}
.bi-chevron-compact-up:before {
	content: ""
}
.bi-chevron-contract:before {
	content: ""
}
.bi-chevron-double-down:before {
	content: ""
}
.bi-chevron-double-left:before {
	content: ""
}
.bi-chevron-double-right:before {
	content: ""
}
.bi-chevron-double-up:before {
	content: ""
}
.bi-chevron-down:before {
	content: ""
}
.bi-chevron-expand:before {
	content: ""
}
.bi-chevron-left:before {
	content: ""
}
.bi-chevron-right:before {
	content: ""
}
.bi-chevron-up:before {
	content: ""
}
.bi-circle-fill:before {
	content: ""
}
.bi-circle-half:before {
	content: ""
}
.bi-circle-square:before {
	content: ""
}
.bi-circle:before {
	content: ""
}
.bi-clipboard-check:before {
	content: ""
}
.bi-clipboard-data:before {
	content: ""
}
.bi-clipboard-minus:before {
	content: ""
}
.bi-clipboard-plus:before {
	content: ""
}
.bi-clipboard-x:before {
	content: ""
}
.bi-clipboard:before {
	content: ""
}
.bi-clock-fill:before {
	content: ""
}
.bi-clock-history:before {
	content: ""
}
.bi-clock:before {
	content: ""
}
.bi-cloud-arrow-down-fill:before {
	content: ""
}
.bi-cloud-arrow-down:before {
	content: ""
}
.bi-cloud-arrow-up-fill:before {
	content: ""
}
.bi-cloud-arrow-up:before {
	content: ""
}
.bi-cloud-check-fill:before {
	content: ""
}
.bi-cloud-check:before {
	content: ""
}
.bi-cloud-download-fill:before {
	content: ""
}
.bi-cloud-download:before {
	content: ""
}
.bi-cloud-drizzle-fill:before {
	content: ""
}
.bi-cloud-drizzle:before {
	content: ""
}
.bi-cloud-fill:before {
	content: ""
}
.bi-cloud-fog-fill:before {
	content: ""
}
.bi-cloud-fog:before {
	content: ""
}
.bi-cloud-fog2-fill:before {
	content: ""
}
.bi-cloud-fog2:before {
	content: ""
}
.bi-cloud-hail-fill:before {
	content: ""
}
.bi-cloud-hail:before {
	content: ""
}
.bi-cloud-haze-fill:before {
	content: ""
}
.bi-cloud-haze:before {
	content: ""
}
.bi-cloud-haze2-fill:before {
	content: ""
}
.bi-cloud-lightning-fill:before {
	content: ""
}
.bi-cloud-lightning-rain-fill:before {
	content: ""
}
.bi-cloud-lightning-rain:before {
	content: ""
}
.bi-cloud-lightning:before {
	content: ""
}
.bi-cloud-minus-fill:before {
	content: ""
}
.bi-cloud-minus:before {
	content: ""
}
.bi-cloud-moon-fill:before {
	content: ""
}
.bi-cloud-moon:before {
	content: ""
}
.bi-cloud-plus-fill:before {
	content: ""
}
.bi-cloud-plus:before {
	content: ""
}
.bi-cloud-rain-fill:before {
	content: ""
}
.bi-cloud-rain-heavy-fill:before {
	content: ""
}
.bi-cloud-rain-heavy:before {
	content: ""
}
.bi-cloud-rain:before {
	content: ""
}
.bi-cloud-slash-fill:before {
	content: ""
}
.bi-cloud-slash:before {
	content: ""
}
.bi-cloud-sleet-fill:before {
	content: ""
}
.bi-cloud-sleet:before {
	content: ""
}
.bi-cloud-snow-fill:before {
	content: ""
}
.bi-cloud-snow:before {
	content: ""
}
.bi-cloud-sun-fill:before {
	content: ""
}
.bi-cloud-sun:before {
	content: ""
}
.bi-cloud-upload-fill:before {
	content: ""
}
.bi-cloud-upload:before {
	content: ""
}
.bi-cloud:before {
	content: ""
}
.bi-clouds-fill:before {
	content: ""
}
.bi-clouds:before {
	content: ""
}
.bi-cloudy-fill:before {
	content: ""
}
.bi-cloudy:before {
	content: ""
}
.bi-code-slash:before {
	content: ""
}
.bi-code-square:before {
	content: ""
}
.bi-code:before {
	content: ""
}
.bi-collection-fill:before {
	content: ""
}
.bi-collection-play-fill:before {
	content: ""
}
.bi-collection-play:before {
	content: ""
}
.bi-collection:before {
	content: ""
}
.bi-columns-gap:before {
	content: ""
}
.bi-columns:before {
	content: ""
}
.bi-command:before {
	content: ""
}
.bi-compass-fill:before {
	content: ""
}
.bi-compass:before {
	content: ""
}
.bi-cone-striped:before {
	content: ""
}
.bi-cone:before {
	content: ""
}
.bi-controller:before {
	content: ""
}
.bi-cpu-fill:before {
	content: ""
}
.bi-cpu:before {
	content: ""
}
.bi-credit-card-2-back-fill:before {
	content: ""
}
.bi-credit-card-2-back:before {
	content: ""
}
.bi-credit-card-2-front-fill:before {
	content: ""
}
.bi-credit-card-2-front:before {
	content: ""
}
.bi-credit-card-fill:before {
	content: ""
}
.bi-credit-card:before {
	content: ""
}
.bi-crop:before {
	content: ""
}
.bi-cup-fill:before {
	content: ""
}
.bi-cup-straw:before {
	content: ""
}
.bi-cup:before {
	content: ""
}
.bi-cursor-fill:before {
	content: ""
}
.bi-cursor-text:before {
	content: ""
}
.bi-cursor:before {
	content: ""
}
.bi-dash-circle-dotted:before {
	content: ""
}
.bi-dash-circle-fill:before {
	content: ""
}
.bi-dash-circle:before {
	content: ""
}
.bi-dash-square-dotted:before {
	content: ""
}
.bi-dash-square-fill:before {
	content: ""
}
.bi-dash-square:before {
	content: ""
}
.bi-dash:before {
	content: ""
}
.bi-diagram-2-fill:before {
	content: ""
}
.bi-diagram-2:before {
	content: ""
}
.bi-diagram-3-fill:before {
	content: ""
}
.bi-diagram-3:before {
	content: ""
}
.bi-diamond-fill:before {
	content: ""
}
.bi-diamond-half:before {
	content: ""
}
.bi-diamond:before {
	content: ""
}
.bi-dice-1-fill:before {
	content: ""
}
.bi-dice-1:before {
	content: ""
}
.bi-dice-2-fill:before {
	content: ""
}
.bi-dice-2:before {
	content: ""
}
.bi-dice-3-fill:before {
	content: ""
}
.bi-dice-3:before {
	content: ""
}
.bi-dice-4-fill:before {
	content: ""
}
.bi-dice-4:before {
	content: ""
}
.bi-dice-5-fill:before {
	content: ""
}
.bi-dice-5:before {
	content: ""
}
.bi-dice-6-fill:before {
	content: ""
}
.bi-dice-6:before {
	content: ""
}
.bi-disc-fill:before {
	content: ""
}
.bi-disc:before {
	content: ""
}
.bi-discord:before {
	content: ""
}
.bi-display-fill:before {
	content: ""
}
.bi-display:before {
	content: ""
}
.bi-distribute-horizontal:before {
	content: ""
}
.bi-distribute-vertical:before {
	content: ""
}
.bi-door-closed-fill:before {
	content: ""
}
.bi-door-closed:before {
	content: ""
}
.bi-door-open-fill:before {
	content: ""
}
.bi-door-open:before {
	content: ""
}
.bi-dot:before {
	content: ""
}
.bi-download:before {
	content: ""
}
.bi-droplet-fill:before {
	content: ""
}
.bi-droplet-half:before {
	content: ""
}
.bi-droplet:before {
	content: ""
}
.bi-earbuds:before {
	content: ""
}
.bi-easel-fill:before {
	content: ""
}
.bi-easel:before {
	content: ""
}
.bi-egg-fill:before {
	content: ""
}
.bi-egg-fried:before {
	content: ""
}
.bi-egg:before {
	content: ""
}
.bi-eject-fill:before {
	content: ""
}
.bi-eject:before {
	content: ""
}
.bi-emoji-angry-fill:before {
	content: ""
}
.bi-emoji-angry:before {
	content: ""
}
.bi-emoji-dizzy-fill:before {
	content: ""
}
.bi-emoji-dizzy:before {
	content: ""
}
.bi-emoji-expressionless-fill:before {
	content: ""
}
.bi-emoji-expressionless:before {
	content: ""
}
.bi-emoji-frown-fill:before {
	content: ""
}
.bi-emoji-frown:before {
	content: ""
}
.bi-emoji-heart-eyes-fill:before {
	content: ""
}
.bi-emoji-heart-eyes:before {
	content: ""
}
.bi-emoji-laughing-fill:before {
	content: ""
}
.bi-emoji-laughing:before {
	content: ""
}
.bi-emoji-neutral-fill:before {
	content: ""
}
.bi-emoji-neutral:before {
	content: ""
}
.bi-emoji-smile-fill:before {
	content: ""
}
.bi-emoji-smile-upside-down-fill:before {
	content: ""
}
.bi-emoji-smile-upside-down:before {
	content: ""
}
.bi-emoji-smile:before {
	content: ""
}
.bi-emoji-sunglasses-fill:before {
	content: ""
}
.bi-emoji-sunglasses:before {
	content: ""
}
.bi-emoji-wink-fill:before {
	content: ""
}
.bi-emoji-wink:before {
	content: ""
}
.bi-envelope-fill:before {
	content: ""
}
.bi-envelope-open-fill:before {
	content: ""
}
.bi-envelope-open:before {
	content: ""
}
.bi-envelope:before {
	content: ""
}
.bi-eraser-fill:before {
	content: ""
}
.bi-eraser:before {
	content: ""
}
.bi-exclamation-circle-fill:before {
	content: ""
}
.bi-exclamation-circle:before {
	content: ""
}
.bi-exclamation-diamond-fill:before {
	content: ""
}
.bi-exclamation-diamond:before {
	content: ""
}
.bi-exclamation-octagon-fill:before {
	content: ""
}
.bi-exclamation-octagon:before {
	content: ""
}
.bi-exclamation-square-fill:before {
	content: ""
}
.bi-exclamation-square:before {
	content: ""
}
.bi-exclamation-triangle-fill:before {
	content: ""
}
.bi-exclamation-triangle:before {
	content: ""
}
.bi-exclamation:before {
	content: ""
}
.bi-exclude:before {
	content: ""
}
.bi-eye-fill:before {
	content: ""
}
.bi-eye-slash-fill:before {
	content: ""
}
.bi-eye-slash:before {
	content: ""
}
.bi-eye:before {
	content: ""
}
.bi-eyedropper:before {
	content: ""
}
.bi-eyeglasses:before {
	content: ""
}
.bi-facebook:before {
	content: ""
}
.bi-file-arrow-down-fill:before {
	content: ""
}
.bi-file-arrow-down:before {
	content: ""
}
.bi-file-arrow-up-fill:before {
	content: ""
}
.bi-file-arrow-up:before {
	content: ""
}
.bi-file-bar-graph-fill:before {
	content: ""
}
.bi-file-bar-graph:before {
	content: ""
}
.bi-file-binary-fill:before {
	content: ""
}
.bi-file-binary:before {
	content: ""
}
.bi-file-break-fill:before {
	content: ""
}
.bi-file-break:before {
	content: ""
}
.bi-file-check-fill:before {
	content: ""
}
.bi-file-check:before {
	content: ""
}
.bi-file-code-fill:before {
	content: ""
}
.bi-file-code:before {
	content: ""
}
.bi-file-diff-fill:before {
	content: ""
}
.bi-file-diff:before {
	content: ""
}
.bi-file-earmark-arrow-down-fill:before {
	content: ""
}
.bi-file-earmark-arrow-down:before {
	content: ""
}
.bi-file-earmark-arrow-up-fill:before {
	content: ""
}
.bi-file-earmark-arrow-up:before {
	content: ""
}
.bi-file-earmark-bar-graph-fill:before {
	content: ""
}
.bi-file-earmark-bar-graph:before {
	content: ""
}
.bi-file-earmark-binary-fill:before {
	content: ""
}
.bi-file-earmark-binary:before {
	content: ""
}
.bi-file-earmark-break-fill:before {
	content: ""
}
.bi-file-earmark-break:before {
	content: ""
}
.bi-file-earmark-check-fill:before {
	content: ""
}
.bi-file-earmark-check:before {
	content: ""
}
.bi-file-earmark-code-fill:before {
	content: ""
}
.bi-file-earmark-code:before {
	content: ""
}
.bi-file-earmark-diff-fill:before {
	content: ""
}
.bi-file-earmark-diff:before {
	content: ""
}
.bi-file-earmark-easel-fill:before {
	content: ""
}
.bi-file-earmark-easel:before {
	content: ""
}
.bi-file-earmark-excel-fill:before {
	content: ""
}
.bi-file-earmark-excel:before {
	content: ""
}
.bi-file-earmark-fill:before {
	content: ""
}
.bi-file-earmark-font-fill:before {
	content: ""
}
.bi-file-earmark-font:before {
	content: ""
}
.bi-file-earmark-image-fill:before {
	content: ""
}
.bi-file-earmark-image:before {
	content: ""
}
.bi-file-earmark-lock-fill:before {
	content: ""
}
.bi-file-earmark-lock:before {
	content: ""
}
.bi-file-earmark-lock2-fill:before {
	content: ""
}
.bi-file-earmark-lock2:before {
	content: ""
}
.bi-file-earmark-medical-fill:before {
	content: ""
}
.bi-file-earmark-medical:before {
	content: ""
}
.bi-file-earmark-minus-fill:before {
	content: ""
}
.bi-file-earmark-minus:before {
	content: ""
}
.bi-file-earmark-music-fill:before {
	content: ""
}
.bi-file-earmark-music:before {
	content: ""
}
.bi-file-earmark-person-fill:before {
	content: ""
}
.bi-file-earmark-person:before {
	content: ""
}
.bi-file-earmark-play-fill:before {
	content: ""
}
.bi-file-earmark-play:before {
	content: ""
}
.bi-file-earmark-plus-fill:before {
	content: ""
}
.bi-file-earmark-plus:before {
	content: ""
}
.bi-file-earmark-post-fill:before {
	content: ""
}
.bi-file-earmark-post:before {
	content: ""
}
.bi-file-earmark-ppt-fill:before {
	content: ""
}
.bi-file-earmark-ppt:before {
	content: ""
}
.bi-file-earmark-richtext-fill:before {
	content: ""
}
.bi-file-earmark-richtext:before {
	content: ""
}
.bi-file-earmark-ruled-fill:before {
	content: ""
}
.bi-file-earmark-ruled:before {
	content: ""
}
.bi-file-earmark-slides-fill:before {
	content: ""
}
.bi-file-earmark-slides:before {
	content: ""
}
.bi-file-earmark-spreadsheet-fill:before {
	content: ""
}
.bi-file-earmark-spreadsheet:before {
	content: ""
}
.bi-file-earmark-text-fill:before {
	content: ""
}
.bi-file-earmark-text:before {
	content: ""
}
.bi-file-earmark-word-fill:before {
	content: ""
}
.bi-file-earmark-word:before {
	content: ""
}
.bi-file-earmark-x-fill:before {
	content: ""
}
.bi-file-earmark-x:before {
	content: ""
}
.bi-file-earmark-zip-fill:before {
	content: ""
}
.bi-file-earmark-zip:before {
	content: ""
}
.bi-file-earmark:before {
	content: ""
}
.bi-file-easel-fill:before {
	content: ""
}
.bi-file-easel:before {
	content: ""
}
.bi-file-excel-fill:before {
	content: ""
}
.bi-file-excel:before {
	content: ""
}
.bi-file-fill:before {
	content: ""
}
.bi-file-font-fill:before {
	content: ""
}
.bi-file-font:before {
	content: ""
}
.bi-file-image-fill:before {
	content: ""
}
.bi-file-image:before {
	content: ""
}
.bi-file-lock-fill:before {
	content: ""
}
.bi-file-lock:before {
	content: ""
}
.bi-file-lock2-fill:before {
	content: ""
}
.bi-file-lock2:before {
	content: ""
}
.bi-file-medical-fill:before {
	content: ""
}
.bi-file-medical:before {
	content: ""
}
.bi-file-minus-fill:before {
	content: ""
}
.bi-file-minus:before {
	content: ""
}
.bi-file-music-fill:before {
	content: ""
}
.bi-file-music:before {
	content: ""
}
.bi-file-person-fill:before {
	content: ""
}
.bi-file-person:before {
	content: ""
}
.bi-file-play-fill:before {
	content: ""
}
.bi-file-play:before {
	content: ""
}
.bi-file-plus-fill:before {
	content: ""
}
.bi-file-plus:before {
	content: ""
}
.bi-file-post-fill:before {
	content: ""
}
.bi-file-post:before {
	content: ""
}
.bi-file-ppt-fill:before {
	content: ""
}
.bi-file-ppt:before {
	content: ""
}
.bi-file-richtext-fill:before {
	content: ""
}
.bi-file-richtext:before {
	content: ""
}
.bi-file-ruled-fill:before {
	content: ""
}
.bi-file-ruled:before {
	content: ""
}
.bi-file-slides-fill:before {
	content: ""
}
.bi-file-slides:before {
	content: ""
}
.bi-file-spreadsheet-fill:before {
	content: ""
}
.bi-file-spreadsheet:before {
	content: ""
}
.bi-file-text-fill:before {
	content: ""
}
.bi-file-text:before {
	content: ""
}
.bi-file-word-fill:before {
	content: ""
}
.bi-file-word:before {
	content: ""
}
.bi-file-x-fill:before {
	content: ""
}
.bi-file-x:before {
	content: ""
}
.bi-file-zip-fill:before {
	content: ""
}
.bi-file-zip:before {
	content: ""
}
.bi-file:before {
	content: ""
}
.bi-files-alt:before {
	content: ""
}
.bi-files:before {
	content: ""
}
.bi-film:before {
	content: ""
}
.bi-filter-circle-fill:before {
	content: ""
}
.bi-filter-circle:before {
	content: ""
}
.bi-filter-left:before {
	content: ""
}
.bi-filter-right:before {
	content: ""
}
.bi-filter-square-fill:before {
	content: ""
}
.bi-filter-square:before {
	content: ""
}
.bi-filter:before {
	content: ""
}
.bi-flag-fill:before {
	content: ""
}
.bi-flag:before {
	content: ""
}
.bi-flower1:before {
	content: ""
}
.bi-flower2:before {
	content: ""
}
.bi-flower3:before {
	content: ""
}
.bi-folder-check:before {
	content: ""
}
.bi-folder-fill:before {
	content: ""
}
.bi-folder-minus:before {
	content: ""
}
.bi-folder-plus:before {
	content: ""
}
.bi-folder-symlink-fill:before {
	content: ""
}
.bi-folder-symlink:before {
	content: ""
}
.bi-folder-x:before {
	content: ""
}
.bi-folder:before {
	content: ""
}
.bi-folder2-open:before {
	content: ""
}
.bi-folder2:before {
	content: ""
}
.bi-fonts:before {
	content: ""
}
.bi-forward-fill:before {
	content: ""
}
.bi-forward:before {
	content: ""
}
.bi-front:before {
	content: ""
}
.bi-fullscreen-exit:before {
	content: ""
}
.bi-fullscreen:before {
	content: ""
}
.bi-funnel-fill:before {
	content: ""
}
.bi-funnel:before {
	content: ""
}
.bi-gear-fill:before {
	content: ""
}
.bi-gear-wide-connected:before {
	content: ""
}
.bi-gear-wide:before {
	content: ""
}
.bi-gear:before {
	content: ""
}
.bi-gem:before {
	content: ""
}
.bi-geo-alt-fill:before {
	content: ""
}
.bi-geo-alt:before {
	content: ""
}
.bi-geo-fill:before {
	content: ""
}
.bi-geo:before {
	content: ""
}
.bi-gift-fill:before {
	content: ""
}
.bi-gift:before {
	content: ""
}
.bi-github:before {
	content: ""
}
.bi-globe:before {
	content: ""
}
.bi-globe2:before {
	content: ""
}
.bi-google:before {
	content: ""
}
.bi-graph-down:before {
	content: ""
}
.bi-graph-up:before {
	content: ""
}
.bi-grid-1x2-fill:before {
	content: ""
}
.bi-grid-1x2:before {
	content: ""
}
.bi-grid-3x2-gap-fill:before {
	content: ""
}
.bi-grid-3x2-gap:before {
	content: ""
}
.bi-grid-3x2:before {
	content: ""
}
.bi-grid-3x3-gap-fill:before {
	content: ""
}
.bi-grid-3x3-gap:before {
	content: ""
}
.bi-grid-3x3:before {
	content: ""
}
.bi-grid-fill:before {
	content: ""
}
.bi-grid:before {
	content: ""
}
.bi-grip-horizontal:before {
	content: ""
}
.bi-grip-vertical:before {
	content: ""
}
.bi-hammer:before {
	content: ""
}
.bi-hand-index-fill:before {
	content: ""
}
.bi-hand-index-thumb-fill:before {
	content: ""
}
.bi-hand-index-thumb:before {
	content: ""
}
.bi-hand-index:before {
	content: ""
}
.bi-hand-thumbs-down-fill:before {
	content: ""
}
.bi-hand-thumbs-down:before {
	content: ""
}
.bi-hand-thumbs-up-fill:before {
	content: ""
}
.bi-hand-thumbs-up:before {
	content: ""
}
.bi-handbag-fill:before {
	content: ""
}
.bi-handbag:before {
	content: ""
}
.bi-hash:before {
	content: ""
}
.bi-hdd-fill:before {
	content: ""
}
.bi-hdd-network-fill:before {
	content: ""
}
.bi-hdd-network:before {
	content: ""
}
.bi-hdd-rack-fill:before {
	content: ""
}
.bi-hdd-rack:before {
	content: ""
}
.bi-hdd-stack-fill:before {
	content: ""
}
.bi-hdd-stack:before {
	content: ""
}
.bi-hdd:before {
	content: ""
}
.bi-headphones:before {
	content: ""
}
.bi-headset:before {
	content: ""
}
.bi-heart-fill:before {
	content: ""
}
.bi-heart-half:before {
	content: ""
}
.bi-heart:before {
	content: ""
}
.bi-heptagon-fill:before {
	content: ""
}
.bi-heptagon-half:before {
	content: ""
}
.bi-heptagon:before {
	content: ""
}
.bi-hexagon-fill:before {
	content: ""
}
.bi-hexagon-half:before {
	content: ""
}
.bi-hexagon:before {
	content: ""
}
.bi-hourglass-bottom:before {
	content: ""
}
.bi-hourglass-split:before {
	content: ""
}
.bi-hourglass-top:before {
	content: ""
}
.bi-hourglass:before {
	content: ""
}
.bi-house-door-fill:before {
	content: ""
}
.bi-house-door:before {
	content: ""
}
.bi-house-fill:before {
	content: ""
}
.bi-house:before {
	content: ""
}
.bi-hr:before {
	content: ""
}
.bi-hurricane:before {
	content: ""
}
.bi-image-alt:before {
	content: ""
}
.bi-image-fill:before {
	content: ""
}
.bi-image:before {
	content: ""
}
.bi-images:before {
	content: ""
}
.bi-inbox-fill:before {
	content: ""
}
.bi-inbox:before {
	content: ""
}
.bi-inboxes-fill:before {
	content: ""
}
.bi-inboxes:before {
	content: ""
}
.bi-info-circle-fill:before {
	content: ""
}
.bi-info-circle:before {
	content: ""
}
.bi-info-square-fill:before {
	content: ""
}
.bi-info-square:before {
	content: ""
}
.bi-info:before {
	content: ""
}
.bi-input-cursor-text:before {
	content: ""
}
.bi-input-cursor:before {
	content: ""
}
.bi-instagram:before {
	content: ""
}
.bi-intersect:before {
	content: ""
}
.bi-journal-album:before {
	content: ""
}
.bi-journal-arrow-down:before {
	content: ""
}
.bi-journal-arrow-up:before {
	content: ""
}
.bi-journal-bookmark-fill:before {
	content: ""
}
.bi-journal-bookmark:before {
	content: ""
}
.bi-journal-check:before {
	content: ""
}
.bi-journal-code:before {
	content: ""
}
.bi-journal-medical:before {
	content: ""
}
.bi-journal-minus:before {
	content: ""
}
.bi-journal-plus:before {
	content: ""
}
.bi-journal-richtext:before {
	content: ""
}
.bi-journal-text:before {
	content: ""
}
.bi-journal-x:before {
	content: ""
}
.bi-journal:before {
	content: ""
}
.bi-journals:before {
	content: ""
}
.bi-joystick:before {
	content: ""
}
.bi-justify-left:before {
	content: ""
}
.bi-justify-right:before {
	content: ""
}
.bi-justify:before {
	content: ""
}
.bi-kanban-fill:before {
	content: ""
}
.bi-kanban:before {
	content: ""
}
.bi-key-fill:before {
	content: ""
}
.bi-key:before {
	content: ""
}
.bi-keyboard-fill:before {
	content: ""
}
.bi-keyboard:before {
	content: ""
}
.bi-ladder:before {
	content: ""
}
.bi-lamp-fill:before {
	content: ""
}
.bi-lamp:before {
	content: ""
}
.bi-laptop-fill:before {
	content: ""
}
.bi-laptop:before {
	content: ""
}
.bi-layer-backward:before {
	content: ""
}
.bi-layer-forward:before {
	content: ""
}
.bi-layers-fill:before {
	content: ""
}
.bi-layers-half:before {
	content: ""
}
.bi-layers:before {
	content: ""
}
.bi-layout-sidebar-inset-reverse:before {
	content: ""
}
.bi-layout-sidebar-inset:before {
	content: ""
}
.bi-layout-sidebar-reverse:before {
	content: ""
}
.bi-layout-sidebar:before {
	content: ""
}
.bi-layout-split:before {
	content: ""
}
.bi-layout-text-sidebar-reverse:before {
	content: ""
}
.bi-layout-text-sidebar:before {
	content: ""
}
.bi-layout-text-window-reverse:before {
	content: ""
}
.bi-layout-text-window:before {
	content: ""
}
.bi-layout-three-columns:before {
	content: ""
}
.bi-layout-wtf:before {
	content: ""
}
.bi-life-preserver:before {
	content: ""
}
.bi-lightbulb-fill:before {
	content: ""
}
.bi-lightbulb-off-fill:before {
	content: ""
}
.bi-lightbulb-off:before {
	content: ""
}
.bi-lightbulb:before {
	content: ""
}
.bi-lightning-charge-fill:before {
	content: ""
}
.bi-lightning-charge:before {
	content: ""
}
.bi-lightning-fill:before {
	content: ""
}
.bi-lightning:before {
	content: ""
}
.bi-link-45deg:before {
	content: ""
}
.bi-link:before {
	content: ""
}
.bi-linkedin:before {
	content: ""
}
.bi-list-check:before {
	content: ""
}
.bi-list-nested:before {
	content: ""
}
.bi-list-ol:before {
	content: ""
}
.bi-list-stars:before {
	content: ""
}
.bi-list-task:before {
	content: ""
}
.bi-list-ul:before {
	content: ""
}
.bi-list:before {
	content: ""
}
.bi-lock-fill:before {
	content: ""
}
.bi-lock:before {
	content: ""
}
.bi-mailbox:before {
	content: ""
}
.bi-mailbox2:before {
	content: ""
}
.bi-map-fill:before {
	content: ""
}
.bi-map:before {
	content: ""
}
.bi-markdown-fill:before {
	content: ""
}
.bi-markdown:before {
	content: ""
}
.bi-mask:before {
	content: ""
}
.bi-megaphone-fill:before {
	content: ""
}
.bi-megaphone:before {
	content: ""
}
.bi-menu-app-fill:before {
	content: ""
}
.bi-menu-app:before {
	content: ""
}
.bi-menu-button-fill:before {
	content: ""
}
.bi-menu-button-wide-fill:before {
	content: ""
}
.bi-menu-button-wide:before {
	content: ""
}
.bi-menu-button:before {
	content: ""
}
.bi-menu-down:before {
	content: ""
}
.bi-menu-up:before {
	content: ""
}
.bi-mic-fill:before {
	content: ""
}
.bi-mic-mute-fill:before {
	content: ""
}
.bi-mic-mute:before {
	content: ""
}
.bi-mic:before {
	content: ""
}
.bi-minecart-loaded:before {
	content: ""
}
.bi-minecart:before {
	content: ""
}
.bi-moisture:before {
	content: ""
}
.bi-moon-fill:before {
	content: ""
}
.bi-moon-stars-fill:before {
	content: ""
}
.bi-moon-stars:before {
	content: ""
}
.bi-moon:before {
	content: ""
}
.bi-mouse-fill:before {
	content: ""
}
.bi-mouse:before {
	content: ""
}
.bi-mouse2-fill:before {
	content: ""
}
.bi-mouse2:before {
	content: ""
}
.bi-mouse3-fill:before {
	content: ""
}
.bi-mouse3:before {
	content: ""
}
.bi-music-note-beamed:before {
	content: ""
}
.bi-music-note-list:before {
	content: ""
}
.bi-music-note:before {
	content: ""
}
.bi-music-player-fill:before {
	content: ""
}
.bi-music-player:before {
	content: ""
}
.bi-newspaper:before {
	content: ""
}
.bi-node-minus-fill:before {
	content: ""
}
.bi-node-minus:before {
	content: ""
}
.bi-node-plus-fill:before {
	content: ""
}
.bi-node-plus:before {
	content: ""
}
.bi-nut-fill:before {
	content: ""
}
.bi-nut:before {
	content: ""
}
.bi-octagon-fill:before {
	content: ""
}
.bi-octagon-half:before {
	content: ""
}
.bi-octagon:before {
	content: ""
}
.bi-option:before {
	content: ""
}
.bi-outlet:before {
	content: ""
}
.bi-paint-bucket:before {
	content: ""
}
.bi-palette-fill:before {
	content: ""
}
.bi-palette:before {
	content: ""
}
.bi-palette2:before {
	content: ""
}
.bi-paperclip:before {
	content: ""
}
.bi-paragraph:before {
	content: ""
}
.bi-patch-check-fill:before {
	content: ""
}
.bi-patch-check:before {
	content: ""
}
.bi-patch-exclamation-fill:before {
	content: ""
}
.bi-patch-exclamation:before {
	content: ""
}
.bi-patch-minus-fill:before {
	content: ""
}
.bi-patch-minus:before {
	content: ""
}
.bi-patch-plus-fill:before {
	content: ""
}
.bi-patch-plus:before {
	content: ""
}
.bi-patch-question-fill:before {
	content: ""
}
.bi-patch-question:before {
	content: ""
}
.bi-pause-btn-fill:before {
	content: ""
}
.bi-pause-btn:before {
	content: ""
}
.bi-pause-circle-fill:before {
	content: ""
}
.bi-pause-circle:before {
	content: ""
}
.bi-pause-fill:before {
	content: ""
}
.bi-pause:before {
	content: ""
}
.bi-peace-fill:before {
	content: ""
}
.bi-peace:before {
	content: ""
}
.bi-pen-fill:before {
	content: ""
}
.bi-pen:before {
	content: ""
}
.bi-pencil-fill:before {
	content: ""
}
.bi-pencil-square:before {
	content: ""
}
.bi-pencil:before {
	content: ""
}
.bi-pentagon-fill:before {
	content: ""
}
.bi-pentagon-half:before {
	content: ""
}
.bi-pentagon:before {
	content: ""
}
.bi-people-fill:before {
	content: ""
}
.bi-people:before {
	content: ""
}
.bi-percent:before {
	content: ""
}
.bi-person-badge-fill:before {
	content: ""
}
.bi-person-badge:before {
	content: ""
}
.bi-person-bounding-box:before {
	content: ""
}
.bi-person-check-fill:before {
	content: ""
}
.bi-person-check:before {
	content: ""
}
.bi-person-circle:before {
	content: ""
}
.bi-person-dash-fill:before {
	content: ""
}
.bi-person-dash:before {
	content: ""
}
.bi-person-fill:before {
	content: ""
}
.bi-person-lines-fill:before {
	content: ""
}
.bi-person-plus-fill:before {
	content: ""
}
.bi-person-plus:before {
	content: ""
}
.bi-person-square:before {
	content: ""
}
.bi-person-x-fill:before {
	content: ""
}
.bi-person-x:before {
	content: ""
}
.bi-person:before {
	content: ""
}
.bi-phone-fill:before {
	content: ""
}
.bi-phone-landscape-fill:before {
	content: ""
}
.bi-phone-landscape:before {
	content: ""
}
.bi-phone-vibrate-fill:before {
	content: ""
}
.bi-phone-vibrate:before {
	content: ""
}
.bi-phone:before {
	content: ""
}
.bi-pie-chart-fill:before {
	content: ""
}
.bi-pie-chart:before {
	content: ""
}
.bi-pin-angle-fill:before {
	content: ""
}
.bi-pin-angle:before {
	content: ""
}
.bi-pin-fill:before {
	content: ""
}
.bi-pin:before {
	content: ""
}
.bi-pip-fill:before {
	content: ""
}
.bi-pip:before {
	content: ""
}
.bi-play-btn-fill:before {
	content: ""
}
.bi-play-btn:before {
	content: ""
}
.bi-play-circle-fill:before {
	content: ""
}
.bi-play-circle:before {
	content: ""
}
.bi-play-fill:before {
	content: ""
}
.bi-play:before {
	content: ""
}
.bi-plug-fill:before {
	content: ""
}
.bi-plug:before {
	content: ""
}
.bi-plus-circle-dotted:before {
	content: ""
}
.bi-plus-circle-fill:before {
	content: ""
}
.bi-plus-circle:before {
	content: ""
}
.bi-plus-square-dotted:before {
	content: ""
}
.bi-plus-square-fill:before {
	content: ""
}
.bi-plus-square:before {
	content: ""
}
.bi-plus:before {
	content: ""
}
.bi-power:before {
	content: ""
}
.bi-printer-fill:before {
	content: ""
}
.bi-printer:before {
	content: ""
}
.bi-puzzle-fill:before {
	content: ""
}
.bi-puzzle:before {
	content: ""
}
.bi-question-circle-fill:before {
	content: ""
}
.bi-question-circle:before {
	content: ""
}
.bi-question-diamond-fill:before {
	content: ""
}
.bi-question-diamond:before {
	content: ""
}
.bi-question-octagon-fill:before {
	content: ""
}
.bi-question-octagon:before {
	content: ""
}
.bi-question-square-fill:before {
	content: ""
}
.bi-question-square:before {
	content: ""
}
.bi-question:before {
	content: ""
}
.bi-rainbow:before {
	content: ""
}
.bi-receipt-cutoff:before {
	content: ""
}
.bi-receipt:before {
	content: ""
}
.bi-reception-0:before {
	content: ""
}
.bi-reception-1:before {
	content: ""
}
.bi-reception-2:before {
	content: ""
}
.bi-reception-3:before {
	content: ""
}
.bi-reception-4:before {
	content: ""
}
.bi-record-btn-fill:before {
	content: ""
}
.bi-record-btn:before {
	content: ""
}
.bi-record-circle-fill:before {
	content: ""
}
.bi-record-circle:before {
	content: ""
}
.bi-record-fill:before {
	content: ""
}
.bi-record:before {
	content: ""
}
.bi-record2-fill:before {
	content: ""
}
.bi-record2:before {
	content: ""
}
.bi-reply-all-fill:before {
	content: ""
}
.bi-reply-all:before {
	content: ""
}
.bi-reply-fill:before {
	content: ""
}
.bi-reply:before {
	content: ""
}
.bi-rss-fill:before {
	content: ""
}
.bi-rss:before {
	content: ""
}
.bi-rulers:before {
	content: ""
}
.bi-save-fill:before {
	content: ""
}
.bi-save:before {
	content: ""
}
.bi-save2-fill:before {
	content: ""
}
.bi-save2:before {
	content: ""
}
.bi-scissors:before {
	content: ""
}
.bi-screwdriver:before {
	content: ""
}
.bi-search:before {
	content: ""
}
.bi-segmented-nav:before {
	content: ""
}
.bi-server:before {
	content: ""
}
.bi-share-fill:before {
	content: ""
}
.bi-share:before {
	content: ""
}
.bi-shield-check:before {
	content: ""
}
.bi-shield-exclamation:before {
	content: ""
}
.bi-shield-fill-check:before {
	content: ""
}
.bi-shield-fill-exclamation:before {
	content: ""
}
.bi-shield-fill-minus:before {
	content: ""
}
.bi-shield-fill-plus:before {
	content: ""
}
.bi-shield-fill-x:before {
	content: ""
}
.bi-shield-fill:before {
	content: ""
}
.bi-shield-lock-fill:before {
	content: ""
}
.bi-shield-lock:before {
	content: ""
}
.bi-shield-minus:before {
	content: ""
}
.bi-shield-plus:before {
	content: ""
}
.bi-shield-shaded:before {
	content: ""
}
.bi-shield-slash-fill:before {
	content: ""
}
.bi-shield-slash:before {
	content: ""
}
.bi-shield-x:before {
	content: ""
}
.bi-shield:before {
	content: ""
}
.bi-shift-fill:before {
	content: ""
}
.bi-shift:before {
	content: ""
}
.bi-shop-window:before {
	content: ""
}
.bi-shop:before {
	content: ""
}
.bi-shuffle:before {
	content: ""
}
.bi-signpost-2-fill:before {
	content: ""
}
.bi-signpost-2:before {
	content: ""
}
.bi-signpost-fill:before {
	content: ""
}
.bi-signpost-split-fill:before {
	content: ""
}
.bi-signpost-split:before {
	content: ""
}
.bi-signpost:before {
	content: ""
}
.bi-sim-fill:before {
	content: ""
}
.bi-sim:before {
	content: ""
}
.bi-skip-backward-btn-fill:before {
	content: ""
}
.bi-skip-backward-btn:before {
	content: ""
}
.bi-skip-backward-circle-fill:before {
	content: ""
}
.bi-skip-backward-circle:before {
	content: ""
}
.bi-skip-backward-fill:before {
	content: ""
}
.bi-skip-backward:before {
	content: ""
}
.bi-skip-end-btn-fill:before {
	content: ""
}
.bi-skip-end-btn:before {
	content: ""
}
.bi-skip-end-circle-fill:before {
	content: ""
}
.bi-skip-end-circle:before {
	content: ""
}
.bi-skip-end-fill:before {
	content: ""
}
.bi-skip-end:before {
	content: ""
}
.bi-skip-forward-btn-fill:before {
	content: ""
}
.bi-skip-forward-btn:before {
	content: ""
}
.bi-skip-forward-circle-fill:before {
	content: ""
}
.bi-skip-forward-circle:before {
	content: ""
}
.bi-skip-forward-fill:before {
	content: ""
}
.bi-skip-forward:before {
	content: ""
}
.bi-skip-start-btn-fill:before {
	content: ""
}
.bi-skip-start-btn:before {
	content: ""
}
.bi-skip-start-circle-fill:before {
	content: ""
}
.bi-skip-start-circle:before {
	content: ""
}
.bi-skip-start-fill:before {
	content: ""
}
.bi-skip-start:before {
	content: ""
}
.bi-slack:before {
	content: ""
}
.bi-slash-circle-fill:before {
	content: ""
}
.bi-slash-circle:before {
	content: ""
}
.bi-slash-square-fill:before {
	content: ""
}
.bi-slash-square:before {
	content: ""
}
.bi-slash:before {
	content: ""
}
.bi-sliders:before {
	content: ""
}
.bi-smartwatch:before {
	content: ""
}
.bi-snow:before {
	content: ""
}
.bi-snow2:before {
	content: ""
}
.bi-snow3:before {
	content: ""
}
.bi-sort-alpha-down-alt:before {
	content: ""
}
.bi-sort-alpha-down:before {
	content: ""
}
.bi-sort-alpha-up-alt:before {
	content: ""
}
.bi-sort-alpha-up:before {
	content: ""
}
.bi-sort-down-alt:before {
	content: ""
}
.bi-sort-down:before {
	content: ""
}
.bi-sort-numeric-down-alt:before {
	content: ""
}
.bi-sort-numeric-down:before {
	content: ""
}
.bi-sort-numeric-up-alt:before {
	content: ""
}
.bi-sort-numeric-up:before {
	content: ""
}
.bi-sort-up-alt:before {
	content: ""
}
.bi-sort-up:before {
	content: ""
}
.bi-soundwave:before {
	content: ""
}
.bi-speaker-fill:before {
	content: ""
}
.bi-speaker:before {
	content: ""
}
.bi-speedometer:before {
	content: ""
}
.bi-speedometer2:before {
	content: ""
}
.bi-spellcheck:before {
	content: ""
}
.bi-square-fill:before {
	content: ""
}
.bi-square-half:before {
	content: ""
}
.bi-square:before {
	content: ""
}
.bi-stack:before {
	content: ""
}
.bi-star-fill:before {
	content: ""
}
.bi-star-half:before {
	content: ""
}
.bi-star:before {
	content: ""
}
.bi-stars:before {
	content: ""
}
.bi-stickies-fill:before {
	content: ""
}
.bi-stickies:before {
	content: ""
}
.bi-sticky-fill:before {
	content: ""
}
.bi-sticky:before {
	content: ""
}
.bi-stop-btn-fill:before {
	content: ""
}
.bi-stop-btn:before {
	content: ""
}
.bi-stop-circle-fill:before {
	content: ""
}
.bi-stop-circle:before {
	content: ""
}
.bi-stop-fill:before {
	content: ""
}
.bi-stop:before {
	content: ""
}
.bi-stoplights-fill:before {
	content: ""
}
.bi-stoplights:before {
	content: ""
}
.bi-stopwatch-fill:before {
	content: ""
}
.bi-stopwatch:before {
	content: ""
}
.bi-subtract:before {
	content: ""
}
.bi-suit-club-fill:before {
	content: ""
}
.bi-suit-club:before {
	content: ""
}
.bi-suit-diamond-fill:before {
	content: ""
}
.bi-suit-diamond:before {
	content: ""
}
.bi-suit-heart-fill:before {
	content: ""
}
.bi-suit-heart:before {
	content: ""
}
.bi-suit-spade-fill:before {
	content: ""
}
.bi-suit-spade:before {
	content: ""
}
.bi-sun-fill:before {
	content: ""
}
.bi-sun:before {
	content: ""
}
.bi-sunglasses:before {
	content: ""
}
.bi-sunrise-fill:before {
	content: ""
}
.bi-sunrise:before {
	content: ""
}
.bi-sunset-fill:before {
	content: ""
}
.bi-sunset:before {
	content: ""
}
.bi-symmetry-horizontal:before {
	content: ""
}
.bi-symmetry-vertical:before {
	content: ""
}
.bi-table:before {
	content: ""
}
.bi-tablet-fill:before {
	content: ""
}
.bi-tablet-landscape-fill:before {
	content: ""
}
.bi-tablet-landscape:before {
	content: ""
}
.bi-tablet:before {
	content: ""
}
.bi-tag-fill:before {
	content: ""
}
.bi-tag:before {
	content: ""
}
.bi-tags-fill:before {
	content: ""
}
.bi-tags:before {
	content: ""
}
.bi-telegram:before {
	content: ""
}
.bi-telephone-fill:before {
	content: ""
}
.bi-telephone-forward-fill:before {
	content: ""
}
.bi-telephone-forward:before {
	content: ""
}
.bi-telephone-inbound-fill:before {
	content: ""
}
.bi-telephone-inbound:before {
	content: ""
}
.bi-telephone-minus-fill:before {
	content: ""
}
.bi-telephone-minus:before {
	content: ""
}
.bi-telephone-outbound-fill:before {
	content: ""
}
.bi-telephone-outbound:before {
	content: ""
}
.bi-telephone-plus-fill:before {
	content: ""
}
.bi-telephone-plus:before {
	content: ""
}
.bi-telephone-x-fill:before {
	content: ""
}
.bi-telephone-x:before {
	content: ""
}
.bi-telephone:before {
	content: ""
}
.bi-terminal-fill:before {
	content: ""
}
.bi-terminal:before {
	content: ""
}
.bi-text-center:before {
	content: ""
}
.bi-text-indent-left:before {
	content: ""
}
.bi-text-indent-right:before {
	content: ""
}
.bi-text-left:before {
	content: ""
}
.bi-text-paragraph:before {
	content: ""
}
.bi-text-right:before {
	content: ""
}
.bi-textarea-resize:before {
	content: ""
}
.bi-textarea-t:before {
	content: ""
}
.bi-textarea:before {
	content: ""
}
.bi-thermometer-half:before {
	content: ""
}
.bi-thermometer-high:before {
	content: ""
}
.bi-thermometer-low:before {
	content: ""
}
.bi-thermometer-snow:before {
	content: ""
}
.bi-thermometer-sun:before {
	content: ""
}
.bi-thermometer:before {
	content: ""
}
.bi-three-dots-vertical:before {
	content: ""
}
.bi-three-dots:before {
	content: ""
}
.bi-toggle-off:before {
	content: ""
}
.bi-toggle-on:before {
	content: ""
}
.bi-toggle2-off:before {
	content: ""
}
.bi-toggle2-on:before {
	content: ""
}
.bi-toggles:before {
	content: ""
}
.bi-toggles2:before {
	content: ""
}
.bi-tools:before {
	content: ""
}
.bi-tornado:before {
	content: ""
}
.bi-trash-fill:before {
	content: ""
}
.bi-trash:before {
	content: ""
}
.bi-trash2-fill:before {
	content: ""
}
.bi-trash2:before {
	content: ""
}
.bi-tree-fill:before {
	content: ""
}
.bi-tree:before {
	content: ""
}
.bi-triangle-fill:before {
	content: ""
}
.bi-triangle-half:before {
	content: ""
}
.bi-triangle:before {
	content: ""
}
.bi-trophy-fill:before {
	content: ""
}
.bi-trophy:before {
	content: ""
}
.bi-tropical-storm:before {
	content: ""
}
.bi-truck-flatbed:before {
	content: ""
}
.bi-truck:before {
	content: ""
}
.bi-tsunami:before {
	content: ""
}
.bi-tv-fill:before {
	content: ""
}
.bi-tv:before {
	content: ""
}
.bi-twitch:before {
	content: ""
}
.bi-twitter:before {
	content: ""
}
.bi-type-bold:before {
	content: ""
}
.bi-type-h1:before {
	content: ""
}
.bi-type-h2:before {
	content: ""
}
.bi-type-h3:before {
	content: ""
}
.bi-type-italic:before {
	content: ""
}
.bi-type-strikethrough:before {
	content: ""
}
.bi-type-underline:before {
	content: ""
}
.bi-type:before {
	content: ""
}
.bi-ui-checks-grid:before {
	content: ""
}
.bi-ui-checks:before {
	content: ""
}
.bi-ui-radios-grid:before {
	content: ""
}
.bi-ui-radios:before {
	content: ""
}
.bi-umbrella-fill:before {
	content: ""
}
.bi-umbrella:before {
	content: ""
}
.bi-union:before {
	content: ""
}
.bi-unlock-fill:before {
	content: ""
}
.bi-unlock:before {
	content: ""
}
.bi-upc-scan:before {
	content: ""
}
.bi-upc:before {
	content: ""
}
.bi-upload:before {
	content: ""
}
.bi-vector-pen:before {
	content: ""
}
.bi-view-list:before {
	content: ""
}
.bi-view-stacked:before {
	content: ""
}
.bi-vinyl-fill:before {
	content: ""
}
.bi-vinyl:before {
	content: ""
}
.bi-voicemail:before {
	content: ""
}
.bi-volume-down-fill:before {
	content: ""
}
.bi-volume-down:before {
	content: ""
}
.bi-volume-mute-fill:before {
	content: ""
}
.bi-volume-mute:before {
	content: ""
}
.bi-volume-off-fill:before {
	content: ""
}
.bi-volume-off:before {
	content: ""
}
.bi-volume-up-fill:before {
	content: ""
}
.bi-volume-up:before {
	content: ""
}
.bi-vr:before {
	content: ""
}
.bi-wallet-fill:before {
	content: ""
}
.bi-wallet:before {
	content: ""
}
.bi-wallet2:before {
	content: ""
}
.bi-watch:before {
	content: ""
}
.bi-water:before {
	content: ""
}
.bi-whatsapp:before {
	content: ""
}
.bi-wifi-1:before {
	content: ""
}
.bi-wifi-2:before {
	content: ""
}
.bi-wifi-off:before {
	content: ""
}
.bi-wifi:before {
	content: ""
}
.bi-wind:before {
	content: ""
}
.bi-window-dock:before {
	content: ""
}
.bi-window-sidebar:before {
	content: ""
}
.bi-window:before {
	content: ""
}
.bi-wrench:before {
	content: ""
}
.bi-x-circle-fill:before {
	content: ""
}
.bi-x-circle:before {
	content: ""
}
.bi-x-diamond-fill:before {
	content: ""
}
.bi-x-diamond:before {
	content: ""
}
.bi-x-octagon-fill:before {
	content: ""
}
.bi-x-octagon:before {
	content: ""
}
.bi-x-square-fill:before {
	content: ""
}
.bi-x-square:before {
	content: ""
}
.bi-x:before {
	content: ""
}
.bi-youtube:before {
	content: ""
}
.bi-zoom-in:before {
	content: ""
}
.bi-zoom-out:before {
	content: ""
}
.bi-bank:before {
	content: ""
}
.bi-bank2:before {
	content: ""
}
.bi-bell-slash-fill:before {
	content: ""
}
.bi-bell-slash:before {
	content: ""
}
.bi-cash-coin:before {
	content: ""
}
.bi-check-lg:before {
	content: ""
}
.bi-coin:before {
	content: ""
}
.bi-currency-bitcoin:before {
	content: ""
}
.bi-currency-dollar:before {
	content: ""
}
.bi-currency-euro:before {
	content: ""
}
.bi-currency-exchange:before {
	content: ""
}
.bi-currency-pound:before {
	content: ""
}
.bi-currency-yen:before {
	content: ""
}
.bi-dash-lg:before {
	content: ""
}
.bi-exclamation-lg:before {
	content: ""
}
.bi-file-earmark-pdf-fill:before {
	content: ""
}
.bi-file-earmark-pdf:before {
	content: ""
}
.bi-file-pdf-fill:before {
	content: ""
}
.bi-file-pdf:before {
	content: ""
}
.bi-gender-ambiguous:before {
	content: ""
}
.bi-gender-female:before {
	content: ""
}
.bi-gender-male:before {
	content: ""
}
.bi-gender-trans:before {
	content: ""
}
.bi-headset-vr:before {
	content: ""
}
.bi-info-lg:before {
	content: ""
}
.bi-mastodon:before {
	content: ""
}
.bi-messenger:before {
	content: ""
}
.bi-piggy-bank-fill:before {
	content: ""
}
.bi-piggy-bank:before {
	content: ""
}
.bi-pin-map-fill:before {
	content: ""
}
.bi-pin-map:before {
	content: ""
}
.bi-plus-lg:before {
	content: ""
}
.bi-question-lg:before {
	content: ""
}
.bi-recycle:before {
	content: ""
}
.bi-reddit:before {
	content: ""
}
.bi-safe-fill:before {
	content: ""
}
.bi-safe2-fill:before {
	content: ""
}
.bi-safe2:before {
	content: ""
}
.bi-sd-card-fill:before {
	content: ""
}
.bi-sd-card:before {
	content: ""
}
.bi-skype:before {
	content: ""
}
.bi-slash-lg:before {
	content: ""
}
.bi-translate:before {
	content: ""
}
.bi-x-lg:before {
	content: ""
}
.bi-safe:before {
	content: ""
}
.bi-apple:before {
	content: ""
}
.bi-microsoft:before {
	content: ""
}
.bi-windows:before {
	content: ""
}
.bi-behance:before {
	content: ""
}
.bi-dribbble:before {
	content: ""
}
.bi-line:before {
	content: ""
}
.bi-medium:before {
	content: ""
}
.bi-paypal:before {
	content: ""
}
.bi-pinterest:before {
	content: ""
}
.bi-signal:before {
	content: ""
}
.bi-snapchat:before {
	content: ""
}
.bi-spotify:before {
	content: ""
}
.bi-stack-overflow:before {
	content: ""
}
.bi-strava:before {
	content: ""
}
.bi-wordpress:before {
	content: ""
}
.bi-vimeo:before {
	content: ""
}
.bi-activity:before {
	content: ""
}
.bi-easel2-fill:before {
	content: ""
}
.bi-easel2:before {
	content: ""
}
.bi-easel3-fill:before {
	content: ""
}
.bi-easel3:before {
	content: ""
}
.bi-fan:before {
	content: ""
}
.bi-fingerprint:before {
	content: ""
}
.bi-graph-down-arrow:before {
	content: ""
}
.bi-graph-up-arrow:before {
	content: ""
}
.bi-hypnotize:before {
	content: ""
}
.bi-magic:before {
	content: ""
}
.bi-person-rolodex:before {
	content: ""
}
.bi-person-video:before {
	content: ""
}
.bi-person-video2:before {
	content: ""
}
.bi-person-video3:before {
	content: ""
}
.bi-person-workspace:before {
	content: ""
}
.bi-radioactive:before {
	content: ""
}
.bi-webcam-fill:before {
	content: ""
}
.bi-webcam:before {
	content: ""
}
.bi-yin-yang:before {
	content: ""
}
.bi-bandaid-fill:before {
	content: ""
}
.bi-bandaid:before {
	content: ""
}
.bi-bluetooth:before {
	content: ""
}
.bi-body-text:before {
	content: ""
}
.bi-boombox:before {
	content: ""
}
.bi-boxes:before {
	content: ""
}
.bi-dpad-fill:before {
	content: ""
}
.bi-dpad:before {
	content: ""
}
.bi-ear-fill:before {
	content: ""
}
.bi-ear:before {
	content: ""
}
.bi-envelope-check-fill:before {
	content: ""
}
.bi-envelope-check:before {
	content: ""
}
.bi-envelope-dash-fill:before {
	content: ""
}
.bi-envelope-dash:before {
	content: ""
}
.bi-envelope-exclamation-fill:before {
	content: ""
}
.bi-envelope-exclamation:before {
	content: ""
}
.bi-envelope-plus-fill:before {
	content: ""
}
.bi-envelope-plus:before {
	content: ""
}
.bi-envelope-slash-fill:before {
	content: ""
}
.bi-envelope-slash:before {
	content: ""
}
.bi-envelope-x-fill:before {
	content: ""
}
.bi-envelope-x:before {
	content: ""
}
.bi-explicit-fill:before {
	content: ""
}
.bi-explicit:before {
	content: ""
}
.bi-git:before {
	content: ""
}
.bi-infinity:before {
	content: ""
}
.bi-list-columns-reverse:before {
	content: ""
}
.bi-list-columns:before {
	content: ""
}
.bi-meta:before {
	content: ""
}
.bi-nintendo-switch:before {
	content: ""
}
.bi-pc-display-horizontal:before {
	content: ""
}
.bi-pc-display:before {
	content: ""
}
.bi-pc-horizontal:before {
	content: ""
}
.bi-pc:before {
	content: ""
}
.bi-playstation:before {
	content: ""
}
.bi-plus-slash-minus:before {
	content: ""
}
.bi-projector-fill:before {
	content: ""
}
.bi-projector:before {
	content: ""
}
.bi-qr-code-scan:before {
	content: ""
}
.bi-qr-code:before {
	content: ""
}
.bi-quora:before {
	content: ""
}
.bi-quote:before {
	content: ""
}
.bi-robot:before {
	content: ""
}
.bi-send-check-fill:before {
	content: ""
}
.bi-send-check:before {
	content: ""
}
.bi-send-dash-fill:before {
	content: ""
}
.bi-send-dash:before {
	content: ""
}
.bi-send-exclamation-fill:before {
	content: ""
}
.bi-send-exclamation:before {
	content: ""
}
.bi-send-fill:before {
	content: ""
}
.bi-send-plus-fill:before {
	content: ""
}
.bi-send-plus:before {
	content: ""
}
.bi-send-slash-fill:before {
	content: ""
}
.bi-send-slash:before {
	content: ""
}
.bi-send-x-fill:before {
	content: ""
}
.bi-send-x:before {
	content: ""
}
.bi-send:before {
	content: ""
}
.bi-steam:before {
	content: ""
}
.bi-terminal-dash:before {
	content: ""
}
.bi-terminal-plus:before {
	content: ""
}
.bi-terminal-split:before {
	content: ""
}
.bi-ticket-detailed-fill:before {
	content: ""
}
.bi-ticket-detailed:before {
	content: ""
}
.bi-ticket-fill:before {
	content: ""
}
.bi-ticket-perforated-fill:before {
	content: ""
}
.bi-ticket-perforated:before {
	content: ""
}
.bi-ticket:before {
	content: ""
}
.bi-tiktok:before {
	content: ""
}
.bi-window-dash:before {
	content: ""
}
.bi-window-desktop:before {
	content: ""
}
.bi-window-fullscreen:before {
	content: ""
}
.bi-window-plus:before {
	content: ""
}
.bi-window-split:before {
	content: ""
}
.bi-window-stack:before {
	content: ""
}
.bi-window-x:before {
	content: ""
}
.bi-xbox:before {
	content: ""
}
.bi-ethernet:before {
	content: ""
}
.bi-hdmi-fill:before {
	content: ""
}
.bi-hdmi:before {
	content: ""
}
.bi-usb-c-fill:before {
	content: ""
}
.bi-usb-c:before {
	content: ""
}
.bi-usb-fill:before {
	content: ""
}
.bi-usb-plug-fill:before {
	content: ""
}
.bi-usb-plug:before {
	content: ""
}
.bi-usb-symbol:before {
	content: ""
}
.bi-usb:before {
	content: ""
}
.bi-boombox-fill:before {
	content: ""
}
.bi-displayport:before {
	content: ""
}
.bi-gpu-card:before {
	content: ""
}
.bi-memory:before {
	content: ""
}
.bi-modem-fill:before {
	content: ""
}
.bi-modem:before {
	content: ""
}
.bi-motherboard-fill:before {
	content: ""
}
.bi-motherboard:before {
	content: ""
}
.bi-optical-audio-fill:before {
	content: ""
}
.bi-optical-audio:before {
	content: ""
}
.bi-pci-card:before {
	content: ""
}
.bi-router-fill:before {
	content: ""
}
.bi-router:before {
	content: ""
}
.bi-thunderbolt-fill:before {
	content: ""
}
.bi-thunderbolt:before {
	content: ""
}
.bi-usb-drive-fill:before {
	content: ""
}
.bi-usb-drive:before {
	content: ""
}
.bi-usb-micro-fill:before {
	content: ""
}
.bi-usb-micro:before {
	content: ""
}
.bi-usb-mini-fill:before {
	content: ""
}
.bi-usb-mini:before {
	content: ""
}
.bi-cloud-haze2:before {
	content: ""
}
.bi-device-hdd-fill:before {
	content: ""
}
.bi-device-hdd:before {
	content: ""
}
.bi-device-ssd-fill:before {
	content: ""
}
.bi-device-ssd:before {
	content: ""
}
.bi-displayport-fill:before {
	content: ""
}
.bi-mortarboard-fill:before {
	content: ""
}
.bi-mortarboard:before {
	content: ""
}
.bi-terminal-x:before {
	content: ""
}
.bi-arrow-through-heart-fill:before {
	content: ""
}
.bi-arrow-through-heart:before {
	content: ""
}
.bi-badge-sd-fill:before {
	content: ""
}
.bi-badge-sd:before {
	content: ""
}
.bi-bag-heart-fill:before {
	content: ""
}
.bi-bag-heart:before {
	content: ""
}
.bi-balloon-fill:before {
	content: ""
}
.bi-balloon-heart-fill:before {
	content: ""
}
.bi-balloon-heart:before {
	content: ""
}
.bi-balloon:before {
	content: ""
}
.bi-box2-fill:before {
	content: ""
}
.bi-box2-heart-fill:before {
	content: ""
}
.bi-box2-heart:before {
	content: ""
}
.bi-box2:before {
	content: ""
}
.bi-braces-asterisk:before {
	content: ""
}
.bi-calendar-heart-fill:before {
	content: ""
}
.bi-calendar-heart:before {
	content: ""
}
.bi-calendar2-heart-fill:before {
	content: ""
}
.bi-calendar2-heart:before {
	content: ""
}
.bi-chat-heart-fill:before {
	content: ""
}
.bi-chat-heart:before {
	content: ""
}
.bi-chat-left-heart-fill:before {
	content: ""
}
.bi-chat-left-heart:before {
	content: ""
}
.bi-chat-right-heart-fill:before {
	content: ""
}
.bi-chat-right-heart:before {
	content: ""
}
.bi-chat-square-heart-fill:before {
	content: ""
}
.bi-chat-square-heart:before {
	content: ""
}
.bi-clipboard-check-fill:before {
	content: ""
}
.bi-clipboard-data-fill:before {
	content: ""
}
.bi-clipboard-fill:before {
	content: ""
}
.bi-clipboard-heart-fill:before {
	content: ""
}
.bi-clipboard-heart:before {
	content: ""
}
.bi-clipboard-minus-fill:before {
	content: ""
}
.bi-clipboard-plus-fill:before {
	content: ""
}
.bi-clipboard-pulse:before {
	content: ""
}
.bi-clipboard-x-fill:before {
	content: ""
}
.bi-clipboard2-check-fill:before {
	content: ""
}
.bi-clipboard2-check:before {
	content: ""
}
.bi-clipboard2-data-fill:before {
	content: ""
}
.bi-clipboard2-data:before {
	content: ""
}
.bi-clipboard2-fill:before {
	content: ""
}
.bi-clipboard2-heart-fill:before {
	content: ""
}
.bi-clipboard2-heart:before {
	content: ""
}
.bi-clipboard2-minus-fill:before {
	content: ""
}
.bi-clipboard2-minus:before {
	content: ""
}
.bi-clipboard2-plus-fill:before {
	content: ""
}
.bi-clipboard2-plus:before {
	content: ""
}
.bi-clipboard2-pulse-fill:before {
	content: ""
}
.bi-clipboard2-pulse:before {
	content: ""
}
.bi-clipboard2-x-fill:before {
	content: ""
}
.bi-clipboard2-x:before {
	content: ""
}
.bi-clipboard2:before {
	content: ""
}
.bi-emoji-kiss-fill:before {
	content: ""
}
.bi-emoji-kiss:before {
	content: ""
}
.bi-envelope-heart-fill:before {
	content: ""
}
.bi-envelope-heart:before {
	content: ""
}
.bi-envelope-open-heart-fill:before {
	content: ""
}
.bi-envelope-open-heart:before {
	content: ""
}
.bi-envelope-paper-fill:before {
	content: ""
}
.bi-envelope-paper-heart-fill:before {
	content: ""
}
.bi-envelope-paper-heart:before {
	content: ""
}
.bi-envelope-paper:before {
	content: ""
}
.bi-filetype-aac:before {
	content: ""
}
.bi-filetype-ai:before {
	content: ""
}
.bi-filetype-bmp:before {
	content: ""
}
.bi-filetype-cs:before {
	content: ""
}
.bi-filetype-css:before {
	content: ""
}
.bi-filetype-csv:before {
	content: ""
}
.bi-filetype-doc:before {
	content: ""
}
.bi-filetype-docx:before {
	content: ""
}
.bi-filetype-exe:before {
	content: ""
}
.bi-filetype-gif:before {
	content: ""
}
.bi-filetype-heic:before {
	content: ""
}
.bi-filetype-html:before {
	content: ""
}
.bi-filetype-java:before {
	content: ""
}
.bi-filetype-jpg:before {
	content: ""
}
.bi-filetype-js:before {
	content: ""
}
.bi-filetype-jsx:before {
	content: ""
}
.bi-filetype-key:before {
	content: ""
}
.bi-filetype-m4p:before {
	content: ""
}
.bi-filetype-md:before {
	content: ""
}
.bi-filetype-mdx:before {
	content: ""
}
.bi-filetype-mov:before {
	content: ""
}
.bi-filetype-mp3:before {
	content: ""
}
.bi-filetype-mp4:before {
	content: ""
}
.bi-filetype-otf:before {
	content: ""
}
.bi-filetype-pdf:before {
	content: ""
}
.bi-filetype-php:before {
	content: ""
}
.bi-filetype-png:before {
	content: ""
}
.bi-filetype-ppt:before {
	content: ""
}
.bi-filetype-psd:before {
	content: ""
}
.bi-filetype-py:before {
	content: ""
}
.bi-filetype-raw:before {
	content: ""
}
.bi-filetype-rb:before {
	content: ""
}
.bi-filetype-sass:before {
	content: ""
}
.bi-filetype-scss:before {
	content: ""
}
.bi-filetype-sh:before {
	content: ""
}
.bi-filetype-svg:before {
	content: ""
}
.bi-filetype-tiff:before {
	content: ""
}
.bi-filetype-tsx:before {
	content: ""
}
.bi-filetype-ttf:before {
	content: ""
}
.bi-filetype-txt:before {
	content: ""
}
.bi-filetype-wav:before {
	content: ""
}
.bi-filetype-woff:before {
	content: ""
}
.bi-filetype-xls:before {
	content: ""
}
.bi-filetype-xml:before {
	content: ""
}
.bi-filetype-yml:before {
	content: ""
}
.bi-heart-arrow:before {
	content: ""
}
.bi-heart-pulse-fill:before {
	content: ""
}
.bi-heart-pulse:before {
	content: ""
}
.bi-heartbreak-fill:before {
	content: ""
}
.bi-heartbreak:before {
	content: ""
}
.bi-hearts:before {
	content: ""
}
.bi-hospital-fill:before {
	content: ""
}
.bi-hospital:before {
	content: ""
}
.bi-house-heart-fill:before {
	content: ""
}
.bi-house-heart:before {
	content: ""
}
.bi-incognito:before {
	content: ""
}
.bi-magnet-fill:before {
	content: ""
}
.bi-magnet:before {
	content: ""
}
.bi-person-heart:before {
	content: ""
}
.bi-person-hearts:before {
	content: ""
}
.bi-phone-flip:before {
	content: ""
}
.bi-plugin:before {
	content: ""
}
.bi-postage-fill:before {
	content: ""
}
.bi-postage-heart-fill:before {
	content: ""
}
.bi-postage-heart:before {
	content: ""
}
.bi-postage:before {
	content: ""
}
.bi-postcard-fill:before {
	content: ""
}
.bi-postcard-heart-fill:before {
	content: ""
}
.bi-postcard-heart:before {
	content: ""
}
.bi-postcard:before {
	content: ""
}
.bi-search-heart-fill:before {
	content: ""
}
.bi-search-heart:before {
	content: ""
}
.bi-sliders2-vertical:before {
	content: ""
}
.bi-sliders2:before {
	content: ""
}
.bi-trash3-fill:before {
	content: ""
}
.bi-trash3:before {
	content: ""
}
.bi-valentine:before {
	content: ""
}
.bi-valentine2:before {
	content: ""
}
.bi-wrench-adjustable-circle-fill:before {
	content: ""
}
.bi-wrench-adjustable-circle:before {
	content: ""
}
.bi-wrench-adjustable:before {
	content: ""
}
.bi-filetype-json:before {
	content: ""
}
.bi-filetype-pptx:before {
	content: ""
}
.bi-filetype-xlsx:before {
	content: ""
}
.bi-1-circle-fill:before {
	content: ""
}
.bi-1-circle:before {
	content: ""
}
.bi-1-square-fill:before {
	content: ""
}
.bi-1-square:before {
	content: ""
}
.bi-2-circle-fill:before {
	content: ""
}
.bi-2-circle:before {
	content: ""
}
.bi-2-square-fill:before {
	content: ""
}
.bi-2-square:before {
	content: ""
}
.bi-3-circle-fill:before {
	content: ""
}
.bi-3-circle:before {
	content: ""
}
.bi-3-square-fill:before {
	content: ""
}
.bi-3-square:before {
	content: ""
}
.bi-4-circle-fill:before {
	content: ""
}
.bi-4-circle:before {
	content: ""
}
.bi-4-square-fill:before {
	content: ""
}
.bi-4-square:before {
	content: ""
}
.bi-5-circle-fill:before {
	content: ""
}
.bi-5-circle:before {
	content: ""
}
.bi-5-square-fill:before {
	content: ""
}
.bi-5-square:before {
	content: ""
}
.bi-6-circle-fill:before {
	content: ""
}
.bi-6-circle:before {
	content: ""
}
.bi-6-square-fill:before {
	content: ""
}
.bi-6-square:before {
	content: ""
}
.bi-7-circle-fill:before {
	content: ""
}
.bi-7-circle:before {
	content: ""
}
.bi-7-square-fill:before {
	content: ""
}
.bi-7-square:before {
	content: ""
}
.bi-8-circle-fill:before {
	content: ""
}
.bi-8-circle:before {
	content: ""
}
.bi-8-square-fill:before {
	content: ""
}
.bi-8-square:before {
	content: ""
}
.bi-9-circle-fill:before {
	content: ""
}
.bi-9-circle:before {
	content: ""
}
.bi-9-square-fill:before {
	content: ""
}
.bi-9-square:before {
	content: ""
}
.bi-airplane-engines-fill:before {
	content: ""
}
.bi-airplane-engines:before {
	content: ""
}
.bi-airplane-fill:before {
	content: ""
}
.bi-airplane:before {
	content: ""
}
.bi-alexa:before {
	content: ""
}
.bi-alipay:before {
	content: ""
}
.bi-android:before {
	content: ""
}
.bi-android2:before {
	content: ""
}
.bi-box-fill:before {
	content: ""
}
.bi-box-seam-fill:before {
	content: ""
}
.bi-browser-chrome:before {
	content: ""
}
.bi-browser-edge:before {
	content: ""
}
.bi-browser-firefox:before {
	content: ""
}
.bi-browser-safari:before {
	content: ""
}
.bi-c-circle-fill:before {
	content: ""
}
.bi-c-circle:before {
	content: ""
}
.bi-c-square-fill:before {
	content: ""
}
.bi-c-square:before {
	content: ""
}
.bi-capsule-pill:before {
	content: ""
}
.bi-capsule:before {
	content: ""
}
.bi-car-front-fill:before {
	content: ""
}
.bi-car-front:before {
	content: ""
}
.bi-cassette-fill:before {
	content: ""
}
.bi-cassette:before {
	content: ""
}
.bi-cc-circle-fill:before {
	content: ""
}
.bi-cc-circle:before {
	content: ""
}
.bi-cc-square-fill:before {
	content: ""
}
.bi-cc-square:before {
	content: ""
}
.bi-cup-hot-fill:before {
	content: ""
}
.bi-cup-hot:before {
	content: ""
}
.bi-currency-rupee:before {
	content: ""
}
.bi-dropbox:before {
	content: ""
}
.bi-escape:before {
	content: ""
}
.bi-fast-forward-btn-fill:before {
	content: ""
}
.bi-fast-forward-btn:before {
	content: ""
}
.bi-fast-forward-circle-fill:before {
	content: ""
}
.bi-fast-forward-circle:before {
	content: ""
}
.bi-fast-forward-fill:before {
	content: ""
}
.bi-fast-forward:before {
	content: ""
}
.bi-filetype-sql:before {
	content: ""
}
.bi-fire:before {
	content: ""
}
.bi-google-play:before {
	content: ""
}
.bi-h-circle-fill:before {
	content: ""
}
.bi-h-circle:before {
	content: ""
}
.bi-h-square-fill:before {
	content: ""
}
.bi-h-square:before {
	content: ""
}
.bi-indent:before {
	content: ""
}
.bi-lungs-fill:before {
	content: ""
}
.bi-lungs:before {
	content: ""
}
.bi-microsoft-teams:before {
	content: ""
}
.bi-p-circle-fill:before {
	content: ""
}
.bi-p-circle:before {
	content: ""
}
.bi-p-square-fill:before {
	content: ""
}
.bi-p-square:before {
	content: ""
}
.bi-pass-fill:before {
	content: ""
}
.bi-pass:before {
	content: ""
}
.bi-prescription:before {
	content: ""
}
.bi-prescription2:before {
	content: ""
}
.bi-r-circle-fill:before {
	content: ""
}
.bi-r-circle:before {
	content: ""
}
.bi-r-square-fill:before {
	content: ""
}
.bi-r-square:before {
	content: ""
}
.bi-repeat-1:before {
	content: ""
}
.bi-repeat:before {
	content: ""
}
.bi-rewind-btn-fill:before {
	content: ""
}
.bi-rewind-btn:before {
	content: ""
}
.bi-rewind-circle-fill:before {
	content: ""
}
.bi-rewind-circle:before {
	content: ""
}
.bi-rewind-fill:before {
	content: ""
}
.bi-rewind:before {
	content: ""
}
.bi-train-freight-front-fill:before {
	content: ""
}
.bi-train-freight-front:before {
	content: ""
}
.bi-train-front-fill:before {
	content: ""
}
.bi-train-front:before {
	content: ""
}
.bi-train-lightrail-front-fill:before {
	content: ""
}
.bi-train-lightrail-front:before {
	content: ""
}
.bi-truck-front-fill:before {
	content: ""
}
.bi-truck-front:before {
	content: ""
}
.bi-ubuntu:before {
	content: ""
}
.bi-unindent:before {
	content: ""
}
.bi-unity:before {
	content: ""
}
.bi-universal-access-circle:before {
	content: ""
}
.bi-universal-access:before {
	content: ""
}
.bi-virus:before {
	content: ""
}
.bi-virus2:before {
	content: ""
}
.bi-wechat:before {
	content: ""
}
.bi-yelp:before {
	content: ""
}
.bi-sign-stop-fill:before {
	content: ""
}
.bi-sign-stop-lights-fill:before {
	content: ""
}
.bi-sign-stop-lights:before {
	content: ""
}
.bi-sign-stop:before {
	content: ""
}
.bi-sign-turn-left-fill:before {
	content: ""
}
.bi-sign-turn-left:before {
	content: ""
}
.bi-sign-turn-right-fill:before {
	content: ""
}
.bi-sign-turn-right:before {
	content: ""
}
.bi-sign-turn-slight-left-fill:before {
	content: ""
}
.bi-sign-turn-slight-left:before {
	content: ""
}
.bi-sign-turn-slight-right-fill:before {
	content: ""
}
.bi-sign-turn-slight-right:before {
	content: ""
}
.bi-sign-yield-fill:before {
	content: ""
}
.bi-sign-yield:before {
	content: ""
}
.bi-ev-station-fill:before {
	content: ""
}
.bi-ev-station:before {
	content: ""
}
.bi-fuel-pump-diesel-fill:before {
	content: ""
}
.bi-fuel-pump-diesel:before {
	content: ""
}
.bi-fuel-pump-fill:before {
	content: ""
}
.bi-fuel-pump:before {
	content: ""
}
.bi-0-circle-fill:before {
	content: ""
}
.bi-0-circle:before {
	content: ""
}
.bi-0-square-fill:before {
	content: ""
}
.bi-0-square:before {
	content: ""
}
.bi-rocket-fill:before {
	content: ""
}
.bi-rocket-takeoff-fill:before {
	content: ""
}
.bi-rocket-takeoff:before {
	content: ""
}
.bi-rocket:before {
	content: ""
}
.bi-stripe:before {
	content: ""
}
.bi-subscript:before {
	content: ""
}
.bi-superscript:before {
	content: ""
}
.bi-trello:before {
	content: ""
}
.bi-envelope-at-fill:before {
	content: ""
}
.bi-envelope-at:before {
	content: ""
}
.bi-regex:before {
	content: ""
}
.bi-text-wrap:before {
	content: ""
}
.bi-sign-dead-end-fill:before {
	content: ""
}
.bi-sign-dead-end:before {
	content: ""
}
.bi-sign-do-not-enter-fill:before {
	content: ""
}
.bi-sign-do-not-enter:before {
	content: ""
}
.bi-sign-intersection-fill:before {
	content: ""
}
.bi-sign-intersection-side-fill:before {
	content: ""
}
.bi-sign-intersection-side:before {
	content: ""
}
.bi-sign-intersection-t-fill:before {
	content: ""
}
.bi-sign-intersection-t:before {
	content: ""
}
.bi-sign-intersection-y-fill:before {
	content: ""
}
.bi-sign-intersection-y:before {
	content: ""
}
.bi-sign-intersection:before {
	content: ""
}
.bi-sign-merge-left-fill:before {
	content: ""
}
.bi-sign-merge-left:before {
	content: ""
}
.bi-sign-merge-right-fill:before {
	content: ""
}
.bi-sign-merge-right:before {
	content: ""
}
.bi-sign-no-left-turn-fill:before {
	content: ""
}
.bi-sign-no-left-turn:before {
	content: ""
}
.bi-sign-no-parking-fill:before {
	content: ""
}
.bi-sign-no-parking:before {
	content: ""
}
.bi-sign-no-right-turn-fill:before {
	content: ""
}
.bi-sign-no-right-turn:before {
	content: ""
}
.bi-sign-railroad-fill:before {
	content: ""
}
.bi-sign-railroad:before {
	content: ""
}
.bi-building-add:before {
	content: ""
}
.bi-building-check:before {
	content: ""
}
.bi-building-dash:before {
	content: ""
}
.bi-building-down:before {
	content: ""
}
.bi-building-exclamation:before {
	content: ""
}
.bi-building-fill-add:before {
	content: ""
}
.bi-building-fill-check:before {
	content: ""
}
.bi-building-fill-dash:before {
	content: ""
}
.bi-building-fill-down:before {
	content: ""
}
.bi-building-fill-exclamation:before {
	content: ""
}
.bi-building-fill-gear:before {
	content: ""
}
.bi-building-fill-lock:before {
	content: ""
}
.bi-building-fill-slash:before {
	content: ""
}
.bi-building-fill-up:before {
	content: ""
}
.bi-building-fill-x:before {
	content: ""
}
.bi-building-fill:before {
	content: ""
}
.bi-building-gear:before {
	content: ""
}
.bi-building-lock:before {
	content: ""
}
.bi-building-slash:before {
	content: ""
}
.bi-building-up:before {
	content: ""
}
.bi-building-x:before {
	content: ""
}
.bi-buildings-fill:before {
	content: ""
}
.bi-buildings:before {
	content: ""
}
.bi-bus-front-fill:before {
	content: ""
}
.bi-bus-front:before {
	content: ""
}
.bi-ev-front-fill:before {
	content: ""
}
.bi-ev-front:before {
	content: ""
}
.bi-globe-americas:before {
	content: ""
}
.bi-globe-asia-australia:before {
	content: ""
}
.bi-globe-central-south-asia:before {
	content: ""
}
.bi-globe-europe-africa:before {
	content: ""
}
.bi-house-add-fill:before {
	content: ""
}
.bi-house-add:before {
	content: ""
}
.bi-house-check-fill:before {
	content: ""
}
.bi-house-check:before {
	content: ""
}
.bi-house-dash-fill:before {
	content: ""
}
.bi-house-dash:before {
	content: ""
}
.bi-house-down-fill:before {
	content: ""
}
.bi-house-down:before {
	content: ""
}
.bi-house-exclamation-fill:before {
	content: ""
}
.bi-house-exclamation:before {
	content: ""
}
.bi-house-gear-fill:before {
	content: ""
}
.bi-house-gear:before {
	content: ""
}
.bi-house-lock-fill:before {
	content: ""
}
.bi-house-lock:before {
	content: ""
}
.bi-house-slash-fill:before {
	content: ""
}
.bi-house-slash:before {
	content: ""
}
.bi-house-up-fill:before {
	content: ""
}
.bi-house-up:before {
	content: ""
}
.bi-house-x-fill:before {
	content: ""
}
.bi-house-x:before {
	content: ""
}
.bi-person-add:before {
	content: ""
}
.bi-person-down:before {
	content: ""
}
.bi-person-exclamation:before {
	content: ""
}
.bi-person-fill-add:before {
	content: ""
}
.bi-person-fill-check:before {
	content: ""
}
.bi-person-fill-dash:before {
	content: ""
}
.bi-person-fill-down:before {
	content: ""
}
.bi-person-fill-exclamation:before {
	content: ""
}
.bi-person-fill-gear:before {
	content: ""
}
.bi-person-fill-lock:before {
	content: ""
}
.bi-person-fill-slash:before {
	content: ""
}
.bi-person-fill-up:before {
	content: ""
}
.bi-person-fill-x:before {
	content: ""
}
.bi-person-gear:before {
	content: ""
}
.bi-person-lock:before {
	content: ""
}
.bi-person-slash:before {
	content: ""
}
.bi-person-up:before {
	content: ""
}
.bi-scooter:before {
	content: ""
}
.bi-taxi-front-fill:before {
	content: ""
}
.bi-taxi-front:before {
	content: ""
}
.bi-amd:before {
	content: ""
}
.bi-database-add:before {
	content: ""
}
.bi-database-check:before {
	content: ""
}
.bi-database-dash:before {
	content: ""
}
.bi-database-down:before {
	content: ""
}
.bi-database-exclamation:before {
	content: ""
}
.bi-database-fill-add:before {
	content: ""
}
.bi-database-fill-check:before {
	content: ""
}
.bi-database-fill-dash:before {
	content: ""
}
.bi-database-fill-down:before {
	content: ""
}
.bi-database-fill-exclamation:before {
	content: ""
}
.bi-database-fill-gear:before {
	content: ""
}
.bi-database-fill-lock:before {
	content: ""
}
.bi-database-fill-slash:before {
	content: ""
}
.bi-database-fill-up:before {
	content: ""
}
.bi-database-fill-x:before {
	content: ""
}
.bi-database-fill:before {
	content: ""
}
.bi-database-gear:before {
	content: ""
}
.bi-database-lock:before {
	content: ""
}
.bi-database-slash:before {
	content: ""
}
.bi-database-up:before {
	content: ""
}
.bi-database-x:before {
	content: ""
}
.bi-database:before {
	content: ""
}
.bi-houses-fill:before {
	content: ""
}
.bi-houses:before {
	content: ""
}
.bi-nvidia:before {
	content: ""
}
.bi-person-vcard-fill:before {
	content: ""
}
.bi-person-vcard:before {
	content: ""
}
.bi-sina-weibo:before {
	content: ""
}
.bi-tencent-qq:before {
	content: ""
}
.bi-wikipedia:before {
	content: ""
}
.bi-alphabet-uppercase:before {
	content: ""
}
.bi-alphabet:before {
	content: ""
}
.bi-amazon:before {
	content: ""
}
.bi-arrows-collapse-vertical:before {
	content: ""
}
.bi-arrows-expand-vertical:before {
	content: ""
}
.bi-arrows-vertical:before {
	content: ""
}
.bi-arrows:before {
	content: ""
}
.bi-ban-fill:before {
	content: ""
}
.bi-ban:before {
	content: ""
}
.bi-bing:before {
	content: ""
}
.bi-cake:before {
	content: ""
}
.bi-cake2:before {
	content: ""
}
.bi-cookie:before {
	content: ""
}
.bi-copy:before {
	content: ""
}
.bi-crosshair:before {
	content: ""
}
.bi-crosshair2:before {
	content: ""
}
.bi-emoji-astonished-fill:before {
	content: ""
}
.bi-emoji-astonished:before {
	content: ""
}
.bi-emoji-grimace-fill:before {
	content: ""
}
.bi-emoji-grimace:before {
	content: ""
}
.bi-emoji-grin-fill:before {
	content: ""
}
.bi-emoji-grin:before {
	content: ""
}
.bi-emoji-surprise-fill:before {
	content: ""
}
.bi-emoji-surprise:before {
	content: ""
}
.bi-emoji-tear-fill:before {
	content: ""
}
.bi-emoji-tear:before {
	content: ""
}
.bi-envelope-arrow-down-fill:before {
	content: ""
}
.bi-envelope-arrow-down:before {
	content: ""
}
.bi-envelope-arrow-up-fill:before {
	content: ""
}
.bi-envelope-arrow-up:before {
	content: ""
}
.bi-feather:before {
	content: ""
}
.bi-feather2:before {
	content: ""
}
.bi-floppy-fill:before {
	content: ""
}
.bi-floppy:before {
	content: ""
}
.bi-floppy2-fill:before {
	content: ""
}
.bi-floppy2:before {
	content: ""
}
.bi-gitlab:before {
	content: ""
}
.bi-highlighter:before {
	content: ""
}
.bi-marker-tip:before {
	content: ""
}
.bi-nvme-fill:before {
	content: ""
}
.bi-nvme:before {
	content: ""
}
.bi-opencollective:before {
	content: ""
}
.bi-pci-card-network:before {
	content: ""
}
.bi-pci-card-sound:before {
	content: ""
}
.bi-radar:before {
	content: ""
}
.bi-send-arrow-down-fill:before {
	content: ""
}
.bi-send-arrow-down:before {
	content: ""
}
.bi-send-arrow-up-fill:before {
	content: ""
}
.bi-send-arrow-up:before {
	content: ""
}
.bi-sim-slash-fill:before {
	content: ""
}
.bi-sim-slash:before {
	content: ""
}
.bi-sourceforge:before {
	content: ""
}
.bi-substack:before {
	content: ""
}
.bi-threads-fill:before {
	content: ""
}
.bi-threads:before {
	content: ""
}
.bi-transparency:before {
	content: ""
}
.bi-twitter-x:before {
	content: ""
}
.bi-type-h4:before {
	content: ""
}
.bi-type-h5:before {
	content: ""
}
.bi-type-h6:before {
	content: ""
}
.bi-backpack-fill:before {
	content: ""
}
.bi-backpack:before {
	content: ""
}
.bi-backpack2-fill:before {
	content: ""
}
.bi-backpack2:before {
	content: ""
}
.bi-backpack3-fill:before {
	content: ""
}
.bi-backpack3:before {
	content: ""
}
.bi-backpack4-fill:before {
	content: ""
}
.bi-backpack4:before {
	content: ""
}
.bi-brilliance:before {
	content: ""
}
.bi-cake-fill:before {
	content: ""
}
.bi-cake2-fill:before {
	content: ""
}
.bi-duffle-fill:before {
	content: ""
}
.bi-duffle:before {
	content: ""
}
.bi-exposure:before {
	content: ""
}
.bi-gender-neuter:before {
	content: ""
}
.bi-highlights:before {
	content: ""
}
.bi-luggage-fill:before {
	content: ""
}
.bi-luggage:before {
	content: ""
}
.bi-mailbox-flag:before {
	content: ""
}
.bi-mailbox2-flag:before {
	content: ""
}
.bi-noise-reduction:before {
	content: ""
}
.bi-passport-fill:before {
	content: ""
}
.bi-passport:before {
	content: ""
}
.bi-person-arms-up:before {
	content: ""
}
.bi-person-raised-hand:before {
	content: ""
}
.bi-person-standing-dress:before {
	content: ""
}
.bi-person-standing:before {
	content: ""
}
.bi-person-walking:before {
	content: ""
}
.bi-person-wheelchair:before {
	content: ""
}
.bi-shadows:before {
	content: ""
}
.bi-suitcase-fill:before {
	content: ""
}
.bi-suitcase-lg-fill:before {
	content: ""
}
.bi-suitcase-lg:before {
	content: ""
}
.bi-suitcase:before {
	content: "豈"
}
.bi-suitcase2-fill:before {
	content: "更"
}
.bi-suitcase2:before {
	content: "車"
}
.bi-vignette:before {
	content: "賈"
}
.bi-bluesky:before {
	content: ""
}
.bi-tux:before {
	content: "滑"
}
.bi-beaker-fill:before {
	content: "串"
}
.bi-beaker:before {
	content: "句"
}
.bi-flask-fill:before {
	content: "龜"
}
.bi-flask-florence-fill:before {
	content: "龜"
}
.bi-flask-florence:before {
	content: "契"
}
.bi-flask:before {
	content: "金"
}
.bi-leaf-fill:before {
	content: "喇"
}
.bi-leaf:before {
	content: "奈"
}
.bi-measuring-cup-fill:before {
	content: "懶"
}
.bi-measuring-cup:before {
	content: "癩"
}
.bi-unlock2-fill:before {
	content: "羅"
}
.bi-unlock2:before {
	content: "蘿"
}
.bi-battery-low:before {
	content: "螺"
}
.bi-anthropic:before {
	content: "裸"
}
.bi-apple-music:before {
	content: "邏"
}
.bi-claude:before {
	content: "樂"
}
.bi-openai:before {
	content: "洛"
}
.bi-perplexity:before {
	content: "烙"
}
.bi-css:before {
	content: "珞"
}
.bi-javascript:before {
	content: "落"
}
.bi-typescript:before {
	content: "酪"
}
.bi-fork-knife:before {
	content: "駱"
}
.bi-globe-americas-fill:before {
	content: "亂"
}
.bi-globe-asia-australia-fill:before {
	content: "卵"
}
.bi-globe-central-south-asia-fill:before {
	content: "欄"
}
.bi-globe-europe-africa-fill:before {
	content: "爛"
}
*, :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;
	-o-tab-size: 4;
	tab-size: 4;
	font-family: Figtree, 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]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit
}
a {
	color: inherit;
	text-decoration: inherit
}
b, strong {
	font-weight: bolder
}
code, kbd, samp, pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-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::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af
}
input::placeholder, textarea::placeholder {
	opacity: 1;
	color: #9ca3af
}
button, [role=button] {
	cursor: pointer
}
:disabled {
	cursor: default
}
img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
	vertical-align: middle
}
img, video {
	max-width: 100%;
	height: auto
}
[hidden]:where(:not([hidden=until-found])) {
	display: none
}
input:where([type=text]), input:where(:not([type])), input:where([type=email]), input:where([type=url]), input:where([type=password]), input:where([type=number]), input:where([type=date]), input:where([type=datetime-local]), input:where([type=month]), input:where([type=search]), input:where([type=tel]), input:where([type=time]), input:where([type=week]), select:where([multiple]), textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000
}
input:where([type=text]):focus, input:where(:not([type])):focus, input:where([type=email]):focus, input:where([type=url]):focus, input:where([type=password]):focus, input:where([type=number]):focus, input:where([type=date]):focus, input:where([type=datetime-local]):focus, input:where([type=month]):focus, input:where([type=search]):focus, input:where([type=tel]):focus, input:where([type=time]):focus, input:where([type=week]):focus, select:where([multiple]):focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty, );
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1
}
input::placeholder, textarea::placeholder {
	color: #6b7280;
	opacity: 1
}
::-webkit-datetime-edit-fields-wrapper {
	padding: 0
}
::-webkit-date-and-time-value {
	min-height: 1.5em;
	text-align: inherit
}
::-webkit-datetime-edit {
	display: inline-flex
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
	padding-top: 0;
	padding-bottom: 0
}
select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right .5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact
}
select:where([multiple]), select:where([size]:not([size="1"])) {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: .75rem;
	-webkit-print-color-adjust: unset;
	print-color-adjust: unset
}
input:where([type=checkbox]), input:where([type=radio]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000
}
input:where([type=checkbox]) {
	border-radius: 0
}
input:where([type=radio]) {
	border-radius: 100%
}
input:where([type=checkbox]):focus, input:where([type=radio]):focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty, );
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
}
input:where([type=checkbox]):checked, input:where([type=radio]):checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat
}
input:where([type=checkbox]):checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}
@media(forced-colors:active) {
	input:where([type=checkbox]):checked {
		-webkit-appearance: auto;
		-moz-appearance: auto;
		appearance: auto
	}
}
input:where([type=radio]):checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}
@media(forced-colors:active) {
	input:where([type=radio]):checked {
		-webkit-appearance: auto;
		-moz-appearance: auto;
		appearance: auto
	}
}
input:where([type=checkbox]):checked:hover, input:where([type=checkbox]):checked:focus, input:where([type=radio]):checked:hover, input:where([type=radio]):checked:focus {
	border-color: transparent;
	background-color: currentColor
}
input:where([type=checkbox]):indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat
}
@media(forced-colors:active) {
	input:where([type=checkbox]):indeterminate {
		-webkit-appearance: auto;
		-moz-appearance: auto;
		appearance: auto
	}
}
input:where([type=checkbox]):indeterminate:hover, input:where([type=checkbox]):indeterminate:focus {
	border-color: transparent;
	background-color: currentColor
}
input:where([type=file]) {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit
}
input:where([type=file]):focus {
	outline: 1px solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color
}
.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
}
.pointer-events-none {
	pointer-events: none
}
.static {
	position: static
}
.fixed {
	position: fixed
}
.absolute {
	position: absolute
}
.relative {
	position: relative
}
.-inset-6 {
	inset: -1.5rem
}
.inset-0 {
	inset: 0
}
.inset-x-0 {
	left: 0;
	right: 0
}
.bottom-0 {
	bottom: 0
}
.bottom-1 {
	bottom: .25rem
}
.bottom-\[-15\%\] {
	bottom: -15%
}
.end-0 {
	inset-inline-end: 0px
}
.left-0 {
	left: 0
}
.left-\[-10\%\] {
	left: -10%
}
.right-0 {
	right: 0
}
.right-\[-8\%\] {
	right: -8%
}
.start-0 {
	inset-inline-start: 0px
}
.top-0 {
	top: 0
}
.top-1 {
	top: .25rem
}
.top-\[-12\%\] {
	top: -12%
}
.top-\[-1px\] {
	top: -1px
}
.top-full {
	top: 100%
}
.-z-10 {
	z-index: -10
}
.z-0 {
	z-index: 0
}
.z-10 {
	z-index: 10
}
.z-20 {
	z-index: 20
}
.z-50 {
	z-index: 50
}
.mx-auto {
	margin-left: auto;
	margin-right: auto
}
.-mb-px {
	margin-bottom: -1px
}
.-me-2 {
	margin-inline-end: -.5rem
}
.-ml-8 {
	margin-left: -2rem
}
.-ml-px {
	margin-left: -1px
}
.-mt-3 {
	margin-top: -.75rem
}
.-mt-5 {
	margin-top: -1.25rem
}
.-mt-\[4\.9rem\] {
	margin-top: -4.9rem
}
.-mt-px {
	margin-top: -1px
}
.mb-1 {
	margin-bottom: .25rem
}
.mb-2 {
	margin-bottom: .5rem
}
.mb-4 {
	margin-bottom: 1rem
}
.mb-6 {
	margin-bottom: 1.5rem
}
.mb-8 {
	margin-bottom: 2rem
}
.ml-1 {
	margin-left: .25rem
}
.ml-12 {
	margin-left: 3rem
}
.ml-2 {
	margin-left: .5rem
}
.ml-4 {
	margin-left: 1rem
}
.mr-2 {
	margin-right: .5rem
}
.mr-6 {
	margin-right: 1.5rem
}
.ms-1 {
	margin-inline-start: .25rem
}
.ms-2 {
	margin-inline-start: .5rem
}
.ms-3 {
	margin-inline-start: .75rem
}
.mt-1 {
	margin-top: .25rem
}
.mt-10 {
	margin-top: 2.5rem
}
.mt-12 {
	margin-top: 3rem
}
.mt-2 {
	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-7 {
	margin-top: 1.75rem
}
.mt-8 {
	margin-top: 2rem
}
.block {
	display: block
}
.inline-block {
	display: inline-block
}
.flex {
	display: flex
}
.inline-flex {
	display: inline-flex
}
.table {
	display: table
}
.grid {
	display: grid
}
.hidden {
	display: none
}
.aspect-\[335\/376\] {
	aspect-ratio: 335/376
}
.size-2 {
	width: .5rem;
	height: .5rem
}
.size-3 {
	width: .75rem;
	height: .75rem
}
.h-0 {
	height: 0px
}
.h-1 {
	height: .25rem
}
.h-1\.5 {
	height: .375rem
}
.h-10 {
	height: 2.5rem
}
.h-11 {
	height: 2.75rem
}
.h-12 {
	height: 3rem
}
.h-14 {
	height: 3.5rem
}
.h-16 {
	height: 4rem
}
.h-2 {
	height: .5rem
}
.h-2\.5 {
	height: .625rem
}
.h-3 {
	height: .75rem
}
.h-3\.5 {
	height: .875rem
}
.h-4 {
	height: 1rem
}
.h-5 {
	height: 1.25rem
}
.h-6 {
	height: 1.5rem
}
.h-7 {
	height: 1.75rem
}
.h-8 {
	height: 2rem
}
.h-80 {
	height: 20rem
}
.h-9 {
	height: 2.25rem
}
.h-96 {
	height: 24rem
}
.h-\[18px\] {
	height: 18px
}
.h-\[56px\] {
	height: 56px
}
.h-full {
	height: 100%
}
.min-h-dvh {
	min-height: 100dvh
}
.min-h-screen {
	min-height: 100vh
}
.w-1 {
	width: .25rem
}
.w-1\.5 {
	width: .375rem
}
.w-10 {
	width: 2.5rem
}
.w-11 {
	width: 2.75rem
}
.w-12 {
	width: 3rem
}
.w-2 {
	width: .5rem
}
.w-2\.5 {
	width: .625rem
}
.w-3 {
	width: .75rem
}
.w-3\.5 {
	width: .875rem
}
.w-3\/4 {
	width: 75%
}
.w-32 {
	width: 8rem
}
.w-4 {
	width: 1rem
}
.w-48 {
	width: 12rem
}
.w-5 {
	width: 1.25rem
}
.w-6 {
	width: 1.5rem
}
.w-8 {
	width: 2rem
}
.w-80 {
	width: 20rem
}
.w-9 {
	width: 2.25rem
}
.w-96 {
	width: 24rem
}
.w-\[18px\] {
	width: 18px
}
.w-\[448px\] {
	width: 448px
}
.w-auto {
	width: auto
}
.w-fit {
	width: -moz-fit-content;
	width: fit-content
}
.w-full {
	width: 100%
}
.w-max {
	width: -moz-max-content;
	width: max-content
}
.min-w-0 {
	min-width: 0px
}
.min-w-5 {
	min-width: 1.25rem
}
.min-w-6 {
	min-width: 1.5rem
}
.min-w-full {
	min-width: 100%
}
.max-w-3xl {
	max-width: 48rem
}
.max-w-6xl {
	max-width: 72rem
}
.max-w-7xl {
	max-width: 80rem
}
.max-w-\[335px\] {
	max-width: 335px
}
.max-w-\[420px\] {
	max-width: 420px
}
.max-w-full {
	max-width: 100%
}
.max-w-lg {
	max-width: 32rem
}
.max-w-none {
	max-width: none
}
.max-w-xl {
	max-width: 36rem
}
.flex-1 {
	flex: 1 1 0%
}
.flex-shrink-0, .shrink-0 {
	flex-shrink: 0
}
.grow {
	flex-grow: 1
}
.origin-top {
	transform-origin: top
}
.translate-y-0 {
	--tw-translate-y: 0px;
	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))
}
.translate-y-2 {
	--tw-translate-y: .5rem;
	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))
}
.translate-y-4 {
	--tw-translate-y: 1rem;
	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))
}
.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	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))
}
.scale-95 {
	--tw-scale-x: .95;
	--tw-scale-y: .95;
	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))
}
.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 ping {
	75%, to {
		transform: scale(2);
		opacity: 0
	}
}
.animate-ping {
	animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite
}
.cursor-default {
	cursor: default
}
.cursor-not-allowed {
	cursor: not-allowed
}
.cursor-pointer {
	cursor: pointer
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr))
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}
.flex-col {
	flex-direction: column
}
.flex-col-reverse {
	flex-direction: column-reverse
}
.flex-wrap {
	flex-wrap: wrap
}
.items-start {
	align-items: flex-start
}
.items-end {
	align-items: flex-end
}
.items-center {
	align-items: center
}
.items-baseline {
	align-items: baseline
}
.justify-end {
	justify-content: flex-end
}
.justify-center {
	justify-content: center
}
.justify-between {
	justify-content: space-between
}
.justify-items-center {
	justify-items: center
}
.gap-0\.5 {
	gap: .125rem
}
.gap-1 {
	gap: .25rem
}
.gap-1\.5 {
	gap: .375rem
}
.gap-10 {
	gap: 2.5rem
}
.gap-12 {
	gap: 3rem
}
.gap-2 {
	gap: .5rem
}
.gap-2\.5 {
	gap: .625rem
}
.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
}
.space-x-1>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(.25rem * var(--tw-space-x-reverse));
	margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-x-8>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-y-1>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
}
.space-y-4>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}
.space-y-5>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}
.space-y-6>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}
.divide-x>:not([hidden])~:not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)))
}
.divide-y>:not([hidden])~:not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}
.divide-neutral-200>:not([hidden])~:not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgb(229 229 229 / var(--tw-divide-opacity, 1))
}
.divide-slate-100>:not([hidden])~:not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1))
}
.overflow-hidden {
	overflow: hidden
}
.overflow-x-auto {
	overflow-x: auto
}
.overflow-y-auto {
	overflow-y: auto
}
.overflow-x-hidden {
	overflow-x: hidden
}
.overflow-y-hidden {
	overflow-y: hidden
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.rounded {
	border-radius: .25rem
}
.rounded-2xl {
	border-radius: 1rem
}
.rounded-3xl {
	border-radius: 1.5rem
}
.rounded-\[2\.5rem\] {
	border-radius: 2.5rem
}
.rounded-\[2rem\] {
	border-radius: 2rem
}
.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-lg {
	border-bottom-right-radius: .5rem;
	border-bottom-left-radius: .5rem
}
.rounded-l-md {
	border-top-left-radius: .375rem;
	border-bottom-left-radius: .375rem
}
.rounded-r-md {
	border-top-right-radius: .375rem;
	border-bottom-right-radius: .375rem
}
.rounded-t-lg {
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem
}
.rounded-bl-lg {
	border-bottom-left-radius: .5rem
}
.rounded-br-lg {
	border-bottom-right-radius: .5rem
}
.border {
	border-width: 1px
}
.border-x {
	border-left-width: 1px;
	border-right-width: 1px
}
.border-b {
	border-bottom-width: 1px
}
.border-b-2 {
	border-bottom-width: 2px
}
.border-l-4 {
	border-left-width: 4px
}
.border-r {
	border-right-width: 1px
}
.border-t {
	border-top-width: 1px
}
.border-dashed {
	border-style: dashed
}
.border-dotted {
	border-style: dotted
}
.border-\[\#19140035\] {
	border-color: #19140035
}
.border-\[\#e3e3e0\] {
	--tw-border-opacity: 1;
	border-color: rgb(227 227 224 / var(--tw-border-opacity, 1))
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0 / var(--tw-border-opacity, 1))
}
.border-emerald-200 {
	--tw-border-opacity: 1;
	border-color: rgb(167 243 208 / var(--tw-border-opacity, 1))
}
.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgb(243 244 246 / var(--tw-border-opacity, 1))
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
}
.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgb(156 163 175 / var(--tw-border-opacity, 1))
}
.border-indigo-400 {
	--tw-border-opacity: 1;
	border-color: rgb(129 140 248 / var(--tw-border-opacity, 1))
}
.border-neutral-100 {
	--tw-border-opacity: 1;
	border-color: rgb(245 245 245 / var(--tw-border-opacity, 1))
}
.border-neutral-200 {
	--tw-border-opacity: 1;
	border-color: rgb(229 229 229 / var(--tw-border-opacity, 1))
}
.border-neutral-300 {
	--tw-border-opacity: 1;
	border-color: rgb(212 212 212 / var(--tw-border-opacity, 1))
}
.border-slate-200 {
	--tw-border-opacity: 1;
	border-color: rgb(226 232 240 / var(--tw-border-opacity, 1))
}
.border-slate-200\/60 {
	border-color: #e2e8f099
}
.border-slate-200\/70 {
	border-color: #e2e8f0b3
}
.border-slate-300 {
	--tw-border-opacity: 1;
	border-color: rgb(203 213 225 / var(--tw-border-opacity, 1))
}
.border-transparent {
	border-color: transparent
}
.border-white\/5 {
	border-color: #ffffff0d
}
.border-white\/70 {
	border-color: #ffffffb3
}
.bg-\[\#1b1b18\] {
	--tw-bg-opacity: 1;
	background-color: rgb(27 27 24 / var(--tw-bg-opacity, 1))
}
.bg-\[\#FDFDFC\] {
	--tw-bg-opacity: 1;
	background-color: rgb(253 253 252 / var(--tw-bg-opacity, 1))
}
.bg-\[\#dbdbd7\] {
	--tw-bg-opacity: 1;
	background-color: rgb(219 219 215 / var(--tw-bg-opacity, 1))
}
.bg-\[\#fff2f2\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 242 242 / var(--tw-bg-opacity, 1))
}
.bg-amber-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1))
}
.bg-amber-200\/60 {
	background-color: #fde68a99
}
.bg-amber-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1))
}
.bg-black\/10 {
	background-color: #0000001a
}
.bg-blue-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1))
}
.bg-blue-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1))
}
.bg-blue-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1))
}
.bg-emerald-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1))
}
.bg-emerald-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1))
}
.bg-emerald-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(5 150 105 / 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-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
}
.bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1))
}
.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1))
}
.bg-indigo-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1))
}
.bg-neutral-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1))
}
.bg-neutral-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1))
}
.bg-neutral-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1))
}
.bg-neutral-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1))
}
.bg-red-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1))
}
.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1))
}
.bg-rose-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1))
}
.bg-rose-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1))
}
.bg-rose-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1))
}
.bg-rose-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1))
}
.bg-sky-200\/60 {
	background-color: #bae6fd99
}
.bg-sky-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1))
}
.bg-slate-100\/80 {
	background-color: #f1f5f9cc
}
.bg-slate-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1))
}
.bg-slate-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1))
}
.bg-slate-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1))
}
.bg-slate-900\/10 {
	background-color: #0f172a1a
}
.bg-transparent {
	background-color: transparent
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.bg-white\/5 {
	background-color: #ffffff0d
}
.bg-white\/85 {
	background-color: #ffffffd9
}
.bg-white\/\[2\%\] {
	background-color: #ffffff05
}
.bg-\[radial-gradient\(circle_at_top\, _rgba\(14\, 165\, 233\, 0\.12\)\, _transparent_55\%\)\, radial-gradient\(circle_at_20\%_70\%\, _rgba\(16\, 185\, 129\, 0\.12\)\, _transparent_40\%\)\] {
	background-image: radial-gradient(circle at top, rgba(14, 165, 233, .12), transparent 55%), radial-gradient(circle at 20% 70%, rgba(16, 185, 129, .12), transparent 40%)
}
.fill-current {
	fill: currentColor
}
.stroke-emerald-500 {
	stroke: #10b981
}
.object-contain {
	-o-object-fit: contain;
	object-fit: contain
}
.p-1 {
	padding: .25rem
}
.p-2 {
	padding: .5rem
}
.p-2\.5 {
	padding: .625rem
}
.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-1\.5 {
	padding-left: .375rem;
	padding-right: .375rem
}
.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-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem
}
.px-\[6px\] {
	padding-left: 6px;
	padding-right: 6px
}
.py-0 {
	padding-top: 0;
	padding-bottom: 0
}
.py-1 {
	padding-top: .25rem;
	padding-bottom: .25rem
}
.py-1\.5 {
	padding-top: .375rem;
	padding-bottom: .375rem
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem
}
.py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem
}
.py-2\.5 {
	padding-top: .625rem;
	padding-bottom: .625rem
}
.py-3 {
	padding-top: .75rem;
	padding-bottom: .75rem
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem
}
.pb-0 {
	padding-bottom: 0
}
.pb-1 {
	padding-bottom: .25rem
}
.pb-12 {
	padding-bottom: 3rem
}
.pb-28 {
	padding-bottom: 7rem
}
.pb-3 {
	padding-bottom: .75rem
}
.pb-32 {
	padding-bottom: 8rem
}
.pe-4 {
	padding-inline-end: 1rem
}
.pl-4 {
	padding-left: 1rem
}
.pr-2\.5 {
	padding-right: .625rem
}
.pr-6 {
	padding-right: 1.5rem
}
.ps-3 {
	padding-inline-start: .75rem
}
.pt-1 {
	padding-top: .25rem
}
.pt-14 {
	padding-top: 3.5rem
}
.pt-2 {
	padding-top: .5rem
}
.pt-4 {
	padding-top: 1rem
}
.pt-44 {
	padding-top: 11rem
}
.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
}
.font-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}
.font-sans {
	font-family: Figtree, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}
.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-\[10px\] {
	font-size: 10px
}
.text-\[13px\] {
	font-size: 13px
}
.text-\[30px\] {
	font-size: 30px
}
.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
}
.text-xs\/none {
	font-size: .75rem;
	line-height: 1
}
.font-extrabold {
	font-weight: 800
}
.font-light {
	font-weight: 300
}
.font-medium {
	font-weight: 500
}
.font-semibold {
	font-weight: 600
}
.uppercase {
	text-transform: uppercase
}
.leading-3 {
	line-height: .75rem
}
.leading-4 {
	line-height: 1rem
}
.leading-5 {
	line-height: 1.25rem
}
.leading-7 {
	line-height: 1.75rem
}
.leading-\[20px\] {
	line-height: 20px
}
.leading-none {
	line-height: 1
}
.leading-normal {
	line-height: 1.5
}
.leading-tight {
	line-height: 1.25
}
.tracking-\[0\.25em\] {
	letter-spacing: .25em
}
.tracking-\[0\.2em\] {
	letter-spacing: .2em
}
.tracking-\[0\.3em\] {
	letter-spacing: .3em
}
.tracking-wider {
	letter-spacing: .05em
}
.tracking-widest {
	letter-spacing: .1em
}
.text-\[\#1b1b18\] {
	--tw-text-opacity: 1;
	color: rgb(27 27 24 / var(--tw-text-opacity, 1))
}
.text-\[\#706f6c\] {
	--tw-text-opacity: 1;
	color: rgb(112 111 108 / var(--tw-text-opacity, 1))
}
.text-\[\#F53003\], .text-\[\#f53003\] {
	--tw-text-opacity: 1;
	color: rgb(245 48 3 / var(--tw-text-opacity, 1))
}
.text-amber-900 {
	--tw-text-opacity: 1;
	color: rgb(120 53 15 / var(--tw-text-opacity, 1))
}
.text-blue-500 {
	--tw-text-opacity: 1;
	color: rgb(59 130 246 / var(--tw-text-opacity, 1))
}
.text-blue-900 {
	--tw-text-opacity: 1;
	color: rgb(30 58 138 / var(--tw-text-opacity, 1))
}
.text-emerald-500 {
	--tw-text-opacity: 1;
	color: rgb(16 185 129 / var(--tw-text-opacity, 1))
}
.text-emerald-700 {
	--tw-text-opacity: 1;
	color: rgb(4 120 87 / var(--tw-text-opacity, 1))
}
.text-emerald-900 {
	--tw-text-opacity: 1;
	color: rgb(6 78 59 / var(--tw-text-opacity, 1))
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgb(229 231 235 / var(--tw-text-opacity, 1))
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgb(209 213 219 / var(--tw-text-opacity, 1))
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / 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-gray-900 {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity, 1))
}
.text-green-600 {
	--tw-text-opacity: 1;
	color: rgb(22 163 74 / var(--tw-text-opacity, 1))
}
.text-indigo-700 {
	--tw-text-opacity: 1;
	color: rgb(67 56 202 / var(--tw-text-opacity, 1))
}
.text-neutral-100 {
	--tw-text-opacity: 1;
	color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}
.text-neutral-400 {
	--tw-text-opacity: 1;
	color: rgb(163 163 163 / var(--tw-text-opacity, 1))
}
.text-neutral-500 {
	--tw-text-opacity: 1;
	color: rgb(115 115 115 / var(--tw-text-opacity, 1))
}
.text-neutral-600 {
	--tw-text-opacity: 1;
	color: rgb(82 82 82 / var(--tw-text-opacity, 1))
}
.text-neutral-800 {
	--tw-text-opacity: 1;
	color: rgb(38 38 38 / var(--tw-text-opacity, 1))
}
.text-neutral-900 {
	--tw-text-opacity: 1;
	color: rgb(23 23 23 / var(--tw-text-opacity, 1))
}
.text-neutral-950 {
	--tw-text-opacity: 1;
	color: rgb(10 10 10 / var(--tw-text-opacity, 1))
}
.text-red-600 {
	--tw-text-opacity: 1;
	color: rgb(220 38 38 / var(--tw-text-opacity, 1))
}
.text-rose-900 {
	--tw-text-opacity: 1;
	color: rgb(136 19 55 / var(--tw-text-opacity, 1))
}
.text-slate-400 {
	--tw-text-opacity: 1;
	color: rgb(148 163 184 / var(--tw-text-opacity, 1))
}
.text-slate-500 {
	--tw-text-opacity: 1;
	color: rgb(100 116 139 / var(--tw-text-opacity, 1))
}
.text-slate-600 {
	--tw-text-opacity: 1;
	color: rgb(71 85 105 / var(--tw-text-opacity, 1))
}
.text-slate-700 {
	--tw-text-opacity: 1;
	color: rgb(51 65 85 / var(--tw-text-opacity, 1))
}
.text-slate-900 {
	--tw-text-opacity: 1;
	color: rgb(15 23 42 / var(--tw-text-opacity, 1))
}
.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.underline {
	text-decoration-line: underline
}
.decoration-neutral-400 {
	text-decoration-color: #a3a3a3
}
.decoration-slate-200 {
	text-decoration-color: #e2e8f0
}
.underline-offset-4 {
	text-underline-offset: 4px
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.opacity-0 {
	opacity: 0
}
.opacity-100 {
	opacity: 1
}
.opacity-75 {
	opacity: .75
}
.opacity-90 {
	opacity: .9
}
.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-2xl {
	--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
	--tw-shadow-colored: 0 25px 50px -12px 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-\[0px_0px_1px_0px_rgba\(0\, 0\, 0\, 0\.03\)\, 0px_1px_2px_0px_rgba\(0\, 0\, 0\, 0\.06\)\] {
	--tw-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .03), 0px 1px 2px 0px rgba(0, 0, 0, .06);
	--tw-shadow-colored: 0px 0px 1px 0px var(--tw-shadow-color), 0px 1px 2px 0px 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-\[inset_0px_0px_0px_1px_rgba\(26\, 26\, 0\, 0\.16\)\] {
	--tw-shadow: inset 0px 0px 0px 1px rgba(26, 26, 0, .16);
	--tw-shadow-colored: inset 0px 0px 0px 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-sm {
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-red-200 {
	--tw-shadow-color: #fecaca;
	--tw-shadow: var(--tw-shadow-colored)
}
.shadow-sky-200 {
	--tw-shadow-color: #bae6fd;
	--tw-shadow: var(--tw-shadow-colored)
}
.shadow-slate-200 {
	--tw-shadow-color: #e2e8f0;
	--tw-shadow: var(--tw-shadow-colored)
}
.shadow-slate-200\/60 {
	--tw-shadow-color: rgb(226 232 240 / .6);
	--tw-shadow: var(--tw-shadow-colored)
}
.shadow-slate-900\/5 {
	--tw-shadow-color: rgb(15 23 42 / .05);
	--tw-shadow: var(--tw-shadow-colored)
}
.ring-1 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.ring-black {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))
}
.ring-gray-300 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))
}
.ring-opacity-5 {
	--tw-ring-opacity: .05
}
.blur-2xl {
	--tw-blur: blur(40px);
	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)
}
.blur-3xl {
	--tw-blur: blur(64px);
	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)
}
.grayscale {
	--tw-grayscale: grayscale(100%);
	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)!important
}
.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-blur {
	--tw-backdrop-blur: blur(8px);
	-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)
}
.backdrop-blur-md {
	--tw-backdrop-blur: blur(12px);
	-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
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}
.delay-300 {
	transition-delay: .3s
}
.duration-150 {
	transition-duration: .15s
}
.duration-200 {
	transition-duration: .2s
}
.duration-300 {
	transition-duration: .3s
}
.duration-75 {
	transition-duration: 75ms
}
.ease-in {
	transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}
.ease-in-out {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, .2, 1)
}
.before\:absolute:before {
	content: var(--tw-content);
	position: absolute
}
.before\:bottom-0:before {
	content: var(--tw-content);
	bottom: 0
}
.before\:bottom-1\/2:before {
	content: var(--tw-content);
	bottom: 50%
}
.before\:left-\[0\.4rem\]:before {
	content: var(--tw-content);
	left: .4rem
}
.before\:top-0:before {
	content: var(--tw-content);
	top: 0
}
.before\:top-1\/2:before {
	content: var(--tw-content);
	top: 50%
}
.before\:border-l:before {
	content: var(--tw-content);
	border-left-width: 1px
}
.before\:border-\[\#e3e3e0\]:before {
	content: var(--tw-content);
	--tw-border-opacity: 1;
	border-color: rgb(227 227 224 / var(--tw-border-opacity, 1))
}
.even\:bg-white:nth-child(2n) {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.hover\:scale-105:hover {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	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))
}
.hover\:border-\[\#19140035\]:hover {
	border-color: #19140035
}
.hover\:border-\[\#1915014a\]:hover {
	border-color: #1915014a
}
.hover\:border-black:hover {
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0 / var(--tw-border-opacity, 1))
}
.hover\:border-gray-300:hover {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
}
.hover\:border-sky-600:hover {
	--tw-border-opacity: 1;
	border-color: rgb(2 132 199 / var(--tw-border-opacity, 1))
}
.hover\:border-slate-200:hover {
	--tw-border-opacity: 1;
	border-color: rgb(226 232 240 / var(--tw-border-opacity, 1))
}
.hover\:border-slate-300:hover {
	--tw-border-opacity: 1;
	border-color: rgb(203 213 225 / var(--tw-border-opacity, 1))
}
.hover\:bg-black:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}
.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
}
.hover\:bg-gray-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1))
}
.hover\:bg-neutral-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1))
}
.hover\:bg-neutral-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1))
}
.hover\:bg-red-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1))
}
.hover\:bg-slate-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1))
}
.hover\:bg-slate-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1))
}
.hover\:bg-slate-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1))
}
.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.hover\:bg-white\/50:hover {
	background-color: #ffffff80
}
.hover\:text-gray-400:hover {
	--tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}
.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}
.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}
.hover\:text-gray-800:hover {
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity, 1))
}
.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity, 1))
}
.hover\:text-sky-600:hover {
	--tw-text-opacity: 1;
	color: rgb(2 132 199 / var(--tw-text-opacity, 1))
}
.hover\:text-slate-700:hover {
	--tw-text-opacity: 1;
	color: rgb(51 65 85 / var(--tw-text-opacity, 1))
}
.hover\:text-slate-900:hover {
	--tw-text-opacity: 1;
	color: rgb(15 23 42 / var(--tw-text-opacity, 1))
}
.hover\:underline:hover {
	text-decoration-line: underline
}
.focus\:border-blue-300:focus {
	--tw-border-opacity: 1;
	border-color: rgb(147 197 253 / var(--tw-border-opacity, 1))
}
.focus\:border-gray-300:focus {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
}
.focus\:border-indigo-500:focus {
	--tw-border-opacity: 1;
	border-color: rgb(99 102 241 / var(--tw-border-opacity, 1))
}
.focus\:border-indigo-700:focus {
	--tw-border-opacity: 1;
	border-color: rgb(67 56 202 / var(--tw-border-opacity, 1))
}
.focus\:border-slate-900:focus {
	--tw-border-opacity: 1;
	border-color: rgb(15 23 42 / var(--tw-border-opacity, 1))
}
.focus\:bg-gray-100:focus {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}
.focus\:bg-gray-50:focus {
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
}
.focus\:bg-gray-700:focus {
	--tw-bg-opacity: 1;
	background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1))
}
.focus\:bg-indigo-100:focus {
	--tw-bg-opacity: 1;
	background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1))
}
.focus\:bg-slate-900:focus {
	--tw-bg-opacity: 1;
	background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1))
}
.focus\:text-gray-500:focus {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}
.focus\:text-gray-700:focus {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}
.focus\:text-gray-800:focus {
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity, 1))
}
.focus\:text-indigo-800:focus {
	--tw-text-opacity: 1;
	color: rgb(55 48 163 / var(--tw-text-opacity, 1))
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px
}
.focus\:ring:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.focus\:ring-2:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.focus\:ring-indigo-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))
}
.focus\:ring-red-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))
}
.focus\:ring-slate-900:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1))
}
.focus\:ring-offset-2:focus {
	--tw-ring-offset-width: 2px
}
.active\:bg-gray-100:active {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}
.active\:bg-gray-900:active {
	--tw-bg-opacity: 1;
	background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1))
}
.active\:bg-red-700:active {
	--tw-bg-opacity: 1;
	background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1))
}
.active\:text-gray-500:active {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}
.active\:text-gray-700:active {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}
.active\:text-gray-800:active {
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity, 1))
}
.disabled\:opacity-25:disabled {
	opacity: .25
}
.group:hover .group-hover\:pointer-events-auto {
	pointer-events: auto
}
.group:hover .group-hover\:translate-y-0 {
	--tw-translate-y: 0px;
	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))
}
.group:hover .group-hover\:text-blue-500 {
	--tw-text-opacity: 1;
	color: rgb(59 130 246 / var(--tw-text-opacity, 1))
}
.group:hover .group-hover\:opacity-100 {
	opacity: 1
}
@media(min-width:640px) {
	.sm\:col-span-2 {
		grid-column: span 2 / span 2
	}
	.sm\:-my-px {
		margin-top: -1px;
		margin-bottom: -1px
	}
	.sm\:mx-auto {
		margin-left: auto;
		margin-right: auto
	}
	.sm\:mb-16 {
		margin-bottom: 4rem
	}
	.sm\:ms-10 {
		margin-inline-start: 2.5rem
	}
	.sm\:ms-6 {
		margin-inline-start: 1.5rem
	}
	.sm\:mt-0 {
		margin-top: 0
	}
	.sm\:inline-block {
		display: inline-block
	}
	.sm\:flex {
		display: flex
	}
	.sm\:hidden {
		display: none
	}
	.sm\:h-10 {
		height: 2.5rem
	}
	.sm\:h-20 {
		height: 5rem
	}
	.sm\:h-3 {
		height: .75rem
	}
	.sm\:w-10 {
		width: 2.5rem
	}
	.sm\:w-3 {
		width: .75rem
	}
	.sm\:w-48 {
		width: 12rem
	}
	.sm\:w-auto {
		width: auto
	}
	.sm\:w-full {
		width: 100%
	}
	.sm\:max-w-2xl {
		max-width: 42rem
	}
	.sm\:max-w-\[540px\] {
		max-width: 540px
	}
	.sm\:max-w-lg {
		max-width: 32rem
	}
	.sm\:max-w-md {
		max-width: 28rem
	}
	.sm\:max-w-sm {
		max-width: 24rem
	}
	.sm\:max-w-xl {
		max-width: 36rem
	}
	.sm\:flex-1 {
		flex: 1 1 0%
	}
	.sm\:translate-y-0 {
		--tw-translate-y: 0px;
		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))
	}
	.sm\:scale-100 {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		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))
	}
	.sm\:scale-95 {
		--tw-scale-x: .95;
		--tw-scale-y: .95;
		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))
	}
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
	.sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
	.sm\:flex-row {
		flex-direction: row
	}
	.sm\:flex-nowrap {
		flex-wrap: nowrap
	}
	.sm\:items-end {
		align-items: flex-end
	}
	.sm\:items-center {
		align-items: center
	}
	.sm\:justify-start {
		justify-content: flex-start
	}
	.sm\:justify-end {
		justify-content: flex-end
	}
	.sm\:justify-center {
		justify-content: center
	}
	.sm\:justify-between {
		justify-content: space-between
	}
	.sm\:gap-12 {
		gap: 3rem
	}
	.sm\:gap-2 {
		gap: .5rem
	}
	.sm\:gap-3 {
		gap: .75rem
	}
	.sm\:gap-4 {
		gap: 1rem
	}
	.sm\:gap-8 {
		gap: 2rem
	}
	.sm\:space-y-8>:not([hidden])~:not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2rem * var(--tw-space-y-reverse))
	}
	.sm\:rounded-lg {
		border-radius: .5rem
	}
	.sm\:p-14 {
		padding: 3.5rem
	}
	.sm\:p-8 {
		padding: 2rem
	}
	.sm\:px-0 {
		padding-left: 0;
		padding-right: 0
	}
	.sm\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.sm\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.sm\:py-0 {
		padding-top: 0;
		padding-bottom: 0
	}
	.sm\:py-2\.5 {
		padding-top: .625rem;
		padding-bottom: .625rem
	}
	.sm\:py-3 {
		padding-top: .75rem;
		padding-bottom: .75rem
	}
	.sm\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}
	.sm\:pb-0 {
		padding-bottom: 0
	}
	.sm\:pb-32 {
		padding-bottom: 8rem
	}
	.sm\:pr-8 {
		padding-right: 2rem
	}
	.sm\:pt-0 {
		padding-top: 0
	}
	.sm\:pt-16 {
		padding-top: 4rem
	}
	.sm\:pt-40 {
		padding-top: 10rem
	}
	.sm\:pt-8 {
		padding-top: 2rem
	}
	.sm\:text-5xl {
		font-size: 3rem;
		line-height: 1
	}
	.sm\:text-6xl {
		font-size: 3.75rem;
		line-height: 1
	}
	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem
	}
	.sm\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem
	}
	.sm\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
	.sm\:text-xs {
		font-size: .75rem;
		line-height: 1rem
	}
}
@media(min-width:768px) {
	.md\:max-w-none {
		max-width: none
	}
}
@media(min-width:1024px) {
	.lg\:fixed {
		position: fixed
	}
	.lg\:inset-y-0 {
		top: 0;
		bottom: 0
	}
	.lg\:left-0 {
		left: 0
	}
	.lg\:order-none {
		order: 0
	}
	.lg\:-ml-12 {
		margin-left: -3rem
	}
	.lg\:-ml-px {
		margin-left: -1px
	}
	.lg\:-mt-\[6\.6rem\] {
		margin-top: -6.6rem
	}
	.lg\:mb-0 {
		margin-bottom: 0
	}
	.lg\:mb-6 {
		margin-bottom: 1.5rem
	}
	.lg\:ml-0 {
		margin-left: 0
	}
	.lg\:block {
		display: block
	}
	.lg\:flex {
		display: flex
	}
	.lg\:inline-flex {
		display: inline-flex
	}
	.lg\:hidden {
		display: none
	}
	.lg\:aspect-auto {
		aspect-ratio: auto
	}
	.lg\:h-screen {
		height: 100vh
	}
	.lg\:w-72 {
		width: 18rem
	}
	.lg\:w-\[438px\] {
		width: 438px
	}
	.lg\:w-auto {
		width: auto
	}
	.lg\:max-w-4xl {
		max-width: 56rem
	}
	.lg\:max-w-\[700px\] {
		max-width: 700px
	}
	.lg\:grow {
		flex-grow: 1
	}
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
	.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\:gap-10 {
		gap: 2.5rem
	}
	.lg\:gap-16 {
		gap: 4rem
	}
	.lg\:rounded-r-lg {
		border-top-right-radius: .5rem;
		border-bottom-right-radius: .5rem
	}
	.lg\:rounded-t-none {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}
	.lg\:rounded-br-none {
		border-bottom-right-radius: 0
	}
	.lg\:rounded-tl-lg {
		border-top-left-radius: .5rem
	}
	.lg\:border-b-0 {
		border-bottom-width: 0px
	}
	.lg\:border-r {
		border-right-width: 1px
	}
	.lg\:p-20 {
		padding: 5rem
	}
	.lg\:p-8 {
		padding: 2rem
	}
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.lg\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem
	}
	.lg\:pl-72 {
		padding-left: 18rem
	}
	.lg\:pr-10 {
		padding-right: 2.5rem
	}
	.lg\:pr-6 {
		padding-right: 1.5rem
	}
	.lg\:pt-0 {
		padding-top: 0
	}
	.lg\:pt-10 {
		padding-top: 2.5rem
	}
	.lg\:pt-36 {
		padding-top: 9rem
	}
	.lg\:text-6xl {
		font-size: 3.75rem;
		line-height: 1
	}
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
}
.ltr\:origin-top-left:where([dir=ltr], [dir=ltr] *) {
	transform-origin: top left
}
.ltr\:origin-top-right:where([dir=ltr], [dir=ltr] *) {
	transform-origin: top right
}
.rtl\:origin-top-left:where([dir=rtl], [dir=rtl] *) {
	transform-origin: top left
}
.rtl\:origin-top-right:where([dir=rtl], [dir=rtl] *) {
	transform-origin: top right
}
.rtl\:flex-row-reverse:where([dir=rtl], [dir=rtl] *) {
	flex-direction: row-reverse
}
@media(prefers-color-scheme:dark) {
	.dark\:block {
		display: block
	}
	.dark\:hidden {
		display: none
	}
	.dark\:divide-white\/10>:not([hidden])~:not([hidden]) {
		border-color: #ffffff1a
	}
	.dark\:divide-white\/5>:not([hidden])~:not([hidden]) {
		border-color: #ffffff0d
	}
	.dark\:border {
		border-width: 1px
	}
	.dark\:border-none {
		border-style: none
	}
	.dark\:border-\[\#3E3E3A\] {
		--tw-border-opacity: 1;
		border-color: rgb(62 62 58 / var(--tw-border-opacity, 1))
	}
	.dark\:border-\[\#eeeeec\] {
		--tw-border-opacity: 1;
		border-color: rgb(238 238 236 / var(--tw-border-opacity, 1))
	}
	.dark\:border-amber-500 {
		--tw-border-opacity: 1;
		border-color: rgb(245 158 11 / var(--tw-border-opacity, 1))
	}
	.dark\:border-amber-800 {
		--tw-border-opacity: 1;
		border-color: rgb(146 64 14 / var(--tw-border-opacity, 1))
	}
	.dark\:border-blue-600 {
		--tw-border-opacity: 1;
		border-color: rgb(37 99 235 / var(--tw-border-opacity, 1))
	}
	.dark\:border-blue-800 {
		--tw-border-opacity: 1;
		border-color: rgb(30 64 175 / var(--tw-border-opacity, 1))
	}
	.dark\:border-emerald-500 {
		--tw-border-opacity: 1;
		border-color: rgb(16 185 129 / var(--tw-border-opacity, 1))
	}
	.dark\:border-emerald-600 {
		--tw-border-opacity: 1;
		border-color: rgb(5 150 105 / var(--tw-border-opacity, 1))
	}
	.dark\:border-gray-600 {
		--tw-border-opacity: 1;
		border-color: rgb(75 85 99 / var(--tw-border-opacity, 1))
	}
	.dark\:border-neutral-500 {
		--tw-border-opacity: 1;
		border-color: rgb(115 115 115 / var(--tw-border-opacity, 1))
	}
	.dark\:border-neutral-700 {
		--tw-border-opacity: 1;
		border-color: rgb(64 64 64 / var(--tw-border-opacity, 1))
	}
	.dark\:border-neutral-800 {
		--tw-border-opacity: 1;
		border-color: rgb(38 38 38 / var(--tw-border-opacity, 1))
	}
	.dark\:border-rose-500 {
		--tw-border-opacity: 1;
		border-color: rgb(244 63 94 / var(--tw-border-opacity, 1))
	}
	.dark\:border-rose-900 {
		--tw-border-opacity: 1;
		border-color: rgb(136 19 55 / var(--tw-border-opacity, 1))
	}
	.dark\:border-white\/10 {
		border-color: #ffffff1a
	}
	.dark\:border-white\/20 {
		border-color: #fff3
	}
	.dark\:border-white\/5 {
		border-color: #ffffff0d
	}
	.dark\:border-white\/\[9\%\] {
		border-color: #ffffff17
	}
	.dark\:bg-\[\#0a0a0a\] {
		--tw-bg-opacity: 1;
		background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-\[\#161615\] {
		--tw-bg-opacity: 1;
		background-color: rgb(22 22 21 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-\[\#1D0002\] {
		--tw-bg-opacity: 1;
		background-color: rgb(29 0 2 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-\[\#1a1a1a\] {
		--tw-bg-opacity: 1;
		background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-\[\#3E3E3A\] {
		--tw-bg-opacity: 1;
		background-color: rgb(62 62 58 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-\[\#eeeeec\] {
		--tw-bg-opacity: 1;
		background-color: rgb(238 238 236 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-amber-600 {
		--tw-bg-opacity: 1;
		background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-amber-950 {
		--tw-bg-opacity: 1;
		background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-blue-700 {
		--tw-bg-opacity: 1;
		background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-blue-950 {
		--tw-bg-opacity: 1;
		background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-emerald-600 {
		--tw-bg-opacity: 1;
		background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-emerald-900\/70 {
		background-color: #064e3bb3
	}
	.dark\:bg-gray-700 {
		--tw-bg-opacity: 1;
		background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-gray-800 {
		--tw-bg-opacity: 1;
		background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-gray-900 {
		--tw-bg-opacity: 1;
		background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-neutral-400 {
		--tw-bg-opacity: 1;
		background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-neutral-600 {
		--tw-bg-opacity: 1;
		background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-neutral-700 {
		--tw-bg-opacity: 1;
		background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-neutral-800 {
		--tw-bg-opacity: 1;
		background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-neutral-900 {
		--tw-bg-opacity: 1;
		background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-rose-600 {
		--tw-bg-opacity: 1;
		background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-rose-950 {
		--tw-bg-opacity: 1;
		background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-transparent {
		background-color: transparent
	}
	.dark\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
	}
	.dark\:bg-white\/10 {
		background-color: #ffffff1a
	}
	.dark\:bg-white\/5 {
		background-color: #ffffff0d
	}
	.dark\:bg-white\/\[2\%\] {
		background-color: #ffffff05
	}
	.dark\:bg-white\/\[3\%\] {
		background-color: #ffffff08
	}
	.dark\:text-\[\#1C1C1A\] {
		--tw-text-opacity: 1;
		color: rgb(28 28 26 / var(--tw-text-opacity, 1))
	}
	.dark\:text-\[\#A1A09A\] {
		--tw-text-opacity: 1;
		color: rgb(161 160 154 / var(--tw-text-opacity, 1))
	}
	.dark\:text-\[\#EDEDEC\] {
		--tw-text-opacity: 1;
		color: rgb(237 237 236 / var(--tw-text-opacity, 1))
	}
	.dark\:text-\[\#F61500\] {
		--tw-text-opacity: 1;
		color: rgb(246 21 0 / var(--tw-text-opacity, 1))
	}
	.dark\:text-\[\#FF4433\] {
		--tw-text-opacity: 1;
		color: rgb(255 68 51 / var(--tw-text-opacity, 1))
	}
	.dark\:text-amber-300 {
		--tw-text-opacity: 1;
		color: rgb(252 211 77 / var(--tw-text-opacity, 1))
	}
	.dark\:text-blue-300 {
		--tw-text-opacity: 1;
		color: rgb(147 197 253 / var(--tw-text-opacity, 1))
	}
	.dark\:text-emerald-400 {
		--tw-text-opacity: 1;
		color: rgb(52 211 153 / var(--tw-text-opacity, 1))
	}
	.dark\:text-emerald-500 {
		--tw-text-opacity: 1;
		color: rgb(16 185 129 / var(--tw-text-opacity, 1))
	}
	.dark\:text-gray-200 {
		--tw-text-opacity: 1;
		color: rgb(229 231 235 / var(--tw-text-opacity, 1))
	}
	.dark\:text-gray-300 {
		--tw-text-opacity: 1;
		color: rgb(209 213 219 / var(--tw-text-opacity, 1))
	}
	.dark\:text-gray-400 {
		--tw-text-opacity: 1;
		color: rgb(156 163 175 / var(--tw-text-opacity, 1))
	}
	.dark\:text-gray-600 {
		--tw-text-opacity: 1;
		color: rgb(75 85 99 / var(--tw-text-opacity, 1))
	}
	.dark\:text-neutral-100 {
		--tw-text-opacity: 1;
		color: rgb(245 245 245 / var(--tw-text-opacity, 1))
	}
	.dark\:text-neutral-200 {
		--tw-text-opacity: 1;
		color: rgb(229 229 229 / var(--tw-text-opacity, 1))
	}
	.dark\:text-neutral-300 {
		--tw-text-opacity: 1;
		color: rgb(212 212 212 / var(--tw-text-opacity, 1))
	}
	.dark\:text-neutral-400 {
		--tw-text-opacity: 1;
		color: rgb(163 163 163 / var(--tw-text-opacity, 1))
	}
	.dark\:text-neutral-500 {
		--tw-text-opacity: 1;
		color: rgb(115 115 115 / var(--tw-text-opacity, 1))
	}
	.dark\:text-neutral-600 {
		--tw-text-opacity: 1;
		color: rgb(82 82 82 / var(--tw-text-opacity, 1))
	}
	.dark\:text-neutral-900 {
		--tw-text-opacity: 1;
		color: rgb(23 23 23 / var(--tw-text-opacity, 1))
	}
	.dark\:text-rose-100 {
		--tw-text-opacity: 1;
		color: rgb(255 228 230 / var(--tw-text-opacity, 1))
	}
	.dark\:text-white {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1))
	}
	.dark\:shadow-\[inset_0px_0px_0px_1px_\#fffaed2d\] {
		--tw-shadow: inset 0px 0px 0px 1px #fffaed2d;
		--tw-shadow-colored: inset 0px 0px 0px 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)
	}
	.dark\:before\:border-\[\#3E3E3A\]:before {
		content: var(--tw-content);
		--tw-border-opacity: 1;
		border-color: rgb(62 62 58 / var(--tw-border-opacity, 1))
	}
	.dark\:hover\:border-\[\#3E3E3A\]:hover {
		--tw-border-opacity: 1;
		border-color: rgb(62 62 58 / var(--tw-border-opacity, 1))
	}
	.dark\:hover\:border-\[\#62605b\]:hover {
		--tw-border-opacity: 1;
		border-color: rgb(98 96 91 / var(--tw-border-opacity, 1))
	}
	.dark\:hover\:border-white:hover {
		--tw-border-opacity: 1;
		border-color: rgb(255 255 255 / var(--tw-border-opacity, 1))
	}
	.dark\:hover\:bg-gray-900:hover {
		--tw-bg-opacity: 1;
		background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1))
	}
	.dark\:hover\:bg-white:hover {
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
	}
	.dark\:hover\:bg-white\/10:hover {
		background-color: #ffffff1a
	}
	.dark\:hover\:bg-white\/5:hover, .hover\:dark\:bg-white\/5:hover {
		background-color: #ffffff0d
	}
	.dark\:hover\:text-gray-200:hover {
		--tw-text-opacity: 1;
		color: rgb(229 231 235 / var(--tw-text-opacity, 1))
	}
	.dark\:hover\:text-gray-300:hover {
		--tw-text-opacity: 1;
		color: rgb(209 213 219 / var(--tw-text-opacity, 1))
	}
	.hover\:dark\:text-white:hover {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1))
	}
	.dark\:focus\:border-blue-700:focus {
		--tw-border-opacity: 1;
		border-color: rgb(29 78 216 / var(--tw-border-opacity, 1))
	}
	.dark\:focus\:border-blue-800:focus {
		--tw-border-opacity: 1;
		border-color: rgb(30 64 175 / var(--tw-border-opacity, 1))
	}
	.dark\:active\:bg-gray-700:active {
		--tw-bg-opacity: 1;
		background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1))
	}
	.dark\:active\:text-gray-300:active {
		--tw-text-opacity: 1;
		color: rgb(209 213 219 / var(--tw-text-opacity, 1))
	}
	.group:hover .group-hover\:dark\:text-emerald-500 {
		--tw-text-opacity: 1;
		color: rgb(16 185 129 / var(--tw-text-opacity, 1))
	}
}
.\[\&_svg\]\:size-2\.5 svg {
	width: .625rem;
	height: .625rem
}
.\[\&_svg\]\:\!text-white svg {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1))!important
}
.hover\:\[\&_svg\]\:stroke-emerald-500 svg:hover {
	stroke: #10b981
}
@media(prefers-color-scheme:dark) {
	.dark\:\[\&_svg\]\:\!text-white svg {
		--tw-text-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1))!important
	}
}