/*! tailwindcss v4.1.3 | 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)))) {
    *, :before, :after, ::backdrop {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --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;
    }
  }
}

@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-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    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;
  }

  html, :host {
    -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;
  }

  body {
    line-height: inherit;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -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 {
    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;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, 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;
    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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-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 {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-\[-2px\] {
    inset: -2px;
  }

  .inset-\[-4\.41\%_-4\.59\%\] {
    inset: -4.41% -4.59%;
  }

  .inset-\[-7\.4\%_-3\.06\%_-13\.51\%_-3\.06\%\] {
    inset: -7.4% -3.06% -13.51%;
  }

  .inset-\[-10\.1\%_-5\.05\%_-20\.2\%_-5\.05\%\] {
    inset: -10.1% -5.05% -20.2%;
  }

  .inset-\[-11\.1\%_-4\.59\%_-20\.27\%_-4\.59\%\] {
    inset: -11.1% -4.59% -20.27%;
  }

  .inset-\[-14\.8\%_-6\.12\%_-27\.03\%_-6\.12\%\] {
    inset: -14.8% -6.12% -27.03%;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-\[-0\.5px\] {
    top: -.5px;
  }

  .top-\[-0\.25px\] {
    top: -.25px;
  }

  .top-\[-1\.29\%\] {
    top: -1.29%;
  }

  .top-\[63px\] {
    top: 63px;
  }

  .top-\[68px\] {
    top: 68px;
  }

  .top-\[83px\] {
    top: 83px;
  }

  .top-\[85px\] {
    top: 85px;
  }

  .top-\[89px\] {
    top: 89px;
  }

  .top-\[174px\] {
    top: 174px;
  }

  .top-\[177px\] {
    top: 177px;
  }

  .top-\[210px\] {
    top: 210px;
  }

  .top-\[258px\] {
    top: 258px;
  }

  .top-\[272px\] {
    top: 272px;
  }

  .top-\[273px\] {
    top: 273px;
  }

  .top-\[288px\] {
    top: 288px;
  }

  .top-\[289px\] {
    top: 289px;
  }

  .top-\[290px\] {
    top: 290px;
  }

  .top-\[313px\] {
    top: 313px;
  }

  .top-\[318px\] {
    top: 318px;
  }

  .top-\[320px\] {
    top: 320px;
  }

  .top-\[328px\] {
    top: 328px;
  }

  .top-\[336px\] {
    top: 336px;
  }

  .top-\[339px\] {
    top: 339px;
  }

  .top-\[344px\] {
    top: 344px;
  }

  .top-\[366px\] {
    top: 366px;
  }

  .top-\[369px\] {
    top: 369px;
  }

  .top-\[385px\] {
    top: 385px;
  }

  .top-\[393px\] {
    top: 393px;
  }

  .top-\[395px\] {
    top: 395px;
  }

  .top-\[411px\] {
    top: 411px;
  }

  .top-\[437px\] {
    top: 437px;
  }

  .top-\[446px\] {
    top: 446px;
  }

  .top-\[457px\] {
    top: 457px;
  }

  .top-\[463px\] {
    top: 463px;
  }

  .top-\[465px\] {
    top: 465px;
  }

  .top-\[480px\] {
    top: 480px;
  }

  .top-\[493px\] {
    top: 493px;
  }

  .top-\[495px\] {
    top: 495px;
  }

  .top-\[512px\] {
    top: 512px;
  }

  .top-\[514px\] {
    top: 514px;
  }

  .top-\[522px\] {
    top: 522px;
  }

  .top-\[525px\] {
    top: 525px;
  }

  .top-\[526px\] {
    top: 526px;
  }

  .top-\[528px\] {
    top: 528px;
  }

  .top-\[544px\] {
    top: 544px;
  }

  .top-\[548px\] {
    top: 548px;
  }

  .top-\[558px\] {
    top: 558px;
  }

  .top-\[584px\] {
    top: 584px;
  }

  .top-\[593px\] {
    top: 593px;
  }

  .top-\[604px\] {
    top: 604px;
  }

  .top-\[612px\] {
    top: 612px;
  }

  .top-\[620px\] {
    top: 620px;
  }

  .top-\[623px\] {
    top: 623px;
  }

  .top-\[630px\] {
    top: 630px;
  }

  .top-\[633px\] {
    top: 633px;
  }

  .top-\[653px\] {
    top: 653px;
  }

  .top-\[681px\] {
    top: 681px;
  }

  .top-\[698px\] {
    top: 698px;
  }

  .top-\[721px\] {
    top: 721px;
  }

  .top-\[729px\] {
    top: 729px;
  }

  .top-\[732px\] {
    top: 732px;
  }

  .top-\[749px\] {
    top: 749px;
  }

  .top-\[753px\] {
    top: 753px;
  }

  .top-\[766px\] {
    top: 766px;
  }

  .top-\[779px\] {
    top: 779px;
  }

  .top-\[785px\] {
    top: 785px;
  }

  .top-\[793px\] {
    top: 793px;
  }

  .top-\[802px\] {
    top: 802px;
  }

  .top-\[854px\] {
    top: 854px;
  }

  .top-\[901px\] {
    top: 901px;
  }

  .top-\[918px\] {
    top: 918px;
  }

  .top-\[948px\] {
    top: 948px;
  }

  .top-\[950px\] {
    top: 950px;
  }

  .top-\[971px\] {
    top: 971px;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-\[-0\.25px\] {
    right: -.25px;
  }

  .right-\[-1px\] {
    right: -1px;
  }

  .right-\[5\.96\%\] {
    right: 5.96%;
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-\[-0\.5px\] {
    bottom: -.5px;
  }

  .bottom-\[-0\.25px\] {
    bottom: -.25px;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-\[-0\.25px\] {
    left: -.25px;
  }

  .left-\[-1px\] {
    left: -1px;
  }

  .left-\[86px\] {
    left: 86px;
  }

  .left-\[87px\] {
    left: 87px;
  }

  .left-\[101px\] {
    left: 101px;
  }

  .left-\[103px\] {
    left: 103px;
  }

  .left-\[107px\] {
    left: 107px;
  }

  .left-\[108px\] {
    left: 108px;
  }

  .left-\[109px\] {
    left: 109px;
  }

  .left-\[129px\] {
    left: 129px;
  }

  .left-\[143px\] {
    left: 143px;
  }

  .left-\[210px\] {
    left: 210px;
  }

  .left-\[248px\] {
    left: 248px;
  }

  .left-\[272px\] {
    left: 272px;
  }

  .left-\[403px\] {
    left: 403px;
  }

  .left-\[407px\] {
    left: 407px;
  }

  .left-\[415px\] {
    left: 415px;
  }

  .left-\[494px\] {
    left: 494px;
  }

  .left-\[525px\] {
    left: 525px;
  }

  .left-\[553px\] {
    left: 553px;
  }

  .left-\[678px\] {
    left: 678px;
  }

  .left-\[717px\] {
    left: 717px;
  }

  .left-\[721px\] {
    left: 721px;
  }

  .left-\[723px\] {
    left: 723px;
  }

  .left-\[842px\] {
    left: 842px;
  }

  .left-\[866px\] {
    left: 866px;
  }

  .left-\[1007px\] {
    left: 1007px;
  }

  .left-\[1015px\] {
    left: 1015px;
  }

  .left-\[1144px\] {
    left: 1144px;
  }

  .left-\[1166px\] {
    left: 1166px;
  }

  .left-\[1168px\] {
    left: 1168px;
  }

  .left-\[1182px\] {
    left: 1182px;
  }

  .left-\[1187px\] {
    left: 1187px;
  }

  .left-\[1189px\] {
    left: 1189px;
  }

  .left-\[1201px\] {
    left: 1201px;
  }

  .left-\[1393px\] {
    left: 1393px;
  }

  .left-\[1424px\] {
    left: 1424px;
  }

  .left-\[1496px\] {
    left: 1496px;
  }

  .left-\[1518px\] {
    left: 1518px;
  }

  .left-\[1534px\] {
    left: 1534px;
  }

  .left-\[1583px\] {
    left: 1583px;
  }

  .left-\[1603px\] {
    left: 1603px;
  }

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

  .z-\[9999\] {
    z-index: 9999;
  }

  .-mt-\[15px\] {
    margin-top: -15px;
  }

  .mt-\[35px\] {
    margin-top: 35px;
  }

  .mt-\[39px\] {
    margin-top: 39px;
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .mb-\[-50px\] {
    margin-bottom: -50px;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .size-\[12px\] {
    width: 12px;
    height: 12px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-0 {
    height: calc(var(--spacing) * 0);
  }

  .h-\[5px\] {
    height: 5px;
  }

  .h-\[7px\] {
    height: 7px;
  }

  .h-\[11px\] {
    height: 11px;
  }

  .h-\[14px\] {
    height: 14px;
  }

  .h-\[15px\] {
    height: 15px;
  }

  .h-\[17px\] {
    height: 17px;
  }

  .h-\[19px\] {
    height: 19px;
  }

  .h-\[23px\] {
    height: 23px;
  }

  .h-\[30px\] {
    height: 30px;
  }

  .h-\[32px\] {
    height: 32px;
  }

  .h-\[35px\] {
    height: 35px;
  }

  .h-\[38px\] {
    height: 38px;
  }

  .h-\[39px\] {
    height: 39px;
  }

  .h-\[41px\] {
    height: 41px;
  }

  .h-\[45px\] {
    height: 45px;
  }

  .h-\[73px\] {
    height: 73px;
  }

  .h-\[78px\] {
    height: 78px;
  }

  .h-\[131px\] {
    height: 131px;
  }

  .h-\[141px\] {
    height: 141px;
  }

  .h-\[152px\] {
    height: 152px;
  }

  .h-\[156\.42\%\] {
    height: 156.42%;
  }

  .h-\[157px\] {
    height: 157px;
  }

  .h-\[195px\] {
    height: 195px;
  }

  .h-\[202px\] {
    height: 202px;
  }

  .h-\[253px\] {
    height: 253px;
  }

  .h-\[275px\] {
    height: 275px;
  }

  .h-\[365px\] {
    height: 365px;
  }

  .h-\[425px\] {
    height: 425px;
  }

  .h-\[444px\] {
    height: 444px;
  }

  .h-\[448px\] {
    height: 448px;
  }

  .h-\[464px\] {
    height: 464px;
  }

  .h-\[497px\] {
    height: 497px;
  }

  .h-\[820px\] {
    height: 820px;
  }

  .h-\[1026px\] {
    height: 1026px;
  }

  .h-\[1117px\] {
    height: 1117px;
  }

  .h-screen {
    height: 100vh;
  }

  .min-h-px {
    min-height: 1px;
  }

  .w-0 {
    width: calc(var(--spacing) * 0);
  }

  .w-\[5px\] {
    width: 5px;
  }

  .w-\[7px\] {
    width: 7px;
  }

  .w-\[11px\] {
    width: 11px;
  }

  .w-\[14px\] {
    width: 14px;
  }

  .w-\[17px\] {
    width: 17px;
  }

  .w-\[30px\] {
    width: 30px;
  }

  .w-\[36px\] {
    width: 36px;
  }

  .w-\[40px\] {
    width: 40px;
  }

  .w-\[78px\] {
    width: 78px;
  }

  .w-\[80px\] {
    width: 80px;
  }

  .w-\[106px\] {
    width: 106px;
  }

  .w-\[120px\] {
    width: 120px;
  }

  .w-\[126px\] {
    width: 126px;
  }

  .w-\[143px\] {
    width: 143px;
  }

  .w-\[164px\] {
    width: 164px;
  }

  .w-\[202px\] {
    width: 202px;
  }

  .w-\[221px\] {
    width: 221px;
  }

  .w-\[262px\] {
    width: 262px;
  }

  .w-\[275px\] {
    width: 275px;
  }

  .w-\[370px\] {
    width: 370px;
  }

  .w-\[424px\] {
    width: 424px;
  }

  .w-\[426px\] {
    width: 426px;
  }

  .w-\[429px\] {
    width: 429px;
  }

  .w-\[447px\] {
    width: 447px;
  }

  .w-\[497px\] {
    width: 497px;
  }

  .w-\[820px\] {
    width: 820px;
  }

  .w-\[972px\] {
    width: 972px;
  }

  .w-\[1026px\] {
    width: 1026px;
  }

  .w-\[1728px\] {
    width: 1728px;
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .w-screen {
    width: 100vw;
  }

  .max-w-none {
    max-width: none;
  }

  .min-w-\[40px\] {
    min-width: 40px;
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-none {
    flex: none;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }

  .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-\[90deg\] {
    rotate: 90deg;
  }

  .rotate-\[180deg\] {
    rotate: 180deg;
  }

  .rotate-\[270deg\] {
    rotate: 270deg;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .content-stretch {
    align-content: stretch;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-\[3px\] {
    gap: 3px;
  }

  .gap-\[4px\] {
    gap: 4px;
  }

  .gap-\[7px\] {
    gap: 7px;
  }

  .gap-\[8px\] {
    gap: 8px;
  }

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[12px\] {
    gap: 12px;
  }

  .gap-\[13px\] {
    gap: 13px;
  }

  .gap-\[14px\] {
    gap: 14px;
  }

  .gap-\[15px\] {
    gap: 15px;
  }

  .gap-\[18px\] {
    gap: 18px;
  }

  .gap-\[20px\] {
    gap: 20px;
  }

  .gap-\[24px\] {
    gap: 24px;
  }

  .gap-\[27px\] {
    gap: 27px;
  }

  .gap-\[30px\] {
    gap: 30px;
  }

  .gap-\[32px\] {
    gap: 32px;
  }

  .gap-\[33px\] {
    gap: 33px;
  }

  .gap-\[40px\] {
    gap: 40px;
  }

  .gap-\[47px\] {
    gap: 47px;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[15px\] {
    border-radius: 15px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[17px\] {
    border-radius: 17px;
  }

  .rounded-\[19px\] {
    border-radius: 19px;
  }

  .rounded-l-\[2px\] {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .rounded-l-\[8px\] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .rounded-tl-\[16px\] {
    border-top-left-radius: 16px;
  }

  .rounded-r-\[2px\] {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .rounded-r-\[8px\] {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .rounded-tr-\[16px\] {
    border-top-right-radius: 16px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#323f61\] {
    border-color: #323f61;
  }

  .border-\[\#eaf7ff\] {
    border-color: #eaf7ff;
  }

  .border-white {
    border-color: var(--color-white);
  }

  .bg-\[\#323F61\], .bg-\[\#323f61\] {
    background-color: #323f61;
  }

  .bg-\[rgba\(0\,0\,0\,0\.25\)\] {
    background-color: #00000040;
  }

  .bg-\[rgba\(50\,63\,97\,0\.15\)\] {
    background-color: #323f6126;
  }

  .bg-\[rgba\(234\,247\,255\,0\.5\)\] {
    background-color: #eaf7ff80;
  }

  .bg-\[rgba\(234\,247\,255\,0\.75\)\] {
    background-color: #eaf7ffbf;
  }

  .bg-\[rgba\(255\,255\,255\,0\.75\)\] {
    background-color: #ffffffbf;
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#ebe7d9\] {
    --tw-gradient-from: #ebe7d9;
    --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-\[\#d9e4eb\] {
    --tw-gradient-to: #d9e4eb;
    --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-35\% {
    --tw-gradient-to-position: 35%;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-\[4px\] {
    padding: 4px;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-\[4px\] {
    padding-inline: 4px;
  }

  .px-\[7px\] {
    padding-inline: 7px;
  }

  .px-\[8px\] {
    padding-inline: 8px;
  }

  .px-\[9px\] {
    padding-inline: 9px;
  }

  .px-\[15px\] {
    padding-inline: 15px;
  }

  .px-\[27px\] {
    padding-inline: 27px;
  }

  .px-\[28px\] {
    padding-inline: 28px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-\[2px\] {
    padding-block: 2px;
  }

  .py-\[3px\] {
    padding-block: 3px;
  }

  .py-\[4px\] {
    padding-block: 4px;
  }

  .py-\[8px\] {
    padding-block: 8px;
  }

  .py-\[9px\] {
    padding-block: 9px;
  }

  .py-\[10px\] {
    padding-block: 10px;
  }

  .py-\[17px\] {
    padding-block: 17px;
  }

  .py-\[22px\] {
    padding-block: 22px;
  }

  .pt-\[16px\] {
    padding-top: 16px;
  }

  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }

  .pr-\[10px\] {
    padding-right: 10px;
  }

  .pr-\[16px\] {
    padding-right: 16px;
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .pl-\[10px\] {
    padding-left: 10px;
  }

  .pl-\[16px\] {
    padding-left: 16px;
  }

  .pl-\[20px\] {
    padding-left: 20px;
  }

  .pl-\[36px\] {
    padding-left: 36px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .font-\[\'Fira_Sans\:Bold\'\,sans-serif\] {
    font-family: Fira Sans\:Bold, sans-serif;
  }

  .font-\[\'Fira_Sans\:Italic\'\,sans-serif\] {
    font-family: Fira Sans\:Italic, sans-serif;
  }

  .font-\[\'Fira_Sans\:Light\'\,sans-serif\] {
    font-family: Fira Sans\:Light, sans-serif;
  }

  .font-\[\'Fira_Sans\:Medium\'\,sans-serif\] {
    font-family: Fira Sans\:Medium, sans-serif;
  }

  .font-\[\'Fira_Sans\:Medium_Italic\'\,sans-serif\] {
    font-family: Fira Sans\:Medium Italic, sans-serif;
  }

  .font-\[\'Fira_Sans\:Regular\'\,sans-serif\] {
    font-family: Fira Sans\:Regular, sans-serif;
  }

  .font-\[\'Fira_Sans_Condensed\:Black\'\,sans-serif\] {
    font-family: Fira Sans Condensed\:Black, sans-serif;
  }

  .font-\[\'Fira_Sans_Condensed\:Light\'\,sans-serif\] {
    font-family: Fira Sans Condensed\:Light, sans-serif;
  }

  .font-\[\'Taprom\:Regular\'\,sans-serif\] {
    font-family: Taprom\:Regular, sans-serif;
  }

  .text-\[0px\] {
    font-size: 0;
  }

  .text-\[8px\] {
    font-size: 8px;
  }

  .text-\[9px\] {
    font-size: 9px;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[36px\] {
    font-size: 36px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .text-\[48px\] {
    font-size: 48px;
  }

  .text-\[64px\] {
    font-size: 64px;
  }

  .text-\[76px\] {
    font-size: 76px;
  }

  .text-\[96px\] {
    font-size: 96px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

  .text-\[\#323f61\] {
    color: #323f61;
  }

  .text-\[\#eaf7ff\] {
    color: #eaf7ff;
  }

  .text-\[rgba\(50\,63\,97\,0\.5\)\] {
    color: #323f6180;
  }

  .text-white {
    color: var(--color-white);
  }

  .italic {
    font-style: italic;
  }

  .not-italic {
    font-style: normal;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-50 {
    opacity: .5;
  }

  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -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, );
  }

  .backdrop-filter {
    -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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-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));
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#192031\]:hover {
      background-color: #192031;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(50\,63\,97\,0\.1\)\]:hover {
      background-color: #323f611a;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(50\,63\,97\,0\.05\)\]:hover {
      background-color: #323f610d;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  .active\:bg-black:active {
    background-color: var(--color-black);
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

@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;
}

@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-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@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
}
