#main {
	margin: auto;
	border: 1px solid #cccccc;
	width: 300px;
	background: #F1F3F5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}


.button {
	-moz-box-shadow: inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow: inset 0px -3px 7px 0px #29bbff;
	box-shadow: inset 0px -3px 7px 0px #29bbff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
	background: -moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: -webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: -o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: -ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa', GradientType=0);
	background-color: #2dabf9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #0b0e07;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	padding: 9px 23px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #263666;
}

.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
	background: -moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background: -webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background: -o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background: -ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9', GradientType=0);
	background-color: #0688fa;
}

.button:active {
	position: relative;
	top: 1px;
}


.myButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	background-color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #666666;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

.myButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
	background-color: #f6f6f6;
}

.myButton:active {
	position: relative;
	top: 1px;
}


form {
	margin: auto;
	border: 1px solid #cccccc;
	background: #E9ECEF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}

#result {

	border: 1px solid #cccccc;
	width: 160px;
	background: #E9ECEF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 50px;
}

.text {
	border: 1px solid #cccccc;
}

input {
	border: 0px solid #cccccc;
}

.values {
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	align: top;
	vertical-align: top;
}

.key {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 15px;
}


.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px;
	font-size: 14px;
	color: #C64934;
}

#icon {
	width: 100px;
	height: 100px;
	float: left;
	background-image: url(icon.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#icon2 {
	width: 100px;
	height: 100px;
	float: left;
	background-image: url(icon2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#source {
	text-align: right;
	align: right;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #CCCCCC;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

/*! purgecss start ignore */
/*! purgecss end ignore */
/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
*,
:after,
:before {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb
}

:after,
:before {
	--tw-content: ""
}

:host,
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	font-family: Roboto, sans-serif;
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	line-height: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit
}

a {
	color: inherit;
	text-decoration: inherit
}

b {
	font-weight: bolder
}

code {
	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
}

button {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0
}

button {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-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
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0
}

menu,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

[role=button],
button {
	cursor: pointer
}

:disabled {
	cursor: default
}

img,
svg {
	display: block;
	vertical-align: middle
}

img {
	max-width: 100%;
	height: auto
}

[hidden] {
	display: none
}

:root,
[data-theme] {
	background-color: var(--fallback-b1, oklch(var(--b1)/1));
	color: var(--fallback-bc, oklch(var(--bc)/1))
}

@supports not (color:oklch(0 0 0)) {
	:root {
		color-scheme: light;
		--fallback-p: #491eff;
		--fallback-pc: #d4dbff;
		--fallback-s: #ff41c7;
		--fallback-sc: #fff9fc;
		--fallback-a: #00cfbd;
		--fallback-ac: #00100d;
		--fallback-n: #2b3440;
		--fallback-nc: #d7dde4;
		--fallback-b1: #ffffff;
		--fallback-b2: #e5e6e6;
		--fallback-b3: #e5e6e6;
		--fallback-bc: #1f2937;
		--fallback-in: #00b3f0;
		--fallback-inc: #000000;
		--fallback-su: #00ca92;
		--fallback-suc: #000000;
		--fallback-wa: #ffc22d;
		--fallback-wac: #000000;
		--fallback-er: #ff6f70;
		--fallback-erc: #000000
	}

	@media (prefers-color-scheme:dark) {
		:root {
			color-scheme: dark;
			--fallback-p: #7582ff;
			--fallback-pc: #050617;
			--fallback-s: #ff71cf;
			--fallback-sc: #190211;
			--fallback-a: #00c7b5;
			--fallback-ac: #000e0c;
			--fallback-n: #2a323c;
			--fallback-nc: #a6adbb;
			--fallback-b1: #1d232a;
			--fallback-b2: #191e24;
			--fallback-b3: #15191e;
			--fallback-bc: #a6adbb;
			--fallback-in: #00b3f0;
			--fallback-inc: #000000;
			--fallback-su: #00ca92;
			--fallback-suc: #000000;
			--fallback-wa: #ffc22d;
			--fallback-wac: #000000;
			--fallback-er: #ff6f70;
			--fallback-erc: #000000
		}
	}
}

html {
	-webkit-tap-highlight-color: transparent
}

:root {
	color-scheme: light;
	--in: .7206 .191 231.6;
	--su: 64.8% .15 160;
	--wa: .8471 .199 83.87;
	--er: .7176 .221 22.18;
	--pc: .89824 .06192 275.75;
	--ac: .15352 .0368 183.61;
	--inc: 0 0 0;
	--suc: 0 0 0;
	--wac: 0 0 0;
	--erc: 0 0 0;
	--rounded-box: 1rem;
	--rounded-btn: .5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: .25s;
	--animation-input: .2s;
	--btn-focus-scale: .95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: .5rem;
	--p: .4912 .3096 275.75;
	--s: .6971 .329 342.55;
	--sc: .9871 .0106 342.55;
	--a: .7676 .184 183.61;
	--n: .321785 .02476 255.701624;
	--nc: .894994 .011585 252.096176;
	--b1: 1 0 0;
	--b2: .961151 0 0;
	--b3: .924169 .00108 197.137559;
	--bc: .278078 .029596 256.847952
}

@media (prefers-color-scheme:dark) {
	:root {
		color-scheme: dark;
		--in: .7206 .191 231.6;
		--su: 64.8% .15 160;
		--wa: .8471 .199 83.87;
		--er: .7176 .221 22.18;
		--pc: .13138 .0392 275.75;
		--sc: .1496 .052 342.55;
		--ac: .14902 .0334 183.61;
		--inc: 0 0 0;
		--suc: 0 0 0;
		--wac: 0 0 0;
		--erc: 0 0 0;
		--rounded-box: 1rem;
		--rounded-btn: .5rem;
		--rounded-badge: 1.9rem;
		--animation-btn: .25s;
		--animation-input: .2s;
		--btn-focus-scale: .95;
		--border-btn: 1px;
		--tab-border: 1px;
		--tab-radius: .5rem;
		--p: .6569 .196 275.75;
		--s: .748 .26 342.55;
		--a: .7451 .167 183.61;
		--n: .313815 .021108 254.139175;
		--nc: .746477 .0216 264.435964;
		--b1: .253267 .015896 252.417568;
		--b2: .232607 .013807 253.100675;
		--b3: .211484 .01165 254.087939;
		--bc: .746477 .0216 264.435964
	}
}

[data-theme=light] {
	color-scheme: light;
	--in: .7206 .191 231.6;
	--su: 64.8% .15 160;
	--wa: .8471 .199 83.87;
	--er: .7176 .221 22.18;
	--pc: .89824 .06192 275.75;
	--ac: .15352 .0368 183.61;
	--inc: 0 0 0;
	--suc: 0 0 0;
	--wac: 0 0 0;
	--erc: 0 0 0;
	--rounded-box: 1rem;
	--rounded-btn: .5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: .25s;
	--animation-input: .2s;
	--btn-focus-scale: .95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: .5rem;
	--p: .4912 .3096 275.75;
	--s: .6971 .329 342.55;
	--sc: .9871 .0106 342.55;
	--a: .7676 .184 183.61;
	--n: .321785 .02476 255.701624;
	--nc: .894994 .011585 252.096176;
	--b1: 1 0 0;
	--b2: .961151 0 0;
	--b3: .924169 .00108 197.137559;
	--bc: .278078 .029596 256.847952
}

[data-theme=dark] {
	color-scheme: dark;
	--in: .7206 .191 231.6;
	--su: 64.8% .15 160;
	--wa: .8471 .199 83.87;
	--er: .7176 .221 22.18;
	--pc: .13138 .0392 275.75;
	--sc: .1496 .052 342.55;
	--ac: .14902 .0334 183.61;
	--inc: 0 0 0;
	--suc: 0 0 0;
	--wac: 0 0 0;
	--erc: 0 0 0;
	--rounded-box: 1rem;
	--rounded-btn: .5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: .25s;
	--animation-input: .2s;
	--btn-focus-scale: .95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: .5rem;
	--p: .6569 .196 275.75;
	--s: .748 .26 342.55;
	--a: .7451 .167 183.61;
	--n: .313815 .021108 254.139175;
	--nc: .746477 .0216 264.435964;
	--b1: .253267 .015896 252.417568;
	--b2: .232607 .013807 253.100675;
	--b3: .211484 .01165 254.087939;
	--bc: .746477 .0216 264.435964
}

[multiple],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week] {
	-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
}

[multiple]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]: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
}

::-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-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-year-field {
	padding-top: 0;
	padding-bottom: 0
}

[multiple],
[size]:where(select: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
}

[type=checkbox],
[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
}

[type=checkbox] {
	border-radius: 0
}

[type=radio] {
	border-radius: 100%
}

[type=checkbox]:focus,
[type=radio]:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty, );
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
}

[type=checkbox]:checked,
[type=radio]:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat
}

[type=checkbox]:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

@media (forced-colors:active) {
	[type=checkbox]:checked {
		-webkit-appearance: auto;
		-moz-appearance: auto;
		appearance: auto
	}
}

[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) {
	[type=radio]:checked {
		-webkit-appearance: auto;
		-moz-appearance: auto;
		appearance: auto
	}
}

[type=checkbox]:checked:focus,
[type=checkbox]:checked:hover,
[type=radio]:checked:focus,
[type=radio]:checked:hover {
	border-color: transparent;
	background-color: currentColor
}

[type=checkbox]:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat
}

@media (forced-colors:active) {
	[type=checkbox]:indeterminate {
		-webkit-appearance: auto;
		-moz-appearance: auto;
		appearance: auto
	}
}

[type=checkbox]:indeterminate:focus,
[type=checkbox]:indeterminate:hover {
	border-color: transparent;
	background-color: currentColor
}

[type=file] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit
}

[type=file]:focus {
	outline: 1px solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color
}

:root {
	--danger-50: 254, 242, 242;
	--danger-100: 254, 226, 226;
	--danger-200: 254, 202, 202;
	--danger-300: 252, 165, 165;
	--danger-400: 248, 113, 113;
	--danger-500: 239, 68, 68;
	--danger-600: 220, 38, 38;
	--danger-700: 185, 28, 28;
	--danger-800: 153, 27, 27;
	--danger-900: 127, 29, 29;
	--danger-950: 69, 10, 10;
	--success-50: 240, 253, 244;
	--success-100: 220, 252, 231;
	--success-200: 187, 247, 208;
	--success-300: 134, 239, 172;
	--success-400: 74, 222, 128;
	--success-500: 34, 197, 94;
	--success-600: 22, 163, 74;
	--success-700: 21, 128, 61;
	--success-800: 22, 101, 52;
	--success-900: 20, 83, 45;
	--success-950: 5, 46, 22;
	--warning-50: 255, 251, 235;
	--warning-100: 254, 243, 199;
	--warning-200: 253, 230, 138;
	--warning-300: 252, 211, 77;
	--warning-400: 251, 191, 36;
	--warning-500: 245, 158, 11;
	--warning-600: 217, 119, 6;
	--warning-700: 180, 83, 9;
	--warning-800: 146, 64, 14;
	--warning-900: 120, 53, 15;
	--warning-950: 69, 26, 3
}

