/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        ::backdrop,
        :after,
        :before {
            --tw-space-y-reverse: 0;
            --tw-border-style: solid;
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-outline-style: solid
        }
    }
}

@layer theme {

    :host,
    :root {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-blue-500: oklch(62.3% .214 259.815);
        --color-blue-600: oklch(54.6% .245 262.881);
        --color-gray-500: oklch(55.1% .027 264.364);
        --color-gray-700: oklch(37.3% .034 259.733);
        --color-gray-800: oklch(27.8% .033 256.848);
        --color-black: #000;
        --color-white: #fff;
        --spacing: .25rem;
        --container-3xl: 48rem;
        --container-7xl: 80rem;
        --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-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);
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --radius-xl: .75rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {

    *,
    ::backdrop,
    :after,
    :before {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    :host,
    html {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        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
    }

    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,
    pre,
    samp {
        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 {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    menu,
    ol,
    ul {
        list-style: none
    }

    audio,
    canvas,
    embed,
    iframe,
    img,
    object,
    svg,
    video {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :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
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                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 {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field,
    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field,
    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field,
    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::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 components;

@layer utilities {
    .absolute {
        position: absolute
    }

    .fixed {
        position: fixed
    }

    .static {
        position: static
    }

    .top-0 {
        top: calc(var(--spacing)*0)
    }

    .top-full {
        top: 100%
    }

    .left-0 {
        left: calc(var(--spacing)*0)
    }

    .z-10 {
        z-index: 10
    }

    .mx-auto {
        margin-inline: auto
    }

    .mt-6 {
        margin-top: calc(var(--spacing)*6)
    }

    .mb-2 {
        margin-bottom: calc(var(--spacing)*2)
    }

    .mb-4 {
        margin-bottom: calc(var(--spacing)*4)
    }

    .mb-10 {
        margin-bottom: calc(var(--spacing)*10)
    }

    .block {
        display: block
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .table {
        display: table
    }

    .h-0 {
        height: calc(var(--spacing)*0)
    }

    .h-0\.5 {
        height: calc(var(--spacing)*.5)
    }

    .w-6 {
        width: calc(var(--spacing)*6)
    }

    .w-fit {
        width: fit-content
    }

    .w-full {
        width: 100%
    }

    .max-w-3xl {
        max-width: var(--container-3xl)
    }

    .max-w-7xl {
        max-width: var(--container-7xl)
    }

    .border-collapse {
        border-collapse: collapse
    }

    .cursor-pointer {
        cursor: pointer
    }

    .resize {
        resize: both
    }

    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .flex-col {
        flex-direction: column
    }

    .items-center {
        align-items: center
    }

    .justify-between {
        justify-content: space-between
    }

    .justify-center {
        justify-content: center
    }

    .gap-6 {
        gap: calc(var(--spacing)*6)
    }

    :where(.space-y-1>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))
    }

    .rounded-xl {
        border-radius: var(--radius-xl)
    }

    .border {
        border-style: var(--tw-border-style);
        border-width: 1px
    }

    .bg-black {
        background-color: var(--color-black)
    }

    .bg-blue-500 {
        background-color: var(--color-blue-500)
    }

    .bg-gray-500 {
        background-color: var(--color-gray-500)
    }

    .bg-gray-700 {
        background-color: var(--color-gray-700)
    }

    .bg-gray-800 {
        background-color: var(--color-gray-800)
    }

    .bg-white {
        background-color: var(--color-white)
    }

    .p-4 {
        padding: calc(var(--spacing)*4)
    }

    .p-6 {
        padding: calc(var(--spacing)*6)
    }

    .px-4 {
        padding-inline: calc(var(--spacing)*4)
    }

    .px-5 {
        padding-inline: calc(var(--spacing)*5)
    }

    .py-2 {
        padding-block: calc(var(--spacing)*2)
    }

    .py-3 {
        padding-block: calc(var(--spacing)*3)
    }

    .py-6 {
        padding-block: calc(var(--spacing)*6)
    }

    .py-16 {
        padding-block: calc(var(--spacing)*16)
    }

    .py-20 {
        padding-block: calc(var(--spacing)*20)
    }

    .pt-20 {
        padding-top: calc(var(--spacing)*20)
    }

    .text-center {
        text-align: center
    }

    .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-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height))
    }

    .text-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height))
    }

    .text-\[24px\] {
        font-size: 24px
    }

    .text-\[48px\] {
        font-size: 48px
    }

    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold)
    }

    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold)
    }

    .text-white {
        color: var(--color-white)
    }

    .uppercase {
        text-transform: uppercase
    }

    .underline {
        text-decoration-line: underline
    }

    .shadow-md {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .outline {
        outline-style: var(--tw-outline-style);
        outline-width: 1px
    }

    .peer-checked\:block:is(:where(.peer):checked~*) {
        display: block
    }

    @media (hover:hover) {
        .hover\:text-blue-600:hover {
            color: var(--color-blue-600)
        }
    }

    @media (min-width:40rem) {
        .sm\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }
    }

    @media (min-width:48rem) {
        .md\:static {
            position: static
        }

        .md\:block {
            display: block
        }

        .md\:flex {
            display: flex
        }

        .md\:hidden {
            display: none
        }

        .md\:w-auto {
            width: auto
        }

        .md\:p-0 {
            padding: calc(var(--spacing)*0)
        }

        .md\:py-0 {
            padding-block: calc(var(--spacing)*0)
        }
    }

    @media (min-width:64rem) {
        .lg\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }
    }
}

