/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .bottom-\[4px\] {
    bottom: 4px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[0px\] {
    margin-top: 0px;
  }
  .mt-\[00px\] {
    margin-top: 00px;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[100p\] {
    margin-top: 100p;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[150px\] {
    margin-top: 150px;
  }
  .mt-\[190px\] {
    margin-top: 190px;
  }
  .mt-\[300px\] {
    margin-top: 300px;
  }
  .mt-\[500px\] {
    margin-top: 500px;
  }
  .mt-\[900px\] {
    margin-top: 900px;
  }
  .mt-\[1000px\] {
    margin-top: 1000px;
  }
  .mt-\[1200px\] {
    margin-top: 1200px;
  }
  .mr-\[00px\] {
    margin-right: 00px;
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mr-\[30px\] {
    margin-right: 30px;
  }
  .mr-\[100px\] {
    margin-right: 100px;
  }
  .mr-\[370px\] {
    margin-right: 370px;
  }
  .mr-\[390px\] {
    margin-right: 390px;
  }
  .mr-\[400px\] {
    margin-right: 400px;
  }
  .mr-\[420px\] {
    margin-right: 420px;
  }
  .mr-\[470px\] {
    margin-right: 470px;
  }
  .mr-\[480px\] {
    margin-right: 480px;
  }
  .mr-\[500px\] {
    margin-right: 500px;
  }
  .mr-\[1000px\] {
    margin-right: 1000px;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[90px\] {
    margin-bottom: 90px;
  }
  .mb-\[110px\] {
    margin-bottom: 110px;
  }
  .mb-\[120px\] {
    margin-bottom: 120px;
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-\[0px\] {
    margin-left: 0px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-\[30px\] {
    margin-left: 30px;
  }
  .ml-\[40px\] {
    margin-left: 40px;
  }
  .ml-\[50px\] {
    margin-left: 50px;
  }
  .ml-\[60px\] {
    margin-left: 60px;
  }
  .ml-\[80px\] {
    margin-left: 80px;
  }
  .ml-\[100px\] {
    margin-left: 100px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[21px\] {
    height: 21px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[43px\] {
    height: 43px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[74px\] {
    height: 74px;
  }
  .h-\[77px\] {
    height: 77px;
  }
  .h-\[96\] {
    height: 96;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[124px\] {
    height: 124px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[254px\] {
    height: 254px;
  }
  .h-\[282px\] {
    height: 282px;
  }
  .h-\[342px\] {
    height: 342px;
  }
  .h-\[348px\] {
    height: 348px;
  }
  .h-\[368px\] {
    height: 368px;
  }
  .h-\[376px\] {
    height: 376px;
  }
  .h-\[400xp\] {
    height: 400xp;
  }
  .h-\[480px\] {
    height: 480px;
  }
  .h-\[654\.5970458984375px\] {
    height: 654.5970458984375px;
  }
  .h-\[655px\] {
    height: 655px;
  }
  .h-\[668px\] {
    height: 668px;
  }
  .h-\[700px\] {
    height: 700px;
  }
  .h-\[807px\] {
    height: 807px;
  }
  .h-\[867px\] {
    height: 867px;
  }
  .h-\[932\] {
    height: 932;
  }
  .h-\[932px\] {
    height: 932px;
  }
  .h-\[1624px\] {
    height: 1624px;
  }
  .h-\[1700px\] {
    height: 1700px;
  }
  .h-\[1724px\] {
    height: 1724px;
  }
  .h-\[1730px\] {
    height: 1730px;
  }
  .h-\[1750px\] {
    height: 1750px;
  }
  .h-\[1780px\] {
    height: 1780px;
  }
  .h-\[1800px\] {
    height: 1800px;
  }
  .h-\[1820px\] {
    height: 1820px;
  }
  .h-\[2024px\] {
    height: 2024px;
  }
  .h-\[3000px\] {
    height: 3000px;
  }
  .h-\[3500px\] {
    height: 3500px;
  }
  .h-\[4000px\] {
    height: 4000px;
  }
  .h-auto {
    height: auto;
  }
  .min-h-\[44px\] {
    min-height: 44px;
  }
  .min-h-\[100px\] {
    min-height: 100px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[600px\] {
    min-height: 600px;
  }
  .min-h-\[1000px\] {
    min-height: 1000px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-834 {
    width: calc(var(--spacing) * 834);
  }
  .w-\[0\%\] {
    width: 0%;
  }
  .w-\[0px\] {
    width: 0px;
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[4px\] {
    width: 4px;
  }
  .w-\[5\] {
    width: 5;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[21px\] {
    width: 21px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[39px\] {
    width: 39px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[47\] {
    width: 47;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[65\%\] {
    width: 65%;
  }
  .w-\[66\%\] {
    width: 66%;
  }
  .w-\[66\.5\%\] {
    width: 66.5%;
  }
  .w-\[66\.8\%\] {
    width: 66.8%;
  }
  .w-\[67\%\] {
    width: 67%;
  }
  .w-\[68\%\] {
    width: 68%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[140\.00000691413788\] {
    width: 140.00000691413788;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[165\.00000542402177\] {
    width: 165.00000542402177;
  }
  .w-\[165px\] {
    width: 165px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[190px\] {
    width: 190px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[235px\] {
    width: 235px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[359px\] {
    width: 359px;
  }
  .w-\[378px\] {
    width: 378px;
  }
  .w-\[378x\] {
    width: 378x;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[452px\] {
    width: 452px;
  }
  .w-\[472px\] {
    width: 472px;
  }
  .w-\[492px\] {
    width: 492px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[502px\] {
    width: 502px;
  }
  .w-\[552px\] {
    width: 552px;
  }
  .w-\[570px\] {
    width: 570px;
  }
  .w-\[582px\] {
    width: 582px;
  }
  .w-\[586px\] {
    width: 586px;
  }
  .w-\[602px\] {
    width: 602px;
  }
  .w-\[629\] {
    width: 629;
  }
  .w-\[629px\] {
    width: 629px;
  }
  .w-\[645\] {
    width: 645;
  }
  .w-\[645px\] {
    width: 645px;
  }
  .w-\[659px\] {
    width: 659px;
  }
  .w-\[675px\] {
    width: 675px;
  }
  .w-\[712px\] {
    width: 712px;
  }
  .w-\[761\.2799072265625\] {
    width: 761.2799072265625;
  }
  .w-\[761\.2799072265625px\] {
    width: 761.2799072265625px;
  }
  .w-\[798px\] {
    width: 798px;
  }
  .w-\[834\] {
    width: 834;
  }
  .w-\[834px\] {
    width: 834px;
  }
  .w-\[full\] {
    width: full;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-300 {
    max-width: calc(var(--spacing) * 300);
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[500\] {
    max-width: 500;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[798px\] {
    max-width: 798px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1300px\] {
    max-width: 1300px;
  }
  .max-w-\[px\] {
    max-width: px;
  }
  .min-w-\[14px\] {
    min-width: 14px;
  }
  .min-w-\[16px\] {
    min-width: 16px;
  }
  .min-w-\[44px\] {
    min-width: 44px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .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;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[45px\] {
    gap: 45px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[70px\] {
    gap: 70px;
  }
  .gap-\[90px\] {
    gap: 90px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .gap-\[330px\] {
    gap: 330px;
  }
  .space-y-3 {
    :where(& > :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)));
    }
  }
  .space-y-\[12px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(12px * var(--tw-space-y-reverse));
      margin-block-end: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[15px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(15px * var(--tw-space-y-reverse));
      margin-block-end: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[18px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(18px * var(--tw-space-y-reverse));
      margin-block-end: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[20px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(20px * var(--tw-space-y-reverse));
      margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[24px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(24px * var(--tw-space-y-reverse));
      margin-block-end: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[36px\] {
    border-radius: 36px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-\[60px\] {
    border-radius: 60px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#0A84FF\] {
    border-color: #0A84FF;
  }
  .border-\[\#1a1a1a\] {
    border-color: #1a1a1a;
  }
  .border-\[\#3d3d3d\] {
    border-color: #3d3d3d;
  }
  .border-\[\#161616\] {
    border-color: #161616;
  }
  .border-\[\#262626\] {
    border-color: #262626;
  }
  .border-\[\#333333\] {
    border-color: #333333;
  }
  .border-\[\#d1d1d1\] {
    border-color: #d1d1d1;
  }
  .bg-\[\#0A8\] {
    background-color: #0A8;
  }
  .bg-\[\#0A84FF\] {
    background-color: #0A84FF;
  }
  .bg-\[\#0A84\] {
    background-color: #0A84;
  }
  .bg-\[\#0A\] {
    background-color: #0A;
  }
  .bg-\[\#0B0B0B\] {
    background-color: #0B0B0B;
  }
  .bg-\[\#0\] {
    background-color: #0;
  }
  .bg-\[\#0a0a0a\] {
    background-color: #0a0a0a;
  }
  .bg-\[\#1A1A1A\] {
    background-color: #1A1A1A;
  }
  .bg-\[\#1C1C1C\] {
    background-color: #1C1C1C;
  }
  .bg-\[\#1E1E1E\] {
    background-color: #1E1E1E;
  }
  .bg-\[\#1a1a1a\] {
    background-color: #1a1a1a;
  }
  .bg-\[\#1e1e1e\] {
    background-color: #1e1e1e;
  }
  .bg-\[\#2d2d2d\] {
    background-color: #2d2d2d;
  }
  .bg-\[\#007bff\] {
    background-color: #007bff;
  }
  .bg-\[\#030303\] {
    background-color: #030303;
  }
  .bg-\[\#121212\] {
    background-color: #121212;
  }
  .bg-\[\#141414\] {
    background-color: #141414;
  }
  .bg-\[\#161616\] {
    background-color: #161616;
  }
  .bg-\[\#202020\] {
    background-color: #202020;
  }
  .bg-\[\#222222\] {
    background-color: #222222;
  }
  .bg-\[\#242424\] {
    background-color: #242424;
  }
  .bg-\[\#242424\]\/30 {
    background-color: color-mix(in oklab, #242424 30%, transparent);
  }
  .bg-\[\#333333\] {
    background-color: #333333;
  }
  .bg-\[\#\] {
    background-color: #;
  }
  .bg-\[black\] {
    background-color: black;
  }
  .bg-\[ur\(\'\'\)\] {
    background-color: ur('');
  }
  .bg-\[ur\(\'\.\.\/Frame\'\)\] {
    background-color: ur('../Frame');
  }
  .bg-\[ur\(\'\.\.\/Frame\.png\'\)\] {
    background-color: ur('../Frame.png');
  }
  .bg-\[ur\(\'\.\/Frame\.png\'\)\] {
    background-color: ur('./Frame.png');
  }
  .bg-\[ur\] {
    background-color: ur;
  }
  .bg-\[url\] {
    background-color: url;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\'\'\)\] {
    background-image: url('');
  }
  .bg-\[url\(\'\.\'\)\] {
    background-image: url('.');
  }
  .bg-\[url\(\'\.\.\/Frame\.png\'\)\] {
    background-image: url('../Frame.png');
  }
  .bg-\[url\(\'\.\.\/good\.png\'\)\] {
    background-image: url('../good.png');
  }
  .bg-\[url\(\'\.\.\/image6\.png\'\)\] {
    background-image: url('../image6.png');
  }
  .bg-\[url\(\'\.\/Frame\.png\'\)\] {
    background-image: url('./Frame.png');
  }
  .bg-\[url\(\'\.\/image4\.png\'\)\] {
    background-image: url('./image4.png');
  }
  .bg-\[url\(\'\.\/imga\'\)\] {
    background-image: url('./imga');
  }
  .bg-auto {
    background-size: auto;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-left {
    background-position: left;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bg-repeat {
    background-repeat: repeat;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[14px_35px\] {
    padding: 14px 35px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .p-\[28px\] {
    padding: 28px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .p-\[50px_20px\] {
    padding: 50px 20px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pr-\[01\] {
    padding-right: 01;
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pr-\[30px\] {
    padding-right: 30px;
  }
  .pr-\[100px\] {
    padding-right: 100px;
  }
  .pr-\[1000px\] {
    padding-right: 1000px;
  }
  .pb-\[0px\] {
    padding-bottom: 0px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-\[0px\] {
    padding-left: 0px;
  }
  .pl-\[10px\] {
    padding-left: 10px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[40px\] {
    padding-left: 40px;
  }
  .pl-\[100px\] {
    padding-left: 100px;
  }
  .pl-\[px\] {
    padding-left: px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[65px\] {
    font-size: 65px;
  }
  .text-\[69px\] {
    font-size: 69px;
  }
  .text-\[72px\] {
    font-size: 72px;
  }
  .leading-3 {
    --tw-leading: calc(var(--spacing) * 3);
    line-height: calc(var(--spacing) * 3);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-\[300\] {
    --tw-font-weight: 300;
    font-weight: 300;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[\#0A84FF\] {
    color: #0A84FF;
  }
  .text-\[\#007bff\] {
    color: #007bff;
  }
  .text-\[\#55ACEE\] {
    color: #55ACEE;
  }
  .text-\[\#98989A\] {
    color: #98989A;
  }
  .text-\[\#333333\] {
    color: #333333;
  }
  .text-\[\#717171\] {
    color: #717171;
  }
  .text-\[\#808080\] {
    color: #808080;
  }
  .text-\[\#B3B3B2\] {
    color: #B3B3B2;
  }
  .text-\[\#D0D0D0\] {
    color: #D0D0D0;
  }
  .text-\[\#a0a0a0\] {
    color: #a0a0a0;
  }
  .text-\[\#e0e0e0\] {
    color: #e0e0e0;
  }
  .text-\[14\[x\]\] {
    color: 14[x];
  }
  .text-\[px\] {
    color: px;
  }
  .text-\[white\] {
    color: white;
  }
  .text-\[wjite\] {
    color: wjite;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-\[\#717171\] {
    &::placeholder {
      color: #717171;
    }
  }
  .placeholder-white {
    &::placeholder {
      color: var(--color-white);
    }
  }
  .placeholder-white\/50 {
    &::placeholder {
      color: color-mix(in srgb, #fff 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 50%, transparent);
      }
    }
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_10px_0_rgba\(255\,255\,255\,0\.1\)\] {
    --tw-shadow: 0 4px 10px 0 var(--tw-shadow-color, rgba(255,255,255,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_10px_10px_0_rgba\(255\,255\,255\,0\.1\)\] {
    --tw-shadow: 0 10px 10px 0 var(--tw-shadow-color, rgba(255,255,255,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-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));
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .marker\:text-\[\#0A84FF\] {
    & *::marker {
      color: #0A84FF;
    }
    &::marker {
      color: #0A84FF;
    }
    & *::-webkit-details-marker {
      color: #0A84FF;
    }
    &::-webkit-details-marker {
      color: #0A84FF;
    }
  }
  .marker\:text-\[\#55ACEE\] {
    & *::marker {
      color: #55ACEE;
    }
    &::marker {
      color: #55ACEE;
    }
    & *::-webkit-details-marker {
      color: #55ACEE;
    }
    &::-webkit-details-marker {
      color: #55ACEE;
    }
  }
  .hover\:bg-\[\#0069d9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0069d9;
      }
    }
  }
  .hover\:bg-\[\#0074E4\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0074E4;
      }
    }
  }
  .hover\:bg-\[\#242424\]\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #242424 50%, transparent);
      }
    }
  }
  .hover\:bg-\[\#252525\] {
    &:hover {
      @media (hover: hover) {
        background-color: #252525;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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-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-\[\#007bff\] {
    &:focus {
      --tw-ring-color: #007bff;
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-\[0\] {
    @media (width >= 64rem) {
      margin-top: 0;
    }
  }
  .lg\:mt-\[10px\] {
    @media (width >= 64rem) {
      margin-top: 10px;
    }
  }
  .lg\:mt-\[20px\] {
    @media (width >= 64rem) {
      margin-top: 20px;
    }
  }
  .lg\:mt-\[75px\] {
    @media (width >= 64rem) {
      margin-top: 75px;
    }
  }
  .lg\:mt-\[100px\] {
    @media (width >= 64rem) {
      margin-top: 100px;
    }
  }
  .lg\:mr-\[0\] {
    @media (width >= 64rem) {
      margin-right: 0;
    }
  }
  .lg\:mr-\[100px\] {
    @media (width >= 64rem) {
      margin-right: 100px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-\[0\] {
    @media (width >= 64rem) {
      margin-left: 0;
    }
  }
  .lg\:ml-\[30px\] {
    @media (width >= 64rem) {
      margin-left: 30px;
    }
  }
  .lg\:ml-\[40px\] {
    @media (width >= 64rem) {
      margin-left: 40px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 64rem) {
      display: inline;
    }
  }
  .lg\:h-6 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .lg\:h-\[30px\] {
    @media (width >= 64rem) {
      height: 30px;
    }
  }
  .lg\:h-\[58px\] {
    @media (width >= 64rem) {
      height: 58px;
    }
  }
  .lg\:h-\[72px\] {
    @media (width >= 64rem) {
      height: 72px;
    }
  }
  .lg\:h-\[140px\] {
    @media (width >= 64rem) {
      height: 140px;
    }
  }
  .lg\:h-\[254px\] {
    @media (width >= 64rem) {
      height: 254px;
    }
  }
  .lg\:h-\[342px\] {
    @media (width >= 64rem) {
      height: 342px;
    }
  }
  .lg\:h-\[368px\] {
    @media (width >= 64rem) {
      height: 368px;
    }
  }
  .lg\:h-\[376px\] {
    @media (width >= 64rem) {
      height: 376px;
    }
  }
  .lg\:h-\[668px\] {
    @media (width >= 64rem) {
      height: 668px;
    }
  }
  .lg\:h-\[932px\] {
    @media (width >= 64rem) {
      height: 932px;
    }
  }
  .lg\:h-\[1820px\] {
    @media (width >= 64rem) {
      height: 1820px;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:w-6 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 6);
    }
  }
  .lg\:w-\[00px\] {
    @media (width >= 64rem) {
      width: 00px;
    }
  }
  .lg\:w-\[4px\] {
    @media (width >= 64rem) {
      width: 4px;
    }
  }
  .lg\:w-\[30px\] {
    @media (width >= 64rem) {
      width: 30px;
    }
  }
  .lg\:w-\[43px\] {
    @media (width >= 64rem) {
      width: 43px;
    }
  }
  .lg\:w-\[46px\] {
    @media (width >= 64rem) {
      width: 46px;
    }
  }
  .lg\:w-\[50px\] {
    @media (width >= 64rem) {
      width: 50px;
    }
  }
  .lg\:w-\[53px\] {
    @media (width >= 64rem) {
      width: 53px;
    }
  }
  .lg\:w-\[66\.8\%\] {
    @media (width >= 64rem) {
      width: 66.8%;
    }
  }
  .lg\:w-\[90px\] {
    @media (width >= 64rem) {
      width: 90px;
    }
  }
  .lg\:w-\[100px\] {
    @media (width >= 64rem) {
      width: 100px;
    }
  }
  .lg\:w-\[180px\] {
    @media (width >= 64rem) {
      width: 180px;
    }
  }
  .lg\:w-\[200px\] {
    @media (width >= 64rem) {
      width: 200px;
    }
  }
  .lg\:w-\[235px\] {
    @media (width >= 64rem) {
      width: 235px;
    }
  }
  .lg\:w-\[240px\] {
    @media (width >= 64rem) {
      width: 240px;
    }
  }
  .lg\:w-\[300px\] {
    @media (width >= 64rem) {
      width: 300px;
    }
  }
  .lg\:w-\[336px\] {
    @media (width >= 64rem) {
      width: 336px;
    }
  }
  .lg\:w-\[400px\] {
    @media (width >= 64rem) {
      width: 400px;
    }
  }
  .lg\:w-\[443px\] {
    @media (width >= 64rem) {
      width: 443px;
    }
  }
  .lg\:w-\[453px\] {
    @media (width >= 64rem) {
      width: 453px;
    }
  }
  .lg\:w-\[463px\] {
    @media (width >= 64rem) {
      width: 463px;
    }
  }
  .lg\:w-\[465px\] {
    @media (width >= 64rem) {
      width: 465px;
    }
  }
  .lg\:w-\[469px\] {
    @media (width >= 64rem) {
      width: 469px;
    }
  }
  .lg\:w-\[472px\] {
    @media (width >= 64rem) {
      width: 472px;
    }
  }
  .lg\:w-\[473px\] {
    @media (width >= 64rem) {
      width: 473px;
    }
  }
  .lg\:w-\[483px\] {
    @media (width >= 64rem) {
      width: 483px;
    }
  }
  .lg\:w-\[493px\] {
    @media (width >= 64rem) {
      width: 493px;
    }
  }
  .lg\:w-\[500px\] {
    @media (width >= 64rem) {
      width: 500px;
    }
  }
  .lg\:w-\[503px\] {
    @media (width >= 64rem) {
      width: 503px;
    }
  }
  .lg\:w-\[523px\] {
    @media (width >= 64rem) {
      width: 523px;
    }
  }
  .lg\:w-\[543px\] {
    @media (width >= 64rem) {
      width: 543px;
    }
  }
  .lg\:w-\[573px\] {
    @media (width >= 64rem) {
      width: 573px;
    }
  }
  .lg\:w-\[586px\] {
    @media (width >= 64rem) {
      width: 586px;
    }
  }
  .lg\:w-\[600px\] {
    @media (width >= 64rem) {
      width: 600px;
    }
  }
  .lg\:w-\[629px\] {
    @media (width >= 64rem) {
      width: 629px;
    }
  }
  .lg\:w-\[659px\] {
    @media (width >= 64rem) {
      width: 659px;
    }
  }
  .lg\:w-\[834px\] {
    @media (width >= 64rem) {
      width: 834px;
    }
  }
  .lg\:w-\[full\] {
    @media (width >= 64rem) {
      width: full;
    }
  }
  .lg\:w-\[px\] {
    @media (width >= 64rem) {
      width: px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-\[585px\] {
    @media (width >= 64rem) {
      max-width: 585px;
    }
  }
  .lg\:max-w-\[1200px\] {
    @media (width >= 64rem) {
      max-width: 1200px;
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 64rem) {
      gap: 30px;
    }
  }
  .lg\:gap-\[40px\] {
    @media (width >= 64rem) {
      gap: 40px;
    }
  }
  .lg\:gap-\[45px\] {
    @media (width >= 64rem) {
      gap: 45px;
    }
  }
  .lg\:gap-\[60px\] {
    @media (width >= 64rem) {
      gap: 60px;
    }
  }
  .lg\:gap-\[70px\] {
    @media (width >= 64rem) {
      gap: 70px;
    }
  }
  .lg\:gap-\[90px\] {
    @media (width >= 64rem) {
      gap: 90px;
    }
  }
  .lg\:gap-x-20 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:self-start {
    @media (width >= 64rem) {
      align-self: flex-start;
    }
  }
  .lg\:rounded-4xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-4xl);
    }
  }
  .lg\:rounded-\[50px\] {
    @media (width >= 64rem) {
      border-radius: 50px;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-\[40px\] {
    @media (width >= 64rem) {
      padding: 40px;
    }
  }
  .lg\:p-\[60px\] {
    @media (width >= 64rem) {
      padding: 60px;
    }
  }
  .lg\:p-\[100px_0\] {
    @media (width >= 64rem) {
      padding: 100px 0;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-\[40px\] {
    @media (width >= 64rem) {
      padding-inline: 40px;
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-\[18px\] {
    @media (width >= 64rem) {
      padding-block: 18px;
    }
  }
  .lg\:pl-\[0\] {
    @media (width >= 64rem) {
      padding-left: 0;
    }
  }
  .lg\:pl-\[20px\] {
    @media (width >= 64rem) {
      padding-left: 20px;
    }
  }
  .lg\:pl-\[40px\] {
    @media (width >= 64rem) {
      padding-left: 40px;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 64rem) {
      font-size: 26px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 64rem) {
      font-size: 48px;
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 64rem) {
      font-size: 50px;
    }
  }
  .lg\:text-\[64px\] {
    @media (width >= 64rem) {
      font-size: 64px;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