body {
	background: var(--bg-color);
	color: var(--text-color)
}

*,
:after,
:before {
	--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-scroll-snap-strictness: proximity;
	--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
}

::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-scroll-snap-strictness: proximity;
	--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
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem
}

@media (min-width:480px) {
	.container {
		max-width: 480px
	}
}

@media (min-width:640px) {
	.container {
		max-width: 640px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 768px
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1024px
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1280px
	}
}

@media (min-width:1536px) {
	.container {
		max-width: 1536px
	}
}

.alert {
	display: grid;
	width: 100%;
	grid-auto-flow: row;
	align-content: flex-start;
	align-items: center;
	justify-items: center;
	gap: 1rem;
	text-align: center;
	border-radius: var(--rounded-box, 1rem);
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: var(--fallback-b2, oklch(var(--b2)/var(--tw-border-opacity)));
	padding: 1rem;
	--tw-text-opacity: 1;
	color: var(--fallback-bc, oklch(var(--bc)/var(--tw-text-opacity)));
	--alert-bg: var(--fallback-b2, oklch(var(--b2)/1));
	--alert-bg-mix: var(--fallback-b1, oklch(var(--b1)/1));
	background-color: var(--alert-bg)
}

@media (min-width:640px) {
	.alert {
		grid-auto-flow: column;
		grid-template-columns: auto minmax(auto, 1fr);
		justify-items: start;
		text-align: start
	}
}

.badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
	transition-duration: .2s;
	height: 1.25rem;
	font-size: .875rem;
	line-height: 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
	padding-left: .563rem;
	padding-right: .563rem;
	border-radius: var(--rounded-badge, 1.9rem);
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: var(--fallback-b2, oklch(var(--b2)/var(--tw-border-opacity)));
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1, oklch(var(--b1)/var(--tw-bg-opacity)));
	--tw-text-opacity: 1;
	color: var(--fallback-bc, oklch(var(--bc)/var(--tw-text-opacity)))
}
.menu li>*:not(ul):not(.menu-title):not(details):active, .menu li>*:not(ul):not(.menu-title):not(details).active, .menu li>details>summary:active {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n, oklch(var(--n) / var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-nc, oklch(var(--nc) / var(--tw-text-opacity)));
}
@media (hover:hover) {

	.menu li>:not(ul):not(.menu-title):not(details).active,
	.menu li>:not(ul):not(.menu-title):not(details):active {
		--tw-bg-opacity: 1;
		background-color: var(--fallback-n, oklch(var(--n)/var(--tw-bg-opacity)));
		--tw-text-opacity: 1;
		color: var(--fallback-nc, oklch(var(--nc)/var(--tw-text-opacity)))
	}
}
.menu :where(li:not(.menu-title)>*:not(ul):not(details):not(.menu-title)), .menu :where(li:not(.menu-title)>details>summary:not(.menu-title)) {
    border-radius: var(--rounded-btn, .5rem);
    padding: .5rem 1rem;
    text-align: start;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(0,0,.2,1);
    transition-duration: .2s;
    text-wrap: balance;
}
.menu :where(li:not(.menu-title)>*:not(ul):not(details):not(.menu-title)), .menu :where(li:not(.menu-title)>details>summary:not(.menu-title)) {
    display: grid;
    grid-auto-flow: column;
    align-content: flex-start;
    align-items: center;
    gap: .5rem;
    grid-auto-columns: minmax(auto, max-content) auto max-content;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.btn {
	display: inline-flex;
	height: 3rem;
	min-height: 3rem;
	flex-shrink: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: var(--rounded-btn, .5rem);
	border-color: transparent;
	border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
	font-size: .875rem;
	line-height: 1em;
	gap: .5rem;
	font-weight: 600;
	text-decoration-line: none;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
	border-width: var(--border-btn, 1px);
	animation: button-pop var(--animation-btn, .25s) ease-out;
	transition-property: color, background-color, border-color, opacity, box-shadow, transform;
	--tw-text-opacity: 1;
	color: var(--fallback-bc, oklch(var(--bc)/var(--tw-text-opacity)));
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	outline-color: var(--fallback-bc, oklch(var(--bc)/1));
	background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
	--tw-bg-opacity: 1;
	--tw-border-opacity: 1
}

.btn:disabled,
.btn[disabled] {
	pointer-events: none
}

.btn-square {
	height: 3rem;
	width: 3rem;
	padding: 0
}

:where(.btn:is(input[type=checkbox])),
:where(.btn:is(input[type=radio])) {
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.btn:is(input[type=checkbox]):after,
.btn:is(input[type=radio]):after {
	--tw-content: attr(aria-label);
	content: var(--tw-content)
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: var(--rounded-box, 1rem)
}

.card:focus {
	outline: 2px solid transparent;
	outline-offset: 2px
}

.card.image-full {
	display: grid
}

.card.image-full:before {
	position: relative;
	content: "";
	z-index: 10;
	border-radius: var(--rounded-box, 1rem);
	--tw-bg-opacity: 1;
	background-color: var(--fallback-n, oklch(var(--n)/var(--tw-bg-opacity)));
	opacity: .75
}

.card.image-full:before,
.card.image-full>* {
	grid-column-start: 1;
	grid-row-start: 1
}

.card.image-full>.card-body {
	position: relative;
	z-index: 20;
	--tw-text-opacity: 1;
	color: var(--fallback-nc, oklch(var(--nc)/var(--tw-text-opacity)))
}

.collapse:not(td):not(tr):not(colgroup) {
	visibility: visible
}

.collapse {
	position: relative;
	display: grid;
	overflow: hidden;
	grid-template-rows: auto 0fr;
	transition: grid-template-rows .2s;
	width: 100%;
	border-radius: var(--rounded-box, 1rem)
}

.collapse-content,
.collapse-title {
	grid-column-start: 1;
	grid-row-start: 1
}

.collapse:focus:not(.collapse-close),
.collapse[open] {
	grid-template-rows: auto 1fr
}

.collapse:not(.collapse-close):has(>input[type=checkbox]:checked),
.collapse:not(.collapse-close):has(>input[type=radio]:checked) {
	grid-template-rows: auto 1fr
}

.collapse:focus:not(.collapse-close)>.collapse-content,
.collapse:not(.collapse-close)>input[type=checkbox]:checked~.collapse-content,
.collapse:not(.collapse-close)>input[type=radio]:checked~.collapse-content,
.collapse[open]>.collapse-content {
	visibility: visible;
	min-height: -moz-fit-content;
	min-height: fit-content
}

@media (hover:hover) {
	.btn:hover {
		--tw-border-opacity: 1;
		border-color: var(--fallback-b3, oklch(var(--b3)/var(--tw-border-opacity)));
		--tw-bg-opacity: 1;
		background-color: var(--fallback-b3, oklch(var(--b3)/var(--tw-bg-opacity)))
	}

	@supports (color:color-mix(in oklab, black, black)) {
		.btn:hover {
			background-color: color-mix(in oklab, oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%, #000);
			border-color: color-mix(in oklab, oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%, #000)
		}
	}

	@supports not (color:oklch(0 0 0)) {
		.btn:hover {
			background-color: var(--btn-color, var(--fallback-b2));
			border-color: var(--btn-color, var(--fallback-b2))
		}
	}

	.btn-ghost:hover {
		border-color: transparent
	}

	@supports (color:oklch(0 0 0)) {
		.btn-ghost:hover {
			background-color: var(--fallback-bc, oklch(var(--bc)/.2))
		}
	}

	@supports (color:color-mix(in oklab, black, black)) {
		.btn-outline.btn-primary:hover {
			background-color: color-mix(in oklab, var(--fallback-p, oklch(var(--p)/1)) 90%, #000);
			border-color: color-mix(in oklab, var(--fallback-p, oklch(var(--p)/1)) 90%, #000)
		}
	}

	@supports (color:color-mix(in oklab, black, black)) {
		.btn-outline.btn-secondary:hover {
			background-color: color-mix(in oklab, var(--fallback-s, oklch(var(--s)/1)) 90%, #000);
			border-color: color-mix(in oklab, var(--fallback-s, oklch(var(--s)/1)) 90%, #000)
		}
	}

	@supports (color:color-mix(in oklab, black, black)) {
		.btn-outline.btn-accent:hover {
			background-color: color-mix(in oklab, var(--fallback-a, oklch(var(--a)/1)) 90%, #000);
			border-color: color-mix(in oklab, var(--fallback-a, oklch(var(--a)/1)) 90%, #000)
		}
	}

	@supports (color:color-mix(in oklab, black, black)) {
		.btn-outline.btn-success:hover {
			background-color: color-mix(in oklab, var(--fallback-su, oklch(var(--su)/1)) 90%, #000);
			border-color: color-mix(in oklab, var(--fallback-su, oklch(var(--su)/1)) 90%, #000)
		}
	}

	@supports (color:color-mix(in oklab, black, black)) {
		.btn-outline.btn-info:hover {
			background-color: color-mix(in oklab, var(--fallback-in, oklch(var(--in)/1)) 90%, #000);
			border-color: color-mix(in oklab, var(--fallback-in, oklch(var(--in)/1)) 90%, #000)
		}
	}

	@supports (color:color-mix(in oklab, black, black)) {
		.btn-outline.btn-warning:hover {
			background-color: color-mix(in oklab, var(--fallback-wa, oklch(var(--wa)/1)) 90%, #000);
			border-color: color-mix(in oklab, var(--fallback-wa, oklch(var(--wa)/1)) 90%, #000)
		}
	}

	@supports (color:color-mix(in oklab, black, black)) {
		.btn-outline.btn-error:hover {
			background-color: color-mix(in oklab, var(--fallback-er, oklch(var(--er)/1)) 90%, #000);
			border-color: color-mix(in oklab, var(--fallback-er, oklch(var(--er)/1)) 90%, #000)
		}
	}

	.btn:disabled:hover,
	.btn[disabled]:hover {
		--tw-border-opacity: 0;
		background-color: var(--fallback-n, oklch(var(--n)/var(--tw-bg-opacity)));
		--tw-bg-opacity: .2;
		color: var(--fallback-bc, oklch(var(--bc)/var(--tw-text-opacity)));
		--tw-text-opacity: .2
	}

	@supports (color:color-mix(in oklab, black, black)) {

		.btn:is(input[type=checkbox]:checked):hover,
		.btn:is(input[type=radio]:checked):hover {
			background-color: color-mix(in oklab, var(--fallback-p, oklch(var(--p)/1)) 90%, #000);
			border-color: color-mix(in oklab, var(--fallback-p, oklch(var(--p)/1)) 90%, #000)
		}
	}

	:where(.menu li:not(.menu-title):not(.disabled)>:not(ul):not(details):not(.menu-title)):not(.active):hover,
	:where(.menu li:not(.menu-title):not(.disabled)>details>summary:not(.menu-title)):not(.active):hover {
		cursor: pointer;
		outline: 2px solid transparent;
		outline-offset: 2px
	}

	@supports (color:oklch(0 0 0)) {

		:where(.menu li:not(.menu-title):not(.disabled)>:not(ul):not(details):not(.menu-title)):not(.active):hover,
		:where(.menu li:not(.menu-title):not(.disabled)>details>summary:not(.menu-title)):not(.active):hover {
			background-color: var(--fallback-bc, oklch(var(--bc)/.1))
		}
	}
}

.footer {
	display: grid;
	width: 100%;
	grid-auto-flow: row;
	place-items: start;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	row-gap: 2.5rem;
	font-size: .875rem;
	line-height: 1.25rem
}

.footer>* {
	display: grid;
	place-items: start;
	gap: .5rem
}

.footer-center {
	place-items: center;
	text-align: center
}

.footer-center>* {
	place-items: center
}

@media (min-width:48rem) {
	.footer {
		grid-auto-flow: column
	}

	.footer-center {
		grid-auto-flow: row dense
	}
}

.link {
	cursor: pointer;
	text-decoration-line: underline
}

.menu {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	font-size: .875rem;
	line-height: 1.25rem;
	padding: .5rem
}

.menu :where(li ul) {
	position: relative;
	white-space: nowrap;
	margin-inline-start: 1rem;
	padding-inline-start: .5rem
}

.menu :where(li:not(.menu-title)>:not(ul):not(details):not(.menu-title)),
.menu :where(li:not(.menu-title)>details>summary:not(.menu-title)) {
	display: grid;
	grid-auto-flow: column;
	align-content: flex-start;
	align-items: center;
	gap: .5rem;
	grid-auto-columns: minmax(auto, max-content) auto max-content;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.menu :where(li>.menu-dropdown:not(.menu-dropdown-show)) {
	display: none
}

:where(.menu li) {
	position: relative;
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: stretch
}

:where(.menu li) .badge {
	justify-self: end
}
.menu-horizontal {
    display: inline-flex;
    flex-direction: row;
}
:where(.modal) {
	align-items: center
}

:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked+.modal, .modal[open])) {
	overflow: hidden
}

.navbar {
	display: flex;
	align-items: center;
	padding: var(--navbar-padding, .5rem);
	min-height: 4rem;
	width: 100%
}

:where(.navbar>*) {
	display: inline-flex;
	align-items: center
}

.progress {
	position: relative;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	height: .5rem;
	border-radius: var(--rounded-box, 1rem);
	background-color: var(--fallback-bc, oklch(var(--bc)/.2))
}

.swap {
	position: relative;
	display: inline-grid;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	place-content: center;
	cursor: pointer
}

.swap>* {
	grid-column-start: 1;
	grid-row-start: 1;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
	transition-property: transform, opacity
}

.swap .swap-on {
	opacity: 0
}

.swap-active .swap-on {
	opacity: 1
}

.alert-warning {
	border-color: var(--fallback-wa, oklch(var(--wa)/.2));
	--tw-text-opacity: 1;
	color: var(--fallback-wac, oklch(var(--wac)/var(--tw-text-opacity)));
	--alert-bg: var(--fallback-wa, oklch(var(--wa)/1));
	--alert-bg-mix: var(--fallback-b1, oklch(var(--b1)/1))
}

.badge-ghost {
	--tw-border-opacity: 1;
	border-color: var(--fallback-b2, oklch(var(--b2)/var(--tw-border-opacity)));
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b2, oklch(var(--b2)/var(--tw-bg-opacity)));
	--tw-text-opacity: 1;
	color: var(--fallback-bc, oklch(var(--bc)/var(--tw-text-opacity)))
}

.btn:active:focus,
.btn:active:hover {
	animation: button-pop 0s ease-out;
	transform: scale(var(--btn-focus-scale, .97))
}

@supports not (color:oklch(0 0 0)) {
	.btn {
		background-color: var(--btn-color, var(--fallback-b2));
		border-color: var(--btn-color, var(--fallback-b2))
	}

	.btn-info {
		--btn-color: var(--fallback-in)
	}

	.btn-error {
		--btn-color: var(--fallback-er)
	}

	.prose :where(code):not(:where([class~=not-prose]*, pre*)) {
		background-color: var(--fallback-b3, oklch(var(--b3)/1))
	}
}

@supports (color:color-mix(in oklab, black, black)) {
	.btn-outline.btn-primary.btn-active {
		background-color: color-mix(in oklab, var(--fallback-p, oklch(var(--p)/1)) 90%, #000);
		border-color: color-mix(in oklab, var(--fallback-p, oklch(var(--p)/1)) 90%, #000)
	}

	.btn-outline.btn-secondary.btn-active {
		background-color: color-mix(in oklab, var(--fallback-s, oklch(var(--s)/1)) 90%, #000);
		border-color: color-mix(in oklab, var(--fallback-s, oklch(var(--s)/1)) 90%, #000)
	}

	.btn-outline.btn-accent.btn-active {
		background-color: color-mix(in oklab, var(--fallback-a, oklch(var(--a)/1)) 90%, #000);
		border-color: color-mix(in oklab, var(--fallback-a, oklch(var(--a)/1)) 90%, #000)
	}

	.btn-outline.btn-success.btn-active {
		background-color: color-mix(in oklab, var(--fallback-su, oklch(var(--su)/1)) 90%, #000);
		border-color: color-mix(in oklab, var(--fallback-su, oklch(var(--su)/1)) 90%, #000)
	}

	.btn-outline.btn-info.btn-active {
		background-color: color-mix(in oklab, var(--fallback-in, oklch(var(--in)/1)) 90%, #000);
		border-color: color-mix(in oklab, var(--fallback-in, oklch(var(--in)/1)) 90%, #000)
	}

	.btn-outline.btn-warning.btn-active {
		background-color: color-mix(in oklab, var(--fallback-wa, oklch(var(--wa)/1)) 90%, #000);
		border-color: color-mix(in oklab, var(--fallback-wa, oklch(var(--wa)/1)) 90%, #000)
	}

	.btn-outline.btn-error.btn-active {
		background-color: color-mix(in oklab, var(--fallback-er, oklch(var(--er)/1)) 90%, #000);
		border-color: color-mix(in oklab, var(--fallback-er, oklch(var(--er)/1)) 90%, #000)
	}
}

.btn:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px
}

@supports (color:oklch(0 0 0)) {
	.btn-info {
		--btn-color: var(--in)
	}

	.btn-error {
		--btn-color: var(--er)
	}
}

.btn-error {
	--tw-text-opacity: 1;
	color: var(--fallback-erc, oklch(var(--erc)/var(--tw-text-opacity)));
	outline-color: var(--fallback-er, oklch(var(--er)/1))
}

.btn-ghost {
	border-width: 1px;
	border-color: transparent;
	background-color: transparent;
	color: currentColor;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	outline-color: currentColor
}

.btn-ghost.btn-active {
	border-color: transparent;
	background-color: var(--fallback-bc, oklch(var(--bc)/.2))
}

.btn:disabled,
.btn[disabled] {
	--tw-border-opacity: 0;
	background-color: var(--fallback-n, oklch(var(--n)/var(--tw-bg-opacity)));
	--tw-bg-opacity: .2;
	color: var(--fallback-bc, oklch(var(--bc)/var(--tw-text-opacity)));
	--tw-text-opacity: .2
}

.btn:is(input[type=checkbox]:checked),
.btn:is(input[type=radio]:checked) {
	--tw-border-opacity: 1;
	border-color: var(--fallback-p, oklch(var(--p)/var(--tw-border-opacity)));
	--tw-bg-opacity: 1;
	background-color: var(--fallback-p, oklch(var(--p)/var(--tw-bg-opacity)));
	--tw-text-opacity: 1;
	color: var(--fallback-pc, oklch(var(--pc)/var(--tw-text-opacity)))
}

.btn:is(input[type=checkbox]:checked):focus-visible,
.btn:is(input[type=radio]:checked):focus-visible {
	outline-color: var(--fallback-p, oklch(var(--p)/1))
}

@keyframes button-pop {
	0% {
		transform: scale(var(--btn-focus-scale, .98))
	}

	40% {
		transform: scale(1.02)
	}

	to {
		transform: scale(1)
	}
}

.card :where(figure:first-child) {
	overflow: hidden;
	border-start-start-radius: inherit;
	border-start-end-radius: inherit;
	border-end-start-radius: unset;
	border-end-end-radius: unset
}

.card :where(figure:last-child) {
	overflow: hidden;
	border-start-start-radius: unset;
	border-start-end-radius: unset;
	border-end-start-radius: inherit;
	border-end-end-radius: inherit
}

.card:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px
}

.card-title {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 600
}

.card.image-full :where(figure) {
	overflow: hidden;
	border-radius: inherit
}

@keyframes checkmark {
	0% {
		background-position-y: 5px
	}

	50% {
		background-position-y: -2px
	}

	to {
		background-position-y: 0
	}
}

.collapse:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc, oklch(var(--bc)/1))
}

.collapse:has(.collapse-title:focus-visible),
.collapse:has(>input[type=checkbox]:focus-visible),
.collapse:has(>input[type=radio]:focus-visible) {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc, oklch(var(--bc)/1))
}

.collapse:not(.collapse-open):not(.collapse-close)>.collapse-title,
.collapse:not(.collapse-open):not(.collapse-close)>input[type=checkbox],
.collapse:not(.collapse-open):not(.collapse-close)>input[type=radio]:not(:checked) {
	cursor: pointer
}

.collapse:focus:not(.collapse-open):not(.collapse-close):not(.collapse[open])>.collapse-title {
	cursor: unset
}

:where(.collapse>input[type=checkbox]),
:where(.collapse>input[type=radio]) {
	z-index: 1
}

.collapse-title,
:where(.collapse>input[type=checkbox]),
:where(.collapse>input[type=radio]) {
	width: 100%;
	padding: 1rem;
	padding-inline-end: 3rem;
	min-height: 3.75rem;
	transition: background-color .2s ease-out
}

.collapse:focus:not(.collapse-close)>:where(.collapse-content),
.collapse:not(.collapse-close)>:where(input[type=checkbox]:checked~.collapse-content),
.collapse:not(.collapse-close)>:where(input[type=radio]:checked~.collapse-content),
.collapse[open]>:where(.collapse-content) {
	padding-bottom: 1rem;
	transition: padding .2s ease-out, background-color .2s ease-out
}

.link:focus {
	outline: 2px solid transparent;
	outline-offset: 2px
}

.link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px
}

.prose :where(acode):not(:where([class~=not-prose], [class~=not-prose]*)) {
	color: inherit
}

.prose :where(h1code):not(:where([class~=not-prose], [class~=not-prose]*)) {
	color: inherit
}

.prose :where(h2code):not(:where([class~=not-prose], [class~=not-prose]*)) {
	color: inherit;
	font-size: .875em
}

.prose :where(h3code):not(:where([class~=not-prose], [class~=not-prose]*)) {
	color: inherit;
	font-size: .9em
}

.prose :where(h4code):not(:where([class~=not-prose], [class~=not-prose]*)) {
	color: inherit
}

.prose :where(blockquotecode):not(:where([class~=not-prose], [class~=not-prose]*)) {
	color: inherit
}

.prose :where(pre):not(:where([class~=not-prose], [class~=not-prose]*)) {
	color: var(--tw-prose-pre-code);
	background-color: var(--tw-prose-pre-bg);
	overflow-x: auto;
	font-weight: 400;
	font-size: .875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: .375rem;
	padding: .8571429em 1.1428571em
}

.prose :where(precode):not(:where([class~=not-prose], [class~=not-prose]*)) {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

.prose :where(precode):not(:where([class~=not-prose], [class~=not-prose]*)):before {
	content: none
}

.prose :where(precode):not(:where([class~=not-prose], [class~=not-prose]*)):after {
	content: none
}

.prose :where(table):not(:where([class~=not-prose], [class~=not-prose]*)) {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: .875em;
	line-height: 1.7142857
}

.prose :where(thead):not(:where([class~=not-prose], [class~=not-prose]*)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-th-borders)
}

.prose :where(tfoot):not(:where([class~=not-prose], [class~=not-prose]*)) {
	border-top-width: 1px;
	border-top-color: var(--tw-prose-th-borders)
}

.prose :where(figure>*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0;
	margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~=not-prose], [class~=not-prose]*)) {
	color: var(--tw-prose-captions);
	font-size: .875em;
	line-height: 1.4285714;
	margin-top: .8571429em
}

.prose {
	--tw-prose-body: #374151;
	--tw-prose-headings: #111827;
	--tw-prose-lead: #4b5563;
	--tw-prose-links: #111827;
	--tw-prose-bold: #111827;
	--tw-prose-counters: #6b7280;
	--tw-prose-bullets: #d1d5db;
	--tw-prose-hr: #e5e7eb;
	--tw-prose-quotes: #111827;
	--tw-prose-quote-borders: #e5e7eb;
	--tw-prose-captions: #6b7280;
	--tw-prose-kbd: #111827;
	--tw-prose-kbd-shadows: 17 24 39;
	--tw-prose-code: #111827;
	--tw-prose-pre-code: #e5e7eb;
	--tw-prose-pre-bg: #1f2937;
	--tw-prose-th-borders: #d1d5db;
	--tw-prose-td-borders: #e5e7eb;
	--tw-prose-invert-body: #d1d5db;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #9ca3af;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #9ca3af;
	--tw-prose-invert-bullets: #4b5563;
	--tw-prose-invert-hr: #374151;
	--tw-prose-invert-quotes: #f3f4f6;
	--tw-prose-invert-quote-borders: #374151;
	--tw-prose-invert-captions: #9ca3af;
	--tw-prose-invert-kbd: #fff;
	--tw-prose-invert-kbd-shadows: 255 255 255;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75
}

.prose :where(picture>img):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0;
	margin-bottom: 0
}

.prose :where(video):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 2em;
	margin-bottom: 2em
}

.prose :where(li):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: .5em;
	margin-bottom: .5em
}

.prose :where(ol>li):not(:where([class~=not-prose], [class~=not-prose]*)) {
	padding-left: .375em
}

.prose :where(ul>li):not(:where([class~=not-prose], [class~=not-prose]*)) {
	padding-left: .375em
}

.prose :where(.prose>ul>lip):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: .75em;
	margin-bottom: .75em
}

.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.25em
}

.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-bottom: 1.25em
}

.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.25em
}

.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-bottom: 1.25em
}

.prose :where(dl):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em
}

.prose :where(dd):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: .5em;
	padding-left: 1.625em
}

.prose :where(hr+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose :where(h2+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose :where(h3+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose :where(h4+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose :where(figure):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 2em;
	margin-bottom: 2em
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-bottom: 0
}

.prose-sm {
	font-size: .875rem;
	line-height: 1.7142857
}

.prose-sm :where(p):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em
}

.prose-sm :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: 1.2857143em;
	line-height: 1.5555556;
	margin-top: .8888889em;
	margin-bottom: .8888889em
}

.prose-sm :where(blockquote):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
	padding-left: 1.1111111em
}

.prose-sm :where(h1):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: 2.1428571em;
	margin-top: 0;
	margin-bottom: .8em;
	line-height: 1.2
}

.prose-sm :where(h2):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: 1.4285714em;
	margin-top: 1.6em;
	margin-bottom: .8em;
	line-height: 1.4
}

.prose-sm :where(h3):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: 1.2857143em;
	margin-top: 1.5555556em;
	margin-bottom: .4444444em;
	line-height: 1.5555556
}

.prose-sm :where(h4):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.4285714em;
	margin-bottom: .5714286em;
	line-height: 1.4285714
}

.prose-sm :where(img):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em
}

.prose-sm :where(picture):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em
}

.prose-sm :where(picture>img):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0;
	margin-bottom: 0
}

.prose-sm :where(video):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em
}

.prose-sm :where(kbd):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .8571429em;
	border-radius: .3125rem;
	padding: .1428571em .3571429em
}

.prose-sm :where(code):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .8571429em
}

.prose-sm :where(h2code):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .9em
}

.prose-sm :where(h3code):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .8888889em
}

.prose-sm :where(pre):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .8571429em;
	line-height: 1.6666667;
	margin-top: 1.6666667em;
	margin-bottom: 1.6666667em;
	border-radius: .25rem;
	padding: .6666667em 1em
}

.prose-sm :where(ol):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em;
	padding-left: 1.5714286em
}

