/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}

:root {
	background-color: hsla(var(--b1)/var(--tw-bg-opacity,1));
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}

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

:root {
	--p: 259 94% 61%;
	--pf: 259 94.4% 51.2%;
	--pc: 0 0% 100%;
	--s: 314 100% 47.1%;
	--sf: 314 100% 37.1%;
	--sc: 0 0% 100%;
	--a: 174 60% 51%;
	--af: 174 59.8% 41%;
	--ac: 0 0% 100%;
	--n: 222 13.4% 19%;
	--nf: 223 13.7% 10%;
	--nc: 0 0% 100%;
	--b1: 219 14.1% 27.8%;
	--b2: 222 13.4% 19%;
	--b3: 223 13.7% 10%;
	--bc: 228 14.3% 93.1%;
	--in: 202 100% 70%;
	--su: 89 61.6% 52%;
	--wa: 54 68.8% 63.5%;
	--er: 0 100% 71.8%;
	--border-color: var(--b3);
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-text-case: uppercase;
	--btn-focus-scale: 0.95;
	--navbar-padding: .5rem;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
}

.container {
	width: 100%;
}

@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}

.breadcrumbs {
	max-width: 100%;
	overflow-x: auto;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.breadcrumbs>ul {
	display: flex;
	align-items: center;
	white-space: nowrap;
	min-height: min-content;
}

.breadcrumbs>ul>li {
	display: flex;
	align-items: center;
}

.breadcrumbs>ul>li>a {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.breadcrumbs>ul>li>a:hover {
	text-decoration: underline;
}

.btn {
	border-color: transparent;
	border-color: hsla(var(--n)/var(--tw-border-opacity,1));
	cursor: pointer;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: .15s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	border-radius: var(--rounded-btn,.5rem);
	height: 3rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 1em;
	padding-left: 1rem;
	padding-right: 1rem;
	min-height: 3rem;
	font-weight: 600;
	text-transform: uppercase;
	text-transform: var(--btn-text-case,uppercase);
	border-width: var(--border-btn,1px);
	animation: button-pop var(--animation-btn,.25s) ease-out;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	--tw-text-opacity: 1;
	color: hsla(var(--nc)/var(--tw-text-opacity,1));
}

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

.btn-disabled,.btn[disabled] {
	pointer-events: none;
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.2;
	background-color: hsla(var(--n)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 0;
	--tw-text-opacity: 1;
	--tw-text-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}

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

.btn.loading,.btn.loading:hover {
	pointer-events: none;
}

.btn.loading:before {
	border-radius: 9999px;
	border-width: 2px;
	height: 1rem;
	margin-right: .5rem;
	width: 1rem;
	animation: spin 2s linear infinite;
	content: "";
	border-color: transparent currentColor currentColor transparent;
}

@media (prefers-reduced-motion:reduce) {

	.btn.loading:before {
		animation: spin 10s linear infinite;
	}
}

@keyframes spin {

	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

.btn-group>input[type=radio].btn {
	-webkit-appearance: none;
	appearance: none;
}

.btn-group>input[type=radio].btn:before {
	content: attr(data-title);
}

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

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

.card-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: var(--padding-card,2rem);
}

.card figure,.card figure>* {
	width: 100%;
}

.card.image-full {
	display: grid;
}

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

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

.card.image-full>figure img {
	height: 100%;
	object-fit: cover;
}

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

.hero {
	background-position: 50%;
	background-size: cover;
	display: grid;
	place-items: center;
	width: 100%;
}

.hero>* {
	grid-column-start: 1;
	grid-row-start: 1;
}

.hero-content {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	max-width: 80rem;
	padding: 1rem;
	gap: 1rem;
}

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

.menu :where(li).disabled>a,.menu :where(li).disabled>span {
	cursor: auto;
}

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

.navbar>* {
	display: flex;
	align-items: center;
}

.range {
	cursor: pointer;
	height: 1.25rem;
	width: 100%;
	-webkit-appearance: none;
	--range-shdw: var(--bc);
	background-color: transparent;
}

.range:focus {
	outline: none;
}

.table {
	position: relative;
	text-align: left;
}

.table th:first-child {
	position: sticky;
	position: -webkit-sticky;
	left: 0;
	z-index: 10;
}

.btn .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1)/var(--tw-bg-opacity,1));
	border-color: transparent;
	--tw-text-opacity: 1;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}

