/*! 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-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  body {
    line-height: inherit;
  }

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

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

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

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

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

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

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

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

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

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

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

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

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

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

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

  .inset-\[-45\.291\%\] {
    inset: -45.291%;
  }

  .inset-\[-90\.763\%\] {
    inset: -90.763%;
  }

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

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

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

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

  .top-\[-3\.09\%\] {
    top: -3.09%;
  }

  .top-\[-5\.22\%\] {
    top: -5.22%;
  }

  .top-\[-6\.22\%\] {
    top: -6.22%;
  }

  .top-\[-13\.54\%\] {
    top: -13.54%;
  }

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

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

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

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

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

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

  .top-\[-53\.22\%\] {
    top: -53.22%;
  }

  .top-\[-200\.9px\] {
    top: -200.9px;
  }

  .top-\[-200\.896px\] {
    top: -200.896px;
  }

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

  .top-\[6\.98\%\] {
    top: 6.98%;
  }

  .top-\[10\.3\%\] {
    top: 10.3%;
  }

  .top-\[12\.5\%\] {
    top: 12.5%;
  }

  .top-\[13\.03\%\] {
    top: 13.03%;
  }

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

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

  .top-\[34\.46\%\] {
    top: 34.46%;
  }

  .top-\[35\.72\%\] {
    top: 35.72%;
  }

  .top-\[38\.75\%\] {
    top: 38.75%;
  }

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

  .top-\[72\.81\%\] {
    top: 72.81%;
  }

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

  .top-\[78\.39\%\] {
    top: 78.39%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .right-\[-3\.12\%\] {
    right: -3.12%;
  }

  .right-\[-5\.27\%\] {
    right: -5.27%;
  }

  .right-\[-6\.28\%\] {
    right: -6.28%;
  }

  .right-\[-12\.5\%\] {
    right: -12.5%;
  }

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

  .right-\[0\.24\%\] {
    right: .24%;
  }

  .right-\[0\.54\%\] {
    right: .54%;
  }

  .right-\[3\.44\%\] {
    right: 3.44%;
  }

  .right-\[4\.27\%\] {
    right: 4.27%;
  }

  .right-\[7\.5\%\] {
    right: 7.5%;
  }

  .right-\[7\.28\%\] {
    right: 7.28%;
  }

  .right-\[8\.57\%\] {
    right: 8.57%;
  }

  .right-\[23\.64\%\] {
    right: 23.64%;
  }

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

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

  .right-\[30\.74\%\] {
    right: 30.74%;
  }

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

  .right-\[49\.8\%\] {
    right: 49.8%;
  }

  .right-\[56\.64\%\] {
    right: 56.64%;
  }

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

  .right-\[62\.3px\] {
    right: 62.3px;
  }

  .right-\[74\.34\%\] {
    right: 74.34%;
  }

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

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

  .right-\[80\.53px\] {
    right: 80.53px;
  }

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

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

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

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

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

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

  .bottom-\[-8\.04\%\] {
    bottom: -8.04%;
  }

  .bottom-\[-13\.58\%\] {
    bottom: -13.58%;
  }

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

  .bottom-\[-17\.9\%\] {
    bottom: -17.9%;
  }

  .bottom-\[-40\.41\%\] {
    bottom: -40.41%;
  }

  .bottom-\[-96\.99\%\] {
    bottom: -96.99%;
  }

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

  .bottom-\[-1051px\] {
    bottom: -1051px;
  }

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

  .bottom-\[10\.3\%\] {
    bottom: 10.3%;
  }

  .bottom-\[10\.06\%\] {
    bottom: 10.06%;
  }

  .bottom-\[10\.8\%\] {
    bottom: 10.8%;
  }

  .bottom-\[11\.32\%\] {
    bottom: 11.32%;
  }

  .bottom-\[13\.62\%\] {
    bottom: 13.62%;
  }

  .bottom-\[38\.02\%\] {
    bottom: 38.02%;
  }

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

  .bottom-\[71\.53\%\] {
    bottom: 71.53%;
  }

  .bottom-\[90px\] {
    bottom: 90px;
  }

  .bottom-\[242px\] {
    bottom: 242px;
  }

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

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

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

  .left-\[-3\.12\%\] {
    left: -3.12%;
  }

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

  .left-\[-6\.28\%\] {
    left: -6.28%;
  }

  .left-\[-12\.5\%\] {
    left: -12.5%;
  }

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

  .left-\[-68\.83px\] {
    left: -68.83px;
  }

  .left-\[-68\.832px\] {
    left: -68.832px;
  }

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

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

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

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

  .left-\[-174\.38px\] {
    left: -174.38px;
  }

  .left-\[-174\.384px\] {
    left: -174.384px;
  }

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

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

  .left-\[0\.24\%\] {
    left: .24%;
  }

  .left-\[3\.44\%\] {
    left: 3.44%;
  }

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

  .left-\[7\.5\%\] {
    left: 7.5%;
  }

  .left-\[8\.57\%\] {
    left: 8.57%;
  }

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

  .left-\[45\.95\%\] {
    left: 45.95%;
  }

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

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

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

  .left-\[71\.13\%\] {
    left: 71.13%;
  }

  .left-\[77\.78\%\] {
    left: 77.78%;
  }

  .left-\[94\.74\%\] {
    left: 94.74%;
  }

  .left-\[95\.21\%\] {
    left: 95.21%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .aspect-\[80\/24\] {
    aspect-ratio: 80 / 24;
  }

  .aspect-\[100\/100\] {
    aspect-ratio: 100 / 100;
  }

  .aspect-\[180\.67\/238\.947\] {
    aspect-ratio: 180.67 / 238.947;
  }

  .aspect-\[180\.101\/238\.195\] {
    aspect-ratio: 180.101 / 238.195;
  }

  .aspect-\[249\.344\/337\.643\] {
    aspect-ratio: 249.344 / 337.643;
  }

  .aspect-\[250\.131\/338\.709\] {
    aspect-ratio: 250.131 / 338.709;
  }

  .aspect-\[405\.181\/548\.722\] {
    aspect-ratio: 405.181 / 548.722;
  }

  .aspect-\[406\.47\/550\.455\] {
    aspect-ratio: 406.47 / 550.455;
  }

  .aspect-\[1500\/1500\] {
    aspect-ratio: 1500 / 1500;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[99\.984px\] {
    height: 99.984px;
  }

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

  .h-\[177\.984px\] {
    height: 177.984px;
  }

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

  .h-\[199\.984px\] {
    height: 199.984px;
  }

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

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

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

  .h-\[300\.947px\] {
    height: 300.947px;
  }

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

  .h-\[311\.731px\] {
    height: 311.731px;
  }

  .h-\[312\.715px\] {
    height: 312.715px;
  }

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

  .h-\[377\.493px\] {
    height: 377.493px;
  }

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

  .h-\[409\.996px\] {
    height: 409.996px;
  }

  .h-\[435\.569px\] {
    height: 435.569px;
  }

  .h-\[473\.076px\] {
    height: 473.076px;
  }

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

  .h-\[506\.592px\] {
    height: 506.592px;
  }

  .h-\[508\.192px\] {
    height: 508.192px;
  }

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

  .h-\[536\.581px\] {
    height: 536.581px;
  }

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

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

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

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

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

  .h-\[944\.513px\] {
    height: 944.513px;
  }

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

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

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

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

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

  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }

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

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

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

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

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

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

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

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

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

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

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

  .w-\[207\.983px\] {
    width: 207.983px;
  }

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

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

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

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

  .w-\[310\.005px\] {
    width: 310.005px;
  }

  .w-\[337\.995px\] {
    width: 337.995px;
  }

  .w-\[339\.07px\] {
    width: 339.07px;
  }

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

  .w-\[357\.699px\] {
    width: 357.699px;
  }

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

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

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

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

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

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

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

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

  .w-\[697\.695px\] {
    width: 697.695px;
  }

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

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 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);
  }

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

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

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

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

  .rotate-\[351\.997deg\] {
    rotate: 351.997deg;
  }

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

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

  .cursor-default {
    cursor: default;
  }

  .cursor-pointer {
    cursor: pointer;
  }

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

  .grid-cols-\[repeat\(1\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-\[repeat\(3\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-rows-\[172px_616px\] {
    grid-template-rows: 172px 616px;
  }

  .grid-rows-\[repeat\(4\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

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

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

  .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 {
    gap: calc(var(--spacing) * 1);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

  .rounded-\[50\%\] {
    border-radius: 50%;
  }

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

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

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

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

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

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

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

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

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

  .border-white\/30 {
    border-color: #ffffff4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/30 {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }

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

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

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

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

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

  .bg-\[rgba\(255\,255\,255\,1\)\] {
    background-color: #fff;
  }

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

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

  .from-\[\#ff7e5f\] {
    --tw-gradient-from: #ff7e5f;
    --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-\[\#feb47b\] {
    --tw-gradient-to: #feb47b;
    --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));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'Poppins\:Regular\'\] {
    font-family: Poppins\:Regular;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

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

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

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

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

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

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

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

  .text-\[\#2A2622\], .text-\[\#2a2622\] {
    color: #2a2622;
  }

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

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

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

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

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

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

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

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

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

  .opacity-0 {
    opacity: 0;
  }

  .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_20px_25px_-5px_rgba\(0\,0\,0\,0\.1\)\,0px_10px_10px_-5px_rgba\(0\,0\,0\,0\.04\)\] {
    --tw-shadow: 0px 20px 25px -5px var(--tw-shadow-color, #0000001a), 0px 10px 10px -5px var(--tw-shadow-color, #0000000a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, #0000000f));
    --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

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

  .backdrop-blur-\[21px\] {
    --tw-backdrop-blur: blur(21px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

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

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

  .duration-1000 {
    --tw-duration: 1s;
    transition-duration: 1s;
  }

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

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

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

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

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

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

  .\[grid-area\:3_\/_3\] {
    grid-area: 3 / 3;
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (width >= 900px) {
    .min-\[900px\]\:relative {
      position: relative;
    }
  }

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

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

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

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

  @media (width >= 900px) {
    .min-\[900px\]\:max-w-\[50\%\] {
      max-width: 50%;
    }
  }

  @media (width >= 900px) {
    .min-\[900px\]\:flex-1 {
      flex: 1;
    }
  }

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

  @media (width >= 900px) {
    .min-\[900px\]\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 900px) {
    .min-\[900px\]\:items-end {
      align-items: flex-end;
    }
  }

  @media (width >= 900px) {
    .min-\[900px\]\:justify-center {
      justify-content: center;
    }
  }

  @media (width >= 900px) {
    .min-\[900px\]\:self-center {
      align-self: center;
    }
  }

  @media (width >= 900px) {
    .min-\[900px\]\:self-end {
      align-self: flex-end;
    }
  }

  @media (width >= 1000px) {
    .min-\[1000px\]\:right-0 {
      right: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 1000px) {
    .min-\[1000px\]\:left-0 {
      left: calc(var(--spacing) * 0);
    }
  }

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

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

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

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

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

  @media (width >= 321px) {
    .sm\:block {
      display: block;
    }
  }

  @media (width >= 321px) {
    .sm\:hidden {
      display: none;
    }
  }

  @media (width >= 700px) {
    .md\:block {
      display: block;
    }
  }

  @media (width >= 700px) {
    .md\:hidden {
      display: none;
    }
  }
}

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

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

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

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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