/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-widest: .1em;
    --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;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    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;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    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);
  }

  @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);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :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, :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-auto {
    pointer-events: auto;
  }

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

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

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

  .inset-\[-5\.95\%\] {
    inset: -5.95%;
  }

  .inset-\[-6\.53\%\] {
    inset: -6.53%;
  }

  .inset-\[-6\.78\%\] {
    inset: -6.78%;
  }

  .inset-\[-7\.32\%\] {
    inset: -7.32%;
  }

  .inset-\[-7\.47\%\] {
    inset: -7.47%;
  }

  .inset-\[-8\.99\%\] {
    inset: -8.99%;
  }

  .inset-\[-10\.14\%\] {
    inset: -10.14%;
  }

  .inset-\[-10\.56\%\] {
    inset: -10.56%;
  }

  .inset-\[-11\.38\%\] {
    inset: -11.38%;
  }

  .inset-\[-11\.66\%\] {
    inset: -11.66%;
  }

  .inset-\[-15\.5\%\] {
    inset: -15.5%;
  }

  .inset-\[-15\.34\%\] {
    inset: -15.34%;
  }

  .inset-\[-16\.56\%\] {
    inset: -16.56%;
  }

  .inset-\[-16\.75\%\] {
    inset: -16.75%;
  }

  .inset-\[-20\.52\%\] {
    inset: -20.52%;
  }

  .inset-\[-20\.82\%\] {
    inset: -20.82%;
  }

  .inset-\[-21\.12\%\] {
    inset: -21.12%;
  }

  .inset-\[-22\.42\%\] {
    inset: -22.42%;
  }

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

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

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

  .top-\[calc\(50\%\+106\.6px\)\] {
    top: calc(50% + 106.6px);
  }

  .top-\[calc\(50\%\+135\.57px\)\] {
    top: calc(50% + 135.57px);
  }

  .top-\[calc\(50\%\+163\.39px\)\] {
    top: calc(50% + 163.39px);
  }

  .top-\[calc\(50\%\+171\.79px\)\] {
    top: calc(50% + 171.79px);
  }

  .top-\[calc\(50\%\+215\.53px\)\] {
    top: calc(50% + 215.53px);
  }

  .top-\[calc\(50\%\+215\.82px\)\] {
    top: calc(50% + 215.82px);
  }

  .top-\[calc\(50\%\+229\.73px\)\] {
    top: calc(50% + 229.73px);
  }

  .top-\[calc\(50\%\+248\.85px\)\] {
    top: calc(50% + 248.85px);
  }

  .top-\[calc\(50\%\+269\.42px\)\] {
    top: calc(50% + 269.42px);
  }

  .top-\[calc\(50\%\+279\.27px\)\] {
    top: calc(50% + 279.27px);
  }

  .top-\[calc\(50\%\+318\.31px\)\] {
    top: calc(50% + 318.31px);
  }

  .top-\[calc\(50\%\+321\.57px\)\] {
    top: calc(50% + 321.57px);
  }

  .top-\[calc\(50\%\+322\.44px\)\] {
    top: calc(50% + 322.44px);
  }

  .top-\[calc\(50\%\+332\.72px\)\] {
    top: calc(50% + 332.72px);
  }

  .top-\[calc\(50\%\+342\.33px\)\] {
    top: calc(50% + 342.33px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[-8\.43\%\] {
    left: -8.43%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

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

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

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

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

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

  .size-\[62\.449px\] {
    width: 62.449px;
    height: 62.449px;
  }

  .size-\[66\.293px\] {
    width: 66.293px;
    height: 66.293px;
  }

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

  .size-\[68\.214px\] {
    width: 68.214px;
    height: 68.214px;
  }

  .size-\[83\.586px\] {
    width: 83.586px;
    height: 83.586px;
  }

  .size-\[84\.547px\] {
    width: 84.547px;
    height: 84.547px;
  }

  .size-\[90\.312px\] {
    width: 90.312px;
    height: 90.312px;
  }

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

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

  .size-\[122\.977px\] {
    width: 122.977px;
    height: 122.977px;
  }

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

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

  .size-\[155\.643px\] {
    width: 155.643px;
    height: 155.643px;
  }

  .size-\[187\.348px\] {
    width: 187.348px;
    height: 187.348px;
  }

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

  .size-\[206\.564px\] {
    width: 206.564px;
    height: 206.564px;
  }

  .size-\[214\.25px\] {
    width: 214.25px;
    height: 214.25px;
  }

  .size-\[235\.386px\] {
    width: 235.386px;
    height: 235.386px;
  }

  .size-\[236\.347px\] {
    width: 236.347px;
    height: 236.347px;
  }

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

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

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

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

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

  .h-\[208\.98\%\] {
    height: 208.98%;
  }

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .flex-none {
    flex: none;
  }

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

  .origin-bottom-left {
    transform-origin: 0 100%;
  }

  .origin-bottom-right {
    transform-origin: 100% 100%;
  }

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

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

  .-translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * -4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .-scale-y-100 {
    --tw-scale-y: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-90 {
    rotate: 90deg;
  }

  .rotate-180 {
    rotate: 180deg;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

  .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-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

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

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

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

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

  .bg-\[rgba\(144\,174\,197\,0\.48\)\] {
    background-color: #90aec57a;
  }

  .bg-\[rgba\(177\,255\,226\,0\.48\)\] {
    background-color: #b1ffe27a;
  }

  .bg-\[rgba\(255\,172\,180\,0\.48\)\] {
    background-color: #ffacb47a;
  }

  .bg-\[rgba\(255\,192\,205\,0\.48\)\] {
    background-color: #ffc0cd7a;
  }

  .bg-\[rgba\(255\,223\,169\,0\.48\)\] {
    background-color: #ffdfa97a;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'Inter\:Medium\'\,\'Noto_Sans_KR\:Medium\'\,sans-serif\] {
    font-family: Inter\:Medium, Noto Sans KR\:Medium, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

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

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

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

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

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

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

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

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

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

  .uppercase {
    text-transform: uppercase;
  }

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

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

  .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-\[0_0_20px_5px_rgba\(255\,255\,0\,0\.8\)\] {
    --tw-shadow: 0 0 20px 5px var(--tw-shadow-color, #ff0c);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[inset_0px_0px_0px_1px_\#111\] {
    --tw-shadow: inset 0px 0px 0px 1px var(--tw-shadow-color, #111);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

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

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

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

  @media (hover: hover) {
    .group-hover\:animate-\[star-shrink_0\.6s_ease-in-out_1\]:is(:where(.group):hover *) {
      animation: .6s ease-in-out star-shrink;
    }
  }

  @media (hover: hover) {
    .hover\:-translate-y-2:hover {
      --tw-translate-y: calc(var(--spacing) * -2);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

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

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

  .active\:bg-\[\#FFB100\]:active {
    background-color: #ffb100;
  }

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

  @media (width >= 48rem) {
    .md\:h-\[293px\] {
      height: 293px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-40 {
      width: calc(var(--spacing) * 40);
    }
  }

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

  @media (width >= 48rem) {
    .md\:animate-none {
      animation: none;
    }
  }

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

  @media (width >= 48rem) {
    .md\:gap-\[50px\] {
      gap: 50px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[100px\] {
      gap: 100px;
    }
  }

  @media (width >= 48rem) {
    .md\:rounded-\[48px\] {
      border-radius: 48px;
    }
  }

  @media (width >= 48rem) {
    .md\:p-\[40px\] {
      padding: 40px;
    }
  }

  @media (width >= 48rem) {
    .md\:p-\[120px\] {
      padding: 120px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[64px\] {
      padding-inline: 64px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[88px\] {
      padding-inline: 88px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[120px\] {
      padding-inline: 120px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[240px\] {
      padding-inline: 240px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[221px\] {
      padding-block: 221px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @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 >= 48rem) {
    .md\:text-\[64px\] {
      font-size: 64px;
    }
  }

  @media (width >= 48rem) {
    .md\:whitespace-nowrap {
      white-space: nowrap;
    }
  }

  @media (width >= 48rem) {
    @media (hover: hover) {
      .md\:hover\:scale-105:hover {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
}

@font-face {
  font-family: NationalMuseumClassicM;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/국립박물관문화재단클래식M.woff") format("woff");
  font-weight: medium;
  font-style: medium;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-duration {
  syntax: "*";
  inherits: false
}

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