@keyframes fade-in {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #1d1f21;
}
:not(pre) > code[class*="language-"] {
	padding: 0.1em;
	border-radius: 0.3em;
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
	--text-opacity: 1;
	color: #a0aec0;
	color: rgba(160, 174, 192, var(--text-opacity));
}
.token.punctuation {
	color: #c5c8c6;
}
.namespace {
	opacity: 0.7;
}
.token.keyword,
.token.property,
.token.tag {
	color: #96cbfe;
}
.token.class-name {
	color: #ffffb6;
	text-decoration: underline;
}
.token.boolean,
.token.constant {
	color: #9c9;
}
.token.deleted,
.token.symbol {
	color: #f92672;
}
.token.number {
	color: #ff73fd;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
	color: #a8ff60;
}
.token.variable {
	color: #c6c5fe;
}
.token.operator {
	color: #ededed;
}
.token.entity {
	color: #ffffb6;
}
.token.url {
	color: #96cbfe;
}
.language-css .token.string,
.style .token.string {
	color: #87c38a;
}
.token.atrule,
.token.attr-value {
	color: #f9ee98;
}
.token.function {
	color: #dad085;
}
.token.regex {
	color: #e9c062;
}
.token.important {
	color: #fd971f;
}
.token.bold,
.token.important {
	font-weight: 700;
}
.token.italic {
	font-style: italic;
}
.token.entity {
	cursor: help;
}
.token.comment {
	--text-opacity: 1 !important;
	color: #a0aec0 !important;
	color: rgba(160, 174, 192, var(--text-opacity)) !important;
}
.token.atrule,
.token.atrule > .token.number,
.token.atrule > .token.property,
.token.atrule > .token.property + .token.punctuation,
.token.atrule
	> .token.property
	+ .token.punctuation
	+ .token.number
	+ .token.unit,
.token.atrule > .token.unit {
	color: var(--color-code-white) !important;
}
.token.function {
	color: var(--color-code-blue) !important;
}
.token.number,
.token.unit {
	color: var(--color-code-red) !important;
}
.token.hexcode,
.token.punctuation {
	color: var(--color-code-blue) !important;
}
.token.tag {
	color: var(--color-code-red) !important;
}
.token.attr-name {
	color: var(--color-code-yellow) !important;
}
.token.attr-value,
.token.string,
.token.url {
	color: var(--color-code-green) !important;
}
.token.property,
.token.selector {
	color: var(--color-code-yellow) !important;
}
.token.important,
.token.rule {
	color: var(--color-code-purple) !important;
}
.token.important {
	font-weight: inherit !important;
}
.space-y-2 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(0.5rem * (1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
}
.space-x-2 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
	margin-left: calc(0.5rem * (1 - var(--space-x-reverse))) !important;
}
.space-y-4 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(1rem * (1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
}
.space-x-4 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(1rem * var(--space-x-reverse)) !important;
	margin-left: calc(1rem * (1 - var(--space-x-reverse))) !important;
}
.space-y-6 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(1.5rem * (1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
}
.space-x-6 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
	margin-left: calc(1.5rem * (1 - var(--space-x-reverse))) !important;
}
.space-x-8 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(2rem * var(--space-x-reverse)) !important;
	margin-left: calc(2rem * (1 - var(--space-x-reverse))) !important;
}
.space-x-12 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(3rem * var(--space-x-reverse)) !important;
	margin-left: calc(3rem * (1 - var(--space-x-reverse))) !important;
}
.space-y-reverse > :not(template) ~ :not(template) {
	--space-y-reverse: 1 !important;
}
.space-x-reverse > :not(template) ~ :not(template) {
	--space-x-reverse: 1 !important;
}
.divide-y-0 > :not(template) ~ :not(template) {
	--divide-y-reverse: 0 !important;
	border-top-width: calc(0px * (1 - var(--divide-y-reverse))) !important;
	border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
}
.divide-y-2 > :not(template) ~ :not(template) {
	--divide-y-reverse: 0 !important;
	border-top-width: calc(2px * (1 - var(--divide-y-reverse))) !important;
	border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
}
.divide-x-2 > :not(template) ~ :not(template) {
	--divide-x-reverse: 0 !important;
	border-right-width: calc(2px * var(--divide-x-reverse)) !important;
	border-left-width: calc(2px * (1 - var(--divide-x-reverse))) !important;
}
.divide-y-4 > :not(template) ~ :not(template) {
	--divide-y-reverse: 0 !important;
	border-top-width: calc(4px * (1 - var(--divide-y-reverse))) !important;
	border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
}
.divide-y-8 > :not(template) ~ :not(template) {
	--divide-y-reverse: 0 !important;
	border-top-width: calc(8px * (1 - var(--divide-y-reverse))) !important;
	border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
}
.divide-x-8 > :not(template) ~ :not(template) {
	--divide-x-reverse: 0 !important;
	border-right-width: calc(8px * var(--divide-x-reverse)) !important;
	border-left-width: calc(8px * (1 - var(--divide-x-reverse))) !important;
}
.divide-y > :not(template) ~ :not(template) {
	--divide-y-reverse: 0 !important;
	border-top-width: calc(1px * (1 - var(--divide-y-reverse))) !important;
	border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
}
.divide-x > :not(template) ~ :not(template) {
	--divide-x-reverse: 0 !important;
	border-right-width: calc(1px * var(--divide-x-reverse)) !important;
	border-left-width: calc(1px * (1 - var(--divide-x-reverse))) !important;
}
.divide-y-reverse > :not(template) ~ :not(template) {
	--divide-y-reverse: 1 !important;
}
.divide-x-reverse > :not(template) ~ :not(template) {
	--divide-x-reverse: 1 !important;
}
.divide-black > :not(template) ~ :not(template) {
	--divide-opacity: 1 !important;
	border-color: #000 !important;
	border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
}
.divide-gray-400 > :not(template) ~ :not(template) {
	--divide-opacity: 1 !important;
	border-color: #cbd5e0 !important;
	border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
}
.divide-gray-500 > :not(template) ~ :not(template) {
	--divide-opacity: 1 !important;
	border-color: #a0aec0 !important;
	border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
}
.divide-red-400 > :not(template) ~ :not(template) {
	--divide-opacity: 1 !important;
	border-color: #fc8181 !important;
	border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
}
.divide-orange-400 > :not(template) ~ :not(template) {
	--divide-opacity: 1 !important;
	border-color: #f6ad55 !important;
	border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
}
.divide-green-400 > :not(template) ~ :not(template) {
	--divide-opacity: 1 !important;
	border-color: #68d391 !important;
	border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
}
.divide-teal-400 > :not(template) ~ :not(template) {
	--divide-opacity: 1 !important;
	border-color: #4fd1c5 !important;
	border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
}
.divide-blue-300 > :not(template) ~ :not(template) {
	--divide-opacity: 1 !important;
	border-color: #90cdf4 !important;
	border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
}
.divide-blue-500 > :not(template) ~ :not(template) {
	--divide-opacity: 1 !important;
	border-color: #4299e1 !important;
	border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
}
.divide-pink-400 > :not(template) ~ :not(template) {
	--divide-opacity: 1 !important;
	border-color: #f687b3 !important;
	border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
}
.divide-dashed > :not(template) ~ :not(template) {
	border-style: dashed !important;
}
.divide-opacity-25 > :not(template) ~ :not(template) {
	--divide-opacity: 0.25 !important;
}
.divide-opacity-50 > :not(template) ~ :not(template) {
	--divide-opacity: 0.5 !important;
}
.divide-opacity-75 > :not(template) ~ :not(template) {
	--divide-opacity: 0.75 !important;
}
.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border-width: 0 !important;
}
.focus\:not-sr-only:focus,
.not-sr-only {
	position: static !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important;
}
.appearance-none {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
.bg-fixed {
	background-attachment: fixed !important;
}
.bg-local {
	background-attachment: local !important;
}
.bg-scroll {
	background-attachment: scroll !important;
}
.bg-clip-border {
	background-clip: border-box !important;
}
.bg-clip-padding {
	background-clip: padding-box !important;
}
.bg-clip-content {
	background-clip: content-box !important;
}
.bg-clip-text {
	-webkit-background-clip: text !important;
	background-clip: text !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.bg-black {
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}
.bg-black,
.bg-white {
	--bg-opacity: 1 !important;
}
.bg-white {
	background-color: #fff !important;
	background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}
.bg-gray-100 {
	--bg-opacity: 1 !important;
	background-color: #f7fafc !important;
	background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}
.bg-gray-200 {
	--bg-opacity: 1 !important;
	background-color: #edf2f7 !important;
	background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}
.bg-gray-300 {
	--bg-opacity: 1 !important;
	background-color: #e2e8f0 !important;
	background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}
.bg-gray-400 {
	--bg-opacity: 1 !important;
	background-color: #cbd5e0 !important;
	background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}
.bg-gray-500 {
	--bg-opacity: 1 !important;
	background-color: #a0aec0 !important;
	background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}
.bg-gray-600 {
	--bg-opacity: 1 !important;
	background-color: #718096 !important;
	background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}
.bg-gray-700 {
	--bg-opacity: 1 !important;
	background-color: #4a5568 !important;
	background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}
.bg-gray-800 {
	--bg-opacity: 1 !important;
	background-color: #2d3748 !important;
	background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}
.bg-gray-900 {
	--bg-opacity: 1 !important;
	background-color: #1a202c !important;
	background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}
.bg-red-100 {
	background-color: #fff5f5 !important;
	background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}
.bg-red-100,
.bg-red-500 {
	--bg-opacity: 1 !important;
}
.bg-red-500 {
	background-color: #f56565 !important;
	background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}
.bg-orange-100 {
	--bg-opacity: 1 !important;
	background-color: #fffaf0 !important;
	background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
}
.bg-orange-300 {
	--bg-opacity: 1 !important;
	background-color: #fbd38d !important;
	background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}
.bg-orange-500 {
	--bg-opacity: 1 !important;
	background-color: #ed8936 !important;
	background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}
.bg-yellow-200 {
	--bg-opacity: 1 !important;
	background-color: #fefcbf !important;
	background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
}
.bg-yellow-400 {
	--bg-opacity: 1 !important;
	background-color: #f6e05e !important;
	background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
}
.bg-green-500 {
	--bg-opacity: 1 !important;
	background-color: #48bb78 !important;
	background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}
.bg-teal-100 {
	--bg-opacity: 1 !important;
	background-color: #e6fffa !important;
	background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}
.bg-teal-200 {
	--bg-opacity: 1 !important;
	background-color: #b2f5ea !important;
	background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}
.bg-teal-500 {
	--bg-opacity: 1 !important;
	background-color: #38b2ac !important;
	background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}
.bg-blue-100 {
	--bg-opacity: 1 !important;
	background-color: #ebf8ff !important;
	background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}
.bg-blue-300 {
	--bg-opacity: 1 !important;
	background-color: #90cdf4 !important;
	background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}
.bg-blue-500 {
	--bg-opacity: 1 !important;
	background-color: #4299e1 !important;
	background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}
.bg-blue-600 {
	--bg-opacity: 1 !important;
	background-color: #3182ce !important;
	background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}
.bg-blue-700 {
	--bg-opacity: 1 !important;
	background-color: #2b6cb0 !important;
	background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}
.bg-indigo-500 {
	--bg-opacity: 1 !important;
	background-color: #667eea !important;
	background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}
.bg-indigo-600 {
	--bg-opacity: 1 !important;
	background-color: #5a67d8 !important;
	background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}
.bg-indigo-800 {
	--bg-opacity: 1 !important;
	background-color: #434190 !important;
	background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}
.bg-indigo-900 {
	--bg-opacity: 1 !important;
	background-color: #3c366b !important;
	background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}
.bg-purple-500 {
	--bg-opacity: 1 !important;
	background-color: #9f7aea !important;
	background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}
.bg-pink-400 {
	--bg-opacity: 1 !important;
	background-color: #f687b3 !important;
	background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}
.bg-pink-500 {
	--bg-opacity: 1 !important;
	background-color: #ed64a6 !important;
	background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}
.bg-green-150 {
	--bg-opacity: 1 !important;
	background-color: #e6ffee !important;
	background-color: rgba(230, 255, 238, var(--bg-opacity)) !important;
}
.even\:bg-gray-200:nth-child(2n),
.odd\:bg-gray-200:nth-child(odd) {
	--bg-opacity: 1 !important;
	background-color: #edf2f7 !important;
	background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}
.hover\:bg-black:hover {
	--bg-opacity: 1 !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}
.hover\:bg-white:hover {
	--bg-opacity: 1 !important;
	background-color: #fff !important;
	background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}
.hover\:bg-gray-100:hover {
	--bg-opacity: 1 !important;
	background-color: #f7fafc !important;
	background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}
.hover\:bg-gray-200:hover {
	--bg-opacity: 1 !important;
	background-color: #edf2f7 !important;
	background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}
.hover\:bg-gray-400:hover {
	--bg-opacity: 1 !important;
	background-color: #cbd5e0 !important;
	background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}
.hover\:bg-gray-500:hover {
	--bg-opacity: 1 !important;
	background-color: #a0aec0 !important;
	background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}
.hover\:bg-gray-700:hover {
	--bg-opacity: 1 !important;
	background-color: #4a5568 !important;
	background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}
.hover\:bg-gray-800:hover {
	--bg-opacity: 1 !important;
	background-color: #2d3748 !important;
	background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}
.hover\:bg-red-500:hover {
	--bg-opacity: 1 !important;
	background-color: #f56565 !important;
	background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}
.hover\:bg-red-600:hover {
	--bg-opacity: 1 !important;
	background-color: #e53e3e !important;
	background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}
.hover\:bg-orange-600:hover {
	--bg-opacity: 1 !important;
	background-color: #dd6b20 !important;
	background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
}
.hover\:bg-green-400:hover {
	--bg-opacity: 1 !important;
	background-color: #68d391 !important;
	background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}
.hover\:bg-green-600:hover {
	--bg-opacity: 1 !important;
	background-color: #38a169 !important;
	background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}
.hover\:bg-teal-600:hover {
	--bg-opacity: 1 !important;
	background-color: #319795 !important;
	background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}
.hover\:bg-teal-700:hover {
	--bg-opacity: 1 !important;
	background-color: #2c7a7b !important;
	background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}
.hover\:bg-blue-400:hover {
	--bg-opacity: 1 !important;
	background-color: #63b3ed !important;
	background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}
.hover\:bg-blue-500:hover {
	--bg-opacity: 1 !important;
	background-color: #4299e1 !important;
	background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}
.hover\:bg-blue-600:hover {
	--bg-opacity: 1 !important;
	background-color: #3182ce !important;
	background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}
.hover\:bg-blue-700:hover {
	--bg-opacity: 1 !important;
	background-color: #2b6cb0 !important;
	background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}
.hover\:bg-indigo-500:hover {
	--bg-opacity: 1 !important;
	background-color: #667eea !important;
	background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}
.hover\:bg-indigo-600:hover {
	--bg-opacity: 1 !important;
	background-color: #5a67d8 !important;
	background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}
.hover\:bg-purple-400:hover {
	--bg-opacity: 1 !important;
	background-color: #b794f4 !important;
	background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}
.hover\:bg-purple-500:hover {
	--bg-opacity: 1 !important;
	background-color: #9f7aea !important;
	background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}
.hover\:bg-pink-600:hover {
	--bg-opacity: 1 !important;
	background-color: #d53f8c !important;
	background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}
.focus\:bg-white:focus {
	--bg-opacity: 1 !important;
	background-color: #fff !important;
	background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}
.focus\:bg-gray-700:focus {
	--bg-opacity: 1 !important;
	background-color: #4a5568 !important;
	background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}
.focus\:bg-gray-800:focus {
	--bg-opacity: 1 !important;
	background-color: #2d3748 !important;
	background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}
.focus\:bg-blue-500:focus {
	--bg-opacity: 1 !important;
	background-color: #4299e1 !important;
	background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}
.bg-gradient-to-r {
	background-image: linear-gradient(
		to right,
		var(--gradient-color-stops)
	) !important;
}
.from-red-500 {
	--gradient-from-color: #f56565 !important;
	--gradient-color-stops: var(--gradient-from-color),
		var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}
.from-orange-400 {
	--gradient-from-color: #f6ad55 !important;
	--gradient-color-stops: var(--gradient-from-color),
		var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}
.from-green-500 {
	--gradient-from-color: #48bb78 !important;
	--gradient-color-stops: var(--gradient-from-color),
		var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}
.from-teal-400 {
	--gradient-from-color: #4fd1c5 !important;
	--gradient-color-stops: var(--gradient-from-color),
		var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}
.from-purple-400 {
	--gradient-from-color: #b794f4 !important;
	--gradient-color-stops: var(--gradient-from-color),
		var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}
.via-red-500 {
	--gradient-via-color: #f56565 !important;
	--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color),
		var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}
.via-pink-500 {
	--gradient-via-color: #ed64a6 !important;
	--gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color),
		var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}
