/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

:root {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

hr {
	height: 0;
	color: inherit
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
pre,
samp {
	font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

table {
	text-indent: 0;
	border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
select {
	text-transform: none
}

[type=button],
[type=submit],
button {
	-webkit-appearance: button
}

legend {
	padding: 0
}

progress {
	vertical-align: baseline
}

summary {
	display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0
}

button {
	background-color: transparent;
	background-image: none
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
	margin: 0;
	padding: 0
}

ol,
ul {
	list-style: none
}

html {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.5
}

body {
	font-family: inherit;
	line-height: inherit
}

*,
:after,
:before {
	box-sizing: border-box;
	border: 0 solid #e5e7eb
}

hr {
	border-top-width: 1px
}

img {
	border-style: solid
}

textarea {
	resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #9ca3af
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #9ca3af
}

input::placeholder,
textarea::placeholder {
	color: #9ca3af
}

[role=button],
button {
	cursor: pointer
}

table {
	border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit
}

a {
	color: inherit;
	text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
	padding: 0;
	line-height: inherit;
	color: inherit
}

code,
kbd,
pre,
samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: block;
	vertical-align: middle
}

img,
video {
	max-width: 100%;
	height: auto
}

.form-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	padding: .5rem .75rem;
	font-size: 1rem;
	font-size: [object Object];
	line-height: 1.5
}

.form-input::-moz-placeholder {
	color: #6b7280;
	opacity: 1
}

.form-input:-ms-input-placeholder {
	color: #6b7280;
	opacity: 1
}

.form-input::placeholder {
	color: #6b7280;
	opacity: 1
}

.form-input:focus {
	outline: none;
	border-color: #60a5fa
}

.form-select {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b7280'%3E%3Cpath d='M15.3 9.3a1 1 0 011.4 1.4l-4 4a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4l3.3 3.29 3.3-3.3z'/%3E%3C/svg%3E");
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	background-color: #fff;
	font-size: 1rem;
	font-size: [object Object];
	line-height: 1.5
}

.form-select::-ms-expand {
	color: #6b7280;
	border: none
}

@media not print {
	.form-select::-ms-expand {
		display: none
	}
}

@media print and (-ms-high-contrast:active),
print and (-ms-high-contrast:none) {
	.form-select {
		padding-right: .75rem
	}
}

.form-select:focus {
	outline: none;
	border-color: #60a5fa
}

.prose {
	color: #374151;
	max-width: 65ch
}

.prose [class~=lead] {
	color: #4b5563;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em
}

.prose a {
	color: #111827;
	text-decoration: underline;
	font-weight: 500
}

.prose strong {
	color: #111827;
	font-weight: 600
}

.prose ol {
	counter-reset: list-counter;
	margin-top: 1.25em;
	margin-bottom: 1.25em
}

.prose ol>li {
	position: relative;
	counter-increment: list-counter;
	padding-left: 1.75em
}

.prose ol>li:before {
	content: counter(list-counter) ".";
	position: absolute;
	font-weight: 400;
	color: #6b7280;
	left: 0
}

.prose ul>li {
	position: relative;
	padding-left: 1.75em
}

.prose ul>li:before {
	content: "";
	position: absolute;
	background-color: #d1d5db;
	border-radius: 50%;
	width: .375em;
	height: .375em;
	top: .6875em;
	left: .25em
}

.prose hr {
	border-color: #e5e7eb;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em
}

.prose blockquote {
	font-weight: 500;
	font-style: italic;
	color: #111827;
	border-left-width: .25rem;
	border-left-color: #e5e7eb;
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em
}

.prose blockquote p:first-of-type:before {
	content: open-quote
}

.prose blockquote p:last-of-type:after {
	content: close-quote
}

.prose h1 {
	color: #111827;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: .8888889em;
	line-height: 1.1111111
}

.prose h2 {
	color: #111827;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333
}

.prose h3 {
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: .6em;
	line-height: 1.6
}

.prose h3,
.prose h4 {
	color: #111827;
	font-weight: 600
}

.prose h4 {
	margin-top: 1.5em;
	margin-bottom: .5em;
	line-height: 1.5
}

.prose figure figcaption {
	color: #6b7280;
	font-size: .875em;
	line-height: 1.4285714;
	margin-top: .8571429em
}

.prose code {
	color: #111827;
	font-weight: 600;
	font-size: .875em
}

.prose code:after,
.prose code:before {
	content: "`"
}

.prose a code {
	color: #111827
}

.prose pre {
	color: #e5e7eb;
	background-color: #1f2937;
	overflow-x: auto;
	font-size: .875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: .375rem;
	padding: .8571429em 1.1428571em
}

.prose pre code {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

.prose pre code:after,
.prose pre code:before {
	content: ""
}

.prose table {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: .875em;
	line-height: 1.7142857
}

.prose thead {
	color: #111827;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d1d5db
}

.prose thead th {
	vertical-align: bottom;
	padding-right: .5714286em;
	padding-bottom: .5714286em;
	padding-left: .5714286em
}

.prose tbody tr {
	border-bottom-width: 1px;
	border-bottom-color: #e5e7eb
}

.prose tbody tr:last-child {
	border-bottom-width: 0
}

.prose tbody td {
	vertical-align: top;
	padding: .5714286em
}

.prose {
	font-size: 1rem;
	line-height: 1.75
}

.prose p {
	margin-top: 1.25em;
	margin-bottom: 1.25em
}

.prose figure,
.prose img,
.prose video {
	margin-top: 2em;
	margin-bottom: 2em
}

.prose figure>* {
	margin-top: 0;
	margin-bottom: 0
}

.prose h2 code {
	font-size: .875em
}

.prose h3 code {
	font-size: .9em
}

.prose ul {
	margin-top: 1.25em;
	margin-bottom: 1.25em
}

.prose li {
	margin-top: .5em;
	margin-bottom: .5em
}

.prose>ul>li p {
	margin-top: .75em;
	margin-bottom: .75em
}

.prose>ul>li>:first-child {
	margin-top: 1.25em
}

.prose>ul>li>:last-child {
	margin-bottom: 1.25em
}

.prose>ol>li>:first-child {
	margin-top: 1.25em
}

.prose>ol>li>:last-child {
	margin-bottom: 1.25em
}

.prose ol ol,
.prose ol ul,
.prose ul ol,
.prose ul ul {
	margin-top: .75em;
	margin-bottom: .75em
}

.prose h2+*,
.prose h3+*,
.prose h4+*,
.prose hr+* {
	margin-top: 0
}

.prose thead th:first-child {
	padding-left: 0
}

.prose thead th:last-child {
	padding-right: 0
}

.prose tbody td:first-child {
	padding-left: 0
}

.prose tbody td:last-child {
	padding-right: 0
}

.prose>:first-child {
	margin-top: 0
}

.prose>:last-child {
	margin-bottom: 0
}

.prose-xl {
	font-size: 1.25rem;
	line-height: 1.8
}

.prose-xl p {
	margin-top: 1.2em;
	margin-bottom: 1.2em
}

.prose-xl [class~=lead] {
	font-size: 1.2em;
	line-height: 1.5;
	margin-top: 1em;
	margin-bottom: 1em
}

.prose-xl blockquote {
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1.0666667em
}

.prose-xl h1 {
	font-size: 2.8em;
	margin-top: 0;
	margin-bottom: .8571429em;
	line-height: 1
}

.prose-xl h2 {
	font-size: 1.8em;
	margin-top: 1.5555556em;
	margin-bottom: .8888889em;
	line-height: 1.1111111
}

.prose-xl h3 {
	font-size: 1.5em;
	margin-top: 1.6em;
	margin-bottom: .6666667em;
	line-height: 1.3333333
}

.prose-xl h4 {
	margin-top: 1.8em;
	margin-bottom: .6em;
	line-height: 1.6
}

.prose-xl figure,
.prose-xl img,
.prose-xl video {
	margin-top: 2em;
	margin-bottom: 2em
}

.prose-xl figure>* {
	margin-top: 0;
	margin-bottom: 0
}

.prose-xl figure figcaption {
	font-size: .9em;
	line-height: 1.5555556;
	margin-top: 1em
}

.prose-xl code {
	font-size: .9em
}

.prose-xl h2 code {
	font-size: .8611111em
}

.prose-xl h3 code,
.prose-xl pre {
	font-size: .9em
}

.prose-xl pre {
	line-height: 1.7777778;
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: .5rem;
	padding: 1.1111111em 1.3333333em
}

.prose-xl ol,
.prose-xl ul {
	margin-top: 1.2em;
	margin-bottom: 1.2em
}

.prose-xl li {
	margin-top: .6em;
	margin-bottom: .6em
}

.prose-xl ol>li {
	padding-left: 1.8em
}

.prose-xl ol>li:before {
	left: 0
}

.prose-xl ul>li {
	padding-left: 1.8em
}

.prose-xl ul>li:before {
	width: .35em;
	height: .35em;
	top: .725em;
	left: .25em
}

.prose-xl>ul>li p {
	margin-top: .8em;
	margin-bottom: .8em
}

.prose-xl>ul>li>:first-child {
	margin-top: 1.2em
}

.prose-xl>ul>li>:last-child {
	margin-bottom: 1.2em
}

.prose-xl>ol>li>:first-child {
	margin-top: 1.2em
}

.prose-xl>ol>li>:last-child {
	margin-bottom: 1.2em
}

.prose-xl ol ol,
.prose-xl ol ul,
.prose-xl ul ol,
.prose-xl ul ul {
	margin-top: .8em;
	margin-bottom: .8em
}

.prose-xl hr {
	margin-top: 2.8em;
	margin-bottom: 2.8em
}

.prose-xl h2+*,
.prose-xl h3+*,
.prose-xl h4+*,
.prose-xl hr+* {
	margin-top: 0
}

.prose-xl table {
	font-size: .9em;
	line-height: 1.5555556
}

.prose-xl thead th {
	padding-right: .6666667em;
	padding-bottom: .8888889em;
	padding-left: .6666667em
}

.prose-xl thead th:first-child {
	padding-left: 0
}

.prose-xl thead th:last-child {
	padding-right: 0
}

.prose-xl tbody td {
	padding: .8888889em .6666667em
}

.prose-xl tbody td:first-child {
	padding-left: 0
}

.prose-xl tbody td:last-child {
	padding-right: 0
}

.prose-xl>:first-child {
	margin-top: 0
}

.prose-xl>:last-child {
	margin-bottom: 0
}

.space-y-1>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem*var(--tw-space-y-reverse))
}

.space-y-2>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem*var(--tw-space-y-reverse))
}

