@tailwind base;
@tailwind components;
@tailwind utilities;

/* Custom */
.bg-success {
	--tw-bg-opacity: 1;
	background-color: rgb(240 248 235 / var(--tw-bg-opacity));
}
.bg-error {
	--tw-bg-opacity: 1;
	background-color: rgb(245 229 231 / var(--tw-bg-opacity));
}
.text-success {
	--tw-text-opacity: 1;
	color: rgb(108 183 62 / var(--tw-text-opacity));
}
.text-error {
	--tw-text-opacity: 1;
	color: rgb(156 0 22 / var(--tw-text-opacity));
}


pre {
	border-radius: 0.25rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
	overflow-x: auto;
}
pre code.torchlight {
	display: block;
	min-width: -moz-max-content;
	min-width: max-content;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
pre code.torchlight .line {
	padding-left: 1rem;
	padding-right: 1rem;
}
pre code.torchlight .line-number,
pre code.torchlight .summary-caret {
	margin-right: 1rem;
}
.dark .flow pre code[data-theme="light"],
.light .flow pre code[data-theme="dark"] {
	display: none;
}
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
	border: 0 solid #eaeaea;
	box-sizing: border-box;
}
:after,
:before {
	--tw-content: "";
}
html {
	-webkit-text-size-adjust: 100%;
	font-feature-settings: normal;
	font-family: Inter, sans-serif;
	font-variation-settings: normal;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}
body {
	line-height: inherit;
	margin: 0;
}
hr {
	border-top-width: 1px;
	color: inherit;
	height: 0;
}
abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}
a {
	color: inherit;
	text-decoration: inherit;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
pre,
samp {
	font-family: IBM Plex Mono, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
table {
	border-collapse: collapse;
	border-color: inherit;
	text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
	font-feature-settings: inherit;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-variation-settings: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}
button,
select {
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}
:-moz-focusring {
	outline: auto;
}
:-moz-ui-invalid {
	box-shadow: none;
}
progress {
	vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0;
}
fieldset {
	margin: 0;
}
fieldset,
legend {
	padding: 0;
}
menu,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
dialog {
	padding: 0;
}
textarea {
	resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #888;
	opacity: 1;
}
input::placeholder,
textarea::placeholder {
	color: #888;
	opacity: 1;
}
[role="button"],
button {
	cursor: pointer;
}
:disabled {
	cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: block;
	vertical-align: middle;
}
img,
video {
	height: auto;
	max-width: 100%;
}
[hidden] {
	display: none;
}
[multiple],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
	--tw-shadow: 0 0 #0000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-color: #666;
	border-radius: 0;
	border-width: 1px;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0.5rem 0.75rem;
}
[multiple]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
select:focus,
textarea:focus {
	--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);
	border-color: #2563eb;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #666;
	opacity: 1;
}
input::placeholder,
textarea::placeholder {
	color: #666;
	opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}
::-webkit-date-and-time-value {
	min-height: 1.5em;
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-year-field {
	padding-bottom: 0;
	padding-top: 0;
}
select {
	color-adjust: exact;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%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;
}
[multiple] {
	color-adjust: unset;
	background-image: none;
	background-position: 0 0;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
}
[type="checkbox"],
[type="radio"] {
	color-adjust: exact;
	--tw-shadow: 0 0 #0000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-origin: border-box;
	border-color: #666;
	border-width: 1px;
	color: #2563eb;
	display: inline-block;
	flex-shrink: 0;
	height: 1rem;
	padding: 0;
	-webkit-print-color-adjust: exact;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
	width: 1rem;
}
[type="checkbox"] {
	border-radius: 0;
}
[type="radio"] {
	border-radius: 100%;
}
[type="checkbox"]:focus,
[type="radio"]:focus {
	--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);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
[type="checkbox"]:checked,
[type="radio"]:checked {
	background-color: currentColor;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-color: transparent;
}
[type="checkbox"]:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
}
[type="radio"]:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
}
[type="checkbox"]:checked:focus,
[type="checkbox"]:checked:hover,
[type="radio"]:checked:focus,
[type="radio"]:checked:hover {
	background-color: currentColor;
	border-color: transparent;
}
[type="checkbox"]:indeterminate {
	background-color: currentColor;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-color: transparent;
}
[type="checkbox"]:indeterminate:focus,
[type="checkbox"]:indeterminate:hover {
	background-color: currentColor;
	border-color: transparent;
}
[type="file"] {
	background: unset;
	border-color: inherit;
	border-radius: 0;
	border-width: 0;
	font-size: unset;
	line-height: inherit;
	padding: 0;
}
[type="file"]:focus {
	outline: 1px auto -webkit-focus-ring-color;
}
*,
:after,
:before {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-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: 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-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: ;
}
::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: 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-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: ;
}
.container {
	width: 100%;
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}
.prose {
	color: var(--tw-prose-body);
	max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
}
.prose
	:where([class~="lead"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: var(--tw-prose-lead);
	font-size: 1.25em;
	line-height: 1.6;
	margin-bottom: 1.2em;
	margin-top: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-links);
	font-weight: 500;
	text-decoration: underline;
}
.prose
	:where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-bold);
	font-weight: 600;
}
.prose
	:where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
}
.prose
	:where(blockquote strong):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: inherit;
}
.prose
	:where(thead th strong):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	list-style-type: decimal;
	margin-bottom: 1.25em;
	margin-top: 1.25em;
	padding-left: 1.625em;
}
.prose
	:where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *))
	li:before {
	color: #666;
}
.prose
	:where(ol[type="A"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: upper-alpha;
}
.prose
	:where(ol[type="a"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: lower-alpha;
}
.prose
	:where(ol[type="A s"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: upper-alpha;
}
.prose
	:where(ol[type="a s"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: lower-alpha;
}
.prose
	:where(ol[type="I"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: upper-roman;
}
.prose
	:where(ol[type="i"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: lower-roman;
}
.prose
	:where(ol[type="I s"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: upper-roman;
}
.prose
	:where(ol[type="i s"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: lower-roman;
}
.prose
	:where(ol[type="1"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	list-style-type: disc;
	margin-bottom: 1.25em;
	margin-top: 1.25em;
	padding-left: 1.625em;
}
.prose
	:where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *))
	li:before {
	background-color: #666;
}
.prose
	:where(ol > li):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	)::marker {
	color: var(--tw-prose-counters);
	font-weight: 400;
}
.prose
	:where(ul > li):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	)::marker {
	color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-color: var(--tw-prose-hr);
	border-top-width: 1px;
	margin-bottom: 3em;
	margin-top: 3em;
}
.prose
	:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-left-color: var(--tw-prose-quote-borders);
	border-left-width: 0.25rem;
	color: var(--tw-prose-quotes);
	font-style: italic;
	font-weight: 500;
	margin-bottom: 1.6em;
	margin-top: 1.6em;
	padding-left: 1em;
	quotes: "\201C""\201D""\2018""\2019";
}
.prose
	:where(blockquote p:first-of-type):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	):before {
	content: open-quote;
}
.prose
	:where(blockquote p:last-of-type):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	):after {
	content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-size: 2.25em;
	font-weight: 800;
	line-height: 1.1111111;
	margin-bottom: 0.8888889em;
	margin-top: 0;
}
.prose
	:where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
	font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.3333333;
	margin-bottom: 1em;
	margin-top: 2em;
}
.prose
	:where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
	font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 0.6em;
	margin-top: 1.6em;
}
.prose
	:where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
	font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}
