/*! 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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 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;
    }
  }
}

@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-gray-100: oklch(.967 .003 264.542);
    --color-neutral-100: oklch(.97 0 0);
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --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);
    }
  }

  * {
    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);
  }

  :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-\[-4\.82\%_-6\.25\%_-4\.81\%_-6\.25\%\] {
    inset: -4.82% -6.25% -4.81%;
  }

  .inset-\[-5\.35\%_-7\.14\%\] {
    inset: -5.35% -7.14%;
  }

  .inset-\[-6\.88\%_-5\%\] {
    inset: -6.88% -5%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .top-\[26\.21px\] {
    top: 26.21px;
  }

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

  .top-\[31\.76px\] {
    top: 31.76px;
  }

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

  .top-\[34\.49px\] {
    top: 34.49px;
  }

  .top-\[58\.49px\] {
    top: 58.49px;
  }

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

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

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

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

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

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

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

  .top-\[454\.58px\] {
    top: 454.58px;
  }

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

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

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

  .top-full {
    top: 100%;
  }

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

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

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

  .left-1\/2 {
    left: 50%;
  }

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

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

  .left-\[18\.5px\] {
    left: 18.5px;
  }

  .left-\[19\.04px\] {
    left: 19.04px;
  }

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

  .left-\[21\.61px\] {
    left: 21.61px;
  }

  .left-\[22\.5px\] {
    left: 22.5px;
  }

  .left-\[22\.6px\] {
    left: 22.6px;
  }

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

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

  .left-\[27\.38px\] {
    left: 27.38px;
  }

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

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

  .left-\[48\.5px\] {
    left: 48.5px;
  }

  .left-\[53\.5px\] {
    left: 53.5px;
  }

  .left-\[135\.5px\] {
    left: 135.5px;
  }

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

  .left-\[149\.5px\] {
    left: 149.5px;
  }

  .left-\[150\.5px\] {
    left: 150.5px;
  }

  .left-\[280\.5px\] {
    left: 280.5px;
  }

  .left-\[337\.65px\] {
    left: 337.65px;
  }

  .left-\[368\.8px\] {
    left: 368.8px;
  }

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

  .left-\[calc\(12\.5\%\+161\.609px\)\] {
    left: calc(12.5% + 161.609px);
  }

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

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

  .mx-auto {
    margin-inline: auto;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

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

  .box-border {
    box-sizing: border-box;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

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

  .size-\[16\.118px\] {
    width: 16.118px;
    height: 16.118px;
  }

  .size-\[16\.867px\] {
    width: 16.867px;
    height: 16.867px;
  }

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

  .size-\[18\.71px\] {
    width: 18.71px;
    height: 18.71px;
  }

  .size-\[32\.338px\] {
    width: 32.338px;
    height: 32.338px;
  }

  .size-\[40\.715px\] {
    width: 40.715px;
    height: 40.715px;
  }

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

  .size-\[122\.319px\] {
    width: 122.319px;
    height: 122.319px;
  }

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

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

  .h-\[10\.745px\] {
    height: 10.745px;
  }

  .h-\[12\.115px\] {
    height: 12.115px;
  }

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

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

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

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

  .h-\[16\.118px\] {
    height: 16.118px;
  }

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

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

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

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

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

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

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

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

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

  .h-\[26\.537px\] {
    height: 26.537px;
  }

  .h-\[28\.242px\] {
    height: 28.242px;
  }

  .h-\[28\.296px\] {
    height: 28.296px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[127\.27px\] {
    height: 127.27px;
  }

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

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

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

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

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

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

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

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

  .h-\[277\.27px\] {
    height: 277.27px;
  }

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

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

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

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

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

  .h-\[1098\.18px\] {
    height: 1098.18px;
  }

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

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.0022779882419854403\)\+\(var\(--transform-inner-height\)\*0\.9999973773956299\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .00227799)  + (var(--transform-inner-height) * .999997)));
  }

  .h-screen {
    height: 100vh;
  }

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

  .min-h-full {
    min-height: 100%;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-\[9\.197px\] {
    width: 9.197px;
  }

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

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

  .w-\[13\.334px\] {
    width: 13.334px;
  }

  .w-\[16\.084px\] {
    width: 16.084px;
  }

  .w-\[16\.118px\] {
    width: 16.118px;
  }

  .w-\[16\.667px\] {
    width: 16.667px;
  }

  .w-\[19\.341px\] {
    width: 19.341px;
  }

  .w-\[21\.181px\] {
    width: 21.181px;
  }

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

  .w-\[24\.254px\] {
    width: 24.254px;
  }

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

  .w-\[26\.92px\] {
    width: 26.92px;
  }

  .w-\[32\.338px\] {
    width: 32.338px;
  }

  .w-\[33\.65px\] {
    width: 33.65px;
  }

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

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

  .w-\[47\.197px\] {
    width: 47.197px;
  }

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

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

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

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

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

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

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

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

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

  .w-\[182\.696px\] {
    width: 182.696px;
  }

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

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

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

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

  .w-\[245\.434px\] {
    width: 245.434px;
  }

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

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

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

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

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

  .w-\[296\.867px\] {
    width: 296.867px;
  }

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

  .w-\[322\.25px\] {
    width: 322.25px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[551\.142px\] {
    width: 551.142px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[878\.002px\] {
    width: 878.002px;
  }

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

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

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

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

  .w-\[938\.185px\] {
    width: 938.185px;
  }

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

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

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.0022779882419854403\)\+\(var\(--transform-inner-width\)\*0\.9999973773956299\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .00227799)  + (var(--transform-inner-width) * .999997)));
  }

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

  .w-full {
    width: 100%;
  }

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

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

  .min-w-full {
    min-width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

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

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

  .rotate-\[359\.869deg\] {
    rotate: 359.869deg;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

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

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

  .flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

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

  .justify-between {
    justify-content: space-between;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-px {
    gap: 1px;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .scroll-smooth {
    scroll-behavior: smooth;
  }

  .rounded-\[1\.67772e\+07px\] {
    border-radius: 16777200px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[\#0A212E\], .bg-\[\#0a212e\] {
    background-color: #0a212e;
  }

  .bg-\[\#0a222f\] {
    background-color: #0a222f;
  }

  .bg-\[\#0a2331\] {
    background-color: #0a2331;
  }

  .bg-\[\#081A25\], .bg-\[\#081a25\] {
    background-color: #081a25;
  }

  .bg-\[\#082d40\] {
    background-color: #082d40;
  }

  .bg-\[\#092635\] {
    background-color: #092635;
  }

  .bg-\[\#FF8C00\] {
    background-color: #ff8c00;
  }

  .bg-\[\#ef7a00\] {
    background-color: #ef7a00;
  }

  .bg-\[darkorange\] {
    background-color: #ff8c00;
  }

  .bg-\[rgba\(10\,32\,57\,0\.6\)\] {
    background-color: #0a203999;
  }

  .bg-\[rgba\(10\,34\,47\,0\.8\)\] {
    background-color: #0a222fcc;
  }

  .bg-\[rgba\(252\,178\,93\,0\.1\)\] {
    background-color: #fcb25d1a;
  }

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

  .bg-white {
    background-color: var(--color-white);
  }

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

  .from-\[\#081a25\] {
    --tw-gradient-from: #081a25;
    --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-\[\#081a25\] {
    --tw-gradient-to: #081a25;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-\[40px\] {
    padding-bottom: 40px;
  }

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

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

  .font-\[\'Font_Awesome_6_Pro\:Regular\'\,_sans-serif\] {
    font-family: "Font Awesome 6 Pro:Regular", sans-serif;
  }

  .font-\[Georgia\,_sans-serif\] {
    font-family: Georgia, sans-serif;
  }

  .font-\[Inter\,_sans-serif\] {
    font-family: Inter, sans-serif;
  }

  .font-\[Roboto\,_sans-serif\] {
    font-family: Roboto, sans-serif;
  }

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

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

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

  .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-\[21px\] {
    font-size: 21px;
  }

  .text-\[23\.99px\] {
    font-size: 23.99px;
  }

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

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

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

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

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

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

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

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

  .leading-\[22\.8px\] {
    --tw-leading: 22.8px;
    line-height: 22.8px;
  }

  .leading-\[22\.75px\] {
    --tw-leading: 22.75px;
    line-height: 22.75px;
  }

  .leading-\[22\.977px\] {
    --tw-leading: 22.977px;
    line-height: 22.977px;
  }

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

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

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

  .leading-\[33\.988px\] {
    --tw-leading: 33.988px;
    line-height: 33.988px;
  }

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

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

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

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .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\.1px\] {
    --tw-tracking: .1px;
    letter-spacing: .1px;
  }

  .tracking-\[1\.2px\] {
    --tw-tracking: 1.2px;
    letter-spacing: 1.2px;
  }

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

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

  .text-\[\#0A212D\] {
    color: #0a212d;
  }

  .text-\[\#0A212E\] {
    color: #0a212e;
  }

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

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

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

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

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

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

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

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

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

  .text-\[rgba\(246\,246\,246\,0\.5\)\] {
    color: #f6f6f680;
  }

  .text-\[rgba\(246\,246\,246\,0\.6\)\] {
    color: #f6f6f699;
  }

  .text-\[rgba\(255\,255\,255\,0\.5\)\] {
    color: #ffffff80;
  }

  .text-\[rgba\(255\,255\,255\,0\.6\)\] {
    color: #fff9;
  }

  .text-\[rgba\(255\,255\,255\,0\.7\)\] {
    color: #ffffffb3;
  }

  .text-\[rgba\(255\,255\,255\,0\.8\)\] {
    color: #fffc;
  }

  .text-\[rgba\(255\,255\,255\,0\.35\)\] {
    color: #ffffff59;
  }

  .text-gray-100 {
    color: var(--color-gray-100);
  }

  .text-neutral-100 {
    color: var(--color-neutral-100);
  }

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

  .uppercase {
    text-transform: uppercase;
  }

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-50 {
    opacity: .5;
  }

  .shadow-\[0px_1px_2px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_20px_30px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 20px 30px 0px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

  .placeholder\:text-\[rgba\(255\,255\,255\,0\.5\)\]::placeholder {
    color: #ffffff80;
  }

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

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

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }
}

: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);
}

.scrollbar-hide {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

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

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