.to-red-500 {
	--gradient-to-color: #f56565 !important;
}
.to-blue-500 {
	--gradient-to-color: #4299e1 !important;
}
.to-pink-500 {
	--gradient-to-color: #ed64a6 !important;
}
.hover\:from-pink-500:hover {
	--gradient-from-color: #ed64a6 !important;
	--gradient-color-stops: var(--gradient-from-color),
		var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}
.hover\:to-orange-500:hover {
	--gradient-to-color: #ed8936 !important;
}
.focus\:from-pink-500:focus {
	--gradient-from-color: #ed64a6 !important;
	--gradient-color-stops: var(--gradient-from-color),
		var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}
.focus\:to-orange-500:focus {
	--gradient-to-color: #ed8936 !important;
}
.aspect-video {
    aspect-ratio: 16 / 9;
}
.bg-opacity-0 {
	--bg-opacity: 0 !important;
}
.bg-opacity-25 {
	--bg-opacity: 0.25 !important;
}
.bg-opacity-50 {
	--bg-opacity: 0.5 !important;
}
.bg-opacity-75 {
	--bg-opacity: 0.75 !important;
}
.bg-opacity-100 {
	--bg-opacity: 1 !important;
}
.bg-bottom {
	background-position: bottom !important;
}
.bg-center {
	background-position: 50% !important;
}
.bg-left {
	background-position: 0 !important;
}
.bg-left-bottom {
	background-position: 0 100% !important;
}
.bg-left-top {
	background-position: 0 0 !important;
}
.bg-right {
	background-position: 100% !important;
}
.bg-right-bottom {
	background-position: 100% 100% !important;
}
.bg-right-top {
	background-position: 100% 0 !important;
}
.bg-top {
	background-position: top !important;
}
.bg-repeat {
	background-repeat: repeat !important;
}
.bg-no-repeat {
	background-repeat: no-repeat !important;
}
.bg-repeat-x {
	background-repeat: repeat-x !important;
}
.bg-repeat-y {
	background-repeat: repeat-y !important;
}
.bg-auto {
	background-size: auto !important;
}
.bg-cover {
	background-size: cover !important;
}
.bg-contain {
	background-size: contain !important;
}
.border-collapse {
	border-collapse: collapse !important;
}
.border-separate {
	border-collapse: separate !important;
}
.border-transparent {
	border-color: transparent !important;
}
.border-black {
	border-color: #000 !important;
	border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}
.border-black,
.border-white {
	--border-opacity: 1 !important;
}
.border-white {
	border-color: #fff !important;
	border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}
.border-gray-200 {
	--border-opacity: 1 !important;
	border-color: #edf2f7 !important;
	border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}
.border-gray-300 {
	--border-opacity: 1 !important;
	border-color: #e2e8f0 !important;
	border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}
.border-gray-400 {
	--border-opacity: 1 !important;
	border-color: #cbd5e0 !important;
	border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}
.border-gray-500 {
	--border-opacity: 1 !important;
	border-color: #a0aec0 !important;
	border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}
.border-gray-600 {
	--border-opacity: 1 !important;
	border-color: #718096 !important;
	border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}
.border-red-400 {
	--border-opacity: 1 !important;
	border-color: #fc8181 !important;
	border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
}
.border-red-500 {
	--border-opacity: 1 !important;
	border-color: #f56565 !important;
	border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}
.border-orange-500 {
	--border-opacity: 1 !important;
	border-color: #ed8936 !important;
	border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
}
.border-green-500 {
	--border-opacity: 1 !important;
	border-color: #48bb78 !important;
	border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}
.border-teal-400 {
	--border-opacity: 1 !important;
	border-color: #4fd1c5 !important;
	border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}
.border-teal-500 {
	--border-opacity: 1 !important;
	border-color: #38b2ac !important;
	border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}
.border-blue-300 {
	--border-opacity: 1 !important;
	border-color: #90cdf4 !important;
	border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}
.border-blue-500 {
	--border-opacity: 1 !important;
	border-color: #4299e1 !important;
	border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}
.border-blue-700 {
	--border-opacity: 1 !important;
	border-color: #2b6cb0 !important;
	border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}
.border-indigo-500 {
	--border-opacity: 1 !important;
	border-color: #667eea !important;
	border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}
.border-indigo-900 {
	--border-opacity: 1 !important;
	border-color: #3c366b !important;
	border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}
.border-purple-500 {
	--border-opacity: 1 !important;
	border-color: #9f7aea !important;
	border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}
.border-purple-800 {
	--border-opacity: 1 !important;
	border-color: #553c9a !important;
	border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}
.hover\:border-transparent:hover {
	border-color: transparent !important;
}
.hover\:border-black:hover {
	--border-opacity: 1 !important;
	border-color: #000 !important;
	border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}
.hover\:border-white:hover {
	--border-opacity: 1 !important;
	border-color: #fff !important;
	border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}
.hover\:border-gray-200:hover {
	--border-opacity: 1 !important;
	border-color: #edf2f7 !important;
	border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}
.hover\:border-gray-300:hover {
	--border-opacity: 1 !important;
	border-color: #e2e8f0 !important;
	border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}
.hover\:border-gray-500:hover {
	--border-opacity: 1 !important;
	border-color: #a0aec0 !important;
	border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}
.hover\:border-red-500:hover {
	--border-opacity: 1 !important;
	border-color: #f56565 !important;
	border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}
.hover\:border-teal-700:hover {
	--border-opacity: 1 !important;
	border-color: #2c7a7b !important;
	border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}
.hover\:border-blue-500:hover {
	--border-opacity: 1 !important;
	border-color: #4299e1 !important;
	border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}
.focus\:border-white:focus {
	--border-opacity: 1 !important;
	border-color: #fff !important;
	border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}
.focus\:border-gray-300:focus {
	--border-opacity: 1 !important;
	border-color: #e2e8f0 !important;
	border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}
.focus\:border-gray-500:focus {
	--border-opacity: 1 !important;
	border-color: #a0aec0 !important;
	border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}
.focus\:border-red-500:focus {
	--border-opacity: 1 !important;
	border-color: #f56565 !important;
	border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}
.focus\:border-teal-400:focus {
	--border-opacity: 1 !important;
	border-color: #4fd1c5 !important;
	border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}
.focus\:border-blue-300:focus {
	--border-opacity: 1 !important;
	border-color: #90cdf4 !important;
	border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}
.focus\:border-blue-400:focus {
	--border-opacity: 1 !important;
	border-color: #63b3ed !important;
	border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}
.focus\:border-blue-500:focus {
	--border-opacity: 1 !important;
	border-color: #4299e1 !important;
	border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}
.focus\:border-indigo-700:focus {
	--border-opacity: 1 !important;
	border-color: #4c51bf !important;
	border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}
.focus\:border-purple-500:focus {
	--border-opacity: 1 !important;
	border-color: #9f7aea !important;
	border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}
