/*! tailwindcss v4.0.5 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
    :root, :host {
        --color-amber-50: oklch(0.987 0.022 95.277);
        --color-amber-100: oklch(0.962 0.059 95.617);
        --color-amber-200: oklch(0.924 0.12 95.746);
        --color-amber-400: oklch(0.828 0.189 84.429);
        --color-blue-200: oklch(0.882 0.059 254.128);
        --color-blue-400: oklch(0.707 0.165 254.624);
        --color-blue-500: oklch(0.623 0.214 259.815);
        --color-gray-100: oklch(0.967 0.003 264.542);
        --color-gray-200: oklch(0.928 0.006 264.531);
        --color-gray-500: oklch(0.551 0.027 264.364);
        --color-gray-700: oklch(0.373 0.034 259.733);
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --text-xs: 0.75rem;
        --text-xs--line-height: calc(1 / 0.75);
        --text-sm: 0.875rem;
        --text-sm--line-height: calc(1.25 / 0.875);
        --text-base: 1rem;
        --text-base--line-height: calc(1.5 / 1);
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --text-xl: 1.25rem;
        --text-xl--line-height: calc(1.75 / 1.25);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2 / 1.5);
        --text-3xl: 1.875rem;
        --text-3xl--line-height: calc(2.25 / 1.875);
        --text-4xl: 2.25rem;
        --text-4xl--line-height: calc(2.5 / 2.25);
        --text-5xl: 3rem;
        --text-5xl--line-height: 1;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --radius-sm: 0.25rem;
        --radius-md: 0.375rem;
        --radius-lg: 0.5rem;
        --radius-xl: 0.75rem;
        --radius-2xl: 1rem;
        --radius-3xl: 1.5rem;
        --radius-4xl: 2rem;
        --ease-in: cubic-bezier(0.4, 0, 1, 1);
        --ease-out: cubic-bezier(0, 0, 0.2, 1);
        --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
        --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        --animate-bounce: bounce 1s infinite;
        --default-transition-duration: 150ms;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-font-feature-settings: var(--font-sans--font-feature-settings);
        --default-font-variation-settings: var(
                --font-sans--font-variation-settings
        );
        --default-mono-font-family: var(--font-mono);
        --default-mono-font-feature-settings: var(
                --font-mono--font-feature-settings
        );
        --default-mono-font-variation-settings: var(
                --font-mono--font-variation-settings
        );
    }
}
@layer base {
    *, ::after, ::before, ::backdrop, ::file-selector-button {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 0 solid;
    }
    html, :host {
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var( --default-font-variation-settings, normal );
        -webkit-tap-highlight-color: transparent;
    }
    body {
        line-height: inherit;
    }
    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }
    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }
    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        font-weight: inherit;
    }
    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
    }
    b, strong {
        font-weight: bolder;
    }
    code, kbd, samp, pre {
        font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
        font-feature-settings: var( --default-mono-font-feature-settings, normal );
        font-variation-settings: var( --default-mono-font-variation-settings, normal );
        font-size: 1em;
    }
    small {
        font-size: 80%;
    }
    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    sub {
        bottom: -0.25em;
    }
    sup {
        top: -0.5em;
    }
    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }
    :-moz-focusring {
        outline: auto;
    }
    progress {
        vertical-align: baseline;
    }
    summary {
        display: list-item;
    }
    ol, ul, menu {
        list-style: none;
    }
    img, svg, video, canvas, audio, iframe, embed, object {
        display: block;
        vertical-align: middle;
    }
    img, video {
        max-width: 100%;
        height: auto;
    }
    button, input, select, optgroup, textarea, ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        border-radius: 0;
        background-color: transparent;
        opacity: 1;
    }
    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }
    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }
    ::file-selector-button {
        margin-inline-end: 4px;
    }
    ::placeholder {
        opacity: 1;
        color: color-mix(in oklab, currentColor 50%, transparent);
    }
    textarea {
        resize: vertical;
    }
    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }
    ::-webkit-datetime-edit {
        display: inline-flex;
    }
    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
    }
    ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }
    :-moz-ui-invalid {
        box-shadow: none;
    }
    button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
        appearance: button;
    }
    ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
        height: auto;
    }
    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }
}
@layer utilities {
    .collapse {
        visibility: collapse;
    }
    .invisible {
        visibility: hidden;
    }
    .visible {
        visibility: visible;
    }
    .absolute {
        position: absolute;
    }
    .fixed {
        position: fixed;
    }
    .relative {
        position: relative;
    }
    .static {
        position: static;
    }
    .sticky {
        position: sticky;
    }
    .top-1 {
        top: calc(var(--spacing) * 1);
    }
    .top-2 {
        top: calc(var(--spacing) * 2);
    }
    .top-16 {
        top: calc(var(--spacing) * 16);
    }
    .top-\[-10\%\] {
        top: -10%;
    }
    .right-0 {
        right: calc(var(--spacing) * 0);
    }
    .right-3 {
        right: calc(var(--spacing) * 3);
    }
    .bottom-0 {
        bottom: calc(var(--spacing) * 0);
    }
    .bottom-16 {
        bottom: calc(var(--spacing) * 16);
    }
    .bottom-\[80\%\] {
        bottom: 80%;
    }
    .left-10 {
        left: calc(var(--spacing) * 10);
    }
    .left-\[10\%\] {
        left: 10%;
    }
    .left-\[48\%\] {
        left: 48%;
    }
    .left-\[87\%\] {
        left: 87%;
    }
    .z-9999 {
        z-index: 9999;
    }
    .z-999999 {
        z-index: 999999;
    }
    .z-999999999 {
        z-index: 999999999;
    }
    .z-9999999999 {
        z-index: 9999999999;
    }
    .z-\[999999\] {
        z-index: 999999;
    }
    .col-span-1 {
        grid-column: span 1 / span 1;
    }
    .col-span-2 {
        grid-column: span 2 / span 2;
    }
    .col-span-5 {
        grid-column: span 5 / span 5;
    }
    .col-span-7 {
        grid-column: span 7 / span 7;
    }
    .col-span-9 {
        grid-column: span 9 / span 9;
    }
    .container {
        width: 100%;
        @media (width >= 40rem) {
            max-width: 40rem;
        }
        @media (width >= 48rem) {
            max-width: 48rem;
        }
        @media (width >= 64rem) {
            max-width: 64rem;
        }
        @media (width >= 80rem) {
            max-width: 80rem;
        }
        @media (width >= 96rem) {
            max-width: 96rem;
        }
    }
    .m-0 {
        margin: calc(var(--spacing) * 0);
    }
    .m-2 {
        margin: calc(var(--spacing) * 2);
    }
    .m-4 {
        margin: calc(var(--spacing) * 4);
    }
    .m-26 {
        margin: calc(var(--spacing) * 26);
    }
    .m-32 {
        margin: calc(var(--spacing) * 32);
    }
    .m-40 {
        margin: calc(var(--spacing) * 40);
    }
    .m-178 {
        margin: calc(var(--spacing) * 178);
    }
    .m-246 {
        margin: calc(var(--spacing) * 246);
    }
    .m-auto {
        margin: auto;
    }
    .mx-2 {
        margin-inline: calc(var(--spacing) * 2);
    }
    .mx-4 {
        margin-inline: calc(var(--spacing) * 4);
    }
    .mx-8 {
        margin-inline: calc(var(--spacing) * 8);
    }
    .mx-auto {
        margin-inline: auto;
    }
    .my-2 {
        margin-block: calc(var(--spacing) * 2);
    }
    .my-4 {
        margin-block: calc(var(--spacing) * 4);
    }
    .my-6 {
        margin-block: calc(var(--spacing) * 6);
    }
    .my-12 {
        margin-block: calc(var(--spacing) * 12);
    }
    .my-16 {
        margin-block: calc(var(--spacing) * 16);
    }
    .my-20 {
        margin-block: calc(var(--spacing) * 20);
    }
    .-mt-20 {
        margin-top: calc(var(--spacing) * -20);
    }
    .-mt-36 {
        margin-top: calc(var(--spacing) * -36);
    }
    .mt-2 {
        margin-top: calc(var(--spacing) * 2);
    }
    .mt-4 {
        margin-top: calc(var(--spacing) * 4);
    }
    .mt-8 {
        margin-top: calc(var(--spacing) * 8);
    }
    .mt-10 {
        margin-top: calc(var(--spacing) * 10);
    }
    .mt-12 {
        margin-top: calc(var(--spacing) * 12);
    }
    .mt-16 {
        margin-top: calc(var(--spacing) * 16);
    }
    .mt-20 {
        margin-top: calc(var(--spacing) * 20);
    }
    .mt-\[10vh\] {
        margin-top: 10vh;
    }
    .mt-\[1vh\] {
        margin-top: 1vh;
    }
    .mr-1 {
        margin-right: calc(var(--spacing) * 1);
    }
    .mr-2 {
        margin-right: calc(var(--spacing) * 2);
    }
    .mr-4 {
        margin-right: calc(var(--spacing) * 4);
    }
    .mb-1 {
        margin-bottom: calc(var(--spacing) * 1);
    }
    .mb-2 {
        margin-bottom: calc(var(--spacing) * 2);
    }
    .mb-4 {
        margin-bottom: calc(var(--spacing) * 4);
    }
    .mb-8 {
        margin-bottom: calc(var(--spacing) * 8);
    }
    .mb-10 {
        margin-bottom: calc(var(--spacing) * 10);
    }
    .ml-2 {
        margin-left: calc(var(--spacing) * 2);
    }
    .ml-4 {
        margin-left: calc(var(--spacing) * 4);
    }
    .ml-16 {
        margin-left: calc(var(--spacing) * 16);
    }
    .ml-\[2\.5vw\] {
        margin-left: 2.5vw;
    }
    .ml-\[10px\] {
        margin-left: 10px;
    }
    .ml-\[15\%\] {
        margin-left: 15%;
    }
    .ml-\[20px\] {
        margin-left: 20px;
    }
    .ml-auto {
        margin-left: auto;
    }
    .block {
        display: block;
    }
    .contents {
        display: contents;
    }
    .flex {
        display: flex;
    }
    .grid {
        display: grid;
    }
    .hidden {
        display: none;
    }
    .inline {
        display: inline;
    }
    .inline-block {
        display: inline-block;
    }
    .table {
        display: table;
    }
    .h-1\/2 {
        height: calc(1/2 * 100%);
    }
    .h-2 {
        height: calc(var(--spacing) * 2);
    }
    .h-5 {
        height: calc(var(--spacing) * 5);
    }
    .h-6 {
        height: calc(var(--spacing) * 6);
    }
    .h-7\/12 {
        height: calc(7/12 * 100%);
    }
    .h-8 {
        height: calc(var(--spacing) * 8);
    }
    .h-10 {
        height: calc(var(--spacing) * 10);
    }
    .h-20 {
        height: calc(var(--spacing) * 20);
    }
    .h-30 {
        height: calc(var(--spacing) * 30);
    }
    .h-48 {
        height: calc(var(--spacing) * 48);
    }
    .h-64 {
        height: calc(var(--spacing) * 64);
    }
    .h-104 {
        height: calc(var(--spacing) * 104);
    }
    .h-16 {
        height: calc(var(--spacing) * 16);
    }
    .h-40 {
        height: calc(var(--spacing) * 40);
    }
    .h-50 {
        height: calc(var(--spacing) * 50);
    }
    .h-55 {
        height: calc(var(--spacing) * 55);
    }
    .h-60 {
        height: calc(var(--spacing) * 60);
    }
    .h-72 {
        height: calc(var(--spacing) * 72);
    }
    .h-88 {
        height: calc(var(--spacing) * 88);
    }
    .h-96 {
        height: calc(var(--spacing) * 96);
    }
    .h-\[\$\{height\}px\] {
        height: ${height}px;
    }
    .h-\[\$\{width\}px\] {
        height: ${width}px;
    }
    .h-\[50px\] {
        height: 50px;
    }
    .h-\[60px\] {
        height: 60px;
    }
    .h-\[70\%\] {
        height: 70%;
    }
    .h-\[80px\] {
        height: 80px;
    }
    .h-\[120px\] {
        height: 120px;
    }
    .h-\[1px\] {
        height: 1px;
    }
    .h-\[200px\] {
        height: 200px;
    }
    .h-\[calc\(100vh-72px\)\] {
        height: calc(100vh - 72px);
    }
    .h-auto {
        height: auto;
    }
    .h-fit {
        height: fit-content;
    }
    .h-screen {
        height: 100vh;
    }
    .max-h-128 {
        max-height: 32rem;
    }
    .max-h-\[90vh\] {
        max-height: 90vh;
    }
    .max-h-max {
        max-height: max-content;
    }
    .min-h-24 {
        min-height: calc(var(--spacing) * 24);
    }
    .min-h-32 {
        min-height: calc(var(--spacing) * 32);
    }
    .min-h-\[600px\] {
        min-height: 600px;
    }
    .w-1\/3 {
        width: calc(1/3 * 100%);
    }
    .w-2 {
        width: calc(var(--spacing) * 2);
    }
    .w-4\/5 {
        width: calc(4/5 * 100%);
    }
    .w-5 {
        width: calc(var(--spacing) * 5);
    }
    .w-6 {
        width: calc(var(--spacing) * 6);
    }
    .w-8 {
        width: calc(var(--spacing) * 8);
    }
    .w-10 {
        width: calc(var(--spacing) * 10);
    }
    .w-100 {
        width: calc(var(--spacing) * 100);
    }
    .w-11\/12 {
        width: calc(11/12 * 100%);
    }
    .w-12 {
        width: calc(var(--spacing) * 12);
    }
    .w-20 {
        width: calc(var(--spacing) * 20);
    }
    .w-24 {
        width: calc(var(--spacing) * 24);
    }
    .w-32 {
        width: calc(var(--spacing) * 32);
    }
    .w-34 {
        width: calc(var(--spacing) * 34);
    }
    .w-36 {
        width: calc(var(--spacing) * 36);
    }
    .w-40 {
        width: calc(var(--spacing) * 40);
    }
    .w-44 {
        width: calc(var(--spacing) * 44);
    }
    .w-48 {
        width: calc(var(--spacing) * 48);
    }
    .w-60 {
        width: calc(var(--spacing) * 60);
    }
    .w-72 {
        width: calc(var(--spacing) * 72);
    }
    .w-80 {
        width: calc(var(--spacing) * 80);
    }
    .w-96 {
        width: calc(var(--spacing) * 96);
    }
    .w-120 {
        width: calc(var(--spacing) * 120);
    }
    .w-128 {
        width: 32rem;
    }
    .w-\[\$\{width\}px\] {
        width: ${width}px;
    }
    .w-\[20vw\] {
        width: 20vw;
    }
    .w-\[50px\] {
        width: 50px;
    }
    .w-\[60px\] {
        width: 60px;
    }
    .w-\[75\%\] {
        width: 75%;
    }
    .w-\[80px\] {
        width: 80px;
    }
    .w-\[90\%\] {
        width: 90%;
    }
    .w-\[95vw\] {
        width: 95vw;
    }
    .w-\[97\%\] {
        width: 97%;
    }
    .w-\[100vw\] {
        width: 100vw;
    }
    .w-\[120px\] {
        width: 120px;
    }
    .w-\[200px\] {
        width: 200px;
    }
    .w-fit {
        width: fit-content;
    }
    .w-full {
        width: 100%;
    }
    .max-w-3\/5 {
        max-width: calc(3/5 * 100%);
    }
    .max-w-80 {
        max-width: calc(var(--spacing) * 80);
    }
    .max-w-\[85\%\] {
        max-width: 85%;
    }
    .max-w-\[90\%\] {
        max-width: 90%;
    }
    .max-w-\[98\%\] {
        max-width: 98%;
    }
    .max-w-fit {
        max-width: fit-content;
    }
    .min-w-0 {
        min-width: calc(var(--spacing) * 0);
    }
    .shrink-0 {
        flex-shrink: 0;
    }
    .rotate-180 {
        rotate: 180deg;
    }
    .transform {
        transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
    }
    .animate-bounce {
        animation: var(--animate-bounce);
    }
    .animate-loader {
        animation: loader 0.6s infinite alternate;
    }
    .animate-pulse {
        animation: var(--animate-pulse);
    }
    .cursor-default\! {
        cursor: default !important;
    }
    .cursor-not-allowed {
        cursor: not-allowed;
    }
    .cursor-pointer {
        cursor: pointer;
    }
    .resize {
        resize: both;
    }
    .resize-none {
        resize: none;
    }
    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .flex-col {
        flex-direction: column;
    }
    .flex-wrap {
        flex-wrap: wrap;
    }
    .items-center {
        align-items: center;
    }
    .items-end {
        align-items: flex-end;
    }
    .items-start {
        align-items: flex-start;
    }
    .justify-between {
        justify-content: space-between;
    }
    .justify-center {
        justify-content: center;
    }
    .justify-end {
        justify-content: flex-end;
    }
    .gap-4 {
        gap: calc(var(--spacing) * 4);
    }
    .gap-8 {
        gap: calc(var(--spacing) * 8);
    }
    .gap-x-1 {
        column-gap: calc(var(--spacing) * 1);
    }
    .gap-x-2 {
        column-gap: calc(var(--spacing) * 2);
    }
    .gap-x-3 {
        column-gap: calc(var(--spacing) * 3);
    }
    .gap-x-4 {
        column-gap: calc(var(--spacing) * 4);
    }
    .gap-x-8 {
        column-gap: calc(var(--spacing) * 8);
    }
    .gap-x-10 {
        column-gap: calc(var(--spacing) * 10);
    }
    .space-y-4 {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
            margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
        }
    }
    .gap-y-0 {
        row-gap: calc(var(--spacing) * 0);
    }
    .gap-y-1 {
        row-gap: calc(var(--spacing) * 1);
    }
    .gap-y-2 {
        row-gap: calc(var(--spacing) * 2);
    }
    .gap-y-4 {
        row-gap: calc(var(--spacing) * 4);
    }
    .gap-y-8 {
        row-gap: calc(var(--spacing) * 8);
    }
    .gap-y-12 {
        row-gap: calc(var(--spacing) * 12);
    }
    .gap-y-16 {
        row-gap: calc(var(--spacing) * 16);
    }
    .self-center {
        align-self: center;
    }
    .self-end {
        align-self: flex-end;
    }
    .self-start {
        align-self: flex-start;
    }
    .justify-self-end {
        justify-self: flex-end;
    }
    .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .overflow-scroll {
        overflow: scroll;
    }
    .overflow-x-scroll {
        overflow-x: scroll;
    }
    .overflow-y-auto {
        overflow-y: auto;
    }
    .overflow-y-hidden {
        overflow-y: hidden;
    }
    .overflow-y-scroll {
        overflow-y: scroll;
    }
    .rounded {
        border-radius: 0.25rem;
    }
    .rounded-2xl {
        border-radius: var(--radius-2xl);
    }
    .rounded-3xl {
        border-radius: var(--radius-3xl);
    }
    .rounded-4xl {
        border-radius: var(--radius-4xl);
    }
    .rounded-full {
        border-radius: calc(infinity * 1px);
    }
    .rounded-lg {
        border-radius: var(--radius-lg);
    }
    .rounded-none {
        border-radius: 0;
    }
    .rounded-sm {
        border-radius: var(--radius-sm);
    }
    .rounded-xl {
        border-radius: var(--radius-xl);
    }
    .rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .rounded-t-2xl {
        border-top-left-radius: var(--radius-2xl);
        border-top-right-radius: var(--radius-2xl);
    }
    .rounded-tl-md {
        border-top-left-radius: var(--radius-md);
    }
    .rounded-tl-none {
        border-top-left-radius: 0;
    }
    .rounded-tl-xl {
        border-top-left-radius: var(--radius-xl);
    }
    .rounded-tr-md {
        border-top-right-radius: var(--radius-md);
    }
    .rounded-tr-none {
        border-top-right-radius: 0;
    }
    .rounded-br-md {
        border-bottom-right-radius: var(--radius-md);
    }
    .rounded-bl-md {
        border-bottom-left-radius: var(--radius-md);
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .border-2 {
        border-style: var(--tw-border-style);
        border-width: 2px;
    }
    .border-4 {
        border-style: var(--tw-border-style);
        border-width: 4px;
    }
    .border-\[1px\] {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .border-\[2px\] {
        border-style: var(--tw-border-style);
        border-width: 2px;
    }
    .border-t-1 {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
    }
    .border-t-2 {
        border-top-style: var(--tw-border-style);
        border-top-width: 2px;
    }
    .border-b-1 {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
    }
    .border-\[\#7DDE86\] {
        border-color: #7DDE86;
    }
    .border-\[\#EBEBEB\] {
        border-color: #EBEBEB;
    }
    .border-alert {
        border-color: #DB2955;
    }
    .border-black {
        border-color: var(--color-black);
    }
    .border-blue-200 {
        border-color: var(--color-blue-200);
    }
    .border-gray-200 {
        border-color: var(--color-gray-200);
    }
    .border-light {
        border-color: #F5FAFF;
    }
    .border-primary {
        border-color: #151C3F;
    }
    .border-tertiary {
        border-color: #789DE5;
    }
    .bg-\[\#D9DBE9\] {
        background-color: #D9DBE9;
    }
    .bg-\[\#D9DBE9\]\! {
        background-color: #D9DBE9 !important;
    }
    .bg-alert {
        background-color: #DB2955;
    }
    .bg-amber-100 {
        background-color: var(--color-amber-100);
    }
    .bg-amber-200 {
        background-color: var(--color-amber-200);
    }
    .bg-amber-400 {
        background-color: var(--color-amber-400);
    }
    .bg-light {
        background-color: #F5FAFF;
    }
    .bg-primary {
        background-color: #151C3F;
    }
    .bg-secondary {
        background-color: #9EB9ED;
    }
    .bg-tertiary {
        background-color: #789DE5;
    }
    .bg-white {
        background-color: var(--color-white);
    }
    .bg-\[url\(\"\/images\/doris-inquisitive\.svg\"\)\] {
        background-image: url("/images/doris-inquisitive.svg");
    }
    .bg-\[url\(\'\/images\/doris-inquisitive\.svg\'\)\] {
        background-image: url('/images/doris-inquisitive.svg');
    }
    .bg-\[url\(\'\/images\/home-image\.png\'\)\] {
        background-image: url('/images/home-image.png');
    }
    .bg-contain {
        background-size: contain;
    }
    .bg-cover {
        background-size: cover;
    }
    .bg-center {
        background-position: center;
    }
    .bg-no-repeat {
        background-repeat: no-repeat;
    }
    .fill-blue-400 {
        fill: var(--color-blue-400);
    }
    .fill-icons {
        fill: #27639E;
    }
    .fill-primary {
        fill: #151C3F;
    }
    .p-1 {
        padding: calc(var(--spacing) * 1);
    }
    .p-2 {
        padding: calc(var(--spacing) * 2);
    }
    .p-3 {
        padding: calc(var(--spacing) * 3);
    }
    .p-4 {
        padding: calc(var(--spacing) * 4);
    }
    .p-6 {
        padding: calc(var(--spacing) * 6);
    }
    .p-\[10px\] {
        padding: 10px;
    }
    .px-0 {
        padding-inline: calc(var(--spacing) * 0);
    }
    .px-2 {
        padding-inline: calc(var(--spacing) * 2);
    }
    .px-4 {
        padding-inline: calc(var(--spacing) * 4);
    }
    .px-8 {
        padding-inline: calc(var(--spacing) * 8);
    }
    .px-10\! {
        padding-inline: calc(var(--spacing) * 10) !important;
    }
    .py-1 {
        padding-block: calc(var(--spacing) * 1);
    }
    .py-2 {
        padding-block: calc(var(--spacing) * 2);
    }
    .py-3\! {
        padding-block: calc(var(--spacing) * 3) !important;
    }
    .py-4 {
        padding-block: calc(var(--spacing) * 4);
    }
    .py-8 {
        padding-block: calc(var(--spacing) * 8);
    }
    .py-10 {
        padding-block: calc(var(--spacing) * 10);
    }
    .py-12 {
        padding-block: calc(var(--spacing) * 12);
    }
    .py-20 {
        padding-block: calc(var(--spacing) * 20);
    }
    .pt-1 {
        padding-top: calc(var(--spacing) * 1);
    }
    .pt-2 {
        padding-top: calc(var(--spacing) * 2);
    }
    .pt-4 {
        padding-top: calc(var(--spacing) * 4);
    }
    .pt-10 {
        padding-top: calc(var(--spacing) * 10);
    }
    .pr-10 {
        padding-right: calc(var(--spacing) * 10);
    }
    .pb-2 {
        padding-bottom: calc(var(--spacing) * 2);
    }
    .pb-4 {
        padding-bottom: calc(var(--spacing) * 4);
    }
    .pb-5 {
        padding-bottom: calc(var(--spacing) * 5);
    }
    .pb-10 {
        padding-bottom: calc(var(--spacing) * 10);
    }
    .pb-40 {
        padding-bottom: calc(var(--spacing) * 40);
    }
    .pl-2 {
        padding-left: calc(var(--spacing) * 2);
    }
    .pl-4 {
        padding-left: calc(var(--spacing) * 4);
    }
    .text-center {
        text-align: center;
    }
    .text-start {
        text-align: start;
    }
    .font-balsamiq {
        font-family: Balsamiq Sans, cursive;
    }
    .font-nunito {
        font-family: Nunito Sans, cursive;
    }
    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .text-4xl {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .text-base {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
    }
    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .text-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height));
    }
    .leading-7 {
        --tw-leading: calc(var(--spacing) * 7);
        line-height: calc(var(--spacing) * 7);
    }
    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }
    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
    }
    .tracking-\[\.7em\] {
        --tw-tracking: .7em;
        letter-spacing: .7em;
    }
    .text-wrap {
        text-wrap: wrap;
    }
    .text-\[\#72777A\] {
        color: #72777A;
    }
    .text-alert {
        color: #DB2955;
    }
    .text-amber-50 {
        color: var(--color-amber-50);
    }
    .text-black {
        color: var(--color-black);
    }
    .text-blue-500 {
        color: var(--color-blue-500);
    }
    .text-gray-700 {
        color: var(--color-gray-700);
    }
    .text-light {
        color: #F5FAFF;
    }
    .text-primary\! {
        color: #151C3F !important;
    }
    .text-secondary {
        color: #9EB9ED;
    }
    .text-tertiary {
        color: #789DE5;
    }
    .text-white {
        color: var(--color-white);
    }
    .uppercase {
        text-transform: uppercase;
    }
    .italic {
        font-style: italic;
    }
    .underline {
        text-decoration-line: underline;
    }
    .underline-offset-4 {
        text-underline-offset: 4px;
    }
    .accent-secondary {
        accent-color: #9EB9ED;
    }
    .opacity-0 {
        opacity: 0%;
    }
    .opacity-80 {
        opacity: 80%;
    }
    .opacity-95 {
        opacity: 95%;
    }
    .opacity-100 {
        opacity: 100%;
    }
    .ring {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .shadow {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .shadow-lg {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .shadow-md {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .blur {
        --tw-blur: blur(8px);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .filter {
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .transition {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .transition-all {
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .transition-height {
        transition-property: height;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .duration-200 {
        --tw-duration: 200ms;
        transition-duration: 200ms;
    }
    .duration-500 {
        --tw-duration: 500ms;
        transition-duration: 500ms;
    }
    .ease-in {
        --tw-ease: var(--ease-in);
        transition-timing-function: var(--ease-in);
    }
    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
    }
    .ease-linear {
        --tw-ease: linear;
        transition-timing-function: linear;
    }
    .ease-out {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out);
    }
    .animation-delay-200 {
        animation-delay: 0.2s;
    }
    .animation-delay-400 {
        animation-delay: 0.4s;
    }
    .hover\:cursor-pointer {
        &:hover {
            @media (hover: hover) {
                cursor: pointer;
            }
        }
    }
    .hover\:bg-amber-400 {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-amber-400);
            }
        }
    }
    .focus\:ring-2 {
        &:focus {
            --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
            box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
    }
    .focus\:ring-blue-500 {
        &:focus {
            --tw-ring-color: var(--color-blue-500);
        }
    }
    .focus\:outline-none {
        &:focus {
            --tw-outline-style: none;
            outline-style: none;
        }
    }
    .disabled\:bg-amber-200\! {
        &:disabled {
            background-color: var(--color-amber-200) !important;
        }
    }
    .disabled\:bg-gray-100\! {
        &:disabled {
            background-color: var(--color-gray-100) !important;
        }
    }
    .sm\:invisible {
        @media (width >= 40rem) {
            visibility: hidden;
        }
    }
    .sm\:bottom-10 {
        @media (width >= 40rem) {
            bottom: calc(var(--spacing) * 10);
        }
    }
    .sm\:bottom-\[55\%\] {
        @media (width >= 40rem) {
            bottom: 55%;
        }
    }
    .sm\:left-\[12\%\] {
        @media (width >= 40rem) {
            left: 12%;
        }
    }
    .sm\:mx-4 {
        @media (width >= 40rem) {
            margin-inline: calc(var(--spacing) * 4);
        }
    }
    .sm\:mb-4 {
        @media (width >= 40rem) {
            margin-bottom: calc(var(--spacing) * 4);
        }
    }
    .sm\:block {
        @media (width >= 40rem) {
            display: block;
        }
    }
    .sm\:flex {
        @media (width >= 40rem) {
            display: flex;
        }
    }
    .sm\:hidden {
        @media (width >= 40rem) {
            display: none;
        }
    }
    .sm\:h-24 {
        @media (width >= 40rem) {
            height: calc(var(--spacing) * 24);
        }
    }
    .sm\:h-screen {
        @media (width >= 40rem) {
            height: 100vh;
        }
    }
    .sm\:w-1\/2 {
        @media (width >= 40rem) {
            width: calc(1/2 * 100%);
        }
    }
    .sm\:w-1\/3 {
        @media (width >= 40rem) {
            width: calc(1/3 * 100%);
        }
    }
    .sm\:w-2\/3 {
        @media (width >= 40rem) {
            width: calc(2/3 * 100%);
        }
    }
    .sm\:w-4\/5 {
        @media (width >= 40rem) {
            width: calc(4/5 * 100%);
        }
    }
    .sm\:grid-cols-4 {
        @media (width >= 40rem) {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
    }
    .sm\:flex-row {
        @media (width >= 40rem) {
            flex-direction: row;
        }
    }
    .sm\:items-center {
        @media (width >= 40rem) {
            align-items: center;
        }
    }
    .sm\:justify-start {
        @media (width >= 40rem) {
            justify-content: flex-start;
        }
    }
    .sm\:rounded-2xl {
        @media (width >= 40rem) {
            border-radius: var(--radius-2xl);
        }
    }
    .sm\:p-4 {
        @media (width >= 40rem) {
            padding: calc(var(--spacing) * 4);
        }
    }
    .sm\:px-0 {
        @media (width >= 40rem) {
            padding-inline: calc(var(--spacing) * 0);
        }
    }
    .sm\:px-8 {
        @media (width >= 40rem) {
            padding-inline: calc(var(--spacing) * 8);
        }
    }
    .sm\:px-20 {
        @media (width >= 40rem) {
            padding-inline: calc(var(--spacing) * 20);
        }
    }
    .sm\:py-0 {
        @media (width >= 40rem) {
            padding-block: calc(var(--spacing) * 0);
        }
    }
    .sm\:py-20 {
        @media (width >= 40rem) {
            padding-block: calc(var(--spacing) * 20);
        }
    }
    .sm\:text-5xl {
        @media (width >= 40rem) {
            font-size: var(--text-5xl);
            line-height: var(--tw-leading, var(--text-5xl--line-height));
        }
    }
    .sm\:text-lg {
        @media (width >= 40rem) {
            font-size: var(--text-lg);
            line-height: var(--tw-leading, var(--text-lg--line-height));
        }
    }
    .sm\:text-sm {
        @media (width >= 40rem) {
            font-size: var(--text-sm);
            line-height: var(--tw-leading, var(--text-sm--line-height));
        }
    }
    .sm\:text-xl {
        @media (width >= 40rem) {
            font-size: var(--text-xl);
            line-height: var(--tw-leading, var(--text-xl--line-height));
        }
    }
    .md\:left-\[85\%\] {
        @media (width >= 48rem) {
            left: 85%;
        }
    }
    .md\:col-span-2 {
        @media (width >= 48rem) {
            grid-column: span 2 / span 2;
        }
    }
    .md\:mx-20 {
        @media (width >= 48rem) {
            margin-inline: calc(var(--spacing) * 20);
        }
    }
    .md\:mt-4 {
        @media (width >= 48rem) {
            margin-top: calc(var(--spacing) * 4);
        }
    }
    .md\:block {
        @media (width >= 48rem) {
            display: block;
        }
    }
    .md\:flex {
        @media (width >= 48rem) {
            display: flex;
        }
    }
    .md\:hidden {
        @media (width >= 48rem) {
            display: none;
        }
    }
    .md\:w-1\/2 {
        @media (width >= 48rem) {
            width: calc(1/2 * 100%);
        }
    }
    .md\:w-\[510px\] {
        @media (width >= 48rem) {
            width: 510px;
        }
    }
    .md\:w-\[595px\] {
        @media (width >= 48rem) {
            width: 595px;
        }
    }
    .md\:max-w-\[450px\] {
        @media (width >= 48rem) {
            max-width: 450px;
        }
    }
    .md\:grid-cols-2 {
        @media (width >= 48rem) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    .md\:flex-row {
        @media (width >= 48rem) {
            flex-direction: row;
        }
    }
    .md\:flex-nowrap {
        @media (width >= 48rem) {
            flex-wrap: nowrap;
        }
    }
    .lg\:sticky {
        @media (width >= 64rem) {
            position: sticky;
        }
    }
    .lg\:top-0 {
        @media (width >= 64rem) {
            top: calc(var(--spacing) * 0);
        }
    }
    .lg\:z-9999 {
        @media (width >= 64rem) {
            z-index: 9999;
        }
    }
    .lg\:col-span-3 {
        @media (width >= 64rem) {
            grid-column: span 3 / span 3;
        }
    }
    .lg\:col-span-4 {
        @media (width >= 64rem) {
            grid-column: span 4 / span 4;
        }
    }
    .lg\:col-span-6 {
        @media (width >= 64rem) {
            grid-column: span 6 / span 6;
        }
    }
    .lg\:col-span-7 {
        @media (width >= 64rem) {
            grid-column: span 7 / span 7;
        }
    }
    .lg\:mt-2 {
        @media (width >= 64rem) {
            margin-top: calc(var(--spacing) * 2);
        }
    }
    .lg\:ml-12 {
        @media (width >= 64rem) {
            margin-left: calc(var(--spacing) * 12);
        }
    }
    .lg\:block {
        @media (width >= 64rem) {
            display: block;
        }
    }
    .lg\:flex {
        @media (width >= 64rem) {
            display: flex;
        }
    }
    .lg\:hidden {
        @media (width >= 64rem) {
            display: none;
        }
    }
    .lg\:inline {
        @media (width >= 64rem) {
            display: inline;
        }
    }
    .lg\:w-1\/2 {
        @media (width >= 64rem) {
            width: calc(1/2 * 100%);
        }
    }
    .lg\:w-2\/3 {
        @media (width >= 64rem) {
            width: calc(2/3 * 100%);
        }
    }
    .lg\:w-32 {
        @media (width >= 64rem) {
            width: calc(var(--spacing) * 32);
        }
    }
    .lg\:w-44 {
        @media (width >= 64rem) {
            width: calc(var(--spacing) * 44);
        }
    }
    .lg\:max-w-\[75\%\] {
        @media (width >= 64rem) {
            max-width: 75%;
        }
    }
    .lg\:max-w-\[80\%\] {
        @media (width >= 64rem) {
            max-width: 80%;
        }
    }
    .lg\:grid-cols-2 {
        @media (width >= 64rem) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    .lg\:grid-cols-3 {
        @media (width >= 64rem) {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }
    .lg\:grid-cols-8 {
        @media (width >= 64rem) {
            grid-template-columns: repeat(8, minmax(0, 1fr));
        }
    }
    .lg\:grid-cols-10 {
        @media (width >= 64rem) {
            grid-template-columns: repeat(10, minmax(0, 1fr));
        }
    }
    .lg\:grid-cols-12 {
        @media (width >= 64rem) {
            grid-template-columns: repeat(12, minmax(0, 1fr));
        }
    }
    .lg\:justify-center {
        @media (width >= 64rem) {
            justify-content: center;
        }
    }
    .lg\:gap-x-2 {
        @media (width >= 64rem) {
            column-gap: calc(var(--spacing) * 2);
        }
    }
    .lg\:gap-x-4 {
        @media (width >= 64rem) {
            column-gap: calc(var(--spacing) * 4);
        }
    }
    .lg\:rounded-2xl {
        @media (width >= 64rem) {
            border-radius: var(--radius-2xl);
        }
    }
    .lg\:p-0 {
        @media (width >= 64rem) {
            padding: calc(var(--spacing) * 0);
        }
    }
    .lg\:p-4 {
        @media (width >= 64rem) {
            padding: calc(var(--spacing) * 4);
        }
    }
    .lg\:px-0 {
        @media (width >= 64rem) {
            padding-inline: calc(var(--spacing) * 0);
        }
    }
    .lg\:text-start {
        @media (width >= 64rem) {
            text-align: start;
        }
    }
    .xl\:ml-0 {
        @media (width >= 80rem) {
            margin-left: calc(var(--spacing) * 0);
        }
    }
    .xl\:ml-4 {
        @media (width >= 80rem) {
            margin-left: calc(var(--spacing) * 4);
        }
    }
    .xl\:ml-\[16\%\] {
        @media (width >= 80rem) {
            margin-left: 16%;
        }
    }
    .xl\:flex {
        @media (width >= 80rem) {
            display: flex;
        }
    }
    .xl\:hidden {
        @media (width >= 80rem) {
            display: none;
        }
    }
    .xl\:inline {
        @media (width >= 80rem) {
            display: inline;
        }
    }
    .xl\:w-1\/3 {
        @media (width >= 80rem) {
            width: calc(1/3 * 100%);
        }
    }
    .xl\:w-2\/5 {
        @media (width >= 80rem) {
            width: calc(2/5 * 100%);
        }
    }
    .xl\:max-w-\[65\%\] {
        @media (width >= 80rem) {
            max-width: 65%;
        }
    }
    .xl\:grid-cols-2 {
        @media (width >= 80rem) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    .xl\:pr-\[10\%\] {
        @media (width >= 80rem) {
            padding-right: 10%;
        }
    }
    .xl\:pl-\[10\%\] {
        @media (width >= 80rem) {
            padding-left: 10%;
        }
    }
    .xl\:text-lg {
        @media (width >= 80rem) {
            font-size: var(--text-lg);
            line-height: var(--tw-leading, var(--text-lg--line-height));
        }
    }
    .\32 xl\:left-\[15\%\] {
        @media (width >= 96rem) {
            left: 15%;
        }
    }
    .\32 xl\:my-60 {
        @media (width >= 96rem) {
            margin-block: calc(var(--spacing) * 60);
        }
    }
    .\32 xl\:ml-10 {
        @media (width >= 96rem) {
            margin-left: calc(var(--spacing) * 10);
        }
    }
    .\32 xl\:ml-\[20\%\] {
        @media (width >= 96rem) {
            margin-left: 20%;
        }
    }
    .\32 xl\:w-1\/2 {
        @media (width >= 96rem) {
            width: calc(1/2 * 100%);
        }
    }
    .\32 xl\:w-1\/3 {
        @media (width >= 96rem) {
            width: calc(1/3 * 100%);
        }
    }
    .\32 xl\:w-40 {
        @media (width >= 96rem) {
            width: calc(var(--spacing) * 40);
        }
    }
    .\32 xl\:w-44 {
        @media (width >= 96rem) {
            width: calc(var(--spacing) * 44);
        }
    }
    .\32 xl\:w-48 {
        @media (width >= 96rem) {
            width: calc(var(--spacing) * 48);
        }
    }
    .\32 xl\:w-60 {
        @media (width >= 96rem) {
            width: calc(var(--spacing) * 60);
        }
    }
    .\32 xl\:max-w-\[60\%\] {
        @media (width >= 96rem) {
            max-width: 60%;
        }
    }
    .\32 xl\:pr-\[20\%\] {
        @media (width >= 96rem) {
            padding-right: 20%;
        }
    }
    .\32 xl\:pl-\[20\%\] {
        @media (width >= 96rem) {
            padding-left: 20%;
        }
    }
    .\32 xl\:text-lg {
        @media (width >= 96rem) {
            font-size: var(--text-lg);
            line-height: var(--tw-leading, var(--text-lg--line-height));
        }
    }
    .\32 xl\:text-xl {
        @media (width >= 96rem) {
            font-size: var(--text-xl);
            line-height: var(--tw-leading, var(--text-xl--line-height));
        }
    }
}
@layer base {
    *, ::after, ::before, ::backdrop, ::file-selector-button {
        border-color: var(--color-gray-200, currentColor);
    }
}
@layer utilities {
    html, body {
        margin: 0;
        padding: 0;
        font-family: 'Nunito Sans' !important;
        font-weight: normal;
    }
    body {
        font-family: 'Balsamiq Sans';
    }
}
.button-primary {
    cursor: pointer;
    border-radius: var(--radius-lg);
    background-color: #151C3F;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    color: #F5FAFF;
}
.button-secondary {
    cursor: pointer;
    border-radius: var(--radius-lg);
    background-color: #9EB9ED;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    color: #151C3F;
}
.button-alert {
    cursor: pointer;
    border-radius: var(--radius-lg);
    background-color: #DB2955;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    color: #F5FAFF;
}
.loading-dot {
    margin-inline: calc(var(--spacing) * 1);
    display: inline-block;
    height: calc(var(--spacing) * 2);
    width: calc(var(--spacing) * 2);
    border-radius: calc(infinity * 1px);
    background-color: var(--color-gray-500);
}
.blurred {
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: #F5FAFF;
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.info-item {
    display: flex;
    flex-direction: column;
    row-gap: calc(var(--spacing) * 1);
    border-radius: var(--radius-xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #EBEBEB;
    padding: calc(var(--spacing) * 2);
}
.nav-item {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    opacity: 70%;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
}
.nav-item-active {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #151C3F;
    background-color: #F5FAFF;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    opacity: 100%;
}
.tooltip {
    position: absolute;
    margin-left: calc(var(--spacing) * -30);
    display: none;
    width: calc(var(--spacing) * 48);
    border-radius: var(--radius-2xl);
    background-color: #F5FAFF;
    padding: calc(var(--spacing) * 4);
    font-family: Nunito Sans, cursive;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: #151C3F;
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.has-tooltip:hover .tooltip, .has-tooltip:active .tooltip {
    z-index: 99999;
    display: inline-block;
}
.htmx-indicator {
    display: none;
    opacity: 0;
    transition: opacity 250ms ease-in;
}
.htmx-request .htmx-indicator {
    display: inline-block;
    opacity: 1;
}
.htmx-request.htmx-indicator {
    display: inline-block;
    opacity: 1;
}
label.open {
    display: block;
}
#hamburger:checked ~ label.open {
    display: none;
}
#hamburger:checked ~ label.close {
    display: block;
}
#hamburger, ul.hamburger-menu {
    visibility: hidden;
    max-height: 0;
}
#hamburger:checked ~ ul.hamburger-menu {
    visibility: visible;
    transition: max-height 150ms linear;
    height: 100vh;
    max-height: 100vh;
}
.circle-frame {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-frame img {
    width: 100%;
    height: auto;
}
.content {
    padding: 20px;
    background-color: white;
    text-align: center;
}
.school-profile-card {
    border-radius: var(--radius-xl);
    --tw-shadow: 2px 2px 5px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.modal-background {
    position: fixed;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: 9999998;
    height: 100%;
    width: 100%;
    background-color: #F5FAFF;
    opacity: 90%;
}
.modal {
    position: fixed;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: 9999999;
    margin: auto;
    height: fit-content;
    width: min(80%, 650px);
    background-color: var(--color-white);
}
@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}
@keyframes loader {
    to {
        opacity: 0.1;
        transform: translate3d(0, -1rem, 0);
    }
}
@property --tw-rotate-x {
    syntax: "*";
    inherits: false;
    initial-value: rotateX(0);
}
@property --tw-rotate-y {
    syntax: "*";
    inherits: false;
    initial-value: rotateY(0);
}
@property --tw-rotate-z {
    syntax: "*";
    inherits: false;
    initial-value: rotateZ(0);
}
@property --tw-skew-x {
    syntax: "*";
    inherits: false;
    initial-value: skewX(0);
}
@property --tw-skew-y {
    syntax: "*";
    inherits: false;
    initial-value: skewY(0);
}
@property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-leading {
    syntax: "*";
    inherits: false;
}
@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}
@property --tw-tracking {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0px;
}
@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff;
}
@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-blur {
    syntax: "*";
    inherits: false;
}
@property --tw-brightness {
    syntax: "*";
    inherits: false;
}
@property --tw-contrast {
    syntax: "*";
    inherits: false;
}
@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}
@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}
@property --tw-invert {
    syntax: "*";
    inherits: false;
}
@property --tw-opacity {
    syntax: "*";
    inherits: false;
}
@property --tw-saturate {
    syntax: "*";
    inherits: false;
}
@property --tw-sepia {
    syntax: "*";
    inherits: false;
}
@property --tw-duration {
    syntax: "*";
    inherits: false;
}
@property --tw-ease {
    syntax: "*";
    inherits: false;
}