.prose-sm :where(ul):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em;
	padding-left: 1.5714286em
}

.prose-sm :where(li):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: .2857143em;
	margin-bottom: .2857143em
}

.prose-sm :where(ol>li):not(:where([class~=not-prose], [class~=not-prose]*)) {
	padding-left: .4285714em
}

.prose-sm :where(ul>li):not(:where([class~=not-prose], [class~=not-prose]*)) {
	padding-left: .4285714em
}

.prose-sm :where(.prose-sm>ul>lip):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: .5714286em;
	margin-bottom: .5714286em
}

.prose-sm :where(.prose-sm>ul>li>:first-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.1428571em
}

.prose-sm :where(.prose-sm>ul>li>:last-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-bottom: 1.1428571em
}

.prose-sm :where(.prose-sm>ol>li>:first-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.1428571em
}

.prose-sm :where(.prose-sm>ol>li>:last-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-bottom: 1.1428571em
}

.prose-sm :where(dl):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em
}

.prose-sm :where(dt):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.1428571em
}

.prose-sm :where(dd):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: .2857143em;
	padding-left: 1.5714286em
}

.prose-sm :where(hr):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 2.8571429em;
	margin-bottom: 2.8571429em
}

.prose-sm :where(hr+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-sm :where(h2+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-sm :where(h3+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-sm :where(h4+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-sm :where(table):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .8571429em;
	line-height: 1.5
}

.prose-sm :where(figure):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em
}

.prose-sm :where(figure>*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0;
	margin-bottom: 0
}

.prose-sm :where(figcaption):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .8571429em;
	line-height: 1.3333333;
	margin-top: .6666667em
}

.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-bottom: 0
}

.prose-base {
	font-size: 1rem;
	line-height: 1.75
}

.prose-base :where(p):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em
}

.prose-base :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em
}

.prose-base :where(blockquote):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em
}

.prose-base :where(h1):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: .8888889em;
	line-height: 1.1111111
}

.prose-base :where(h2):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333
}

.prose-base :where(h3):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: .6em;
	line-height: 1.6
}

.prose-base :where(h4):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.5em;
	margin-bottom: .5em;
	line-height: 1.5
}

.prose-base :where(img):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 2em;
	margin-bottom: 2em
}

.prose-base :where(picture):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 2em;
	margin-bottom: 2em
}

.prose-base :where(picture>img):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0;
	margin-bottom: 0
}

.prose-base :where(video):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 2em;
	margin-bottom: 2em
}

.prose-base :where(kbd):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .875em;
	border-radius: .3125rem;
	padding: .1875em .375em
}

.prose-base :where(code):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .875em
}

.prose-base :where(h2code):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .875em
}

.prose-base :where(h3code):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .9em
}

.prose-base :where(pre):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: .375rem;
	padding: .8571429em 1.1428571em
}

.prose-base :where(ol):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-left: 1.625em
}

.prose-base :where(ul):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-left: 1.625em
}

.prose-base :where(li):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: .5em;
	margin-bottom: .5em
}

.prose-base :where(ol>li):not(:where([class~=not-prose], [class~=not-prose]*)) {
	padding-left: .375em
}

.prose-base :where(ul>li):not(:where([class~=not-prose], [class~=not-prose]*)) {
	padding-left: .375em
}

.prose-base :where(.prose-base>ul>lip):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: .75em;
	margin-bottom: .75em
}

.prose-base :where(.prose-base>ul>li>:first-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.25em
}

.prose-base :where(.prose-base>ul>li>:last-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-bottom: 1.25em
}

.prose-base :where(.prose-base>ol>li>:first-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.25em
}

.prose-base :where(.prose-base>ol>li>:last-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-bottom: 1.25em
}

.prose-base :where(dl):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em
}

.prose-base :where(dt):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.25em
}

.prose-base :where(dd):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: .5em;
	padding-left: 1.625em
}

.prose-base :where(hr):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 3em;
	margin-bottom: 3em
}

