/*! 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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --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-duration: 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;
    --container-lg: 32rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --radius-xs: .125rem;
    --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;
  }

  .sr-only {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[2\.51\%_78\.2\%_15\.91\%_0\.59\%\] {
    inset: 2.51% 78.2% 15.91% .59%;
  }

  .inset-\[3\.62\%_77\.49\%_-0\.01\%_0\.07\%\] {
    inset: 3.62% 77.49% -.01% .07%;
  }

  .inset-\[3\.73\%_49\.1\%_83\.38\%_36\.57\%\] {
    inset: 3.73% 49.1% 83.38% 36.57%;
  }

  .inset-\[11\.13\%_24\.32\%_56\.17\%_27\.28\%\] {
    inset: 11.13% 24.32% 56.17% 27.28%;
  }

  .inset-\[11\.13\%_36\.57\%_61\.85\%_27\.28\%\] {
    inset: 11.13% 36.57% 61.85% 27.28%;
  }

  .inset-\[11\.91\%_78\.12\%_70\.2\%_1\.31\%\] {
    inset: 11.91% 78.12% 70.2% 1.31%;
  }

  .inset-\[20\.25\%_24\.32\%_56\.17\%_67\.4\%\] {
    inset: 20.25% 24.32% 56.17% 67.4%;
  }

  .inset-\[24\.47\%_39\.15\%_42\.68\%_50\.96\%\] {
    inset: 24.47% 39.15% 42.68% 50.96%;
  }

  .inset-\[24\.65\%_50\.37\%_42\.39\%_36\.26\%\] {
    inset: 24.65% 50.37% 42.39% 36.26%;
  }

  .inset-\[24\.94\%_14\.99\%_42\.68\%_74\.12\%\] {
    inset: 24.94% 14.99% 42.68% 74.12%;
  }

  .inset-\[24\.94\%_27\.42\%_43\.15\%_63\.21\%\] {
    inset: 24.94% 27.42% 43.15% 63.21%;
  }

  .inset-\[24\.95\%_0\.51\%_43\.15\%_86\.75\%\] {
    inset: 24.95% .51% 43.15% 86.75%;
  }

  .inset-\[29\.47\%_78\.09\%_65\.24\%_3\.78\%\] {
    inset: 29.47% 78.09% 65.24% 3.78%;
  }

  .inset-\[40\.96\%_78\.01\%_2\.75\%_0\.61\%\] {
    inset: 40.96% 78.01% 2.75% .61%;
  }

  .inset-\[40\.96\%_78\.03\%_1\.45\%_0\.61\%\] {
    inset: 40.96% 78.03% 1.45% .61%;
  }

  .inset-\[43\.86\%_79\.33\%_42\.17\%_1\.98\%\] {
    inset: 43.86% 79.33% 42.17% 1.98%;
  }

  .inset-\[47\.89\%_0\.04\%_25\.16\%_27\.25\%\] {
    inset: 47.89% .04% 25.16% 27.25%;
  }

  .inset-\[89\.94\%_13\.24\%_0\.53\%_27\.26\%\] {
    inset: 89.94% 13.24% .53% 27.26%;
  }

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

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

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

  .top-\[-0\.02\%\] {
    top: -.02%;
  }

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

  .top-\[3\.73\%\] {
    top: 3.73%;
  }

  .top-\[50\%\] {
    top: 50%;
  }

  .top-\[66\.75\%\] {
    top: 66.75%;
  }

  .top-\[83\.82\%\] {
    top: 83.82%;
  }

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

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

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

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

  .right-\[68\.88\%\] {
    right: 68.88%;
  }

  .right-\[76\.93\%\] {
    right: 76.93%;
  }

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

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

  .bottom-\[-0\.01\%\] {
    bottom: -.01%;
  }

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

  .bottom-\[8\.47\%\] {
    bottom: 8.47%;
  }

  .bottom-\[16\.18\%\] {
    bottom: 16.18%;
  }

  .bottom-\[64\.25\%\] {
    bottom: 64.25%;
  }

  .bottom-\[64\.27\%\] {
    bottom: 64.27%;
  }

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

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

  .left-\[27\.27\%\] {
    left: 27.27%;
  }

  .left-\[36\.57\%\] {
    left: 36.57%;
  }

  .left-\[50\%\] {
    left: 50%;
  }

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

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

  .mx-\[0px\] {
    margin-inline: 0;
  }

  .my-\[10px\] {
    margin-block: 10px;
  }

  .my-\[15px\] {
    margin-block: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-flex {
    display: inline-flex;
  }

  .inline-grid {
    display: inline-grid;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[96\.662px\] {
    height: 96.662px;
  }

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

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

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

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

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

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

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

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

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

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

  .h-screen {
    height: 100vh;
  }

  .max-h-\[90vh\] {
    max-height: 90vh;
  }

  .max-h-\[calc\(90vh-120px\)\] {
    max-height: calc(90vh - 120px);
  }

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

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

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

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

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

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

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

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

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

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

  .w-\[90vw\] {
    width: 90vw;
  }

  .w-\[112\.089px\] {
    width: 112.089px;
  }

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

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

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

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

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

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

  .w-\[254\.697px\] {
    width: 254.697px;
  }

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

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

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

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

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

  .w-\[386\.732px\] {
    width: 386.732px;
  }

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

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

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

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

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

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

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

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

  .w-\[761\.732px\] {
    width: 761.732px;
  }

  .w-full {
    width: 100%;
  }

  .w-screen {
    width: 100vw;
  }

  .max-w-\[90vw\] {
    max-width: 90vw;
  }

  .max-w-\[calc\(100\%-2rem\)\] {
    max-width: calc(100% - 2rem);
  }

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

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

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .list-\[lower-alpha\] {
    list-style-type: lower-alpha;
  }

  .list-decimal {
    list-style-type: decimal;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .grid-rows-\[max-content_max-content\] {
    grid-template-rows: max-content max-content;
  }

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

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

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

  .place-items-start {
    place-items: start;
  }

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

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

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

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

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

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-\[10px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(10px * var(--tw-space-y-reverse));
    margin-block-end: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  }

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

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

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .rounded-md {
    border-radius: calc(var(--radius)  - 2px);
  }

  .rounded-xs {
    border-radius: var(--radius-xs);
  }

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

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

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

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

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

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

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

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

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

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

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

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

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

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

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

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

  .from-\[\#ffffff\] {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[35\.931\%\] {
    --tw-gradient-from-position: 35.931%;
  }

  .via-\[\#fff7c0\] {
    --tw-gradient-via: #fff7c0;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-\[33\.943\%\] {
    --tw-gradient-via-position: 33.943%;
  }

  .to-\[\#fff7c0\] {
    --tw-gradient-to: #fff7c0;
    --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-\[\#ffffff\] {
    --tw-gradient-to: #fff;
    --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-100\% {
    --tw-gradient-to-position: 100%;
  }

  .to-\[118\.3\%\] {
    --tw-gradient-to-position: 118.3%;
  }

  .bg-contain {
    background-size: contain;
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-center {
    background-position: center;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-2\.5 {
    padding-right: calc(var(--spacing) * 2.5);
  }

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

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

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

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

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

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

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

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

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

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

  .font-\[\'Work_Sans\:Black\'\,_sans-serif\] {
    font-family: Work Sans\:Black, sans-serif;
  }

  .font-\[\'Work_Sans\:Bold\'\,_sans-serif\] {
    font-family: Work Sans\:Bold, sans-serif;
  }

  .font-\[\'Work_Sans\:ExtraBold\'\,_sans-serif\] {
    font-family: Work Sans\:ExtraBold, sans-serif;
  }

  .font-\[\'Work_Sans\:Light\'\,_sans-serif\] {
    font-family: Work Sans\:Light, sans-serif;
  }

  .font-\[\'Work_Sans\:Medium\'\,_sans-serif\] {
    font-family: Work Sans\:Medium, sans-serif;
  }

  .font-\[\'Work_Sans\:Regular\'\,_sans-serif\] {
    font-family: Work Sans\:Regular, sans-serif;
  }

  .font-\[\'Work_Sans\:SemiBold\'\,_sans-serif\] {
    font-family: Work Sans\:SemiBold, sans-serif;
  }

  .font-\[Work_Sans\] {
    font-family: Work Sans;
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .leading-\[1\.57\] {
    --tw-leading: 1.57;
    line-height: 1.57;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

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

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

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

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

  .tracking-\[-0\.72px\] {
    --tw-tracking: -.72px;
    letter-spacing: -.72px;
  }

  .tracking-\[-0\.96px\] {
    --tw-tracking: -.96px;
    letter-spacing: -.96px;
  }

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

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

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

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

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

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

  .text-primary-foreground {
    color: var(--primary-foreground);
  }

  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }

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

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

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

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

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .opacity-70 {
    opacity: .7;
  }

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

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px 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_1px_2\.4px_0px_rgba\(0\,0\,0\,0\.52\)\] {
    --tw-shadow: 0px 1px 2.4px 0px var(--tw-shadow-color, #00000085);
    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_4\.124px_4\.124px_0px_rgba\(254\,210\,16\,0\.25\)\] {
    --tw-shadow: 0px 4.124px 4.124px 0px var(--tw-shadow-color, #fed21040);
    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\(254\,210\,16\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, #fed21040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px 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);
  }

  .ring-offset-background {
    --tw-ring-offset-color: var(--background);
  }

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

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

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

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

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

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

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .\[grid-area\:2_\/_1\] {
    grid-area: 2 / 1;
  }

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

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

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

  @media (hover: hover) {
    .hover\:bg-accent:hover {
      background-color: var(--accent);
    }
  }

  @media (hover: hover) {
    .hover\:bg-destructive\/90:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/90:hover {
        background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-primary\/90:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/90:hover {
        background-color: color-mix(in oklab, var(--primary) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-secondary\/80:hover {
      background-color: var(--secondary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-secondary\/80:hover {
        background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
      }
    }
  }

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

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-ring:focus {
    --tw-ring-color: var(--ring);
  }

  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus\:outline-hidden:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {
    .focus\:outline-hidden:focus {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }

  .focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-destructive\/20:focus-visible {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-destructive\/20:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .focus-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .has-\[\>svg\]\:px-2\.5:has( > svg) {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .has-\[\>svg\]\:px-3:has( > svg) {
    padding-inline: calc(var(--spacing) * 3);
  }

  .has-\[\>svg\]\:px-4:has( > svg) {
    padding-inline: calc(var(--spacing) * 4);
  }

  .aria-invalid\:border-destructive[aria-invalid="true"] {
    border-color: var(--destructive);
  }

  .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    animation: exit var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
    --tw-exit-scale: .95;
  }

  .data-\[state\=open\]\:animate-in[data-state="open"] {
    animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=open\]\:bg-accent[data-state="open"] {
    background-color: var(--accent);
  }

  .data-\[state\=open\]\:bg-transparent[data-state="open"] {
    background-color: #0000;
  }

  .data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
    color: var(--muted-foreground);
  }

  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
  }

  @media (width >= 1060px) {
    .min-\[1060px\]\:block {
      display: block;
    }
  }

  @media (width >= 1060px) {
    .min-\[1060px\]\:hidden {
      display: none;
    }
  }

  @media (width >= 1200px) {
    .min-\[1200px\]\:top-\[120px\] {
      top: 120px;
    }
  }

  @media (width >= 1200px) {
    .min-\[1200px\]\:left-\[150px\] {
      left: 150px;
    }
  }

  @media (width >= 1200px) {
    .min-\[1200px\]\:h-\[260px\] {
      height: 260px;
    }
  }

  @media (width >= 1200px) {
    .min-\[1200px\]\:h-\[420px\] {
      height: 420px;
    }
  }

  @media (width >= 1200px) {
    .min-\[1200px\]\:h-\[600px\] {
      height: 600px;
    }
  }

  @media (width >= 1200px) {
    .min-\[1200px\]\:w-\[320px\] {
      width: 320px;
    }
  }

  @media (width >= 1200px) {
    .min-\[1200px\]\:w-\[520px\] {
      width: 520px;
    }
  }

  @media (width >= 1200px) {
    .min-\[1200px\]\:w-\[750px\] {
      width: 750px;
    }
  }

  @media (width >= 1200px) {
    .min-\[1200px\]\:text-\[66px\] {
      font-size: 66px;
    }
  }

  @media (width >= 1300px) {
    .min-\[1300px\]\:top-\[130px\] {
      top: 130px;
    }
  }

  @media (width >= 1300px) {
    .min-\[1300px\]\:left-\[165px\] {
      left: 165px;
    }
  }

  @media (width >= 1300px) {
    .min-\[1300px\]\:h-\[280px\] {
      height: 280px;
    }
  }

  @media (width >= 1300px) {
    .min-\[1300px\]\:h-\[450px\] {
      height: 450px;
    }
  }

  @media (width >= 1300px) {
    .min-\[1300px\]\:h-\[620px\] {
      height: 620px;
    }
  }

  @media (width >= 1300px) {
    .min-\[1300px\]\:w-\[350px\] {
      width: 350px;
    }
  }

  @media (width >= 1300px) {
    .min-\[1300px\]\:w-\[580px\] {
      width: 580px;
    }
  }

  @media (width >= 1300px) {
    .min-\[1300px\]\:w-\[780px\] {
      width: 780px;
    }
  }

  @media (width >= 1300px) {
    .min-\[1300px\]\:text-\[70px\] {
      font-size: 70px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:top-\[147px\] {
      top: 147px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:left-\[183px\] {
      left: 183px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:mb-5 {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:h-11 {
      height: calc(var(--spacing) * 11);
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:h-\[33px\] {
      height: 33px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:h-\[45px\] {
      height: 45px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:h-\[83px\] {
      height: 83px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:h-\[121px\] {
      height: 121px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:h-\[152px\] {
      height: 152px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:h-\[315px\] {
      height: 315px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:h-\[321px\] {
      height: 321px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:h-\[516px\] {
      height: 516px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:h-\[684px\] {
      height: 684px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-10 {
      width: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-14 {
      width: calc(var(--spacing) * 14);
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-\[54px\] {
      width: 54px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-\[84px\] {
      width: 84px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-\[85px\] {
      width: 85px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-\[115px\] {
      width: 115px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-\[189px\] {
      width: 189px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-\[245px\] {
      width: 245px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-\[376px\] {
      width: 376px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-\[386\.732px\] {
      width: 386.732px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-\[399px\] {
      width: 399px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-\[640px\] {
      width: 640px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-\[652px\] {
      width: 652px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-\[761\.732px\] {
      width: 761.732px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:w-\[850px\] {
      width: 850px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:grid-cols-\[repeat\(2\,_minmax\(0px\,_1fr\)\)\] {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:gap-\[27px\] {
      gap: 27px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:gap-\[29px\] {
      gap: 29px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:gap-\[30px\] {
      gap: 30px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:gap-\[52px\] {
      gap: 52px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:pr-2\.5 {
      padding-right: calc(var(--spacing) * 2.5);
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:pl-\[55px\] {
      padding-left: 55px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:text-\[48px\] {
      font-size: 48px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:text-\[82px\] {
      font-size: 82px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:tracking-\[-0\.96px\] {
      --tw-tracking: -.96px;
      letter-spacing: -.96px;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:1_\/_1\] {
      grid-area: 1 / 1;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:1_\/_2\] {
      grid-area: 1 / 2;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:2_\/_1\] {
      grid-area: 2 / 1;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:2_\/_2\] {
      grid-area: 2 / 2;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:3_\/_1\] {
      grid-area: 3 / 1;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:3_\/_2\] {
      grid-area: 3 / 2;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:4_\/_1\] {
      grid-area: 4 / 1;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:4_\/_2\] {
      grid-area: 4 / 2;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:5_\/_1\] {
      grid-area: 5 / 1;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:5_\/_2\] {
      grid-area: 5 / 2;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:6_\/_1\] {
      grid-area: 6 / 1;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:6_\/_2\] {
      grid-area: 6 / 2;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:7_\/_1\] {
      grid-area: 7 / 1;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:7_\/_2\] {
      grid-area: 7 / 2;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:8_\/_1\] {
      grid-area: 8 / 1;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:8_\/_2\] {
      grid-area: 8 / 2;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:9_\/_1\] {
      grid-area: 9 / 1;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:9_\/_2\] {
      grid-area: 9 / 2;
    }
  }

  @media (width >= 1400px) {
    .min-\[1400px\]\:\[grid-area\:10_\/_1\] {
      grid-area: 10 / 1;
    }
  }

  @media (width >= 1500px) {
    .min-\[1500px\]\:top-\[155px\] {
      top: 155px;
    }
  }

  @media (width >= 1500px) {
    .min-\[1500px\]\:left-\[195px\] {
      left: 195px;
    }
  }

  @media (width >= 1500px) {
    .min-\[1500px\]\:h-\[340px\] {
      height: 340px;
    }
  }

  @media (width >= 1500px) {
    .min-\[1500px\]\:h-\[550px\] {
      height: 550px;
    }
  }

  @media (width >= 1500px) {
    .min-\[1500px\]\:h-\[700px\] {
      height: 700px;
    }
  }

  @media (width >= 1500px) {
    .min-\[1500px\]\:w-\[420px\] {
      width: 420px;
    }
  }

  @media (width >= 1500px) {
    .min-\[1500px\]\:w-\[680px\] {
      width: 680px;
    }
  }

  @media (width >= 1500px) {
    .min-\[1500px\]\:w-\[870px\] {
      width: 870px;
    }
  }

  @media (width >= 1500px) {
    .min-\[1500px\]\:text-\[86px\] {
      font-size: 86px;
    }
  }

  @media (width >= 1600px) {
    .min-\[1600px\]\:top-\[165px\] {
      top: 165px;
    }
  }

  @media (width >= 1600px) {
    .min-\[1600px\]\:left-\[210px\] {
      left: 210px;
    }
  }

  @media (width >= 1600px) {
    .min-\[1600px\]\:h-\[360px\] {
      height: 360px;
    }
  }

  @media (width >= 1600px) {
    .min-\[1600px\]\:h-\[580px\] {
      height: 580px;
    }
  }

  @media (width >= 1600px) {
    .min-\[1600px\]\:h-\[720px\] {
      height: 720px;
    }
  }

  @media (width >= 1600px) {
    .min-\[1600px\]\:w-\[450px\] {
      width: 450px;
    }
  }

  @media (width >= 1600px) {
    .min-\[1600px\]\:w-\[720px\] {
      width: 720px;
    }
  }

  @media (width >= 1600px) {
    .min-\[1600px\]\:w-\[890px\] {
      width: 890px;
    }
  }

  @media (width >= 1600px) {
    .min-\[1600px\]\:text-\[94px\] {
      font-size: 94px;
    }
  }

  @media (width >= 1700px) {
    .min-\[1700px\]\:top-\[185px\] {
      top: 185px;
    }
  }

  @media (width >= 1700px) {
    .min-\[1700px\]\:left-\[230px\] {
      left: 230px;
    }
  }

  @media (width >= 1700px) {
    .min-\[1700px\]\:h-\[405px\] {
      height: 405px;
    }
  }

  @media (width >= 1700px) {
    .min-\[1700px\]\:h-\[650px\] {
      height: 650px;
    }
  }

  @media (width >= 1700px) {
    .min-\[1700px\]\:h-\[740px\] {
      height: 740px;
    }
  }

  @media (width >= 1700px) {
    .min-\[1700px\]\:w-\[503px\] {
      width: 503px;
    }
  }

  @media (width >= 1700px) {
    .min-\[1700px\]\:w-\[820px\] {
      width: 820px;
    }
  }

  @media (width >= 1700px) {
    .min-\[1700px\]\:w-\[920px\] {
      width: 920px;
    }
  }

  @media (width >= 1700px) {
    .min-\[1700px\]\:text-\[104px\] {
      font-size: 104px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[72px\] {
      height: 72px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-auto {
      height: auto;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-\[75vw\] {
      width: 75vw;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-auto {
      width: auto;
    }
  }

  @media (width >= 40rem) {
    .sm\:max-w-\[75vw\] {
      max-width: 75vw;
    }
  }

  @media (width >= 40rem) {
    .sm\:max-w-lg {
      max-width: var(--container-lg);
    }
  }

  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 40rem) {
    .sm\:justify-end {
      justify-content: flex-end;
    }
  }

  @media (width >= 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 40rem) {
    .sm\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 40rem) {
    .sm\:py-3 {
      padding-block: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 40rem) {
    .sm\:text-left {
      text-align: left;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[34px\] {
      font-size: 34px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[75vw\] {
      width: 75vw;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-\[75vw\] {
      max-width: 75vw;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[75vw\] {
      width: 75vw;
    }
  }

  @media (width >= 64rem) {
    .lg\:max-w-\[75vw\] {
      max-width: 75vw;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[75vw\] {
      width: 75vw;
    }
  }

  @media (width >= 80rem) {
    .xl\:max-w-\[75vw\] {
      max-width: 75vw;
    }
  }

  @media (width >= 96rem) {
    .\32 xl\:w-\[75vw\] {
      width: 75vw;
    }
  }

  @media (width >= 96rem) {
    .\32 xl\:max-w-\[75vw\] {
      max-width: 75vw;
    }
  }

  .dark\:border-input:is(.dark *) {
    border-color: var(--input);
  }

  .dark\:bg-destructive\/60:is(.dark *) {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-destructive\/60:is(.dark *) {
      background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
    }
  }

  .dark\:bg-input\/30:is(.dark *) {
    background-color: var(--input);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-input\/30:is(.dark *) {
      background-color: color-mix(in oklab, var(--input) 30%, transparent);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-accent\/50:is(.dark *):hover {
      background-color: var(--accent);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-accent\/50:is(.dark *):hover {
        background-color: color-mix(in oklab, var(--accent) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-input\/50:is(.dark *):hover {
      background-color: var(--input);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-input\/50:is(.dark *):hover {
        background-color: color-mix(in oklab, var(--input) 50%, transparent);
      }
    }
  }

  .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
}

: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);
  --hero-bg-left: -45px;
  --hero-bg-top: -40px;
  --hero-title-left: calc(50% - 237px);
  --hero-title-width: 475px;
}

@media (width >= 1200px) {
  :root {
    --hero-bg-left: -42px;
    --hero-bg-top: -42px;
    --hero-title-left: calc(50% - 250px);
    --hero-title-width: 500px;
  }
}

@media (width >= 1300px) {
  :root {
    --hero-bg-left: -41px;
    --hero-bg-top: -45px;
    --hero-title-left: calc(50% - 280px);
    --hero-title-width: 560px;
  }
}

@media (width >= 1400px) {
  :root {
    --hero-bg-left: -40px;
    --hero-bg-top: -50px;
    --hero-title-left: calc(50% - 316px);
    --hero-title-width: 633px;
  }
}

@media (width >= 1500px) {
  :root {
    --hero-bg-left: -38px;
    --hero-bg-top: -48px;
    --hero-title-left: calc(50% - 330px);
    --hero-title-width: 660px;
  }
}

@media (width >= 1600px) {
  :root {
    --hero-bg-left: -36px;
    --hero-bg-top: -46px;
    --hero-title-left: calc(50% - 370px);
    --hero-title-width: 740px;
  }
}

@media (width >= 1700px) {
  :root {
    --hero-bg-left: -35px;
    --hero-bg-top: -45px;
    --hero-title-left: calc(50% - 399px);
    --hero-title-width: 798px;
  }
}

.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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

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

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
