/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! 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: var(--color-gray-400);
}input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: var(--color-gray-400);
}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));
	border-color: var(--color-gray-200);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: var(--color-gray-500);
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder{
	color: var(--color-gray-500);
	opacity: 1;
}input::placeholder,textarea::placeholder{
	color: var(--color-gray-500);
	opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
	padding: 0;
}::-webkit-date-and-time-value{
	min-height: 1.5em;
	text-align: inherit;
}::-webkit-datetime-edit{
	display: inline-flex;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
	padding-top: 0;
	padding-bottom: 0;
}select{
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%2371717a%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        print-color-adjust: exact;
}[multiple],[size]:where(select:not([size="1"])){
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        print-color-adjust: unset;
}[type='checkbox'],[type='radio']{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: var(--color-gray-500);
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}[type='checkbox']{
	border-radius: 0px;
}[type='radio']{
	border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}[type='checkbox']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}@media (forced-colors: active) {[type='checkbox']:checked{
		-webkit-appearance: auto;
		   -moz-appearance: auto;
		        appearance: auto;
	}
}[type='radio']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}@media (forced-colors: active) {[type='radio']:checked{
		-webkit-appearance: auto;
		   -moz-appearance: auto;
		        appearance: auto;
	}
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
	border-color: transparent;
	background-color: currentColor;
}[type='checkbox']:indeterminate{
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}@media (forced-colors: active) {[type='checkbox']:indeterminate{
		-webkit-appearance: auto;
		   -moz-appearance: auto;
		        appearance: auto;
	}
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
	border-color: transparent;
	background-color: currentColor;
}[type='file']{
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}[type='file']:focus{
	outline: 1px solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color;
}.pointer-events-none{
	pointer-events: none;
}.visible{
	visibility: visible;
}.fixed{
	position: fixed;
}.absolute{
	position: absolute;
}.relative{
	position: relative;
}.sticky{
	position: sticky;
}.inset-0{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}.inset-y-0{
	top: 0px;
	bottom: 0px;
}.top-0{
	top: 0px;
}.right-0{
	right: 0px;
}.bottom-0{
	bottom: 0px;
}.left-0{
	left: 0px;
}.top-5{
	top: 1.25rem;
}.left-5{
	left: 1.25rem;
}.left-3{
	left: 0.75rem;
}.right-4{
	right: 1rem;
}.isolate{
	isolation: isolate;
}.z-40{
	z-index: 40;
}.z-10{
	z-index: 10;
}.z-20{
	z-index: 20;
}.m-1{
	margin: 0.25rem;
}.-m-1{
	margin: -0.25rem;
}.mx-1\.5{
	margin-left: 0.375rem;
	margin-right: 0.375rem;
}.mx-1{
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}.mx-4{
	margin-left: 1rem;
	margin-right: 1rem;
}.mx-auto{
	margin-left: auto;
	margin-right: auto;
}.my-6{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}.-mx-3{
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}.mx-5{
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}.my-1{
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}.mx-2{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}.-my-2{
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
}.mx-0\.5{
	margin-left: 0.125rem;
	margin-right: 0.125rem;
}.mx-0{
	margin-left: 0px;
	margin-right: 0px;
}.mx-3{
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}.my-2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}.-mx-4{
	margin-left: -1rem;
	margin-right: -1rem;
}.-mr-12{
	margin-right: -3rem;
}.ml-1{
	margin-left: 0.25rem;
}.ml-4{
	margin-left: 1rem;
}.mt-1{
	margin-top: 0.25rem;
}.mt-3{
	margin-top: 0.75rem;
}.mt-2{
	margin-top: 0.5rem;
}.mt-5{
	margin-top: 1.25rem;
}.mt-6{
	margin-top: 1.5rem;
}.ml-2{
	margin-left: 0.5rem;
}.mt-4{
	margin-top: 1rem;
}.mb-3{
	margin-bottom: 0.75rem;
}.mt-3\.5{
	margin-top: 0.875rem;
}.mb-4{
	margin-bottom: 1rem;
}.ml-3{
	margin-left: 0.75rem;
}.mt-0{
	margin-top: 0px;
}.mr-1{
	margin-right: 0.25rem;
}.ml-5{
	margin-left: 1.25rem;
}.mb-2{
	margin-bottom: 0.5rem;
}.mb-0{
	margin-bottom: 0px;
}.ml-0{
	margin-left: 0px;
}.-ml-px{
	margin-left: -1px;
}.mr-2{
	margin-right: 0.5rem;
}.mt-0\.5{
	margin-top: 0.125rem;
}.-mb-8{
	margin-bottom: -2rem;
}.mr-3{
	margin-right: 0.75rem;
}.mb-1{
	margin-bottom: 0.25rem;
}.-ml-8{
	margin-left: -2rem;
}.mt-\[1\.875rem\]{
	margin-top: 1.875rem;
}.mb-3\.5{
	margin-bottom: 0.875rem;
}.mb-6{
	margin-bottom: 1.5rem;
}.mr-9{
	margin-right: 2.25rem;
}.mt-\[0\.375rem\]{
	margin-top: 0.375rem;
}.mr-4{
	margin-right: 1rem;
}.-ml-1{
	margin-left: -0.25rem;
}.-mt-1{
	margin-top: -0.25rem;
}.mt-\[4\.5rem\]{
	margin-top: 4.5rem;
}.ml-7{
	margin-left: 1.75rem;
}.\!mt-0{
	margin-top: 0px !important;
}.block{
	display: block;
}.inline-block{
	display: inline-block;
}.flex{
	display: flex;
}.inline-flex{
	display: inline-flex;
}.table{
	display: table;
}.contents{
	display: contents;
}.hidden{
	display: none;
}.h-full{
	height: 100%;
}.h-10{
	height: 2.5rem;
}.h-6{
	height: 1.5rem;
}.h-11{
	height: 2.75rem;
}.h-5{
	height: 1.25rem;
}.h-12{
	height: 3rem;
}.h-4{
	height: 1rem;
}.h-8{
	height: 2rem;
}.h-2{
	height: 0.5rem;
}.h-\[2\.125rem\]{
	height: 2.125rem;
}.h-\[2\.375rem\]{
	height: 2.375rem;
}.h-\[1\.875rem\]{
	height: 1.875rem;
}.h-16{
	height: 4rem;
}.\!h-\[2\.375rem\]{
	height: 2.375rem !important;
}.\!h-\[2\.625rem\]{
	height: 2.625rem !important;
}.h-auto{
	height: auto;
}.h-9{
	height: 2.25rem;
}.h-0\.5{
	height: 0.125rem;
}.h-0{
	height: 0px;
}.h-3\.5{
	height: 0.875rem;
}.h-3{
	height: 0.75rem;
}.\!h-8{
	height: 2rem !important;
}.max-h-36{
	max-height: 9rem;
}.max-h-60{
	max-height: 15rem;
}.max-h-\[25\.3125rem\]{
	max-height: 25.3125rem;
}.max-h-\[46\.6875rem\]{
	max-height: 46.6875rem;
}.max-h-80{
	max-height: 20rem;
}.min-h-screen{
	min-height: 100vh;
}.min-h-0{
	min-height: 0px;
}.min-h-\[1\.25rem\]{
	min-height: 1.25rem;
}.w-full{
	width: 100%;
}.w-4{
	width: 1rem;
}.w-10{
	width: 2.5rem;
}.w-6{
	width: 1.5rem;
}.w-14{
	width: 3.5rem;
}.w-max{
	width: -moz-max-content;
	width: max-content;
}.w-11{
	width: 2.75rem;
}.w-5{
	width: 1.25rem;
}.w-0{
	width: 0px;
}.w-12{
	width: 3rem;
}.w-min{
	width: -moz-min-content;
	width: min-content;
}.w-\[2\.625rem\]{
	width: 2.625rem;
}.w-8{
	width: 2rem;
}.w-16{
	width: 4rem;
}.w-20{
	width: 5rem;
}.w-80{
	width: 20rem;
}.w-2{
	width: 0.5rem;
}.w-\[6\.75rem\]{
	width: 6.75rem;
}.w-56{
	width: 14rem;
}.w-0\.5{
	width: 0.125rem;
}.w-9{
	width: 2.25rem;
}.w-7{
	width: 1.75rem;
}.w-\[12\.5rem\]{
	width: 12.5rem;
}.w-\[18\.75rem\]{
	width: 18.75rem;
}.w-3\.5{
	width: 0.875rem;
}.w-3{
	width: 0.75rem;
}.w-24{
	width: 6rem;
}.min-w-\[22\.5rem\]{
	min-width: 22.5rem;
}.min-w-0{
	min-width: 0px;
}.min-w-full{
	min-width: 100%;
}.min-w-\[20rem\]{
	min-width: 20rem;
}.min-w-\[9rem\]{
	min-width: 9rem;
}.min-w-\[2rem\]{
	min-width: 2rem;
}.min-w-\[12\.5rem\]{
	min-width: 12.5rem;
}.min-w-\[4\.5rem\]{
	min-width: 4.5rem;
}.max-w-xs{
	max-width: 20rem;
}.max-w-\[9\.625rem\]{
	max-width: 9.625rem;
}.max-w-full{
	max-width: 100%;
}.max-w-\[15rem\]{
	max-width: 15rem;
}.max-w-2xl{
	max-width: 42rem;
}.max-w-\[28rem\]{
	max-width: 28rem;
}.max-w-\[22\.5rem\]{
	max-width: 22.5rem;
}.flex-1{
	flex: 1 1 0px;
}.flex-shrink-0{
	flex-shrink: 0;
}.flex-grow{
	flex-grow: 1;
}.origin-top-right{
	transform-origin: top right;
}.-translate-x-full{
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}.translate-x-0{
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}.translate-y-4{
	--tw-translate-y: 1rem;
	transform: var(--tw-transform);
}.translate-y-0{
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}.scale-95{
	--tw-scale-x: .95;
	--tw-scale-y: .95;
	transform: var(--tw-transform);
}.scale-100{
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}.transform{
	transform: var(--tw-transform);
}@keyframes pulse{50%{
		opacity: .5;
	}
}.animate-pulse{
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}.cursor-pointer{
	cursor: pointer;
}.cursor-default{
	cursor: default;
}.select-none{
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}.flex-row{
	flex-direction: row;
}.flex-col{
	flex-direction: column;
}.flex-col-reverse{
	flex-direction: column-reverse;
}.flex-wrap{
	flex-wrap: wrap;
}.items-start{
	align-items: flex-start;
}.items-end{
	align-items: flex-end;
}.items-center{
	align-items: center;
}.items-stretch{
	align-items: stretch;
}.justify-start{
	justify-content: flex-start;
}.justify-end{
	justify-content: flex-end;
}.justify-center{
	justify-content: center;
}.justify-between{
	justify-content: space-between;
}.gap-2{
	gap: 0.5rem;
}.space-y-1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.space-y-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-x-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-0 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0px * var(--tw-space-y-reverse));
}.space-x-3 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-3 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.space-x-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.space-y-6 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.divide-y > :not([hidden]) ~ :not([hidden]){
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
	border-color: var(--color-gray-200);
}.self-start{
	align-self: flex-start;
}.self-stretch{
	align-self: stretch;
}.justify-self-end{
	justify-self: end;
}.overflow-auto{
	overflow: auto;
}.overflow-hidden{
	overflow: hidden;
}.overflow-x-auto{
	overflow-x: auto;
}.overflow-y-auto{
	overflow-y: auto;
}.overflow-x-hidden{
	overflow-x: hidden;
}.overflow-y-hidden{
	overflow-y: hidden;
}.overflow-x-scroll{
	overflow-x: scroll;
}.truncate{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}.overflow-ellipsis{
	text-overflow: ellipsis;
}.whitespace-nowrap{
	white-space: nowrap;
}.whitespace-pre-wrap{
	white-space: pre-wrap;
}.break-all{
	word-break: break-all;
}.rounded-full{
	border-radius: 9999px;
}.rounded-lg{
	border-radius: 0.5rem;
}.rounded{
	border-radius: 0.25rem;
}.rounded-xl{
	border-radius: 0.75rem;
}.rounded-md{
	border-radius: 0.375rem;
}.rounded-\[0\.625rem\]{
	border-radius: 0.625rem;
}.rounded-l-md{
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}.rounded-r-md{
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}.border{
	border-width: 1px;
}.border-b{
	border-bottom-width: 1px;
}.border-t{
	border-top-width: 1px;
}.border-r{
	border-right-width: 1px;
}.border-solid{
	border-style: solid;
}.border-gray-200{
	border-color: var(--color-gray-200);
}.border-indigo-500{
	border-color: var(--color-indigo-500);
}.border-gray-300{
	border-color: var(--color-gray-300);
}.border-transparent{
	border-color: transparent;
}.border-gray-100{
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}.border-orange-600{
	border-color: var(--color-orange-600);
}.border-error{
	border-color: var(--color-error);
}.bg-gray-50{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}.bg-gray-600{
	background-color: var(--color-gray-600);
}.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.bg-transparent{
	background-color: transparent;
}.bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}.bg-blue-400{
	background-color: var(--color-blue-400);
}.bg-red-400{
	background-color: var(--color-red-400);
}.bg-green-400{
	background-color: var(--color-green-400);
}.bg-gray-400{
	background-color: var(--color-gray-400);
}.bg-gray-500{
	background-color: var(--color-gray-500);
}.bg-red-100{
	--tw-bg-opacity: 1;
	background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}.bg-red-600{
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}.bg-gray-200{
	background-color: var(--color-gray-200);
}.bg-orange-600{
	background-color: var(--color-orange-600);
}.bg-gray-300{
	background-color: var(--color-gray-300);
}.bg-\[\#6B7280BF\]{
	background-color: #6B7280BF;
}.bg-indigo-800{
	background-color: var(--color-indigo-800);
}.bg-indigo-900{
	background-color: var(--color-indigo-900);
}.bg-indigo-50{
	background-color: var(--color-indigo-50);
}.bg-indigo-500{
	background-color: var(--color-indigo-500);
}.object-contain{
	-o-object-fit: contain;
	   object-fit: contain;
}.p-1{
	padding: 0.25rem;
}.p-4{
	padding: 1rem;
}.p-2{
	padding: 0.5rem;
}.\!p-0{
	padding: 0px !important;
}.p-0{
	padding: 0px;
}.p-6{
	padding: 1.5rem;
}.p-0\.5{
	padding: 0.125rem;
}.p-1\.5{
	padding: 0.375rem;
}.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}.py-0\.5{
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}.py-0{
	padding-top: 0px;
	padding-bottom: 0px;
}.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}.py-7{
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}.py-\[0\.125rem\]{
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}.px-1{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}.py-\[1\.125rem\]{
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}.py-1\.5{
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}.pt-5{
	padding-top: 1.25rem;
}.pb-4{
	padding-bottom: 1rem;
}.pt-2{
	padding-top: 0.5rem;
}.pt-4{
	padding-top: 1rem;
}.pb-20{
	padding-bottom: 5rem;
}.pt-3{
	padding-top: 0.75rem;
}.pt-1{
	padding-top: 0.25rem;
}.pt-3\.5{
	padding-top: 0.875rem;
}.pt-6{
	padding-top: 1.5rem;
}.pb-1{
	padding-bottom: 0.25rem;
}.pt-8{
	padding-top: 2rem;
}.pb-8{
	padding-bottom: 2rem;
}.pr-4{
	padding-right: 1rem;
}.pl-11{
	padding-left: 2.75rem;
}.pl-4{
	padding-left: 1rem;
}.pt-0\.5{
	padding-top: 0.125rem;
}.pt-0{
	padding-top: 0px;
}.pl-3{
	padding-left: 0.75rem;
}.pr-10{
	padding-right: 2.5rem;
}.pr-2{
	padding-right: 0.5rem;
}.pr-8{
	padding-right: 2rem;
}.pb-6{
	padding-bottom: 1.5rem;
}.pl-1{
	padding-left: 0.25rem;
}.pl-2{
	padding-left: 0.5rem;
}.pr-3{
	padding-right: 0.75rem;
}.pb-3{
	padding-bottom: 0.75rem;
}.text-left{
	text-align: left;
}.text-center{
	text-align: center;
}.align-middle{
	vertical-align: middle;
}.align-bottom{
	vertical-align: bottom;
}.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}.text-base{
	font-size: 1rem;
	line-height: 1.5rem;
}.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}.text-\[0\.625rem\]{
	font-size: 0.625rem;
}.text-xl{
	font-size: 1.25rem;
	line-height: 1.75rem;
}.font-bold{
	font-weight: 700;
}.font-medium{
	font-weight: 500;
}.font-normal{
	font-weight: 400;
}.font-black{
	font-weight: 900;
}.uppercase{
	text-transform: uppercase;
}.leading-5{
	line-height: 1.25rem;
}.leading-6{
	line-height: 1.5rem;
}.leading-4{
	line-height: 1rem;
}.leading-7{
	line-height: 1.75rem;
}.leading-none{
	line-height: 1;
}.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.text-gray-800{
	color: var(--color-gray-800);
}.text-gray-900{
	color: var(--color-gray-900);
}.text-gray-400{
	color: var(--color-gray-400);
}.text-black{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.text-indigo-700{
	color: var(--color-indigo-700);
}.text-gray-500{
	color: var(--color-gray-500);
}.text-gray-700{
	color: var(--color-gray-700);
}.text-red-600{
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}.text-gray-600{
	color: var(--color-gray-600);
}.text-indigo-900{
	color: var(--color-indigo-900);
}.text-\[\#605E5C\]{
	--tw-text-opacity: 1;
	color: rgba(96, 94, 92, var(--tw-text-opacity));
}.text-\[\#EB5757\]{
	--tw-text-opacity: 1;
	color: rgba(235, 87, 87, var(--tw-text-opacity));
}.text-gray-100{
	--tw-text-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-text-opacity));
}.text-error{
	color: var(--color-error);
}.text-success{
	color: var(--color-success);
}.text-indigo-600{
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}.underline{
	text-decoration: underline;
}.placeholder-gray-500::-moz-placeholder{
	color: var(--color-gray-500);
}.placeholder-gray-500::placeholder{
	color: var(--color-gray-500);
}.placeholder-gray-100::-moz-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}.placeholder-gray-100::placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}.opacity-0{
	opacity: 0;
}.opacity-100{
	opacity: 1;
}.opacity-75{
	opacity: 0.75;
}.opacity-50{
	opacity: 0.5;
}.shadow-xl{
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm{
	--tw-shadow: 0 1px 2px 0 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);
}.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);
}.shadow{
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.ring-1{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-black{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}.ring-opacity-5{
	--tw-ring-opacity: 0.05;
}.blur{
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}.filter{
	filter: var(--tw-filter);
}.transition-opacity{
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.duration-300{
	transition-duration: 300ms;
}.duration-200{
	transition-duration: 200ms;
}.duration-100{
	transition-duration: 100ms;
}.duration-75{
	transition-duration: 75ms;
}.ease-linear{
	transition-timing-function: linear;
}.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.ease-in{
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.line-clamp-1{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}:root{--color-orange-600: #f05a23;--color-orange-700: #cf400d;--color-indigo-50: #f0f1ff;--color-indigo-300: #b0b8fc;--color-indigo-500: #6863f1;--color-indigo-600: #5040ff;--color-indigo-700: #4234e0;--color-indigo-800: #3429ab;--color-indigo-900: #140078;--color-blue-400: #60a5fa;--color-red-400: #f87a71;--color-green-400: #34d399;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-error: #f04030;--color-success: #34d399}html{overflow:auto;width:100%;height:100%;font-size:16px}body{width:100%;min-height:100%;display:flex;font-family:"Arial";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#react-root{flex:1 1 auto;width:100%;display:flex;flex-direction:column}.first\:ml-1:first-child{
	margin-left: 0.25rem;
}.first\:mt-1:first-child{
	margin-top: 0.25rem;
}.odd\:bg-white:nth-child(odd){
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.even\:bg-gray-50:nth-child(even){
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}.hover\:bg-gray-50:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}.hover\:bg-red-700:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}.hover\:bg-orange-700:hover{
	background-color: var(--color-orange-700);
}.hover\:text-gray-600:hover{
	color: var(--color-gray-600);
}.hover\:text-gray-900:hover{
	color: var(--color-gray-900);
}.hover\:text-indigo-500:hover{
	color: var(--color-indigo-500);
}.hover\:text-indigo-700:hover{
	color: var(--color-indigo-700);
}.hover\:text-red-600:hover{
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}.focus\:border-transparent:focus{
	border-color: transparent;
}.focus\:border-indigo-500:focus{
	border-color: var(--color-indigo-500);
}.focus\:shadow-none:focus{
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}.focus\:ring-2:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-0:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-inset:focus{
	--tw-ring-inset: inset;
}.focus\:ring-white:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}.focus\:ring-transparent:focus{
	--tw-ring-color: transparent;
}.focus\:ring-indigo-500:focus{
	--tw-ring-color: var(--color-indigo-500);
}.focus\:ring-red-500:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}.focus\:ring-orange-600:focus{
	--tw-ring-color: var(--color-orange-600);
}.focus\:ring-purple-500:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}.focus\:ring-offset-2:focus{
	--tw-ring-offset-width: 2px;
}.focus\:ring-offset-gray-100:focus{
	--tw-ring-offset-color: #f3f4f6;
}.disabled\:cursor-default:disabled{
	cursor: default;
}.disabled\:cursor-not-allowed:disabled{
	cursor: not-allowed;
}.disabled\:border-0:disabled{
	border-width: 0px;
}.disabled\:bg-gray-200:disabled{
	background-color: var(--color-gray-200);
}.disabled\:bg-gray-100:disabled{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}.disabled\:bg-gray-300:disabled{
	background-color: var(--color-gray-300);
}.disabled\:text-gray-400:disabled{
	color: var(--color-gray-400);
}.disabled\:text-gray-500:disabled{
	color: var(--color-gray-500);
}.disabled\:opacity-30:disabled{
	opacity: 0.3;
}.group:hover .group-hover\:text-gray-500{
	color: var(--color-gray-500);
}.group:hover .group-hover\:text-gray-900{
	color: var(--color-gray-900);
}@media (min-width: 640px){.sm\:my-8{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}.sm\:mx-0{
		margin-left: 0px;
		margin-right: 0px;
	}.sm\:mt-0{
		margin-top: 0px;
	}.sm\:ml-4{
		margin-left: 1rem;
	}.sm\:mt-4{
		margin-top: 1rem;
	}.sm\:ml-3{
		margin-left: 0.75rem;
	}.sm\:mt-5{
		margin-top: 1.25rem;
	}.sm\:block{
		display: block;
	}.sm\:inline-block{
		display: inline-block;
	}.sm\:flex{
		display: flex;
	}.sm\:h-screen{
		height: 100vh;
	}.sm\:h-10{
		height: 2.5rem;
	}.sm\:w-full{
		width: 100%;
	}.sm\:w-10{
		width: 2.5rem;
	}.sm\:w-auto{
		width: auto;
	}.sm\:max-w-sm{
		max-width: 24rem;
	}.sm\:translate-y-0{
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}.sm\:scale-95{
		--tw-scale-x: .95;
		--tw-scale-y: .95;
		transform: var(--tw-transform);
	}.sm\:scale-100{
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: var(--tw-transform);
	}.sm\:flex-row{
		flex-direction: row;
	}.sm\:flex-nowrap{
		flex-wrap: nowrap;
	}.sm\:items-start{
		align-items: flex-start;
	}.sm\:justify-end{
		justify-content: flex-end;
	}.sm\:rounded-lg{
		border-radius: 0.5rem;
	}.sm\:p-0{
		padding: 0px;
	}.sm\:p-6{
		padding: 1.5rem;
	}.sm\:text-left{
		text-align: left;
	}.sm\:align-middle{
		vertical-align: middle;
	}.sm\:text-sm{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}@media (min-width: 768px){.md\:left-4{
		left: 1rem;
	}.md\:my-0{
		margin-top: 0px;
		margin-bottom: 0px;
	}.md\:-mr-1{
		margin-right: -0.25rem;
	}.md\:ml-2{
		margin-left: 0.5rem;
	}.md\:ml-0{
		margin-left: 0px;
	}.md\:mb-0{
		margin-bottom: 0px;
	}.md\:mr-6{
		margin-right: 1.5rem;
	}.md\:ml-\[19rem\]{
		margin-left: 19rem;
	}.md\:mt-6{
		margin-top: 1.5rem;
	}.md\:mt-0{
		margin-top: 0px;
	}.md\:block{
		display: block;
	}.md\:inline-block{
		display: inline-block;
	}.md\:flex{
		display: flex;
	}.md\:hidden{
		display: none;
	}.md\:h-auto{
		height: auto;
	}.md\:max-h-full{
		max-height: 100%;
	}.md\:w-0{
		width: 0px;
	}.md\:w-auto{
		width: auto;
	}.md\:w-\[12\.5rem\]{
		width: 12.5rem;
	}.md\:w-\[20\.75rem\]{
		width: 20.75rem;
	}.md\:min-w-\[77\.5rem\]{
		min-width: 77.5rem;
	}.md\:min-w-\[22\.5rem\]{
		min-width: 22.5rem;
	}.md\:min-w-\[17\.5rem\]{
		min-width: 17.5rem;
	}.md\:min-w-min{
		min-width: -moz-min-content;
		min-width: min-content;
	}.md\:max-w-\[12\.5rem\]{
		max-width: 12.5rem;
	}.md\:max-w-\[22\.5rem\]{
		max-width: 22.5rem;
	}.md\:max-w-\[50\%\]{
		max-width: 50%;
	}.md\:max-w-sm{
		max-width: 24rem;
	}.md\:max-w-\[17\.5rem\]{
		max-width: 17.5rem;
	}.md\:max-w-xs{
		max-width: 20rem;
	}.md\:grid-rows-none{
		grid-template-rows: none;
	}.md\:flex-row{
		flex-direction: row;
	}.md\:flex-nowrap{
		flex-wrap: nowrap;
	}.md\:items-start{
		align-items: flex-start;
	}.md\:items-end{
		align-items: flex-end;
	}.md\:items-center{
		align-items: center;
	}.md\:justify-start{
		justify-content: flex-start;
	}.md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}.md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0.5rem * var(--tw-space-x-reverse));
		margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
	}.md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1rem * var(--tw-space-x-reverse));
		margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
	}.md\:divide-y > :not([hidden]) ~ :not([hidden]){
		--tw-divide-y-reverse: 0;
		border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
		border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
	}.md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
		border-color: var(--color-gray-200);
	}.md\:rounded{
		border-radius: 0.25rem;
	}.md\:rounded-md{
		border-radius: 0.375rem;
	}.md\:rounded-lg{
		border-radius: 0.5rem;
	}.md\:border-r{
		border-right-width: 1px;
	}.md\:border-gray-200{
		border-color: var(--color-gray-200);
	}.md\:p-6{
		padding: 1.5rem;
	}.md\:p-0{
		padding: 0px;
	}.md\:p-4{
		padding: 1rem;
	}.md\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}.md\:py-5{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}.md\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}.md\:py-2\.5{
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}.md\:py-2{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}.md\:py-3\.5{
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
	}.md\:py-3{
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}.md\:px-3{
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}.md\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}.md\:py-1{
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}.md\:pr-3{
		padding-right: 0.75rem;
	}.md\:pl-3{
		padding-left: 0.75rem;
	}.md\:pb-0{
		padding-bottom: 0px;
	}.md\:pb-5{
		padding-bottom: 1.25rem;
	}.md\:text-sm{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}.md\:text-xs{
		font-size: 0.75rem;
		line-height: 1rem;
	}.md\:font-bold{
		font-weight: 700;
	}.md\:font-normal{
		font-weight: 400;
	}.md\:leading-5{
		line-height: 1.25rem;
	}.md\:leading-none{
		line-height: 1;
	}.md\:text-gray-700{
		color: var(--color-gray-700);
	}
}@media (min-width: 1024px){.lg\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.DocumentDetailPanel__htmlContainer img{max-width:none}.DocumentDetailPanel__htmlContainer ul,.DocumentDetailPanel__htmlContainer ol{list-style:revert;padding:revert;margin:revert}

/*# sourceMappingURL=index.css.map*/