.prose-base :where(hr+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-base :where(h2+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-base :where(h3+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-base :where(h4+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-base :where(table):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .875em;
	line-height: 1.7142857
}

.prose-base :where(figure):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 2em;
	margin-bottom: 2em
}

.prose-base :where(figure>*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0;
	margin-bottom: 0
}

.prose-base :where(figcaption):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .875em;
	line-height: 1.4285714;
	margin-top: .8571429em
}

.prose-base :where(.prose-base>:first-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-base :where(.prose-base>:last-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-bottom: 0
}

.prose-lg {
	font-size: 1.125rem;
	line-height: 1.7777778
}

.prose-lg :where(p):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em
}

.prose-lg :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: 1.2222222em;
	line-height: 1.4545455;
	margin-top: 1.0909091em;
	margin-bottom: 1.0909091em
}

.prose-lg :where(blockquote):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.6666667em;
	margin-bottom: 1.6666667em;
	padding-left: 1em
}

.prose-lg :where(h1):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: 2.6666667em;
	margin-top: 0;
	margin-bottom: .8333333em;
	line-height: 1
}

.prose-lg :where(h2):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: 1.6666667em;
	margin-top: 1.8666667em;
	margin-bottom: 1.0666667em;
	line-height: 1.3333333
}

.prose-lg :where(h3):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: 1.3333333em;
	margin-top: 1.6666667em;
	margin-bottom: .6666667em;
	line-height: 1.5
}

.prose-lg :where(h4):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.7777778em;
	margin-bottom: .4444444em;
	line-height: 1.5555556
}

.prose-lg :where(img):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em
}

.prose-lg :where(picture):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em
}

.prose-lg :where(picture>img):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0;
	margin-bottom: 0
}

.prose-lg :where(video):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em
}

.prose-lg :where(kbd):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .8888889em;
	border-radius: .3125rem;
	padding: .2222222em .4444444em
}

.prose-lg :where(code):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .8888889em
}

.prose-lg :where(h2code):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .8666667em
}

.prose-lg :where(h3code):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .875em
}

.prose-lg :where(pre):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .8888889em;
	line-height: 1.75;
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: .375rem;
	padding: 1em 1.5em
}

.prose-lg :where(ol):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
	padding-left: 1.5555556em
}

.prose-lg :where(ul):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
	padding-left: 1.5555556em
}

.prose-lg :where(li):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: .6666667em;
	margin-bottom: .6666667em
}

.prose-lg :where(ol>li):not(:where([class~=not-prose], [class~=not-prose]*)) {
	padding-left: .4444444em
}

.prose-lg :where(ul>li):not(:where([class~=not-prose], [class~=not-prose]*)) {
	padding-left: .4444444em
}

.prose-lg :where(.prose-lg>ul>lip):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: .8888889em;
	margin-bottom: .8888889em
}

.prose-lg :where(.prose-lg>ul>li>:first-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.3333333em
}

.prose-lg :where(.prose-lg>ul>li>:last-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-bottom: 1.3333333em
}

.prose-lg :where(.prose-lg>ol>li>:first-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.3333333em
}

.prose-lg :where(.prose-lg>ol>li>:last-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-bottom: 1.3333333em
}

.prose-lg :where(dl):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em
}

.prose-lg :where(dt):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.3333333em
}

.prose-lg :where(dd):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: .6666667em;
	padding-left: 1.5555556em
}

.prose-lg :where(hr):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 3.1111111em;
	margin-bottom: 3.1111111em
}

.prose-lg :where(hr+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-lg :where(h2+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-lg :where(h3+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-lg :where(h4+*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-lg :where(table):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .8888889em;
	line-height: 1.5
}

.prose-lg :where(figure):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em
}

.prose-lg :where(figure>*):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0;
	margin-bottom: 0
}

.prose-lg :where(figcaption):not(:where([class~=not-prose], [class~=not-prose]*)) {
	font-size: .8888889em;
	line-height: 1.5;
	margin-top: 1em
}

.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-top: 0
}

.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose], [class~=not-prose]*)) {
	margin-bottom: 0
}

.prose {
	color: inherit
}

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose p {
	margin-bottom: .75rem
}

.prose p:last-child {
	margin-bottom: 0
}

