@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap");
/*! 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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --blur-sm: 8px;
    --blur-md: 12px;
    --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);
    }
  }

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
    font-family: Nanum Gothic, sans-serif !important;
  }

  @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);
    font-family: Nanum Gothic, sans-serif !important;
  }

  html, [class*="Malgun_Gothic"] {
    font-family: Nanum Gothic, sans-serif !important;
  }

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

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

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

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

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

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

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

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

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

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

  .inset-\[-0\.4px\] {
    inset: -.4px;
  }

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

  .inset-\[-3\.03\%\] {
    inset: -3.03%;
  }

  .inset-\[5\.6\%_3\.42\%_5\.54\%_3\.42\%\] {
    inset: 5.6% 3.42% 5.54%;
  }

  .inset-\[19\.44\%_33\.33\%_60\%_33\.33\%\] {
    inset: 19.44% 33.33% 60%;
  }

  .inset-\[32\.79\%_32\.27\%_37\.54\%_16\%\] {
    inset: 32.79% 32.27% 37.54% 16%;
  }

  .inset-\[66\.62\%_34\.93\%_31\.01\%_16\%\] {
    inset: 66.62% 34.93% 31.01% 16%;
  }

  .inset-\[75\.52\%_49\.87\%_14\.24\%_10\.67\%\] {
    inset: 75.52% 49.87% 14.24% 10.67%;
  }

  .inset-\[78\.78\%_50\.4\%_14\.39\%_10\.67\%\] {
    inset: 78.78% 50.4% 14.39% 10.67%;
  }

  .inset-\[78\.78\%_58\.67\%_14\.39\%_10\.67\%\] {
    inset: 78.78% 58.67% 14.39% 10.67%;
  }

  .inset-\[78\.93\%_42\.13\%_14\.24\%_10\.67\%\] {
    inset: 78.93% 42.13% 14.24% 10.67%;
  }

  .inset-\[78\.93\%_42\.67\%_14\.24\%_10\.67\%\] {
    inset: 78.93% 42.67% 14.24% 10.67%;
  }

  .inset-\[78\.93\%_71\.2\%_14\.24\%_10\.67\%\] {
    inset: 78.93% 71.2% 14.24% 10.67%;
  }

  .inset-\[87\.54\%_18\.93\%_10\.09\%_10\.67\%\] {
    inset: 87.54% 18.93% 10.09% 10.67%;
  }

  .inset-\[87\.54\%_24\.53\%_10\.09\%_10\.67\%\] {
    inset: 87.54% 24.53% 10.09% 10.67%;
  }

  .inset-\[87\.54\%_31\.73\%_10\.09\%_10\.67\%\] {
    inset: 87.54% 31.73% 10.09% 10.67%;
  }

  .inset-\[87\.54\%_33\.33\%_10\.09\%_10\.67\%\] {
    inset: 87.54% 33.33% 10.09% 10.67%;
  }

  .inset-\[87\.54\%_42\.4\%_10\.09\%_10\.67\%\] {
    inset: 87.54% 42.4% 10.09% 10.67%;
  }

  .inset-\[87\.54\%_45\.6\%_10\.09\%_10\.67\%\] {
    inset: 87.54% 45.6% 10.09% 10.67%;
  }

  .inset-\[95\.85\%_36\.27\%_2\.97\%_36\%\] {
    inset: 95.85% 36.27% 2.97% 36%;
  }

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

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

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

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

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

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

  .top-\[-1\.28\%\] {
    top: -1.28%;
  }

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

  .top-\[-5\.06\%\] {
    top: -5.06%;
  }

  .top-\[-5\.92\%\] {
    top: -5.92%;
  }

  .top-\[-6\.61\%\] {
    top: -6.61%;
  }

  .top-\[-7\.16\%\] {
    top: -7.16%;
  }

  .top-\[-8\.31\%\] {
    top: -8.31%;
  }

  .top-\[-8\.66\%\] {
    top: -8.66%;
  }

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

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

  .top-\[-29\.76\%\] {
    top: -29.76%;
  }

  .top-\[-48\.66\%\] {
    top: -48.66%;
  }

  .top-\[-68\.59\%\] {
    top: -68.59%;
  }

  .top-\[-69\.9\%\] {
    top: -69.9%;
  }

  .top-\[-69\.64\%\] {
    top: -69.64%;
  }

  .top-\[-70\.22\%\] {
    top: -70.22%;
  }

  .top-\[-78\.27\%\] {
    top: -78.27%;
  }

  .top-\[-82\.91\%\] {
    top: -82.91%;
  }

  .top-\[-90\.04\%\] {
    top: -90.04%;
  }

  .top-\[-116\.14\%\] {
    top: -116.14%;
  }

  .top-\[-134\.44\%\] {
    top: -134.44%;
  }

  .top-\[-159\.53\%\] {
    top: -159.53%;
  }

  .top-\[-167\.08\%\] {
    top: -167.08%;
  }

  .top-\[-183\.33\%\] {
    top: -183.33%;
  }

  .top-\[-223\.83\%\] {
    top: -223.83%;
  }

  .top-\[-226\.16\%\] {
    top: -226.16%;
  }

  .top-\[1\.81\%\] {
    top: 1.81%;
  }

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

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

  .top-\[8\.3\%\] {
    top: 8.3%;
  }

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

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

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

  .top-\[9\.27\%\] {
    top: 9.27%;
  }

  .top-\[9\.75\%\] {
    top: 9.75%;
  }

  .top-\[11\.1\%\] {
    top: 11.1%;
  }

  .top-\[12\.38\%\] {
    top: 12.38%;
  }

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

  .top-\[14\.05\%\] {
    top: 14.05%;
  }

  .top-\[15\.16\%\] {
    top: 15.16%;
  }

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

  .top-\[18\.4px\] {
    top: 18.4px;
  }

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

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

  .top-\[23\.9px\] {
    top: 23.9px;
  }

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

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

  .top-\[29\.72\%\] {
    top: 29.72%;
  }

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

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

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

  .top-\[45\.25\%\] {
    top: 45.25%;
  }

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

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

  .top-\[57\.5\%\] {
    top: 57.5%;
  }

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

  .top-\[95\.85\%\] {
    top: 95.85%;
  }

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

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

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

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

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

  .top-\[calc\(50\%\+0\.5px\)\] {
    top: calc(50% + .5px);
  }

  .top-\[calc\(50\%-4\.5px\)\] {
    top: calc(50% - 4.5px);
  }

  .top-\[calc\(50\%-6\.5px\)\] {
    top: calc(50% - 6.5px);
  }

  .top-\[calc\(50\%-56px\)\] {
    top: calc(50% - 56px);
  }

  .top-full {
    top: 100%;
  }

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

  .right-\[20\.5px\] {
    right: 20.5px;
  }

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

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

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

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

  .bottom-\[-1\.38\%\] {
    bottom: -1.38%;
  }

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

  .bottom-\[2\.97\%\] {
    bottom: 2.97%;
  }

  .bottom-\[8\.61\%\] {
    bottom: 8.61%;
  }

  .bottom-\[12\%\] {
    bottom: 12%;
  }

  .bottom-\[20\%\] {
    bottom: 20%;
  }

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

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

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

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

  .left-\[-7\.98\%\] {
    left: -7.98%;
  }

  .left-\[-18\.92\%\] {
    left: -18.92%;
  }

  .left-\[-21\.64\%\] {
    left: -21.64%;
  }

  .left-\[-22\.35\%\] {
    left: -22.35%;
  }

  .left-\[-26\.21\%\] {
    left: -26.21%;
  }

  .left-\[-53\.96\%\] {
    left: -53.96%;
  }

  .left-\[-59\.98\%\] {
    left: -59.98%;
  }

  .left-\[-60\.02\%\] {
    left: -60.02%;
  }

  .left-\[-126\.71\%\] {
    left: -126.71%;
  }

  .left-\[-129\.91\%\] {
    left: -129.91%;
  }

  .left-\[-135\.2\%\] {
    left: -135.2%;
  }

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

  .left-\[10\.67\%\] {
    left: 10.67%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[calc\(50\%\+137\.5px\)\] {
    left: calc(50% + 137.5px);
  }

  .left-\[calc\(50\%\+138\.5px\)\] {
    left: calc(50% + 138.5px);
  }

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

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

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

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

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

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

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

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

  .container {
    width: 100%;
  }

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

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

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

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

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

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

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

  .ms-\[18px\] {
    margin-inline-start: 18px;
  }

  .ms-\[24px\] {
    margin-inline-start: 24px;
  }

  .ms-\[calc\(1\.5\*1\*var\(--list-marker-font-size\,0\)\)\] {
    margin-inline-start: calc(1.5 * 1 * var(--list-marker-font-size, 0));
  }

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

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

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

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

  .mt-\[10\.5px\] {
    margin-top: 10.5px;
  }

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

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

  .mt-\[13\.5px\] {
    margin-top: 13.5px;
  }

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

  .mt-\[21\.5px\] {
    margin-top: 21.5px;
  }

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

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

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

  .mt-\[24\.5px\] {
    margin-top: 24.5px;
  }

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

  .mt-\[27\.5px\] {
    margin-top: 27.5px;
  }

  .mt-\[27\.31px\] {
    margin-top: 27.31px;
  }

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

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

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

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

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

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

  .mt-\[38\.5px\] {
    margin-top: 38.5px;
  }

  .mt-\[40\.126\%\] {
    margin-top: 40.126%;
  }

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

  .mt-\[43\.5px\] {
    margin-top: 43.5px;
  }

  .mt-\[45\.5px\] {
    margin-top: 45.5px;
  }

  .mt-\[49\.5px\] {
    margin-top: 49.5px;
  }

  .mt-\[51\.5px\] {
    margin-top: 51.5px;
  }

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

  .mt-\[57\.5px\] {
    margin-top: 57.5px;
  }

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

  .mt-\[65\.5px\] {
    margin-top: 65.5px;
  }

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

  .mt-\[68\.5px\] {
    margin-top: 68.5px;
  }

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

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

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

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

  .mt-\[99\.993px\] {
    margin-top: 99.993px;
  }

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

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

  .mt-\[119\.256px\] {
    margin-top: 119.256px;
  }

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

  .mt-\[163\.35px\] {
    margin-top: 163.35px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-\[9\.698\%\] {
    margin-left: 9.698%;
  }

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

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

  .ml-\[14\.286\%\] {
    margin-left: 14.286%;
  }

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

  .ml-\[23\.5px\] {
    margin-left: 23.5px;
  }

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

  .ml-\[28\.29px\] {
    margin-left: 28.29px;
  }

  .ml-\[29\.5px\] {
    margin-left: 29.5px;
  }

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

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

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

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

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

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

  .ml-\[123\.739px\] {
    margin-left: 123.739px;
  }

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

  .ml-\[169\.49px\] {
    margin-left: 169.49px;
  }

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

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

  .aspect-\[229\.45\/281\.226\] {
    aspect-ratio: 229.45 / 281.226;
  }

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

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

  .aspect-square {
    aspect-ratio: 1;
  }

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

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

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

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

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

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

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

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

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

  .size-\[36\.763px\] {
    width: 36.763px;
    height: 36.763px;
  }

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

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

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

  .size-\[50\.356px\] {
    width: 50.356px;
    height: 50.356px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[41\.69\%\] {
    height: 41.69%;
  }

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

  .h-\[52\.34\%\] {
    height: 52.34%;
  }

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

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

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

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

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

  .h-\[90\.58\%\] {
    height: 90.58%;
  }

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

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

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

  .h-\[96\.79\%\] {
    height: 96.79%;
  }

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

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

  .h-\[101\.87\%\] {
    height: 101.87%;
  }

  .h-\[101\.571px\] {
    height: 101.571px;
  }

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

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

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

  .h-\[115\.45\%\] {
    height: 115.45%;
  }

  .h-\[116\.64\%\] {
    height: 116.64%;
  }

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

  .h-\[128\.57\%\] {
    height: 128.57%;
  }

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

  .h-\[130\.97\%\] {
    height: 130.97%;
  }

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

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

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

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

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

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

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

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

  .h-\[166\.67\%\] {
    height: 166.67%;
  }

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

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

  .h-\[184\.05\%\] {
    height: 184.05%;
  }

  .h-\[187\.5\%\] {
    height: 187.5%;
  }

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

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

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

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

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

  .h-\[209\.79\%\] {
    height: 209.79%;
  }

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

  .h-\[234\.37\%\] {
    height: 234.37%;
  }

  .h-\[238\.47\%\] {
    height: 238.47%;
  }

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

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

  .h-\[267\.204px\] {
    height: 267.204px;
  }

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

  .h-\[312\.5\%\] {
    height: 312.5%;
  }

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

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

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

  .h-\[325\%\] {
    height: 325%;
  }

  .h-\[329\.67\%\] {
    height: 329.67%;
  }

  .h-\[334\.82\%\] {
    height: 334.82%;
  }

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

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

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

  .h-\[383\.58\%\] {
    height: 383.58%;
  }

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

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

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

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

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

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

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

  .h-\[765\%\] {
    height: 765%;
  }

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

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

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

  .min-h-\[calc\(100vh-60px\)\] {
    min-height: calc(100vh - 60px);
  }

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

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

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

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

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

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

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

  .w-\[21\.475px\] {
    width: 21.475px;
  }

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

  .w-\[25\.642px\] {
    width: 25.642px;
  }

  .w-\[25\.965px\] {
    width: 25.965px;
  }

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

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

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

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

  .w-\[32\.968px\] {
    width: 32.968px;
  }

  .w-\[35\.153px\] {
    width: 35.153px;
  }

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

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

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

  .w-\[43\.273px\] {
    width: 43.273px;
  }

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

  .w-\[45\.36\%\] {
    width: 45.36%;
  }

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

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

  .w-\[49\.195px\] {
    width: 49.195px;
  }

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

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

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

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

  .w-\[58\.5px\] {
    width: 58.5px;
  }

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

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

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

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

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

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

  .w-\[82\%\] {
    width: 82%;
  }

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

  .w-\[88\.714px\] {
    width: 88.714px;
  }

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

  .w-\[90\.916px\] {
    width: 90.916px;
  }

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

  .w-\[91\.613px\] {
    width: 91.613px;
  }

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

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

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

  .w-\[111\.857px\] {
    width: 111.857px;
  }

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

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

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

  .w-\[130\.43\%\] {
    width: 130.43%;
  }

  .w-\[137\.85\%\] {
    width: 137.85%;
  }

  .w-\[139\.38\%\] {
    width: 139.38%;
  }

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

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

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

  .w-\[150\.33\%\] {
    width: 150.33%;
  }

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

  .w-\[152\.43\%\] {
    width: 152.43%;
  }

  .w-\[152\.938px\] {
    width: 152.938px;
  }

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

  .w-\[153\.412px\] {
    width: 153.412px;
  }

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

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

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

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

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

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

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

  .w-\[196\.45\%\] {
    width: 196.45%;
  }

  .w-\[197\.412px\] {
    width: 197.412px;
  }

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

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

  .w-\[207\.92\%\] {
    width: 207.92%;
  }

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

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

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

  .w-\[225\.07\%\] {
    width: 225.07%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .w-\[314\.05\%\] {
    width: 314.05%;
  }

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

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

  .w-\[340\%\] {
    width: 340%;
  }

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

  .w-\[359\.82\%\] {
    width: 359.82%;
  }

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

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

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

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

  .w-\[404\.074px\] {
    width: 404.074px;
  }

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

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

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

  .w-\[743\.143px\] {
    width: 743.143px;
  }

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

  .max-w-\[743\.143px\] {
    max-width: 743.143px;
  }

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

  .shrink {
    flex-shrink: 1;
  }

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

  .grow {
    flex-grow: 1;
  }

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

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

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

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

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

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

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

  .list-inside {
    list-style-position: inside;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  :where(.space-y-\[20px\] > :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)));
  }

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

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

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

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

  .rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-white\/20 {
    border-color: #fff3;
  }

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

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

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

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

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

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

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

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

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

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

  .bg-\[rgba\(51\,51\,51\,0\.64\)\] {
    background-color: #333333a3;
  }

  .bg-\[rgba\(51\,51\,51\,0\.72\)\] {
    background-color: #333333b8;
  }

  .bg-\[rgba\(150\,32\,46\,0\.08\)\] {
    background-color: #96202e14;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .from-\[rgba\(150\,32\,46\,0\)\] {
    --tw-gradient-from: #96202e00;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-50\% {
    --tw-gradient-from-position: 50%;
  }

  .from-\[26\.964\%\] {
    --tw-gradient-from-position: 26.964%;
  }

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

  .via-\[53\.365\%\] {
    --tw-gradient-via-position: 53.365%;
  }

  .to-\[\#000000\] {
    --tw-gradient-to: #000;
    --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-\[\#7a1a25\] {
    --tw-gradient-to: #7a1a25;
    --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-\[\#8d1818\] {
    --tw-gradient-to: #8d1818;
    --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-\[\#300a0f\] {
    --tw-gradient-to: #300a0f;
    --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-\[\#96202e\] {
    --tw-gradient-to: #96202e;
    --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-\[\#454500\] {
    --tw-gradient-to: #454500;
    --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-\[\#F7E600\] {
    --tw-gradient-to: #f7e600;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[rgba\(0\,0\,0\,0\)\] {
    --tw-gradient-to: #0000;
    --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-50\% {
    --tw-gradient-to-position: 50%;
  }

  .to-80\% {
    --tw-gradient-to-position: 80%;
  }

  .\[mask-composite\:intersect\,_intersect\] {
    mask-composite: intersect, intersect;
  }

  .mask-intersect {
    mask-composite: intersect;
  }

  .\[mask-mode\:alpha\,_alpha\] {
    mask-mode: alpha, alpha;
  }

  .mask-alpha {
    mask-mode: alpha;
  }

  .mask-size-\[90\.916px_192px\] {
    mask-size: 90.916px 192px;
  }

  .mask-size-\[100px_144px\,_100px_144px\] {
    mask-size: 100px 144px, 100px 144px;
  }

  .mask-size-\[153\.412px_163px\] {
    mask-size: 153.412px 163px;
  }

  .mask-size-\[179px_191px\] {
    mask-size: 179px 191px;
  }

  .\[mask-clip\:no-clip\,_no-clip\] {
    mask-clip: no-clip, no-clip;
  }

  .mask-no-clip {
    mask-clip: no-clip;
  }

  .mask-position-\[-0\.5px\,_0px_0px\,_0px\] {
    mask-position: -.5px, 0 0, 0;
  }

  .mask-position-\[-4px_10\.75px\] {
    mask-position: -4px 10.75px;
  }

  .mask-position-\[0px\] {
    mask-position: 0;
  }

  .\[mask-repeat\:no-repeat\,_no-repeat\] {
    mask-repeat: no-repeat, no-repeat;
  }

  .mask-no-repeat {
    mask-repeat: no-repeat;
  }

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

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

  .object-center {
    object-position: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-middle {
    vertical-align: middle;
  }

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

  .font-\[\'Gmarket_Sans_TTF\:Light\'\,_sans-serif\] {
    font-family: Gmarket Sans TTF\:Light, sans-serif;
  }

  .font-\[\'Gmarket_Sans_TTF\:Medium\'\,_sans-serif\] {
    font-family: Gmarket Sans TTF\:Medium, sans-serif;
  }

  .font-\[\'Malgun_Gothic\'\,sans-serif\] {
    font-family: Malgun Gothic, sans-serif;
  }

  .font-\[\'Malgun_Gothic\:Bold\'\,_sans-serif\], .font-\[\'Malgun_Gothic\:Bold\'\,sans-serif\] {
    font-family: Malgun Gothic\:Bold, sans-serif;
  }

  .font-\[\'Malgun_Gothic\:Regular\'\,\'Noto_Sans\:Regular\'\,sans-serif\] {
    font-family: Malgun Gothic\:Regular, Noto Sans\:Regular, sans-serif;
  }

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

  .font-\[\'Malgun_Gothic\:Semilight\'\,\'Noto_Sans_JP\:Light\'\,sans-serif\] {
    font-family: Malgun Gothic\:Semilight, Noto Sans JP\:Light, sans-serif;
  }

  .font-\[\'Malgun_Gothic\:Semilight\'\,_sans-serif\], .font-\[\'Malgun_Gothic\:Semilight\'\,sans-serif\] {
    font-family: Malgun Gothic\:Semilight, sans-serif;
  }

  .font-\[\'Pretendard\'\,sans-serif\] {
    font-family: Pretendard, sans-serif;
  }

  .font-\[\'Pretendard\:Black\'\,sans-serif\] {
    font-family: Pretendard\:Black, sans-serif;
  }

  .font-\[\'Pretendard\:Bold\'\,\'Noto_Sans\:Regular\'\,sans-serif\] {
    font-family: Pretendard\:Bold, Noto Sans\:Regular, sans-serif;
  }

  .font-\[\'Pretendard\:Bold\'\,sans-serif\] {
    font-family: Pretendard\:Bold, sans-serif;
  }

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

  .font-\[\'Pretendard\:Regular\'\,\'Noto_Sans\:Regular\'\,sans-serif\] {
    font-family: Pretendard\:Regular, Noto Sans\:Regular, sans-serif;
  }

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

  .font-\[\'也字工厂小石头\:Regular\'\,sans-serif\] {
    font-family: 也字工厂小石头\:Regular, sans-serif;
  }

  .font-\[NanumGothic\] {
    font-family: NanumGothic;
  }

  .font-\[Pretendard\] {
    font-family: Pretendard;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tracking-\[-1\.08px\] {
    --tw-tracking: -1.08px;
    letter-spacing: -1.08px;
  }

  .tracking-\[-1\.28px\] {
    --tw-tracking: -1.28px;
    letter-spacing: -1.28px;
  }

  .tracking-\[-1\.44px\] {
    --tw-tracking: -1.44px;
    letter-spacing: -1.44px;
  }

  .tracking-\[-1\.92px\] {
    --tw-tracking: -1.92px;
    letter-spacing: -1.92px;
  }

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

  .overflow-ellipsis {
    text-overflow: ellipsis;
  }

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

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

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

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

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

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

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

  .text-\[red\] {
    color: red;
  }

  .text-\[rgb\(51\,51\,51\)\] {
    color: #333;
  }

  .text-\[rgb\(102\,102\,102\)\] {
    color: #666;
  }

  .text-\[rgb\(150\,32\,46\)\] {
    color: #96202e;
  }

  .text-\[rgb\(255\,0\,0\)\] {
    color: red;
  }

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

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

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

  .uppercase {
    text-transform: uppercase;
  }

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

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

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

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

  .opacity-60 {
    opacity: .6;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-\[0\.12\] {
    opacity: .12;
  }

  .opacity-\[0\.16\] {
    opacity: .16;
  }

  .opacity-\[0\.24\] {
    opacity: .24;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px 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);
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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;
  }

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

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

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

  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .\[text-shadow\:rgba\(0\,0\,0\,0\.4\)_2px_2px_4px\] {
    text-shadow: 2px 2px 4px #0006;
  }

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

  .\[white-space-collapse\:collapse\] {
    white-space-collapse: collapse;
  }

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

  @media (hover: hover) {
    .group-hover\:scale-\[1\.012\]:is(:where(.group):hover *) {
      scale: 1.012;
    }
  }

  @media (hover: hover) {
    .group-hover\:from-\[\#a52232\]:is(:where(.group):hover *) {
      --tw-gradient-from: #a52232;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }

  @media (hover: hover) {
    .group-hover\:to-\[\#8a1f2a\]:is(:where(.group):hover *) {
      --tw-gradient-to: #8a1f2a;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }

  @media (hover: hover) {
    .hover\:z-10:hover {
      z-index: 10;
    }
  }

  @media (hover: hover) {
    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
  }

  @media (hover: hover) {
    .hover\:scale-\[1\.012\]:hover {
      scale: 1.012;
    }
  }

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

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

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

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

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

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

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

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

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

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

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

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

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

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

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

  @media (width >= 40rem) {
    .sm\:max-h-\[calc\(100vh-180px\)\] {
      max-height: calc(100vh - 180px);
    }
  }

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

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

  @media (width >= 40rem) {
    :where(.sm\:space-y-\[24px\] > :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)));
    }
  }

  @media (width >= 40rem) {
    .sm\:rounded-\[12px\] {
      border-radius: 12px;
    }
  }

  @media (width >= 40rem) {
    .sm\:p-\[30px\] {
      padding: 30px;
    }
  }

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

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

  @media (width >= 40rem) {
    .sm\:py-\[20px\] {
      padding-block: 20px;
    }
  }

  @media (width >= 40rem) {
    .sm\:py-\[40px\] {
      padding-block: 40px;
    }
  }

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

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

  @media (width >= 48rem) {
    .md\:top-\[26\.31\%\] {
      top: 26.31%;
    }
  }

  @media (width >= 48rem) {
    .md\:bottom-\[16\%\] {
      bottom: 16%;
    }
  }

  @media (width >= 48rem) {
    .md\:bottom-\[18\.33\%\] {
      bottom: 18.33%;
    }
  }

  @media (width >= 48rem) {
    .md\:bottom-\[24\%\] {
      bottom: 24%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-1\/2 {
      left: 50%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[18\.8\%\] {
      left: 18.8%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[18\.81\%\] {
      left: 18.81%;
    }
  }

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

  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }

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

  @media (width >= 48rem) {
    .md\:size-\[16px\] {
      width: 16px;
      height: 16px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[80vh\] {
      height: 80vh;
    }
  }

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

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

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

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

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

  @media (width >= 48rem) {
    .md\:-translate-x-1\/2 {
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

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

  @media (width >= 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }

  @media (width >= 48rem) {
    .md\:justify-between {
      justify-content: space-between;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[40px\] {
      gap: 40px;
    }
  }

  @media (width >= 48rem) {
    .md\:p-\[40px\] {
      padding: 40px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[100px\] {
      padding-inline: 100px;
    }
  }

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

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

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

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

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

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

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

  @media (width >= 64rem) {
    .lg\:right-\[40px\] {
      right: 40px;
    }
  }

  @media (width >= 64rem) {
    .lg\:bottom-\[40px\] {
      bottom: 40px;
    }
  }

  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
  }

  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }

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

  @media (width >= 64rem) {
    .lg\:px-\[200px\] {
      padding-inline: 200px;
    }
  }

  @media (width >= 80rem) {
    .xl\:inset-\[-0\.15px\] {
      inset: -.15px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[36px\] {
      height: 36px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[78px\] {
      height: 78px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[112\.5px\] {
      width: 112.5px;
    }
  }

  @media (width >= 80rem) {
    .xl\:gap-\[15px\] {
      gap: 15px;
    }
  }

  @media (width >= 80rem) {
    .xl\:border-\[0\.3px\] {
      border-style: var(--tw-border-style);
      border-width: .3px;
    }
  }

  @media (width >= 80rem) {
    .xl\:px-\[18px\] {
      padding-inline: 18px;
    }
  }

  @media (width >= 80rem) {
    .xl\:px-\[200px\] {
      padding-inline: 200px;
    }
  }

  @media (width >= 80rem) {
    .xl\:px-\[300px\] {
      padding-inline: 300px;
    }
  }

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

  @media (width >= 80rem) {
    .xl\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[21px\] {
      font-size: 21px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[64px\] {
      font-size: 64px;
    }
  }

  @media (width >= 80rem) {
    .xl\:tracking-\[-0\.54px\] {
      --tw-tracking: -.54px;
      letter-spacing: -.54px;
    }
  }

  @media (width >= 80rem) {
    .xl\:tracking-\[-0\.63px\] {
      --tw-tracking: -.63px;
      letter-spacing: -.63px;
    }
  }
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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