/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :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-sky-700: oklch(50% 0.134 242.749);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-7xl: 80rem;
    --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-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;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-1 {
    top: calc(var(--spacing) * -1);
  }
  .-top-\[6px\] {
    top: calc(6px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[-10px\] {
    top: -10px;
  }
  .top-\[-20px\] {
    top: -20px;
  }
  .top-\[4px\] {
    top: 4px;
  }
  .top-\[6px\] {
    top: 6px;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-\[12px\] {
    top: 12px;
  }
  .top-\[14px\] {
    top: 14px;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[22px\] {
    top: 22px;
  }
  .top-\[24px\] {
    top: 24px;
  }
  .top-\[25px\] {
    top: 25px;
  }
  .top-\[30px\] {
    top: 30px;
  }
  .top-\[40px\] {
    top: 40px;
  }
  .top-\[56px\] {
    top: 56px;
  }
  .top-\[60\%\] {
    top: 60%;
  }
  .top-\[72px\] {
    top: 72px;
  }
  .top-\[80px\] {
    top: 80px;
  }
  .top-\[90px\] {
    top: 90px;
  }
  .top-\[103px\] {
    top: 103px;
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-\[-5px\] {
    right: -5px;
  }
  .right-\[-10px\] {
    right: -10px;
  }
  .right-\[-13px\] {
    right: -13px;
  }
  .right-\[-20px\] {
    right: -20px;
  }
  .right-\[-30px\] {
    right: -30px;
  }
  .right-\[-40px\] {
    right: -40px;
  }
  .right-\[-43px\] {
    right: -43px;
  }
  .right-\[-48px\] {
    right: -48px;
  }
  .right-\[-110px\] {
    right: -110px;
  }
  .right-\[4px\] {
    right: 4px;
  }
  .right-\[5px\] {
    right: 5px;
  }
  .right-\[6px\] {
    right: 6px;
  }
  .right-\[10\%\] {
    right: 10%;
  }
  .right-\[10px\] {
    right: 10px;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .right-\[32px\] {
    right: 32px;
  }
  .right-\[40px\] {
    right: 40px;
  }
  .right-\[56px\] {
    right: 56px;
  }
  .right-\[70px\] {
    right: 70px;
  }
  .right-\[80px\] {
    right: 80px;
  }
  .right-\[200px\] {
    right: 200px;
  }
  .right-\[calc\(50\%-720px\)\] {
    right: calc(50% - 720px);
  }
  .-bottom-\[5px\] {
    bottom: calc(5px * -1);
  }
  .-bottom-\[6px\] {
    bottom: calc(6px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-12 {
    bottom: calc(var(--spacing) * 12);
  }
  .bottom-\[-8px\] {
    bottom: -8px;
  }
  .bottom-\[-24px\] {
    bottom: -24px;
  }
  .bottom-\[-36px\] {
    bottom: -36px;
  }
  .bottom-\[10px\] {
    bottom: 10px;
  }
  .bottom-\[24px\] {
    bottom: 24px;
  }
  .bottom-\[32px\] {
    bottom: 32px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-\[-5px\] {
    left: -5px;
  }
  .left-\[-10px\] {
    left: -10px;
  }
  .left-\[-13px\] {
    left: -13px;
  }
  .left-\[-20px\] {
    left: -20px;
  }
  .left-\[-40px\] {
    left: -40px;
  }
  .left-\[-43px\] {
    left: -43px;
  }
  .left-\[-110px\] {
    left: -110px;
  }
  .left-\[5px\] {
    left: 5px;
  }
  .left-\[10px\] {
    left: 10px;
  }
  .left-\[13px\] {
    left: 13px;
  }
  .left-\[16px\] {
    left: 16px;
  }
  .left-\[20px\] {
    left: 20px;
  }
  .left-\[24px\] {
    left: 24px;
  }
  .left-\[30px\] {
    left: 30px;
  }
  .left-\[32px\] {
    left: 32px;
  }
  .left-\[54\%\] {
    left: 54%;
  }
  .left-\[64px\] {
    left: 64px;
  }
  .left-\[1068px\] {
    left: 1068px;
  }
  .left-\[calc\(50\%-720px\)\] {
    left: calc(50% - 720px);
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .order-3 {
    order: 3;
  }
  .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;
    }
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-\[6px\] {
    margin-block: 6px;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[-100px\] {
    margin-top: -100px;
  }
  .mt-\[1px\] {
    margin-top: 1px;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[56px\] {
    margin-top: 56px;
  }
  .mt-\[64px\] {
    margin-top: 64px;
  }
  .mt-\[103px\] {
    margin-top: 103px;
  }
  .mr-\[8px\] {
    margin-right: 8px;
  }
  .mr-\[12px\] {
    margin-right: 12px;
  }
  .mr-\[40px\] {
    margin-right: 40px;
  }
  .mr-\[71px\] {
    margin-right: 71px;
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[2px\] {
    margin-bottom: 2px;
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .-ml-1 {
    margin-left: calc(var(--spacing) * -1);
  }
  .-ml-2 {
    margin-left: calc(var(--spacing) * -2);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-\[1px\] {
    margin-left: 1px;
  }
  .ml-\[2px\] {
    margin-left: 2px;
  }
  .ml-\[8px\] {
    margin-left: 8px;
  }
  .ml-\[64px\] {
    margin-left: 64px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-\[0px\] {
    height: 0px;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-\[8px\] {
    height: 8px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[26\.45px\] {
    height: 26.45px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[74px\] {
    height: 74px;
  }
  .h-\[86px\] {
    height: 86px;
  }
  .h-\[94px\] {
    height: 94px;
  }
  .h-\[98px\] {
    height: 98px;
  }
  .h-\[126px\] {
    height: 126px;
  }
  .h-\[130px\] {
    height: 130px;
  }
  .h-\[148px\] {
    height: 148px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[210px\] {
    height: 210px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[244px\] {
    height: 244px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-\[284px\] {
    height: 284px;
  }
  .h-\[306px\] {
    height: 306px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[408px\] {
    height: 408px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[520px\] {
    height: 520px;
  }
  .h-\[593px\] {
    height: 593px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[4px\] {
    width: 4px;
  }
  .w-\[6px\] {
    width: 6px;
  }
  .w-\[8px\] {
    width: 8px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[55\%\] {
    width: 55%;
  }
  .w-\[58px\] {
    width: 58px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[66\.66px\] {
    width: 66.66px;
  }
  .w-\[66px\] {
    width: 66px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[94px\] {
    width: 94px;
  }
  .w-\[117px\] {
    width: 117px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[128px\] {
    width: 128px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[148px\] {
    width: 148px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[202px\] {
    width: 202px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[242px\] {
    width: 242px;
  }
  .w-\[264px\] {
    width: 264px;
  }
  .w-\[274px\] {
    width: 274px;
  }
  .w-\[281\.5px\] {
    width: 281.5px;
  }
  .w-\[284px\] {
    width: 284px;
  }
  .w-\[289px\] {
    width: 289px;
  }
  .w-\[356px\] {
    width: 356px;
  }
  .w-\[428px\] {
    width: 428px;
  }
  .w-\[451px\] {
    width: 451px;
  }
  .w-\[495px\] {
    width: 495px;
  }
  .w-\[513px\] {
    width: 513px;
  }
  .w-\[519px\] {
    width: 519px;
  }
  .w-\[545px\] {
    width: 545px;
  }
  .w-\[591px\] {
    width: 591px;
  }
  .w-\[593px\] {
    width: 593px;
  }
  .w-\[720px\] {
    width: 720px;
  }
  .w-\[1216px\] {
    width: 1216px;
  }
  .w-\[1304px\] {
    width: 1304px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[274px\] {
    max-width: 274px;
  }
  .max-w-\[284px\] {
    max-width: 284px;
  }
  .max-w-\[356px\] {
    max-width: 356px;
  }
  .max-w-\[519px\] {
    max-width: 519px;
  }
  .max-w-\[1216px\] {
    max-width: 1216px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .min-w-max {
    min-width: max-content;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[15px\] {
    --tw-translate-y: 15px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[18px\] {
    --tw-translate-y: 18px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[-90deg\] {
    rotate: -90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-baseline {
    align-items: baseline;
  }
  .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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[1px\] {
    gap: 1px;
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[27px\] {
    gap: 27px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .space-y-0\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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)));
    }
  }
  .space-y-1\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[43px\] {
    border-radius: 43px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-\[16px\] {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .rounded-tl-\[8px\] {
    border-top-left-radius: 8px;
  }
  .rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .rounded-tr-\[8px\] {
    border-top-right-radius: 8px;
  }
  .rounded-b-\[16px\] {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .rounded-br-\[8px\] {
    border-bottom-right-radius: 8px;
  }
  .rounded-bl-\[8px\] {
    border-bottom-left-radius: 8px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[8px\] {
    border-style: var(--tw-border-style);
    border-width: 8px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-\[1px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-\[2px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-r-\[2px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[2px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-\[5px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 5px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#004EEB\] {
    border-color: #004EEB;
  }
  .border-\[\#0066B2\] {
    border-color: #0066B2;
  }
  .border-\[\#155EEF\] {
    border-color: #155EEF;
  }
  .border-\[\#352F8E\] {
    border-color: #352F8E;
  }
  .border-\[\#003366\] {
    border-color: #003366;
  }
  .border-\[\#004080\] {
    border-color: #004080;
  }
  .border-\[\#667085\] {
    border-color: #667085;
  }
  .border-\[\#D0D5DD\] {
    border-color: #D0D5DD;
  }
  .border-\[\#D9E4F2\] {
    border-color: #D9E4F2;
  }
  .border-\[\#E5E7EB\] {
    border-color: #E5E7EB;
  }
  .border-\[\#EAECF0\] {
    border-color: #EAECF0;
  }
  .border-\[\#FFFFFF\] {
    border-color: #FFFFFF;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-\[\#\#344054\] {
    background-color: ##344054;
  }
  .bg-\[\#0D2247\] {
    background-color: #0D2247;
  }
  .bg-\[\#0d6efd\] {
    background-color: #0d6efd;
  }
  .bg-\[\#004EEB\] {
    background-color: #004EEB;
  }
  .bg-\[\#0066B2\] {
    background-color: #0066B2;
  }
  .bg-\[\#155EEF\] {
    background-color: #155EEF;
  }
  .bg-\[\#352F8E\] {
    background-color: #352F8E;
  }
  .bg-\[\#1570EF\] {
    background-color: #1570EF;
  }
  .bg-\[\#003366\] {
    background-color: #003366;
  }
  .bg-\[\#004080\] {
    background-color: #004080;
  }
  .bg-\[\#011845\] {
    background-color: #011845;
  }
  .bg-\[\#101828\] {
    background-color: #101828;
  }
  .bg-\[\#475467\] {
    background-color: #475467;
  }
  .bg-\[\#667085\] {
    background-color: #667085;
  }
  .bg-\[\#D0D5DD\] {
    background-color: #D0D5DD;
  }
  .bg-\[\#D9D9D9\] {
    background-color: #D9D9D9;
  }
  .bg-\[\#D9E4F2\] {
    background-color: #D9E4F2;
  }
  .bg-\[\#E4E7EC\] {
    background-color: #E4E7EC;
  }
  .bg-\[\#EAECF0\] {
    background-color: #EAECF0;
  }
  .bg-\[\#EEF3FF\] {
    background-color: #EEF3FF;
  }
  .bg-\[\#F2F4F7\] {
    background-color: #F2F4F7;
  }
  .bg-\[\#F5F8FF\] {
    background-color: #F5F8FF;
  }
  .bg-\[\#F5FAFF\] {
    background-color: #F5FAFF;
  }
  .bg-\[\#F7F7F7\] {
    background-color: #F7F7F7;
  }
  .bg-\[\#F8F9FC\] {
    background-color: #F8F9FC;
  }
  .bg-\[\#F8FAFC\] {
    background-color: #F8FAFC;
  }
  .bg-\[\#F9FAFB\] {
    background-color: #F9FAFB;
  }
  .bg-\[\#FEFDF0\] {
    background-color: #FEFDF0;
  }
  .bg-\[\#FFF9F5\] {
    background-color: #FFF9F5;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[\#d32f2f\] {
    background-color: #d32f2f;
  }
  .bg-\[\#dbe3f1\] {
    background-color: #dbe3f1;
  }
  .bg-\[\#f4f7fb\] {
    background-color: #f4f7fb;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-\[fff\] {
    background-color: fff;
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#0A2E7A\] {
    --tw-gradient-from: #0A2E7A;
    --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));
  }
  .from-\[\#0017E4\] {
    --tw-gradient-from: #0017E4;
    --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));
  }
  .from-\[\#181D27\] {
    --tw-gradient-from: #181D27;
    --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));
  }
  .from-\[\#101828\]\/80 {
    --tw-gradient-from: color-mix(in oklab, #101828 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));
  }
  .to-\[\#0B2C6A\] {
    --tw-gradient-to: #0B2C6A;
    --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));
  }
  .to-\[\#0017E4\] {
    --tw-gradient-to: #0017E4;
    --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));
  }
  .to-\[\#3793FF\] {
    --tw-gradient-to: #3793FF;
    --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));
  }
  .to-\[\#535862\] {
    --tw-gradient-to: #535862;
    --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));
  }
  .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-contain {
    object-fit: contain;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[4px\] {
    padding-inline: 4px;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[64px\] {
    padding-inline: 64px;
  }
  .px-\[112px\] {
    padding-inline: 112px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-\[16px\] {
    padding-right: 16px;
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-\[8px\] {
    padding-bottom: 8px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[32px\] {
    padding-bottom: 32px;
  }
  .pl-\[10px\] {
    padding-left: 10px;
  }
  .pl-\[32px\] {
    padding-left: 32px;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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-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));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[56px\] {
    font-size: 56px;
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[44px\] {
    --tw-leading: 44px;
    line-height: 44px;
  }
  .leading-\[64px\] {
    --tw-leading: 64px;
    line-height: 64px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .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-\[0\.03em\] {
    --tw-tracking: calc(0.03em * -1);
    letter-spacing: calc(0.03em * -1);
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[0\.05em\] {
    --tw-tracking: 0.05em;
    letter-spacing: 0.05em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0d6efd\] {
    color: #0d6efd;
  }
  .text-\[\#1DA1F2\] {
    color: #1DA1F2;
  }
  .text-\[\#004EEB\] {
    color: #004EEB;
  }
  .text-\[\#5a6a7c\] {
    color: #5a6a7c;
  }
  .text-\[\#6c757d\] {
    color: #6c757d;
  }
  .text-\[\#0076B6\] {
    color: #0076B6;
  }
  .text-\[\#111\] {
    color: #111;
  }
  .text-\[\#155EEF\] {
    color: #155EEF;
  }
  .text-\[\#333\] {
    color: #333;
  }
  .text-\[\#444\] {
    color: #444;
  }
  .text-\[\#003366\] {
    color: #003366;
  }
  .text-\[\#101828\] {
    color: #101828;
  }
  .text-\[\#344054\] {
    color: #344054;
  }
  .text-\[\#475467\] {
    color: #475467;
  }
  .text-\[\#495057\] {
    color: #495057;
  }
  .text-\[\#667085\] {
    color: #667085;
  }
  .text-\[\#C0C7D1\] {
    color: #C0C7D1;
  }
  .text-\[\#D0D5DD\] {
    color: #D0D5DD;
  }
  .text-\[\#D1E0FF\] {
    color: #D1E0FF;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-sky-700 {
    color: var(--color-sky-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-\[\#667085\] {
    &::placeholder {
      color: #667085;
    }
  }
  .placeholder-gray-400 {
    &::placeholder {
      color: var(--color-gray-400);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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);
  }
  .shadow-sm {
    --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);
  }
  .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-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));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-hover\:scale-\[1\.02\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .group-hover\:scale-\[1\.03\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.03;
      }
    }
  }
  .group-hover\:scale-\[1\.04\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.04;
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-\[\#0b5ed7\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0b5ed7;
      }
    }
  }
  .hover\:bg-\[\#002b5e\] {
    &:hover {
      @media (hover: hover) {
        background-color: #002b5e;
      }
    }
  }
  .hover\:bg-\[\#0047BA\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0047BA;
      }
    }
  }
  .hover\:bg-\[\#155EEF\] {
    &:hover {
      @media (hover: hover) {
        background-color: #155EEF;
      }
    }
  }
  .hover\:bg-\[\#004080\] {
    &:hover {
      @media (hover: hover) {
        background-color: #004080;
      }
    }
  }
  .hover\:bg-\[\#E8F1FF\] {
    &:hover {
      @media (hover: hover) {
        background-color: #E8F1FF;
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:text-\[\#0d6efd\] {
    &:hover {
      @media (hover: hover) {
        color: #0d6efd;
      }
    }
  }
  .hover\:text-\[\#155EEF\] {
    &:hover {
      @media (hover: hover) {
        color: #155EEF;
      }
    }
  }
  .hover\:text-\[\#FFFFFF\] {
    &:hover {
      @media (hover: hover) {
        color: #FFFFFF;
      }
    }
  }
  .hover\:text-\[\#ff0000\] {
    &:hover {
      @media (hover: hover) {
        color: #ff0000;
      }
    }
  }
  .hover\:text-red-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-500);
      }
    }
  }
  .hover\:text-sky-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-sky-700);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --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);
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --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);
      }
    }
  }
  .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-\[\#0d6efd\] {
    &:focus {
      --tw-ring-color: #0d6efd;
    }
  }
  .focus\:ring-\[\#003366\] {
    &:focus {
      --tw-ring-color: #003366;
    }
  }
  .focus\:ring-\[\#004080\] {
    &:focus {
      --tw-ring-color: #004080;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:right-\[20px\] {
    @media (width >= 40rem) {
      right: 20px;
    }
  }
  .sm\:bottom-\[-10px\] {
    @media (width >= 40rem) {
      bottom: -10px;
    }
  }
  .sm\:bottom-\[-30px\] {
    @media (width >= 40rem) {
      bottom: -30px;
    }
  }
  .sm\:bottom-\[10px\] {
    @media (width >= 40rem) {
      bottom: 10px;
    }
  }
  .sm\:bottom-\[30px\] {
    @media (width >= 40rem) {
      bottom: 30px;
    }
  }
  .sm\:bottom-\[40px\] {
    @media (width >= 40rem) {
      bottom: 40px;
    }
  }
  .sm\:left-\[20px\] {
    @media (width >= 40rem) {
      left: 20px;
    }
  }
  .sm\:left-\[24px\] {
    @media (width >= 40rem) {
      left: 24px;
    }
  }
  .sm\:order-none {
    @media (width >= 40rem) {
      order: 0;
    }
  }
  .sm\:mb-8 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .sm\:mb-\[16px\] {
    @media (width >= 40rem) {
      margin-bottom: 16px;
    }
  }
  .sm\:ml-\[6px\] {
    @media (width >= 40rem) {
      margin-left: 6px;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:h-\[48px\] {
    @media (width >= 40rem) {
      height: 48px;
    }
  }
  .sm\:h-\[56px\] {
    @media (width >= 40rem) {
      height: 56px;
    }
  }
  .sm\:h-\[75px\] {
    @media (width >= 40rem) {
      height: 75px;
    }
  }
  .sm\:h-\[80px\] {
    @media (width >= 40rem) {
      height: 80px;
    }
  }
  .sm\:h-\[148px\] {
    @media (width >= 40rem) {
      height: 148px;
    }
  }
  .sm\:h-\[175px\] {
    @media (width >= 40rem) {
      height: 175px;
    }
  }
  .sm\:h-\[180px\] {
    @media (width >= 40rem) {
      height: 180px;
    }
  }
  .sm\:h-\[200px\] {
    @media (width >= 40rem) {
      height: 200px;
    }
  }
  .sm\:h-\[210px\] {
    @media (width >= 40rem) {
      height: 210px;
    }
  }
  .sm\:h-\[250px\] {
    @media (width >= 40rem) {
      height: 250px;
    }
  }
  .sm\:h-\[260px\] {
    @media (width >= 40rem) {
      height: 260px;
    }
  }
  .sm\:h-\[284px\] {
    @media (width >= 40rem) {
      height: 284px;
    }
  }
  .sm\:h-\[340px\] {
    @media (width >= 40rem) {
      height: 340px;
    }
  }
  .sm\:h-\[520px\] {
    @media (width >= 40rem) {
      height: 520px;
    }
  }
  .sm\:w-\[42\%\] {
    @media (width >= 40rem) {
      width: 42%;
    }
  }
  .sm\:w-\[50\%\] {
    @media (width >= 40rem) {
      width: 50%;
    }
  }
  .sm\:w-\[56px\] {
    @media (width >= 40rem) {
      width: 56px;
    }
  }
  .sm\:w-\[70\%\] {
    @media (width >= 40rem) {
      width: 70%;
    }
  }
  .sm\:w-\[75px\] {
    @media (width >= 40rem) {
      width: 75px;
    }
  }
  .sm\:w-\[80px\] {
    @media (width >= 40rem) {
      width: 80px;
    }
  }
  .sm\:w-\[148px\] {
    @media (width >= 40rem) {
      width: 148px;
    }
  }
  .sm\:w-\[170px\] {
    @media (width >= 40rem) {
      width: 170px;
    }
  }
  .sm\:w-\[180px\] {
    @media (width >= 40rem) {
      width: 180px;
    }
  }
  .sm\:w-\[202px\] {
    @media (width >= 40rem) {
      width: 202px;
    }
  }
  .sm\:w-\[210px\] {
    @media (width >= 40rem) {
      width: 210px;
    }
  }
  .sm\:w-\[220px\] {
    @media (width >= 40rem) {
      width: 220px;
    }
  }
  .sm\:w-\[242px\] {
    @media (width >= 40rem) {
      width: 242px;
    }
  }
  .sm\:w-\[264px\] {
    @media (width >= 40rem) {
      width: 264px;
    }
  }
  .sm\:w-\[274px\] {
    @media (width >= 40rem) {
      width: 274px;
    }
  }
  .sm\:w-\[281\.5px\] {
    @media (width >= 40rem) {
      width: 281.5px;
    }
  }
  .sm\:w-\[284px\] {
    @media (width >= 40rem) {
      width: 284px;
    }
  }
  .sm\:w-\[289px\] {
    @media (width >= 40rem) {
      width: 289px;
    }
  }
  .sm\:w-\[480px\] {
    @media (width >= 40rem) {
      width: 480px;
    }
  }
  .sm\:w-\[520px\] {
    @media (width >= 40rem) {
      width: 520px;
    }
  }
  .sm\:flex-grow-0 {
    @media (width >= 40rem) {
      flex-grow: 0;
    }
  }
  .sm\:translate-y-\[18px\] {
    @media (width >= 40rem) {
      --tw-translate-y: 18px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-end {
    @media (width >= 40rem) {
      align-items: flex-end;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:gap-1\.5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 1.5);
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:gap-\[20px\] {
    @media (width >= 40rem) {
      gap: 20px;
    }
  }
  .sm\:gap-\[28px\] {
    @media (width >= 40rem) {
      gap: 28px;
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:pb-\[32px\] {
    @media (width >= 40rem) {
      padding-bottom: 32px;
    }
  }
  .sm\:pl-\[32px\] {
    @media (width >= 40rem) {
      padding-left: 32px;
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-\[12px\] {
    @media (width >= 40rem) {
      font-size: 12px;
    }
  }
  .sm\:text-\[13px\] {
    @media (width >= 40rem) {
      font-size: 13px;
    }
  }
  .sm\:text-\[14px\] {
    @media (width >= 40rem) {
      font-size: 14px;
    }
  }
  .sm\:text-\[15px\] {
    @media (width >= 40rem) {
      font-size: 15px;
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 40rem) {
      font-size: 16px;
    }
  }
  .sm\:text-\[20px\] {
    @media (width >= 40rem) {
      font-size: 20px;
    }
  }
  .sm\:text-\[22px\] {
    @media (width >= 40rem) {
      font-size: 22px;
    }
  }
  .sm\:text-\[30px\] {
    @media (width >= 40rem) {
      font-size: 30px;
    }
  }
  .sm\:text-\[40px\] {
    @media (width >= 40rem) {
      font-size: 40px;
    }
  }
  .sm\:text-\[42px\] {
    @media (width >= 40rem) {
      font-size: 42px;
    }
  }
  .sm\:text-\[44px\] {
    @media (width >= 40rem) {
      font-size: 44px;
    }
  }
  .sm\:leading-8 {
    @media (width >= 40rem) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .sm\:leading-\[21px\] {
    @media (width >= 40rem) {
      --tw-leading: 21px;
      line-height: 21px;
    }
  }
  .sm\:leading-\[28px\] {
    @media (width >= 40rem) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .sm\:leading-\[32px\] {
    @media (width >= 40rem) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .sm\:leading-\[54px\] {
    @media (width >= 40rem) {
      --tw-leading: 54px;
      line-height: 54px;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[22px\] {
    @media (width >= 48rem) {
      height: 22px;
    }
  }
  .md\:h-\[32px\] {
    @media (width >= 48rem) {
      height: 32px;
    }
  }
  .md\:h-\[80px\] {
    @media (width >= 48rem) {
      height: 80px;
    }
  }
  .md\:h-\[190px\] {
    @media (width >= 48rem) {
      height: 190px;
    }
  }
  .md\:h-\[210px\] {
    @media (width >= 48rem) {
      height: 210px;
    }
  }
  .md\:h-\[240px\] {
    @media (width >= 48rem) {
      height: 240px;
    }
  }
  .md\:h-\[284px\] {
    @media (width >= 48rem) {
      height: 284px;
    }
  }
  .md\:h-\[420px\] {
    @media (width >= 48rem) {
      height: 420px;
    }
  }
  .md\:h-\[560px\] {
    @media (width >= 48rem) {
      height: 560px;
    }
  }
  .md\:w-\[80px\] {
    @media (width >= 48rem) {
      width: 80px;
    }
  }
  .md\:w-\[88\.47px\] {
    @media (width >= 48rem) {
      width: 88.47px;
    }
  }
  .md\:w-\[186px\] {
    @media (width >= 48rem) {
      width: 186px;
    }
  }
  .md\:w-\[210px\] {
    @media (width >= 48rem) {
      width: 210px;
    }
  }
  .md\:w-\[260px\] {
    @media (width >= 48rem) {
      width: 260px;
    }
  }
  .md\:w-\[268px\] {
    @media (width >= 48rem) {
      width: 268px;
    }
  }
  .md\:w-\[320px\] {
    @media (width >= 48rem) {
      width: 320px;
    }
  }
  .md\:w-\[358px\] {
    @media (width >= 48rem) {
      width: 358px;
    }
  }
  .md\:w-\[620px\] {
    @media (width >= 48rem) {
      width: 620px;
    }
  }
  .md\:w-\[832px\] {
    @media (width >= 48rem) {
      width: 832px;
    }
  }
  .md\:\[grid-template-columns\:repeat\(2\,minmax\(0\,1fr\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:content-start {
    @media (width >= 48rem) {
      align-content: flex-start;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-\[16px\] {
    @media (width >= 48rem) {
      gap: 16px;
    }
  }
  .md\:gap-\[24px\] {
    @media (width >= 48rem) {
      gap: 24px;
    }
  }
  .md\:gap-\[32px\] {
    @media (width >= 48rem) {
      gap: 32px;
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-\[40px\] {
    @media (width >= 48rem) {
      padding-inline: 40px;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .lg\:top-1\/2 {
    @media (width >= 64rem) {
      top: calc(1/2 * 100%);
    }
  }
  .lg\:right-\[30px\] {
    @media (width >= 64rem) {
      right: 30px;
    }
  }
  .lg\:right-\[40px\] {
    @media (width >= 64rem) {
      right: 40px;
    }
  }
  .lg\:left-\[30px\] {
    @media (width >= 64rem) {
      left: 30px;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-\[56px\] {
    @media (width >= 64rem) {
      margin-top: 56px;
    }
  }
  .lg\:mt-\[103px\] {
    @media (width >= 64rem) {
      margin-top: 103px;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[32px\] {
    @media (width >= 64rem) {
      height: 32px;
    }
  }
  .lg\:h-\[70px\] {
    @media (width >= 64rem) {
      height: 70px;
    }
  }
  .lg\:h-\[94px\] {
    @media (width >= 64rem) {
      height: 94px;
    }
  }
  .lg\:h-\[284px\] {
    @media (width >= 64rem) {
      height: 284px;
    }
  }
  .lg\:h-\[480px\] {
    @media (width >= 64rem) {
      height: 480px;
    }
  }
  .lg\:h-\[520px\] {
    @media (width >= 64rem) {
      height: 520px;
    }
  }
  .lg\:h-\[600px\] {
    @media (width >= 64rem) {
      height: 600px;
    }
  }
  .lg\:w-\[70px\] {
    @media (width >= 64rem) {
      width: 70px;
    }
  }
  .lg\:w-\[94px\] {
    @media (width >= 64rem) {
      width: 94px;
    }
  }
  .lg\:w-\[128px\] {
    @media (width >= 64rem) {
      width: 128px;
    }
  }
  .lg\:w-\[274px\] {
    @media (width >= 64rem) {
      width: 274px;
    }
  }
  .lg\:w-\[284px\] {
    @media (width >= 64rem) {
      width: 284px;
    }
  }
  .lg\:w-\[451px\] {
    @media (width >= 64rem) {
      width: 451px;
    }
  }
  .lg\:w-\[513px\] {
    @media (width >= 64rem) {
      width: 513px;
    }
  }
  .lg\:w-\[519px\] {
    @media (width >= 64rem) {
      width: 519px;
    }
  }
  .lg\:\[grid-template-columns\:284px_284px\] {
    @media (width >= 64rem) {
      grid-template-columns: 284px 284px;
    }
  }
  .lg\:\[grid-template-columns\:593px_591px\] {
    @media (width >= 64rem) {
      grid-template-columns: 593px 591px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:\[column-gap\:24px\] {
    @media (width >= 64rem) {
      column-gap: 24px;
    }
  }
  .lg\:\[column-gap\:32px\] {
    @media (width >= 64rem) {
      column-gap: 32px;
    }
  }
  .lg\:\[row-gap\:32px\] {
    @media (width >= 64rem) {
      row-gap: 32px;
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-\[64px\] {
    @media (width >= 64rem) {
      padding-inline: 64px;
    }
  }
  .lg\:px-\[112px\] {
    @media (width >= 64rem) {
      padding-inline: 112px;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[56px\] {
    @media (width >= 64rem) {
      font-size: 56px;
    }
  }
  .lg\:leading-8 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .lg\:leading-\[22px\] {
    @media (width >= 64rem) {
      --tw-leading: 22px;
      line-height: 22px;
    }
  }
  .lg\:leading-\[64px\] {
    @media (width >= 64rem) {
      --tw-leading: 64px;
      line-height: 64px;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-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-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
/* hero slides */
 #heroSlides { 
  overflow: hidden;
 }
  #heroTrack { 
    display: flex; 
  }
  .slide {
     min-width: 100%;
     }


  .active-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #155EEF; /* your brand blue */
  }
 @media (max-width: 640px) {
    #thumbnailTrack {
      width: calc(112px * 3 + 16px); /* 3 thumbnails and gaps */
      display: flex;
      transition: transform 0.3s ease;
    }
  }

  @media (max-width: 768px) {
  #paymentScheduleTable > div {
    display: grid !important;
    grid-template-columns: 1fr;
    height: auto !important;
    padding: 12px 16px;
  }

  #paymentScheduleTable > div > div {
    width: 100% !important;
    margin-bottom: 8px;
  }
}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  50% { transform: translateX(4px); }
  75% { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}

.animate-shake {
  animation: shake 0.3s ease;
}

 .otp-box {
    width: 56px;
    height: 68px;
    border: 1px solid #D0D5DD;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #101828;
    outline: none;
  }

  .otp-box:focus {
    border-color: #155EEF;
  }
  /* FORCE PERFECT CENTERING FOREVER */
#otpOverlay {
    position: fixed !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 5000;
}

#otpModal {
    width: 500px;
    max-width: 95%;
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
    
    /* This is the magic line */
    transform: translate(0,0) !important;
}
/* Make OTP boxes responsive */


/* On smaller screens reduce size */
@media (max-width: 480px) {
    .otp-box {
        width: 40px !important;
        height: 50px !important;
        font-size: 20px !important;
    }

    #otpModal {
        padding: 18px !important;
    }
}

/* Extra small screens */
@media (max-width: 360px) {
    .otp-box {
        width: 32px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
}

/* Apply spacing fixes ONLY on small screens */
@media screen and (max-width: 640px) {

  #ordersTableBody td,
  #ordersHeader th {
    padding: 6px 12px;         /* space inside columns */
    white-space: nowrap;       /* keep text on a single line */
  }

  #ordersTableBody td {
    min-width: 120px;          /* keeps columns from squeezing together */
  }

  #ordersHeader th {
    min-width: 130px;          /* spacing for headings */
  }

  #ordersTableBody tr {
    border-bottom: 1px solid #EAECF0;   /* cleaner separation */
  }

  #ordersTableBody td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* order meta value styling */
.order-meta-value {
    color: #1570EF;
    font-weight: 500;
    font-size: 14px;
  }

  /* pagination on categories */
  /* Pagination Buttons */
.pagination-btn {
  background-color: #155EEF; /* Faadaakaa Blue */
  color: white;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  width: 120px; /* Makes them wide */
  text-align: center;
}

/* Hover effect */
.pagination-btn:hover {
  background-color: #0047BA;
}

/* Disabled state */
.pagination-btn.disabled {
  background-color: #B0C5E8;
  cursor: not-allowed;
}

/* delivery state */
select {
  position: relative;
  z-index: 9999;
}
  #deliveryContent {
   overflow: visible !important;
   padding-bottom: 160px;
  }


/* user section mobile  */
/* =========================
   MOBILE USER SLOT WRAPPER
   ========================= */

#mobileUserSlot {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EAECF0;
}

/* =========================
   MOBILE USER TOP ROW
   Wallet + Cart line
   ========================= */

#mobileUserSlot .mobile-top-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Cart icon + amount */
#mobileUserSlot .mobile-cart {
  display: flex;
  align-items: center;
  gap: 8px;
}

#mobileUserSlot .mobile-cart-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  position: relative;
}

#mobileUserSlot .mobile-cart-icon i {
  font-size: 16px;
  color: #475467;
}

#mobileUserSlot .mobile-cart-amount {
  font-size: 14px;
  font-weight: 500;
  color: #101828;
}

/* =========================
   WALLET LINE
   ========================= */

#mobileUserSlot .mobile-wallet {
  display: flex;
  align-items: center;
  gap: 6px;
}

#mobileUserSlot .mobile-wallet span:first-child {
  font-size: 12px;
  color: #475467;
}

#mobileUserSlot .mobile-wallet span:last-child {
  font-size: 14px;
  font-weight: 600;
  color: #004EEB;
}

/* =========================
   USER IDENTITY ROW
   Initials + Greeting + Arrow
   ========================= */

#mobileUserSlot .mobile-user-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

#mobileUserSlot .mobile-user-initials {
  width: 28px;
  height: 28px;
  background: #EAECF0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #344054;
}

#mobileUserSlot .mobile-user-greeting {
  font-size: 14px;
  color: #344054;
}

#mobileUserSlot .mobile-user-arrow {
  font-size: 10px;
  color: #475467;
}

/* =========================
   USER DROPDOWN MENU
   (same IDs, just constrained)
   ========================= */

#mobileUserSlot #userMenu {
  position: static;
  width: 100%;
  margin-top: 8px;
  box-shadow: none;
  border: 1px solid #EAECF0;
  border-radius: 12px;
}
 .loader-spinner {
  width: 42px;
  height: 42px;
  border: 4px solid #EAECF0;
  border-top-color: #155EEF;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.toast-success {
  background-color: #ecfdf3;
  color: #027a48;
  border: 1px solid #abefc6;
}

.toast-error {
  background-color: #fef3f2;
  color: #b42318;
  border: 1px solid #fecdca;
}
/* account btn spinner */
.btn-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: btn-spin 0.6s linear infinite;
}

@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Anchor dropdown inside the same section */
#howToPaySection {
  position: relative;
}

/* Dropdown positioning, mobile safe */
.payment-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 9999;
}

/* Optional: if you want it not too tall */
.payment-dropdown {
  max-height: 320px;
  overflow-y: auto;
}

/* OTP BOX */
.otp-box {
  width: 56px;
  height: 56px;
  border: 1.5px solid #D0D5DD;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #101828;
  outline: none;
}

.otp-box:focus {
  border-color: #155EEF;
  box-shadow: 0 0 0 1px rgba(21, 94, 239, 0.4);
}

#clearLoanOverlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#clearLoanOverlay.hidden {
  display: none;
}

#clearLoanOverlay .overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

#clearLoanOverlay .overlay-box {
  position: relative;
  background: #fff;
  padding: 24px 28px;
  border-radius: 12px;
  width: 320px;
  text-align: center;
  z-index: 1;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

#clearLoanOverlay .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e4e7ec;
  border-top-color: #1570ef;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 16px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

body.account-loading > *:not(#accountPageLoader) {
  visibility: hidden;
}

body.account-loading #accountPageLoader {
  visibility: visible;
}

.heroslider{
  border-radius: 12px;
}

/* Facebook sticky share button, icon and Share text on one line */
.st-sticky-share-buttons
.st-btn[data-network="facebook"] {
  width: 133px !important;
  height: 48px !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;

  padding: 0 14px !important;
  box-sizing: border-box !important;
}

/* Facebook icon */
.st-sticky-share-buttons
.st-btn[data-network="facebook"] img {
  position: static !important;

  width: 20px !important;
  height: 20px !important;

  margin: 0 12px 0 0 !important;
  padding: 0 !important;

  transform: none !important;
}

/* Share text */
.st-sticky-share-buttons
.st-btn[data-network="facebook"] .st-label {
  display: inline-block !important;
  position: static !important;

  width: auto !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  line-height: 1 !important;
  white-space: nowrap !important;
  text-align: left !important;

  font-size: 16px !important;
  font-weight: 600 !important;
}

