@import url("https://fonts.googleapis.com/css2?family=Gowun+Dodum&family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap");
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-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-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-duration: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}

@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-blue-500: oklch(.623 .214 259.815);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-neutral-700: oklch(.371 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-sm: 24rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --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);
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --blur-xl: 24px;
    --aspect-video: 16 / 9;
    --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);
    font-family: Montserrat, Gowun Dodum, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif !important;
  }

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

  body {
    background-color: var(--background);
    color: var(--foreground);
    font-family: Montserrat, Gowun Dodum, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif !important;
  }

  img {
    -webkit-user-select: none;
    user-select: none;
    pointer-events: auto;
  }

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

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

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

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

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

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

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

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

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

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

  .inset-\[-2\.16\%_-3\.5\%\] {
    inset: -2.16% -3.5%;
  }

  .inset-\[-3\.57\%_-5\.88\%\] {
    inset: -3.57% -5.88%;
  }

  .inset-\[-3\.64\%_-4\.55\%_-5\.45\%_-4\.55\%\] {
    inset: -3.64% -4.55% -5.45%;
  }

  .inset-\[-4\.34\%_-3\.13\%\] {
    inset: -4.34% -3.13%;
  }

  .inset-\[-6\.3\%_-1\.17\%\] {
    inset: -6.3% -1.17%;
  }

  .inset-\[-6\.25\%\] {
    inset: -6.25%;
  }

  .inset-\[-6\.45\%_-4\.17\%\] {
    inset: -6.45% -4.17%;
  }

  .inset-\[-6\.82\%_-10\.71\%_-6\.82\%_-7\.5\%\] {
    inset: -6.82% -10.71% -6.82% -7.5%;
  }

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

  .inset-\[-11\.24\%_-4\.9\%_-15\.73\%_-3\.5\%\] {
    inset: -11.24% -4.9% -15.73% -3.5%;
  }

  .inset-\[-14\.29\%_-12\.5\%\] {
    inset: -14.29% -12.5%;
  }

  .inset-\[-16\.67\%_-28\.88\%_-33\.33\%_-28\.88\%\] {
    inset: -16.67% -28.88% -33.33%;
  }

  .inset-\[-23\.47\%_-17\.72\%_-29\.46\%_-17\.72\%\] {
    inset: -23.47% -17.72% -29.46%;
  }

  .inset-\[-25\%_-34\.97\%_-33\.33\%_-34\.97\%\] {
    inset: -25% -34.97% -33.33%;
  }

  .inset-\[-26\.79\%_-2\.58\%_-41\.07\%_-2\.58\%\] {
    inset: -26.79% -2.58% -41.07%;
  }

  .inset-\[-30\%_-38\%_-46\%_-38\%\] {
    inset: -30% -38% -46%;
  }

  .inset-\[-35\.05\%_-0\.86\%\] {
    inset: -35.05% -.86%;
  }

  .inset-\[-37\.5\%_-55\.8\%_-62\.5\%_-55\.8\%\] {
    inset: -37.5% -55.8% -62.5%;
  }

  .inset-\[0_0_-52\.95\%_0\] {
    inset: 0 0 -52.95%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[397\.19px\] {
    top: 397.19px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .right-\[-11\.76\%\] {
    right: -11.76%;
  }

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

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

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

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

  .bottom-\[-23\.53\%\] {
    bottom: -23.53%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[-11\.76\%\] {
    left: -11.76%;
  }

  .left-\[-22\.15px\] {
    left: -22.15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[153\.85px\] {
    left: 153.85px;
  }

  .left-\[174\.72px\] {
    left: 174.72px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[1570\.19px\] {
    left: 1570.19px;
  }

  .left-\[calc\(15\%-15px\)\] {
    left: calc(15% - 15px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[calc\(50\%-37\.68px\)\] {
    left: calc(50% - 37.68px);
  }

  .left-\[calc\(50\%-89\.97px\)\] {
    left: calc(50% - 89.97px);
  }

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

  .left-\[calc\(50\%-111\.68px\)\] {
    left: calc(50% - 111.68px);
  }

  .left-\[calc\(50\%-135\.08px\)\] {
    left: calc(50% - 135.08px);
  }

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

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

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

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

  .-z-10 {
    z-index: calc(10 * -1);
  }

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

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

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

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

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

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

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

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

  .mx-\[-1px\] {
    margin-inline: -1px;
  }

  .mx-\[30px\] {
    margin-inline: 30px;
  }

  .mx-\[80px\] {
    margin-inline: 80px;
  }

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

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

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

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

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

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

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

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

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

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

  .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-\[1em\] {
    margin-bottom: 1em;
  }

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

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

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

  .line-clamp-4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

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

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

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

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

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

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

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

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

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

  .size-\[67\.621px\] {
    width: 67.621px;
    height: 67.621px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[11\.412px\] {
    height: 11.412px;
  }

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

  .h-\[12\.784px\] {
    height: 12.784px;
  }

  .h-\[13\.934px\] {
    height: 13.934px;
  }

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

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

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

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

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

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

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

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

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

  .h-\[46\.23px\] {
    height: 46.23px;
  }

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

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

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

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

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

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

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

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

  .h-\[63\.475px\] {
    height: 63.475px;
  }

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

  .h-\[69\.139px\] {
    height: 69.139px;
  }

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

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

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

  .h-\[87\.252px\] {
    height: 87.252px;
  }

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

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

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

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

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

  .h-\[205\.119px\] {
    height: 205.119px;
  }

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

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

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

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

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

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

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

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

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

  .h-\[349\.306px\] {
    height: 349.306px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-3\/4 {
    width: 75%;
  }

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

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

  .w-5\/6 {
    width: 83.3333%;
  }

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

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

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

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

  .w-\[17\.785px\] {
    width: 17.785px;
  }

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

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

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

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

  .w-\[32\.057px\] {
    width: 32.057px;
  }

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

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

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

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

  .w-\[51\.84px\] {
    width: 51.84px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[192\.5px\] {
    width: 192.5px;
  }

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

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

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

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

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

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

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

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

  .w-\[270\.137px\] {
    width: 270.137px;
  }

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

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

  .w-\[299\.809px\] {
    width: 299.809px;
  }

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

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

  .w-\[341\.238px\] {
    width: 341.238px;
  }

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

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

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

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

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

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

  .w-\[464\.5px\] {
    width: 464.5px;
  }

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

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

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

  .w-\[579\.849px\] {
    width: 579.849px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[1899\.571px\] {
    width: 1899.57px;
  }

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

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

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

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .min-w-min {
    min-width: min-content;
  }

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

  .flex-1 {
    flex: 1;
  }

  .flex-\[1_0_0\] {
    flex: 1 0 0;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

  .-translate-x-\[calc\(50\%\+30px\)\] {
    --tw-translate-x: calc(calc(50% + 30px) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

  .-translate-y-\[calc\(50\%\+40px\)\] {
    --tw-translate-y: calc(calc(50% + 40px) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

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

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

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

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

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

  .-rotate-15 {
    rotate: -15deg;
  }

  .rotate-4 {
    rotate: 4deg;
  }

  .rotate-15 {
    rotate: 15deg;
  }

  .rotate-28 {
    rotate: 28deg;
  }

  .rotate-180 {
    rotate: 180deg;
  }

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

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

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rounded-t-\[30px\] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

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

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

  .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-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }

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

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

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

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

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

  .border-\[rgba\(0\,0\,0\,0\.3\)\] {
    border-color: #0000004d;
  }

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

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

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

  .border-current {
    border-color: currentColor;
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-white\/10 {
    border-color: #ffffff1a;
  }

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

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

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

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

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

  .border-white\/40 {
    border-color: #fff6;
  }

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

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

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

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

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

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

  .bg-\[\#148DF0\]\/10 {
    background-color: oklab(63.4571% -.0584956 -.166474 / .1);
  }

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

  .bg-\[\#26334B\] {
    background-color: #26334b;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-current {
    background-color: currentColor;
  }

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

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

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

  .bg-white\/5 {
    background-color: #ffffff0d;
  }

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

  .bg-white\/10 {
    background-color: #ffffff1a;
  }

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

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

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

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

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

  .bg-white\/40 {
    background-color: #fff6;
  }

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

  .bg-white\/60 {
    background-color: #fff9;
  }

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

  .bg-white\/95 {
    background-color: #fffffff2;
  }

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

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

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

  .from-\[rgba\(31\,76\,255\,0\)\] {
    --tw-gradient-from: #1f4cff00;
    --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\(255\,255\,255\,0\.5\)\] {
    --tw-gradient-from: #ffffff80;
    --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-white\/10 {
    --tw-gradient-from: #ffffff1a;
    --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));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-white\/10 {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .to-\[rgba\(31\,68\,255\,0\)\] {
    --tw-gradient-to: #1f44ff00;
    --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\(255\,255\,255\,0\.3\)\] {
    --tw-gradient-to: #ffffff4d;
    --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-white\/5 {
    --tw-gradient-to: #ffffff0d;
    --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));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-white\/5 {
      --tw-gradient-to: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }

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

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

  .mask-size-\[50px_50px\] {
    mask-size: 50px 50px;
  }

  .mask-size-\[74px_74px\] {
    mask-size: 74px 74px;
  }

  .mask-size-\[100px_100px\] {
    mask-size: 100px 100px;
  }

  .mask-size-\[1800px_1024px\] {
    mask-size: 1800px 1024px;
  }

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

  .mask-position-\[-4px_-11px\] {
    mask-position: -4px -11px;
  }

  .mask-position-\[-122px_-238px\] {
    mask-position: -122px -238px;
  }

  .mask-position-\[-750px_-100px\] {
    mask-position: -750px -100px;
  }

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

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

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

  .mask-position-\[19px_10px\] {
    mask-position: 19px 10px;
  }

  .mask-position-\[50px_83px\] {
    mask-position: 50px 83px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'Montserrat\:Light\'\,\'Noto_Sans_Symbols\:Light\'\,sans-serif\] {
    font-family: Montserrat\:Light, Noto Sans Symbols\:Light, sans-serif;
  }

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

  .font-\[\'Montserrat\:Medium\'\,\'Noto_Sans\:Light\'\,sans-serif\] {
    font-family: Montserrat\:Medium, Noto Sans\:Light, sans-serif;
  }

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

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

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

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

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

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

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

  .font-\[\'Noto_Sans\:3_Light\'\,\'Noto_Sans_KR\:Light\'\,sans-serif\] {
    font-family: Noto Sans\:3 Light, Noto Sans KR\:Light, sans-serif;
  }

  .font-\[\'Noto_Sans\:3_Light\'\,sans-serif\] {
    font-family: Noto Sans\:3 Light, sans-serif;
  }

  .font-\[\'Noto_Sans\:3_regular\'\,sans-serif\] {
    font-family: Noto Sans\:3 regular, sans-serif;
  }

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

  .font-\[\'Noto_Sans\:Display_Light\'\,\'Noto_Sans_KR\:Light\'\,sans-serif\] {
    font-family: Noto Sans\:Display Light, Noto Sans KR\:Light, sans-serif;
  }

  .font-\[\'Noto_Sans\:Display_regular\'\,\'Noto_Sans_KR\:regular\'\,sans-serif\] {
    font-family: Noto Sans\:Display regular, Noto Sans KR\:regular, sans-serif;
  }

  .font-\[\'Noto_Sans\:Display_regular\'\,sans-serif\] {
    font-family: Noto Sans\:Display regular, sans-serif;
  }

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

  .font-\[\'Noto_Sans\:Light\'\,\'Noto_Sans_Symbols2\:Regular\'\,\'Noto_Sans_KR\:Light\'\,sans-serif\] {
    font-family: Noto Sans\:Light, Noto Sans Symbols2\:Regular, Noto Sans KR\:Light, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'S-Core_Dream\:3_Light\'\,\'Noto_Sans\:Light\'\,sans-serif\] {
    font-family: S-Core Dream\:3 Light, Noto Sans\:Light, sans-serif;
  }

  .font-\[\'S-Core_Dream\:3_Light\'\,sans-serif\] {
    font-family: S-Core Dream\:3 Light, sans-serif;
  }

  .font-\[\'S-Core_Dream\:5_Medium\'\,sans-serif\] {
    font-family: S-Core Dream\:5 Medium, sans-serif;
  }

  .font-\[\'S-Core_Dream\:6_Bold\'\,\'Noto_Sans\:Light\'\,sans-serif\] {
    font-family: S-Core Dream\:6 Bold, Noto Sans\:Light, sans-serif;
  }

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

  .font-\[Noto_Sans\:3_Light\] {
    font-family: Noto Sans:3 Light;
  }

  .font-\[Noto_Sans\] {
    font-family: Noto Sans;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\.6px\] {
    --tw-tracking: -.6px;
    letter-spacing: -.6px;
  }

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

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

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

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

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

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

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

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

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

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

  .text-\[\#99D37E\], .text-\[\#99d37e\] {
    color: #99d37e;
  }

  .text-\[\#148DF0\] {
    color: #148df0;
  }

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

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

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

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

  .text-\[rgba\(230\,230\,230\,0\.5\)\] {
    color: #e6e6e680;
  }

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

  .text-black\/70 {
    color: #000000b3;
  }

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

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

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

  .text-gray-600 {
    color: var(--color-gray-600);
  }

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

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

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

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

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

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

  .text-white\/50 {
    color: #ffffff80;
  }

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

  .text-white\/70 {
    color: #ffffffb3;
  }

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

  .uppercase {
    text-transform: uppercase;
  }

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

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

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

  .opacity-30 {
    opacity: .3;
  }

  .opacity-90 {
    opacity: .9;
  }

  .opacity-100 {
    opacity: 1;
  }

  .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_4px_8px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 4px 8px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_4px_0px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_8px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 4px 8px 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);
  }

  .shadow-\[0px_4px_8px_0px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 4px 8px 0px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_10px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 4px 10px 0px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_10px_0px_rgba\(0\,0\,0\,0\.35\)\] {
    --tw-shadow: 0px 4px 10px 0px var(--tw-shadow-color, #00000059);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_15px_0px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0px 4px 15px 0px var(--tw-shadow-color, #0000004d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_15px_0px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 4px 15px 0px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[4px_4px_10px_0px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 4px 4px 10px 0px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[4px_4px_15px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 4px 4px 15px 0px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[4px_4px_20px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 4px 4px 20px 0px 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-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur {
    --tw-blur: blur(8px);
    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-\[7\.5px\] {
    --tw-backdrop-blur: blur(7.5px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .transition-shadow {
    transition-property: box-shadow;
    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;
  }

  .\[text-shadow\:0px_4px_10px_rgba\(0\,0\,0\,0\.15\)\] {
    text-shadow: 0 4px 10px #00000026;
  }

  .\[text-shadow\:rgba\(0\,0\,0\,0\.25\)_0px_4px_4px\] {
    text-shadow: 0 4px 4px #00000040;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  .running {
    animation-play-state: running;
  }

  .text-shadow-\[0px_4px_4px_rgba\(0\,0\,0\,0\.25\)\] {
    text-shadow: 0px 4px 4px var(--tw-text-shadow-color, #00000040);
  }

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

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

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

  @media (hover: hover) {
    .hover\:text-\[\#148DF0\]:hover {
      color: #148df0;
    }
  }

  @media (hover: hover) {
    .hover\:text-black:hover {
      color: var(--color-black);
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[\#acff00\]\/20:hover {
      --tw-shadow-color: #acff0033;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:shadow-\[\#acff00\]\/20:hover {
        --tw-shadow-color: color-mix(in oklab, oklab(91.146% -.154942 .18789 / .2) var(--tw-shadow-alpha), transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:shadow-blue-500\/20:hover {
      --tw-shadow-color: color-mix(in srgb, oklch(.623 .214 259.815) 20%, transparent);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:shadow-blue-500\/20:hover {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-blue-500) 20%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }

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

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

  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-\[\#4c76c4\]:focus-visible {
    --tw-ring-color: #4c76c4;
  }

  .focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

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

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

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

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

  @media (width >= 48rem) {
    .md\:top-\[calc\(50\%\+71\.5px\)\] {
      top: calc(50% + 71.5px);
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[calc\(50\%\+92px\)\] {
      top: calc(50% + 92px);
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[calc\(50\%\+94px\)\] {
      top: calc(50% + 94px);
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[calc\(50\%\+120\.5px\)\] {
      top: calc(50% + 120.5px);
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[calc\(50\%\+19px\)\] {
      left: calc(50% + 19px);
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[calc\(50\%\+44px\)\] {
      left: calc(50% + 44px);
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[calc\(50\%\+161px\)\] {
      left: calc(50% + 161px);
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[calc\(50\%-19\.18px\)\] {
      left: calc(50% - 19.18px);
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[calc\(50\%-73\.87px\)\] {
      left: calc(50% - 73.87px);
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[calc\(50\%-157\.92px\)\] {
      left: calc(50% - 157.92px);
    }
  }

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

  @media (width >= 48rem) {
    .md\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }

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

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

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

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

  @media (width >= 48rem) {
    .md\:aspect-\[1920\/1080\] {
      aspect-ratio: 1920 / 1080;
    }
  }

  @media (width >= 48rem) {
    .md\:aspect-auto {
      aspect-ratio: auto;
    }
  }

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

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

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

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

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

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

  @media (width >= 48rem) {
    .md\:size-full {
      width: 100%;
      height: 100%;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (width >= 48rem) {
    .md\:h-full {
      height: 100%;
    }
  }

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

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

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

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

  @media (width >= 48rem) {
    .md\:max-h-none {
      max-height: none;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (width >= 48rem) {
    .md\:min-w-px {
      min-width: 1px;
    }
  }

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

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

  @media (width >= 48rem) {
    .md\:translate-x-\[200px\] {
      --tw-translate-x: 200px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (width >= 48rem) {
    .md\:translate-y-\[-50\%\] {
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

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

  @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\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:justify-start {
      justify-content: flex-start;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (width >= 48rem) {
    .md\:object-cover {
      object-fit: cover;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (width >= 48rem) {
    .md\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[22px\] {
      font-size: 22px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[25px\] {
      font-size: 25px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[26px\] {
      font-size: 26px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[28px\] {
      font-size: 28px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[42px\] {
      font-size: 42px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[60px\] {
      font-size: 60px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[36px\] {
      --tw-leading: 36px;
      line-height: 36px;
    }
  }

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

  @media (width >= 48rem) {
    .md\:leading-\[65px\] {
      --tw-leading: 65px;
      line-height: 65px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-nowrap {
      text-wrap: nowrap;
    }
  }

  @media (width >= 48rem) {
    .md\:shadow-\[0px_4px_8px_0px_rgba\(0\,0\,0\,0\.15\)\] {
      --tw-shadow: 0px 4px 8px 0px var(--tw-shadow-color, #00000026);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (width >= 48rem) {
    .md\:backdrop-blur-\[20px\] {
      --tw-backdrop-blur: blur(20px);
      -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, );
    }
  }

  @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 >= 80rem) {
    .xl\:block {
      display: block;
    }
  }

  @media (width >= 80rem) {
    .xl\:gap-\[75px\] {
      gap: 75px;
    }
  }

  @media (width >= 80rem) {
    .xl\:px-\[42px\] {
      padding-inline: 42px;
    }
  }

  @media (width >= 80rem) {
    .xl\:px-\[521px\] {
      padding-inline: 521px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[25px\] {
      font-size: 25px;
    }
  }
}


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

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

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}