.space-x-2>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem*var(--tw-space-x-reverse));
	margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)))
}

.space-x-3>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem*var(--tw-space-x-reverse));
	margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)))
}

.space-y-4>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem*var(--tw-space-y-reverse))
}

.space-x-4>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem*var(--tw-space-x-reverse));
	margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)))
}

.space-x-5>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem*var(--tw-space-x-reverse));
	margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)))
}

.space-y-6>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem*var(--tw-space-y-reverse))
}

.space-x-8>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem*var(--tw-space-x-reverse));
	margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)))
}

.space-x-10>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem*var(--tw-space-x-reverse));
	margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)))
}

.space-y-2\.5>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.625rem*var(--tw-space-y-reverse))
}

.divide-y-2>:not([hidden])~:not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(2px*var(--tw-divide-y-reverse))
}

.divide-y>:not([hidden])~:not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px*var(--tw-divide-y-reverse))
}

.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*(1 - var(--tw-divide-x-reverse)))
}

.divide-gray-50>:not([hidden])~:not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(249, 250, 251, var(--tw-divide-opacity))
}

.divide-gray-100>:not([hidden])~:not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-divide-opacity))
}

.divide-gray-200>:not([hidden])~:not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-divide-opacity))
}

.divide-solid>:not([hidden])~:not([hidden]) {
	border-style: solid
}

.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
}

.appearance-none {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.bg-clip-text {
	-webkit-background-clip: text;
	background-clip: text
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
}

.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}

.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
}

.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
}

.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
}

.bg-red-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
}

.bg-red-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
}

.bg-red-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
}

.bg-red-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
}

.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
}

.bg-yellow-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 191, 36, var(--tw-bg-opacity))
}

.bg-green-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 211, 153, var(--tw-bg-opacity))
}

.bg-blue-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
}

.bg-blue-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
}

.bg-indigo-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(224, 231, 255, var(--tw-bg-opacity))
}

.bg-indigo-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(129, 140, 248, var(--tw-bg-opacity))
}

.bg-wave-100 {
	--tw-bg-opacity: 1;
	background-color: #E6F0FF
}

.bg-wave-400 {
	--tw-bg-opacity: 1;
	background-color: #bfbfbf
}

.bg-wave-500 {
	--tw-bg-opacity: 1;
	background-color: #c1492f;
}

.bg-wave-600 {
	--tw-bg-opacity: 1;
	background-color: #c1492f
}

.hover\:bg-black:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}

.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
}

.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}

.hover\:bg-gray-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
}

.hover\:bg-red-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
}

.hover\:bg-red-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
}

.hover\:bg-blue-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
}

.hover\:bg-indigo-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(238, 242, 255, var(--tw-bg-opacity))
}

.hover\:bg-wave-500:hover {
	--tw-bg-opacity: 1;
	background-color: #c1492f;
}

.group:hover .group-hover\:bg-wave-600,
.hover\:bg-wave-600:hover {
	--tw-bg-opacity: 1;
	background-color: #FAFAFA
}

.bg-gradient-to-r {
	background-image: linear-gradient(90deg, var(--tw-gradient-stops))
}

