/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, Pretendard, ui-sans-serif, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-\[18\%\] {
  left: 18%;
  right: 18%;
}
.inset-x-\[28\%\] {
  left: 28%;
  right: 28%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.bottom-8 {
  bottom: 2rem;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-\[35\%\] {
  left: 35%;
}
.left-\[8\%\] {
  left: 8%;
}
.right-3 {
  right: 0.75rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[35\%\] {
  right: 35%;
}
.right-\[6\%\] {
  right: 6%;
}
.top-0 {
  top: 0px;
}
.top-10 {
  top: 2.5rem;
}
.top-24 {
  top: 6rem;
}
.top-28 {
  top: 7rem;
}
.top-3 {
  top: 0.75rem;
}
.top-32 {
  top: 8rem;
}
.top-5 {
  top: 1.25rem;
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-\[1\] {
  z-index: 1;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-7 {
  height: 1.75rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100svh\] {
  height: 100svh;
}
.h-\[34rem\] {
  height: 34rem;
}
.h-\[clamp\(380px\2c 58svh\2c 560px\)\] {
  height: clamp(380px, 58svh, 560px);
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-44 {
  min-height: 11rem;
}
.min-h-56 {
  min-height: 14rem;
}
.min-h-64 {
  min-height: 16rem;
}
.min-h-72 {
  min-height: 18rem;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.min-h-\[100svh\] {
  min-height: 100svh;
}
.min-h-\[210px\] {
  min-height: 210px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-4 {
  width: 1rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-80 {
  width: 20rem;
}
.w-\[min\(42rem\2c 90vw\)\] {
  width: min(42rem, 90vw);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[42rem\] {
  min-width: 42rem;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[12ch\] {
  max-width: 12ch;
}
.max-w-\[1480px\] {
  max-width: 1480px;
}
.max-w-\[1500px\] {
  max-width: 1500px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.scroll-mt-32 {
  scroll-margin-top: 8rem;
}
.list-none {
  list-style-type: none;
}
.auto-rows-\[150px\] {
  grid-auto-rows: 150px;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[1\.2fr_0\.8fr_0\.8fr_0\.6fr\] {
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.6fr;
}
.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}
.grid-cols-\[auto_1fr_auto\] {
  grid-template-columns: auto 1fr auto;
}
.grid-cols-\[minmax\(0\2c 1\.4fr\)_minmax\(0\2c 0\.8fr\)_minmax\(0\2c 0\.8fr\)_auto\] {
  grid-template-columns: minmax(0,1.4fr) minmax(0,0.8fr) minmax(0,0.8fr) auto;
}
.grid-cols-\[minmax\(0\2c 1fr\)_auto\] {
  grid-template-columns: minmax(0,1fr) auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-end {
  place-items: end;
}
.place-items-center {
  place-items: center;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-between {
  align-content: space-between;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-9 {
  row-gap: 2.25rem;
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.rounded-t-\[48px\] {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}
.rounded-t-\[64px\] {
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#080b12\]\/10 {
  border-color: rgb(8 11 18 / 0.1);
}
.border-\[\#0a0f1a\]\/10 {
  border-color: rgb(10 15 26 / 0.1);
}
.border-\[\#101418\]\/10 {
  border-color: rgb(16 20 24 / 0.1);
}
.border-\[\#10242b\]\/10 {
  border-color: rgb(16 36 43 / 0.1);
}
.border-\[\#10242b\]\/15 {
  border-color: rgb(16 36 43 / 0.15);
}
.border-\[\#11100e\]\/15 {
  border-color: rgb(17 16 14 / 0.15);
}
.border-\[\#111827\]\/10 {
  border-color: rgb(17 24 39 / 0.1);
}
.border-\[\#111827\]\/15 {
  border-color: rgb(17 24 39 / 0.15);
}
.border-\[\#111827\]\/20 {
  border-color: rgb(17 24 39 / 0.2);
}
.border-\[\#141821\]\/10 {
  border-color: rgb(20 24 33 / 0.1);
}
.border-\[\#141821\]\/15 {
  border-color: rgb(20 24 33 / 0.15);
}
.border-\[\#151515\]\/10 {
  border-color: rgb(21 21 21 / 0.1);
}
.border-\[\#151515\]\/15 {
  border-color: rgb(21 21 21 / 0.15);
}
.border-\[\#161616\]\/10 {
  border-color: rgb(22 22 22 / 0.1);
}
.border-\[\#161616\]\/15 {
  border-color: rgb(22 22 22 / 0.15);
}
.border-\[\#172019\]\/10 {
  border-color: rgb(23 32 25 / 0.1);
}
.border-\[\#172019\]\/15 {
  border-color: rgb(23 32 25 / 0.15);
}
.border-\[\#18130a\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 19 10 / var(--tw-border-opacity, 1));
}
.border-\[\#1f2933\] {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 51 / var(--tw-border-opacity, 1));
}
.border-\[\#1f2933\]\/10 {
  border-color: rgb(31 41 51 / 0.1);
}
.border-\[\#1f2933\]\/15 {
  border-color: rgb(31 41 51 / 0.15);
}
.border-\[\#a7f3d0\]\/20 {
  border-color: rgb(167 243 208 / 0.2);
}
.border-\[\#a7f3d0\]\/30 {
  border-color: rgb(167 243 208 / 0.3);
}
.border-\[\#f8e35c\]\/25 {
  border-color: rgb(248 227 92 / 0.25);
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-black\/15 {
  border-color: rgb(0 0 0 / 0.15);
}
.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-border {
  border-color: hsl(var(--border));
}
.border-cyan-300\/20 {
  border-color: rgb(103 232 249 / 0.2);
}
.border-cyan-300\/25 {
  border-color: rgb(103 232 249 / 0.25);
}
.border-cyan-300\/30 {
  border-color: rgb(103 232 249 / 0.3);
}
.border-ink {
  border-color: hsl(var(--foreground));
}
.border-input {
  border-color: hsl(var(--input));
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-neutral-950 {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/55 {
  border-color: rgb(255 255 255 / 0.55);
}
.bg-\[\#080b12\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 11 18 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0a0f1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 15 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0e1422\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 20 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#101418\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 20 24 / var(--tw-bg-opacity, 1));
}
.bg-\[\#101827\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 39 / var(--tw-bg-opacity, 1));
}
.bg-\[\#10242b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 36 43 / var(--tw-bg-opacity, 1));
}
.bg-\[\#11100e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 16 14 / var(--tw-bg-opacity, 1));
}
.bg-\[\#11100e\]\/80 {
  background-color: rgb(17 16 14 / 0.8);
}
.bg-\[\#111827\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-\[\#141821\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 24 33 / var(--tw-bg-opacity, 1));
}
.bg-\[\#151515\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity, 1));
}
.bg-\[\#161616\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity, 1));
}
.bg-\[\#172019\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 32 25 / var(--tw-bg-opacity, 1));
}
.bg-\[\#18130a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 19 10 / var(--tw-bg-opacity, 1));
}
.bg-\[\#18130a\]\/60 {
  background-color: rgb(24 19 10 / 0.6);
}
.bg-\[\#1f2933\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#315dff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(49 93 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6ee7b7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6ee7b7\]\/50 {
  background-color: rgb(110 231 183 / 0.5);
}
.bg-\[\#a7f3d0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.bg-\[\#a7f3d0\]\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.bg-\[\#dfe8d8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 232 216 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dff3e4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 243 228 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e7e8ea\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 232 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e9edf3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 237 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ecfdf5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#edf5f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 245 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eee7df\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 231 223 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef0f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef1f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef2ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1f2f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f2eee4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 238 228 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4efe8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 239 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4f6f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4f6f0\]\/95 {
  background-color: rgb(244 246 240 / 0.95);
}
.bg-\[\#f4f7fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f5f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f6f1ec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 241 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f6f8fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8e35c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 227 92 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8efe7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 239 231 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8fafc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8fbfc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fbfaf7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fffdf8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 248 / var(--tw-bg-opacity, 1));
}
.bg-accent {
  background-color: hsl(var(--accent));
}
.bg-background {
  background-color: hsl(var(--background));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/\[0\.03\] {
  background-color: rgb(0 0 0 / 0.03);
}
.bg-black\/\[0\.04\] {
  background-color: rgb(0 0 0 / 0.04);
}
.bg-card {
  background-color: hsl(var(--card));
}
.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}
.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}
.bg-destructive {
  background-color: hsl(var(--destructive));
}
.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.bg-ink {
  background-color: hsl(var(--foreground));
}
.bg-muted\/40 {
  background-color: hsl(var(--muted) / 0.4);
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}
.bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}
.bg-paper {
  background-color: hsl(var(--background));
}
.bg-primary {
  background-color: hsl(var(--primary));
}
.bg-secondary {
  background-color: hsl(var(--secondary));
}
.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-\[linear-gradient\(90deg\2c rgba\(255\2c 255\2c 255\2c 0\.95\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\.82\)_36\%\2c rgba\(255\2c 255\2c 255\2c 0\.2\)_72\%\2c rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.82) 36%,rgba(255,255,255,0.2) 72%,rgba(255,255,255,0) 100%);
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black\/65 {
  --tw-gradient-from: rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[0\.65rem\] {
  font-size: 0.65rem;
}
.text-\[0\.68rem\] {
  font-size: 0.68rem;
}
.text-\[0\.7rem\] {
  font-size: 0.7rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[0\.98\] {
  line-height: 0.98;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#047857\] {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-\[\#080b12\] {
  --tw-text-opacity: 1;
  color: rgb(8 11 18 / var(--tw-text-opacity, 1));
}
.text-\[\#080b12\]\/75 {
  color: rgb(8 11 18 / 0.75);
}
.text-\[\#0a0f1a\] {
  --tw-text-opacity: 1;
  color: rgb(10 15 26 / var(--tw-text-opacity, 1));
}
.text-\[\#101418\] {
  --tw-text-opacity: 1;
  color: rgb(16 20 24 / var(--tw-text-opacity, 1));
}
.text-\[\#10242b\] {
  --tw-text-opacity: 1;
  color: rgb(16 36 43 / var(--tw-text-opacity, 1));
}
.text-\[\#10242b\]\/75 {
  color: rgb(16 36 43 / 0.75);
}
.text-\[\#11100e\] {
  --tw-text-opacity: 1;
  color: rgb(17 16 14 / var(--tw-text-opacity, 1));
}
.text-\[\#11100e\]\/75 {
  color: rgb(17 16 14 / 0.75);
}
.text-\[\#111827\] {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-\[\#111827\]\/75 {
  color: rgb(17 24 39 / 0.75);
}
.text-\[\#141821\] {
  --tw-text-opacity: 1;
  color: rgb(20 24 33 / var(--tw-text-opacity, 1));
}
.text-\[\#141821\]\/75 {
  color: rgb(20 24 33 / 0.75);
}
.text-\[\#151515\] {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity, 1));
}
.text-\[\#151515\]\/75 {
  color: rgb(21 21 21 / 0.75);
}
.text-\[\#161616\] {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity, 1));
}
.text-\[\#161616\]\/75 {
  color: rgb(22 22 22 / 0.75);
}
.text-\[\#172019\] {
  --tw-text-opacity: 1;
  color: rgb(23 32 25 / var(--tw-text-opacity, 1));
}
.text-\[\#172019\]\/75 {
  color: rgb(23 32 25 / 0.75);
}
.text-\[\#172019\]\/80 {
  color: rgb(23 32 25 / 0.8);
}
.text-\[\#18130a\] {
  --tw-text-opacity: 1;
  color: rgb(24 19 10 / var(--tw-text-opacity, 1));
}
.text-\[\#18130a\]\/75 {
  color: rgb(24 19 10 / 0.75);
}
.text-\[\#1f2933\] {
  --tw-text-opacity: 1;
  color: rgb(31 41 51 / var(--tw-text-opacity, 1));
}
.text-\[\#1f2933\]\/75 {
  color: rgb(31 41 51 / 0.75);
}
.text-\[\#2563eb\] {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-\[\#315dff\] {
  --tw-text-opacity: 1;
  color: rgb(49 93 255 / var(--tw-text-opacity, 1));
}
.text-\[\#50727d\] {
  --tw-text-opacity: 1;
  color: rgb(80 114 125 / var(--tw-text-opacity, 1));
}
.text-\[\#5f7b65\] {
  --tw-text-opacity: 1;
  color: rgb(95 123 101 / var(--tw-text-opacity, 1));
}
.text-\[\#64748b\] {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-\[\#6ee7b7\] {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-\[\#a7f3d0\] {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-\[\#c2410c\] {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-\[\#f8e35c\] {
  --tw-text-opacity: 1;
  color: rgb(248 227 92 / var(--tw-text-opacity, 1));
}
.text-\[\#f8e35c\]\/85 {
  color: rgb(248 227 92 / 0.85);
}
.text-\[\#f8e35c\]\/90 {
  color: rgb(248 227 92 / 0.9);
}
.text-accent {
  color: hsl(var(--accent));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}
.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-card-foreground {
  color: hsl(var(--card-foreground));
}
.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}
.text-foreground {
  color: hsl(var(--foreground));
}
.text-ink {
  color: hsl(var(--foreground));
}
.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}
.text-paper {
  color: hsl(var(--background));
}
.text-primary {
  color: hsl(var(--primary));
}
.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.line-through {
  text-decoration-line: line-through;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-soft {
  --tw-shadow: 0 18px 60px rgba(10, 10, 10, 0.08);
  --tw-shadow-colored: 0 18px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.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 {
  --tw-backdrop-blur: blur(8px);
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

:root {
  color-scheme: light;
  --background: 0 0% 100%;
  --foreground: 224 71% 4%;
  --card: 0 0% 100%;
  --card-foreground: 224 71% 4%;
  --popover: 0 0% 100%;
  --popover-foreground: 224 71% 4%;
  --primary: 224 71% 4%;
  --primary-foreground: 210 20% 98%;
  --secondary: 220 14% 96%;
  --secondary-foreground: 224 71% 4%;
  --muted: 220 14% 96%;
  --muted-foreground: 220 9% 46%;
  --accent: 220 14% 96%;
  --accent-foreground: 224 71% 4%;
  --destructive: 0 72% 51%;
  --destructive-foreground: 210 20% 98%;
  --border: 220 13% 91%;
  --input: 220 13% 91%;
  --ring: 224 71% 4%;
  --radius: 0.5rem;
  --ds-color-background: hsl(var(--background));
  --ds-color-foreground: hsl(var(--foreground));
  --ds-color-muted: hsl(var(--muted));
  --ds-color-muted-foreground: hsl(var(--muted-foreground));
  --ds-color-border: hsl(var(--border));
  --ds-color-accent: hsl(var(--primary));
  --ds-radius-card: var(--radius);
  --ds-shadow-subtle: 0 1px 2px rgba(15, 23, 42, 0.05);
  --ds-section-padding: clamp(56px, 8vw, 112px);
  --ds-container-padding: clamp(18px, 5vw, 56px);
  --ds-hero-heading: clamp(40px, 12vw, 64px);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: Inter, Pretendard, ui-sans-serif, system-ui, sans-serif;
  text-rendering: optimizeLegibility;
  word-break: keep-all;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}

.break-safe,
.break-anywhere,
.ds-long-text,
.ds-url,
a[href^="mailto:"] {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.korean-keep-all,
.break-keep,
.ds-korean-text,
.hero-title,
.ds-hero-title,
[lang="ko"] {
  word-break: keep-all;
  overflow-wrap: normal;
}

.hero-title {
  line-height: 0.98;
  letter-spacing: 0;
}

.rl-container {
  width: min(100%, 1180px);
  margin-inline: auto;
  padding-inline: var(--ds-container-padding);
}

.rl-container-wide {
  width: min(100%, 1320px);
}

.rl-section {
  padding-block: var(--ds-section-padding);
}

.rl-section-compact {
  padding-block: clamp(40px, 6vw, 72px);
}

.rl-section-large {
  padding-block: clamp(72px, 10vw, 132px);
}

.rl-stack {
  display: grid;
  min-width: 0;
}

.rl-stack-sm {
  gap: 12px;
}

.rl-stack-md {
  gap: 20px;
}

.rl-stack-lg {
  gap: 32px;
}

.rl-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.rl-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 6vw, 64px);
  align-items: center;
}

.rl-split-panel {
  min-width: 0;
}

.ds-section-label {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ds-hero-title {
  max-width: 11ch;
  margin: 0;
  font-size: var(--ds-hero-heading);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
}

.ds-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  padding: 0.75rem 1rem;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.ds-button-primary {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

.ds-button-primary:hover {
  border-color: hsl(var(--primary));
  background: hsl(var(--primary) / 0.9);
}

.ds-button-secondary {
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  border-color: hsl(var(--input));
}

.ds-button-secondary:hover {
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}

.ds-button-ghost {
  background: transparent;
  color: inherit;
}

.ds-button-full {
  width: 100%;
}

.ds-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: calc(var(--radius) - 2px);
  border: 1px solid transparent;
  padding: 0.25rem 0.7rem;
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1;
}

.ds-badge-accent {
  background: hsl(var(--destructive));
  color: hsl(var(--destructive-foreground));
}

.ds-badge-muted {
  background: hsl(var(--secondary));
  color: hsl(var(--secondary-foreground));
}

.ds-card {
  min-width: 0;
  border: 1px solid hsl(var(--border));
  border-radius: var(--ds-radius-card);
  background: hsl(var(--card));
  color: hsl(var(--card-foreground));
  box-shadow: var(--ds-shadow-subtle);
}

.ds-card-padded {
  padding: clamp(18px, 3vw, 26px);
}

.ds-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.nav-transparent {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  min-height: 64px;
  padding-inline: var(--ds-container-padding);
  color: var(--ds-color-foreground);
  transition: background-color 160ms ease, border-color 160ms ease, backdrop-filter 160ms ease;
}

.nav-scrolled {
  border-bottom: 1px solid hsl(var(--border));
  background: hsl(var(--background) / 0.92);
  backdrop-filter: blur(14px);
}

body:has(.ls-hero-full-screen-media) .nav-transparent:not(.nav-scrolled),
body:has(.ls-hero-full-bleed-media) .nav-transparent:not(.nav-scrolled) {
  color: #ffffff;
}

body:has(.ls-hero-full-screen-media) .nav-transparent:not(.nav-scrolled) .nav-desktop,
body:has(.ls-hero-full-screen-media) .nav-transparent:not(.nav-scrolled) .nav-cta:hover,
body:has(.ls-hero-full-bleed-media) .nav-transparent:not(.nav-scrolled) .nav-desktop,
body:has(.ls-hero-full-bleed-media) .nav-transparent:not(.nav-scrolled) .nav-cta:hover {
  color: rgba(255, 255, 255, 0.94);
}

body:has(.ls-hero-full-screen-media) .nav-transparent:not(.nav-scrolled) .nav-cta,
body:has(.ls-hero-full-screen-media) .nav-transparent:not(.nav-scrolled) .nav-mobile-trigger,
body:has(.ls-hero-full-bleed-media) .nav-transparent:not(.nav-scrolled) .nav-cta,
body:has(.ls-hero-full-bleed-media) .nav-transparent:not(.nav-scrolled) .nav-mobile-trigger {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.nav-brand {
  min-width: 0;
  font-size: 0.95rem;
  font-weight: 950;
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 26px;
  color: hsl(var(--muted-foreground));
  font-size: 0.9rem;
  font-weight: 750;
}

.nav-desktop a:hover,
.nav-cta:hover {
  color: hsl(var(--foreground));
}

.nav-cta {
  display: none;
  min-height: 40px;
  align-items: center;
  border: 1px solid hsl(var(--input));
  border-radius: var(--radius);
  padding-inline: 14px;
  font-size: 0.88rem;
  font-weight: 850;
  background: hsl(var(--background));
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.nav-mobile {
  justify-self: end;
}

.nav-mobile-trigger {
  display: inline-grid;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  border: 1px solid hsl(var(--input));
  border-radius: var(--radius);
  background: hsl(var(--background) / 0.9);
  color: inherit;
  font-size: 0.88rem;
  font-weight: 850;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.nav-mobile-panel {
  position: absolute;
  top: 64px;
  left: var(--ds-container-padding);
  right: var(--ds-container-padding);
  display: grid;
  gap: 4px;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  background: hsl(var(--popover));
  color: hsl(var(--popover-foreground));
  padding: 8px;
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.12);
}

.nav-mobile-panel a {
  min-height: 44px;
  border-radius: calc(var(--radius) - 2px);
  padding: 12px;
  font-size: 0.95rem;
  font-weight: 850;
}

.nav-mobile-cta {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

.ls-hero-shell {
  min-height: min(760px, 92svh);
  padding-top: 92px;
  padding-bottom: clamp(40px, 7vw, 80px);
}

.ls-hero {
  display: grid;
  gap: 24px;
  align-content: center;
  min-width: 0;
}

.ls-hero-copy {
  max-width: 46rem;
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  line-height: 1.75;
}

.ls-hero-preview {
  min-width: 0;
}

.ls-hero-full-screen-media {
  isolation: isolate;
  min-height: 100svh;
  min-height: 100dvh;
  background: transparent;
}

.ls-hero-viewport-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  background: var(--ds-color-foreground);
}

.ls-hero-media-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

.ls-hero-full-screen-media-layer {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

.ls-hero-full-screen-asset {
  display: block;
  height: 100%;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ls-hero-full-screen-overlay-dark {
  background: rgba(0, 0, 0, 0.72);
}

.ls-hero-full-screen-overlay-light {
  background: rgba(255, 255, 255, 0.68);
}

.ls-hero-full-screen-overlay-none {
  background: transparent;
}

.ls-hero-full-screen-content {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 100svh;
  min-height: 100dvh;
  align-items: center;
  padding-block: clamp(48px, 8vh, 96px);
}

.rl-section,
footer {
  position: relative;
  z-index: 20;
}

.ls-hero-full-screen-content-left {
  text-align: left;
}

.ls-hero-full-screen-content-center {
  text-align: center;
}

.ls-hero-full-screen-content-center .ls-hero-full-screen-copy,
.ls-hero-full-screen-content-center .ds-cta-group {
  margin-inline: auto;
  justify-content: center;
}

.ls-hero-full-screen-copy {
  display: grid;
  max-width: min(100%, 48rem);
  gap: 22px;
  color: #ffffff;
}

.ls-hero-full-screen-copy-nav-offset {
  padding-top: 72px;
  padding-bottom: 24px;
}

.ls-hero-full-screen-copy .ds-section-label {
  color: rgba(255, 255, 255, 0.92);
}

.ls-hero-full-screen-copy .ls-hero-copy {
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.92);
}

.ls-hero-full-screen-copy .ds-button-primary {
  background: #ffffff;
  color: var(--ds-color-foreground);
}

.ls-hero-full-screen-copy .ds-button-primary:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ds-color-foreground);
}

.ls-hero-full-screen-copy .ds-button-secondary {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.ls-hero-full-screen-copy .ds-button-secondary:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.ls-hero-full-bleed-media {
  isolation: isolate;
  min-height: 100svh;
  min-height: 100dvh;
  background: var(--ds-color-foreground);
}

.ls-hero-full-bleed-media-layer {
  z-index: 0;
  height: 100%;
  width: 100%;
}

.ls-hero-full-bleed-asset {
  display: block;
  height: 100%;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ls-hero-full-bleed-overlay {
  z-index: 1;
}

.ls-hero-full-bleed-overlay-dark {
  background: rgba(0, 0, 0, 0.72);
}

.ls-hero-full-bleed-overlay-light {
  background: rgba(255, 255, 255, 0.62);
}

.ls-hero-full-bleed-overlay-none {
  background: transparent;
}

.ls-hero-full-bleed-content {
  display: flex;
  min-height: 100svh;
  min-height: 100dvh;
  align-items: center;
  padding-block: clamp(96px, 16vh, 180px) clamp(56px, 10vh, 112px);
}

.ls-hero-full-bleed-content-left {
  text-align: left;
}

.ls-hero-full-bleed-content-center {
  text-align: center;
}

.ls-hero-full-bleed-content-center .ls-hero-full-bleed-copy,
.ls-hero-full-bleed-content-center .ds-cta-group {
  margin-inline: auto;
  justify-content: center;
}

.ls-hero-full-bleed-copy {
  display: grid;
  max-width: min(100%, 48rem);
  gap: 22px;
  color: #ffffff;
}

.ls-hero-full-bleed-copy .ds-section-label {
  color: rgba(255, 255, 255, 0.92);
}

.ls-hero-full-bleed-copy .ls-hero-copy {
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.92);
}

.ls-hero-full-bleed-copy .ds-button-primary {
  background: #ffffff;
  color: var(--ds-color-foreground);
}

.ls-hero-full-bleed-copy .ds-button-primary:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ds-color-foreground);
}

.ls-hero-full-bleed-copy .ds-button-secondary {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.ls-hero-full-bleed-copy .ds-button-secondary:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.ls-section-heading {
  display: grid;
  gap: 16px;
  max-width: 760px;
  margin-bottom: clamp(28px, 5vw, 44px);
}

.ls-section-heading h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: 0;
}

.ls-section-heading p {
  margin: 0;
  color: #273447;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.8;
}

.home-media-section {
  border-top: 1px solid hsl(var(--border));
  background: hsl(var(--background));
  color: hsl(var(--foreground));
}

.home-media-section .ds-section-label {
  color: #1d4ed8;
}

.home-media-section .ls-section-heading h2 {
  color: hsl(var(--foreground));
  text-shadow: none;
}

.home-media-section .ls-section-heading p {
  color: #273447;
  text-shadow: none;
}

.ls-feature-card {
  display: grid;
  gap: 16px;
  min-height: 260px;
}

.ls-feature-card h3,
.demo-card h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 950;
  line-height: 1.25;
}

.ls-feature-card p,
.demo-card p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.94rem;
  line-height: 1.65;
}

.ls-feature-meta {
  color: hsl(var(--primary)) !important;
  font-size: 0.76rem !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ls-capability-matrix {
  display: grid;
  overflow: hidden;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  background: hsl(var(--card));
  box-shadow: var(--ds-shadow-subtle);
}

.ls-capability-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  border-bottom: 1px solid hsl(var(--border));
  padding: 16px;
}

.ls-capability-row:last-child {
  border-bottom: 0;
}

.ls-capability-row strong {
  font-weight: 950;
}

.ls-capability-row span {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding: 0.26rem 0.68rem;
  font-size: 0.74rem;
  font-weight: 900;
}

.ls-capability-row[data-state="included"] span {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

.ls-capability-row[data-state="conditional"] span {
  background: hsl(var(--secondary));
  color: hsl(var(--secondary-foreground));
}

.ls-capability-row[data-state="excluded"] span {
  border: 1px solid hsl(var(--border));
  background: hsl(var(--background));
}

.ls-capability-row p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  line-height: 1.65;
}

.ls-final-cta {
  display: grid;
  gap: 22px;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  background: hsl(var(--card));
  color: hsl(var(--card-foreground));
  padding: clamp(26px, 6vw, 56px);
  box-shadow: var(--ds-shadow-subtle);
}

.ls-final-cta .ds-section-label {
  color: hsl(var(--muted-foreground));
}

.ls-final-cta h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.4rem, 7vw, 5.5rem);
  font-weight: 950;
  line-height: 1.02;
}

.ls-final-cta p {
  max-width: 46rem;
  margin: 0;
  color: hsl(var(--muted-foreground));
  line-height: 1.75;
}

.ls-final-cta .ds-button-secondary {
  border-color: hsl(var(--input));
  background: hsl(var(--background));
  color: hsl(var(--foreground));
}

.ls-final-cta .ds-button-primary {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

.ls-testimonial-grid {
  margin-top: 28px;
}

.ls-testimonial-card {
  display: grid;
  gap: 20px;
}

.ls-testimonial-card p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 1.05rem;
  line-height: 1.75;
}

.sc-mockup-frame {
  min-width: 0;
  margin: 0;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  background: hsl(var(--card));
  color: hsl(var(--card-foreground));
  box-shadow: var(--ds-shadow-subtle);
}

.sc-mockup-frame figcaption {
  display: grid;
  gap: 8px;
  border-bottom: 1px solid hsl(var(--border));
  padding: 18px;
}

.sc-mockup-frame figcaption strong {
  font-size: 1rem;
  font-weight: 950;
}

.sc-mockup-frame figcaption p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.9rem;
  line-height: 1.55;
}

.sc-mockup-body {
  padding: 18px;
}

.sc-hero-video-frame {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  background: hsl(var(--foreground));
  box-shadow: var(--ds-shadow-subtle);
}

.sc-hero-video {
  display: block;
  width: 100%;
  min-height: clamp(340px, 46vw, 620px);
  aspect-ratio: 4 / 5;
  -o-object-fit: cover;
     object-fit: cover;
}

.sc-hero-video-caption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  gap: 4px;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  background: hsl(var(--background) / 0.88);
  padding: 12px;
  backdrop-filter: blur(12px);
}

.sc-hero-video-caption strong {
  font-size: 0.86rem;
  font-weight: 950;
}

.sc-hero-video-caption span {
  color: hsl(var(--muted-foreground));
  font-size: 0.76rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.sc-composer-flow {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sc-composer-flow li,
.sc-dashboard-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) - 2px);
  padding: 12px;
}

.sc-composer-flow span {
  color: hsl(var(--foreground));
  font-size: 0.78rem;
  font-weight: 950;
}

.sc-product-grid,
.sc-dashboard-list {
  display: grid;
  gap: 12px;
}

.sc-product-card {
  display: grid;
  gap: 10px;
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) - 2px);
  padding: 12px;
}

.sc-product-card span {
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  background: hsl(var(--muted));
}

.sc-product-card p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.84rem;
}

.sc-dashboard-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.sc-form-preview {
  display: grid;
  gap: 12px;
}

.sc-form-preview label {
  display: grid;
  gap: 7px;
  font-size: 0.86rem;
  font-weight: 850;
}

.sc-form-preview input,
.sc-form-preview button {
  min-height: 44px;
  width: 100%;
  border: 1px solid hsl(var(--input));
  border-radius: calc(var(--radius) - 2px);
  padding-inline: 12px;
}

.sc-form-preview button {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  font-weight: 850;
}

.demo-card {
  display: grid;
  gap: 18px;
  align-content: start;
  overflow: hidden;
  min-height: 560px;
}

.demo-card-background {
  min-height: 132px;
  margin: calc(clamp(18px, 3vw, 26px) * -1) calc(clamp(18px, 3vw, 26px) * -1) 2px;
  border-bottom: 1px solid hsl(var(--border));
  background-position: center;
  background-size: cover;
}

.demo-card-category {
  margin: 0 0 6px !important;
  color: #1d4ed8 !important;
  font-size: 0.76rem !important;
  font-weight: 950;
}

.demo-card-template {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) - 2px);
  background: hsl(var(--muted));
  padding: 0.45rem 0.7rem;
  color: hsl(var(--foreground)) !important;
  font-size: 0.78rem !important;
  font-weight: 900;
}

.demo-card-actions {
  display: grid;
  gap: 10px;
}

.demo-card-actions .ds-button {
  width: 100%;
  min-height: 46px;
  white-space: normal;
}

.catalog-intro-card {
  min-height: 190px;
}

.catalog-grid-spacer {
  height: clamp(28px, 4vw, 44px);
}

.demo-site-image {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 8px;
  background: hsl(var(--muted));
}

.demo-site-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.demo-site-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(15, 23, 42, 0.18));
}

.demo-site-image-dark::after {
  background: linear-gradient(180deg, rgba(8, 11, 18, 0.04), rgba(8, 11, 18, 0.58));
}

.demo-site-hero-image {
  min-height: clamp(260px, 38vw, 470px);
}

.demo-site-card-image {
  min-height: 190px;
}

.demo-site-image-caption {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(15, 23, 42, 0.46);
}

html.scroll-reveal-ready [data-scroll-reveal] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 640ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

html.scroll-reveal-ready [data-scroll-reveal="slide-left"] {
  transform: translate3d(32px, 0, 0);
}

html.scroll-reveal-ready [data-scroll-reveal="slide-right"] {
  transform: translate3d(-32px, 0, 0);
}

html.scroll-reveal-ready [data-scroll-reveal][data-scroll-revealed="true"] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@media (max-width: 639px) {
  html.scroll-reveal-ready [data-scroll-reveal] {
    transform: translate3d(0, 16px, 0);
  }

  html.scroll-reveal-ready [data-scroll-reveal="slide-left"] {
    transform: translate3d(18px, 0, 0);
  }

  html.scroll-reveal-ready [data-scroll-reveal="slide-right"] {
    transform: translate3d(-18px, 0, 0);
  }

  html.scroll-reveal-ready [data-scroll-reveal][data-scroll-revealed="true"] {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  html.scroll-reveal-ready [data-scroll-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
    transition-delay: 0ms;
  }
}

.demo-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.demo-card dt {
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-card dd {
  margin: 4px 0 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.9rem;
  line-height: 1.55;
}

.page-hero {
  padding-top: 104px;
}

main[data-demo-site] {
  --demo-site-background-scrim: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94),
    rgba(255, 255, 255, 0.97) 420px,
    rgba(255, 255, 255, 0.9) 700px,
    rgba(255, 255, 255, 0.76) 920px
  );
  background-image:
    var(--demo-site-background-scrim),
    var(--portfolio-background-image);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% clamp(560px, 72vw, 920px), 100% clamp(560px, 72vw, 920px);
}

main[data-demo-site="showcase"],
main[data-demo-site="backend-modules"],
main[data-demo-site="saas-marketing"],
main[data-demo-site="payment-pg-adapter"] {
  --demo-site-background-scrim: linear-gradient(
    180deg,
    rgba(8, 11, 18, 0.88),
    rgba(8, 11, 18, 0.96) 460px,
    rgba(8, 11, 18, 0.9) 720px,
    rgba(8, 11, 18, 0.78) 920px
  );
}

main[data-demo-site="event-campaign"] {
  --demo-site-background-scrim: linear-gradient(
    180deg,
    rgba(248, 227, 92, 0.94),
    rgba(248, 227, 92, 0.98) 460px,
    rgba(248, 227, 92, 0.9) 720px,
    rgba(248, 227, 92, 0.76) 920px
  );
}

main[data-demo-site="commerce"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/commerce.png");
}

main[data-demo-site="service-business"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/service-business.png");
}

main[data-demo-site="reservation-business"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/reservation-business.png");
}

main[data-demo-site="content-site"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/content-site.png");
}

main[data-demo-site="showcase"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/showcase.png");
}

main[data-demo-site="internal-tool"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/internal-tool.png");
}

main[data-demo-site="event-campaign"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/event-campaign.png");
}

main[data-demo-site="education-course"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/education-course.png");
}

main[data-demo-site="directory-listing"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/directory-listing.png");
}

main[data-demo-site="client-portal"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/client-portal.png");
}

main[data-demo-site="saas-marketing"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/saas-marketing.png");
}

main[data-demo-site="recruiting-career"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/recruiting-career.png");
}

main[data-demo-site="site-extension"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/site-extension.png");
}

main[data-demo-site="backend-modules"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/backend-modules.png");
}

main[data-demo-site="payment-pg-adapter"] {
  --portfolio-background-image: url("/media/portfolio-backgrounds/payment-pg-adapter.png");
}

.detail-grid {
  display: grid;
  gap: 18px;
}

.dark-band {
  background: hsl(var(--foreground));
  color: hsl(var(--background));
}

.dark-band .ds-section-label {
  color: rgba(255, 255, 255, 0.82);
}

.dark-band p {
  color: rgba(255, 255, 255, 0.86);
}

.pricing-range-card {
  display: grid;
  gap: 16px;
}

.pricing-range-card p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  line-height: 1.7;
}

.demo-scope-cta {
  background: #f8fafc;
  color: #0f172a;
  padding: clamp(44px, 7vw, 84px) var(--ds-container-padding);
}

.demo-scope-cta-inner {
  display: grid;
  max-width: 1180px;
  gap: 28px;
  margin-inline: auto;
}

.demo-scope-cta-copy {
  display: grid;
  max-width: 780px;
  gap: 14px;
}

.demo-scope-label,
.demo-scope-basis {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-scope-label {
  color: #1d4ed8;
}

.demo-scope-basis {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #dbe3ef;
  border-radius: 6px;
  background: #ffffff;
  padding: 0.5rem 0.75rem;
  color: #0f172a;
  letter-spacing: 0;
  text-transform: none;
}

.demo-scope-cta h2,
.demo-scope-cta h3,
.demo-scope-cta p {
  margin: 0;
}

.demo-scope-cta h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 950;
  line-height: 1.05;
}

.demo-scope-cta-copy > p:not(.demo-scope-label):not(.demo-scope-basis) {
  color: #334155;
  font-size: 1.04rem;
  line-height: 1.8;
}

.demo-scope-cta-grid {
  display: grid;
  gap: 14px;
}

.demo-scope-card {
  display: grid;
  gap: 12px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
}

.demo-scope-card h3 {
  font-size: 1rem;
  font-weight: 950;
}

.demo-scope-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.5;
}

.demo-scope-card li {
  list-style: none;
}

.demo-scope-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.demo-scope-primary,
.demo-scope-secondary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  font-size: 0.94rem;
  font-weight: 900;
  text-align: center;
}

.demo-scope-primary {
  background: #0f172a;
  color: #ffffff;
}

.demo-scope-secondary {
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
}

@media (min-width: 640px) {
  :root {
    --ds-hero-heading: clamp(44px, 7vw, 96px);
  }

  .ds-cta-group[data-mobile-stack="true"] {
    align-items: center;
  }

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

@media (max-width: 639px) {
  .ds-cta-group[data-mobile-stack="true"] {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .rl-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ls-capability-row {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 2fr);
    align-items: center;
  }

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

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

@media (min-width: 1024px) {
  .rl-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .rl-split {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  }

  .rl-split-balanced {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .nav-transparent {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 22px;
  }

  .nav-desktop,
  .nav-cta {
    display: flex;
  }

  .nav-mobile {
    display: none;
  }
}

@media (min-width: 1440px) {
  .rl-container {
    width: min(100%, 1220px);
  }

  .rl-container-wide {
    width: min(100%, 1360px);
  }
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:border-accent:hover {
  border-color: hsl(var(--accent));
}

.hover\:border-neutral-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#eef0f4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}

.hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--destructive) / 0.9);
}

.hover\:bg-primary\/90:hover {
  background-color: hsl(var(--primary) / 0.9);
}

.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / 0.8);
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-\[\#172019\]:hover {
  --tw-text-opacity: 1;
  color: rgb(23 32 25 / var(--tw-text-opacity, 1));
}

.hover\:text-accent:hover {
  color: hsl(var(--accent));
}

.hover\:text-accent-foreground:hover {
  color: hsl(var(--accent-foreground));
}

.hover\:text-foreground:hover {
  color: hsl(var(--foreground));
}

.hover\:text-neutral-950:hover {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-ring:focus {
  --tw-ring-color: hsl(var(--ring));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 390px) {

  .min-\[390px\]\:inline {
    display: inline;
  }
}

@media (min-width: 420px) {

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

@media (min-width: 640px) {

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:top-8 {
    top: 2rem;
  }

  .sm\:flex {
    display: flex;
  }

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

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

  .sm\:grid-cols-\[minmax\(0\2c 1fr\)_auto_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

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

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

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

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

  .md\:grid-cols-\[0\.35fr_1fr\] {
    grid-template-columns: 0.35fr 1fr;
  }

  .md\:grid-cols-\[110px_minmax\(0\2c 1fr\)_auto\] {
    grid-template-columns: 110px minmax(0,1fr) auto;
  }

  .md\:grid-cols-\[120px_1fr_180px\] {
    grid-template-columns: 120px 1fr 180px;
  }

  .md\:grid-cols-\[1fr_0\.6fr\] {
    grid-template-columns: 1fr 0.6fr;
  }

  .md\:grid-cols-\[1fr_1fr_auto\] {
    grid-template-columns: 1fr 1fr auto;
  }

  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .md\:grid-cols-\[1fr_auto_auto\] {
    grid-template-columns: 1fr auto auto;
  }

  .md\:grid-cols-\[60px_1fr_auto\] {
    grid-template-columns: 60px 1fr auto;
  }

  .md\:grid-cols-\[90px_1fr\] {
    grid-template-columns: 90px 1fr;
  }

  .md\:grid-cols-\[auto_minmax\(0\2c 1fr\)\] {
    grid-template-columns: auto minmax(0,1fr);
  }

  .md\:grid-cols-\[minmax\(0\2c 1fr\)_auto_auto\] {
    grid-template-columns: minmax(0,1fr) auto auto;
  }

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }
}

@media (min-width: 1024px) {

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

  .lg\:grid-cols-\[0\.32fr_1fr\] {
    grid-template-columns: 0.32fr 1fr;
  }

  .lg\:grid-cols-\[0\.35fr_1fr\] {
    grid-template-columns: 0.35fr 1fr;
  }

  .lg\:grid-cols-\[0\.3fr_1fr\] {
    grid-template-columns: 0.3fr 1fr;
  }

  .lg\:grid-cols-\[0\.42fr_1fr\] {
    grid-template-columns: 0.42fr 1fr;
  }

  .lg\:grid-cols-\[0\.45fr_1fr\] {
    grid-template-columns: 0.45fr 1fr;
  }

  .lg\:grid-cols-\[0\.4fr_1fr\] {
    grid-template-columns: 0.4fr 1fr;
  }

  .lg\:grid-cols-\[0\.55fr_1fr\] {
    grid-template-columns: 0.55fr 1fr;
  }

  .lg\:grid-cols-\[0\.5fr_1fr\] {
    grid-template-columns: 0.5fr 1fr;
  }

  .lg\:grid-cols-\[0\.72fr_0\.6fr\] {
    grid-template-columns: 0.72fr 0.6fr;
  }

  .lg\:grid-cols-\[0\.9fr_0\.7fr\] {
    grid-template-columns: 0.9fr 0.7fr;
  }

  .lg\:grid-cols-\[1fr_0\.42fr\] {
    grid-template-columns: 1fr 0.42fr;
  }

  .lg\:grid-cols-\[1fr_0\.45fr\] {
    grid-template-columns: 1fr 0.45fr;
  }

  .lg\:grid-cols-\[1fr_360px\] {
    grid-template-columns: 1fr 360px;
  }

  .lg\:grid-cols-\[1fr_420px\] {
    grid-template-columns: 1fr 420px;
  }

  .lg\:grid-cols-\[230px_1fr\] {
    grid-template-columns: 230px 1fr;
  }

  .lg\:grid-cols-\[260px_1fr\] {
    grid-template-columns: 260px 1fr;
  }

  .lg\:grid-cols-\[260px_1fr_360px\] {
    grid-template-columns: 260px 1fr 360px;
  }

  .lg\:grid-cols-\[360px_1fr\] {
    grid-template-columns: 360px 1fr;
  }

  .lg\:grid-cols-\[minmax\(0\2c 0\.75fr\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,0.75fr) minmax(0,1fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 0\.75fr\)_minmax\(420px\2c 0\.75fr\)\] {
    grid-template-columns: minmax(0,0.75fr) minmax(420px,0.75fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 0\.7fr\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,0.7fr) minmax(0,1fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 0\.8fr\)_minmax\(360px\2c 0\.65fr\)\] {
    grid-template-columns: minmax(0,0.8fr) minmax(360px,0.65fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 0\.95fr\)_minmax\(360px\2c 0\.65fr\)\] {
    grid-template-columns: minmax(0,0.95fr) minmax(360px,0.65fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 0\.95fr\)_minmax\(360px\2c 0\.75fr\)\] {
    grid-template-columns: minmax(0,0.95fr) minmax(360px,0.75fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 0\.9fr\)_minmax\(320px\2c 0\.55fr\)\] {
    grid-template-columns: minmax(0,0.9fr) minmax(320px,0.55fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_auto_auto\] {
    grid-template-columns: minmax(0,1fr) auto auto;
  }

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

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

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

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {

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

  .xl\:grid-cols-\[1fr_320px\] {
    grid-template-columns: 1fr 320px;
  }

  .xl\:grid-cols-\[1fr_360px\] {
    grid-template-columns: 1fr 360px;
  }
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