.btn .badge-outline {
	background-color: transparent;
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--b2)/var(--tw-text-opacity,1));
}

.btn-outline.btn-primary .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}

.btn-outline.btn-primary .badge-outline {
	background-color: transparent;
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}

.btn-outline.btn-primary:hover .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pc)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pc)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}

.btn-outline.btn-primary:hover .badge.outline {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pc)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}

.breadcrumbs>ul>li>a:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.breadcrumbs>ul>li>a:focus-visible {
	border-radius: var(--rounded-badge,1.9rem);
	box-shadow: 0 0 0 2px currentColor;
}

.breadcrumbs>ul>li+:before {
	content: "";
	display: block;
	height: .375rem;
	margin-left: .5rem;
	margin-right: .75rem;
	opacity: .4;
	width: .375rem;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-rotate: 45deg;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-top: 1px solid;
	border-right: 1px solid;
}

.btn:active:focus,.btn:active:hover {
	animation: none;
	transform: scale(var(--btn-focus-scale,.95));
}

.btn-active,.btn:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--nf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--nf)/var(--tw-border-opacity,1));
}

.btn:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--nf));
}

.btn-primary {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}

.btn-primary.btn-active,.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pf)/var(--tw-border-opacity,1));
}

.btn-primary:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}

.btn.glass.btn-active,.btn.glass:hover {
	--glass-opacity: 25%;
	--glass-border-opacity: 15%;
}

.btn.glass:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}

.btn-ghost {
	background-color: transparent;
	border-color: transparent;
	border-width: 1px;
	color: currentColor;
}

.btn-ghost.btn-active,.btn-ghost:hover {
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.2;
	background-color: hsla(var(--bc)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 0;
}

.btn-ghost:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}

.btn-outline.btn-primary {
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}

.btn-outline.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pf)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}

.btn.loading.btn-circle:before,.btn.loading.btn-square:before {
	margin-right: 0;
}

.btn.loading.btn-lg:before,.btn.loading.btn-xl:before {
	height: 1.25rem;
	width: 1.25rem;
}

.btn.loading.btn-sm:before,.btn.loading.btn-xs:before {
	height: .75rem;
	width: .75rem;
}

.btn-group>.btn-active,.btn-group>input[type=radio]:checked.btn {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}

.btn-group>.btn-active:focus-visible,.btn-group>input[type=radio]:checked.btn:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}

.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}

.btn-group>.btn:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

@keyframes button-pop {

	0% {
		transform: scale(var(--btn-focus-scale,.95));
	}

	40% {
		transform: scale(1.02);
	}

	to {
		transform: scale(1);
	}
}

.card:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}

.card.bordered {
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	border-width: 1px;
}

.card.compact .card-body {
	font-size: .875rem;
	line-height: 1.25rem;
	padding: 1rem;
}

.card.compact .card-title {
	margin-bottom: .25rem;
}

.card-title {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: .75rem;
}

@keyframes checkmark {

	0% {
		background-position-y: 5px;
	}

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

	to {
		background-position-y: 0;
	}
}

.drawer-toggle:focus-visible~.drawer-content .drawer-button.btn-primary {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}

.drawer-toggle:focus-visible~.drawer-content .drawer-button.btn-ghost {
	box-shadow: 0 0 0 2px currentColor;
}

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

.link:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}

.menu.horizontal li.bordered>a,.menu.horizontal li.bordered>span {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	border-left-width: 0;
	border-bottom-width: 4px;
}

.menu li.disabled>a:hover,.menu li.disabled>span:hover {
	background-color: transparent;
}

.menu li.disabled>a,.menu li.disabled>span {
	--tw-text-opacity: 1;
	--tw-text-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}

.menu li.bordered a,.menu li.bordered span {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	border-left-width: 4px;
}