.bg-gradient-to-br {
	background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.bg-gradient-to-b {
	background-image: linear-gradient(180deg, var(--tw-gradient-stops))
}

.from-blue-600 {
	--tw-gradient-from: #2563eb;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
}

.from-wave-500 {
	--tw-gradient-from: #c1492f;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 105, 255, 0))
}

.from-wave-600 {
	--tw-gradient-from: #c1492f;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 95, 230, 0))
}

.via-blue-500 {
	--tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
}

.via-wave-600 {
	--tw-gradient-stops: var(--tw-gradient-from), #c1492f, var(--tw-gradient-to, rgba(0, 95, 230, 0))
}

.to-indigo-500 {
	--tw-gradient-to: #6366f1
}

.to-indigo-600 {
	--tw-gradient-to: #4f46e5
}

.to-purple-500 {
	--tw-gradient-to: #8b5cf6
}

.to-purple-600 {
	--tw-gradient-to: #7c3aed
}

.to-wave-400 {
	--tw-gradient-to: #4d96ff
}

.hover\:from-wave-500:hover {
	--tw-gradient-from: #c1492f;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 105, 255, 0))
}

.hover\:to-indigo-400:hover {
	--tw-gradient-to: #818cf8
}

.bg-opacity-25 {
	--tw-bg-opacity: 0.25
}

.bg-opacity-75 {
	--tw-bg-opacity: 0.75
}

.hover\:bg-opacity-10:hover {
	--tw-bg-opacity: 0.1
}

.bg-center {
	background-position: 50%
}

.bg-cover {
	background-size: cover
}

.border-transparent {
	border-color: transparent
}

.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity))
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-gray-50 {
	--tw-border-opacity: 1;
	border-color: rgba(249, 250, 251, var(--tw-border-opacity))
}

.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity))
}

.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}

.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity))
}

.border-gray-900 {
	--tw-border-opacity: 1;
	border-color: rgba(17, 24, 39, var(--tw-border-opacity))
}

.border-red-400 {
	--tw-border-opacity: 1;
	border-color: rgba(248, 113, 113, var(--tw-border-opacity))
}

.border-blue-500 {
	--tw-border-opacity: 1;
	border-color: rgba(59, 130, 246, var(--tw-border-opacity))
}

.border-indigo-500 {
	--tw-border-opacity: 1;
	border-color: rgba(193, 73, 47, var(--tw-border-opacity))
}

.border-purple-500 {
	--tw-border-opacity: 1;
	border-color: rgba(139, 92, 246, var(--tw-border-opacity))
}

.border-wave-400 {
	--tw-border-opacity: 1;
	border-color: rgba(77, 150, 255, var(--tw-border-opacity))
}

.hover\:border-gray-300:hover {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}

.hover\:border-blue-500:hover {
	--tw-border-opacity: 1;
	border-color: rgba(59, 130, 246, var(--tw-border-opacity))
}

.focus\:border-gray-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}

.focus\:border-gray-900:focus {
	--tw-border-opacity: 1;
	border-color: rgba(17, 24, 39, var(--tw-border-opacity))
}

.focus\:border-red-600:focus {
	--tw-border-opacity: 1;
	border-color: rgba(220, 38, 38, var(--tw-border-opacity))
}

.focus\:border-red-700:focus {
	--tw-border-opacity: 1;
	border-color: rgba(185, 28, 28, var(--tw-border-opacity))
}

.focus\:border-blue-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(147, 197, 253, var(--tw-border-opacity))
}

.focus\:border-indigo-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(165, 180, 252, var(--tw-border-opacity))
}

.focus\:border-indigo-700:focus {
	--tw-border-opacity: 1;
	border-color: rgba(67, 56, 202, var(--tw-border-opacity))
}

.focus\:border-wave-600:focus {
	--tw-border-opacity: 1;
	border-color: rgba(0, 95, 230, var(--tw-border-opacity))
}

.focus\:border-wave-700:focus {
	--tw-border-opacity: 1;
	border-color: rgba(0, 63, 153, var(--tw-border-opacity))
}

.rounded {
	border-radius: .25rem
}

.rounded-md {
	border-radius: .375rem
}

.rounded-lg {
	border-radius: .5rem
}

.rounded-xl {
	border-radius: .8rem
}

.rounded-full {
	border-radius: 9999px
}

.rounded-r-md {
	border-top-right-radius: .375rem
}

.rounded-b-md,
.rounded-r-md {
	border-bottom-right-radius: .375rem
}

.rounded-b-md,
.rounded-l-md {
	border-bottom-left-radius: .375rem
}

.rounded-l-md {
	border-top-left-radius: .375rem
}

.rounded-b-lg {
	border-bottom-right-radius: .5rem;
	border-bottom-left-radius: .5rem
}

.rounded-r-xl {
	border-top-right-radius: .8rem;
	border-bottom-right-radius: .8rem
}

.border-solid {
	border-style: solid
}

.border-0 {
	border-width: 0
}

.border-2 {
	border-width: 2px
}

.border-4 {
	border-width: 4px
}

.border {
	border-width: 1px
}

.border-b-2 {
	border-bottom-width: 2px
}

.border-t {
	border-top-width: 1px
}

.border-r {
	border-right-width: 1px
}

.border-b {
	border-bottom-width: 1px
}

.border-l {
	border-left-width: 1px
}

.cursor-default {
	cursor: default
}