.border-opacity-0 {
	--border-opacity: 0 !important;
}
.border-opacity-25 {
	--border-opacity: 0.25 !important;
}
.border-opacity-50 {
	--border-opacity: 0.5 !important;
}
.border-opacity-75 {
	--border-opacity: 0.75 !important;
}
.border-opacity-100 {
	--border-opacity: 1 !important;
}
.rounded-none {
	border-radius: 0 !important;
}
.rounded-sm {
	border-radius: 0.125rem !important;
}
.rounded {
	border-radius: 0.25rem !important;
}
.rounded-md {
	border-radius: 0.375rem !important;
}
.rounded-lg {
	border-radius: 0.5rem !important;
}
.rounded-full {
	border-radius: 9999px !important;
}
.rounded-t {
	border-top-left-radius: 0.25rem !important;
}
.rounded-r,
.rounded-t {
	border-top-right-radius: 0.25rem !important;
}
.rounded-b,
.rounded-r {
	border-bottom-right-radius: 0.25rem !important;
}
.rounded-b,
.rounded-l {
	border-bottom-left-radius: 0.25rem !important;
}
.rounded-l {
	border-top-left-radius: 0.25rem !important;
}
.rounded-t-lg {
	border-top-left-radius: 0.5rem !important;
}
.rounded-r-lg,
.rounded-t-lg {
	border-top-right-radius: 0.5rem !important;
}
.rounded-b-lg,
.rounded-r-lg {
	border-bottom-right-radius: 0.5rem !important;
}
.rounded-b-lg,
.rounded-l-lg {
	border-bottom-left-radius: 0.5rem !important;
}
.rounded-l-lg,
.rounded-tl-lg {
	border-top-left-radius: 0.5rem !important;
}
.rounded-tr-lg {
	border-top-right-radius: 0.5rem !important;
}
.rounded-br-lg {
	border-bottom-right-radius: 0.5rem !important;
}
.rounded-bl-lg {
	border-bottom-left-radius: 0.5rem !important;
}
.border-solid {
	border-style: solid !important;
}
.border-dashed {
	border-style: dashed !important;
}
.border-dotted {
	border-style: dotted !important;
}
.border-double {
	border-style: double !important;
}
.border-none {
	border-style: none !important;
}
.border-0 {
	border-width: 0 !important;
}
.border-2 {
	border-width: 2px !important;
}
.border-4 {
	border-width: 4px !important;
}
.border-8 {
	border-width: 8px !important;
}
.border {
	border-width: 1px !important;
}
.border-t-0 {
	border-top-width: 0 !important;
}
.border-t-2 {
	border-top-width: 2px !important;
}
.border-r-2 {
	border-right-width: 2px !important;
}
.border-b-2 {
	border-bottom-width: 2px !important;
}
.border-l-2 {
	border-left-width: 2px !important;
}
.border-t-4 {
	border-top-width: 4px !important;
}
.border-b-4 {
	border-bottom-width: 4px !important;
}
.border-l-4 {
	border-left-width: 4px !important;
}
.border-t-8 {
	border-top-width: 8px !important;
}
.border-r-8 {
	border-right-width: 8px !important;
}
.border-b-8 {
	border-bottom-width: 8px !important;
}
.border-t {
	border-top-width: 1px !important;
}
.border-r {
	border-right-width: 1px !important;
}
.border-b {
	border-bottom-width: 1px !important;
}
.border-l {
	border-left-width: 1px !important;
}
.first\:border-t-0:first-child {
	border-top-width: 0 !important;
}
.last\:border-b-0:last-child {
	border-bottom-width: 0 !important;
}
.box-border {
	box-sizing: border-box !important;
}
.box-content {
	box-sizing: content-box !important;
}
.cursor-auto {
	cursor: auto !important;
}
.cursor-default {
	cursor: default !important;
}
.cursor-pointer {
	cursor: pointer !important;
}
.cursor-wait {
	cursor: wait !important;
}
.cursor-text {
	cursor: text !important;
}
.cursor-move {
	cursor: move !important;
}
.cursor-not-allowed {
	cursor: not-allowed !important;
}
.block {
	display: block !important;
}
.inline-block {
	display: inline-block !important;
}
.inline {
	display: inline !important;
}
.flex {
	display: flex !important;
}
.inline-flex {
	display: inline-flex !important;
}
.table {
	display: table !important;
}
.table-caption {
	display: table-caption !important;
}
.table-cell {
	display: table-cell !important;
}
.table-column {
	display: table-column !important;
}
.table-column-group {
	display: table-column-group !important;
}
.table-footer-group {
	display: table-footer-group !important;
}
.table-header-group {
	display: table-header-group !important;
}
.table-row-group {
	display: table-row-group !important;
}
.table-row {
	display: table-row !important;
}
.flow-root {
	display: flow-root !important;
}
.grid {
	display: grid !important;
}
.inline-grid {
	display: inline-grid !important;
}
.contents {
	display: contents !important;
}
.hidden {
	display: none !important;
}
.flex-row {
	flex-direction: row !important;
}
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-col {
	flex-direction: column !important;
}
.flex-col-reverse {
	flex-direction: column-reverse !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}