body {
    flex-direction: column;
    min-height: 100vh;
    display: flex
}

@property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@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: 0
}

@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-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}


    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
    }

      :root,
      :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
          "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
          "Courier New", monospace;
        --color-red-500: oklch(63.7% 0.237 25.331);
        --color-blue-200: oklch(88.2% 0.059 254.128);
        --color-blue-400: oklch(70.7% 0.165 254.624);
        --color-blue-500: oklch(62.3% 0.214 259.815);
        --color-blue-600: oklch(54.6% 0.245 262.881);
        --color-gray-100: oklch(96.7% 0.003 264.542);
        --color-gray-800: oklch(27.8% 0.033 256.848);
        --color-gray-900: oklch(21% 0.034 264.665);
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --container-md: 28rem;
        --text-sm: 0.875rem;
        --text-sm--line-height: calc(1.25 / 0.875);
        --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);
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --tracking-wide: 0.025em;
        --leading-relaxed: 1.625;
        --radius-xl: 0.75rem;
        --blur-sm: 8px;
        --blur-2xl: 40px;
        --default-transition-duration: 150ms;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
      }


    @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;
      }

      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;
      }

      @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
        ::placeholder {
          color: currentcolor;

          @supports (color: color-mix(in lab, red, red)) {
            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 {
      .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
      }

      .absolute {
        position: absolute;
      }

      .fixed {
        position: fixed;
      }

      .relative {
        position: relative;
      }

      .sticky {
        position: sticky;
      }

      .inset-0 {
        inset: calc(var(--spacing) * 0);
      }

      .top-0 {
        top: calc(var(--spacing) * 0);
      }

      .top-6 {
        top: calc(var(--spacing) * 6);
      }

      .right-0 {
        right: calc(var(--spacing) * 0);
      }

      .right-6 {
        right: calc(var(--spacing) * 6);
      }

      .bottom-0 {
        bottom: calc(var(--spacing) * 0);
      }

      .left-0 {
        left: calc(var(--spacing) * 0);
      }

      .z-0 {
        z-index: 0;
      }

      .z-10 {
        z-index: 10;
      }

      .z-20 {
        z-index: 20;
      }

      .z-30 {
        z-index: 30;
      }

      .z-50 {
        z-index: 50;
      }

      .z-70 {
        z-index: 70;
      }

      .z-\[9999\] {
        z-index: 9999;
      }

      .col-span-1 {
        grid-column: span 1 / span 1;
      }

      .mx-auto {
        margin-inline: auto;
      }

      .mt-\[8px\] {
        margin-top: 8px;
      }

      .mb-2 {
        margin-bottom: calc(var(--spacing) * 2);
      }

      .mb-\[25px\] {
        margin-bottom: 25px;
      }

      .block {
        display: block;
      }

      .flex {
        display: flex;
      }

      .grid {
        display: grid;
      }

      .hidden {
        display: none;
      }

      .inline-block {
        display: inline-block;
      }

      .h-\[35px\] {
        height: 35px;
      }

      .h-\[37px\] {
        height: 37px;
      }

      .h-\[40px\] {
        height: 40px;
      }

      .h-full {
        height: 100%;
      }

      .h-screen {
        height: 100vh;
      }

      .max-h-60 {
        max-height: calc(var(--spacing) * 60);
      }

      .min-h-\[73px\] {
        min-height: 73px;
      }

      .min-h-\[300px\] {
        min-height: 300px;
      }

      .min-h-\[500px\] {
        min-height: 500px;
      }

      .w-\[35px\] {
        width: 35px;
      }

      .w-\[37px\] {
        width: 37px;
      }

      .w-fit {
        width: fit-content;
      }

      .w-full {
        width: 100%;
      }

      .max-w-\[150px\] {
        max-width: 150px;
      }

      .max-w-\[250px\] {
        max-width: 250px;
      }

      .max-w-\[320px\] {
        max-width: 320px;
      }

      .max-w-\[420px\] {
        max-width: 420px;
      }

      .max-w-\[1440px\] {
        max-width: 1440px;
      }

      .max-w-md {
        max-width: var(--container-md);
      }

      .min-w-\[250px\] {
        min-width: 250px;
      }

      .flex-shrink-0 {
        flex-shrink: 0;
      }

      .flex-grow {
        flex-grow: 1;
      }

      .cursor-pointer {
        cursor: pointer;
      }

      .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
      }

      .grid-cols-2 {
        grid-template-columns: repeat(2, 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-2 {
        gap: calc(var(--spacing) * 2);
      }

      .gap-6 {
        gap: calc(var(--spacing) * 6);
      }

      .gap-8 {
        gap: calc(var(--spacing) * 8);
      }

      .gap-\[10px\] {
        gap: 10px;
      }

      .gap-\[15px\] {
        gap: 15px;
      }

      .gap-\[20px\] {
        gap: 20px;
      }

      .gap-\[25px\] {
        gap: 25px;
      }

      .gap-\[30px\] {
        gap: 30px;
      }

      .gap-\[35px\] {
        gap: 35px;
      }

      .space-y-1 {
        :where(& > :not(:last-child)) {
          --tw-space-y-reverse: 0;
          margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
          margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
        }
      }

      .overflow-hidden {
        overflow: hidden;
      }

      .overflow-y-auto {
        overflow-y: auto;
      }

      .rounded-\[15px\] {
        border-radius: 15px;
      }

      .rounded-full {
        border-radius: calc(infinity * 1px);
      }

      .rounded-xl {
        border-radius: var(--radius-xl);
      }

      .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
      }

      .border-t {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
      }

      .border-b {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
      }

      .border-white\/40 {
        border-color: color-mix(in srgb, #fff 40%, transparent);

        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
        }
      }

      .border-white\/90 {
        border-color: color-mix(in srgb, #fff 90%, transparent);

        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 90%, transparent);
        }
      }

      .bg-\[\#4993E3\] {
        background-color: #4993E3;
      }

      .bg-\[\#111111\] {
        background-color: #111111;
      }

      .bg-\[\#FF4D45\] {
        background-color: #FF4D45;
      }

      .bg-black {
        background-color: var(--color-black);
      }

      .bg-black\/50 {
        background-color: color-mix(in srgb, #000 50%, transparent);

        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
        }
      }

      .bg-gray-100 {
        background-color: var(--color-gray-100);
      }

      .bg-gray-900\/50 {
        background-color: color-mix(in srgb, oklch(21% 0.034 264.665) 50%, transparent);

        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-gray-900) 50%, transparent);
        }
      }

      .bg-white {
        background-color: var(--color-white);
      }

      .bg-gradient-to-b {
        --tw-gradient-position: to bottom in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops));
      }

      .from-black\/80 {
        --tw-gradient-from: color-mix(in srgb, #000 80%, transparent);

        @supports (color: color-mix(in lab, red, red)) {
          --tw-gradient-from: color-mix(in oklab, var(--color-black) 80%, transparent);
        }

        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }

      .via-black\/50 {
        --tw-gradient-via: color-mix(in srgb, #000 50%, transparent);

        @supports (color: color-mix(in lab, red, red)) {
          --tw-gradient-via: color-mix(in oklab, var(--color-black) 50%, transparent);
        }

        --tw-gradient-via-stops: var(--tw-gradient-position),
        var(--tw-gradient-from) var(--tw-gradient-from-position),
        var(--tw-gradient-via) var(--tw-gradient-via-position),
        var(--tw-gradient-to) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-via-stops);
      }

      .to-transparent {
        --tw-gradient-to: transparent;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }

      .object-cover {
        object-fit: cover;
      }

      .p-4 {
        padding: calc(var(--spacing) * 4);
      }

      .p-\[15px\] {
        padding: 15px;
      }

      .p-\[25px\] {
        padding: 25px;
      }

      .px-3 {
        padding-inline: calc(var(--spacing) * 3);
      }

      .px-4 {
        padding-inline: calc(var(--spacing) * 4);
      }

      .px-\[15px\] {
        padding-inline: 15px;
      }

      .py-1 {
        padding-block: calc(var(--spacing) * 1);
      }

      .py-2 {
        padding-block: calc(var(--spacing) * 2);
      }

      .py-3 {
        padding-block: calc(var(--spacing) * 3);
      }

      .py-5 {
        padding-block: calc(var(--spacing) * 5);
      }

      .py-\[10px\] {
        padding-block: 10px;
      }

      .pt-\[85px\] {
        padding-top: 85px;
      }

      .pr-\[25px\] {
        padding-right: 25px;
      }

      .text-center {
        text-align: center;
      }

      .text-right {
        text-align: right;
      }

      .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-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-\[16px\] {
        font-size: 16px;
      }

      .leading-7 {
        --tw-leading: calc(var(--spacing) * 7);
        line-height: calc(var(--spacing) * 7);
      }

      .leading-relaxed {
        --tw-leading: var(--leading-relaxed);
        line-height: var(--leading-relaxed);
      }

      .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
      }

      .font-normal {
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
      }

      .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
      }

      .tracking-wide {
        --tw-tracking: var(--tracking-wide);
        letter-spacing: var(--tracking-wide);
      }

      .break-words {
        overflow-wrap: break-word;
      }

      .whitespace-nowrap {
        white-space: nowrap;
      }

      .text-\[inherit\] {
        color: inherit;
      }

      .text-\[rgb\(156_163_175\)\] {
        color: rgb(156 163 175);
      }

      .text-black {
        color: var(--color-black);
      }

      .text-gray-800 {
        color: var(--color-gray-800);
      }

      .text-white {
        color: var(--color-white);
      }

      .uppercase {
        text-transform: uppercase;
      }

      .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);
      }

      .backdrop-blur-2xl {
        --tw-backdrop-blur: blur(var(--blur-2xl));
        -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
        backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
      }

      .backdrop-blur-sm {
        --tw-backdrop-blur: blur(var(--blur-sm));
        -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
        backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
      }

      .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, display, visibility, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
      }

      .transition-colors {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
      }

      .duration-300 {
        --tw-duration: 300ms;
        transition-duration: 300ms;
      }

      .select-none {
        -webkit-user-select: none;
        user-select: none;
      }

      .peer-checked\:flex {
        &:is(:where(.peer):checked ~ *) {
          display: flex;
        }
      }

      .hover\:bg-\[\#4993E3\]\/60 {
        &:hover {
          @media (hover: hover) {
            background-color: color-mix(in oklab, #4993E3 60%, transparent);
          }
        }
      }

      .hover\:bg-\[\#FF4D45\]\/60 {
        &:hover {
          @media (hover: hover) {
            background-color: color-mix(in oklab, #FF4D45 60%, transparent);
          }
        }
      }

      .hover\:text-blue-200 {
        &:hover {
          @media (hover: hover) {
            color: var(--color-blue-200);
          }
        }
      }

      .hover\:text-blue-600 {
        &:hover {
          @media (hover: hover) {
            color: var(--color-blue-600);
          }
        }
      }

      .hover\:text-red-500 {
        &:hover {
          @media (hover: hover) {
            color: var(--color-red-500);
          }
        }
      }

      .sm\:px-4 {
        @media (width >=40rem) {
          padding-inline: calc(var(--spacing) * 4);
        }
      }

      .md\:col-span-2 {
        @media (width >=48rem) {
          grid-column: span 2 / span 2;
        }
      }

      .md\:mx-0 {
        @media (width >=48rem) {
          margin-inline: calc(var(--spacing) * 0);
        }
      }

      .md\:mr-0 {
        @media (width >=48rem) {
          margin-right: calc(var(--spacing) * 0);
        }
      }

      .md\:ml-auto {
        @media (width >=48rem) {
          margin-left: auto;
        }
      }

      .md\:flex {
        @media (width >=48rem) {
          display: flex;
        }
      }

      .md\:hidden {
        @media (width >=48rem) {
          display: none;
        }
      }

      .md\:min-h-\[300px\] {
        @media (width >=48rem) {
          min-height: 300px;
        }
      }

      .md\:w-fit {
        @media (width >=48rem) {
          width: fit-content;
        }
      }

      .md\:max-w-none {
        @media (width >=48rem) {
          max-width: none;
        }
      }

      .md\:basis-\[70\%\] {
        @media (width >=48rem) {
          flex-basis: 70%;
        }
      }

      .md\:basis-\[400px\] {
        @media (width >=48rem) {
          flex-basis: 400px;
        }
      }

      .md\:grid-cols-2 {
        @media (width >=48rem) {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }

      .md\:grid-cols-3 {
        @media (width >=48rem) {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }
      }

      .md\:flex-nowrap {
        @media (width >=48rem) {
          flex-wrap: nowrap;
        }
      }

      .md\:items-start {
        @media (width >=48rem) {
          align-items: flex-start;
        }
      }

      .md\:gap-6 {
        @media (width >=48rem) {
          gap: calc(var(--spacing) * 6);
        }
      }

      .md\:text-left {
        @media (width >=48rem) {
          text-align: left;
        }
      }

      .\[\&_a\]\:text-blue-400 {
        & a {
          color: var(--color-blue-400);
        }
      }

      .\[\&_a\]\:underline {
        & a {
          text-decoration-line: underline;
        }
      }

      .\[\&_a\]\:transition-colors {
        & a {
          transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
          transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
          transition-duration: var(--tw-duration, var(--default-transition-duration));
        }
      }

      .hover\:\[\&_a\]\:text-blue-500 {
        &:hover {
          @media (hover: hover) {
            & a {
              color: var(--color-blue-500);
            }
          }
        }
      }

      .hover\:\[\&_a\]\:underline {
        &:hover {
          @media (hover: hover) {
            & a {
              text-decoration-line: underline;
            }
          }
        }
      }

      .\[\&_h1\]\:mb-4 {
        & h1 {
          margin-bottom: calc(var(--spacing) * 4);
        }
      }

      .\[\&_h1\]\:text-3xl {
        & h1 {
          font-size: var(--text-3xl);
          line-height: var(--tw-leading, var(--text-3xl--line-height));
        }
      }

      .\[\&_h1\]\:font-bold {
        & h1 {
          --tw-font-weight: var(--font-weight-bold);
          font-weight: var(--font-weight-bold);
        }
      }

      .\[\&_h1\]\:text-white {
        & h1 {
          color: var(--color-white);
        }
      }

      .\[\&_h2\]\:mb-3 {
        & h2 {
          margin-bottom: calc(var(--spacing) * 3);
        }
      }

      .\[\&_h2\]\:text-2xl {
        & h2 {
          font-size: var(--text-2xl);
          line-height: var(--tw-leading, var(--text-2xl--line-height));
        }
      }

      .\[\&_h2\]\:font-semibold {
        & h2 {
          --tw-font-weight: var(--font-weight-semibold);
          font-weight: var(--font-weight-semibold);
        }
      }

      .\[\&_h2\]\:text-white {
        & h2 {
          color: var(--color-white);
        }
      }

      .\[\&_h3\]\:mb-2 {
        & h3 {
          margin-bottom: calc(var(--spacing) * 2);
        }
      }

      .\[\&_h3\]\:text-xl {
        & h3 {
          font-size: var(--text-xl);
          line-height: var(--tw-leading, var(--text-xl--line-height));
        }
      }

      .\[\&_h3\]\:font-medium {
        & h3 {
          --tw-font-weight: var(--font-weight-medium);
          font-weight: var(--font-weight-medium);
        }
      }

      .\[\&_h3\]\:text-white {
        & h3 {
          color: var(--color-white);
        }
      }

      .\[\&_h4\]\:mb-2 {
        & h4 {
          margin-bottom: calc(var(--spacing) * 2);
        }
      }

      .\[\&_h4\]\:text-lg {
        & h4 {
          font-size: var(--text-lg);
          line-height: var(--tw-leading, var(--text-lg--line-height));
        }
      }

      .\[\&_h4\]\:font-medium {
        & h4 {
          --tw-font-weight: var(--font-weight-medium);
          font-weight: var(--font-weight-medium);
        }
      }

      .\[\&_h4\]\:text-white {
        & h4 {
          color: var(--color-white);
        }
      }

      .\[\&_li\]\:mb-1 {
        & li {
          margin-bottom: calc(var(--spacing) * 1);
        }
      }

      .\[\&_ol\]\:mb-4 {
        & ol {
          margin-bottom: calc(var(--spacing) * 4);
        }
      }

      .\[\&_ol\]\:list-decimal {
        & ol {
          list-style-type: decimal;
        }
      }

      .\[\&_ol\]\:pl-6 {
        & ol {
          padding-left: calc(var(--spacing) * 6);
        }
      }

      .\[\&_p\]\:mb-4 {
        & p {
          margin-bottom: calc(var(--spacing) * 4);
        }
      }

      .\[\&_table\]\:my-4 {
        & table {
          margin-block: calc(var(--spacing) * 4);
        }
      }

      .\[\&_table\]\:w-full {
        & table {
          width: 100%;
        }
      }

      .\[\&_table\]\:border-collapse {
        & table {
          border-collapse: collapse;
        }
      }

      .\[\&_table\]\:bg-gray-900 {
        & table {
          background-color: var(--color-gray-900);
        }
      }

      .\[\&_table\]\:text-\[rgb\(156_163_175\)\] {
        & table {
          color: rgb(156 163 175);
        }
      }

      .\[\&_td\]\:border {
        & td {
          border-style: var(--tw-border-style);
          border-width: 1px;
        }
      }

      .\[\&_td\]\:p-2 {
        & td {
          padding: calc(var(--spacing) * 2);
        }
      }

      .\[\&_td\]\:text-\[rgb\(156_163_175\)\] {
        & td {
          color: rgb(156 163 175);
        }
      }

      .\[\&_th\]\:border {
        & th {
          border-style: var(--tw-border-style);
          border-width: 1px;
        }
      }

      .\[\&_th\]\:bg-gray-800 {
        & th {
          background-color: var(--color-gray-800);
        }
      }

      .\[\&_th\]\:p-2 {
        & th {
          padding: calc(var(--spacing) * 2);
        }
      }

      .\[\&_th\]\:text-left {
        & th {
          text-align: left;
        }
      }

      .\[\&_th\]\:font-medium {
        & th {
          --tw-font-weight: var(--font-weight-medium);
          font-weight: var(--font-weight-medium);
        }
      }

      .\[\&_th\]\:text-white {
        & th {
          color: var(--color-white);
        }
      }

      .\[\&_ul\]\:mb-4 {
        & ul {
          margin-bottom: calc(var(--spacing) * 4);
        }
      }

      .\[\&_ul\]\:list-disc {
        & ul {
          list-style-type: disc;
        }
      }

      .\[\&_ul\]\:pl-6 {
        & ul {
          padding-left: calc(var(--spacing) * 6);
        }
      }
    }

    @property --tw-space-y-reverse {
      syntax: "*";
      inherits: false;
      initial-value: 0;
    }

    @property --tw-border-style {
      syntax: "*";
      inherits: false;
      initial-value: solid;
    }

    @property --tw-gradient-position {
      syntax: "*";
      inherits: false;
    }

    @property --tw-gradient-from {
      syntax: "<color>";
      inherits: false;
      initial-value: #0000;
    }

    @property --tw-gradient-via {
      syntax: "<color>";
      inherits: false;
      initial-value: #0000;
    }

    @property --tw-gradient-to {
      syntax: "<color>";
      inherits: false;
      initial-value: #0000;
    }

    @property --tw-gradient-stops {
      syntax: "*";
      inherits: false;
    }

    @property --tw-gradient-via-stops {
      syntax: "*";
      inherits: false;
    }

    @property --tw-gradient-from-position {
      syntax: "<length-percentage>";
      inherits: false;
      initial-value: 0%;
    }

    @property --tw-gradient-via-position {
      syntax: "<length-percentage>";
      inherits: false;
      initial-value: 50%;
    }

    @property --tw-gradient-to-position {
      syntax: "<length-percentage>";
      inherits: false;
      initial-value: 100%;
    }

    @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-shadow-alpha {
      syntax: "<percentage>";
      inherits: false;
      initial-value: 100%;
    }

    @property --tw-inset-shadow {
      syntax: "*";
      inherits: false;
      initial-value: 0 0 #0000;
    }

    @property --tw-inset-shadow-color {
      syntax: "*";
      inherits: false;
    }

    @property --tw-inset-shadow-alpha {
      syntax: "<percentage>";
      inherits: false;
      initial-value: 100%;
    }

    @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-backdrop-blur {
      syntax: "*";
      inherits: false;
    }

    @property --tw-backdrop-brightness {
      syntax: "*";
      inherits: false;
    }

    @property --tw-backdrop-contrast {
      syntax: "*";
      inherits: false;
    }

    @property --tw-backdrop-grayscale {
      syntax: "*";
      inherits: false;
    }

    @property --tw-backdrop-hue-rotate {
      syntax: "*";
      inherits: false;
    }

    @property --tw-backdrop-invert {
      syntax: "*";
      inherits: false;
    }

    @property --tw-backdrop-opacity {
      syntax: "*";
      inherits: false;
    }

    @property --tw-backdrop-saturate {
      syntax: "*";
      inherits: false;
    }

    @property --tw-backdrop-sepia {
      syntax: "*";
      inherits: false;
    }

    @property --tw-duration {
      syntax: "*";
      inherits: false;
    }

    @layer properties {
      @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {

        *,
        ::before,
        ::after,
        ::backdrop {
          --tw-space-y-reverse: 0;
          --tw-border-style: solid;
          --tw-gradient-position: initial;
          --tw-gradient-from: #0000;
          --tw-gradient-via: #0000;
          --tw-gradient-to: #0000;
          --tw-gradient-stops: initial;
          --tw-gradient-via-stops: initial;
          --tw-gradient-from-position: 0%;
          --tw-gradient-via-position: 50%;
          --tw-gradient-to-position: 100%;
          --tw-leading: initial;
          --tw-font-weight: initial;
          --tw-tracking: initial;
          --tw-shadow: 0 0 #0000;
          --tw-shadow-color: initial;
          --tw-shadow-alpha: 100%;
          --tw-inset-shadow: 0 0 #0000;
          --tw-inset-shadow-color: initial;
          --tw-inset-shadow-alpha: 100%;
          --tw-ring-color: initial;
          --tw-ring-shadow: 0 0 #0000;
          --tw-inset-ring-color: initial;
          --tw-inset-ring-shadow: 0 0 #0000;
          --tw-ring-inset: initial;
          --tw-ring-offset-width: 0px;
          --tw-ring-offset-color: #fff;
          --tw-ring-offset-shadow: 0 0 #0000;
          --tw-backdrop-blur: initial;
          --tw-backdrop-brightness: initial;
          --tw-backdrop-contrast: initial;
          --tw-backdrop-grayscale: initial;
          --tw-backdrop-hue-rotate: initial;
          --tw-backdrop-invert: initial;
          --tw-backdrop-opacity: initial;
          --tw-backdrop-saturate: initial;
          --tw-backdrop-sepia: initial;
          --tw-duration: initial;
        }
      }
    }