h1 {
	font-size: calc(1.375rem + 1.5vw)
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

h3 {
	font-size: calc(1.3rem + .6vw)
}

h4 {
	font-size: calc(1.275rem + .3vw)
}

h5 {
	font-size: 1.25rem;
	line-height: 1.75rem
}

ul {
	list-style-type: disc;
	padding-left: 2rem
}

a {
	transition: .3s
}

.visible {
	visibility: visible
}

.collapse {
	visibility: collapse
}

.fixed {
	position: fixed
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.inset-0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.inset-4 {
	top: 1rem;
	right: 1rem;
	bottom: 1rem;
	left: 1rem
}

.inset-x-0 {
	left: 0;
	right: 0
}

.inset-x-4 {
	left: 1rem;
	right: 1rem
}

.inset-y-0 {
	top: 0;
	bottom: 0
}

.-bottom-1\/2 {
	bottom: -50%
}

.-top-1 {
	top: -.25rem
}

.-top-1\/2 {
	top: -50%
}

.-top-2 {
	top: -.5rem
}

.-top-3 {
	top: -.75rem
}

.bottom-0 {
	bottom: 0
}

.bottom-1\/2 {
	bottom: 50%
}

.bottom-4 {
	bottom: 1rem
}

.end-0 {
	inset-inline-end: 0
}

.end-2 {
	inset-inline-end: .5rem
}

.end-4 {
	inset-inline-end: 1rem
}

.end-6 {
	inset-inline-end: 1.5rem
}

.left-3 {
	left: .75rem
}

.top-0 {
	top: 0
}

.top-1\/2 {
	top: 50%
}

.top-2 {
	top: .5rem
}

.top-4 {
	top: 1rem
}

.top-6 {
	top: 1.5rem
}

.top-8 {
	top: 2rem
}

.z-10 {
	z-index: 10
}

.z-20 {
	z-index: 20
}

.z-30 {
	z-index: 30
}

.z-40 {
	z-index: 40
}

.z-50 {
	z-index: 50
}

.z-\[1\] {
	z-index: 1
}

.col-\[--col-span-default\] {
	grid-column: var(--col-span-default)
}

.col-span-full {
	grid-column: 1/-1
}

.-m-0 {
	margin: 0
}

.-m-0\.5 {
	margin: -.125rem
}

.-m-1 {
	margin: -.25rem
}

.-m-1\.5 {
	margin: -.375rem
}

.-m-2 {
	margin: -.5rem
}

.-m-2\.5 {
	margin: -.625rem
}

.-m-3 {
	margin: -.75rem
}

.-m-3\.5 {
	margin: -.875rem
}

.-mx-2 {
	margin-left: -.5rem;
	margin-right: -.5rem
}

.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem
}

.-mx-6 {
	margin-left: -1.5rem;
	margin-right: -1.5rem
}

.mx-1 {
	margin-left: .25rem;
	margin-right: .25rem
}

.mx-3 {
	margin-left: .75rem;
	margin-right: .75rem
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.\!mt-0 {
	margin-top: 0 !important
}

.-mb-4 {
	margin-bottom: -1rem
}

.-mb-6 {
	margin-bottom: -1.5rem
}

.-ms-0 {
	margin-inline-start: 0
}

.-ms-0\.5 {
	margin-inline-start: -.125rem
}

.-ms-1 {
	margin-inline-start: -.25rem
}

.-ms-2 {
	margin-inline-start: -.5rem
}

.-mt-4 {
	margin-top: -1rem
}

.-mt-6 {
	margin-top: -1.5rem
}

.mb-0 {
	margin-bottom: 0
}

.mb-1 {
	margin-bottom: .25rem
}

.mb-10 {
	margin-bottom: 2.5rem
}

.mb-12 {
	margin-bottom: 3rem
}

.mb-14 {
	margin-bottom: 3.5rem
}

.mb-2 {
	margin-bottom: .5rem
}

.mb-3 {
	margin-bottom: .75rem
}

.mb-4 {
	margin-bottom: 1rem
}

.mb-5 {
	margin-bottom: 1.25rem
}

.mb-6 {
	margin-bottom: 1.5rem
}

.mb-8 {
	margin-bottom: 2rem
}

.mb-\[\.15rem\] {
	margin-bottom: .15rem
}

.mb-\[\.5\] {
	margin-bottom: .5
}

.ms-1 {
	margin-inline-start: .25rem
}

.ms-auto {
	margin-inline-start: auto
}

.mt-0 {
	margin-top: 0
}

.mt-0\.5 {
	margin-top: .125rem
}

.mt-1 {
	margin-top: .25rem
}

.mt-2 {
	margin-top: .5rem
}

.mt-3 {
	margin-top: .75rem
}

.mt-4 {
	margin-top: 1rem
}

.mt-6 {
	margin-top: 1.5rem
}

.mt-8 {
	margin-top: 2rem
}

.mt-auto {
	margin-top: auto
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.inline {
	display: inline
}

.flex {
	display: flex
}

.inline-flex {
	display: inline-flex
}

.grid {
	display: grid
}

.inline-grid {
	display: inline-grid
}

.hidden {
	display: none
}

.h-0 {
	height: 0
}

.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-20 {
	height: 5rem
}

.h-24 {
	height: 6rem
}

.h-3 {
	height: .75rem
}

.h-3\.5 {
	height: .875rem
}

.h-32 {
	height: 8rem
}

.h-4 {
	height: 1rem
}

.h-48 {
	height: 12rem
}

.h-5 {
	height: 1.25rem
}

.h-6 {
	height: 1.5rem
}

.h-60 {
	height: 15rem
}

.h-7 {
	height: 1.75rem
}

.h-8 {
	height: 2rem
}

.h-9 {
	height: 2.25rem
}

.h-96 {
	height: 24rem
}

.h-auto {
	height: auto
}

.h-full {
	height: 100%
}

.h-screen {
	height: 100vh
}

.min-h-0 {
	min-height: 0
}

.min-h-\[2\.25rem\] {
	min-height: 2.25rem
}

.min-h-\[theme\(spacing\.48\)\] {
	min-height: 12rem
}

.min-h-full {
	min-height: 100%
}

.min-h-screen {
	min-height: 100vh
}

.w-0 {
	width: 0
}

.w-1 {
	width: .25rem
}

.w-1\.5 {
	width: .375rem
}

.w-1\/2 {
	width: 50%
}

.w-1\/3 {
	width: 33.333333%
}

.w-10 {
	width: 2.5rem
}

.w-11 {
	width: 2.75rem
}

.w-12 {
	width: 3rem
}

.w-14 {
	width: 3.5rem
}

.w-16 {
	width: 4rem
}

.w-20 {
	width: 5rem
}

.w-24 {
	width: 6rem
}

.w-28 {
	width: 7rem
}

.w-3 {
	width: .75rem
}

.w-3\.5 {
	width: .875rem
}

.w-32 {
	width: 8rem
}

.w-4 {
	width: 1rem
}

.w-5 {
	width: 1.25rem
}

.w-6 {
	width: 1.5rem
}

.w-7 {
	width: 1.75rem
}

.w-72 {
	width: 18rem
}

.w-8 {
	width: 2rem
}

.w-9 {
	width: 2.25rem
}

.w-\[--sidebar-width\] {
	width: var(--sidebar-width)
}

.w-\[\.5rem\] {
	width: .5rem
}

.w-\[calc\(100\%\+2rem\)\] {
	width: calc(100% + 2rem)
}

.w-auto {
	width: auto
}

.w-full {
	width: 100%
}

.w-px {
	width: 1px
}

.w-screen {
	width: 100vw
}

.min-w-0 {
	min-width: 0
}

.min-w-\[theme\(spacing\.4\)\] {
	min-width: 1rem
}

.min-w-\[theme\(spacing\.5\)\] {
	min-width: 1.25rem
}

.min-w-\[theme\(spacing\.6\)\] {
	min-width: 1.5rem
}

.min-w-\[theme\(spacing\.8\)\] {
	min-width: 2rem
}

.flex-1 {
	flex: 1 1 0%
}

.flex-auto {
	flex: 1 1 auto
}

.flex-none {
	flex: none
}

.shrink-0 {
	flex-shrink: 0
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	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-x-12 {
	--tw-translate-x: -3rem;
	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-x-5 {
	--tw-translate-x: -1.25rem;
	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-x-full {
	--tw-translate-x: -100%;
	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-12 {
	--tw-translate-y: -3rem;
	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-x-0 {
	--tw-translate-x: 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-x-12 {
	--tw-translate-x: 3rem;
	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-x-5 {
	--tw-translate-x: 1.25rem;
	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-x-full {
	--tw-translate-x: 100%;
	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-12 {
	--tw-translate-y: 3rem;
	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 pulse {
	50% {
		opacity: .5
	}
}

@keyframes spin {
	to {
		transform: rotate(360deg)
	}
}

@keyframes stretch {

	0%,
	40%,
	to {
		transform: scaleY(.4)
	}

	20% {
		transform: scaleY(1)
	}
}

.cursor-pointer {
	cursor: pointer
}

.scroll-mt-9 {
	scroll-margin-top: 2.25rem
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr))
}

.grid-cols-\[--cols-default\] {
	grid-template-columns: var(--cols-default)
}

.grid-cols-\[1fr_auto_1fr\] {
	grid-template-columns: 1fr auto 1fr
}

.grid-cols-\[repeat\(7\,minmax\(theme\(spacing\.7\)\,1fr\)\)\] {
	grid-template-columns: repeat(7, minmax(1.75rem, 1fr))
}

.grid-cols-\[repeat\(auto-fit\,minmax\(0\,1fr\)\)\] {
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

.flex-col {
	flex-direction: column
}

.flex-col-reverse {
	flex-direction: column-reverse
}

.flex-wrap {
	flex-wrap: wrap
}

.content-center {
	align-content: center
}

.items-end {
	align-items: flex-end
}

.items-center {
	align-items: center
}

.justify-end {
	justify-content: flex-end
}

.justify-center {
	justify-content: center
}

.justify-items-center {
	justify-items: center
}

.gap-1 {
	gap: .25rem
}

.gap-1\.5 {
	gap: .375rem
}

.gap-2 {
	gap: .5rem
}

.gap-3 {
	gap: .75rem
}

.gap-4 {
	gap: 1rem
}

.gap-6 {
	gap: 1.5rem
}

.gap-8 {
	gap: 2rem
}

.gap-x-1 {
	-moz-column-gap: .25rem;
	column-gap: .25rem
}

.gap-x-1\.5 {
	-moz-column-gap: .375rem;
	column-gap: .375rem
}

.gap-x-2 {
	-moz-column-gap: .5rem;
	column-gap: .5rem
}

.gap-x-2\.5 {
	-moz-column-gap: .625rem;
	column-gap: .625rem
}

.gap-x-3 {
	-moz-column-gap: .75rem;
	column-gap: .75rem
}

.gap-x-4 {
	-moz-column-gap: 1rem;
	column-gap: 1rem
}

.gap-x-5 {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem
}

.gap-x-6 {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem
}

.gap-y-1 {
	row-gap: .25rem
}

.gap-y-1\.5 {
	row-gap: .375rem
}

.gap-y-2 {
	row-gap: .5rem
}

.gap-y-3 {
	row-gap: .75rem
}

.gap-y-4 {
	row-gap: 1rem
}

.gap-y-6 {
	row-gap: 1.5rem
}

.gap-y-7 {
	row-gap: 1.75rem
}

.gap-y-8 {
	row-gap: 2rem
}

.gap-y-px {
	row-gap: 1px
}

.-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-2>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(-.5rem * var(--tw-space-x-reverse));
	margin-left: calc(-.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-3>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(-.75rem * var(--tw-space-x-reverse));
	margin-left: calc(-.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-4>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(-1rem * var(--tw-space-x-reverse));
	margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-5>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-6>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-7>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
	margin-left: calc(-1.75rem * 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-2>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.space-y-3>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(.75rem * 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-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))
}

.rounded {
	border-radius: .25rem
}

.rounded-btn {
	border-radius: var(--rounded-btn, .5rem)
}

.rounded-full {
	border-radius: 9999px
}

.rounded-lg {
	border-radius: .5rem
}

.rounded-md {
	border-radius: .375rem
}

.rounded-none {
	border-radius: 0
}

.rounded-sm {
	border-radius: .125rem
}

.rounded-xl {
	border-radius: .75rem
}

.rounded-b-xl {
	border-bottom-right-radius: .75rem;
	border-bottom-left-radius: .75rem
}

.border {
	border-width: 1px
}

.border-2 {
	border-width: 2px
}

.border-x-\[0\.5px\] {
	border-left-width: .5px;
	border-right-width: .5px
}

.border-y {
	border-top-width: 1px;
	border-bottom-width: 1px
}

.border-b {
	border-bottom-width: 1px
}

.border-b-0 {
	border-bottom-width: 0
}

.border-e {
	border-inline-end-width: 1px
}

.border-s {
	border-inline-start-width: 1px
}

.border-solid {
	border-style: solid
}

.\!border-none {
	border-style: none !important
}

.border-none {
	border-style: none
}

.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgb(243 244 246 / var(--tw-border-opacity))
}

.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity))
}

.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity))
}

.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgb(156 163 175 / var(--tw-border-opacity))
}

.border-gray-500 {
	--tw-border-opacity: 1;
	border-color: rgb(107 114 128 / var(--tw-border-opacity))
}

.border-gray-600 {
	--tw-border-opacity: 1;
	border-color: rgb(75 85 99 / var(--tw-border-opacity))
}

.border-transparent {
	border-color: transparent
}

.\!bg-gray-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important
}

.\!bg-gray-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important
}

.bg-base-100 {
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1, oklch(var(--b1)/var(--tw-bg-opacity)))
}

.bg-browse-btn-bg-color {
	background-color: var(--browse-btn-bg-color)
}

.bg-card-bg-color {
	background-color: var(--card-bg-color)
}

.bg-convert-btn-bg-color {
	background-color: var(--convert-btn-bg-color)
}

.bg-custom-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(var(--c-100), var(--tw-bg-opacity))
}

.bg-custom-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(var(--c-50), var(--tw-bg-opacity))
}

.bg-custom-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(var(--c-600), var(--tw-bg-opacity))
}

.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}

.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(209 213 219 / var(--tw-bg-opacity))
}

.bg-gray-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(156 163 175 / var(--tw-bg-opacity))
}

.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}

.bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(107 114 128 / var(--tw-bg-opacity))
}

.bg-gray-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(75 85 99 / var(--tw-bg-opacity))
}

.bg-gray-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(55 65 81 / var(--tw-bg-opacity))
}

.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(31 41 55 / var(--tw-bg-opacity))
}

.bg-gray-950\/50 {
	background-color: #03071280
}

.bg-nav-bg-color {
	background-color: var(--nav-bg-color)
}

.bg-neutral {
	--tw-bg-opacity: 1;
	background-color: var(--fallback-n, oklch(var(--n)/var(--tw-bg-opacity)))
}

.bg-transparent {
	background-color: transparent
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-white\/0 {
	background-color: #fff0
}

.bg-white\/5 {
	background-color: #ffffff0d
}

.bg-zinc-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(250 250 250 / var(--tw-bg-opacity))
}

.bg-opacity-60 {
	--tw-bg-opacity: .6
}

.bg-center {
	background-position: center
}

.fill-current {
	fill: currentColor
}

.stroke-current {
	stroke: currentColor
}

.p-0 {
	padding: 0
}

.p-0\.5 {
	padding: .125rem
}

.p-1 {
	padding: .25rem
}

.p-10 {
	padding: 2.5rem
}

.p-2 {
	padding: .5rem
}

.p-3 {
	padding: .75rem
}

.p-4 {
	padding: 1rem
}

.p-6 {
	padding: 1.5rem
}

.px-0 {
	padding-left: 0;
	padding-right: 0
}

.px-0\.5 {
	padding-left: .125rem;
	padding-right: .125rem
}

.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-2\.5 {
	padding-left: .625rem;
	padding-right: .625rem
}

.px-3 {
	padding-left: .75rem;
	padding-right: .75rem
}

.px-3\.5 {
	padding-left: .875rem;
	padding-right: .875rem
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-end {
	text-align: end
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem
}

.text-\[\.60rem\] {
	font-size: .6rem
}

.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
}

.font-bold {
	font-weight: 700
}

.font-light {
	font-weight: 300
}

.font-medium {
	font-weight: 500
}

.font-semibold {
	font-weight: 600
}

.leading-4 {
	line-height: 1rem
}

.leading-5 {
	line-height: 1.25rem
}

.leading-6 {
	line-height: 1.5rem
}

.leading-none {
	line-height: 1
}

.\!text-gray-400 {
	--tw-text-opacity: 1 !important;
	color: rgb(156 163 175 / var(--tw-text-opacity)) !important
}

.text-browse-btn-text-color {
	color: var(--browse-btn-text-color)
}

.text-card-hover-bg-color {
	color: var(--card-hover-bg-color)
}

.text-card-text-color {
	color: var(--card-text-color)
}

.text-convert-btn-text-color {
	color: var(--convert-btn-text-color)
}