.cursor-pointer {
	cursor: pointer
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.inline {
	display: inline
}

.flex {
	display: flex
}

.inline-flex {
	display: inline-flex
}

.table {
	display: table
}

.grid {
	display: grid
}

.contents {
	display: contents
}

.hidden {
	display: none
}

.flex-row-reverse {
	flex-direction: row-reverse
}

.flex-col {
	flex-direction: column
}

.flex-wrap {
	flex-wrap: wrap
}

.items-start {
	align-items: flex-start
}

.items-end {
	align-items: flex-end
}

.items-center {
	align-items: center
}

.items-stretch {
	align-items: stretch
}

.self-start {
	align-self: flex-start
}

.self-end {
	align-self: flex-end
}

.justify-start {
	justify-content: flex-start
}

.justify-end {
	justify-content: flex-end
}

.justify-center {
	justify-content: center
}

.justify-between {
	justify-content: space-between
}

.flex-1 {
	flex: 1 1 0%
}

.flex-grow {
	flex-grow: 1
}

.flex-shrink-0 {
	flex-shrink: 0
}

.font-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.font-thin {
	font-weight: 100
}

.font-normal {
	font-weight: 400
}

.font-medium {
	font-weight: 500
}

.font-semibold {
	font-weight: 600
}

.font-bold {
	font-weight: 700
}

.font-extrabold {
	font-weight: 800
}

.h-0 {
	height: 0
}

.h-1 {
	height: .25rem
}

.h-4 {
	height: 1rem
}

.h-5 {
	height: 1.25rem
}

.h-6 {
	height: 1.5rem
}

.h-8 {
	height: 2rem
}

.h-9 {
	height: 2.25rem
}

.h-10 {
	height: 2.5rem
}

.h-12 {
	height: 3rem
}

.h-14 {
	height: 3.5rem
}

.h-16 {
	height: 4rem
}

.h-24 {
	height: 6rem
}

.h-32 {
	height: 8rem
}

.h-48 {
	height: 12rem
}

.h-56 {
	height: 14rem
}

.h-auto {
	height: auto
}

.h-1\/3 {
	height: 33.333333%
}

.h-full {
	height: 100%
}

.h-screen {
	height: 100vh
}

.group:hover .group-hover\:h-full {
	height: 100%
}

.text-xs {
	font-size: .75rem;
	line-height: 1rem
}

.text-sm {
	font-size: .875rem;
	line-height: 1.25rem
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem
}

.text-lg {
	font-size: 1.125rem
}

.text-lg,
.text-xl {
	line-height: 1.75rem
}

.text-xl {
	font-size: 1.25rem
}

.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-5xl {
	font-size: 3rem;
	line-height: 1
}

.leading-4 {
	line-height: 1rem
}

.leading-5 {
	line-height: 1.25rem
}

.leading-6 {
	line-height: 1.5rem
}

.leading-7 {
	line-height: 1.75rem
}

.leading-9 {
	line-height: 2.25rem
}

.leading-10 {
	line-height: 2.5rem
}

.leading-none {
	line-height: 1
}

.leading-tight {
	line-height: 1.25
}

.leading-normal {
	line-height: 1.5
}

.leading-loose {
	line-height: 2
}

.m-8 {
	margin: 2rem
}

.-m-3 {
	margin: -.75rem
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0
}

.mx-0 {
	margin-left: 0;
	margin-right: 0
}

.my-1 {
	margin-top: .25rem;
	margin-bottom: .25rem
}

.my-2 {
	margin-top: .5rem;
	margin-bottom: .5rem
}

.mx-2 {
	margin-left: .5rem;
	margin-right: .5rem
}

.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem
}

.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem
}

.mx-10 {
	margin-left: 2.5rem;
	margin-right: 2.5rem
}

.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.mx-0\.5 {
	margin-left: .125rem;
	margin-right: .125rem
}

.-my-2 {
	margin-top: -.5rem;
	margin-bottom: -.5rem
}

.mt-0 {
	margin-top: 0
}

.mt-1 {
	margin-top: .25rem
}

.mr-1 {
	margin-right: .25rem
}

.ml-1 {
	margin-left: .25rem
}

.mt-2 {
	margin-top: .5rem
}

.mr-2 {
	margin-right: .5rem
}

.mb-2 {
	margin-bottom: .5rem
}

.ml-2 {
	margin-left: .5rem
}

.mt-3 {
	margin-top: .75rem
}

.mr-3 {
	margin-right: .75rem
}

.mb-3 {
	margin-bottom: .75rem
}

.ml-3 {
	margin-left: .75rem
}

.mt-4 {
	margin-top: 1rem
}

.mr-4 {
	margin-right: 1rem
}

.mb-4 {
	margin-bottom: 1rem
}

.ml-4 {
	margin-left: 1rem
}

.mt-5 {
	margin-top: 1.25rem
}

.mr-5 {
	margin-right: 1.25rem
}

.mb-5 {
	margin-bottom: 1.25rem
}

.mt-6 {
	margin-top: 1.5rem
}

.mr-6 {
	margin-right: 1.5rem
}

.mb-6 {
	margin-bottom: 1.5rem
}

.mt-8 {
	margin-top: 2rem
}

.mb-8 {
	margin-bottom: 2rem
}

.mt-10 {
	margin-top: 2.5rem
}

.mb-10 {
	margin-bottom: 2.5rem
}

.mt-12 {
	margin-top: 3rem
}

.mt-16 {
	margin-top: 4rem
}

.mb-16 {
	margin-bottom: 4rem
}

.mt-20 {
	margin-top: 5rem
}

.mt-auto {
	margin-top: auto
}

.mr-auto {
	margin-right: auto
}

.ml-auto {
	margin-left: auto
}

.-mt-1 {
	margin-top: -.25rem
}

.-ml-1 {
	margin-left: -.25rem
}

.-mr-2 {
	margin-right: -.5rem
}

.-mt-4 {
	margin-top: -1rem
}

.-ml-5 {
	margin-left: -1.25rem
}

.-mr-8 {
	margin-right: -2rem
}

.-mt-10 {
	margin-top: -2.5rem
}

.-mt-64 {
	margin-top: -16rem
}

.-ml-px {
	margin-left: -1px
}

.max-w-xs {
	max-width: 20rem
}

.max-w-sm {
	max-width: 24rem
}

.max-w-md {
	max-width: 28rem
}

.max-w-lg {
	max-width: 32rem
}

.max-w-2xl {
	max-width: 42rem
}

.max-w-3xl {
	max-width: 48rem
}

.max-w-4xl {
	max-width: 56rem
}

.max-w-6xl {
	max-width: 72rem
}

.max-w-7xl {
	max-width: 80rem
}

.min-h-screen {
	min-height: 100vh
}

.min-w-full {
	min-width: 100%
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover
}

.opacity-0 {
	opacity: 0
}

.opacity-10 {
	opacity: .1
}

.opacity-25 {
	opacity: .25
}

.opacity-50 {
	opacity: .5
}

.opacity-75 {
	opacity: .75
}

.group:hover .group-hover\:opacity-100,
.hover\:opacity-100:hover,
.opacity-100 {
	opacity: 1
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px
}

.overflow-hidden {
	overflow: hidden
}

.overflow-y-auto {
	overflow-y: auto
}

.overflow-x-hidden {
	overflow-x: hidden
}

.p-1 {
	padding: .25rem
}

.p-2 {
	padding: .5rem
}

.p-3 {
	padding: .75rem
}

.p-5 {
	padding: 1.25rem
}

.p-6 {
	padding: 1.5rem
}

.p-8 {
	padding: 2rem
}

.p-10 {
	padding: 2.5rem
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0
}

.px-0 {
	padding-left: 0;
	padding-right: 0
}

.py-1 {
	padding-top: .25rem;
	padding-bottom: .25rem
}

.px-1 {
	padding-left: .25rem;
	padding-right: .25rem
}

.py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.px-2 {
	padding-left: .5rem;
	padding-right: .5rem
}

.py-3 {
	padding-top: .75rem;
	padding-bottom: .75rem
}

.px-3 {
	padding-left: .75rem;
	padding-right: .75rem
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem
}

.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.py-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem
}

.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem
}

.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem
}

.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem
}

.px-16 {
	padding-left: 4rem;
	padding-right: 4rem
}

.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem
}

.py-1\.5 {
	padding-top: .375rem;
	padding-bottom: .375rem
}

.pt-0 {
	padding-top: 0
}

.pr-0 {
	padding-right: 0
}

.pt-1 {
	padding-top: .25rem
}

.pr-1 {
	padding-right: .25rem
}

.pt-2 {
	padding-top: .5rem
}

.pr-2 {
	padding-right: .5rem
}

