/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
      'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      'Liberation Mono', 'Courier New', monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-neutral-950: oklch(14.5% 0 0);
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      'Apple Color Emoji',
      'Segoe UI Emoji',
      'Segoe UI Symbol',
      'Noto Color Emoji'
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      'Liberation Mono',
      'Courier New',
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type='button'], [type='reset'], [type='submit']),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .ms-\[19\.5px\] {
    margin-inline-start: 19.5px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-\[-60px\] {
    margin-bottom: -60px;
  }
  .mb-\[-120px\] {
    margin-bottom: -120px;
  }
  .mb-\[-160px\] {
    margin-bottom: -160px;
  }

  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .aspect-\[810\/1080\] {
    aspect-ratio: 810/1080;
  }
  .aspect-\[1000\/550\] {
    aspect-ratio: 1000/550;
  }
  .aspect-\[1360\/600\] {
    aspect-ratio: 1360/600;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-\[70vh\] {
    height: 70vh;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[340px\] {
    height: 340px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[360px\] {
    height: 360px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-\[616px\] {
    height: 616px;
  }
  .h-\[800px\] {
    height: 800px;
  }
  .h-\[900px\] {
    height: 900px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-px {
    min-height: 1px;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[288px\] {
    width: 288px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[440px\] {
    width: 440px;
  }
  .w-\[462px\] {
    width: 462px;
  }
  .w-\[480px\] {
    width: 480px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[640px\] {
    width: 640px;
  }
  .w-\[1130px\] {
    width: 1130px;
  }
  .w-\[1360px\] {
    width: 1360px;
  }
  .w-\[1920px\] {
    width: 1920px;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[1130px\] {
    max-width: 1130px;
  }
  .max-w-\[1360px\] {
    max-width: 1360px;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-px {
    min-width: 1px;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .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;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-\[3px\] {
    gap: 3px;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[35px\] {
    gap: 35px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .gap-\[135px\] {
    gap: 135px;
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-tl-\[300px\] {
    border-top-left-radius: 300px;
  }
  .rounded-tr-\[300px\] {
    border-top-right-radius: 300px;
  }
  .bg-\[\#000\] {
    background-color: #000;
  }
  .bg-\[\#1a1816\] {
    background-color: #1a1816;
  }
  .bg-\[\#25221f\] {
    background-color: #25221f;
  }
  .bg-\[rgb\(50\,37\,29\)\] {
    background-color: rgb(50, 37, 29);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-\[50px\] {
    padding: 50px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[64px\] {
    padding-inline: 64px;
  }
  .px-\[105px\] {
    padding-inline: 105px;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .py-\[140px\] {
    padding-block: 140px;
  }
  .py-\[160px\] {
    padding-block: 160px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[140px\] {
    padding-top: 140px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pb-\[140px\] {
    padding-bottom: 140px;
  }
  .pb-\[160px\] {
    padding-bottom: 160px;
  }
  .pl-\[10px\] {
    padding-left: 10px;
  }
  .text-center {
    text-align: center;
  }
  .font-\[\'Manrope\:ExtraBold\'\,_sans-serif\] {
    font-family: 'Manrope:ExtraBold', sans-serif;
  }
  .font-\[\'Montserrat\:Bold\'\,_sans-serif\] {
    font-family: 'Montserrat:Bold', sans-serif;
  }
  .font-\[\'NanumSquare\:Bold\'\,_sans-serif\] {
    font-family: 'NanumSquare:Bold', sans-serif;
  }
  .font-\[\'NanumSquare\:Regular\'\,_sans-serif\] {
    font-family: 'NanumSquare:Regular', sans-serif;
  }
  .font-\[\'Nanum_Gothic\:Regular\'\,_sans-serif\] {
    font-family: 'Nanum Gothic:Regular', sans-serif;
  }
  .font-\[\'Noto_Sans_KR\:Regular\'\,_\'Noto_Sans\:Regular\'\,_sans-serif\] {
    font-family: 'Noto Sans KR:Regular', 'Noto Sans:Regular', sans-serif;
  }
  .font-\[\'Noto_Sans_KR\:Regular\'\,_sans-serif\] {
    font-family: 'Noto Sans KR:Regular', sans-serif;
  }
  .text-\[0px\] {
    font-size: 0px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[-0\.48px\] {
    --tw-tracking: -0.48px;
    letter-spacing: -0.48px;
  }
  .tracking-\[-0\.54px\] {
    --tw-tracking: -0.54px;
    letter-spacing: -0.54px;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-\[\#1e1e1d\] {
    color: #1e1e1d;
  }
  .text-\[\#3a3a3a\] {
    color: #3a3a3a;
  }
  .text-\[\#a5a5a5\] {
    color: #a5a5a5;
  }
  .text-\[\#d4d4d4\] {
    color: #d4d4d4;
  }
  .text-\[\#dfdfe4\] {
    color: #dfdfe4;
  }
  .text-\[\#ff9f59\] {
    color: #ff9f59;
  }
  .text-neutral-950 {
    color: var(--color-neutral-950);
  }
  .text-white {
    color: var(--color-white);
  }
  .not-italic {
    font-style: normal;
  }
  .max-\[600px\]\:text-red-500 {
    @media (width < 600px) {
      color: var(--color-red-500);
    }
  }
  .min-\[320px\]\:text-green-500 {
    @media (width >= 320px) {
      color: var(--color-green-500);
    }
  }
  .sm\:mb-\[-120px\] {
    @media (width >= 640px) {
      margin-bottom: -120px;
    }
  }
  .sm\:mb-\[40px\] {
    @media (width >= 640px) {
      margin-bottom: 40px;
    }
  }
  .sm\:block {
    @media (width >= 640px) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 640px) {
      display: none;
    }
  }
  .sm\:aspect-auto {
    @media (width >= 640px) {
      aspect-ratio: auto;
    }
  }
  .sm\:aspect-\[1\/1\] {
    @media (width >= 640px) {
      aspect-ratio: 1/1;
    }
  }
  .sm\:aspect-\[2\/3\] {
    @media (width >= 640px) {
      aspect-ratio: 2/3;
    }
  }
  .sm\:h-\[300px\] {
    @media (width >= 640px) {
      height: 300px;
    }
  }
  .sm\:h-\[480px\] {
    @media (width >= 640px) {
      height: 480px;
    }
  }
  .sm\:h-\[500px\] {
    @media (width >= 640px) {
      height: 500px;
    }
  }
  .sm\:h-\[600px\] {
    @media (width >= 640px) {
      height: 600px;
    }
  }
  .sm\:w-\[360px\] {
    @media (width >= 640px) {
      width: 360px;
    }
  }
  .sm\:w-\[400px\] {
    @media (width >= 640px) {
      width: 400px;
    }
  }
  .sm\:w-\[640px\] {
    @media (width >= 640px) {
      width: 640px;
    }
  }
  .sm\:gap-\[35px\] {
    @media (width >= 640px) {
      gap: 35px;
    }
  }
  .sm\:gap-\[60px\] {
    @media (width >= 640px) {
      gap: 60px;
    }
  }
  .sm\:p-\[20px\] {
    @media (width >= 640px) {
      padding: 20px;
    }
  }
  .sm\:px-0 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:px-\[14px\] {
    @media (width >= 640px) {
      padding-inline: 14px;
    }
  }
  .sm\:pt-\[80px\] {
    @media (width >= 640px) {
      padding-top: 80px;
    }
  }
  .sm\:pt-\[100px\] {
    @media (width >= 640px) {
      padding-top: 100px;
    }
  }
  .sm\:pb-\[100px\] {
    @media (width >= 640px) {
      padding-bottom: 100px;
    }
  }
  .sm\:pb-\[120px\] {
    @media (width >= 640px) {
      padding-bottom: 120px;
    }
  }
  .sm\:text-center {
    @media (width >= 640px) {
      text-align: center;
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 640px) {
      font-size: 16px;
    }
  }
  .sm\:text-\[18px\] {
    @media (width >= 640px) {
      font-size: 18px;
    }
  }
  .sm\:text-\[28px\] {
    @media (width >= 640px) {
      font-size: 28px;
    }
  }
  .sm\:text-\[36px\] {
    @media (width >= 640px) {
      font-size: 36px;
    }
  }
  .sm\:text-green-500 {
    @media (width >= 640px) {
      color: var(--color-green-500);
    }
  }
  .md\:order-1 {
    @media (width >= 768px) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 768px) {
      order: 2;
    }
  }
  .md\:order-none {
    @media (width >= 768px) {
      order: 0;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:aspect-\[768\/964\] {
    @media (width >= 768px) {
      aspect-ratio: 768/964;
    }
  }
  .md\:aspect-auto {
    @media (width >= 768px) {
      aspect-ratio: auto;
    }
  }
  .md\:h-\[80vh\] {
    @media (width >= 768px) {
      height: 80vh;
    }
  }
  .md\:h-\[350px\] {
    @media (width >= 768px) {
      height: 350px;
    }
  }
  .md\:h-\[616px\] {
    @media (width >= 768px) {
      height: 616px;
    }
  }
  .md\:w-\[75\%\] {
    @media (width >= 768px) {
      width: 75%;
    }
  }
  .md\:w-\[80\%\] {
    @media (width >= 768px) {
      width: 80%;
    }
  }
  .md\:w-\[95\%\] {
    @media (width >= 768px) {
      width: 95%;
    }
  }
  .md\:w-\[250px\] {
    @media (width >= 768px) {
      width: 250px;
    }
  }
  .md\:w-\[462px\] {
    @media (width >= 768px) {
      width: 462px;
    }
  }
  .md\:w-\[640px\] {
    @media (width >= 768px) {
      width: 640px;
    }
  }
  .md\:basis-\[40\%\] {
    @media (width >= 768px) {
      flex-basis: 40%;
    }
  }
  .md\:basis-\[60\%\] {
    @media (width >= 768px) {
      flex-basis: 60%;
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:gap-\[40px\] {
    @media (width >= 768px) {
      gap: 40px;
    }
  }
  .md\:gap-\[80px\] {
    @media (width >= 768px) {
      gap: 80px;
    }
  }
  .md\:px-\[40px\] {
    @media (width >= 768px) {
      padding-inline: 40px;
    }
  }
  .md\:px-\[64px\] {
    @media (width >= 768px) {
      padding-inline: 64px;
    }
  }
  .md\:py-\[60px\] {
    @media (width >= 768px) {
      padding-block: 60px;
    }
  }
  .md\:py-\[140px\] {
    @media (width >= 768px) {
      padding-block: 140px;
    }
  }
  .md\:pt-\[120px\] {
    @media (width >= 768px) {
      padding-top: 120px;
    }
  }
  .md\:pb-\[120px\] {
    @media (width >= 768px) {
      padding-bottom: 120px;
    }
  }
  .md\:text-left {
    @media (width >= 768px) {
      text-align: left;
    }
  }
  .md\:text-\[11px\] {
    @media (width >= 768px) {
      font-size: 11px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 768px) {
      font-size: 36px;
    }
  }
  .md\:text-\[38px\] {
    @media (width >= 768px) {
      font-size: 38px;
    }
  }
  .md\:text-blue-500 {
    @media (width >= 768px) {
      color: var(--color-blue-500);
    }
  }
  .lg\:mt-\[60px\] {
    @media (width >= 1024px) {
      margin-top: 60px;
    }
  }
  .lg\:mb-\[-160px\] {
    @media (width >= 1024px) {
      margin-bottom: -160px;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:h-\[100dvh\] {
    @media (width >= 1024px) {
      height: 100dvh;
    }
  }
  .lg\:h-\[450px\] {
    @media (width >= 1024px) {
      height: 450px;
    }
  }
  .lg\:h-\[600px\] {
    @media (width >= 1024px) {
      height: 600px;
    }
  }
  .lg\:h-\[800px\] {
    @media (width >= 1024px) {
      height: 800px;
    }
  }
  .lg\:h-\[900px\] {
    @media (width >= 1024px) {
      height: 900px;
    }
  }
  .lg\:w-\[75\%\] {
    @media (width >= 1024px) {
      width: 75%;
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 1024px) {
      width: 80%;
    }
  }
  .lg\:w-\[440px\] {
    @media (width >= 1024px) {
      width: 440px;
    }
  }
  .lg\:w-\[480px\] {
    @media (width >= 1024px) {
      width: 480px;
    }
  }
  .lg\:w-\[600px\] {
    @media (width >= 1024px) {
      width: 600px;
    }
  }
  .lg\:w-\[1130px\] {
    @media (width >= 1024px) {
      width: 1130px;
    }
  }
  .lg\:w-\[1360px\] {
    @media (width >= 1024px) {
      width: 1360px;
    }
  }
  .lg\:w-\[1920px\] {
    @media (width >= 1024px) {
      width: 1920px;
    }
  }
  .lg\:basis-\[35\%\] {
    @media (width >= 1024px) {
      flex-basis: 35%;
    }
  }
  .lg\:basis-\[65\%\] {
    @media (width >= 1024px) {
      flex-basis: 65%;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:justify-center {
    @media (width >= 1024px) {
      justify-content: center;
    }
  }
  .lg\:gap-\[20px\] {
    @media (width >= 1024px) {
      gap: 20px;
    }
  }
  .lg\:gap-\[50px\] {
    @media (width >= 1024px) {
      gap: 50px;
    }
  }
  .lg\:gap-\[80px\] {
    @media (width >= 1024px) {
      gap: 80px;
    }
  }
  .lg\:gap-\[135px\] {
    @media (width >= 1024px) {
      gap: 135px;
    }
  }
  .lg\:p-\[30px\] {
    @media (width >= 1024px) {
      padding: 30px;
    }
  }
  .lg\:p-\[50px\] {
    @media (width >= 1024px) {
      padding: 50px;
    }
  }
  .lg\:px-0 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-\[60px\] {
    @media (width >= 1024px) {
      padding-inline: 60px;
    }
  }
  .lg\:px-\[105px\] {
    @media (width >= 1024px) {
      padding-inline: 105px;
    }
  }
  .lg\:py-\[80px\] {
    @media (width >= 1024px) {
      padding-block: 80px;
    }
  }
  .lg\:py-\[160px\] {
    @media (width >= 1024px) {
      padding-block: 160px;
    }
  }
  .lg\:pt-\[140px\] {
    @media (width >= 1024px) {
      padding-top: 140px;
    }
  }
  .lg\:pb-\[140px\] {
    @media (width >= 1024px) {
      padding-bottom: 140px;
    }
  }
  .lg\:pb-\[160px\] {
    @media (width >= 1024px) {
      padding-bottom: 160px;
    }
  }
  .lg\:text-left {
    @media (width >= 1024px) {
      text-align: left;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 1024px) {
      font-size: 16px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 1024px) {
      font-size: 18px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 1024px) {
      font-size: 20px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 1024px) {
      font-size: 28px;
    }
  }
  .lg\:text-\[38px\] {
    @media (width >= 1024px) {
      font-size: 38px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 1024px) {
      font-size: 40px;
    }
  }
  .lg\:text-\[46px\] {
    @media (width >= 1024px) {
      font-size: 46px;
    }
  }
  .lg\:tracking-\[-0\.54px\] {
    @media (width >= 1024px) {
      --tw-tracking: -0.54px;
      letter-spacing: -0.54px;
    }
  }
  .lg\:text-red-500 {
    @media (width >= 1024px) {
      color: var(--color-red-500);
    }
  }
}
@layer base {
  html,
  body {
    margin: 0;
    padding: 0;
    min-width: 360px;
  }
  main,
  section {
    margin: 0;
    padding: 0;
  }
}
@property --tw-leading {
  syntax: '*';
  inherits: false;
}
@property --tw-font-weight {
  syntax: '*';
  inherits: false;
}
@property --tw-tracking {
  syntax: '*';
  inherits: false;
}
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
