/* tailwind */

*, ::before, ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;
}/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*:where(.twp,.twp *),
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

.twp {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

.twp {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr:where(.twp,.twp *) {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

abbr:where([title]):where(.twp,.twp *) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1:where(.twp,.twp *),
h2:where(.twp,.twp *),
h3:where(.twp,.twp *),
h4:where(.twp,.twp *),
h5:where(.twp,.twp *),
h6:where(.twp,.twp *) {
  font-size: inherit;
  font-weight: inherit;
}

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

a:where(.twp,.twp *) {
  color: inherit;
  text-decoration: inherit;
}

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

b:where(.twp,.twp *),
strong:where(.twp,.twp *) {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code:where(.twp,.twp *),
kbd:where(.twp,.twp *),
samp:where(.twp,.twp *),
pre:where(.twp,.twp *) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small:where(.twp,.twp *) {
  font-size: 80%;
}

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

sub:where(.twp,.twp *),
sup:where(.twp,.twp *) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub:where(.twp,.twp *) {
  bottom: -0.25em;
}

sup:where(.twp,.twp *) {
  top: -0.5em;
}

/*
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)
3. Remove gaps between table borders by default.
*/

table:where(.twp,.twp *) {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

button:where(.twp,.twp *),
input:where(.twp,.twp *),
optgroup:where(.twp,.twp *),
select:where(.twp,.twp *),
textarea:where(.twp,.twp *) {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button:where(.twp,.twp *),
select:where(.twp,.twp *) {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button:where(.twp,.twp *),
input:where([type='button']):where(.twp,.twp *),
input:where([type='reset']):where(.twp,.twp *),
input:where([type='submit']):where(.twp,.twp *) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring:where(.twp,.twp *) {
  outline: auto;
}

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

:-moz-ui-invalid:where(.twp,.twp *) {
  box-shadow: none;
}

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

progress:where(.twp,.twp *) {
  vertical-align: baseline;
}

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

:where(.twp,.twp *) ::-webkit-inner-spin-button,
:where(.twp,.twp *) ::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search']:where(.twp,.twp *) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

:where(.twp,.twp *) ::-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.
*/

:where(.twp,.twp *) ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary:where(.twp,.twp *) {
  display: list-item;
}

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

blockquote:where(.twp,.twp *),
dl:where(.twp,.twp *),
dd:where(.twp,.twp *),
h1:where(.twp,.twp *),
h2:where(.twp,.twp *),
h3:where(.twp,.twp *),
h4:where(.twp,.twp *),
h5:where(.twp,.twp *),
h6:where(.twp,.twp *),
hr:where(.twp,.twp *),
figure:where(.twp,.twp *),
p:where(.twp,.twp *),
pre:where(.twp,.twp *) {
  margin: 0;
}

fieldset:where(.twp,.twp *) {
  margin: 0;
  padding: 0;
}

legend:where(.twp,.twp *) {
  padding: 0;
}

ol:where(.twp,.twp *),
ul:where(.twp,.twp *),
menu:where(.twp,.twp *) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog:where(.twp,.twp *) {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea:where(.twp,.twp *) {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

:where(.twp,.twp *) input::-moz-placeholder, :where(.twp,.twp *) textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

:where(.twp,.twp *) input::placeholder,
:where(.twp,.twp *) textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button:where(.twp,.twp *),
[role="button"]:where(.twp,.twp *) {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled:where(.twp,.twp *) {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img:where(.twp,.twp *),
svg:where(.twp,.twp *),
video:where(.twp,.twp *),
canvas:where(.twp,.twp *),
audio:where(.twp,.twp *),
iframe:where(.twp,.twp *),
embed:where(.twp,.twp *),
object:where(.twp,.twp *) {
  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:where(.twp,.twp *),
video:where(.twp,.twp *) {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])):where(.twp,.twp *) {
  display: none;
}

.tw-prose {
	color: var(--tw-prose-body);
	max-width: 65ch;
}

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

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

.tw-prose :where(a):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: var(--tw-prose-links);
	text-decoration: underline;
	font-weight: 500;
}

.tw-prose :where(strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: var(--tw-prose-bold);
	font-weight: 600;
}

.tw-prose :where(a strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: inherit;
}

.tw-prose :where(blockquote strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: inherit;
}

.tw-prose :where(thead th strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: inherit;
}

.tw-prose :where(ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	list-style-type: decimal;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-inline-start: 1.625em;
}

.tw-prose :where(ol[type="A"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	list-style-type: upper-alpha;
}

.tw-prose :where(ol[type="a"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	list-style-type: lower-alpha;
}

.tw-prose :where(ol[type="A" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	list-style-type: upper-alpha;
}

.tw-prose :where(ol[type="a" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	list-style-type: lower-alpha;
}

.tw-prose :where(ol[type="I"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	list-style-type: upper-roman;
}

.tw-prose :where(ol[type="i"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	list-style-type: lower-roman;
}

.tw-prose :where(ol[type="I" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	list-style-type: upper-roman;
}

.tw-prose :where(ol[type="i" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	list-style-type: lower-roman;
}

.tw-prose :where(ol[type="1"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	list-style-type: decimal;
}

.tw-prose :where(ul):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	list-style-type: disc;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-inline-start: 1.625em;
}

.tw-prose :where(ol > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::marker {
	font-weight: 400;
	color: var(--tw-prose-counters);
}

.tw-prose :where(ul > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::marker {
	color: var(--tw-prose-bullets);
}

.tw-prose :where(dt):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.25em;
}

.tw-prose :where(hr):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	border-color: var(--tw-prose-hr);
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}

.tw-prose :where(blockquote):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	font-weight: 500;
	font-style: italic;
	color: var(--tw-prose-quotes);
	border-inline-start-width: 0.25rem;
	border-inline-start-color: var(--tw-prose-quote-borders);
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-inline-start: 1em;
}

.tw-prose :where(blockquote p:first-of-type):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::before {
	content: open-quote;
}

.tw-prose :where(blockquote p:last-of-type):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::after {
	content: close-quote;
}

.tw-prose :where(h1):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}

.tw-prose :where(h1 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	font-weight: 900;
	color: inherit;
}

.tw-prose :where(h2):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}

.tw-prose :where(h2 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	font-weight: 800;
	color: inherit;
}

.tw-prose :where(h3):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}

.tw-prose :where(h3 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}

.tw-prose :where(h4):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.tw-prose :where(h4 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}

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

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

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

.tw-prose :where(kbd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	font-weight: 500;
	font-family: inherit;
	color: var(--tw-prose-kbd);
	box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
	font-size: 0.875em;
	border-radius: 0.3125rem;
	padding-top: 0.1875em;
	padding-inline-end: 0.375em;
	padding-bottom: 0.1875em;
	padding-inline-start: 0.375em;
}

.tw-prose :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: var(--tw-prose-code);
	font-weight: 600;
	font-size: 0.875em;
}

.tw-prose :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::before {
	content: "`";
}

.tw-prose :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::after {
	content: "`";
}

.tw-prose :where(a code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: inherit;
}

.tw-prose :where(h1 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: inherit;
}

.tw-prose :where(h2 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: inherit;
	font-size: 0.875em;
}

.tw-prose :where(h3 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: inherit;
	font-size: 0.9em;
}

.tw-prose :where(h4 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: inherit;
}

.tw-prose :where(blockquote code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: inherit;
}

.tw-prose :where(thead th code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: inherit;
}

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

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

.tw-prose :where(pre code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::before {
	content: none;
}

.tw-prose :where(pre code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::after {
	content: none;
}

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

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

.tw-prose :where(thead th):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	vertical-align: bottom;
	padding-inline-end: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-inline-start: 0.5714286em;
}

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

.tw-prose :where(tbody tr:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	border-bottom-width: 0;
}

.tw-prose :where(tbody td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	vertical-align: baseline;
}

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

.tw-prose :where(tfoot td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	vertical-align: top;
}

.tw-prose :where(th, td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	text-align: start;
}

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

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

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

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

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

.tw-prose :where(ol > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-inline-start: 0.375em;
}

.tw-prose :where(ul > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-inline-start: 0.375em;
}

.tw-prose :where(.tw-prose > ul > li p):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

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

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

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

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

.tw-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

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

.tw-prose :where(dd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	margin-top: 0.5em;
	padding-inline-start: 1.625em;
}

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

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

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

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

.tw-prose :where(thead th:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-inline-start: 0;
}

.tw-prose :where(thead th:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-inline-end: 0;
}

.tw-prose :where(tbody td, tfoot td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-top: 0.5714286em;
	padding-inline-end: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-inline-start: 0.5714286em;
}

.tw-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-inline-start: 0;
}

.tw-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-inline-end: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-prose-sm :where(kbd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	font-size: 0.8571429em;
	border-radius: 0.3125rem;
	padding-top: 0.1428571em;
	padding-inline-end: 0.3571429em;
	padding-bottom: 0.1428571em;
	padding-inline-start: 0.3571429em;
}

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

.tw-prose-sm :where(h2 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	font-size: 0.9em;
}

.tw-prose-sm :where(h3 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	font-size: 0.8888889em;
}

.tw-prose-sm :where(pre):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	font-size: 0.8571429em;
	line-height: 1.6666667;
	margin-top: 1.6666667em;
	margin-bottom: 1.6666667em;
	border-radius: 0.25rem;
	padding-top: 0.6666667em;
	padding-inline-end: 1em;
	padding-bottom: 0.6666667em;
	padding-inline-start: 1em;
}

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

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

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

.tw-prose-sm :where(ol > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-inline-start: 0.4285714em;
}

.tw-prose-sm :where(ul > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-inline-start: 0.4285714em;
}

.tw-prose-sm :where(.tw-prose-sm > ul > li p):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	margin-top: 0.5714286em;
	margin-bottom: 0.5714286em;
}

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

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

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

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

.tw-prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	margin-top: 0.5714286em;
	margin-bottom: 0.5714286em;
}

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

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

.tw-prose-sm :where(dd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	margin-top: 0.2857143em;
	padding-inline-start: 1.5714286em;
}

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

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

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

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

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

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

.tw-prose-sm :where(thead th):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-inline-end: 1em;
	padding-bottom: 0.6666667em;
	padding-inline-start: 1em;
}

.tw-prose-sm :where(thead th:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-inline-start: 0;
}

.tw-prose-sm :where(thead th:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-inline-end: 0;
}

.tw-prose-sm :where(tbody td, tfoot td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-top: 0.6666667em;
	padding-inline-end: 1em;
	padding-bottom: 0.6666667em;
	padding-inline-start: 1em;
}

.tw-prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-inline-start: 0;
}

.tw-prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
	padding-inline-end: 0;
}

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

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

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

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

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

.tw-prose-blue {
	--tw-prose-links: #2563eb;
	--tw-prose-invert-links: #3b82f6;
}

.tw-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.tw-pointer-events-none {
	pointer-events: none;
}

.tw-pointer-events-auto {
	pointer-events: auto;
}

.tw-invisible {
	visibility: hidden;
}

.\!tw-fixed {
	position: fixed !important;
}

.tw-fixed {
	position: fixed;
}

.tw-absolute {
	position: absolute;
}

.tw-relative {
	position: relative;
}

.tw-inset-0 {
	inset: 0px;
}

.-tw-left-1 {
	left: -0.25rem;
}

.-tw-top-1 {
	top: -0.25rem;
}

.tw-bottom-2 {
	bottom: 0.5rem;
}

.tw-bottom-4 {
	bottom: 1rem;
}

.tw-bottom-\[calc\(4rem\+1\.5rem\)\] {
	bottom: calc(4rem + 1.5rem);
}

.tw-left-0 {
	left: 0px;
}

.tw-left-0\.5 {
	left: 0.125rem;
}

.tw-left-12 {
	left: 3rem;
}

.tw-left-\[10px\] {
	left: 10px;
}

.tw-right-0 {
	right: 0px;
}

.tw-right-1 {
	right: 0.25rem;
}

.tw-right-2\.5 {
	right: 0.625rem;
}

.tw-right-4 {
	right: 1rem;
}

.tw-top-0 {
	top: 0px;
}

.tw-top-0\.5 {
	top: 0.125rem;
}

.tw-top-1 {
	top: 0.25rem;
}

.tw-top-20 {
	top: 5rem;
}

.tw-top-\[5px\] {
	top: 5px;
}

.tw-z-10 {
	z-index: 10;
}

.tw-z-\[100\] {
	z-index: 100;
}

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

.tw-z-\[9999\] {
	z-index: 9999;
}

.tw-m-0 {
	margin: 0px;
}

.tw-m-2 {
	margin: 0.5rem;
}

.tw-m-3 {
	margin: 0.75rem;
}

.tw-m-5 {
	margin: 1.25rem;
}

.tw-m-auto {
	margin: auto;
}

.tw-mx-1\.5 {
	margin-left: 0.375rem;
	margin-right: 0.375rem;
}

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

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

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

.tw-my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.tw-my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.tw-my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.tw--mt-0\.5 {
	margin-top: -0.125rem;
}

.tw--mt-px {
	margin-top: -1px;
}

.tw-mb-1 {
	margin-bottom: 0.25rem;
}

.tw-mb-1\.5 {
	margin-bottom: 0.375rem;
}

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

.tw-mb-3 {
	margin-bottom: 0.75rem;
}

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

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

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

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

.tw-mb-\[7\.5rem\] {
	margin-bottom: 7.5rem;
}

.tw-ml-2 {
	margin-left: 0.5rem;
}

.tw-ml-3 {
	margin-left: 0.75rem;
}

.tw-ml-6 {
	margin-left: 1.5rem;
}

.tw-ml-8 {
	margin-left: 2rem;
}

.tw-ml-\[0\.25rem\] {
	margin-left: 0.25rem;
}

.tw-ml-auto {
	margin-left: auto;
}

.tw-mr-10 {
	margin-right: 2.5rem;
}

.tw-mr-2 {
	margin-right: 0.5rem;
}

.tw-mr-4 {
	margin-right: 1rem;
}

.tw-mr-6 {
	margin-right: 1.5rem;
}

.tw-mr-7 {
	margin-right: 1.75rem;
}

.tw-mr-\[1\.5rem\] {
	margin-right: 1.5rem;
}

.tw-mt-0 {
	margin-top: 0px;
}

.tw-mt-0\.5 {
	margin-top: 0.125rem;
}

.tw-mt-1 {
	margin-top: 0.25rem;
}

.tw-mt-11 {
	margin-top: 2.75rem;
}

.tw-mt-2 {
	margin-top: 0.5rem;
}

.tw-mt-2\.5 {
	margin-top: 0.625rem;
}

.tw-mt-3 {
	margin-top: 0.75rem;
}

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

.tw-mt-7 {
	margin-top: 1.75rem;
}

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

.tw-mt-px {
	margin-top: 1px;
}

.tw-block {
	display: block;
}

.tw-inline-block {
	display: inline-block;
}

.tw-inline {
	display: inline;
}

.tw-flex {
	display: flex;
}

.tw-inline-flex {
	display: inline-flex;
}

.tw-grid {
	display: grid;
}

.tw-contents {
	display: contents;
}

.\!tw-hidden {
	display: none !important;
}

.tw-hidden {
	display: none;
}

.tw-h-10 {
	height: 2.5rem;
}

.tw-h-14 {
	height: 3.5rem;
}

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

.tw-h-3 {
	height: 0.75rem;
}

.tw-h-4 {
	height: 1rem;
}

.tw-h-4\/5 {
	height: 80%;
}

.tw-h-5 {
	height: 1.25rem;
}

.tw-h-6 {
	height: 1.5rem;
}

.tw-h-60 {
	height: 15rem;
}

.tw-h-7 {
	height: 1.75rem;
}

.tw-h-8 {
	height: 2rem;
}

.tw-h-\[74vh\] {
	height: 74vh;
}

.tw-h-full {
	height: 100%;
}

.tw-max-h-\[485px\] {
	max-height: 485px;
}

.tw-max-h-\[80\%\] {
	max-height: 80%;
}

.tw-min-h-\[234px\] {
	min-height: 234px;
}

.tw-w-0 {
	width: 0px;
}

.tw-w-10 {
	width: 2.5rem;
}

.tw-w-10\/12 {
	width: 83.333333%;
}

.tw-w-12 {
	width: 3rem;
}

.tw-w-14 {
	width: 3.5rem;
}

.tw-w-16 {
	width: 4rem;
}

.tw-w-3 {
	width: 0.75rem;
}

.tw-w-4 {
	width: 1rem;
}

.tw-w-4\/5 {
	width: 80%;
}

.tw-w-48 {
	width: 12rem;
}

.tw-w-5 {
	width: 1.25rem;
}

.tw-w-6 {
	width: 1.5rem;
}

.tw-w-60 {
	width: 15rem;
}

.tw-w-8 {
	width: 2rem;
}

.tw-w-80 {
	width: 20rem;
}

.tw-w-\[1\.75rem\] {
	width: 1.75rem;
}

.tw-w-\[33vw\] {
	width: 33vw;
}

.tw-w-\[50vw\] {
	width: 50vw;
}

.tw-w-full {
	width: 100%;
}

.tw-min-w-0 {
	min-width: 0px;
}

.tw-min-w-80 {
	min-width: 20rem;
}

.tw-min-w-\[540px\] {
	min-width: 540px;
}

.tw-max-w-2xl {
	max-width: 42rem;
}

.tw-max-w-4xl {
	max-width: 56rem;
}

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

.tw-max-w-full {
	max-width: 100%;
}

.tw-flex-1 {
	flex: 1 1;
}

.tw-flex-none {
	flex: none;
}

.tw-flex-shrink-0 {
	flex-shrink: 0;
}

.tw-shrink-0 {
	flex-shrink: 0;
}

.tw-flex-grow {
	flex-grow: 1;
}

.tw-grow {
	flex-grow: 1;
}

.tw--translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), 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-translate-x-1\/2 {
	--tw-translate-x: 50%;
	transform: translate(var(--tw-translate-x), 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-translate-x-4 {
	--tw-translate-x: 1rem;
	transform: translate(var(--tw-translate-x), 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-translate-x-5 {
	--tw-translate-x: 1.25rem;
	transform: translate(var(--tw-translate-x), 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-transform {
	transform: translate(var(--tw-translate-x), 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-cursor-pointer {
	cursor: pointer;
}

.tw-select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}

.tw-list-inside {
	list-style-position: inside;
}

.tw-list-disc {
	list-style-type: disc;
}

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

.tw-flex-row {
	flex-direction: row;
}

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

.tw-flex-wrap {
	flex-wrap: wrap;
}

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

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

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

.tw-justify-start {
	justify-content: flex-start;
}

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

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

.tw-justify-between {
	justify-content: space-between;
}

.tw-gap-1 {
	gap: 0.25rem;
}

.tw-gap-1\.5 {
	gap: 0.375rem;
}

.tw-gap-2 {
	gap: 0.5rem;
}

.tw-gap-3 {
	gap: 0.75rem;
}

.tw-gap-4 {
	gap: 1rem;
}

.tw-gap-5 {
	gap: 1.25rem;
}

.tw-gap-6 {
	gap: 1.5rem;
}

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

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

.tw-gap-y-2 {
	row-gap: 0.5rem;
}

.tw-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)));
}

.tw-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)));
}

.tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.tw-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));
}

.tw-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));
}