.pb-2 {
	padding-bottom: .5rem
}

.pl-2 {
	padding-left: .5rem
}

.pb-3 {
	padding-bottom: .75rem
}

.pl-3 {
	padding-left: .75rem
}

.pt-4 {
	padding-top: 1rem
}

.pb-4 {
	padding-bottom: 1rem
}

.pt-5 {
	padding-top: 1.25rem
}

.pr-5 {
	padding-right: 1.25rem
}

.pb-5 {
	padding-bottom: 1.25rem
}

.pl-5 {
	padding-left: 1.25rem
}

.pt-6 {
	padding-top: 1.5rem
}

.pb-6 {
	padding-bottom: 1.5rem
}

.pt-7 {
	padding-top: 1.75rem
}

.pb-7 {
	padding-bottom: 1.75rem
}

.pt-8 {
	padding-top: 2rem
}

.pb-8 {
	padding-bottom: 2rem
}

.pb-9 {
	padding-bottom: 2.25rem
}

.pt-10 {
	padding-top: 2.5rem
}

.pb-10 {
	padding-bottom: 2.5rem
}

.pt-12 {
	padding-top: 3rem
}

.pb-12 {
	padding-bottom: 3rem
}

.pt-14 {
	padding-top: 3.5rem
}

.pt-16 {
	padding-top: 4rem
}

.pb-16 {
	padding-bottom: 4rem
}

.pl-16 {
	padding-left: 4rem
}

.pt-20 {
	padding-top: 5rem
}

.pb-20 {
	padding-bottom: 5rem
}

.pt-32 {
	padding-top: 8rem
}

.pb-56 {
	padding-bottom: 14rem
}

.pr-0\.5 {
	padding-right: .125rem
}

.pr-2\.5 {
	padding-right: .625rem
}

.pl-2\.5 {
	padding-left: .625rem
}

.pl-3\.5 {
	padding-left: .875rem
}

.pointer-events-none {
	pointer-events: none
}

.pointer-events-auto {
	pointer-events: auto
}

.fixed {
	position: fixed
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.inset-0 {
	top: 0;
	bottom: 0
}

.inset-0,
.inset-x-0 {
	right: 0;
	left: 0
}

.top-0 {
	top: 0
}

.right-0 {
	right: 0
}

.bottom-0 {
	bottom: 0
}

.left-0 {
	left: 0
}

.top-1\/2 {
	top: 50%
}

.left-1\/2 {
	left: 50%
}

.group:hover .group-hover\:top-0 {
	top: 0
}

.resize {
	resize: both
}

* {
	--tw-shadow: 0 0 transparent
}

.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

.shadow,
.shadow-sm {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.shadow-lg,
.shadow-md {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

* {
	--tw-ring-inset: var(--tw-empty, /*!*/
	/*!*/
	);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 transparent;
	--tw-ring-shadow: 0 0 transparent
}

.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 transparent)
}

.focus\:ring-offset-0:focus {
	--tw-ring-offset-width: 0px
}

.focus\:ring-indigo-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity))
}

.focus\:ring-wave-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 105, 255, var(--tw-ring-opacity))
}

.focus\:ring-opacity-30:focus {
	--tw-ring-opacity: 0.3
}

.focus\:ring-opacity-50:focus {
	--tw-ring-opacity: 0.5
}

.fill-current {
	fill: currentColor
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-transparent {
	color: transparent
}

.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity))
}

.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity))
}

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity))
}

.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.text-red-100 {
	--tw-text-opacity: 1;
	color: rgba(254, 226, 226, var(--tw-text-opacity))
}

.text-red-400 {
	--tw-text-opacity: 1;
	color: rgba(248, 113, 113, var(--tw-text-opacity))
}

.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity))
}

.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity))
}

.text-red-700 {
	--tw-text-opacity: 1;
	color: rgba(185, 28, 28, var(--tw-text-opacity))
}

.text-yellow-400 {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity))
}

.text-green-400 {
	--tw-text-opacity: 1;
	color: rgba(52, 211, 153, var(--tw-text-opacity))
}

.text-green-500 {
	--tw-text-opacity: 1;
	color: rgba(16, 185, 129, var(--tw-text-opacity))
}

.text-blue-100 {
	--tw-text-opacity: 1;
	color: rgba(219, 234, 254, var(--tw-text-opacity))
}

.text-blue-200 {
	--tw-text-opacity: 1;
	color: rgba(191, 219, 254, var(--tw-text-opacity))
}

.text-blue-400 {
	--tw-text-opacity: 1;
	color: rgba(96, 165, 250, var(--tw-text-opacity))
}

.text-blue-600 {
	--tw-text-opacity: 1;
	color: rgba(37, 99, 235, var(--tw-text-opacity))
}

.text-blue-700 {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity))
}

.text-blue-900 {
	--tw-text-opacity: 1;
	color: rgba(30, 58, 138, var(--tw-text-opacity))
}

.text-indigo-400 {
	--tw-text-opacity: 1;
	color: rgba(129, 140, 248, var(--tw-text-opacity))
}

.text-indigo-500 {
	--tw-text-opacity: 1;
	color: rgba(193, 73, 47, var(--tw-text-opacity))
}

.text-indigo-600 {
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity))
}

.text-indigo-700 {
	--tw-text-opacity: 1;
	color: rgba(67, 56, 202, var(--tw-text-opacity))
}

.text-wave-100 {
	--tw-text-opacity: 1;
	color: #F2F8FF
}

.text-wave-200 {
	--tw-text-opacity: 1;
	color: #E6F0FF
}

.text-wave-500 {
	--tw-text-opacity: 1;
	color: #c1492f
}

.text-wave-600 {
	--tw-text-opacity: 1;
	color: #FAFAFA
}

.group:hover .group-hover\:text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-wave-600 {
	--tw-text-opacity: 1;
	color: #FAFAFA;
}

.hover\:text-gray-400:hover {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity))
}

.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.hover\:text-gray-800:hover {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity))
}

.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.hover\:text-indigo-500:hover {
	--tw-text-opacity: 1;
	color: rgba(193, 73, 47, var(--tw-text-opacity))
}

.hover\:text-indigo-600:hover {
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity))
}

.hover\:text-wave-500:hover {
	--tw-text-opacity: 1;
	color: #c1492f;
}