.text-custom-400 {
	--tw-text-opacity: 1;
	color: rgba(var(--c-400), var(--tw-text-opacity))
}

.text-custom-50 {
	--tw-text-opacity: 1;
	color: rgba(var(--c-50), var(--tw-text-opacity))
}

.text-custom-500 {
	--tw-text-opacity: 1;
	color: rgba(var(--c-500), var(--tw-text-opacity))
}

.text-custom-600 {
	--tw-text-opacity: 1;
	color: rgba(var(--c-600), var(--tw-text-opacity))
}

.text-custom-700\/50 {
	color: rgba(var(--c-700), .5)
}

.text-gray-100 {
	--tw-text-opacity: 1;
	color: rgb(243 244 246 / var(--tw-text-opacity))
}

.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgb(229 231 235 / var(--tw-text-opacity))
}

.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity))
}

.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity))
}

.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity))
}

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity))
}

.text-gray-700\/50 {
	color: #37415180
}

.text-gray-950 {
	--tw-text-opacity: 1;
	color: rgb(3 7 18 / var(--tw-text-opacity))
}

.text-nav-text-color {
	color: var(--nav-text-color)
}

.text-neutral-content {
	--tw-text-opacity: 1;
	color: var(--fallback-nc, oklch(var(--nc)/var(--tw-text-opacity)))
}

.text-uploader-text-color {
	color: var(--uploader-text-color)
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity))
}

.underline {
	text-decoration-line: underline
}

.no-underline {
	text-decoration-line: none
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.opacity-0 {
	opacity: 0
}

.opacity-100 {
	opacity: 1
}

.opacity-50 {
	opacity: .5
}

.opacity-70 {
	opacity: .7
}

.opacity-80 {
	opacity: .8
}

.opacity-95 {
	opacity: .95
}

.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-hover {
	--tw-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
	--tw-shadow-colored: 0 0 2rem 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-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)
}

.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.duration-100 {
	transition-duration: .1s
}

.duration-200 {
	transition-duration: .2s
}

.duration-300 {
	transition-duration: .3s
}

.duration-500 {
	transition-duration: .5s
}

.duration-75 {
	transition-duration: 75ms
}

.\[transform\:translateZ\(0\)\] {
	transform: translateZ(0)
}

.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-blue-600:hover {
	--tw-border-opacity: 1;
	border-color: rgb(37 99 235 / var(--tw-border-opacity))
}

.hover\:bg-blue-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(29 78 216 / var(--tw-bg-opacity))
}

.hover\:bg-browse-btn-bg-color:hover {
	background-color: var(--browse-btn-bg-color)
}

.hover\:bg-card-hover-bg-color:hover {
	background-color: var(--card-hover-bg-color)
}

.hover\:bg-convert-btn-bg-color:hover {
	background-color: var(--convert-btn-bg-color)
}

.hover\:bg-custom-400\/10:hover {
	background-color: rgba(var(--c-400), .1)
}

.hover\:bg-custom-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(var(--c-50), var(--tw-bg-opacity))
}

.hover\:bg-custom-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(var(--c-500), var(--tw-bg-opacity))
}

.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

.hover\:bg-gray-400\/10:hover {
	background-color: #9ca3af1a
}

.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}

.hover\:bg-gray-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(75 85 99 / var(--tw-bg-opacity))
}

.hover\:bg-gray-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(55 65 81 / var(--tw-bg-opacity))
}

.hover\:bg-primary-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(59 130 246 / var(--tw-bg-opacity))
}

.hover\:bg-red-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(239 68 68 / var(--tw-bg-opacity))
}

.hover\:bg-transparent:hover {
	background-color: transparent
}

.hover\:\!text-white:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}

.hover\:text-blue-500:hover {
	--tw-text-opacity: 1;
	color: rgb(59 130 246 / var(--tw-text-opacity))
}

.hover\:text-card-hover-text-color:hover {
	color: var(--card-hover-text-color)
}

.hover\:text-custom-600:hover {
	--tw-text-opacity: 1;
	color: rgba(var(--c-600), var(--tw-text-opacity))
}

.hover\:text-custom-700\/75:hover {
	color: rgba(var(--c-700), .75)
}

.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity))
}

.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity))
}

.hover\:text-gray-700\/75:hover {
	color: #374151bf
}

.hover\:text-sky-700:hover {
	--tw-text-opacity: 1;
	color: rgb(3 105 161 / var(--tw-text-opacity))
}

.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity))
}

.hover\:opacity-100:hover {
	opacity: 1
}

.current\:text-white.active {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width:640px) {
	.sm\:visible {
		visibility: visible
	}

	.sm\:relative {
		position: relative
	}

	.sm\:inset-x-auto {
		left: auto;
		right: auto
	}

	.sm\:end-0 {
		inset-inline-end: 0
	}

	.sm\:col-\[--col-span-sm\] {
		grid-column: var(--col-span-sm)
	}

	.sm\:col-span-2 {
		grid-column: span 2/span 2
	}

	.sm\:col-start-\[--col-start-sm\] {
		grid-column-start: var(--col-start-sm)
	}

	.sm\:-mx-6 {
		margin-left: -1.5rem;
		margin-right: -1.5rem
	}

	.sm\:-my-2 {
		margin-top: -.5rem;
		margin-bottom: -.5rem
	}

	.sm\:ms-auto {
		margin-inline-start: auto
	}

	.sm\:mt-7 {
		margin-top: 1.75rem
	}

	.sm\:block {
		display: block
	}

	.sm\:inline-block {
		display: inline-block
	}

	.sm\:flex {
		display: flex
	}

	.sm\:inline-flex {
		display: inline-flex
	}

	.sm\:table-cell {
		display: table-cell
	}

	.sm\:grid {
		display: grid
	}

	.sm\:inline-grid {
		display: inline-grid
	}

	.sm\:hidden {
		display: none
	}

	.sm\:w-\[calc\(100\%\+3rem\)\] {
		width: calc(100% + 3rem)
	}

	.sm\:w-screen {
		width: 100vw
	}

	.sm\:max-w-2xl {
		max-width: 42rem
	}

	.sm\:max-w-3xl {
		max-width: 48rem
	}

	.sm\:max-w-4xl {
		max-width: 56rem
	}

	.sm\:max-w-5xl {
		max-width: 64rem
	}

	.sm\:max-w-6xl {
		max-width: 72rem
	}

	.sm\:max-w-7xl {
		max-width: 80rem
	}

	.sm\:max-w-\[20rem\] {
		max-width: 20rem
	}

	.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\:max-w-xs {
		max-width: 20rem
	}

	.sm\:columns-\[--cols-sm\] {
		-moz-columns: var(--cols-sm);
		columns: var(--cols-sm)
	}

	.sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.sm\:grid-cols-\[--cols-sm\] {
		grid-template-columns: var(--cols-sm)
	}

	.sm\:grid-cols-\[repeat\(auto-fit\, minmax\(0\,1fr\)\)\] {
		grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
	}

	.sm\:flex-row {
		flex-direction: row
	}

	.sm\:flex-nowrap {
		flex-wrap: nowrap
	}

	.sm\:items-start {
		align-items: flex-start
	}

	.sm\:items-end {
		align-items: flex-end
	}

	.sm\:items-center {
		align-items: center
	}

	.sm\:justify-between {
		justify-content: space-between
	}

	.sm\:gap-1 {
		gap: .25rem
	}

	.sm\:gap-3 {
		gap: .75rem
	}

	.sm\:gap-x-4 {
		-moz-column-gap: 1rem;
		column-gap: 1rem
	}

	.sm\:rounded-xl {
		border-radius: .75rem
	}

	.sm\:p-10 {
		padding: 2.5rem
	}

	.sm\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem
	}

	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}

	.sm\:py-1 {
		padding-top: .25rem;
		padding-bottom: .25rem
	}

	.sm\:py-1\.5 {
		padding-top: .375rem;
		padding-bottom: .375rem
	}

	.sm\:pe-3 {
		padding-inline-end: .75rem
	}

	.sm\:pe-6 {
		padding-inline-end: 1.5rem
	}

	.sm\:ps-3 {
		padding-inline-start: .75rem
	}

	.sm\:ps-6 {
		padding-inline-start: 1.5rem
	}

	.sm\:pt-1 {
		padding-top: .25rem
	}

	.sm\:pt-1\.5 {
		padding-top: .375rem
	}

	.sm\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem
	}

	.sm\:text-sm {
		font-size: .875rem;
		line-height: 1.25rem
	}

	.sm\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem
	}

	.sm\:leading-6 {
		line-height: 1.5rem
	}

	.sm\:first-of-type\:ps-3:first-of-type {
		padding-inline-start: .75rem
	}

	.sm\:first-of-type\:ps-6:first-of-type {
		padding-inline-start: 1.5rem
	}

	.sm\:last-of-type\:pe-3:last-of-type {
		padding-inline-end: .75rem
	}

	.sm\:last-of-type\:pe-6:last-of-type {
		padding-inline-end: 1.5rem
	}
}

@media (min-width:768px) {
	.md\:bottom-4 {
		bottom: 1rem
	}

	.md\:order-first {
		order: -9999
	}

	.md\:col-\[--col-span-md\] {
		grid-column: var(--col-span-md)
	}

	.md\:col-span-2 {
		grid-column: span 2/span 2
	}

	.md\:col-start-\[--col-start-md\] {
		grid-column-start: var(--col-start-md)
	}

	.md\:block {
		display: block
	}

	.md\:flex {
		display: flex
	}

	.md\:table-cell {
		display: table-cell
	}

	.md\:inline-grid {
		display: inline-grid
	}

	.md\:hidden {
		display: none
	}

	.md\:columns-\[--cols-md\] {
		-moz-columns: var(--cols-md);
		columns: var(--cols-md)
	}

	.md\:grid-flow-col {
		grid-auto-flow: column
	}

	.md\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.md\:grid-cols-\[--cols-md\] {
		grid-template-columns: var(--cols-md)
	}

	.md\:flex-row {
		flex-direction: row
	}

	.md\:items-start {
		align-items: flex-start
	}

	.md\:items-center {
		align-items: center
	}

	.md\:justify-end {
		justify-content: flex-end
	}

	.md\:gap-1 {
		gap: .25rem
	}

	.md\:gap-3 {
		gap: .75rem
	}

	.md\:divide-y-0>:not([hidden])~:not([hidden]) {
		--tw-divide-y-reverse: 0;
		border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
		border-bottom-width: calc(0px * var(--tw-divide-y-reverse))
	}

	.md\:rounded-xl {
		border-radius: .75rem
	}

	.md\:p-20 {
		padding: 5rem
	}

	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}

	.md\:pe-3 {
		padding-inline-end: .75rem
	}

	.md\:pe-6 {
		padding-inline-end: 1.5rem
	}

	.md\:ps-3 {
		padding-inline-start: .75rem
	}

	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem
	}
}

