/*! 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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(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-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-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;
      --tw-duration: initial;
      --tw-ease: 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;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --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;
  }

  .relative {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .right-\[-1\.08\%\] {
    right: -1.08%;
  }

  .right-\[-2\.12\%\] {
    right: -2.12%;
  }

  .right-\[2\.45\%\] {
    right: 2.45%;
  }

  .right-\[6\.7\%\] {
    right: 6.7%;
  }

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

  .bottom-1\/4 {
    bottom: 25%;
  }

  .bottom-\[-2\.84\%\] {
    bottom: -2.84%;
  }

  .bottom-\[-14\.81\%\] {
    bottom: -14.81%;
  }

  .bottom-\[9\.55\%\] {
    bottom: 9.55%;
  }

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

  .left-\[-1\.08\%\] {
    left: -1.08%;
  }

  .left-\[-2\.12\%\] {
    left: -2.12%;
  }

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

  .left-\[-168\.01\%\] {
    left: -168.01%;
  }

  .left-\[2\.45\%\] {
    left: 2.45%;
  }

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

  .left-\[6\.7\%\] {
    left: 6.7%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[calc\(50\%-67px\)\] {
    left: calc(50% - 67px);
  }

  .left-\[calc\(50\%-121px\)\] {
    left: calc(50% - 121px);
  }

  .left-\[calc\(50\%-199px\)\] {
    left: calc(50% - 199px);
  }

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

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

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

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

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[109\.37\%\] {
    width: 109.37%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[432\.95\%\] {
    width: 432.95%;
  }

  .w-full {
    width: 100%;
  }

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

  .flex-none {
    flex: none;
  }

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

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

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

  .scale-\[1\.02\] {
    scale: 1.02;
  }

  .rotate-0 {
    rotate: none;
  }

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

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

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

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

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

  .rounded-\[42\.5px\] {
    border-radius: 42.5px;
  }

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

  .border-\[5px\] {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }

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

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

  .border-\[rgba\(255\,255\,255\,0\.2\)\] {
    border-color: #fff3;
  }

  .border-\[rgba\(255\,255\,255\,0\.4\)\] {
    border-color: #fff6;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[rgba\(214\,214\,214\,0\.2\)\] {
    background-color: #d6d6d633;
  }

  .bg-\[rgba\(223\,223\,223\,0\.45\)\] {
    background-color: #dfdfdf73;
  }

  .bg-\[rgba\(229\,98\,98\,0\.45\)\] {
    background-color: #e5626273;
  }

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

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

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

  .from-\[rgba\(227\,227\,227\,0\.45\)\] {
    --tw-gradient-from: #e3e3e373;
    --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-\[rgba\(241\,241\,241\,0\.45\)\] {
    --tw-gradient-to: #f1f1f173;
    --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;
  }

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

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

  .font-\[\'LoRes_9_OT\:Wide_Regular\'\,sans-serif\] {
    font-family: "LoRes 9 OT:Wide Regular", sans-serif;
  }

  .font-\[\'LoRes_9_Plus_OT\:Wide_Regular\'\,sans-serif\] {
    font-family: "LoRes 9 Plus OT:Wide Regular", sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .underline {
    text-decoration-line: underline;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow-\[0px_1px_4px_0px_rgba\(0\,0\,0\,0\.8\)\] {
    --tw-shadow: 0px 1px 4px 0px var(--tw-shadow-color, #000c);
    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_2px_10px_0px_rgba\(0\,0\,0\,0\.5\)\] {
    --tw-shadow: 0px 2px 10px 0px var(--tw-shadow-color, #00000080);
    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_4px_4px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 4px 4px 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);
  }

  .shadow-\[0px_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_20px_0px_rgba\(0\,0\,0\,0\.5\)\] {
    --tw-shadow: 0px 4px 20px 0px var(--tw-shadow-color, #00000080);
    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_8px_32px_0px_rgba\(0\,0\,0\,0\.4\)\] {
    --tw-shadow: 0px 8px 32px 0px var(--tw-shadow-color, #0006);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

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

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

  .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: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .\[text-shadow\:rgba\(0\,0\,0\,0\.1\)_0px_4px_4px\] {
    text-shadow: 0 4px 4px #0000001a;
  }

  .\[text-shadow\:rgba\(0\,0\,0\,0\.25\)_0px_4px_4px\] {
    text-shadow: 0 4px 4px #00000040;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

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

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

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

  @media (hover: hover) {
    .hover\:bg-\[rgba\(180\,180\,180\,0\.3\)\]:hover {
      background-color: #b4b4b44d;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(200\,200\,200\,0\.55\)\]:hover {
      background-color: #c8c8c88c;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(255\,255\,255\,0\.2\)\]:hover {
      background-color: #fff3;
    }
  }

  @media (hover: hover) {
    .hover\:from-\[rgba\(200\,200\,200\,0\.55\)\]:hover {
      --tw-gradient-from: #c8c8c88c;
      --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));
    }
  }

  @media (hover: hover) {
    .hover\:from-\[rgba\(240\,240\,240\,0\.5\)\]:hover {
      --tw-gradient-from: #f0f0f080;
      --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));
    }
  }

  @media (hover: hover) {
    .hover\:to-\[rgba\(215\,215\,215\,0\.55\)\]:hover {
      --tw-gradient-to: #d7d7d78c;
      --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));
    }
  }

  @media (hover: hover) {
    .hover\:to-\[rgba\(250\,250\,250\,0\.5\)\]:hover {
      --tw-gradient-to: #fafafa80;
      --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));
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#4a90e2\]:hover {
      color: #4a90e2;
    }
  }
}

: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-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-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-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

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

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

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

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

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

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

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

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

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

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

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

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

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