.hover\:text-wave-600:hover {
	--tw-text-opacity: 1;
	color: #FAFAFA
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.uppercase {
	text-transform: uppercase
}

.focus\:underline:focus,
.hover\:underline:hover,
.underline {
	text-decoration: underline
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.tracking-tight {
	letter-spacing: -.025em
}

.tracking-wide {
	letter-spacing: .025em
}

.tracking-wider {
	letter-spacing: .05em
}

.select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.align-bottom {
	vertical-align: bottom
}

.visible {
	visibility: visible
}

.invisible {
	visibility: hidden
}

.w-0 {
	width: 0
}

.w-1 {
	width: .25rem
}

.w-4 {
	width: 1rem
}

.w-5 {
	width: 1.25rem
}

.w-6 {
	width: 1.5rem
}

.w-7 {
	width: 1.75rem
}

.w-8 {
	width: 2rem
}

.w-9 {
	width: 2.25rem
}

.w-10 {
	width: 2.5rem
}

.w-12 {
	width: 3rem
}

.w-14 {
	width: 3.5rem
}

.w-16 {
	width: 4rem
}

.w-24 {
	width: 6rem
}

.w-32 {
	width: 8rem
}

.w-56 {
	width: 14rem
}

.w-104 {
	width: 26rem
}

.w-auto {
	width: auto
}

.w-full {
	width: 100%
}

.w-screen {
	width: 100vw
}

.z-0 {
	z-index: 0
}

.z-10 {
	z-index: 10
}

.z-20 {
	z-index: 20
}

.z-30 {
	z-index: 30
}

.z-40 {
	z-index: 40
}

.z-50 {
	z-index: 50
}

.focus\:z-10:focus {
	z-index: 10
}

.gap-5 {
	gap: 1.25rem
}

.gap-6 {
	gap: 1.5rem
}

.gap-y-10 {
	row-gap: 2.5rem
}

.gap-y-16 {
	row-gap: 4rem
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

.col-span-1 {
	grid-column: span 1/span 1
}

.transform {
	--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;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.origin-top {
	transform-origin: top
}

.origin-top-right {
	transform-origin: top right
}

.scale-95 {
	--tw-scale-x: .95;
	--tw-scale-y: .95
}

.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1
}

.group:hover .group-hover\:scale-110,
.scale-110 {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1
}

.-rotate-3 {
	--tw-rotate: -3deg
}

.group:hover .group-hover\:rotate-3 {
	--tw-rotate: 3deg
}

.translate-x-12 {
	--tw-translate-x: 3rem
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%
}

.translate-y-0 {
	--tw-translate-y: 0px
}

.translate-y-2 {
	--tw-translate-y: 0.5rem
}

.translate-y-4 {
	--tw-translate-y: 1rem
}

.translate-y-12 {
	--tw-translate-y: 3rem
}

.-translate-y-1 {
	--tw-translate-y: -0.25rem
}

.translate-y-full {
	--tw-translate-y: 100%
}

.hover\:-translate-y-1:hover {
	--tw-translate-y: -0.25rem
}

.group:hover .group-hover\:translate-y-0 {
	--tw-translate-y: 0px
}

.group:hover .group-hover\:translate-y-1 {
	--tw-translate-y: 0.25rem
}

.transition-none {
	transition-property: none
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.ease-in {
	transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-out {
	transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.ease-in-out {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-75 {
	transition-duration: 75ms
}

.duration-100 {
	transition-duration: .1s
}

.duration-150 {
	transition-duration: .15s
}

.duration-200 {
	transition-duration: .2s
}

.duration-300 {
	transition-duration: .3s
}

.duration-700 {
	transition-duration: .7s
}

.duration-1000 {
	transition-duration: 1s
}

.delay-100 {
	transition-delay: .1s
}

.delay-150 {
	transition-delay: .15s
}

.delay-300 {
	transition-delay: .3s
}

.delay-450 {
	transition-delay: .45s
}

@-webkit-keyframes spin {
	to {
		transform: rotate(1turn)
	}
}

@keyframes spin {
	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes ping {
	75%,
	to {
		transform: scale(2);
		opacity: 0
	}
}

@keyframes ping {
	75%,
	to {
		transform: scale(2);
		opacity: 0
	}
}

@-webkit-keyframes pulse {
	50% {
		opacity: .5
	}
}

@keyframes pulse {
	50% {
		opacity: .5
	}
}

@-webkit-keyframes bounce {
	0%,
	to {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(.8, 0, 1, 1)
	}
	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
		animation-timing-function: cubic-bezier(0, 0, .2, 1)
	}
}

@keyframes bounce {
	0%,
	to {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(.8, 0, 1, 1)
	}
	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
		animation-timing-function: cubic-bezier(0, 0, .2, 1)
	}
}

.animate-spin {
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite
}

[x-cloak] {
	display: none
}

svg {
	width: 100%
}

.wave {
	-webkit-animation: wave 3s linear;
	animation: wave 3s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	fill: #c1492f
}

#wave2 {
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	animation-direction: reverse;
	opacity: .6
}

#wave3 {
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	opacity: .3
}

@-webkit-keyframes drop {
	0% {
		transform: translateY(80%);
		opacity: .6
	}
	80% {
		transform: translateY(80%);
		opacity: .6
	}
	90% {
		transform: translateY(10%);
		opacity: .6
	}
	to {
		transform: translateY(0) scale(1.5);
		stroke-width: .2;
		opacity: 0
	}
}

@keyframes drop {
	0% {
		transform: translateY(80%);
		opacity: .6
	}
	80% {
		transform: translateY(80%);
		opacity: .6
	}
	90% {
		transform: translateY(10%);
		opacity: .6
	}
	to {
		transform: translateY(0) scale(1.5);
		stroke-width: .2;
		opacity: 0
	}
}

@-webkit-keyframes wave {
	to {
		transform: translateX(-100%)
	}
}

@keyframes wave {
	to {
		transform: translateX(-100%)
	}
}

.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	padding: .5rem .75rem;
	font-size: 1rem;
	font-size: [object Object];
	line-height: 1.5
}

.form-control::-moz-placeholder {
	color: #6b7280;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6b7280;
	opacity: 1
}

.form-control::placeholder {
	color: #6b7280;
	opacity: 1
}

.form-control:focus {
	outline: none;
	border-color: #60a5fa
}

.form-control {
	width: 100%
}

.form-control,
.form-select,
.form-textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity))
}

.form-control:focus,
.form-select:focus,
.form-textarea:focus {
	--tw-border-opacity: 1;
	border-color: rgba(77, 150, 255, var(--tw-border-opacity))
}

.form-control,
.form-select,
.form-textarea {
	border-radius: .375rem;
	border-width: 1px;
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 1.5
}

.form-control:focus,
.form-select:focus,
.form-textarea:focus {
	outline: 2px solid transparent;
	outline-offset: 2px
}

.form-control,
.form-select,
.form-textarea {
	padding: .5rem .75rem
}

.form-control:focus,
.form-select:focus,
.form-textarea: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 transparent);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 105, 255, var(--tw-ring-opacity));
	--tw-ring-opacity: 0.3
}

.form-control,
.form-select,
.form-textarea {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.form-input,
.form-select,
.form-textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity))
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
	--tw-border-opacity: 1;
	border-color: rgba(77, 150, 255, var(--tw-border-opacity))
}

.form-input,
.form-select,
.form-textarea {
	border-radius: .375rem;
	border-width: 1px;
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 1.5
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
	outline: 2px solid transparent;
	outline-offset: 2px
}

.form-input,
.form-select,
.form-textarea {
	padding: .5rem .75rem
}