@media (min-width:1024px) {
	.lg\:sticky {
		position: sticky
	}

	.lg\:z-0 {
		z-index: 0
	}

	.lg\:col-\[--col-span-lg\] {
		grid-column: var(--col-span-lg)
	}

	.lg\:col-span-1 {
		grid-column: span 1/span 1
	}

	.lg\:col-span-2 {
		grid-column: span 2/span 2
	}

	.lg\:col-start-\[--col-start-lg\] {
		grid-column-start: var(--col-start-lg)
	}

	.lg\:block {
		display: block
	}

	.lg\:flex {
		display: flex
	}

	.lg\:inline-flex {
		display: inline-flex
	}

	.lg\:table-cell {
		display: table-cell
	}

	.lg\:inline-grid {
		display: inline-grid
	}

	.lg\:hidden {
		display: none
	}

	.lg\:h-full {
		height: 100%
	}

	.lg\:max-w-xs {
		max-width: 20rem
	}

	.lg\:-translate-x-full {
		--tw-translate-x: -100%;
		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))
	}

	.lg\:translate-x-0 {
		--tw-translate-x: 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))
	}

	.lg\:columns-\[--cols-lg\] {
		-moz-columns: var(--cols-lg);
		columns: var(--cols-lg)
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.lg\:grid-cols-\[--cols-lg\] {
		grid-template-columns: var(--cols-lg)
	}

	.lg\:grid-rows-\[auto\] {
		grid-template-rows: auto
	}

	.lg\:flex-row {
		flex-direction: row
	}

	.lg\:items-start {
		align-items: flex-start
	}

	.lg\:items-center {
		align-items: center
	}

	.lg\:gap-1 {
		gap: .25rem
	}

	.lg\:gap-3 {
		gap: .75rem
	}

	.lg\:rounded-md {
		border-radius: .375rem
	}

	.lg\:bg-transparent {
		background-color: transparent
	}

	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem
	}

	.lg\:pe-8 {
		padding-inline-end: 2rem
	}

	.lg\:shadow-none {
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
	}

	.lg\: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)
	}

	.lg\:ring-0 {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
	}

	.lg\:transition {
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(.4, 0, .2, 1);
		transition-duration: .15s
	}

	.lg\:transition-none {
		transition-property: none
	}

	.lg\:delay-100 {
		transition-delay: .1s
	}
}

@media (min-width:1280px) {
	.xl\:col-\[--col-span-xl\] {
		grid-column: var(--col-span-xl)
	}

	.xl\:col-start-\[--col-start-xl\] {
		grid-column-start: var(--col-start-xl)
	}

	.xl\:block {
		display: block
	}

	.xl\:table-cell {
		display: table-cell
	}

	.xl\:inline-grid {
		display: inline-grid
	}

	.xl\:hidden {
		display: none
	}

	.xl\:columns-\[--cols-xl\] {
		-moz-columns: var(--cols-xl);
		columns: var(--cols-xl)
	}

	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}

	.xl\:grid-cols-\[--cols-xl\] {
		grid-template-columns: var(--cols-xl)
	}

	.xl\:flex-row {
		flex-direction: row
	}

	.xl\:items-start {
		align-items: flex-start
	}

	.xl\:items-center {
		align-items: center
	}

	.xl\:justify-between {
		justify-content: space-between
	}

	.xl\:gap-1 {
		gap: .25rem
	}

	.xl\:gap-3 {
		gap: .75rem
	}
}

@media (min-width:1536px) {
	.\32xl\:col-\[--col-span-2xl\] {
		grid-column: var(--col-span-2xl)
	}

	.\32xl\:col-start-\[--col-start-2xl\] {
		grid-column-start: var(--col-start-2xl)
	}

	.\32xl\:block {
		display: block
	}

	.\32xl\:table-cell {
		display: table-cell
	}

	.\32xl\:inline-grid {
		display: inline-grid
	}

	.\32xl\:hidden {
		display: none
	}

	.\32xl\:columns-\[--cols-2xl\] {
		-moz-columns: var(--cols-2xl);
		columns: var(--cols-2xl)
	}

	.\32xl\:grid-cols-\[--cols-2xl\] {
		grid-template-columns: var(--cols-2xl)
	}

	.\32xl\:flex-row {
		flex-direction: row
	}

	.\32xl\:items-start {
		align-items: flex-start
	}

	.\32xl\:items-center {
		align-items: center
	}

	.\32xl\:gap-1 {
		gap: .25rem
	}

	.\32xl\:gap-3 {
		gap: .75rem
	}
}

.\[\&\.trix-active\]\:bg-gray-50.trix-active {
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}

.\[\&\.trix-active\]\:text-primary-600.trix-active {
	--tw-text-opacity: 1;
	color: rgb(37 99 235 / var(--tw-text-opacity))
}

.\[\&\>\*\:first-child\]\:relative>:first-child {
	position: relative
}

.\[\&\>\*\:first-child\]\:mt-0>:first-child {
	margin-top: 0
}

.\[\&\>\*\:first-child\]\:before\:absolute>:first-child:before {
	content: var(--tw-content);
	position: absolute
}

.\[\&\>\*\:first-child\]\:before\:inset-y-0>:first-child:before {
	content: var(--tw-content);
	top: 0;
	bottom: 0
}

.\[\&\>\*\:first-child\]\:before\:start-0>:first-child:before {
	content: var(--tw-content);
	inset-inline-start: 0
}

.\[\&\>\*\:first-child\]\:before\:w-0\.5>:first-child:before {
	content: var(--tw-content);
	width: .125rem
}

.\[\&\>\*\:first-child\]\:before\:bg-primary-600>:first-child:before {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(37 99 235 / var(--tw-bg-opacity))
}

@media (prefers-color-scheme:dark) {
	.\[\&\>\*\:first-child\]\:dark\:before\:bg-primary-500>:first-child:before {
		content: var(--tw-content);
		--tw-bg-opacity: 1;
		background-color: rgb(59 130 246 / var(--tw-bg-opacity))
	}
}

.\[\&\>\*\:last-child\]\:mb-0>:last-child {
	margin-bottom: 0
}

@media (hover:hover) {
	.\[\@media\(hover\:hover\)\]\:transition {
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(.4, 0, .2, 1);
		transition-duration: .15s
	}

	.\[\@media\(hover\:hover\)\]\:duration-75 {
		transition-duration: 75ms
	}
}

.fa-share {
	color: #1977d4
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.pace-inactive {
	display: none
}

.pace .pace-progress {
	background: #29d;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px
}

/*!
 * FilePond 4.30.6
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotateZ(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotateZ(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes shake {

	10%,
	90% {
		-webkit-transform: translateX(-.0625em);
		transform: translate(-.0625em)
	}

	20%,
	80% {
		-webkit-transform: translateX(.125em);
		transform: translate(.125em)
	}

	30%,
	50%,
	70% {
		-webkit-transform: translateX(-.25em);
		transform: translate(-.25em)
	}

	40%,
	60% {
		-webkit-transform: translateX(.25em);
		transform: translate(.25em)
	}
}

@keyframes shake {

	10%,
	90% {
		-webkit-transform: translateX(-.0625em);
		transform: translate(-.0625em)
	}

	20%,
	80% {
		-webkit-transform: translateX(.125em);
		transform: translate(.125em)
	}

	30%,
	50%,
	70% {
		-webkit-transform: translateX(-.25em);
		transform: translate(-.25em)
	}

	40%,
	60% {
		-webkit-transform: translateX(.25em);
		transform: translate(.25em)
	}
}

@-webkit-keyframes fall {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	70% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes fall {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	70% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) and (stroke-color:transparent) {
		.filepond--root[data-style-panel-layout~=circle] {
			will-change: transform
		}
	}
}

[x-cloak] {
	display: none !important
}

:root {
	--bg-color: #ffffff;
	--text-color: #111827;
	--nav-bg-color: #f3f4f6;
	--nav-text-color: #111827;
	--uploader-bg-color: #eaf2f8;
	--uploader-text-color: #9ca3af;
	--uploader-bar-text-color: #fff;
	--uploader-bar-success-bg-color: #198754;
	--uploader-bar-error-bg-color: #c44e47;
	--browse-btn-bg-color: #262626;
	--browse-btn-text-color: #e5e7eb;
	--convert-btn-bg-color: #14b8a6;
	--convert-btn-text-color: #ffffff;
	--card-bg-color: #ffffff;
	--card-text-color: #111827;
	--card-hover-bg-color: #0284c7;
	--card-hover-text-color: #ffffff
}

.button {
	-moz-box-shadow: inset 0 -3px 7px 0 #29bbff;
	-webkit-box-shadow: inset 0 -3px 7px 0 #29bbff;
	box-shadow: inset 0 -3px 7px 0 #29bbff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #2dabf9), color-stop(1, #0688fa));
	background: -moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: -webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: -o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: -ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	background-color: #2dabf9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #0b0e07;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	font-size: 15px;
	padding: 9px 23px;
	text-decoration: none;
	text-shadow: 0 1px 0 #263666
}

.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #0688fa), color-stop(1, #2dabf9));
	background: -moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background: -webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background: -o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background: -ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	background-color: #0688fa
}

.button:active {
	position: relative;
	top: 1px
}

.myButton {
	-moz-box-shadow: inset 0 1px 0 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #fff), color-stop(1, #f6f6f6));
	background: -moz-linear-gradient(top, #fff 5%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #fff 5%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #fff 5%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #fff 5%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #fff 5%, #f6f6f6 100%);
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #666;
	font-family: Arial;
	font-size: 15px;
	font-weight: 700;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff
}

.myButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #f6f6f6), color-stop(1, #fff));
	background: -moz-linear-gradient(top, #f6f6f6 5%, #fff 100%);
	background: -webkit-linear-gradient(top, #f6f6f6 5%, #fff 100%);
	background: -o-linear-gradient(top, #f6f6f6 5%, #fff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 5%, #fff 100%);
	background: linear-gradient(to bottom, #f6f6f6 5%, #fff 100%);
	background-color: #f6f6f6
}

.myButton:active {
	position: relative;
	top: 1px
}

.tooltip {
	position: relative;
	display: inline-block
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity .3s
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1
}

.st0 {
	fill: #000
}

.cls-1 {
	fill: none;
	stroke: #020202;
	stroke-miterlimit: 10;
	stroke-width: 1.92px
}