.tw-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));
}

.tw-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));
}

.tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.tw-overflow-auto {
	overflow: auto;
}

.tw-overflow-hidden {
	overflow: hidden;
}

.tw-overflow-x-auto {
	overflow-x: auto;
}

.tw-overflow-y-auto {
	overflow-y: auto;
}

.tw-overflow-x-hidden {
	overflow-x: hidden;
}

.tw-overflow-y-hidden {
	overflow-y: hidden;
}

.tw-whitespace-normal {
	white-space: normal;
}

.tw-whitespace-nowrap {
	white-space: nowrap;
}

.tw-whitespace-pre-wrap {
	white-space: pre-wrap;
}

.tw-break-words {
	overflow-wrap: break-word;
}

.tw-rounded {
	border-radius: 0.25rem;
}

.tw-rounded-2xl {
	border-radius: 1rem;
}

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

.tw-rounded-lg {
	border-radius: 0.5rem;
}

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

.tw-rounded-xl {
	border-radius: 0.75rem;
}

.tw-rounded-b {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.tw-rounded-b-lg {
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}

.tw-rounded-tl-lg {
	border-top-left-radius: 0.5rem;
}

.tw-rounded-tr-lg {
	border-top-right-radius: 0.5rem;
}

.tw-border {
	border-width: 1px;
}

.tw-border-0 {
	border-width: 0px;
}

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

.tw-border-r {
	border-right-width: 1px;
}

.tw-border-t {
	border-top-width: 1px;
}

.tw-border-t-4 {
	border-top-width: 4px;
}

.tw-border-none {
	border-style: none;
}

.tw-border-\[\#e5e7eb\] {
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

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

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

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

.tw-border-indigo-500 {
	--tw-border-opacity: 1;
	border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.tw-border-slate-300 {
	--tw-border-opacity: 1;
	border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.tw-bg-\[\#0a4272\] {
	--tw-bg-opacity: 1;
	background-color: rgb(10 66 114 / var(--tw-bg-opacity, 1));
}

.tw-bg-\[\#eef4f7\] {
	--tw-bg-opacity: 1;
	background-color: rgb(238 244 247 / var(--tw-bg-opacity, 1));
}

.tw-bg-\[\#fffafa\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 250 250 / var(--tw-bg-opacity, 1));
}

.tw-bg-\[midnightblue\] {
	--tw-bg-opacity: 1;
	background-color: rgb(25 25 112 / var(--tw-bg-opacity, 1));
}

.tw-bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.tw-bg-blue-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.tw-bg-blue-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.tw-bg-blue-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

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

.tw-bg-indigo-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.tw-bg-purple-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.tw-bg-red-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.tw-bg-slate-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.tw-bg-slate-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.tw-bg-slate-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

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

.tw-bg-white\/95 {
	background-color: rgb(255 255 255 / 0.95);
}

.tw-bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}

.tw-bg-none {
	background-image: none;
}

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

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

.tw-fill-current {
	fill: currentColor;
}

.tw-p-0 {
	padding: 0px;
}

.tw-p-0\.5 {
	padding: 0.125rem;
}

.tw-p-1 {
	padding: 0.25rem;
}

.tw-p-1\.5 {
	padding: 0.375rem;
}

.tw-p-2 {
	padding: 0.5rem;
}

.tw-p-2\.5 {
	padding: 0.625rem;
}

.tw-p-3 {
	padding: 0.75rem;
}

.tw-p-3\.5 {
	padding: 0.875rem;
}

.tw-p-4 {
	padding: 1rem;
}

.tw-p-5 {
	padding: 1.25rem;
}

.tw-p-6 {
	padding: 1.5rem;
}

.tw-p-8 {
	padding: 2rem;
}

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

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

.tw-px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

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

.tw-px-2\.5 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

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

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

.tw-px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

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

.tw-px-9 {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

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

.tw-py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

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

.tw-py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.tw-py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.tw-py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.tw-py-3\.5 {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}

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

.tw-py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.tw-pb-16 {
	padding-bottom: 4rem;
}

.tw-pb-2 {
	padding-bottom: 0.5rem;
}

.tw-pb-4 {
	padding-bottom: 1rem;
}

.tw-pb-6 {
	padding-bottom: 1.5rem;
}

.tw-pb-8 {
	padding-bottom: 2rem;
}

.tw-pb-\[1px\] {
	padding-bottom: 1px;
}

.tw-pb-\[5px\] {
	padding-bottom: 5px;
}

.tw-pr-10 {
	padding-right: 2.5rem;
}

.tw-pr-2 {
	padding-right: 0.5rem;
}

.tw-pt-0 {
	padding-top: 0px;
}

.tw-pt-4 {
	padding-top: 1rem;
}

.tw-pt-6 {
	padding-top: 1.5rem;
}

.tw-pt-8 {
	padding-top: 2rem;
}

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

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

.tw-text-justify {
	text-align: justify;
}

.tw-align-baseline {
	vertical-align: baseline;
}

.tw-font-sans {
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.\!tw-text-sm {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}

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

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

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

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

.tw-text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

.\!tw-font-medium {
	font-weight: 500 !important;
}

.tw-font-black {
	font-weight: 900;
}

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

.tw-font-extrabold {
	font-weight: 800;
}

.tw-font-medium {
	font-weight: 500;
}

.tw-font-normal {
	font-weight: 400;
}

.tw-font-semibold {
	font-weight: 600;
}

.tw-uppercase {
	text-transform: uppercase;
}

.tw-capitalize {
	text-transform: capitalize;
}

.tw-normal-case {
	text-transform: none;
}

.tw-italic {
	font-style: italic;
}

.tw-leading-3 {
	line-height: .75rem;
}

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

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

.tw-leading-none {
	line-height: 1;
}

.tw-leading-normal {
	line-height: 1.5;
}

.tw-leading-relaxed {
	line-height: 1.625;
}

.tw-tracking-normal {
	letter-spacing: 0em;
}

.tw-tracking-tight {
	letter-spacing: -0.025em;
}

.tw-tracking-wide {
	letter-spacing: 0.025em;
}

.\!tw-text-slate-700 {
	--tw-text-opacity: 1 !important;
	color: rgb(51 65 85 / var(--tw-text-opacity, 1)) !important;
}

.tw-text-\[\#616264\] {
	--tw-text-opacity: 1;
	color: rgb(97 98 100 / var(--tw-text-opacity, 1));
}

.tw-text-\[\#add8e6\] {
	--tw-text-opacity: 1;
	color: rgb(173 216 230 / var(--tw-text-opacity, 1));
}

.tw-text-\[\#f9fafb\] {
	--tw-text-opacity: 1;
	color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.tw-text-black {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.tw-text-blue-600 {
	--tw-text-opacity: 1;
	color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.tw-text-blue-700 {
	--tw-text-opacity: 1;
	color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.tw-text-blue-900 {
	--tw-text-opacity: 1;
	color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.tw-text-gray-900 {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.tw-text-green-300 {
	--tw-text-opacity: 1;
	color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.tw-text-lexis-blue {
	--tw-text-opacity: 1;
	color: rgb(0 23 46 / var(--tw-text-opacity, 1));
}

.tw-text-lexis-red {
	--tw-text-opacity: 1;
	color: rgb(232 23 31 / var(--tw-text-opacity, 1));
}

.tw-text-red-500 {
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.tw-text-red-700 {
	--tw-text-opacity: 1;
	color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.tw-text-sky-500 {
	--tw-text-opacity: 1;
	color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.tw-text-slate-200 {
	--tw-text-opacity: 1;
	color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.tw-text-slate-500 {
	--tw-text-opacity: 1;
	color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.tw-text-slate-600 {
	--tw-text-opacity: 1;
	color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.tw-text-slate-700 {
	--tw-text-opacity: 1;
	color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.tw-text-slate-800 {
	--tw-text-opacity: 1;
	color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

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

.tw-text-yellow-400 {
	--tw-text-opacity: 1;
	color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.tw-underline {
	text-decoration-line: underline;
}

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

.tw-opacity-0 {
	opacity: 0;
}

.tw-opacity-100 {
	opacity: 1;
}

.tw-opacity-75 {
	opacity: 0.75;
}

.tw-shadow {
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-inner {
	--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.tw-shadow-md {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.tw-outline-gray-400 {
	outline-color: #9ca3af;
}

.tw-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);
}

.tw-ring-black {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.tw-ring-opacity-5 {
	--tw-ring-opacity: 0.05;
}

.tw-transition {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.tw-transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.tw-transition-colors {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.tw-transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.tw-transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.tw-duration-200 {
	transition-duration: 200ms;
}

.tw-duration-300 {
	transition-duration: 300ms;
}

.tw-duration-500 {
	transition-duration: 500ms;
}

.tw-ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[a-zA-Z\:_\] {
	a-z-a--z: ;
}

#ModalSuggestTags h3,
.h3 {
	font-size: 24px;
}

#ModalSuggestTags ul {
	margin-top: 0;
	margin-bottom: 10px;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-header {
	color: #fff;
	background-color: #697491;
	border-color: #808cac;
}

.btn-link {
	font-weight: normal;
	color: #697491;
	cursor: pointer;
	border-radius: 0;
}

.btn-simple {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	border-radius: 2px;
}

.btn-primary {
	color: #fff;
	background-color: #697491;
	border-color: #808cac;
}

.btn-success {
	color: #fff !important;
	background-color: #5cb85c !important;
	border-color: #4cae4c !important;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

a {
	color: #428bca;
	text-decoration: none;
}

.revert-tailwind {
	all: initial;
}

.revert-tailwind>* {
	all: revert;
}

.ant-drawer-body ol,
.ant-drawer-body ul,
menu {
	list-style: unset;
	padding: revert;
}

html {
	font-size: 100% !important;
}

.collapse {
	visibility: inherit;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	z-index: 999 !important;
}

.ant-layout-content .leading-3 {
	line-height: inherit;
}

.ant-layout-content .open-close-button {
	position: relative;
	right: 25px;

}

.container {
	max-width: 100%;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}

::-webkit-scrollbar-track:hover {
	background-color: #f2f2f2;
}

::-webkit-scrollbar-corner {
	background-color: transparent;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

pre:has(div.codeblock) {
	padding: 0;
}

.before\:tw-h-3::before {
	content: var(--tw-content);
	height: 0.75rem;
}

.before\:tw-w-3::before {
	content: var(--tw-content);
	width: 0.75rem;
}

.before\:tw-rounded-full::before {
	content: var(--tw-content);
	border-radius: 9999px;
}

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

.before\:tw-shadow::before {
	content: var(--tw-content);
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.before\:tw-transition-transform::before {
	content: var(--tw-content);
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.before\:tw-duration-300::before {
	content: var(--tw-content);
	transition-duration: 300ms;
}

.hover\:tw-bg-blue-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-blue-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

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

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

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

.hover\:tw-bg-slate-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-slate-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-slate-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

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

.hover\:\!tw-text-lexis-red:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(232 23 31 / var(--tw-text-opacity, 1)) !important;
}

.hover\:tw-text-blue-600:hover {
	--tw-text-opacity: 1;
	color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

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

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

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

.hover\:tw-text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:tw-text-lexis-blue:hover {
	--tw-text-opacity: 1;
	color: rgb(0 23 46 / var(--tw-text-opacity, 1));
}

.hover\:tw-text-pink-500:hover {
	--tw-text-opacity: 1;
	color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.hover\:tw-text-slate-100:hover {
	--tw-text-opacity: 1;
	color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.hover\:tw-text-slate-200:hover {
	--tw-text-opacity: 1;
	color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

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

.hover\:tw-opacity-80:hover {
	opacity: 0.8;
}

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

.focus\:tw-outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:tw-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\:tw-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\:tw-ring-4: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(4px + 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\:tw-ring-blue-300:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.focus\:tw-ring-blue-400:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

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

.focus\:tw-ring-blue-600:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}

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

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

.focus\:tw-ring-offset-1:focus {
	--tw-ring-offset-width: 1px;
}

.focus\:tw-ring-offset-2:focus {
	--tw-ring-offset-width: 2px;
}

.focus\:tw-ring-offset-\[\#0a4272\]:focus {
	--tw-ring-offset-color: #0a4272;
}

.focus\:tw-ring-offset-white:focus {
	--tw-ring-offset-color: #fff;
}

.disabled\:tw-pointer-events-none:disabled {
	pointer-events: none;
}

.disabled\:tw-opacity-50:disabled {
	opacity: 0.5;
}

.tw-group:hover .group-hover\:tw-opacity-100 {
	opacity: 1;
}

.tw-peer:checked ~ .peer-checked\:tw-bg-green-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.tw-peer:checked ~ .peer-checked\:before\:tw-translate-x-full::before {
	content: var(--tw-content);
	--tw-translate-x: 100%;
	transform: translate(var(--tw-translate-x), 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-peer:focus-visible ~ .peer-focus-visible\:tw-outline {
	outline-style: solid;
}

.tw-peer:focus-visible ~ .peer-focus-visible\:tw-outline-offset-2 {
	outline-offset: 2px;
}

.tw-peer:focus-visible ~ .peer-focus-visible\:tw-outline-gray-400 {
	outline-color: #9ca3af;
}

.tw-peer:checked:focus-visible ~ .peer-checked\:peer-focus-visible\:tw-outline-green-500 {
	outline-color: #22c55e;
}

.dark\:tw-divide-gray-600:is(.tw-dark *) > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
}

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

.dark\:tw-border-slate-600:is(.tw-dark *) {
	--tw-border-opacity: 1;
	border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.dark\:tw-border-slate-700:is(.tw-dark *) {
	--tw-border-opacity: 1;
	border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.dark\:\!tw-bg-lexis-light-blue:is(.tw-dark *) {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(100 111 140 / var(--tw-bg-opacity, 1)) !important;
}

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

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

.dark\:tw-bg-slate-800:is(.tw-dark *) {
	--tw-bg-opacity: 1;
	background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.dark\:tw-bg-slate-900:is(.tw-dark *) {
	--tw-bg-opacity: 1;
	background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.dark\:\!tw-text-slate-200:is(.tw-dark *) {
	--tw-text-opacity: 1 !important;
	color: rgb(226 232 240 / var(--tw-text-opacity, 1)) !important;
}

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

.dark\:tw-text-black:is(.tw-dark *) {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

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

.dark\:tw-text-lexis-blue:is(.tw-dark *) {
	--tw-text-opacity: 1;
	color: rgb(0 23 46 / var(--tw-text-opacity, 1));
}

.dark\:tw-text-red-400:is(.tw-dark *) {
	--tw-text-opacity: 1;
	color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.dark\:tw-text-slate-200:is(.tw-dark *) {
	--tw-text-opacity: 1;
	color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.dark\:tw-text-slate-300:is(.tw-dark *) {
	--tw-text-opacity: 1;
	color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.dark\:tw-text-slate-400:is(.tw-dark *) {
	--tw-text-opacity: 1;
	color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.dark\:tw-text-slate-900:is(.tw-dark *) {
	--tw-text-opacity: 1;
	color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.dark\:tw-text-white:is(.tw-dark *) {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:tw-placeholder-gray-400:is(.tw-dark *)::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.dark\:tw-placeholder-gray-400:is(.tw-dark *)::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.dark\:tw-opacity-50:is(.tw-dark *) {
	opacity: 0.5;
}

.dark\:hover\:tw-bg-blue-600:hover:is(.tw-dark *) {
	--tw-bg-opacity: 1;
	background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

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

.dark\:hover\:tw-bg-slate-800:hover:is(.tw-dark *) {
	--tw-bg-opacity: 1;
	background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:tw-text-blue-600:hover:is(.tw-dark *) {
	--tw-text-opacity: 1;
	color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.dark\:hover\:tw-text-slate-50:hover:is(.tw-dark *) {
	--tw-text-opacity: 1;
	color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

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

.dark\:focus\:tw-border-blue-500:focus:is(.tw-dark *) {
	--tw-border-opacity: 1;
	border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.dark\:focus\:tw-ring-blue-500:focus:is(.tw-dark *) {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.dark\:focus\:tw-ring-offset-gray-800:focus:is(.tw-dark *) {
	--tw-ring-offset-color: #1f2937;
}

@media (min-width: 640px) {

	.sm\:tw-left-16 {
		left: 4rem;
	}

	.sm\:tw-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.sm\:tw-w-16 {
		width: 4rem;
	}

	.sm\:tw-w-full {
		width: 100%;
	}

	.sm\:tw-divide-x > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-x-reverse: 0;
		border-right-width: calc(1px * var(--tw-divide-x-reverse));
		border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
	}

	.sm\:tw-p-2 {
		padding: 0.5rem;
	}

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

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

@media (min-width: 768px) {

	.md\:tw-block {
		display: block;
	}

	.md\:tw-pl-0 {
		padding-left: 0px;
	}

	.md\:tw-pr-4 {
		padding-right: 1rem;
	}

	.md\:tw-opacity-0 {
		opacity: 0;
	}
}

@media (min-width: 1024px) {

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

	.lg\:tw-col-span-3 {
		grid-column: span 3 / span 3;
	}

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

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

@media (min-width: 640px) {

	.sm\:rtl\:tw-divide-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-x-reverse: 1;
	}
}


/*# sourceMappingURL=tailwind_pack-fc563c2b.css.map*/