.form-input:focus,
.form-select:focus,
.form-textarea: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 transparent);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 105, 255, var(--tw-ring-opacity));
	--tw-ring-opacity: 0.3
}

.form-input,
.form-select,
.form-textarea {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.form-select {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: right .5rem center;
	background-size: 1.5em 1.5em;
	padding: .5rem 2.5rem .5rem .75rem;
	background-repeat: no-repeat
}

@media (min-width:640px) {
	.sm\:border-gray-200 {
		--tw-border-opacity: 1;
		border-color: rgba(229, 231, 235, var(--tw-border-opacity))
	}
	.sm\:rounded {
		border-radius: .25rem
	}
	.sm\:rounded-lg {
		border-radius: .5rem
	}
	.sm\:border-b {
		border-bottom-width: 1px
	}
	.sm\:block {
		display: block
	}
	.sm\:inline-block {
		display: inline-block
	}
	.sm\:flex {
		display: flex
	}
	.sm\:flex-row {
		flex-direction: row
	}
	.sm\:flex-row-reverse {
		flex-direction: row-reverse
	}
	.sm\:items-start {
		align-items: flex-start
	}
	.sm\:items-center {
		align-items: center
	}
	.sm\:justify-end {
		justify-content: flex-end
	}
	.sm\:justify-center {
		justify-content: center
	}
	.sm\:h-10 {
		height: 2.5rem
	}
	.sm\:h-2\/3 {
		height: .1875rem
	}
	.sm\:h-screen {
		height: 100vh
	}
	.sm\:text-sm {
		font-size: .875rem;
		line-height: 1.25rem
	}
	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem
	}
	.sm\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
	.sm\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem
	}
	.sm\:leading-5 {
		line-height: 1.25rem
	}
	.sm\:leading-10 {
		line-height: 2.5rem
	}
	.sm\:leading-none {
		line-height: 1
	}
	.sm\:mx-0 {
		margin-left: 0;
		margin-right: 0
	}
	.sm\:my-2 {
		margin-top: .5rem;
		margin-bottom: .5rem
	}
	.sm\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
	.sm\:my-10 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}
	.sm\:mx-auto {
		margin-left: auto;
		margin-right: auto
	}
	.sm\:mt-0 {
		margin-top: 0
	}
	.sm\:mb-0 {
		margin-bottom: 0
	}
	.sm\:mt-2 {
		margin-top: .5rem
	}
	.sm\:ml-3 {
		margin-left: .75rem
	}
	.sm\:mt-4 {
		margin-top: 1rem
	}
	.sm\:ml-4 {
		margin-left: 1rem
	}
	.sm\:mt-5 {
		margin-top: 1.25rem
	}
	.sm\:mt-6 {
		margin-top: 1.5rem
	}
	.sm\:ml-6 {
		margin-left: 1.5rem
	}
	.sm\:mt-8 {
		margin-top: 2rem
	}
	.sm\:max-w-sm {
		max-width: 24rem
	}
	.sm\:max-w-md {
		max-width: 28rem
	}
	.sm\:max-w-lg {
		max-width: 32rem
	}
	.sm\:max-w-5xl {
		max-width: 64rem
	}
	.sm\:p-0 {
		padding: 0
	}
	.sm\:p-6 {
		padding: 1.5rem
	}
	.sm\:p-8 {
		padding: 2rem
	}
	.sm\:px-0 {
		padding-left: 0;
		padding-right: 0
	}
	.sm\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}
	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.sm\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}
	.sm\:pr-8 {
		padding-right: 2rem
	}
	.sm\:pt-10 {
		padding-top: 2.5rem
	}
	.sm\:pr-10 {
		padding-right: 2.5rem
	}
	.sm\:pl-12 {
		padding-left: 3rem
	}
	.sm\:pb-20 {
		padding-bottom: 5rem
	}
	.sm\:text-left {
		text-align: left
	}
	.sm\:text-center {
		text-align: center
	}
	.sm\:align-middle {
		vertical-align: middle
	}
	.sm\:w-10 {
		width: 2.5rem
	}
	.sm\:w-auto {
		width: auto
	}
	.sm\:w-4\/5 {
		width: 80%
	}
	.sm\:w-full {
		width: 100%
	}
	.sm\:gap-8 {
		gap: 2rem
	}
	.sm\:gap-x-8 {
		-moz-column-gap: 2rem;
		column-gap: 2rem
	}
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
	.sm\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
	.sm\:scale-95 {
		--tw-scale-x: .95;
		--tw-scale-y: .95
	}
	.sm\:scale-100 {
		--tw-scale-x: 1;
		--tw-scale-y: 1
	}
	.sm\:translate-x-0 {
		--tw-translate-x: 0px
	}
	.sm\:translate-x-2 {
		--tw-translate-x: 0.5rem
	}
	.sm\:translate-y-0 {
		--tw-translate-y: 0px
	}
}

@media (min-width:768px) {
	.md\: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*(1 - var(--tw-space-x-reverse)))
	}
	.md\:block {
		display: block
	}
	.md\:inline-block {
		display: inline-block
	}
	.md\:flex {
		display: flex
	}
	.md\:inline-flex {
		display: inline-flex
	}
	.md\:hidden {
		display: none
	}
	.md\:items-center {
		align-items: center
	}
	.md\:justify-start {
		justify-content: flex-start
	}
	.md\:justify-self-end {
		justify-self: end
	}
	.md\:flex-1 {
		flex: 1 1 0%
	}
	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem
	}
	.md\:my-5 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem
	}
	.md\:mt-0 {
		margin-top: 0
	}
	.md\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem
	}
	.md\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}
	.md\:pr-6 {
		padding-right: 1.5rem
	}
	.md\:pb-32 {
		padding-bottom: 8rem
	}
	.md\:text-center {
		text-align: center
	}
	.md\:w-1\/5 {
		width: 20%
	}
	.md\:w-3\/5 {
		width: 60%
	}
	.md\:w-4\/5 {
		width: 80%
	}
	.md\:w-1\/6 {
		width: 16.666667%
	}
	.md\:w-5\/6 {
		width: 83.333333%
	}
	.md\:gap-x-12 {
		-moz-column-gap: 3rem;
		column-gap: 3rem
	}
}