.menu.compact li>a,.menu.compact li>span {
	font-size: .875rem;
	line-height: 1.25rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

@keyframes radiomark {

	0% {
		box-shadow: 0 0 0 12px hsl(var(--b1)) inset,0 0 0 12px hsl(var(--b1)) inset,var(--focus-shadow);
	}

	50% {
		box-shadow: 0 0 0 3px hsl(var(--b1)) inset,0 0 0 3px hsl(var(--b1)) inset,var(--focus-shadow);
	}

	to {
		box-shadow: 0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset,var(--focus-shadow);
	}
}

.range:focus-visible::-webkit-slider-thumb {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--range-shdw));
}

.range:focus-visible::-moz-range-thumb {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--range-shdw));
}

.range::-webkit-slider-runnable-track {
	height: .5rem;
	width: 100%;
	border-radius: var(--rounded-box,1rem);
	background-color: hsla(var(--bc)/.1);
}

.range::-moz-range-track {
	height: .5rem;
	width: 100%;
	border-radius: var(--rounded-box,1rem);
	background-color: hsla(var(--bc)/.1);
}

.range::-webkit-slider-thumb {
	background-color: hsl(var(--range-shdw));
	border-style: none;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
	-webkit-transition-property: all;
	transition-property: all;
	transition-duration: .15s;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	border-radius: var(--rounded-box,1rem);
	-webkit-appearance: none;
	top: 50%;
	transform: translateY(-50%);
}

.range::-moz-range-thumb {
	background-color: hsl(var(--range-shdw));
	border-style: none;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
	-moz-transition-property: all;
	transition-property: all;
	transition-duration: .15s;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	border-radius: var(--rounded-box,1rem);
	top: 50%;
}

.table td,.table th {
	padding: 1rem;
	vertical-align: middle;
	white-space: nowrap;
}

.table tr.active:nth-child(2n) td,.table tr.active:nth-child(2n) th,.table tr.active td,.table tr.active th {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3)/var(--tw-bg-opacity,1));
}

.table tr.hover:hover td,.table tr.hover:hover th,.table tr.hover:nth-child(2n):hover td,.table tr.hover:nth-child(2n):hover th {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3)/var(--tw-bg-opacity,1));
}

.table:not(.table-zebra) tbody tr:not(:last-child) td,.table:not(.table-zebra) tbody tr:not(:last-child) th,.table:not(.table-zebra) tfoot tr:not(:last-child) td,.table:not(.table-zebra) tfoot tr:not(:last-child) th,.table:not(.table-zebra) thead tr:not(:last-child) td,.table:not(.table-zebra) thead tr:not(:last-child) th {
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	border-bottom-width: 1px;
}

.table tfoot td,.table tfoot th,.table thead td,.table thead th {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2)/var(--tw-bg-opacity,1));
	font-weight: 700;
	font-size: .75rem;
	line-height: 1rem;
	text-transform: uppercase;
}

.table tfoot td:first-child,.table tfoot th:first-child,.table thead td:first-child,.table thead th:first-child {
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem;
}

.table tfoot td:last-child,.table tfoot th:last-child,.table thead td:last-child,.table thead th:last-child {
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
}

.table tbody td,.table tbody th {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1)/var(--tw-bg-opacity,1));
}

.rounded-box {
	border-radius: var(--rounded-box,1rem);
}

.min-h-16 {
	min-height: 4rem;
}

.btn-lg {
	height: 4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	min-height: 4rem;
	font-size: 1.125rem;
}

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

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

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

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

.btn-circle.btn-lg {
	border-radius: 9999px;
	height: 4rem;
	padding: 0;
	width: 4rem;
}

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

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

.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

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

.mb-2 {
	margin-bottom: 0.5rem;
}

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

.flex {
	display: flex;
}

.table {
	display: table;
}

.grid {
	display: grid;
}

.h-8 {
	height: 2rem;
}

.h-48 {
	height: 12rem;
}

.h-16 {
	height: 4rem;
}

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

.w-8 {
	width: 2rem;
}

.w-auto {
	width: auto;
}

.w-16 {
	width: 4rem;
}

.w-full {
	width: 100%;
}

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

.max-w-xs {
	max-width: 20rem;
}

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

.transform {
	transform: var(--tw-transform);
}