.flex-no-wrap {
	flex-wrap: nowrap !important;
}
.place-items-auto {
	place-items: auto !important;
}
.place-items-start {
	place-items: start !important;
}
.place-items-end {
	place-items: end !important;
}
.place-items-center {
	place-items: center !important;
}
.place-items-stretch {
	place-items: stretch !important;
}
.place-content-center {
	place-content: center !important;
}
.place-content-start {
	place-content: start !important;
}
.place-content-end {
	place-content: end !important;
}
.place-content-between {
	place-content: space-between !important;
}
.place-content-around {
	place-content: space-around !important;
}
.place-content-evenly {
	place-content: space-evenly !important;
}
.place-content-stretch {
	place-content: stretch !important;
}
.place-self-auto {
	place-self: auto !important;
}
.place-self-start {
	place-self: start !important;
}
.place-self-end {
	place-self: end !important;
}
.place-self-center {
	place-self: center !important;
}
.place-self-stretch {
	place-self: stretch !important;
}
.items-start {
	align-items: flex-start !important;
}
.items-end {
	align-items: flex-end !important;
}
.items-center {
	align-items: center !important;
}
.items-baseline {
	align-items: baseline !important;
}
.items-stretch {
	align-items: stretch !important;
}
.content-center {
	align-content: center !important;
}
.content-start {
	align-content: flex-start !important;
}
.content-end {
	align-content: flex-end !important;
}
.content-between {
	align-content: space-between !important;
}
.content-around {
	align-content: space-around !important;
}
.self-auto {
	align-self: auto !important;
}
.self-start {
	align-self: flex-start !important;
}
.self-end {
	align-self: flex-end !important;
}
.self-center {
	align-self: center !important;
}
.self-stretch {
	align-self: stretch !important;
}
.justify-items-auto {
	justify-items: auto !important;
}
.justify-items-start {
	justify-items: start !important;
}
.justify-items-end {
	justify-items: end !important;
}
.justify-items-center {
	justify-items: center !important;
}
.justify-items-stretch {
	justify-items: stretch !important;
}
.justify-start {
	justify-content: flex-start !important;
}
.justify-end {
	justify-content: flex-end !important;
}
.justify-center {
	justify-content: center !important;
}
.justify-between {
	justify-content: space-between !important;
}
.justify-around {
	justify-content: space-around !important;
}
.justify-evenly {
	justify-content: space-evenly !important;
}
.justify-self-auto {
	justify-self: auto !important;
}
.justify-self-start {
	justify-self: start !important;
}
.justify-self-end {
	justify-self: end !important;
}
.justify-self-center {
	justify-self: center !important;
}
.justify-self-stretch {
	justify-self: stretch !important;
}
.flex-1 {
	flex: 1 1 0% !important;
}
.flex-auto {
	flex: 1 1 auto !important;
}
.flex-initial {
	flex: 0 1 auto !important;
}
.flex-none {
	flex: none !important;
}
.flex-grow-0 {
	flex-grow: 0 !important;
}
.flex-grow {
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	flex-shrink: 0 !important;
}
.flex-shrink {
	flex-shrink: 1 !important;
}
.order-2 {
	order: 2 !important;
}
.order-3 {
	order: 3 !important;
}
.order-first {
	order: -9999 !important;
}
.order-last {
	order: 9999 !important;
}
.order-none {
	order: 0 !important;
}
.float-right {
	float: right !important;
}
.float-left {
	float: left !important;
}
.float-none {
	float: none !important;
}
.clearfix:after {
	content: "" !important;
	display: table !important;
	clear: both !important;
}
.clear-left {
	clear: left !important;
}
.clear-right {
	clear: right !important;
}
.clear-both {
	clear: both !important;
}
.clear-none {
	clear: none !important;
}
.font-hairline {
	font-weight: 100 !important;
}
.font-thin {
	font-weight: 200 !important;
}
.font-light {
	font-weight: 300 !important;
}
.font-normal {
	font-weight: 400 !important;
}
.font-medium {
	font-weight: 500 !important;
}
.font-semibold {
	font-weight: 600 !important;
}
.font-bold {
	font-weight: 700 !important;
}
.font-extrabold {
	font-weight: 800 !important;
}
.font-black {
	font-weight: 900 !important;
}
.focus\:font-bold:focus,
.hover\:font-bold:hover {
	font-weight: 700 !important;
}
.h-3 {
	height: 0.75rem !important;
}
.h-4 {
	height: 1rem !important;
}
.h-5 {
	height: 1.25rem !important;
}
.h-6 {
	height: 1.5rem !important;
}
.h-8 {
	height: 2rem !important;
}
.h-10 {
	height: 2.5rem !important;
}
.h-12 {
	height: 3rem !important;
}
.h-16 {
	height: 4rem !important;
}
.h-20 {
	height: 5rem !important;
}
.h-24 {
	height: 6rem !important;
}
.h-32 {
	height: 8rem !important;
}
.h-48 {
	height: 12rem !important;
}
.h-64 {
	height: 16rem !important;
}
.h-auto {
	height: auto !important;
}
.h-px {
	height: 1px !important;
}
.h-full {
	height: 100% !important;
}
.h-screen {
	height: 100vh !important;
}
.text-xs {
	font-size: 0.75rem !important;
}
.text-sm {
	font-size: 0.875rem !important;
}
.text-base {
	font-size: 1rem !important;
}
.text-lg {
	font-size: 1.125rem !important;
}
.text-xl {
	font-size: 1.25rem !important;
}
.text-2xl {
	font-size: 1.5rem !important;
}
.text-3xl {
	font-size: 1.875rem !important;
}
.text-4xl {
	font-size: 2.25rem !important;
}
.text-5xl {
	font-size: 3rem !important;
}
.text-6xl {
	font-size: 4rem !important;
}
.leading-3 {
	line-height: 0.75rem !important;
}
.leading-4 {
	line-height: 1rem !important;
}
.leading-5 {
	line-height: 1.25rem !important;
}
.leading-6 {
	line-height: 1.5rem !important;
}
.leading-7 {
	line-height: 1.75rem !important;
}
.leading-8 {
	line-height: 2rem !important;
}
.leading-9 {
	line-height: 2.25rem !important;
}
.leading-10 {
	line-height: 2.5rem !important;
}
.leading-none {
	line-height: 1 !important;
}
.leading-tight {
	line-height: 1.25 !important;
}
.leading-snug {
	line-height: 1.375 !important;
}
.leading-normal {
	line-height: 1.5 !important;
}
.leading-relaxed {
	line-height: 1.625 !important;
}
.leading-loose {
	line-height: 2 !important;
}
.list-inside {
	list-style-position: inside !important;
}
.list-outside {
	list-style-position: outside !important;
}
.list-none {
	list-style-type: none !important;
}
.list-disc {
	list-style-type: disc !important;
}
.list-decimal {
	list-style-type: decimal !important;
}
.m-0 {
	margin: 0 !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.m-8 {
	margin: 2rem !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}
.my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.mx-4 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}
.my-8 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}
.mx-8 {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.-mx-2 {
	margin-left: -0.5rem !important;
	margin-right: -0.5rem !important;
}
.-mx-3 {
	margin-left: -0.75rem !important;
	margin-right: -0.75rem !important;
}
.-mx-6 {
	margin-left: -1.5rem !important;
	margin-right: -1.5rem !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.ml-1 {
	margin-left: 0.25rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mr-2 {
	margin-right: 0.5rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.ml-2 {
	margin-left: 0.5rem !important;
}
.mt-3 {
	margin-top: 0.75rem !important;
}
.mr-3 {
	margin-right: 0.75rem !important;
}
.mb-3 {
	margin-bottom: 0.75rem !important;
}
.ml-3 {
	margin-left: 0.75rem !important;
}
.mt-4 {
	margin-top: 1rem !important;
}
.mr-4 {
	margin-right: 1rem !important;
}
.mb-4 {
	margin-bottom: 1rem !important;
}
.ml-4 {
	margin-left: 1rem !important;
}
.mt-5 {
	margin-top: 1.25rem !important;
}
.mr-5 {
	margin-right: 1.25rem !important;
}
.mt-6 {
	margin-top: 1.5rem !important;
}
.mr-6 {
	margin-right: 1.5rem !important;
}
.mb-6 {
	margin-bottom: 1.5rem !important;
}
.ml-6 {
	margin-left: 1.5rem !important;
}
.mt-7 {
	margin-top: 1.75rem !important;
}
.mt-8 {
	margin-top: 2rem !important;
}
.mr-8 {
	margin-right: 2rem !important;
}
.mb-8 {
	margin-bottom: 2rem !important;
}
.ml-8 {
	margin-left: 2rem !important;
}
.mb-10 {
	margin-bottom: 2.5rem !important;
}
.ml-10 {
	margin-left: 2.5rem !important;
}
.mt-12 {
	margin-top: 3rem !important;
}
.ml-12 {
	margin-left: 3rem !important;
}
.mt-16 {
	margin-top: 4rem !important;
}
.mr-auto {
	margin-right: auto !important;
}
.ml-auto {
	margin-left: auto !important;
}
.-mt-1 {
	margin-top: -0.25rem !important;
}
.-mr-1 {
	margin-right: -0.25rem !important;
}
.-ml-1 {
	margin-left: -0.25rem !important;
}
.-ml-3 {
	margin-left: -0.75rem !important;
}
.-mt-4 {
	margin-top: -1rem !important;
}
.-mb-4 {
	margin-bottom: -1rem !important;
}
.-mt-5 {
	margin-top: -1.25rem !important;
}
.-mt-6 {
	margin-top: -1.5rem !important;
}
.-mb-6 {
	margin-bottom: -1.5rem !important;
}
.-mt-8 {
	margin-top: -2rem !important;
}
.-mb-8 {
	margin-bottom: -2rem !important;
}
.-mt-12 {
	margin-top: -3rem !important;
}
.-mt-16 {
	margin-top: -4rem !important;
}
.-mb-16 {
	margin-bottom: -4rem !important;
}
.-mt-px {
	margin-top: -1px !important;
}
.-mb-px {
	margin-bottom: -1px !important;
}
.max-h-full {
	max-height: 100% !important;
}
.max-h-screen {
	max-height: 100vh !important;
}
.max-h-\(screen-16\) {
	max-height: calc(100vh - 4rem) !important;
}
.max-w-xs {
	max-width: 20rem !important;
}
.max-w-sm {
	max-width: 24rem !important;
}
.max-w-md {
	max-width: 28rem !important;
}
.max-w-lg {
	max-width: 32rem !important;
}
.max-w-xl {
	max-width: 36rem !important;
}
.max-w-2xl {
	max-width: 42rem !important;
}
.max-w-3xl {
	max-width: 48rem !important;
}
.max-w-screen-xl {
	max-width: 1280px !important;
}
.min-h-0 {
	min-height: 0 !important;
}
.min-h-full {
	min-height: 100% !important;
}
.min-h-screen {
	min-height: 100vh !important;
}
.min-w-0 {
	min-width: 0 !important;
}
.min-w-full {
	min-width: 100% !important;
}
.object-contain {
	object-fit: contain !important;
}
.object-cover {
	object-fit: cover !important;
}
.object-fill {
	object-fit: fill !important;
}
.object-none {
	object-fit: none !important;
}
.object-scale-down {
	object-fit: scale-down !important;
}
.object-bottom {
	object-position: bottom !important;
}
.object-center {
	object-position: center !important;
}
.object-left {
	object-position: left !important;
}
.object-left-bottom {
	object-position: left bottom !important;
}
.object-left-top {
	object-position: left top !important;
}
.object-right {
	object-position: right !important;
}
.object-right-bottom {
	object-position: right bottom !important;
}
.object-right-top {
	object-position: right top !important;
}
.object-top {
	object-position: top !important;
}
.opacity-0 {
	opacity: 0 !important;
}
.opacity-25 {
	opacity: 0.25 !important;
}
.opacity-50 {
	opacity: 0.5 !important;
}
.opacity-75 {
	opacity: 0.75 !important;
}
.opacity-100 {
	opacity: 1 !important;
}
.disabled\:opacity-75:disabled {
	opacity: 0.75 !important;
}
.group:hover .group-hover\:opacity-100 {
	opacity: 1 !important;
}
.outline-none {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
.outline-white {
	outline: 2px dotted #fff !important;
	outline-offset: 2px !important;
}
.outline-black {
	outline: 2px dotted #000 !important;
	outline-offset: 2px !important;
}
.focus\:outline-none:focus {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
.focus\:outline-white:focus {
	outline: 2px dotted #fff !important;
	outline-offset: 2px !important;
}
.focus\:outline-black:focus {
	outline: 2px dotted #000 !important;
	outline-offset: 2px !important;
}
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.overflow-visible {
	overflow: visible !important;
}
.overflow-scroll {
	overflow: scroll !important;
}
.overflow-x-auto {
	overflow-x: auto !important;
}
.overflow-y-auto {
	overflow-y: auto !important;
}
.overflow-x-hidden {
	overflow-x: hidden !important;
}
.overflow-x-scroll {
	overflow-x: scroll !important;
}
.overflow-y-scroll {
	overflow-y: scroll !important;
}
.scrolling-touch {
	-webkit-overflow-scrolling: touch !important;
}
.scrolling-auto {
	-webkit-overflow-scrolling: auto !important;
}
.overscroll-auto {
	-ms-scroll-chaining: chained !important;
	overscroll-behavior: auto !important;
}
.overscroll-contain {
	-ms-scroll-chaining: none !important;
	overscroll-behavior: contain !important;
}
.overscroll-none {
	-ms-scroll-chaining: none !important;
	overscroll-behavior: none !important;
}
.p-0 {
	padding: 0 !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.p-4 {
	padding: 1rem !important;
}
.p-6 {
	padding: 1.5rem !important;
}
.p-8 {
	padding: 2rem !important;
}
.p-10 {
	padding: 2.5rem !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.py-3 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}
.px-3 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}
.py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-5 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}
.py-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.px-5 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}
.px-6 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.px-8 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.py-10 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}
.py-12 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.py-16 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pl-1 {
	padding-left: 0.25rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}
.pl-2 {
	padding-left: 0.5rem !important;
}
.pt-4 {
	padding-top: 1rem !important;
}
.pr-4 {
	padding-right: 1rem !important;
}
.pb-4 {
	padding-bottom: 1rem !important;
}
.pl-4 {
	padding-left: 1rem !important;
}
.pr-5 {
	padding-right: 1.25rem !important;
}
.pt-6 {
	padding-top: 1.5rem !important;
}
.pr-6 {
	padding-right: 1.5rem !important;
}
.pb-6 {
	padding-bottom: 1.5rem !important;
}
.pl-6 {
	padding-left: 1.5rem !important;
}
.pt-8 {
	padding-top: 2rem !important;
}
.pr-8 {
	padding-right: 2rem !important;
}
.pb-8 {
	padding-bottom: 2rem !important;
}
.pl-8 {
	padding-left: 2rem !important;
}
.pl-10 {
	padding-left: 2.5rem !important;
}
.pt-12 {
	padding-top: 3rem !important;
}
.pl-12 {
	padding-left: 3rem !important;
}
.pt-16 {
	padding-top: 4rem !important;
}
.pb-16 {
	padding-bottom: 4rem !important;
}
.pt-24 {
	padding-top: 6rem !important;
}
.pb-40 {
	padding-bottom: 10rem !important;
}
.placeholder-gray-500:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #a0aec0 !important;
	color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}
.placeholder-gray-500::-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #a0aec0 !important;
	color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}
.placeholder-gray-500::placeholder {
	--placeholder-opacity: 1 !important;
	color: #a0aec0 !important;
	color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}
.placeholder-gray-600:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #718096 !important;
	color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}
.placeholder-gray-600::-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #718096 !important;
	color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}
.placeholder-gray-600::placeholder {
	--placeholder-opacity: 1 !important;
	color: #718096 !important;
	color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}
.placeholder-red-300:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #feb2b2 !important;
	color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}
.placeholder-red-300::-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #feb2b2 !important;
	color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}
.placeholder-red-300::placeholder {
	--placeholder-opacity: 1 !important;
	color: #feb2b2 !important;
	color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}
.placeholder-red-400:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fc8181 !important;
	color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}
.placeholder-red-400::-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fc8181 !important;
	color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}
.placeholder-red-400::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fc8181 !important;
	color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}
.placeholder-red-600:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}
.placeholder-red-600::-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}
.placeholder-red-600::placeholder {
	--placeholder-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}
.placeholder-orange-400:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6ad55 !important;
	color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}
.placeholder-orange-400::-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6ad55 !important;
	color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}
.placeholder-orange-400::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6ad55 !important;
	color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}
.placeholder-green-400:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #68d391 !important;
	color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}
.placeholder-green-400::-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #68d391 !important;
	color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}
.placeholder-green-400::placeholder {
	--placeholder-opacity: 1 !important;
	color: #68d391 !important;
	color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}
.placeholder-blue-400:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #63b3ed !important;
	color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}
.placeholder-blue-400::-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #63b3ed !important;
	color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}
.placeholder-blue-400::placeholder {
	--placeholder-opacity: 1 !important;
	color: #63b3ed !important;
	color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}
.placeholder-blue-600:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}
.placeholder-blue-600::-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}
.placeholder-blue-600::placeholder {
	--placeholder-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}
.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #a0aec0 !important;
	color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}
.focus\:placeholder-gray-500:focus::-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #a0aec0 !important;
	color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}
.focus\:placeholder-gray-500:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #a0aec0 !important;
	color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}