@media (min-width:1024px) {
	.lg\:prose-2xl {
		font-size: 1.5rem;
		line-height: 1.6666667
	}
	.lg\:prose-2xl p {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em
	}
	.lg\:prose-2xl [class~=lead] {
		font-size: 1.25em;
		line-height: 1.4666667;
		margin-top: 1.0666667em;
		margin-bottom: 1.0666667em
	}
	.lg\:prose-2xl blockquote {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
		padding-left: 1.1111111em
	}
	.lg\:prose-2xl h1 {
		font-size: 2.6666667em;
		margin-top: 0;
		margin-bottom: .875em;
		line-height: 1
	}
	.lg\:prose-2xl h2 {
		font-size: 2em;
		margin-top: 1.5em;
		margin-bottom: .8333333em;
		line-height: 1.0833333
	}
	.lg\:prose-2xl h3 {
		font-size: 1.5em;
		margin-top: 1.5555556em;
		margin-bottom: .6666667em;
		line-height: 1.2222222
	}
	.lg\:prose-2xl h4 {
		margin-top: 1.6666667em;
		margin-bottom: .6666667em;
		line-height: 1.5
	}
	.lg\:prose-2xl figure,
	.lg\:prose-2xl img,
	.lg\:prose-2xl video {
		margin-top: 2em;
		margin-bottom: 2em
	}
	.lg\:prose-2xl figure>* {
		margin-top: 0;
		margin-bottom: 0
	}
	.lg\:prose-2xl figure figcaption {
		font-size: .8333333em;
		line-height: 1.6;
		margin-top: 1em
	}
	.lg\:prose-2xl code {
		font-size: .8333333em
	}
	.lg\:prose-2xl h2 code {
		font-size: .875em
	}
	.lg\:prose-2xl h3 code {
		font-size: .8888889em
	}
	.lg\:prose-2xl pre {
		font-size: .8333333em;
		line-height: 1.8;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: .5rem;
		padding: 1.2em 1.6em
	}
	.lg\:prose-2xl ol,
	.lg\:prose-2xl ul {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em
	}
	.lg\:prose-2xl li {
		margin-top: .5em;
		margin-bottom: .5em
	}
	.lg\:prose-2xl ol>li {
		padding-left: 1.6666667em
	}
	.lg\:prose-2xl ol>li:before {
		left: 0
	}
	.lg\:prose-2xl ul>li {
		padding-left: 1.6666667em
	}
	.lg\:prose-2xl ul>li:before {
		width: .3333333em;
		height: .3333333em;
		top: .66667em;
		left: .25em
	}
	.lg\:prose-2xl>ul>li p {
		margin-top: .8333333em;
		margin-bottom: .8333333em
	}
	.lg\:prose-2xl>ul>li>:first-child {
		margin-top: 1.3333333em
	}
	.lg\:prose-2xl>ul>li>:last-child {
		margin-bottom: 1.3333333em
	}
	.lg\:prose-2xl>ol>li>:first-child {
		margin-top: 1.3333333em
	}
	.lg\:prose-2xl>ol>li>:last-child {
		margin-bottom: 1.3333333em
	}
	.lg\:prose-2xl ol ol,
	.lg\:prose-2xl ol ul,
	.lg\:prose-2xl ul ol,
	.lg\:prose-2xl ul ul {
		margin-top: .6666667em;
		margin-bottom: .6666667em
	}
	.lg\:prose-2xl hr {
		margin-top: 3em;
		margin-bottom: 3em
	}
	.lg\:prose-2xl h2+*,
	.lg\:prose-2xl h3+*,
	.lg\:prose-2xl h4+*,
	.lg\:prose-2xl hr+* {
		margin-top: 0
	}
	.lg\:prose-2xl table {
		font-size: .8333333em;
		line-height: 1.4
	}
	.lg\:prose-2xl thead th {
		padding-right: .6em;
		padding-bottom: .8em;
		padding-left: .6em
	}
	.lg\:prose-2xl thead th:first-child {
		padding-left: 0
	}
	.lg\:prose-2xl thead th:last-child {
		padding-right: 0
	}
	.lg\:prose-2xl tbody td {
		padding: .8em .6em
	}
	.lg\:prose-2xl tbody td:first-child {
		padding-left: 0
	}
	.lg\:prose-2xl tbody td:last-child {
		padding-right: 0
	}
	.lg\:prose-2xl>:first-child {
		margin-top: 0
	}
	.lg\:prose-2xl>:last-child {
		margin-bottom: 0
	}
	.lg\:block {
		display: block
	}
	.lg\:flex-row {
		flex-direction: row
	}
	.lg\:items-start {
		align-items: flex-start
	}
	.lg\:justify-start {
		justify-content: flex-start
	}
	.lg\:flex-1 {
		flex: 1 1 0%
	}
	.lg\:flex-none {
		flex: none
	}
	.lg\:text-sm {
		font-size: .875rem;
		line-height: 1.25rem
	}
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem
	}
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
	.lg\:text-5xl {
		font-size: 3rem;
		line-height: 1
	}
	.lg\:mt-0 {
		margin-top: 0
	}
	.lg\:mr-0 {
		margin-right: 0
	}
	.lg\:mb-0 {
		margin-bottom: 0
	}
	.lg\:ml-0 {
		margin-left: 0
	}
	.lg\:mr-3 {
		margin-right: .75rem
	}
	.lg\:ml-3 {
		margin-left: .75rem
	}
	.lg\:ml-6 {
		margin-left: 1.5rem
	}
	.lg\:max-w-none {
		max-width: none
	}
	.lg\:px-0 {
		padding-left: 0;
		padding-right: 0
	}
	.lg\:px-3 {
		padding-left: .75rem;
		padding-right: .75rem
	}
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem
	}
	.lg\:pt-5 {
		padding-top: 1.25rem
	}
	.lg\:pr-8 {
		padding-right: 2rem
	}
	.lg\:pt-10 {
		padding-top: 2.5rem
	}
	.lg\:pr-12 {
		padding-right: 3rem
	}
	.lg\:pb-28 {
		padding-bottom: 7rem
	}
	.lg\:pb-64 {
		padding-bottom: 16rem
	}
	.lg\:text-left {
		text-align: left
	}
	.lg\:w-1\/2 {
		width: 50%
	}
	.lg\:w-1\/3 {
		width: 33.333333%
	}
	.lg\:w-2\/3 {
		width: 66.666667%
	}
	.lg\:w-3\/12 {
		width: 25%
	}
	.lg\:w-9\/12 {
		width: 75%
	}
	.lg\:gap-20 {
		gap: 5rem
	}
	.lg\:gap-x-8 {
		-moz-column-gap: 2rem;
		column-gap: 2rem
	}
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
}

@media (min-width:1280px) {
	.xl\:border-gray-200 {
		--tw-border-opacity: 1;
		border-color: rgba(229, 231, 235, var(--tw-border-opacity))
	}
	.xl\:rounded-xl {
		border-radius: .8rem
	}
	.xl\:block {
		display: block
	}
	.xl\:text-base {
		font-size: 1rem;
		line-height: 1.5rem
	}
	.xl\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
	.xl\:text-6xl {
		font-size: 3.75rem;
		line-height: 1
	}
	.xl\:-mt-24 {
		margin-top: -6rem
	}
	.xl\:max-w-6xl {
		max-width: 72rem
	}
	.xl\:px-2 {
		padding-left: .5rem;
		padding-right: .5rem
	}
	.xl\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
	.xl\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem
	}
	.xl\:absolute {
		position: absolute
	}
	.xl\:w-1\/5 {
		width: 20%
	}
	.xl\:w-4\/5 {
		width: 80%
	}
	.xl\:w-screen {
		width: 100vw
	}
	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
}