@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}

.animate-spin {
	animation: spin 1s linear infinite;
}

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

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

.items-start {
	align-items: flex-start;
}

.items-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.gap-4 {
	gap: 1rem;
}

.rounded-md {
	border-radius: 0.375rem;
}

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

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

.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-opacity-40 {
	--tw-bg-opacity: 0.4;
}

.bg-bgImage {
	background-image: url('/background.png');
}

.bg-cover {
	background-size: cover;
}

.bg-center {
	background-position: center;
}

.object-cover {
	object-fit: cover;
}

.p-8 {
	padding: 2rem;
}

.p-0 {
	padding: 0px;
}

.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.pt-2 {
	padding-top: 0.5rem;
}

.pt-10 {
	padding-top: 2.5rem;
}

.pt-16 {
	padding-top: 4rem;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

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

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

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

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

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

.font-light {
	font-weight: 300;
}

.font-bold {
	font-weight: 700;
}

.leading-10 {
	line-height: 2.5rem;
}

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

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

.opacity-5 {
	opacity: 0.05;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-40 {
	opacity: 0.4;
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:underline:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {

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

@media (min-width: 1536px) {

	.\32xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}

:root {
	background-color: hsla(var(--b1)/var(--tw-bg-opacity,1));
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}

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

:root {
	--p: 259 94% 61%;
	--pf: 259 94.4% 51.2%;
	--pc: 0 0% 100%;
	--s: 314 100% 47.1%;
	--sf: 314 100% 37.1%;
	--sc: 0 0% 100%;
	--a: 174 60% 51%;
	--af: 174 59.8% 41%;
	--ac: 0 0% 100%;
	--n: 222 13.4% 19%;
	--nf: 223 13.7% 10%;
	--nc: 0 0% 100%;
	--b1: 219 14.1% 27.8%;
	--b2: 222 13.4% 19%;
	--b3: 223 13.7% 10%;
	--bc: 228 14.3% 93.1%;
	--in: 202 100% 70%;
	--su: 89 61.6% 52%;
	--wa: 54 68.8% 63.5%;
	--er: 0 100% 71.8%;
	--border-color: var(--b3);
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-text-case: uppercase;
	--btn-focus-scale: 0.95;
	--navbar-padding: .5rem;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

	.container {
		max-width: 1536px;
	}
}
.breadcrumbs {
	max-width: 100%;
	overflow-x: auto;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.breadcrumbs>ul {
	display: flex;
	align-items: center;
	white-space: nowrap;
	min-height: -webkit-min-content;
	min-height: -moz-min-content;
	min-height: min-content;
}
.breadcrumbs>ul>li {
	display: flex;
	align-items: center;
}
.breadcrumbs>ul>li>a {
	cursor: pointer;
	display: flex;
	align-items: center;
}
.breadcrumbs>ul>li>a:hover {
	text-decoration: underline;
}
.btn {
	border-color: transparent;
	border-color: hsla(var(--n)/var(--tw-border-opacity,1));
	cursor: pointer;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: .15s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	border-radius: var(--rounded-btn,.5rem);
	height: 3rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 1em;
	padding-left: 1rem;
	padding-right: 1rem;
	min-height: 3rem;
	font-weight: 600;
	text-transform: uppercase;
	text-transform: var(--btn-text-case,uppercase);
	border-width: var(--border-btn,1px);
	-webkit-animation: button-pop var(--animation-btn,.25s) ease-out;
	animation: button-pop var(--animation-btn,.25s) ease-out;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	--tw-text-opacity: 1;
	color: hsla(var(--nc)/var(--tw-text-opacity,1));
}
.btn:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.btn-disabled,.btn[disabled] {
	pointer-events: none;
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.2;
	background-color: hsla(var(--n)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 0;
	--tw-text-opacity: 1;
	--tw-text-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.btn-square {
	height: 3rem;
	padding: 0;
	width: 3rem;
}
.btn.loading,.btn.loading:hover {
	pointer-events: none;
}
.btn.loading:before {
	border-radius: 9999px;
	border-width: 2px;
	height: 1rem;
	margin-right: .5rem;
	width: 1rem;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	content: "";
	border-color: transparent currentColor currentColor transparent;
}
@media (prefers-reduced-motion:reduce) {

	.btn.loading:before {
		-webkit-animation: spin 10s linear infinite;
		animation: spin 10s linear infinite;
	}
}
@-webkit-keyframes spin {

	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}
@keyframes spin {

	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}
.btn-group>input[type=radio].btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn-group>input[type=radio].btn:before {
	content: attr(data-title);
}
.card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	border-radius: var(--rounded-box,1rem);
}
.card:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.card-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: var(--padding-card,2rem);
}
.card figure,.card figure>* {
	width: 100%;
}
.card.image-full {
	display: grid;
}
.card.image-full:before {
	position: relative;
	content: "";
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n)/var(--tw-bg-opacity,1));
	opacity: .75;
	z-index: 10;
	border-radius: var(--rounded-box,1rem);
}
.card.image-full:before,.card.image-full>* {
	grid-column-start: 1;
	grid-row-start: 1;
}
.card.image-full>figure img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.card.image-full>.card-body {
	position: relative;
	--tw-text-opacity: 1;
	color: hsla(var(--nc)/var(--tw-text-opacity,1));
	z-index: 20;
}
.hero {
	background-position: 50%;
	background-size: cover;
	display: grid;
	place-items: center;
	width: 100%;
}
.hero>* {
	grid-column-start: 1;
	grid-row-start: 1;
}
.hero-content {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	max-width: 80rem;
	padding: 1rem;
	gap: 1rem;
}
.link {
	cursor: pointer;
	text-decoration: underline;
}
.menu :where(li).disabled>a,.menu :where(li).disabled>span {
	cursor: auto;
}
.navbar {
	display: flex;
	align-items: center;
	padding: var(--navbar-padding,.5rem);
	min-height: 4rem;
}
.navbar>* {
	display: flex;
	align-items: center;
}
.range {
	cursor: pointer;
	height: 1.25rem;
	width: 100%;
	-webkit-appearance: none;
	--range-shdw: var(--bc);
	background-color: transparent;
}
.range:focus {
	outline: none;
}
.table {
	position: relative;
	text-align: left;
}
.table th:first-child {
	position: sticky;
	position: -webkit-sticky;
	left: 0;
	z-index: 10;
}
.btn .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1)/var(--tw-bg-opacity,1));
	border-color: transparent;
	--tw-text-opacity: 1;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.btn .badge-outline {
	background-color: transparent;
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--b2)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary .badge-outline {
	background-color: transparent;
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary:hover .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pc)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pc)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary:hover .badge.outline {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pc)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.breadcrumbs>ul>li>a:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.breadcrumbs>ul>li>a:focus-visible {
	border-radius: var(--rounded-badge,1.9rem);
	box-shadow: 0 0 0 2px currentColor;
}
.breadcrumbs>ul>li+:before {
	content: "";
	display: block;
	height: .375rem;
	margin-left: .5rem;
	margin-right: .75rem;
	opacity: .4;
	width: .375rem;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-rotate: 45deg;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-top: 1px solid;
	border-right: 1px solid;
}
.btn:active:focus,.btn:active:hover {
	-webkit-animation: none;
	animation: none;
	transform: scale(var(--btn-focus-scale,.95));
}
.btn-active,.btn:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--nf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--nf)/var(--tw-border-opacity,1));
}
.btn:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--nf));
}
.btn-primary {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.btn-primary.btn-active,.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pf)/var(--tw-border-opacity,1));
}
.btn-primary:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}
.btn.glass.btn-active,.btn.glass:hover {
	--glass-opacity: 25%;
	--glass-border-opacity: 15%;
}
.btn.glass:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}
.btn-ghost {
	background-color: transparent;
	border-color: transparent;
	border-width: 1px;
	color: currentColor;
}
.btn-ghost.btn-active,.btn-ghost:hover {
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.2;
	background-color: hsla(var(--bc)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 0;
}
.btn-ghost:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}
.btn-outline.btn-primary {
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pf)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.btn.loading.btn-circle:before,.btn.loading.btn-square:before {
	margin-right: 0;
}
.btn.loading.btn-lg:before,.btn.loading.btn-xl:before {
	height: 1.25rem;
	width: 1.25rem;
}
.btn.loading.btn-sm:before,.btn.loading.btn-xs:before {
	height: .75rem;
	width: .75rem;
}
.btn-group>.btn-active,.btn-group>input[type=radio]:checked.btn {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.btn-group>.btn-active:focus-visible,.btn-group>input[type=radio]:checked.btn:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}
.btn-group>.btn:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
@-webkit-keyframes button-pop {

	0% {
		transform: scale(var(--btn-focus-scale,.95));
	}

	40% {
		transform: scale(1.02);
	}

	to {
		transform: scale(1);
	}
}
@keyframes button-pop {

	0% {
		transform: scale(var(--btn-focus-scale,.95));
	}

	40% {
		transform: scale(1.02);
	}

	to {
		transform: scale(1);
	}
}
.card:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}
.card.bordered {
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	border-width: 1px;
}
.card.compact .card-body {
	font-size: .875rem;
	line-height: 1.25rem;
	padding: 1rem;
}
.card.compact .card-title {
	margin-bottom: .25rem;
}
.card-title {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: .75rem;
}
@-webkit-keyframes checkmark {

	0% {
		background-position-y: 5px;
	}

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

	to {
		background-position-y: 0;
	}
}
@keyframes checkmark {

	0% {
		background-position-y: 5px;
	}

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

	to {
		background-position-y: 0;
	}
}
.drawer-toggle:focus-visible~.drawer-content .drawer-button.btn-primary {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}
.drawer-toggle:focus-visible~.drawer-content .drawer-button.btn-ghost {
	box-shadow: 0 0 0 2px currentColor;
}
.link:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.link:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}
.menu.horizontal li.bordered>a,.menu.horizontal li.bordered>span {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	border-left-width: 0;
	border-bottom-width: 4px;
}
.menu li.disabled>a:hover,.menu li.disabled>span:hover {
	background-color: transparent;
}
.menu li.disabled>a,.menu li.disabled>span {
	--tw-text-opacity: 1;
	--tw-text-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.menu li.bordered a,.menu li.bordered span {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	border-left-width: 4px;
}
.menu.compact li>a,.menu.compact li>span {
	font-size: .875rem;
	line-height: 1.25rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
@-webkit-keyframes radiomark {

	0% {
		box-shadow: 0 0 0 12px hsl(var(--b1)) inset,0 0 0 12px hsl(var(--b1)) inset,var(--focus-shadow);
	}

	50% {
		box-shadow: 0 0 0 3px hsl(var(--b1)) inset,0 0 0 3px hsl(var(--b1)) inset,var(--focus-shadow);
	}

	to {
		box-shadow: 0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset,var(--focus-shadow);
	}
}
@keyframes radiomark {

	0% {
		box-shadow: 0 0 0 12px hsl(var(--b1)) inset,0 0 0 12px hsl(var(--b1)) inset,var(--focus-shadow);
	}

	50% {
		box-shadow: 0 0 0 3px hsl(var(--b1)) inset,0 0 0 3px hsl(var(--b1)) inset,var(--focus-shadow);
	}

	to {
		box-shadow: 0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset,var(--focus-shadow);
	}
}
.range:focus-visible::-webkit-slider-thumb {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--range-shdw));
}
.range:focus-visible::-moz-range-thumb {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--range-shdw));
}
.range::-webkit-slider-runnable-track {
	height: .5rem;
	width: 100%;
	border-radius: var(--rounded-box,1rem);
	background-color: hsla(var(--bc)/.1);
}
.range::-moz-range-track {
	height: .5rem;
	width: 100%;
	border-radius: var(--rounded-box,1rem);
	background-color: hsla(var(--bc)/.1);
}
.range::-webkit-slider-thumb {
	background-color: hsl(var(--range-shdw));
	border-style: none;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
	-webkit-transition-property: all;
	transition-property: all;
	transition-duration: .15s;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	border-radius: var(--rounded-box,1rem);
	-webkit-appearance: none;
	top: 50%;
	transform: translateY(-50%);
}
.range::-moz-range-thumb {
	background-color: hsl(var(--range-shdw));
	border-style: none;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
	-moz-transition-property: all;
	transition-property: all;
	transition-duration: .15s;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	border-radius: var(--rounded-box,1rem);
	top: 50%;
}
.table td,.table th {
	padding: 1rem;
	vertical-align: middle;
	white-space: nowrap;
}
.table tr.active:nth-child(2n) td,.table tr.active:nth-child(2n) th,.table tr.active td,.table tr.active th {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3)/var(--tw-bg-opacity,1));
}
.table tr.hover:hover td,.table tr.hover:hover th,.table tr.hover:nth-child(2n):hover td,.table tr.hover:nth-child(2n):hover th {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3)/var(--tw-bg-opacity,1));
}
.table:not(.table-zebra) tbody tr:not(:last-child) td,.table:not(.table-zebra) tbody tr:not(:last-child) th,.table:not(.table-zebra) tfoot tr:not(:last-child) td,.table:not(.table-zebra) tfoot tr:not(:last-child) th,.table:not(.table-zebra) thead tr:not(:last-child) td,.table:not(.table-zebra) thead tr:not(:last-child) th {
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	border-bottom-width: 1px;
}
.table tfoot td,.table tfoot th,.table thead td,.table thead th {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2)/var(--tw-bg-opacity,1));
	font-weight: 700;
	font-size: .75rem;
	line-height: 1rem;
	text-transform: uppercase;
}
.table tfoot td:first-child,.table tfoot th:first-child,.table thead td:first-child,.table thead th:first-child {
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem;
}
.table tfoot td:last-child,.table tfoot th:last-child,.table thead td:last-child,.table thead th:last-child {
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
}
.table tbody td,.table tbody th {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1)/var(--tw-bg-opacity,1));
}
.rounded-box {
	border-radius: var(--rounded-box,1rem);
}
.min-h-16 {
	min-height: 4rem;
}
.btn-lg {
	height: 4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	min-height: 4rem;
	font-size: 1.125rem;
}
.btn-square.btn-xs {
	height: 1.5rem;
	padding: 0;
	width: 1.5rem;
}
.btn-square.btn-sm {
	height: 2rem;
	padding: 0;
	width: 2rem;
}
.btn-square.btn-md {
	height: 3rem;
	padding: 0;
	width: 3rem;
}
.btn-square.btn-lg {
	height: 4rem;
	padding: 0;
	width: 4rem;
}
.btn-circle.btn-lg {
	border-radius: 9999px;
	height: 4rem;
	padding: 0;
	width: 4rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.flex {
	display: flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.h-8 {
	height: 2rem;
}
.h-48 {
	height: 12rem;
}
.h-16 {
	height: 4rem;
}
.min-h-screen {
	min-height: 100vh;
}
.w-8 {
	width: 2rem;
}
.w-auto {
	width: auto;
}
.w-16 {
	width: 4rem;
}
.w-full {
	width: 100%;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-xs {
	max-width: 20rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.transform {
	transform: var(--tw-transform);
}
@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	-webkit-animation: spin 1s linear infinite;
	        animation: spin 1s linear infinite;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.gap-4 {
	gap: 1rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.bg-neutral {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n) / var(--tw-bg-opacity));
}
.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-opacity-40 {
	--tw-bg-opacity: 0.4;
}
.bg-bgImage {
	background-image: url('/background.png');
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-8 {
	padding: 2rem;
}
.p-0 {
	padding: 0px;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pt-16 {
	padding-top: 4rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.font-light {
	font-weight: 300;
}
.font-bold {
	font-weight: 700;
}
.leading-10 {
	line-height: 2.5rem;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-neutral-content {
	--tw-text-opacity: 1;
	color: hsla(var(--nc) / var(--tw-text-opacity));
}
.opacity-5 {
	opacity: 0.05;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-40 {
	opacity: 0.4;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:underline:hover {
	text-decoration: underline;
}
@media (min-width: 768px) {

	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
@media (min-width: 1536px) {

	.\32xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  height: 100vh;
  width: 100vw;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

