@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/*! 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-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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-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-yellow-500: oklch(.795 .184 86.047);
    --color-blue-500: oklch(.623 .214 259.815);
    --color-neutral-300: oklch(.87 0 0);
    --color-neutral-400: oklch(.708 0 0);
    --color-neutral-500: oklch(.556 0 0);
    --color-neutral-700: oklch(.371 0 0);
    --color-neutral-950: oklch(.145 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --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-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --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);
  }

  @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;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, sans-serif;
  }

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

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

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

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

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

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

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

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

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

  .top-\[-1\.44\%\] {
    top: -1.44%;
  }

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

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

  .top-\[-10\.56px\] {
    top: -10.56px;
  }

  .top-\[-34\.89\%\] {
    top: -34.89%;
  }

  .top-\[-223\.72px\] {
    top: -223.72px;
  }

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

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

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

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

  .top-\[2\.66px\] {
    top: 2.66px;
  }

  .top-\[2\.67px\] {
    top: 2.67px;
  }

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

  .top-\[10\.48px\] {
    top: 10.48px;
  }

  .top-\[11\.18px\] {
    top: 11.18px;
  }

  .top-\[12\.17\%\] {
    top: 12.17%;
  }

  .top-\[14\.21px\] {
    top: 14.21px;
  }

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

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

  .top-\[33\.19px\] {
    top: 33.19px;
  }

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

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

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

  .top-\[99\.23px\] {
    top: 99.23px;
  }

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

  .top-\[284\.4px\] {
    top: 284.4px;
  }

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

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

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

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

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

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

  .right-\[-29\.57px\] {
    right: -29.57px;
  }

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

  .right-\[60\.28\%\] {
    right: 60.28%;
  }

  .right-\[60\.29\%\] {
    right: 60.29%;
  }

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

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

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

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

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

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

  .left-\[-1\.65\%\] {
    left: -1.65%;
  }

  .left-\[-3\.61\%\] {
    left: -3.61%;
  }

  .left-\[-5\.39px\] {
    left: -5.39px;
  }

  .left-\[-9\.44px\] {
    left: -9.44px;
  }

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

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

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

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

  .left-\[5\.51px\] {
    left: 5.51px;
  }

  .left-\[6\.01px\] {
    left: 6.01px;
  }

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

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

  .left-\[15\.96px\] {
    left: 15.96px;
  }

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

  .left-\[21\.31px\] {
    left: 21.31px;
  }

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

  .left-\[27\.94px\] {
    left: 27.94px;
  }

  .left-\[28\.22px\] {
    left: 28.22px;
  }

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

  .left-\[43\.57\%\] {
    left: 43.57%;
  }

  .left-\[1693\.59px\] {
    left: 1693.59px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .size-\[5\.59px\] {
    width: 5.59px;
    height: 5.59px;
  }

  .size-\[7\.103px\] {
    width: 7.103px;
    height: 7.103px;
  }

  .size-\[9\.471px\] {
    width: 9.471px;
    height: 9.471px;
  }

  .size-\[13\.975px\] {
    width: 13.975px;
    height: 13.975px;
  }

  .size-\[14\.207px\] {
    width: 14.207px;
    height: 14.207px;
  }

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

  .size-\[27\.951px\] {
    width: 27.951px;
    height: 27.951px;
  }

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

  .size-\[44\.721px\] {
    width: 44.721px;
    height: 44.721px;
  }

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

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

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

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

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

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

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

  .h-\[6\.215px\] {
    height: 6.215px;
  }

  .h-\[6\.988px\] {
    height: 6.988px;
  }

  .h-\[7\.991px\] {
    height: 7.991px;
  }

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

  .h-\[11\.53px\] {
    height: 11.53px;
  }

  .h-\[11\.839px\] {
    height: 11.839px;
  }

  .h-\[12\.431px\] {
    height: 12.431px;
  }

  .h-\[12\.578px\] {
    height: 12.578px;
  }

  .h-\[13\.626px\] {
    height: 13.626px;
  }

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

  .h-\[15\.373px\] {
    height: 15.373px;
  }

  .h-\[19\.565px\] {
    height: 19.565px;
  }

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

  .h-\[23\.059px\] {
    height: 23.059px;
  }

  .h-\[23\.758px\] {
    height: 23.758px;
  }

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

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

  .h-\[29\.348px\] {
    height: 29.348px;
  }

  .h-\[34\.925px\] {
    height: 34.925px;
  }

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

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

  .h-\[42\.974px\] {
    height: 42.974px;
  }

  .h-\[44\.721px\] {
    height: 44.721px;
  }

  .h-\[44\.988px\] {
    height: 44.988px;
  }

  .h-\[54\.834px\] {
    height: 54.834px;
  }

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

  .h-\[59\.195px\] {
    height: 59.195px;
  }

  .h-\[62\.889px\] {
    height: 62.889px;
  }

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

  .h-\[88\.792px\] {
    height: 88.792px;
  }

  .h-\[102\.56\%\] {
    height: 102.56%;
  }

  .h-\[173\.992px\] {
    height: 173.992px;
  }

  .h-\[182\.99\%\] {
    height: 182.99%;
  }

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

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

  .h-\[305\.728px\] {
    height: 305.728px;
  }

  .h-\[306\.852px\] {
    height: 306.852px;
  }

  .h-\[315\.844px\] {
    height: 315.844px;
  }

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

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

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

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

  .h-\[545\.517px\] {
    height: 545.517px;
  }

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

  .h-full {
    height: 100%;
  }

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

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

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

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

  .w-\[2\.096px\] {
    width: 2.096px;
  }

  .w-\[7\.77px\] {
    width: 7.77px;
  }

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

  .w-\[9\.257px\] {
    width: 9.257px;
  }

  .w-\[10\.93px\] {
    width: 10.93px;
  }

  .w-\[10\.276px\] {
    width: 10.276px;
  }

  .w-\[10\.854px\] {
    width: 10.854px;
  }

  .w-\[10\.891px\] {
    width: 10.891px;
  }

  .w-\[10\.926px\] {
    width: 10.926px;
  }

  .w-\[10\.979px\] {
    width: 10.979px;
  }

  .w-\[11\.016px\] {
    width: 11.016px;
  }

  .w-\[11\.044px\] {
    width: 11.044px;
  }

  .w-\[11\.062px\] {
    width: 11.062px;
  }

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

  .w-\[14\.776px\] {
    width: 14.776px;
  }

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

  .w-\[21\.132px\] {
    width: 21.132px;
  }

  .w-\[21\.159px\] {
    width: 21.159px;
  }

  .w-\[22\.863px\] {
    width: 22.863px;
  }

  .w-\[24\.839px\] {
    width: 24.839px;
  }

  .w-\[24\.861px\] {
    width: 24.861px;
  }

  .w-\[25\.166px\] {
    width: 25.166px;
  }

  .w-\[25\.418px\] {
    width: 25.418px;
  }

  .w-\[26\.558px\] {
    width: 26.558px;
  }

  .w-\[27\.792px\] {
    width: 27.792px;
  }

  .w-\[27\.951px\] {
    width: 27.951px;
  }

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

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

  .w-\[50\.846px\] {
    width: 50.846px;
  }

  .w-\[66\.923px\] {
    width: 66.923px;
  }

  .w-\[94\.355px\] {
    width: 94.355px;
  }

  .w-\[103\.31\%\] {
    width: 103.31%;
  }

  .w-\[106\.23\%\] {
    width: 106.23%;
  }

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

  .w-\[122\.982px\] {
    width: 122.982px;
  }

  .w-\[177\.06px\] {
    width: 177.06px;
  }

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

  .w-\[248\.618px\] {
    width: 248.618px;
  }

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

  .w-\[268\.463px\] {
    width: 268.463px;
  }

  .w-\[268\.467px\] {
    width: 268.467px;
  }

  .w-\[269\.045px\] {
    width: 269.045px;
  }

  .w-\[269\.049px\] {
    width: 269.049px;
  }

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

  .w-\[274\.536px\] {
    width: 274.536px;
  }

  .w-\[276\.59px\] {
    width: 276.59px;
  }

  .w-\[277\.032px\] {
    width: 277.032px;
  }

  .w-\[305\.325px\] {
    width: 305.325px;
  }

  .w-\[305\.728px\] {
    width: 305.728px;
  }

  .w-\[306\.852px\] {
    width: 306.852px;
  }

  .w-\[319\.652px\] {
    width: 319.652px;
  }

  .w-\[324\.726px\] {
    width: 324.726px;
  }

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

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

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

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

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

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

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

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

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

  .grow {
    flex-grow: 1;
  }

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

  .origin-center {
    transform-origin: center;
  }

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

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

  .scale-\[0\.91\] {
    scale: .91;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

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

  .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-\[73\.72px_minmax\(0px\,_1fr\)\] {
    grid-template-rows: 73.72px minmax(0, 1fr);
  }

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

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

  .place-items-start {
    place-items: 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;
  }

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

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

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

  .gap-\[1\.184px\] {
    gap: 1.184px;
  }

  .gap-\[1\.398px\] {
    gap: 1.398px;
  }

  .gap-\[2\.795px\] {
    gap: 2.795px;
  }

  .gap-\[3\.552px\] {
    gap: 3.552px;
  }

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

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

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

  .gap-\[5\.59px\] {
    gap: 5.59px;
  }

  .gap-\[5\.62px\] {
    gap: 5.62px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded-\[1\.184px\] {
    border-radius: 1.184px;
  }

  .rounded-\[1\.17233e\+07px\] {
    border-radius: 11723300px;
  }

  .rounded-\[1\.67772e\+07px\] {
    border-radius: 16777200px;
  }

  .rounded-\[2\.96px\] {
    border-radius: 2.96px;
  }

  .rounded-\[2\.368px\] {
    border-radius: 2.368px;
  }

  .rounded-\[4\.496px\] {
    border-radius: 4.496px;
  }

  .rounded-\[4\.736px\] {
    border-radius: 4.736px;
  }

  .rounded-\[7\.577px\] {
    border-radius: 7.577px;
  }

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

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

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

  .rounded-\[13\.975px\] {
    border-radius: 13.975px;
  }

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

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

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

  .rounded-xl {
    border-radius: calc(var(--radius)  + 4px);
  }

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

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

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

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

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

  .border-\[7\.577px\] {
    border-style: var(--tw-border-style);
    border-width: 7.577px;
  }

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

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

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

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

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

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

  .border-neutral-700 {
    border-color: var(--color-neutral-700);
  }

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

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

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

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

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

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

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

  .bg-\[rgba\(0\,0\,0\,0\.8\)\] {
    background-color: #000c;
  }

  .bg-\[rgba\(0\,0\,0\,0\.95\)\] {
    background-color: #000000f2;
  }

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

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

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

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

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

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

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

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

  .from-\[\#0d1117\] {
    --tw-gradient-from: #0d1117;
    --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-\[\#3b82f6\] {
    --tw-gradient-from: #3b82f6;
    --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-\[\#ab6eef\] {
    --tw-gradient-from: #ab6eef;
    --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\(26\,26\,26\,0\)\] {
    --tw-gradient-from: #1a1a1a00;
    --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));
  }

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

  .via-65\% {
    --tw-gradient-via-position: 65%;
  }

  .to-\[\#8b5cf6\] {
    --tw-gradient-to: #8b5cf6;
    --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-\[\#704bc6\] {
    --tw-gradient-to: #704bc6;
    --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-\[\#292422\] {
    --tw-gradient-to: #292422;
    --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-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .bg-clip-padding {
    background-clip: padding-box;
  }

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

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

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

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

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

  .p-\[2\.368px\] {
    padding: 2.368px;
  }

  .p-\[7\.103px\] {
    padding: 7.103px;
  }

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

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

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

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

  .px-\[4\.736px\] {
    padding-inline: 4.736px;
  }

  .px-\[7\.103px\] {
    padding-inline: 7.103px;
  }

  .px-\[7\.399px\] {
    padding-inline: 7.399px;
  }

  .px-\[11\.18px\] {
    padding-inline: 11.18px;
  }

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

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

  .px-\[21\.31px\] {
    padding-inline: 21.31px;
  }

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

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

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

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

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

  .py-\[2\.368px\] {
    padding-block: 2.368px;
  }

  .py-\[3\.848px\] {
    padding-block: 3.848px;
  }

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

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

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

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

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

  .pt-\[1\.184px\] {
    padding-top: 1.184px;
  }

  .pt-\[7\.103px\] {
    padding-top: 7.103px;
  }

  .pt-\[11\.18px\] {
    padding-top: 11.18px;
  }

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

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

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

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

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

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

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

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

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

  .text-\[4\.144px\] {
    font-size: 4.144px;
  }

  .text-\[4\.736px\] {
    font-size: 4.736px;
  }

  .text-\[5\.328px\] {
    font-size: 5.328px;
  }

  .text-\[5\.919px\] {
    font-size: 5.919px;
  }

  .text-\[7\.103px\] {
    font-size: 7.103px;
  }

  .text-\[7\.686px\] {
    font-size: 7.686px;
  }

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

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

  .text-\[9\.084px\] {
    font-size: 9.084px;
  }

  .text-\[9\.783px\] {
    font-size: 9.783px;
  }

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

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

  .text-\[13\.488px\] {
    font-size: 13.488px;
  }

  .text-\[13\.975px\] {
    font-size: 13.975px;
  }

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

  .text-\[15\.373px\] {
    font-size: 15.373px;
  }

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

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

  .text-\[19\.565px\] {
    font-size: 19.565px;
  }

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

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

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

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

  .leading-\[6\.215px\] {
    --tw-leading: 6.215px;
    line-height: 6.215px;
  }

  .leading-\[7\.991px\] {
    --tw-leading: 7.991px;
    line-height: 7.991px;
  }

  .leading-\[9\.529px\] {
    --tw-leading: 9.529px;
    line-height: 9.529px;
  }

  .leading-\[11\.53px\] {
    --tw-leading: 11.53px;
    line-height: 11.53px;
  }

  .leading-\[11\.839px\] {
    --tw-leading: 11.839px;
    line-height: 11.839px;
  }

  .leading-\[12\.431px\] {
    --tw-leading: 12.431px;
    line-height: 12.431px;
  }

  .leading-\[12\.578px\] {
    --tw-leading: 12.578px;
    line-height: 12.578px;
  }

  .leading-\[13\.194px\] {
    --tw-leading: 13.194px;
    line-height: 13.194px;
  }

  .leading-\[13\.626px\] {
    --tw-leading: 13.626px;
    line-height: 13.626px;
  }

  .leading-\[14\.674px\] {
    --tw-leading: 14.674px;
    line-height: 14.674px;
  }

  .leading-\[15\.174px\] {
    --tw-leading: 15.174px;
    line-height: 15.174px;
  }

  .leading-\[20\.524px\] {
    --tw-leading: 20.524px;
    line-height: 20.524px;
  }

  .leading-\[20\.963px\] {
    --tw-leading: 20.963px;
    line-height: 20.963px;
  }

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

  .leading-\[23\.059px\] {
    --tw-leading: 23.059px;
    line-height: 23.059px;
  }

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

  .leading-\[25\.155px\] {
    --tw-leading: 25.155px;
    line-height: 25.155px;
  }

  .leading-\[29\.348px\] {
    --tw-leading: 29.348px;
    line-height: 29.348px;
  }

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

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[rgba\(255\,255\,255\,0\.8\)\] {
    color: #fffc;
  }

  .text-blue-500 {
    color: var(--color-blue-500);
  }

  .text-neutral-300 {
    color: var(--color-neutral-300);
  }

  .text-neutral-400 {
    color: var(--color-neutral-400);
  }

  .text-neutral-500 {
    color: var(--color-neutral-500);
  }

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

  .text-yellow-500 {
    color: var(--color-yellow-500);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

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

  .accent-\[\#ab6eef\] {
    accent-color: #ab6eef;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-25 {
    opacity: .25;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-80 {
    opacity: .8;
  }

  .shadow-\[0px_1px_2px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

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

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

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

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

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

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

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

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

  @media (hover: hover) {
    .group-hover\:scale-110:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#ab6eef\]:hover {
      border-color: #ab6eef;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(171\,110\,239\,0\.1\)\]:hover {
      background-color: #ab6eef1a;
    }
  }

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

  @media (hover: hover) {
    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
  }

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

  @media (hover: hover) {
    .hover\:shadow-\[0_0_20px_rgba\(171\,110\,239\,0\.4\)\]:hover {
      --tw-shadow: 0 0 20px var(--tw-shadow-color, #ab6eef66);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0_0_30px_rgba\(171\,110\,239\,0\.5\)\]:hover {
      --tw-shadow: 0 0 30px var(--tw-shadow-color, #ab6eef80);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0_0_30px_rgba\(255\,255\,255\,0\.3\)\]:hover {
      --tw-shadow: 0 0 30px var(--tw-shadow-color, #ffffff4d);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

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

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

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

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

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

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

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

  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }

  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}


: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-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-blur {
  syntax: "*";
  inherits: false
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-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;
}