.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}
.focus\:placeholder-blue-600:focus::-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}
.focus\:placeholder-blue-600:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}
.placeholder-opacity-0:-ms-input-placeholder {
	--placeholder-opacity: 0 !important;
}
.placeholder-opacity-0::-ms-input-placeholder {
	--placeholder-opacity: 0 !important;
}
.placeholder-opacity-0::placeholder {
	--placeholder-opacity: 0 !important;
}
.placeholder-opacity-25:-ms-input-placeholder {
	--placeholder-opacity: 0.25 !important;
}
.placeholder-opacity-25::-ms-input-placeholder {
	--placeholder-opacity: 0.25 !important;
}
.placeholder-opacity-25::placeholder {
	--placeholder-opacity: 0.25 !important;
}
.placeholder-opacity-50:-ms-input-placeholder {
	--placeholder-opacity: 0.5 !important;
}
.placeholder-opacity-50::-ms-input-placeholder {
	--placeholder-opacity: 0.5 !important;
}
.placeholder-opacity-50::placeholder {
	--placeholder-opacity: 0.5 !important;
}
.placeholder-opacity-75:-ms-input-placeholder {
	--placeholder-opacity: 0.75 !important;
}
.placeholder-opacity-75::-ms-input-placeholder {
	--placeholder-opacity: 0.75 !important;
}
.placeholder-opacity-75::placeholder {
	--placeholder-opacity: 0.75 !important;
}
.placeholder-opacity-100:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
}
.placeholder-opacity-100::-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
}
.placeholder-opacity-100::placeholder {
	--placeholder-opacity: 1 !important;
}
.pointer-events-none {
	pointer-events: none !important;
}
.pointer-events-auto {
	pointer-events: auto !important;
}
.static {
	position: static !important;
}
.fixed {
	position: fixed !important;
}
.absolute {
	position: absolute !important;
}
.relative {
	position: relative !important;
}
.sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}
.inset-0 {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
}
.inset-auto {
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
}
.inset-y-0 {
	top: 0 !important;
	bottom: 0 !important;
}
.inset-x-0 {
	right: 0 !important;
	left: 0 !important;
}
.inset-y-auto {
	top: auto !important;
	bottom: auto !important;
}
.inset-x-auto {
	right: auto !important;
	left: auto !important;
}
.top-0 {
	top: 0 !important;
}
.right-0 {
	right: 0 !important;
}
.bottom-0 {
	bottom: 0 !important;
}
.left-0 {
	left: 0 !important;
}
.top-16 {
	top: 4rem !important;
}
.top-auto {
	top: auto !important;
}
.right-auto {
	right: auto !important;
}
.bottom-auto {
	bottom: auto !important;
}
.left-auto {
	left: auto !important;
}
.resize-none {
	resize: none !important;
}
.resize-y {
	resize: vertical !important;
}
.resize-x {
	resize: horizontal !important;
}
.resize {
	resize: both !important;
}
.shadow-xs {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}
.shadow-sm {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}
.shadow {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}
.shadow-md {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}
.shadow-lg {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.shadow-xl {
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
		0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}
.shadow-2xl {
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}
.shadow-inner {
	box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}
.shadow-outline {
	box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}
.shadow-none {
	box-shadow: none !important;
}
.focus\:shadow-outline:focus {
	box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}
.fill-current {
	fill: currentColor !important;
}
.stroke-current {
	stroke: currentColor !important;
}
.stroke-0 {
	stroke-width: 0 !important;
}
.stroke-1 {
	stroke-width: 1 !important;
}
.stroke-2 {
	stroke-width: 2 !important;
}
.table-auto {
	table-layout: auto !important;
}
.table-fixed {
	table-layout: fixed !important;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.text-justify {
	text-align: justify !important;
}
.text-transparent {
	color: transparent !important;
}
.text-black {
	color: #000 !important;
	color: rgba(0, 0, 0, var(--text-opacity)) !important;
}
.text-black,
.text-white {
	--text-opacity: 1 !important;
}
.text-white {
	color: #fff !important;
	color: rgba(255, 255, 255, var(--text-opacity)) !important;
}
.text-gray-200 {
	--text-opacity: 1 !important;
	color: #edf2f7 !important;
	color: rgba(237, 242, 247, var(--text-opacity)) !important;
}
.text-gray-300 {
	--text-opacity: 1 !important;
	color: #e2e8f0 !important;
	color: rgba(226, 232, 240, var(--text-opacity)) !important;
}
.text-gray-400 {
	--text-opacity: 1 !important;
	color: #cbd5e0 !important;
	color: rgba(203, 213, 224, var(--text-opacity)) !important;
}
.text-gray-500 {
	--text-opacity: 1 !important;
	color: #a0aec0 !important;
	color: rgba(160, 174, 192, var(--text-opacity)) !important;
}
.text-gray-600 {
	--text-opacity: 1 !important;
	color: #718096 !important;
	color: rgba(113, 128, 150, var(--text-opacity)) !important;
}
.text-gray-700 {
	--text-opacity: 1 !important;
	color: #4a5568 !important;
	color: rgba(74, 85, 104, var(--text-opacity)) !important;
}
.text-gray-800 {
	--text-opacity: 1 !important;
	color: #2d3748 !important;
	color: rgba(45, 55, 72, var(--text-opacity)) !important;
}
.text-gray-900 {
	--text-opacity: 1 !important;
	color: #1a202c !important;
	color: rgba(26, 32, 44, var(--text-opacity)) !important;
}
.text-red-500 {
	--text-opacity: 1 !important;
	color: #f56565 !important;
	color: rgba(245, 101, 101, var(--text-opacity)) !important;
}
.text-red-600 {
	--text-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229, 62, 62, var(--text-opacity)) !important;
}
.text-red-700 {
	--text-opacity: 1 !important;
	color: #c53030 !important;
	color: rgba(197, 48, 48, var(--text-opacity)) !important;
}
.text-orange-700 {
	--text-opacity: 1 !important;
	color: #c05621 !important;
	color: rgba(192, 86, 33, var(--text-opacity)) !important;
}
.text-green-200 {
	--text-opacity: 1 !important;
	color: #c6f6d5 !important;
	color: rgba(198, 246, 213, var(--text-opacity)) !important;
}
.text-green-500 {
	--text-opacity: 1 !important;
	color: #48bb78 !important;
	color: rgba(72, 187, 120, var(--text-opacity)) !important;
}
.text-green-600 {
	--text-opacity: 1 !important;
	color: #38a169 !important;
	color: rgba(56, 161, 105, var(--text-opacity)) !important;
}
.text-green-700 {
	--text-opacity: 1 !important;
	color: #2f855a !important;
	color: rgba(47, 133, 90, var(--text-opacity)) !important;
}
.text-green-900 {
	--text-opacity: 1 !important;
	color: #22543d !important;
	color: rgba(34, 84, 61, var(--text-opacity)) !important;
}
.text-teal-200 {
	--text-opacity: 1 !important;
	color: #b2f5ea !important;
	color: rgba(178, 245, 234, var(--text-opacity)) !important;
}
.text-teal-500 {
	--text-opacity: 1 !important;
	color: #38b2ac !important;
	color: rgba(56, 178, 172, var(--text-opacity)) !important;
}
.text-teal-600 {
	--text-opacity: 1 !important;
	color: #319795 !important;
	color: rgba(49, 151, 149, var(--text-opacity)) !important;
}
.text-teal-900 {
	--text-opacity: 1 !important;
	color: #234e52 !important;
	color: rgba(35, 78, 82, var(--text-opacity)) !important;
}
.text-blue-400 {
	--text-opacity: 1 !important;
	color: #63b3ed !important;
	color: rgba(99, 179, 237, var(--text-opacity)) !important;
}
.text-blue-500 {
	--text-opacity: 1 !important;
	color: #4299e1 !important;
	color: rgba(66, 153, 225, var(--text-opacity)) !important;
}
.text-blue-600 {
	--text-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49, 130, 206, var(--text-opacity)) !important;
}
.text-blue-700 {
	--text-opacity: 1 !important;
	color: #2b6cb0 !important;
	color: rgba(43, 108, 176, var(--text-opacity)) !important;
}
.text-indigo-100 {
	--text-opacity: 1 !important;
	color: #ebf4ff !important;
	color: rgba(235, 244, 255, var(--text-opacity)) !important;
}
.text-indigo-600 {
	--text-opacity: 1 !important;
	color: #5a67d8 !important;
	color: rgba(90, 103, 216, var(--text-opacity)) !important;
}
.text-indigo-700 {
	--text-opacity: 1 !important;
	color: #4c51bf !important;
	color: rgba(76, 81, 191, var(--text-opacity)) !important;
}
.text-purple-300 {
	--text-opacity: 1 !important;
	color: #d6bcfa !important;
	color: rgba(214, 188, 250, var(--text-opacity)) !important;
}
.text-purple-500 {
	--text-opacity: 1 !important;
	color: #9f7aea !important;
	color: rgba(159, 122, 234, var(--text-opacity)) !important;
}
.text-purple-600 {
	--text-opacity: 1 !important;
	color: #805ad5 !important;
	color: rgba(128, 90, 213, var(--text-opacity)) !important;
}
.text-purple-700 {
	--text-opacity: 1 !important;
	color: #6b46c1 !important;
	color: rgba(107, 70, 193, var(--text-opacity)) !important;
}
.text-code-green {
	color: var(--color-code-green) !important;
}
.text-code-yellow {
	color: var(--color-code-yellow) !important;
}
.text-code-red {
	color: var(--color-code-red) !important;
}
.text-code-blue {
	color: var(--color-code-blue) !important;
}
.text-code-white {
	color: var(--color-code-white) !important;
}
.group:focus .group-focus\:text-gray-500 {
	--text-opacity: 1 !important;
	color: #a0aec0 !important;
	color: rgba(160, 174, 192, var(--text-opacity)) !important;
}
.hover\:text-white:hover {
	--text-opacity: 1 !important;
	color: #fff !important;
	color: rgba(255, 255, 255, var(--text-opacity)) !important;
}
.hover\:text-gray-700:hover {
	--text-opacity: 1 !important;
	color: #4a5568 !important;
	color: rgba(74, 85, 104, var(--text-opacity)) !important;
}
.hover\:text-gray-800:hover {
	--text-opacity: 1 !important;
	color: #2d3748 !important;
	color: rgba(45, 55, 72, var(--text-opacity)) !important;
}
.hover\:text-gray-900:hover {
	--text-opacity: 1 !important;
	color: #1a202c !important;
	color: rgba(26, 32, 44, var(--text-opacity)) !important;
}
.hover\:text-red-600:hover {
	--text-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229, 62, 62, var(--text-opacity)) !important;
}
.hover\:text-red-700:hover {
	--text-opacity: 1 !important;
	color: #c53030 !important;
	color: rgba(197, 48, 48, var(--text-opacity)) !important;
}
.hover\:text-teal-500:hover {
	--text-opacity: 1 !important;
	color: #38b2ac !important;
	color: rgba(56, 178, 172, var(--text-opacity)) !important;
}
.hover\:text-teal-800:hover {
	--text-opacity: 1 !important;
	color: #285e61 !important;
	color: rgba(40, 94, 97, var(--text-opacity)) !important;
}
.hover\:text-blue-600:hover {
	--text-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49, 130, 206, var(--text-opacity)) !important;
}
.hover\:text-blue-700:hover {
	--text-opacity: 1 !important;
	color: #2b6cb0 !important;
	color: rgba(43, 108, 176, var(--text-opacity)) !important;
}
.hover\:text-blue-800:hover {
	--text-opacity: 1 !important;
	color: #2c5282 !important;
	color: rgba(44, 82, 130, var(--text-opacity)) !important;
}
.focus\:text-gray-700:focus {
	--text-opacity: 1 !important;
	color: #4a5568 !important;
	color: rgba(74, 85, 104, var(--text-opacity)) !important;
}
.focus\:text-gray-800:focus {
	--text-opacity: 1 !important;
	color: #2d3748 !important;
	color: rgba(45, 55, 72, var(--text-opacity)) !important;
}
.focus\:text-gray-900:focus {
	--text-opacity: 1 !important;
	color: #1a202c !important;
	color: rgba(26, 32, 44, var(--text-opacity)) !important;
}
.focus\:text-red-600:focus {
	--text-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229, 62, 62, var(--text-opacity)) !important;
}
.focus\:text-blue-600:focus {
	--text-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49, 130, 206, var(--text-opacity)) !important;
}
.text-opacity-0 {
	--text-opacity: 0 !important;
}
.text-opacity-25 {
	--text-opacity: 0.25 !important;
}
.text-opacity-50 {
	--text-opacity: 0.5 !important;
}
.text-opacity-75 {
	--text-opacity: 0.75 !important;
}
.text-opacity-100 {
	--text-opacity: 1 !important;
}
.italic {
	font-style: italic !important;
}
.not-italic {
	font-style: normal !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.lowercase {
	text-transform: lowercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.normal-case {
	text-transform: none !important;
}
.underline {
	text-decoration: underline !important;
}
.line-through {
	text-decoration: line-through !important;
}
.no-underline {
	text-decoration: none !important;
}
.focus\:underline:focus,
.hover\:underline:hover {
	text-decoration: underline !important;
}
.antialiased {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
.subpixel-antialiased {
	-webkit-font-smoothing: auto !important;
	-moz-osx-font-smoothing: auto !important;
}
.diagonal-fractions,
.lining-nums,
.oldstyle-nums,
.ordinal,
.proportional-nums,
.slashed-zero,
.stacked-fractions,
.tabular-nums {
	--font-variant-numeric-ordinal: var(--tailwind-empty, /*!*/ /*!*/) !important;
	--font-variant-numeric-slashed-zero: var(
		--tailwind-empty,
		/*!*/ /*!*/
	) !important;
	--font-variant-numeric-figure: var(--tailwind-empty, /*!*/ /*!*/) !important;
	--font-variant-numeric-spacing: var(--tailwind-empty, /*!*/ /*!*/) !important;
	--font-variant-numeric-fraction: var(
		--tailwind-empty,
		/*!*/ /*!*/
	) !important;
	font-variant-numeric: var(--font-variant-numeric-ordinal)
		var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure)
		var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
}
.normal-nums {
	font-variant-numeric: normal !important;
}
.ordinal {
	--font-variant-numeric-ordinal: ordinal !important;
}
.slashed-zero {
	--font-variant-numeric-slashed-zero: slashed-zero !important;
}
.lining-nums {
	--font-variant-numeric-figure: lining-nums !important;
}
.oldstyle-nums {
	--font-variant-numeric-figure: oldstyle-nums !important;
}
.proportional-nums {
	--font-variant-numeric-spacing: proportional-nums !important;
}
.tabular-nums {
	--font-variant-numeric-spacing: tabular-nums !important;
}
.diagonal-fractions {
	--font-variant-numeric-fraction: diagonal-fractions !important;
}
.stacked-fractions {
	--font-variant-numeric-fraction: stacked-fractions !important;
}
.tracking-tighter {
	letter-spacing: -0.05em !important;
}
.tracking-tight {
	letter-spacing: -0.025em !important;
}
.tracking-normal {
	letter-spacing: 0 !important;
}
.tracking-wide {
	letter-spacing: 0.025em !important;
}
.tracking-wider {
	letter-spacing: 0.05em !important;
}
.tracking-widest {
	letter-spacing: 0.1em !important;
}
.select-none {
	-webkit-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
.select-text {
	-webkit-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
}
.select-all {
	-webkit-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important;
}
.select-auto {
	-webkit-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}
.align-baseline {
	vertical-align: baseline !important;
}
.align-top {
	vertical-align: top !important;
}
.align-middle {
	vertical-align: middle !important;
}
.align-bottom {
	vertical-align: bottom !important;
}
.align-text-top {
	vertical-align: text-top !important;
}
.align-text-bottom {
	vertical-align: text-bottom !important;
}
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
.whitespace-normal {
	white-space: normal !important;
}
.whitespace-no-wrap {
	white-space: nowrap !important;
}
.whitespace-pre {
	white-space: pre !important;
}
.whitespace-pre-line {
	white-space: pre-line !important;
}
.whitespace-pre-wrap {
	white-space: pre-wrap !important;
}
.break-normal {
	overflow-wrap: normal !important;
	word-break: normal !important;
}
.break-words {
	overflow-wrap: break-word !important;
}
.break-all {
	word-break: break-all !important;
}
.truncate {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}
.w-0 {
	width: 0 !important;
}
.w-1 {
	width: 0.25rem !important;
}
.w-2 {
	width: 0.5rem !important;
}
.w-3 {
	width: 0.75rem !important;
}
.w-4 {
	width: 1rem !important;
}
.w-5 {
	width: 1.25rem !important;
}
.w-6 {
	width: 1.5rem !important;
}
.w-8 {
	width: 2rem !important;
}
.w-10 {
	width: 2.5rem !important;
}
.w-12 {
	width: 3rem !important;
}
.w-16 {
	width: 4rem !important;
}
.w-20 {
	width: 5rem !important;
}
.w-24 {
	width: 6rem !important;
}
.w-32 {
	width: 8rem !important;
}
.w-40 {
	width: 10rem !important;
}
.w-48 {
	width: 12rem !important;
}
.w-56 {
	width: 14rem !important;
}
.w-64 {
	width: 16rem !important;
}
.w-auto {
	width: auto !important;
}
.w-px {
	width: 1px !important;
}
.w-1\/2 {
	width: 50% !important;
}
.w-1\/3 {
	width: 33.333333% !important;
}
.w-2\/3 {
	width: 66.666667% !important;
}
.w-1\/4 {
	width: 25% !important;
}
.w-3\/4 {
	width: 75% !important;
}
.w-1\/5 {
	width: 20% !important;
}
.w-2\/5 {
	width: 40% !important;
}
.w-3\/5 {
	width: 60% !important;
}
.w-4\/5 {
	width: 80% !important;
}
.w-1\/6 {
	width: 16.666667% !important;
}
.w-5\/6 {
	width: 83.333333% !important;
}
.w-full {
	width: 100% !important;
}
.w-screen {
	width: 100vw !important;
}
.z-0 {
	z-index: 0 !important;
}
.z-10 {
	z-index: 10 !important;
}
.z-20 {
	z-index: 20 !important;
}
.z-30 {
	z-index: 30 !important;
}
.z-40 {
	z-index: 40 !important;
}
.z-50 {
	z-index: 50 !important;
}
.z-90 {
	z-index: 90 !important;
}
.z-100 {
	z-index: 100 !important;
}
.gap-1 {
	grid-gap: 0.25rem !important;
	gap: 0.25rem !important;
}
.gap-2 {
	grid-gap: 0.5rem !important;
	gap: 0.5rem !important;
}
.gap-4 {
	grid-gap: 1rem !important;
	gap: 1rem !important;
}
.gap-6 {
	grid-gap: 1.5rem !important;
	gap: 1.5rem !important;
}
.gap-x-1 {
	grid-column-gap: 0.25rem !important;
	column-gap: 0.25rem !important;
}
.gap-x-2 {
	grid-column-gap: 0.5rem !important;
	column-gap: 0.5rem !important;
}
.gap-x-4 {
	grid-column-gap: 1rem !important;
	column-gap: 1rem !important;
}
.gap-x-6 {
	grid-column-gap: 1.5rem !important;
	column-gap: 1.5rem !important;
}
.gap-y-1 {
	grid-row-gap: 0.25rem !important;
	row-gap: 0.25rem !important;
}
.gap-y-2 {
	grid-row-gap: 0.5rem !important;
	row-gap: 0.5rem !important;
}
.gap-y-6 {
	grid-row-gap: 1.5rem !important;
	row-gap: 1.5rem !important;
}
.grid-flow-row {
	grid-auto-flow: row !important;
}
.grid-flow-col {
	grid-auto-flow: column !important;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.auto-cols-min {
	grid-auto-columns: -webkit-min-content !important;
	grid-auto-columns: min-content !important;
}
.auto-cols-max {
	grid-auto-columns: -webkit-max-content !important;
	grid-auto-columns: max-content !important;
}
.col-span-1 {
	grid-column: span 1 / span 1 !important;
}
.col-span-2 {
	grid-column: span 2 / span 2 !important;
}
.col-span-3 {
	grid-column: span 3 / span 3 !important;
}
.col-span-4 {
	grid-column: span 4 / span 4 !important;
}
.col-span-5 {
	grid-column: span 5 / span 5 !important;
}
.col-span-6 {
	grid-column: span 6 / span 6 !important;
}
.col-span-full {
	grid-column: 1/-1 !important;
}
.col-start-1 {
	grid-column-start: 1 !important;
}
.col-start-2 {
	grid-column-start: 2 !important;
}
.col-end-3 {
	grid-column-end: 3 !important;
}
.col-end-7 {
	grid-column-end: 7 !important;
}
.grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.grid-rows-3 {
	grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.grid-rows-4 {
	grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.grid-rows-5 {
	grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.grid-rows-6 {
	grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
.auto-rows-min {
	grid-auto-rows: -webkit-min-content !important;
	grid-auto-rows: min-content !important;
}
.auto-rows-max {
	grid-auto-rows: -webkit-max-content !important;
	grid-auto-rows: max-content !important;
}
.row-span-1 {
	grid-row: span 1 / span 1 !important;
}
.row-span-2 {
	grid-row: span 2 / span 2 !important;
}
.row-span-3 {
	grid-row: span 3 / span 3 !important;
}
.row-span-full {
	grid-row: 1/-1 !important;
}
.row-start-1 {
	grid-row-start: 1 !important;
}
.row-start-2 {
	grid-row-start: 2 !important;
}
.row-end-3 {
	grid-row-end: 3 !important;
}
.row-end-4 {
	grid-row-end: 4 !important;
}
.rounded-xl {
    border-radius: 0.75rem;
  }
.transform {
	--transform-translate-x: 0 !important;
	--transform-translate-y: 0 !important;
	--transform-rotate: 0 !important;
	--transform-skew-x: 0 !important;
	--transform-skew-y: 0 !important;
	--transform-scale-x: 1 !important;
	--transform-scale-y: 1 !important;
	transform: translateX(var(--transform-translate-x))
		translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
		skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
		scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}
.origin-center {
	transform-origin: center !important;
}
.origin-top {
	transform-origin: top !important;
}
.origin-top-right {
	transform-origin: top right !important;
}
.origin-bottom-right {
	transform-origin: bottom right !important;
}
.origin-bottom-left {
	transform-origin: bottom left !important;
}
.origin-left {
	transform-origin: left !important;
}
.origin-top-left {
	transform-origin: top left !important;
}
.scale-75 {
	--transform-scale-x: 0.75 !important;
	--transform-scale-y: 0.75 !important;
}
.scale-95 {
	--transform-scale-x: 0.95 !important;
	--transform-scale-y: 0.95 !important;
}
.scale-100 {
	--transform-scale-x: 1 !important;
	--transform-scale-y: 1 !important;
}
.scale-125 {
	--transform-scale-x: 1.25 !important;
	--transform-scale-y: 1.25 !important;
}
.scale-150 {
	--transform-scale-x: 1.5 !important;
	--transform-scale-y: 1.5 !important;
}
.hover\:scale-110:hover {
	--transform-scale-x: 1.1 !important;
	--transform-scale-y: 1.1 !important;
}
.hover\:scale-125:hover {
	--transform-scale-x: 1.25 !important;
	--transform-scale-y: 1.25 !important;
}
.rotate-0 {
	--transform-rotate: 0 !important;
}
.rotate-45 {
	--transform-rotate: 45deg !important;
}
.rotate-90 {
	--transform-rotate: 90deg !important;
}
.rotate-180 {
	--transform-rotate: 180deg !important;
}
.-rotate-90 {
	--transform-rotate: -90deg !important;
}
.translate-x-8 {
	--transform-translate-x: 2rem !important;
}
.translate-y-0 {
	--transform-translate-y: 0 !important;
}
.translate-y-2 {
	--transform-translate-y: 0.5rem !important;
}
.translate-y-6 {
	--transform-translate-y: 1.5rem !important;
}
.-translate-y-6 {
	--transform-translate-y: -1.5rem !important;
}
.-translate-y-8 {
	--transform-translate-y: -2rem !important;
}
.hover\:translate-x-2px:hover {
	--transform-translate-x: 2px !important;
}
.hover\:-translate-y-1:hover {
	--transform-translate-y: -0.25rem !important;
}
.skew-x-6 {
	--transform-skew-x: 6deg !important;
}
.-skew-x-6 {
	--transform-skew-x: -6deg !important;
}
.skew-y-0 {
	--transform-skew-y: 0 !important;
}
.skew-y-3 {
	--transform-skew-y: 3deg !important;
}
.skew-y-6 {
	--transform-skew-y: 6deg !important;
}
.skew-y-12 {
	--transform-skew-y: 12deg !important;
}
.-skew-y-12 {
	--transform-skew-y: -12deg !important;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke,
		opacity, box-shadow, transform !important;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke !important;
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.duration-100 {
	transition-duration: 0.1s !important;
}
.duration-150 {
	transition-duration: 0.15s !important;
}
.duration-200 {
	transition-duration: 0.2s !important;
}
.duration-300 {
	transition-duration: 0.3s !important;
}
.duration-500 {
	transition-duration: 0.5s !important;
}
.duration-700 {
	transition-duration: 0.7s !important;
}
.delay-150 {
	transition-delay: 0.15s !important;
}
.delay-300 {
	transition-delay: 0.3s !important;
}
.delay-500 {
	transition-delay: 0.5s !important;
}
.delay-700 {
	transition-delay: 0.7s !important;
}
@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}
@keyframes ping {
	75%,
	to {
		transform: scale(2);
		opacity: 0;
	}
}
@keyframes pulse {
	50% {
		opacity: 0.5;
	}
}
@keyframes bounce {
	0%,
	to {
		transform: translateY(-25%);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}
	50% {
		transform: none;
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}
.animate-none {
	animation: none !important;
}
.animate-spin {
	animation: spin 1s linear infinite !important;
}
.animate-ping {
	animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}
.animate-pulse {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}
.animate-bounce {
	animation: bounce 1s infinite !important;
}
.translate-r-2px {
	transform: translateX(2px) !important;
}
.transition-fast {
	transition: all 0.2s ease !important;
}
.hover\:translate-r-2px:hover {
	transform: translateX(2px) !important;
}
.hover\:transition-fast:hover {
	transition: all 0.2s ease !important;
}
.scrollbar-none {
	scrollbar-width: none;
}
.scrollbar-none::-webkit-scrollbar {
	display: none !important;
}
.scrollbar-w-2::-webkit-scrollbar {
	width: 0.5rem !important;
	height: 0.5rem !important;
}
.scrollbar-track-gray-lighter::-webkit-scrollbar-track {
	--bg-opacity: 1 !important;
	background-color: #e2e8f0 !important;
	background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}
.scrollbar-thumb-gray::-webkit-scrollbar-thumb {
	--bg-opacity: 1 !important;
	background-color: #cbd5e0 !important;
	background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
	border-radius: 0.25rem !important;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
	@media (min-width: 992px) {
		.sticky\?lg\:h-screen {
			height: 100vh !important;
		}
		.sticky\?lg\:h-\(screen-16\) {
			height: calc(100vh - 4rem) !important;
		}
	}
}
@media (prefers-reduced-motion: reduce) {
	.motion-reduce\:transform-none:hover {
		transform: none !important;
	}
}
@media (prefers-reduced-motion: no-preference) {
	.motion-safe\:hover\:-translate-y-1:hover {
		--transform-translate-y: -0.25rem !important;
	}
	.motion-safe\:hover\:scale-110:hover {
		--transform-scale-x: 1.1 !important;
		--transform-scale-y: 1.1 !important;
	}
}
.focus\:bg-gray-600:focus {
	--bg-opacity: 1 !important;
	background-color: #718096 !important;
	background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}
.focus\:text-white:focus,
.group:hover .group-hover\:text-white {
	--text-opacity: 1 !important;
	color: #fff !important;
	color: rgba(255, 255, 255, var(--text-opacity)) !important;
}
.focus-within\:border-teal-500:focus-within {
	--border-opacity: 1 !important;
	border-color: #38b2ac !important;
	border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}
.focus-visible\:underline:focus-visible {
	text-decoration: underline !important;
}
.focus-visible\:underline.focus-visible {
	text-decoration: underline !important;
}
.active\:bg-blue-700:active {
	--bg-opacity: 1 !important;
	background-color: #2b6cb0 !important;
	background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}
.checked\:bg-gray-900:checked {
	--bg-opacity: 1 !important;
	background-color: #1a202c !important;
	background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}
.checked\:border-transparent:checked {
	border-color: transparent !important;
}
.table-collapse {
	border-collapse: collapse !important;
}
[v-cloak] .v-cloak-hidden {
	display: none !important;
}
.appearance-none::-ms-expand {
	display: none !important;
}

@media (min-width: 576px) {
	.sm\:not-sr-only {
		position: static !important;
		width: auto !important;
		height: auto !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: visible !important;
		clip: auto !important;
		white-space: normal !important;
	}
	.sm\:bg-green-500 {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
	}
	.sm\:block {
		display: block !important;
	}
	.sm\:inline-block {
		display: inline-block !important;
	}
	.sm\:inline {
		display: inline !important;
	}
	.sm\:flex {
		display: flex !important;
	}
	.sm\:table-cell {
		display: table-cell !important;
	}
	.sm\:hidden {
		display: none !important;
	}
	.sm\:items-center {
		align-items: center !important;
	}
	.sm\:justify-around {
		justify-content: space-around !important;
	}
	.sm\:flex-1 {
		flex: 1 1 0% !important;
	}
	.sm\:flex-shrink-0 {
		flex-shrink: 0 !important;
	}
	.sm\:order-2 {
		order: 2 !important;
	}
	.sm\:order-3 {
		order: 3 !important;
	}
	.sm\:h-16 {
		height: 4rem !important;
	}
	.sm\:h-24 {
		height: 6rem !important;
	}
	.sm\:text-lg {
		font-size: 1.125rem !important;
	}
	.sm\:text-4xl {
		font-size: 2.25rem !important;
	}
	.sm\:mx-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.sm\:mt-0 {
		margin-top: 0 !important;
	}
	.sm\:mb-0 {
		margin-bottom: 0 !important;
	}
	.sm\:ml-2 {
		margin-left: 0.5rem !important;
	}
	.sm\:ml-4 {
		margin-left: 1rem !important;
	}
	.sm\:ml-6 {
		margin-left: 1.5rem !important;
	}
	.sm\:p-3 {
		padding: 0.75rem !important;
	}
	.sm\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.sm\:pb-5 {
		padding-bottom: 1.25rem !important;
	}
	.sm\:text-left {
		text-align: left !important;
	}
	.sm\:text-center {
		text-align: center !important;
	}
	.sm\:w-16 {
		width: 4rem !important;
	}
	.sm\:w-auto {
		width: auto !important;
	}
	.sm\:w-2\/5 {
		width: 40% !important;
	}
	.sm\:w-3\/5 {
		width: 60% !important;
	}
	.sm\:gap-6 {
		grid-gap: 1.5rem !important;
		gap: 1.5rem !important;
	}
	.sm\:grid-flow-row {
		grid-auto-flow: row !important;
	}
	.sm\:row-span-1 {
		grid-row: span 1 / span 1 !important;
	}
	.sm\:translate-r-2px {
		transform: translateX(2px) !important;
	}
	.sm\:transition-fast {
		transition: all 0.2s ease !important;
	}
	.sm\:hover\:translate-r-2px:hover {
		transform: translateX(2px) !important;
	}
	.sm\:hover\:transition-fast:hover {
		transition: all 0.2s ease !important;
	}
}
@media (min-width: 768px) {
	.md\:space-x-8 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(2rem * var(--space-x-reverse)) !important;
		margin-left: calc(2rem * (1 - var(--space-x-reverse))) !important;
	}
	.md\:divide-x-8 > :not(template) ~ :not(template) {
		--divide-x-reverse: 0 !important;
		border-right-width: calc(8px * var(--divide-x-reverse)) !important;
		border-left-width: calc(8px * (1 - var(--divide-x-reverse))) !important;
	}
	.md\:divide-solid > :not(template) ~ :not(template) {
		border-style: solid !important;
	}
	.md\:divide-dashed > :not(template) ~ :not(template) {
		border-style: dashed !important;
	}
	.md\:divide-opacity-50 > :not(template) ~ :not(template) {
		--divide-opacity: 0.5 !important;
	}
	.md\:bg-fixed {
		background-attachment: fixed !important;
	}
	.md\:bg-clip-border {
		background-clip: border-box !important;
	}
	.md\:bg-clip-padding {
		background-clip: padding-box !important;
	}
	.md\:bg-gray-200 {
		--bg-opacity: 1 !important;
		background-color: #edf2f7 !important;
		background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
	}
	.md\:bg-green-500 {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
	}
	.md\:bg-blue-500 {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
	}
	.md\:hover\:bg-blue-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
	}
	.md\:focus\:bg-white:focus {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
	}
	.md\:bg-gradient-to-t {
		background-image: linear-gradient(
			to top,
			var(--gradient-color-stops)
		) !important;
	}
	.md\:bg-gradient-to-r {
		background-image: linear-gradient(
			to right,
			var(--gradient-color-stops)
		) !important;
	}
	.md\:from-orange-500 {
		--gradient-from-color: #ed8936 !important;
		--gradient-color-stops: var(--gradient-from-color),
			var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
	}
	.md\:from-green-500 {
		--gradient-from-color: #48bb78 !important;
		--gradient-color-stops: var(--gradient-from-color),
			var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
	}
	.md\:from-blue-500 {
		--gradient-from-color: #4299e1 !important;
		--gradient-color-stops: var(--gradient-from-color),
			var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
	}
	.md\:focus\:from-blue-700:focus,
	.md\:hover\:from-blue-700:hover {
		--gradient-from-color: #2b6cb0 !important;
		--gradient-color-stops: var(--gradient-from-color),
			var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
	}
	.md\:bg-opacity-50 {
		--bg-opacity: 0.5 !important;
	}
	.md\:bg-top {
		background-position: top !important;
	}
	.md\:bg-repeat-x {
		background-repeat: repeat-x !important;
	}
	.md\:bg-contain {
		background-size: contain !important;
	}
	.md\:border-gray-200 {
		--border-opacity: 1 !important;
		border-color: #edf2f7 !important;
		border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
	}
	.md\:border-green-500 {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
	}
	.md\:border-blue-500 {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
	}
	.md\:hover\:border-blue-700:hover {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
	}
	.md\:focus\:border-white:focus {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
	}
	.md\:border-opacity-50 {
		--border-opacity: 0.5 !important;
	}
	.md\:rounded-lg {
		border-radius: 0.5rem !important;
	}
	.md\:border-dotted {
		border-style: dotted !important;
	}
	.md\:border-t-4 {
		border-top-width: 4px !important;
	}
	.md\:box-content {
		box-sizing: content-box !important;
	}
	.md\:block {
		display: block !important;
	}
	.md\:flex {
		display: flex !important;
	}
	.md\:inline-flex {
		display: inline-flex !important;
	}
	.md\:hidden {
		display: none !important;
	}
	.md\:flex-row {
		flex-direction: row !important;
	}
	.md\:flex-row-reverse {
		flex-direction: row-reverse !important;
	}
	.md\:flex-wrap {
		flex-wrap: wrap !important;
	}
	.md\:flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.md\:place-items-center {
		place-items: center !important;
	}
	.md\:place-content-center {
		place-content: center !important;
	}
	.md\:place-self-end {
		place-self: end !important;
	}
	.md\:items-center {
		align-items: center !important;
	}
	.md\:content-around {
		align-content: space-around !important;
	}
	.md\:self-end {
		align-self: flex-end !important;
	}
	.md\:justify-items-center {
		justify-items: center !important;
	}
	.md\:justify-center {
		justify-content: center !important;
	}
	.md\:justify-between {
		justify-content: space-between !important;
	}
	.md\:justify-self-end {
		justify-self: end !important;
	}
	.md\:flex-1 {
		flex: 1 1 0% !important;
	}
	.md\:flex-grow-0 {
		flex-grow: 0 !important;
	}
	.md\:flex-shrink-0 {
		flex-shrink: 0 !important;
	}
	.md\:float-left {
		float: left !important;
	}
	.md\:clear-left {
		clear: left !important;
	}
	.md\:font-serif {
		font-family: Georgia, Cambria, Times New Roman, Times, serif !important;
	}
	.md\:font-normal {
		font-weight: 400 !important;
	}
	.md\:focus\:font-bold:focus,
	.md\:font-bold,
	.md\:hover\:font-bold:hover {
		font-weight: 700 !important;
	}
	.md\:h-24 {
		height: 6rem !important;
	}
	.md\:h-full {
		height: 100% !important;
	}
	.md\:text-lg {
		font-size: 1.125rem !important;
	}
	.md\:text-xl {
		font-size: 1.25rem !important;
	}
	.md\:text-5xl {
		font-size: 3rem !important;
	}
	.md\:leading-loose {
		line-height: 2 !important;
	}
	.md\:list-inside {
		list-style-position: inside !important;
	}
	.md\:list-disc {
		list-style-type: disc !important;
	}
	.md\:mx-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.md\:my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.md\:-mx-2 {
		margin-left: -0.5rem !important;
		margin-right: -0.5rem !important;
	}
	.md\:mt-0 {
		margin-top: 0 !important;
	}
	.md\:mb-0 {
		margin-bottom: 0 !important;
	}
	.md\:mr-6 {
		margin-right: 1.5rem !important;
	}
	.md\:ml-6 {
		margin-left: 1.5rem !important;
	}
	.md\:-mt-5 {
		margin-top: -1.25rem !important;
	}
	.md\:max-w-3xl {
		max-width: 48rem !important;
	}
	.md\:object-scale-down {
		object-fit: scale-down !important;
	}
	.md\:object-top {
		object-position: top !important;
	}
	.md\:opacity-50 {
		opacity: 0.5 !important;
	}
	.md\:overflow-scroll {
		overflow: scroll !important;
	}
	.md\:overscroll-contain {
		-ms-scroll-chaining: none !important;
		overscroll-behavior: contain !important;
	}
	.md\:px-2 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}
	.md\:py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.md\:px-5 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}
	.md\:py-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.md\:pb-24 {
		padding-bottom: 6rem !important;
	}
	.md\:placeholder-gray-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #1a202c !important;
		color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
	}
	.md\:placeholder-gray-900::-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #1a202c !important;
		color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
	}
	.md\:placeholder-gray-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #1a202c !important;
		color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
	}
	.md\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
	}
	.md\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
	}
	.md\:focus\:placeholder-red-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
	}
	.md\:placeholder-opacity-50:-ms-input-placeholder {
		--placeholder-opacity: 0.5 !important;
	}
	.md\:placeholder-opacity-50::-ms-input-placeholder {
		--placeholder-opacity: 0.5 !important;
	}
	.md\:placeholder-opacity-50::placeholder {
		--placeholder-opacity: 0.5 !important;
	}
	.md\:absolute {
		position: absolute !important;
	}
	.md\:inset-y-0 {
		top: 0 !important;
		bottom: 0 !important;
	}
	.md\:shadow-lg {
		box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
			0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
	}
	.md\:stroke-2 {
		stroke-width: 2 !important;
	}
	.md\:text-center {
		text-align: center !important;
	}
	.md\:text-right {
		text-align: right !important;
	}
	.md\:text-gray-900 {
		--text-opacity: 1 !important;
		color: #1a202c !important;
		color: rgba(26, 32, 44, var(--text-opacity)) !important;
	}
	.md\:text-green-600 {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56, 161, 105, var(--text-opacity)) !important;
	}
	.md\:text-blue-500 {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66, 153, 225, var(--text-opacity)) !important;
	}
	.md\:hover\:text-blue-600:hover {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49, 130, 206, var(--text-opacity)) !important;
	}
	.md\:focus\:text-red-600:focus {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229, 62, 62, var(--text-opacity)) !important;
	}
	.md\:text-opacity-50 {
		--text-opacity: 0.5 !important;
	}
	.md\:italic {
		font-style: italic !important;
	}
	.md\:uppercase {
		text-transform: uppercase !important;
	}
	.md\:underline {
		text-decoration: underline !important;
	}
	.md\:no-underline {
		text-decoration: none !important;
	}
	.md\:focus\:underline:focus,
	.md\:hover\:underline:hover {
		text-decoration: underline !important;
	}
	.md\:antialiased {
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important;
	}
	.md\:tabular-nums {
		--font-variant-numeric-ordinal: var(
			--tailwind-empty,
			/*!*/ /*!*/
		) !important;
		--font-variant-numeric-slashed-zero: var(
			--tailwind-empty,
			/*!*/ /*!*/
		) !important;
		--font-variant-numeric-figure: var(
			--tailwind-empty,
			/*!*/ /*!*/
		) !important;
		--font-variant-numeric-spacing: var(
			--tailwind-empty,
			/*!*/ /*!*/
		) !important;
		--font-variant-numeric-fraction: var(
			--tailwind-empty,
			/*!*/ /*!*/
		) !important;
		font-variant-numeric: var(--font-variant-numeric-ordinal)
			var(--font-variant-numeric-slashed-zero)
			var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing)
			var(--font-variant-numeric-fraction) !important;
	}
	.md\:normal-nums {
		font-variant-numeric: normal !important;
	}
	.md\:tabular-nums {
		--font-variant-numeric-spacing: tabular-nums !important;
	}
	.md\:tracking-wide {
		letter-spacing: 0.025em !important;
	}
	.md\:align-top {
		vertical-align: top !important;
	}
	.md\:invisible {
		visibility: hidden !important;
	}
	.md\:whitespace-pre {
		white-space: pre !important;
	}
	.md\:break-all {
		word-break: break-all !important;
	}
	.md\:w-24 {
		width: 6rem !important;
	}
	.md\:w-32 {
		width: 8rem !important;
	}
	.md\:w-56 {
		width: 14rem !important;
	}
	.md\:w-1\/2 {
		width: 50% !important;
	}
	.md\:w-1\/3 {
		width: 33.333333% !important;
	}
	.md\:w-2\/3 {
		width: 66.666667% !important;
	}
	.md\:w-1\/4 {
		width: 25% !important;
	}
	.md\:w-3\/4 {
		width: 75% !important;
	}
	.md\:w-full {
		width: 100% !important;
	}
	.md\:z-50 {
		z-index: 50 !important;
	}
	.md\:gap-6 {
		grid-gap: 1.5rem !important;
		gap: 1.5rem !important;
	}
	.md\:gap-8 {
		grid-gap: 2rem !important;
		gap: 2rem !important;
	}
	.md\:grid-flow-col {
		grid-auto-flow: column !important;
	}
	.md\:grid-flow-col-dense {
		grid-auto-flow: column dense !important;
	}
	.md\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
	.md\:auto-cols-min {
		grid-auto-columns: -webkit-min-content !important;
		grid-auto-columns: min-content !important;
	}
	.md\:col-span-6 {
		grid-column: span 6 / span 6 !important;
	}
	.md\:grid-rows-6 {
		grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
	}
	.md\:auto-rows-min {
		grid-auto-rows: -webkit-min-content !important;
		grid-auto-rows: min-content !important;
	}
	.md\:row-span-2 {
		grid-row: span 2 / span 2 !important;
	}
	.md\:row-span-3 {
		grid-row: span 3 / span 3 !important;
	}
	.md\:origin-top {
		transform-origin: top !important;
	}
	.md\:scale-75 {
		--transform-scale-x: 0.75 !important;
		--transform-scale-y: 0.75 !important;
	}
	.md\:rotate-90 {
		--transform-rotate: 90deg !important;
	}
	.md\:translate-x-8 {
		--transform-translate-x: 2rem !important;
	}
	.md\:transition-colors {
		transition-property: background-color, border-color, color, fill, stroke !important;
	}
	.md\:ease-in-out {
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	}
	.md\:duration-500 {
		transition-duration: 0.5s !important;
	}
	.md\:delay-500 {
		transition-delay: 0.5s !important;
	}
	.md\:animate-none {
		animation: none !important;
	}
	.md\:translate-r-2px {
		transform: translateX(2px) !important;
	}
	.md\:transition-fast {
		transition: all 0.2s ease !important;
	}
	.md\:hover\:translate-r-2px:hover {
		transform: translateX(2px) !important;
	}
	.md\:hover\:transition-fast:hover {
		transition: all 0.2s ease !important;
	}
}
@media (min-width: 992px) {
	.lg\:bg-transparent {
		background-color: transparent !important;
	}
	.lg\:bg-pink-500 {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
	}
	.lg\:border-gray-200 {
		--border-opacity: 1 !important;
		border-color: #edf2f7 !important;
		border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
	}
	.lg\:border-gray-400 {
		--border-opacity: 1 !important;
		border-color: #cbd5e0 !important;
		border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
	}
	.lg\:rounded-full {
		border-radius: 9999px !important;
	}
	.lg\:rounded-t-none {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}
	.lg\:rounded-b-none {
		border-bottom-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}
	.lg\:rounded-r {
		border-top-right-radius: 0.25rem !important;
		border-bottom-right-radius: 0.25rem !important;
	}
	.lg\:rounded-l {
		border-top-left-radius: 0.25rem !important;
		border-bottom-left-radius: 0.25rem !important;
	}
	.lg\:border-0 {
		border-width: 0 !important;
	}
	.lg\:border-b-0 {
		border-bottom-width: 0 !important;
	}
	.lg\:border-l-0 {
		border-left-width: 0 !important;
	}
	.lg\:border-b-2 {
		border-bottom-width: 2px !important;
	}
	.lg\:border-t {
		border-top-width: 1px !important;
	}
	.lg\:block {
		display: block !important;
	}
	.lg\:inline-block {
		display: inline-block !important;
	}
	.lg\:inline {
		display: inline !important;
	}
	.lg\:flex {
		display: flex !important;
	}
	.lg\:inline-flex {
		display: inline-flex !important;
	}
	.lg\:hidden {
		display: none !important;
	}
	.lg\:items-center {
		align-items: center !important;
	}
	.lg\:justify-between {
		justify-content: space-between !important;
	}
	.lg\:flex-grow {
		flex-grow: 1 !important;
	}
	.lg\:h-auto {
		height: auto !important;
	}
	.lg\:text-xs {
		font-size: 0.75rem !important;
	}
	.lg\:text-sm {
		font-size: 0.875rem !important;
	}
	.lg\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.lg\:mt-0 {
		margin-top: 0 !important;
	}
	.lg\:ml-0 {
		margin-left: 0 !important;
	}
	.lg\:mt-1 {
		margin-top: 0.25rem !important;
	}
	.lg\:mb-1 {
		margin-bottom: 0.25rem !important;
	}
	.lg\:mb-2 {
		margin-bottom: 0.5rem !important;
	}
	.lg\:ml-2 {
		margin-left: 0.5rem !important;
	}
	.lg\:mr-4 {
		margin-right: 1rem !important;
	}
	.lg\:mr-auto {
		margin-right: auto !important;
	}
	.lg\:max-h-full {
		max-height: 100% !important;
	}
	.lg\:max-h-sm {
		max-height: 30rem !important;
	}
	.lg\:max-w-full {
		max-width: 100% !important;
	}
	.lg\:overflow-visible {
		overflow: visible !important;
	}
	.lg\:overflow-y-visible {
		overflow-y: visible !important;
	}
	.lg\:overscroll-none {
		-ms-scroll-chaining: none !important;
		overscroll-behavior: none !important;
	}
	.lg\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.lg\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.lg\:py-12 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.lg\:pt-0 {
		padding-top: 0 !important;
	}
	.lg\:pl-6 {
		padding-left: 1.5rem !important;
	}
	.lg\:pr-8 {
		padding-right: 2rem !important;
	}
	.lg\:pt-28 {
		padding-top: 7rem !important;
	}
	.lg\:static {
		position: static !important;
	}
	.lg\:relative {
		position: relative !important;
	}
	.lg\:sticky {
		position: -webkit-sticky !important;
		position: sticky !important;
	}
	.lg\:top-0 {
		top: 0 !important;
	}
	.lg\:top-16 {
		top: 4rem !important;
	}
	.lg\:w-48 {
		width: 12rem !important;
	}
	.lg\:w-auto {
		width: auto !important;
	}
	.lg\:w-1\/4 {
		width: 25% !important;
	}
	.lg\:w-3\/4 {
		width: 75% !important;
	}
	.lg\:gap-12 {
		grid-gap: 3rem !important;
		gap: 3rem !important;
	}
	.lg\:grid-flow-row-dense {
		grid-auto-flow: row dense !important;
	}
	.lg\:row-span-3 {
		grid-row: span 3 / span 3 !important;
	}
	.lg\:translate-r-2px {
		transform: translateX(2px) !important;
	}
	.lg\:transition-fast {
		transition: all 0.2s ease !important;
	}
	.lg\:hover\:translate-r-2px:hover {
		transform: translateX(2px) !important;
	}
	.lg\:hover\:transition-fast:hover {
		transition: all 0.2s ease !important;
	}
}
@media (min-width: 1280px) {
	.xl\:bg-teal-500 {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
	}
	.xl\:block {
		display: block !important;
	}
	.xl\:inline {
		display: inline !important;
	}
	.xl\:flex {
		display: flex !important;
	}
	.xl\:hidden {
		display: none !important;
	}
	.xl\:justify-start {
		justify-content: flex-start !important;
	}
	.xl\:text-sm {
		font-size: 0.875rem !important;
	}
	.xl\:text-base {
		font-size: 1rem !important;
	}
	.xl\:text-lg {
		font-size: 1.125rem !important;
	}
	.xl\:text-4xl {
		font-size: 2.25rem !important;
	}
	.xl\:mx-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.xl\:mt-0 {
		margin-top: 0 !important;
	}
	.xl\:py-3 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important;
	}
	.xl\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.xl\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.xl\:px-12 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
	.xl\:text-left {
		text-align: left !important;
	}
	.xl\:w-1\/4 {
		width: 25% !important;
	}
	.xl\:w-3\/4 {
		width: 75% !important;
	}
	.xl\:w-1\/5 {
		width: 20% !important;
	}
	.xl\:w-4\/5 {
		width: 80% !important;
	}
	.xl\:gap-16 {
		grid-gap: 4rem !important;
		gap: 4rem !important;
	}
	.xl\:grid-flow-col {
		grid-auto-flow: column !important;
	}
	.xl\:row-span-1 {
		grid-row: span 1 / span 1 !important;
	}
	.xl\:translate-r-2px {
		transform: translateX(2px) !important;
	}
	.xl\:transition-fast {
		transition: all 0.2s ease !important;
	}
	.xl\:hover\:translate-r-2px:hover {
		transform: translateX(2px) !important;
	}
	.xl\:hover\:transition-fast:hover {
		transition: all 0.2s ease !important;
	}
}