.prose
	:where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
	font-weight: 700;
}
.prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 2em;
	margin-top: 2em;
}
.prose
	:where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	display: block;
	margin-bottom: 2em;
	margin-top: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-radius: 0.3125rem;
	box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),
		0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
	color: var(--tw-prose-kbd);
	font-family: inherit;
	font-size: 0.875em;
	font-weight: 500;
	padding: 0.1875em 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-code);
	font-size: 0.875em;
	font-weight: 600;
}
.prose
	:where(code):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	):before {
	content: "`";
}
.prose
	:where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
	content: "`";
}
.prose
	:where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
}
.prose
	:where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
}
.prose
	:where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.875em;
}
.prose
	:where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.9em;
}
.prose
	:where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
}
.prose
	:where(blockquote code):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: inherit;
}
.prose
	:where(thead th code):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	background-color: var(--tw-prose-pre-bg);
	border-radius: 0.375rem;
	color: var(--tw-prose-pre-code);
	font-size: 0.875em;
	font-weight: 400;
	line-height: 1.7142857;
	margin-bottom: 1.7142857em;
	margin-top: 1.7142857em;
	overflow-x: auto;
	padding: 0.8571429em 1.1428571em;
}
.prose
	:where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	background-color: transparent;
	border-radius: 0;
	border-width: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
}
.prose
	:where(pre code):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	):before {
	content: none;
}
.prose
	:where(pre code):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	):after {
	content: none;
}
.prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-bottom: 2em;
	margin-top: 2em;
	table-layout: auto;
	text-align: left;
	width: 100%;
}
.prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-bottom-color: var(--tw-prose-th-borders);
	border-bottom-width: 1px;
}
.prose
	:where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
	padding-right: 0.5714286em;
	vertical-align: bottom;
}
.prose
	:where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-bottom-color: var(--tw-prose-td-borders);
	border-bottom-width: 1px;
}
.prose
	:where(tbody tr:last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	border-bottom-width: 0;
}
.prose
	:where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-top-color: var(--tw-prose-th-borders);
	border-top-width: 1px;
}
.prose
	:where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	vertical-align: top;
}
.prose
	:where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 0;
	margin-top: 0;
}
.prose
	:where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-captions);
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose {
	--tw-prose-body: #333;
	--tw-prose-headings: #111827;
	--tw-prose-lead: #4b5563;
	--tw-prose-links: #111827;
	--tw-prose-bold: #111827;
	--tw-prose-counters: #6b7280;
	--tw-prose-bullets: #d1d5db;
	--tw-prose-hr: #e5e7eb;
	--tw-prose-quotes: #111827;
	--tw-prose-quote-borders: #e5e7eb;
	--tw-prose-captions: #6b7280;
	--tw-prose-kbd: #111827;
	--tw-prose-kbd-shadows: 17 24 39;
	--tw-prose-code: #111827;
	--tw-prose-pre-code: #e5e7eb;
	--tw-prose-pre-bg: #1f2937;
	--tw-prose-th-borders: #d1d5db;
	--tw-prose-td-borders: #e5e7eb;
	--tw-prose-invert-body: #d1d5db;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #9ca3af;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #9ca3af;
	--tw-prose-invert-bullets: #4b5563;
	--tw-prose-invert-hr: #374151;
	--tw-prose-invert-quotes: #f3f4f6;
	--tw-prose-invert-quote-borders: #374151;
	--tw-prose-invert-captions: #9ca3af;
	--tw-prose-invert-kbd: #fff;
	--tw-prose-invert-kbd-shadows: 255 255 255;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75;
}
.prose
	:where(picture > img):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0;
	margin-top: 0;
}
.prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 2em;
	margin-top: 2em;
}
.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.prose
	:where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	padding-left: 0.375em;
}
.prose
	:where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	padding-left: 0.375em;
}
.prose
	:where(.prose > ul > li p):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0.75em;
	margin-top: 0.75em;
}
.prose
	:where(.prose > ul > li > :first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-top: 1.25em;
}
.prose
	:where(.prose > ul > li > :last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 1.25em;
}
.prose
	:where(.prose > ol > li > :first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-top: 1.25em;
}
.prose
	:where(.prose > ol > li > :last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 1.25em;
}
.prose
	:where(ul ul, ul ol, ol ul, ol ol):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0.75em;
	margin-top: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0.5em;
	padding-left: 1.625em;
}
.prose
	:where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0;
}
.prose
	:where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0;
}
.prose
	:where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0;
}
.prose
	:where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0;
}
.prose
	:where(thead th:first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-left: 0;
}
.prose
	:where(thead th:last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-right: 0;
}
.prose
	:where(tbody td, tfoot td):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding: 0.5714286em;
}
.prose
	:where(tbody td:first-child, tfoot td:first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-left: 0;
}
.prose
	:where(tbody td:last-child, tfoot td:last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-right: 0;
}
.prose
	:where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 2em;
	margin-top: 2em;
}
.prose
	:where(.prose > :first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-top: 0;
}
.prose
	:where(.prose > :last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0;
}
.prose-lg {
	font-size: 1.125rem;
	line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 1.3333333em;
	margin-top: 1.3333333em;
}
.prose-lg
	:where([class~="lead"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	font-size: 1.2222222em;
	line-height: 1.4545455;
	margin-bottom: 1.0909091em;
	margin-top: 1.0909091em;
}
.prose-lg
	:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 1.6666667em;
	margin-top: 1.6666667em;
	padding-left: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	font-size: 2.6666667em;
	line-height: 1;
	margin-bottom: 0.8333333em;
	margin-top: 0;
}
.prose-lg :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	font-size: 1.6666667em;
	line-height: 1.3333333;
	margin-bottom: 1.0666667em;
	margin-top: 1.8666667em;
}
.prose-lg :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	font-size: 1.3333333em;
	line-height: 1.5;
	margin-bottom: 0.6666667em;
	margin-top: 1.6666667em;
}
.prose-lg :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	line-height: 1.5555556;
	margin-bottom: 0.4444444em;
	margin-top: 1.7777778em;
}
.prose-lg
	:where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 1.7777778em;
	margin-top: 1.7777778em;
}
.prose-lg
	:where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 1.7777778em;
	margin-top: 1.7777778em;
}
.prose-lg
	:where(picture > img):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0;
	margin-top: 0;
}
.prose-lg
	:where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 1.7777778em;
	margin-top: 1.7777778em;
}
.prose-lg
	:where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-radius: 0.3125rem;
	font-size: 0.8888889em;
	padding: 0.2222222em 0.4444444em;
}
.prose-lg
	:where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	font-size: 0.8888889em;
}
.prose-lg
	:where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	font-size: 0.8666667em;
}
.prose-lg
	:where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	font-size: 0.875em;
}
.prose-lg
	:where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-radius: 0.375rem;
	font-size: 0.8888889em;
	line-height: 1.75;
	margin-bottom: 2em;
	margin-top: 2em;
	padding: 1em 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 1.3333333em;
	margin-top: 1.3333333em;
	padding-left: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 1.3333333em;
	margin-top: 1.3333333em;
	padding-left: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 0.6666667em;
	margin-top: 0.6666667em;
}
.prose-lg
	:where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	padding-left: 0.4444444em;
}
.prose-lg
	:where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	padding-left: 0.4444444em;
}
.prose-lg
	:where(.prose-lg > ul > li p):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0.8888889em;
	margin-top: 0.8888889em;
}
.prose-lg
	:where(.prose-lg > ul > li > :first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-top: 1.3333333em;
}
.prose-lg
	:where(.prose-lg > ul > li > :last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 1.3333333em;
}
.prose-lg
	:where(.prose-lg > ol > li > :first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-top: 1.3333333em;
}
.prose-lg
	:where(.prose-lg > ol > li > :last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 1.3333333em;
}
.prose-lg
	:where(ul ul, ul ol, ol ul, ol ol):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0.8888889em;
	margin-top: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 1.3333333em;
	margin-top: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0.6666667em;
	padding-left: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 3.1111111em;
	margin-top: 3.1111111em;
}
.prose-lg
	:where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0;
}
.prose-lg
	:where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0;
}
.prose-lg
	:where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0;
}
.prose-lg
	:where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0;
}
.prose-lg
	:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	font-size: 0.8888889em;
	line-height: 1.5;
}
.prose-lg
	:where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	padding-bottom: 0.75em;
	padding-left: 0.75em;
	padding-right: 0.75em;
}
.prose-lg
	:where(thead th:first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-left: 0;
}
.prose-lg
	:where(thead th:last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-right: 0;
}
.prose-lg
	:where(tbody td, tfoot td):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding: 0.75em;
}
.prose-lg
	:where(tbody td:first-child, tfoot td:first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-left: 0;
}
.prose-lg
	:where(tbody td:last-child, tfoot td:last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-right: 0;
}
.prose-lg
	:where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 1.7777778em;
	margin-top: 1.7777778em;
}
.prose-lg
	:where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 0;
	margin-top: 0;
}
.prose-lg
	:where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	font-size: 0.8888889em;
	line-height: 1.5;
	margin-top: 1em;
}
.prose-lg
	:where(.prose-lg > :first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-top: 0;
}
.prose-lg
	:where(.prose-lg > :last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0;
}
.aspect-h-9 {
	--tw-aspect-h: 9;
}
.aspect-w-16 {
	--tw-aspect-w: 16;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	position: relative;
}
.aspect-w-16 > * {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.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;
}
.flow {
	color: var(--tw-prose-body);
}
.flow :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
}
.flow
	:where([class~="lead"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: var(--tw-prose-lead);
	font-size: 1.25em;
	line-height: 1.6;
	margin-bottom: 1.2em;
	margin-top: 1.2em;
}
.flow :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-links);
	font-weight: 500;
	text-decoration: underline;
}
.flow :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-bold);
	font-weight: 600;
}
.flow
	:where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
}
.flow
	:where(blockquote strong):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: inherit;
}
.flow
	:where(thead th strong):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: inherit;
}
.flow :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	list-style-type: decimal;
	margin-bottom: 1.25em;
	margin-top: 1.25em;
	padding-left: 1.625em;
}
.flow
	:where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *))
	li:before {
	color: #666;
}
.flow
	:where(ol[type="A"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: upper-alpha;
}
.flow
	:where(ol[type="a"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: lower-alpha;
}
.flow
	:where(ol[type="A s"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: upper-alpha;
}
.flow
	:where(ol[type="a s"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: lower-alpha;
}
.flow
	:where(ol[type="I"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: upper-roman;
}
.flow
	:where(ol[type="i"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: lower-roman;
}
.flow
	:where(ol[type="I s"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: upper-roman;
}
.flow
	:where(ol[type="i s"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: lower-roman;
}
.flow
	:where(ol[type="1"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: decimal;
}
.flow :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	list-style-type: disc;
	margin-bottom: 1.25em;
	margin-top: 1.25em;
	padding-left: 1.625em;
}
.flow
	:where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *))
	li:before {
	background-color: #666;
}
.flow
	:where(ol > li):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	)::marker {
	color: var(--tw-prose-counters);
	font-weight: 400;
}
.flow
	:where(ul > li):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	)::marker {
	color: var(--tw-prose-bullets);
}
.flow :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.25em;
}
.flow :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-color: var(--tw-prose-hr);
	border-top-width: 1px;
	margin-bottom: 3em;
	margin-top: 3em;
}
.flow
	:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-left-color: var(--tw-prose-quote-borders);
	border-left-width: 0.25rem;
	color: var(--tw-prose-quotes);
	font-style: italic;
	font-weight: 500;
	margin-bottom: 1.6em;
	margin-top: 1.6em;
	padding-left: 1em;
	quotes: "\201C""\201D""\2018""\2019";
}
.flow
	:where(blockquote p:first-of-type):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	):before {
	content: open-quote;
}
.flow
	:where(blockquote p:last-of-type):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	):after {
	content: close-quote;
}
.flow :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-size: 2.25em;
	font-weight: 800;
	line-height: 1.1111111;
	margin-bottom: 0.8888889em;
	margin-top: 0;
}
.flow
	:where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
	font-weight: 900;
}
.flow :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.3333333;
	margin-bottom: 1em;
	margin-top: 2em;
}
.flow
	:where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
	font-weight: 800;
}
.flow :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 0.6em;
	margin-top: 1.6em;
}
.flow
	:where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
	font-weight: 700;
}
.flow :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}
.flow
	:where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
	font-weight: 700;
}
.flow :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 2em;
	margin-top: 2em;
}
.flow
	:where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	display: block;
	margin-bottom: 2em;
	margin-top: 2em;
}
.flow :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-radius: 0.3125rem;
	box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),
		0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
	color: var(--tw-prose-kbd);
	font-family: inherit;
	font-size: 0.875em;
	font-weight: 500;
	padding: 0.1875em 0.375em;
}
.flow :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-code);
	font-size: 0.875em;
	font-weight: 600;
}
.flow
	:where(code):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	):before {
	content: "`";
}
.flow
	:where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
	content: "`";
}
.flow :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
}
.flow
	:where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
}
.flow
	:where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.875em;
}
.flow
	:where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.9em;
}
.flow
	:where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
}
.flow
	:where(blockquote code):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: inherit;
}
.flow
	:where(thead th code):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: inherit;
}
.flow :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	background-color: var(--tw-prose-pre-bg);
	border-radius: 0.375rem;
	color: var(--tw-prose-pre-code);
	font-size: 0.875em;
	font-weight: 400;
	line-height: 1.7142857;
	margin-bottom: 1.7142857em;
	margin-top: 1.7142857em;
	overflow-x: auto;
	padding: 0.8571429em 1.1428571em;
}
.flow
	:where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	background-color: transparent;
	border-radius: 0;
	border-width: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
}
.flow
	:where(pre code):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	):before {
	content: none;
}
.flow
	:where(pre code):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	):after {
	content: none;
}
.flow :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-bottom: 2em;
	margin-top: 2em;
	table-layout: auto;
	text-align: left;
	width: 100%;
}
.flow :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-bottom-color: var(--tw-prose-th-borders);
	border-bottom-width: 1px;
}
.flow
	:where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
	padding-right: 0.5714286em;
	vertical-align: bottom;
}
.flow
	:where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-bottom-color: var(--tw-prose-td-borders);
	border-bottom-width: 1px;
}
.flow
	:where(tbody tr:last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	border-bottom-width: 0;
}
.flow
	:where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	vertical-align: baseline;
}
.flow :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-top-color: var(--tw-prose-th-borders);
	border-top-width: 1px;
}
.flow
	:where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	vertical-align: top;
}
.flow
	:where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 0;
	margin-top: 0;
}
.flow
	:where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-captions);
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.flow {
	--tw-prose-body: #333;
	--tw-prose-headings: #111827;
	--tw-prose-lead: #4b5563;
	--tw-prose-links: #111827;
	--tw-prose-bold: #111827;
	--tw-prose-counters: #6b7280;
	--tw-prose-bullets: #d1d5db;
	--tw-prose-hr: #e5e7eb;
	--tw-prose-quotes: #111827;
	--tw-prose-quote-borders: #e5e7eb;
	--tw-prose-captions: #6b7280;
	--tw-prose-kbd: #111827;
	--tw-prose-kbd-shadows: 17 24 39;
	--tw-prose-code: #111827;
	--tw-prose-pre-code: #e5e7eb;
	--tw-prose-pre-bg: #1f2937;
	--tw-prose-th-borders: #d1d5db;
	--tw-prose-td-borders: #e5e7eb;
	--tw-prose-invert-body: #d1d5db;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #9ca3af;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #9ca3af;
	--tw-prose-invert-bullets: #4b5563;
	--tw-prose-invert-hr: #374151;
	--tw-prose-invert-quotes: #f3f4f6;
	--tw-prose-invert-quote-borders: #374151;
	--tw-prose-invert-captions: #9ca3af;
	--tw-prose-invert-kbd: #fff;
	--tw-prose-invert-kbd-shadows: 255 255 255;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75;
}
.flow
	:where(picture > img):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0;
	margin-top: 0;
}
.flow :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 2em;
	margin-top: 2em;
}
.flow :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.flow
	:where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	padding-left: 0.375em;
}
.flow
	:where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	padding-left: 0.375em;
}
.flow
	:where(.prose > ul > li p):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0.75em;
	margin-top: 0.75em;
}
.flow
	:where(.prose > ul > li > :first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-top: 1.25em;
}
.flow
	:where(.prose > ul > li > :last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 1.25em;
}
.flow
	:where(.prose > ol > li > :first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-top: 1.25em;
}
.flow
	:where(.prose > ol > li > :last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 1.25em;
}
.flow
	:where(ul ul, ul ol, ol ul, ol ol):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0.75em;
	margin-top: 0.75em;
}
.flow :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
}
.flow :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0.5em;
	padding-left: 1.625em;
}
.flow :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0;
}
.flow :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0;
}
.flow :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0;
}
.flow :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0;
}
.flow
	:where(thead th:first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-left: 0;
}
.flow
	:where(thead th:last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-right: 0;
}
.flow
	:where(tbody td, tfoot td):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding: 0.5714286em;
}
.flow
	:where(tbody td:first-child, tfoot td:first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-left: 0;
}
.flow
	:where(tbody td:last-child, tfoot td:last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-right: 0;
}
.flow :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 2em;
	margin-top: 2em;
}
.flow
	:where(.prose > :first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-top: 0;
}
.flow
	:where(.prose > :last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0;
}
:is(.dark .flow) {
	--tw-prose-body: var(--tw-prose-invert-body);
	--tw-prose-headings: var(--tw-prose-invert-headings);
	--tw-prose-lead: var(--tw-prose-invert-lead);
	--tw-prose-links: var(--tw-prose-invert-links);
	--tw-prose-bold: var(--tw-prose-invert-bold);
	--tw-prose-counters: var(--tw-prose-invert-counters);
	--tw-prose-bullets: var(--tw-prose-invert-bullets);
	--tw-prose-hr: var(--tw-prose-invert-hr);
	--tw-prose-quotes: var(--tw-prose-invert-quotes);
	--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
	--tw-prose-captions: var(--tw-prose-invert-captions);
	--tw-prose-kbd: var(--tw-prose-invert-kbd);
	--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
	--tw-prose-code: var(--tw-prose-invert-code);
	--tw-prose-pre-code: var(--tw-prose-invert-pre-code);
	--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
	--tw-prose-th-borders: var(--tw-prose-invert-th-borders);
	--tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
.flow
	:is(:where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
	font-size: 1.4em;
}
.flow :is(:where(a):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
	--tw-text-opacity: 1;
	color: rgb(37 99 235 / var(--tw-text-opacity));
	color: rgb(245 126 178 / var(--tw-text-opacity));

}
.flow
	:is(
		:where(a):not(:where([class~="not-prose"], [class~="not-prose"] *))
	):hover {
	--tw-text-opacity: 1;
	/*color: rgb(59 130 246 / var(--tw-text-opacity));*/
	color: rgb(244 154 193 / var(--tw-text-opacity));
}
.flow
	:is(:where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	background-color: transparent;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	padding: 0;
}
.flow
	:is(:where(img):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
	border-radius: 0.25rem;
}
:is(
		.dark
			.flow
			:is(:where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)))
	) {
	--tw-text-opacity: 1;
	color: rgb(96 165 250 / var(--tw-text-opacity));
}
:is(
		.dark
			.flow
			:is(
				:where(a):not(:where([class~="not-prose"], [class~="not-prose"] *))
			):hover
	) {
	--tw-text-opacity: 1;
	color: rgb(147 197 253 / var(--tw-text-opacity));
}
.visible {
	visibility: visible;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.left-0 {
	left: 0;
}
.left-\[25px\] {
	left: 25px;
}
.top-4 {
	top: 1rem;
}
.z-10 {
	z-index: 10;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.order-3 {
	order: 3;
}
.float-right {
	float: right;
}
.m-0 {
	margin: 0;
}
.m-2 {
	margin: 0.5rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-10 {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}
.my-16 {
	margin-bottom: 4rem;
	margin-top: 4rem;
}
.-mb-4 {
	margin-bottom: -1rem;
}
.-ml-px {
	margin-left: -1px;
}
.-mt-2 {
	margin-top: -0.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.ml-4 {
	margin-left: 1rem;
}
.ml-\[-0\.50rem\] {
	margin-left: -0.5rem;
}
.ml-\[17px\] {
	margin-left: 17px;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.ms-3 {
	-webkit-margin-start: 0.75rem;
	margin-inline-start: 0.75rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.grow {
  flex-grow: 1;
}
.table {
	display: table;
}
.flow-root {
	display: flow-root;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.overflow-hidden {
	overflow: hidden;
}
.h-0 {
	height: 0;
}
.h-10 {
	height: 2.5rem;
}
.h-12 {
	height: 3rem;
}
.h-20 {
	height: 5rem;
}
.h-24 {
	height: 6rem;
}
.h-3 {
	height: 0.75rem;
}
.h-4 {
	height: 1rem;
}
.h-48 {
	height: 12rem;
}
.h-5 {
	height: 1.25rem;
}
.h-6 {
	height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
	height: 2.25rem;
}
.h-full {
	height: 100%;
}
.w-0 {
	width: 0;
}
.w-0\.5 {
	width: 0.125rem;
}
.w-8 {
  width: 2rem;
}
.w-12 {
	width: 3rem;
}
.w-128 {
	width: 32rem;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-20 {
	width: 5rem;
}
.w-24 {
	width: 6rem;
}
.w-28 {
	width: 7rem;
}
.w-3 {
	width: 0.75rem;
}
.w-4 {
	width: 1rem;
}
.w-48 {
	width: 12rem;
}
.w-5 {
	width: 1.25rem;
}
.w-6 {
	width: 1.5rem;
}
.w-9 {
	width: 2.25rem;
}
.w-96 {
	width: 24rem;
}
.w-full {
	width: 100%;
}
.min-w-48 {
	min-width: 12rem;
}
.min-w-full {
	min-width: 100%;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-screen-lg {
	max-width: 1024px;
}
.max-w-full {
	max-width: 100%;
}
.max-w-xl {
	max-width: 36rem;
}
.shrink-0 {
	flex-shrink: 0;
}
@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.flex-1 {
  flex: 1 1 0%;
}

.flex-\[0_0_auto\] {
  flex: 0 0 auto;
}

.flex-\[1_0_0\%\] {
  flex: 1 0 0%;
}

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

.flex-none {
  flex: none;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-end {
	justify-content: flex-end;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-x-8 {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
}
.gap-y-6 {
	row-gap: 1.5rem;
}
.gap-y-8 {
	row-gap: 2rem;
}
.gap-y-16 {
	row-gap: 4rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
	margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(3rem * var(--tw-space-y-reverse));
	margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
	margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-24 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(6rem * var(--tw-space-y-reverse));
	margin-top: calc(6rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
	margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
	margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
	margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
	margin-top: calc(2rem * (1 - 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));
}
.self-start {
	align-self: flex-start;
}
.self-center {
	align-self: center;
}
.overflow-visible {
	overflow: visible;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-full{
	border-radius:9999px
}
.border {
	border-width: 1px;
}
.border-0 {
	border-width: 0px;
}
.border-blue-200 {
	--tw-border-opacity: 1;
	border-color: rgb(191 219 254 / var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgb(234 234 234 / var(--tw-border-opacity));
}
.bg-pink-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}
.border-yellow-200 {
	--tw-border-opacity: 1;
	border-color: rgb(254 240 138 / var(--tw-border-opacity));
}
.bg-blue-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-green-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-red-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-yellow-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-indigo-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.bg-indigo-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

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

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}
.fill-current {
	fill: currentColor;
}
.p-1 {
	padding: 0.25rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-6 {
	padding: 1.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-0 {
	padding-bottom: 0;
	padding-top: 0;
}
.py-0\.5 {
	padding-bottom: 0.125rem;
	padding-top: 0.125rem;
}
.py-1 {
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
}
.py-14 {
	padding-bottom: 3.5rem;
	padding-top: 3.5rem;
}
.py-16 {
	padding-bottom: 4rem;
	padding-top: 4rem;
}
.py-2 {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-8 {
	padding-top: 2rem;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-\[0px\] {
	font-size: 0;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.font-bold {
	font-weight: 700;
}
.font-medium {
	font-weight: 500;
}
.font-normal {
	font-weight: 400;
}
.font-semibold {
	font-weight: 600;
}
.italic {
	font-style: italic;
}
.tabular-nums {
	--tw-numeric-spacing: tabular-nums;
	font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
		var(--tw-numeric-figure) var(--tw-numeric-spacing)
		var(--tw-numeric-fraction);
}
.leading-none {
  line-height: 1;
}
.leading-normal {
	line-height: 1.5;
}
.leading-5 {
    line-height: 1.25rem;
}
.leading-6 {
    line-height: 1.5rem;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-blue-700 {
	--tw-text-opacity: 1;
	color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgb(234 234 234 / var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgb(136 136 136 / var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-green-700 {
	--tw-text-opacity: 1;
	color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-orange-400 {
	--tw-text-opacity: 1;
	color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-orange-500 {
	--tw-text-opacity: 1;
	color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-purple-500 {
	--tw-text-opacity: 1;
	color: rgb(168 85 247 / var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-yellow-300 {
	--tw-text-opacity: 1;
	color: rgb(253 224 71 / var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.subpixel-antialiased {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}
.opacity-25 {
	opacity: 0.25;
}
.opacity-75 {
	opacity: 0.75;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -4px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
		0 4px 6px -4px var(--tw-shadow-color);
}
.shadow-lg,
.shadow-md {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -2px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
		0 2px 4px -2px var(--tw-shadow-color);
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}
.shadow-sm,
.shadow-xl {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
		0 8px 10px -6px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
		0 8px 10px -6px var(--tw-shadow-color);
}
.outline {
	outline-style: solid;
}
.ring {
	--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(3px + 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-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-2 {
  --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);
}
.ring-inset {
    --tw-ring-inset: inset;
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.contrast-100 {
	--tw-contrast: contrast(1);
}
.contrast-100,
.grayscale {
	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);
}
.grayscale {
	--tw-grayscale: grayscale(100%);
}
.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
		var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
		var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
		-webkit-backdrop-filter;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
		backdrop-filter;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
		backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-all {
	transition-duration: 0.15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-200 {
    transition-duration: 200ms;
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.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);
}
.\[site\:ajaxa\.se\] {
	site: ajaxa.se;
}
.wave {
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-name: wave-animation;
	display: inline-block;
	transform-origin: 70% 70%;
}
@keyframes wave-animation {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(15deg);
	}
	20% {
		transform: rotate(-8deg);
	}
	30% {
		transform: rotate(15deg);
	}
	40% {
		transform: rotate(-4deg);
	}
	50% {
		transform: rotate(10deg);
	}
	60% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(0deg);
	}
}
.dark {
	color-scheme: dark;
}
.preamble a,
a.link {
	--tw-text-opacity: 1;
	color: rgb(59 130 246 / var(--tw-text-opacity));
	font-weight: 500;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}
.preamble a:hover,
a.link:hover {
	--tw-text-opacity: 1;
	color: rgb(96 165 250 / var(--tw-text-opacity));
}
.test:after {
	--tw-bg-opacity: 1;
	background-color: rgb(102 102 102 / var(--tw-bg-opacity));
	border-radius: 0.125rem;
	content: "";
	height: 100%;
	left: 12px;
	position: absolute;
	top: 12px;
	width: 100%;
	z-index: -1;
}
.flow img + em {
	--tw-text-opacity: 1;
	color: rgb(102 102 102 / var(--tw-text-opacity));
	display: block;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-bottom: 2rem;
	margin-top: -1.5rem;
}
:is(.dark .flow img + em) {
	--tw-text-opacity: 1;
	color: rgb(153 153 153 / var(--tw-text-opacity));
}
.assist {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}
a.nav-tab:before {
	content: attr(title);
	display: block;
	font-weight: 600;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.flow iframe {
	border-radius: 0.25rem;
	max-width: 100%;
}
.bp-x svg {
	display: inline;
}
@media (min-width: 768px) {
	#bp_container img {
		max-width: 70% !important;
	}
}
.flow .heading-permalink {
	--tw-text-opacity: 1;
	color: rgb(153 153 153 / var(--tw-text-opacity));
	display: none;
	font-weight: 400;
	margin-left: 0.5rem;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	vertical-align: baseline;
}
.flow .heading-permalink:hover {
	--tw-text-opacity: 1;
	color: rgb(102 102 102 / var(--tw-text-opacity));
}
:is(.dark .flow .heading-permalink) {
	--tw-text-opacity: 1;
	color: rgb(153 153 153 / var(--tw-text-opacity));
}
.flow:hover :is(h2, h3, h4, h5, h6):hover .heading-permalink {
	display: inline-block;
}
@media (min-width: 640px) {
	.flow img.half-width {
		width: 75%;
	}
}
.flow img.scale-width {
	width: 75%;
}
@media (min-width: 1024px) {
	.flow img.scale-width {
		width: 50%;
	}
}
article img {
	cursor: zoom-in;
}
.footnotes {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
article.flow .footnotes p {
	margin-bottom: 0;
	margin-top: 0;
}
article.flow .footnotes li {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgb(102 102 102 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgb(51 51 51 / var(--tw-text-opacity));
}
.hover\:text-orange-600:hover {
	--tw-text-opacity: 1;
	color: rgb(234 88 12 / var(--tw-text-opacity));
}
.hover\:ring-2:hover {
	--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\:border-indigo-300:focus {
	--tw-border-opacity: 1;
	border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring: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(3px + 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-1: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(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);
}

.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-inset:focus {
  --tw-ring-inset: inset;
}
.focus\:ring-pink-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
	--tw-ring-opacity: 0.5;
}
:is(.dark .dark\:block) {
	display: block;
}
:is(.dark .dark\:hidden) {
	display: none;
}
:is(.dark .dark\:border) {
	border-width: 1px;
}
:is(.dark .dark\:border-0) {
	border-width: 0;
}
:is(.dark .dark\:border-gray-700) {
	--tw-border-opacity: 1;
	border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-800) {
	--tw-border-opacity: 1;
	border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
:is(.dark .dark\:bg-gray-600) {
	--tw-bg-opacity: 1;
	background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-800) {
	--tw-bg-opacity: 1;
	background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-900) {
	--tw-bg-opacity: 1;
	background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
:is(.dark .dark\:text-gray-100) {
	--tw-text-opacity: 1;
	color: rgb(250 250 250 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-200) {
	--tw-text-opacity: 1;
	color: rgb(234 234 234 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-300) {
	--tw-text-opacity: 1;
	color: rgb(153 153 153 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-400) {
	--tw-text-opacity: 1;
	color: rgb(136 136 136 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-500) {
	--tw-text-opacity: 1;
	color: rgb(102 102 102 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-white) {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:hover\:bg-gray-800:hover) {
	--tw-bg-opacity: 1;
	background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:text-white:hover) {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .hover\:dark\:text-gray-200):hover {
	--tw-text-opacity: 1;
	color: rgb(234 234 234 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
	.sm\:ml-\[-0\.70rem\] {
		margin-left: -0.7rem;
	}
	.sm\:block {
		display: block;
	}
	.sm\:inline-block {
		display: inline-block;
	}
	.sm\:flex {
		display: flex;
	}
	.sm\:flex-col {
		flex-direction: column;
	}
	.sm\:w-1\/6 {
		width: 16.666667%;
	}
	.sm\:grow {
		flex-grow: 1;
	}
	.sm\:items-center {
		align-items: center;
	}
	.sm\:items-end {
		align-items: flex-end;
	}
	.sm\:gap-x-10 {
		-moz-column-gap: 2.5rem;
		column-gap: 2.5rem;
	}
	.-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)));
	}
	.sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
		margin-right: calc(1rem * var(--tw-space-x-reverse));
	}
	.sm\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.sm\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.sm\:py-2 {
		padding-bottom: 0.5rem;
		padding-top: 0.5rem;
	}
	.sm\:text-center {
		text-align: center;
	}
	.sm\:text-right {
		text-align: right;
	}
}
@media (min-width: 768px) {
	.md\:static {
		position: static;
	}
	.md\:order-1 {
		order: 1;
	}
	.md\:order-3 {
		order: 3;
	}
	.md\:order-last {
		order: 9999;
	}
	.md\:m-4 {
		margin: 1rem;
	}
	.md\:mt-0 {
		margin-top: 0;
	}
	.md\:inline-block {
		display: inline-block;
	}
	.md\:flex {
		display: flex;
	}
	.md\:inline-flex {
		display: inline-flex;
	}
	.md\:hidden {
		display: none;
	}
	.md\:w-36 {
		width: 9rem;
	}
	.md\:w-44 {
		width: 11rem;
	}
	.md\:w-auto {
		width: auto;
	}
	.md\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
		margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
	}
	.md\:rounded-none {
		border-radius: 0;
	}
	.md\:bg-transparent {
		background-color: transparent;
	}
	.md\:p-0 {
		padding: 0;
	}
	.md\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.md\:py-2 {
		padding-bottom: 0.5rem;
		padding-top: 0.5rem;
	}
	.md\:pl-6 {
		padding-left: 1.5rem;
	}
	.md\:pt-1 {
		padding-top: 0.25rem;
	}
	.md\:pt-1\.5 {
		padding-top: 0.375rem;
	}
	.md\:text-center {
		text-align: center;
	}
	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.md\:shadow-none {
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
			var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
	:is(.dark .md\:dark\:border-0) {
		border-width: 0;
	}
}

.flow {
22--tw-prose-links: rgb(245 126 178 / var(--tw-text-opacity));
--tw-prose-links: #b75846;
}

:root {
	--color-parfyma1: #f49ac2;
	--color-parfyma2: #d063a5;
}

input:checked + #text { display: none;  }

.custom-checkbox input {
	visibility:hidden;
	width:0;
	height:0;
	margin:0;
}
.custom-checkbox label {
	position:relative;
	display:inline-block;
	width:60px;
	height:30px;
}
.custom-checkbox label:after{
	content:'';
	position:absolute;
	left:1px;
	top:1px;
	width:28px;
	height:28px;
	border-radius: 15px;
	background-color:#ffffff;
}
.custom-checkbox input:checked ~ label{
	--tw-bg-opacity: 1;
	background-color: var(--color-parfyma2);
	border-color:  var(--color-parfyma2);

}
.custom-checkbox input:checked ~ label:after{
	left: 31px;
}