.container {
    width: 100%;
}
@media (min-width: 380px) {
    .container {
        max-width: 380px;
    }
}
@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: #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: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.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: 0.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: 0.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 {
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.prose h4 {
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.prose figure figcaption {
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.prose code {
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
}
.prose code::before {
    content: "`";
}
.prose code::after {
    content: "`";
}
.prose a code {
    color: #111827;
}
.prose pre {
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 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::before {
    content: "";
}
.prose pre code::after {
    content: "";
}
.prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.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: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.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-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.prose {
    font-size: 1rem;
    line-height: 1.75;
}
.prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose img {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose video {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
}
.prose h2 code {
    font-size: 0.875em;
}
.prose h3 code {
    font-size: 0.9em;
}
.prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.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 ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose hr + * {
    margin-top: 0;
}
.prose h2 + * {
    margin-top: 0;
}
.prose h3 + * {
    margin-top: 0;
}
.prose h4 + * {
    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-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
}
.prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
}
.prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
}
.prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
}
.prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
}
.prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
}
.prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
}
.prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
}
.prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
}
.prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
}
.prose-lg code {
    font-size: 0.8888889em;
}
.prose-lg h2 code {
    font-size: 0.8666667em;
}
.prose-lg h3 code {
    font-size: 0.875em;
}
.prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
}
.prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
}
.prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
}
.prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
}
.prose-lg ol > li {
    padding-left: 1.6666667em;
}
.prose-lg ol > li::before {
    left: 0;
}
.prose-lg ul > li {
    padding-left: 1.6666667em;
}
.prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
}
.prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
}
.prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
}
.prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
}
.prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
}
.prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
}
.prose-lg ul ul, .prose-lg ul ol, .prose-lg ol ul, .prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
}
.prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
}
.prose-lg hr + * {
    margin-top: 0;
}
.prose-lg h2 + * {
    margin-top: 0;
}
.prose-lg h3 + * {
    margin-top: 0;
}
.prose-lg h4 + * {
    margin-top: 0;
}
.prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
}
.prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
}
.prose-lg thead th:first-child {
    padding-left: 0;
}
.prose-lg thead th:last-child {
    padding-right: 0;
}
.prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
}
.prose-lg tbody td:first-child {
    padding-left: 0;
}
.prose-lg tbody td:last-child {
    padding-right: 0;
}
.prose-lg > :first-child {
    margin-top: 0;
}
.prose-lg > :last-child {
    margin-bottom: 0;
}
.prose-indigo {}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.aspect-w-5 {
    --tw-aspect-w: 5;
}
.aspect-h-3 {
    --tw-aspect-h: 3;
}
    .link-outlined {
    position: relative;
    display: block;
    display: flex;
    width: 100%;
    align-items: center;
    border-width: 2px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 500;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
    .link-filled {
    position: relative;
    display: block;
    display: flex;
    width: 100%;
    transform: var(--tw-transform);
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
    .link-filled:hover {
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
    transform: var(--tw-transform);
}
    .link-rounded {
    border-radius: 0.5rem;
}
    .link-pill {
    border-radius: 9999px;
}

    .link-outlined.has-image {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
    .link-filled.has-image {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

    .link-outlined .link-image {
    position: absolute;
    left: 0.5rem;
    height: 2.5rem;
    width: 2.5rem;
    background-size: cover;
    background-position: center;
}
    .link-rounded .link-image {
    position: absolute;
    left: 0.5rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 0.375rem;
    background-size: cover;
    background-position: center;
}
    .link-pill .link-image {
    position: absolute;
    left: 0.5rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 9999px;
    background-size: cover;
    background-position: center;
}

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

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.avatar {
    display: inline-block;
    height: 6rem;
    width: 6rem;
    border-radius: 9999px;
}

.title {
    text-align: center;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.verified {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.bio {
    text-align: center;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.social-icons {
    margin-top: -0.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.social-icon {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    margin-top: 0.75rem;
    height: 2rem;
    width: 2rem;
    transform: var(--tw-transform);
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.social-icon:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: var(--tw-transform);
}

.link-container {
    margin-top: 2rem;
}

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

.link-header {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.link {
    position: relative;
    display: block;
    display: flex;
    width: 100%;
    align-items: center;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.link:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.link.has-image {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.link-image {
    position: absolute;
    left: 0.5rem;
    height: 2.5rem;
    width: 2.5rem;
    background-size: cover;
    background-position: center;
}

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

.logo {
    height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.logo-text {
    height: 1.125rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/**
 * Custom Button Styles
 */

.before\:float-left::before {
    content: "";
    float: left;
}

.before\:pt-full::before {
    content: "";
    padding-top: 100%;
}

.after\:block::after {
    content: "";
    display: block;
}

.after\:pb-full::after {
    content: "";
    padding-bottom: 100%;
}

.focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: var(--tw-transform);
}

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

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

.hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, 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-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-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 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-white\/5:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.hover\:bg-valhalla-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 239, 248, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-litepie-secondary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.hover\:bg-litepie-primary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 28, 63, var(--tw-bg-opacity));
}

.hover\:bg-litepie-secondary-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

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

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

.hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 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-valhalla-600:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 36, 81, var(--tw-text-opacity));
}

.hover\:text-valhalla-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 68, 151, var(--tw-text-opacity));
}

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

.hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.hover\:text-litepie-secondary-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.hover\:text-litepie-primary-700:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 28, 63, var(--tw-text-opacity));
}

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

.focus\:z-10:focus {
    z-index: 10;
}

.focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, 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-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, 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-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, 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-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus\:border-valhalla-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 68, 151, var(--tw-border-opacity));
}

.focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

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

.focus\:border-litepie-primary-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 107, 189, var(--tw-border-opacity));
}

.focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

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

.focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

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

.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-litepie-primary-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 239, 248, var(--tw-bg-opacity));
}

.focus\:bg-litepie-secondary-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

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

.focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
}

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

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

.focus\:text-litepie-secondary-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.focus\:text-litepie-primary-600:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 36, 81, var(--tw-text-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-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-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-inset:focus {
    --tw-ring-inset: inset;
}

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

.focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus\:ring-valhalla-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 68, 151, var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-litepie-primary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 44, 99, var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
}

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

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

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

.active\:bg-red-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

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

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

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

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

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
}

.disabled\:text-litepie-secondary-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.disabled\:opacity-25:disabled {
    opacity: 0.25;
}

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

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

@media (min-width: 380px) {
    .xs\:-ml-5 {
        margin-left: -1.25rem;
    }
    .xs\:mt-10 {
        margin-top: 2.5rem;
    }
    .xs\:-ml-10 {
        margin-left: -2.5rem;
    }
    .xs\:mt-5 {
        margin-top: 1.25rem;
    }
    .xs\:mt-0 {
        margin-top: 0px;
    }
    .xs\:block {
        display: block;
    }
    .xs\:hidden {
        display: none;
    }
    .xs\:h-48 {
        height: 12rem;
    }
    .xs\:justify-start {
        justify-content: flex-start;
    }
    .xs\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (min-width: 640px) {
    .sm\:static {
        position: static;
    }
    .sm\:fixed {
        position: fixed;
    }
    .sm\:relative {
        position: relative;
    }
    .sm\:inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }
    .sm\:inset-y-0 {
        top: 0px;
        bottom: 0px;
    }
    .sm\:left-auto {
        left: auto;
    }
    .sm\:right-0 {
        right: 0px;
    }
    .sm\:right-auto {
        right: auto;
    }
    .sm\:z-auto {
        z-index: auto;
    }
    .sm\:order-none {
        order: 0;
    }
    .sm\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .sm\:m-0 {
        margin: 0px;
    }
    .sm\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .sm\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .sm\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .sm\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .sm\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .sm\:ml-3 {
        margin-left: 0.75rem;
    }
    .sm\:-mr-2 {
        margin-right: -0.5rem;
    }
    .sm\:mt-0 {
        margin-top: 0px;
    }
    .sm\:ml-4 {
        margin-left: 1rem;
    }
    .sm\:ml-10 {
        margin-left: 2.5rem;
    }
    .sm\:ml-6 {
        margin-left: 1.5rem;
    }
    .sm\:mt-16 {
        margin-top: 4rem;
    }
    .sm\:mt-10 {
        margin-top: 2.5rem;
    }
    .sm\:ml-8 {
        margin-left: 2rem;
    }
    .sm\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .sm\:mt-5 {
        margin-top: 1.25rem;
    }
    .sm\:mr-2 {
        margin-right: 0.5rem;
    }
    .sm\:ml-auto {
        margin-left: auto;
    }
    .sm\:mt-12 {
        margin-top: 3rem;
    }
    .sm\:ml-0 {
        margin-left: 0px;
    }
    .sm\:mt-8 {
        margin-top: 2rem;
    }
    .sm\:mb-8 {
        margin-bottom: 2rem;
    }
    .sm\:mt-1 {
        margin-top: 0.25rem;
    }
    .sm\:mb-1 {
        margin-bottom: 0.25rem;
    }
    .sm\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }
    .sm\:ml-2 {
        margin-left: 0.5rem;
    }
    .sm\:mt-2\.5 {
        margin-top: 0.625rem;
    }
    .sm\:mt-2 {
        margin-top: 0.5rem;
    }
    .sm\:mb-0 {
        margin-bottom: 0px;
    }
    .sm\:block {
        display: block;
    }
    .sm\:inline-block {
        display: inline-block;
    }
    .sm\:inline {
        display: inline;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:h-10 {
        height: 2.5rem;
    }
    .sm\:h-6 {
        height: 1.5rem;
    }
    .sm\:h-screen {
        height: 100vh;
    }
    .sm\:h-8 {
        height: 2rem;
    }
    .sm\:w-10 {
        width: 2.5rem;
    }
    .sm\:w-full {
        width: 100%;
    }
    .sm\:w-auto {
        width: auto;
    }
    .sm\:w-1 {
        width: 0.25rem;
    }
    .sm\:w-80 {
        width: 20rem;
    }
    .sm\:max-w-md {
        max-width: 28rem;
    }
    .sm\:max-w-sm {
        max-width: 24rem;
    }
    .sm\:max-w-lg {
        max-width: 32rem;
    }
    .sm\:max-w-xl {
        max-width: 36rem;
    }
    .sm\:max-w-2xl {
        max-width: 42rem;
    }
    .sm\:max-w-xs {
        max-width: 20rem;
    }
    .sm\:flex-1 {
        flex: 1 1 0%;
    }
    .sm\:translate-y-0 {
        --tw-translate-y: 0px;
        transform: var(--tw-transform);
    }
    .sm\:translate-x-16 {
        --tw-translate-x: 4rem;
        transform: var(--tw-transform);
    }
    .sm\:translate-x-full {
        --tw-translate-x: 100%;
        transform: var(--tw-transform);
    }
    .sm\:translate-x-0 {
        --tw-translate-x: 0px;
        transform: var(--tw-transform);
    }
    .sm\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: var(--tw-transform);
    }
    .sm\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: var(--tw-transform);
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .sm\:flex-col {
        flex-direction: column;
    }
    .sm\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .sm\:items-start {
        align-items: flex-start;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\:justify-center {
        justify-content: center;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:gap-5 {
        gap: 1.25rem;
    }
    .sm\:gap-4 {
        gap: 1rem;
    }
    .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:overflow-hidden {
        overflow: hidden;
    }
    .sm\:overflow-visible {
        overflow: visible;
    }
    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }
    .sm\:rounded-md {
        border-radius: 0.375rem;
    }
    .sm\:rounded-2xl {
        border-radius: 1rem;
    }
    .sm\:rounded-xl {
        border-radius: 0.75rem;
    }
    .sm\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }
    .sm\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }
    .sm\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }
    .sm\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }
    .sm\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }
    .sm\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }
    .sm\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }
    .sm\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }
    .sm\:border {
        border-width: 1px;
    }
    .sm\:border-t-0 {
        border-top-width: 0px;
    }
    .sm\:border-b {
        border-bottom-width: 1px;
    }
    .sm\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .sm\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .sm\:p-6 {
        padding: 1.5rem;
    }
    .sm\:p-0 {
        padding: 0px;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .sm\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .sm\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .sm\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .sm\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .sm\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .sm\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .sm\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
    .sm\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .sm\:pt-0 {
        padding-top: 0px;
    }
    .sm\:pb-4 {
        padding-bottom: 1rem;
    }
    .sm\:pt-24 {
        padding-top: 6rem;
    }
    .sm\:pt-16 {
        padding-top: 4rem;
    }
    .sm\:pr-6 {
        padding-right: 1.5rem;
    }
    .sm\:pl-4 {
        padding-left: 1rem;
    }
    .sm\:pr-1 {
        padding-right: 0.25rem;
    }
    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-center {
        text-align: center;
    }
    .sm\:text-right {
        text-align: right;
    }
    .sm\:align-middle {
        vertical-align: middle;
    }
    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1.25;
    }
    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .sm\:font-medium {
        font-weight: 500;
    }
    .sm\:leading-none {
        line-height: 1;
    }
    .sm\:leading-4 {
        line-height: 1rem;
    }
    .sm\:tracking-tight {
        letter-spacing: -0.025em;
    }
    .sm\:opacity-100 {
        opacity: 1;
    }
    .sm\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:duration-300 {
        transition-duration: 300ms;
    }
    .sm\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media (min-width: 768px) {
    .md\:aspect-w-1,
.md\:aspect-w-2,
.md\:aspect-w-3,
.md\:aspect-w-4,
.md\:aspect-w-5,
.md\:aspect-w-6,
.md\:aspect-w-7,
.md\:aspect-w-8,
.md\:aspect-w-9,
.md\:aspect-w-10,
.md\:aspect-w-11,
.md\:aspect-w-12,
.md\:aspect-w-13,
.md\:aspect-w-14,
.md\:aspect-w-15,
.md\:aspect-w-16 {
        position: relative;
        padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    }
    .md\:aspect-w-1 > *,
.md\:aspect-w-2 > *,
.md\:aspect-w-3 > *,
.md\:aspect-w-4 > *,
.md\:aspect-w-5 > *,
.md\:aspect-w-6 > *,
.md\:aspect-w-7 > *,
.md\:aspect-w-8 > *,
.md\:aspect-w-9 > *,
.md\:aspect-w-10 > *,
.md\:aspect-w-11 > *,
.md\:aspect-w-12 > *,
.md\:aspect-w-13 > *,
.md\:aspect-w-14 > *,
.md\:aspect-w-15 > *,
.md\:aspect-w-16 > * {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .md\:aspect-w-2 {
        --tw-aspect-w: 2;
    }
    .md\:aspect-h-1 {
        --tw-aspect-h: 1;
    }
    .md\:static {
        position: static;
    }
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .md\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .md\:mt-0 {
        margin-top: 0px;
    }
    .md\:mt-5 {
        margin-top: 1.25rem;
    }
    .md\:mt-4 {
        margin-top: 1rem;
    }
    .md\:mr-4 {
        margin-right: 1rem;
    }
    .md\:mt-8 {
        margin-top: 2rem;
    }
    .md\:ml-4 {
        margin-left: 1rem;
    }
    .md\:-mt-4 {
        margin-top: -1rem;
    }
    .md\:ml-2 {
        margin-left: 0.5rem;
    }
    .md\:mb-16 {
        margin-bottom: 4rem;
    }
    .md\:mb-12 {
        margin-bottom: 3rem;
    }
    .md\:mr-6 {
        margin-right: 1.5rem;
    }
    .md\:mb-4 {
        margin-bottom: 1rem;
    }
    .md\:ml-8 {
        margin-left: 2rem;
    }
    .md\:-mt-8 {
        margin-top: -2rem;
    }
    .md\:-mb-4 {
        margin-bottom: -1rem;
    }
    .md\:mb-0 {
        margin-bottom: 0px;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:grid {
        display: grid;
    }
    .md\:hidden {
        display: none;
    }
    .md\:min-h-screen {
        min-height: 100vh;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:w-20 {
        width: 5rem;
    }
    .md\:min-w-0 {
        min-width: 0px;
    }
    .md\:max-w-lg {
        max-width: 32rem;
    }
    .md\:max-w-3xl {
        max-width: 48rem;
    }
    .md\:flex-1 {
        flex: 1 1 0%;
    }
    .md\:flex-shrink {
        flex-shrink: 1;
    }
    .md\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:justify-center {
        justify-content: center;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:gap-6 {
        gap: 1.5rem;
    }
    .md\:gap-x-8 {
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }
    .md\:gap-y-12 {
        row-gap: 3rem;
    }
    .md\:gap-y-10 {
        row-gap: 2.5rem;
    }
    .md\: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 * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .md\:overflow-y-auto {
        overflow-y: auto;
    }
    .md\:rounded-2xl {
        border-radius: 1rem;
    }
    .md\:border-t-0 {
        border-top-width: 0px;
    }
    .md\:border-l {
        border-left-width: 1px;
    }
    .md\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .md\:pb-0 {
        padding-bottom: 0px;
    }
    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1.25;
    }
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .lg\:relative {
        position: relative;
    }
    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .lg\:col-start-2 {
        grid-column-start: 2;
    }
    .lg\:col-start-1 {
        grid-column-start: 1;
    }
    .lg\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .lg\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .lg\:mt-24 {
        margin-top: 6rem;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:mr-1 {
        margin-right: 0.25rem;
    }
    .lg\:mb-0 {
        margin-bottom: 0px;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:grid {
        display: grid;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-full {
        height: 100%;
    }
    .lg\:h-10 {
        height: 2.5rem;
    }
    .lg\:w-0 {
        width: 0px;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-10 {
        width: 2.5rem;
    }
    .lg\:max-w-7xl {
        max-width: 80rem;
    }
    .lg\:max-w-1\/2 {
        max-width: 50%;
    }
    .lg\:max-w-3xl {
        max-width: 48rem;
    }
    .lg\:max-w-6xl {
        max-width: 72rem;
    }
    .lg\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .lg\:translate-y-20 {
        --tw-translate-y: 5rem;
        transform: var(--tw-transform);
    }
    .lg\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .lg\:items-center {
        align-items: center;
    }
    .lg\:justify-start {
        justify-content: flex-start;
    }
    .lg\:gap-8 {
        gap: 2rem;
    }
    .lg\:gap-4 {
        gap: 1rem;
    }
    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }
    .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .lg\: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 * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:self-center {
        align-self: center;
    }
    .lg\:overflow-hidden {
        overflow: hidden;
    }
    .lg\:overflow-scroll {
        overflow: scroll;
    }
    .lg\:rounded-3xl {
        border-radius: 1.5rem;
    }
    .lg\:border-b-0 {
        border-bottom-width: 0px;
    }
    .lg\:border-r {
        border-right-width: 1px;
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .lg\:pr-0 {
        padding-right: 0px;
    }
    .lg\:pt-10 {
        padding-top: 2.5rem;
    }
    .lg\:pb-24 {
        padding-bottom: 6rem;
    }
    .lg\:text-left {
        text-align: left;
    }
    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1.25;
    }
    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1.25;
    }
    .lg\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media (min-width: 1280px) {
    .xl\:inline {
        display: inline;
    }
    .xl\:h-52 {
        height: 13rem;
    }
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .xl\:pr-16 {
        padding-right: 4rem;
    }
    .xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1.25;
    }
}

@media (min-width: 1536px) {
    .\32xl\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

