html,body{background:#121212;}
html{font-size:16px !important;}
#root span{padding:0;}
html, body { margin: 0px; background: rgb(13, 13, 22); }
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
html, body { background: rgb(18, 18, 18); color: rgb(242, 244, 245); font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body { margin: 0px; }
* { scrollbar-color: rgb(38, 38, 40) rgb(18, 18, 18); }
a { color: inherit; text-decoration: none; }
::selection { background: rgb(3, 252, 244); color: rgb(10, 46, 46); }
:focus-visible { outline: rgb(3, 252, 244) solid 2px; outline-offset: 2px; }
[role="tablist"]::-webkit-scrollbar { display: none; }
@keyframes artime-drift { 
  0% { transform: scale(1.06) translate3d(0px, 0px, 0px); }
  100% { transform: scale(1.06) translate3d(-1.2%, -0.8%, 0px); }
}
@keyframes artime-pulse { 
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}
@keyframes artime-blink { 
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}
@keyframes artime-spin { 
  100% { transform: rotate(360deg); }
}
@keyframes artime-rise { 
  0% { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0px); }
}
@keyframes artime-progress { 
  0% { width: 0%; }
  100% { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}
*, ::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: ; }
*, ::before, ::after { box-sizing: border-box; border-width: 0px; border-style: solid; border-color: rgb(229, 231, 235); }
::before, ::after { --tw-content: ''; }
html, :host { line-height: 1.5; text-size-adjust: 100%; tab-size: 4; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent; }
body { margin: 0px; line-height: inherit; }
hr { height: 0px; color: inherit; border-top-width: 1px; }
abbr:where([title]) { text-decoration: underline dotted; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-feature-settings: normal; font-variation-settings: normal; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
button, input, optgroup, select, textarea { font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0px; padding: 0px; }
button, select { text-transform: none; }
button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) { appearance: button; background-color: transparent; background-image: none; }
progress { vertical-align: baseline; }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
[type="search"] { appearance: textfield; outline-offset: -2px; }
::-webkit-search-decoration { appearance: none; }
::-webkit-file-upload-button { appearance: button; font: inherit; }
summary { display: list-item; }
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0px; }
fieldset { margin: 0px; padding: 0px; }
legend { padding: 0px; }
ol, ul, menu { list-style: none; margin: 0px; padding: 0px; }
dialog { padding: 0px; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: rgb(156, 163, 175); }
button, [role="button"] { cursor: pointer; }
:disabled { cursor: default; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden]:where(:not([hidden="until-found"])) { display: none; }
body { -webkit-font-smoothing: antialiased; }
html { scroll-behavior: smooth; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; }
.pointer-events-none { pointer-events: none; }
.visible { visibility: visible; }
.static { position: static; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { inset: 0px; }
.inset-x-0 { left: 0px; right: 0px; }
.inset-x-\[14px\] { left: 14px; right: 14px; }
.inset-y-\[14px\] { top: 14px; bottom: 14px; }
.bottom-\[2px\] { bottom: 2px; }
.left-0 { left: 0px; }
.top-0 { top: 0px; }
.top-\[6px\] { top: 6px; }
.bottom-\[-1px\] { bottom: -1px; }
.left-\[9px\] { left: 9px; }
.top-\[9px\] { top: 9px; }
.z-50 { z-index: 50; }
.z-\[60\] { z-index: 60; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mx-\[24px\] { margin-left: 24px; margin-right: 24px; }
.-mx-\[24px\] { margin-left: -24px; margin-right: -24px; }
.mb-\[16px\] { margin-bottom: 16px; }
.mt-\[12px\] { margin-top: 12px; }
.mt-\[16px\] { margin-top: 16px; }
.mt-\[24px\] { margin-top: 24px; }
.mt-\[48px\] { margin-top: 48px; }
.ml-\[16px\] { margin-left: 16px; }
.mt-\[32px\] { margin-top: 32px; }
.ml-\[2px\] { margin-left: 2px; }
.ml-auto { margin-left: auto; }
.mt-\[40px\] { margin-top: 40px; }
.mt-\[8px\] { margin-top: 8px; }
.mt-\[64px\] { margin-top: 64px; }
.mt-\[20px\] { margin-top: 20px; }
.mt-\[4px\] { margin-top: 4px; }
.mt-\[6px\] { margin-top: 6px; }
.mb-\[8px\] { margin-bottom: 8px; }
.mt-\[2px\] { margin-top: 2px; }
.mr-\[8px\] { margin-right: 8px; }
.mt-\[11px\] { margin-top: 11px; }
.mt-\[80px\] { margin-top: 80px; }
.block { display: block; }
.inline-block { display: inline-block; }
.inline { display: inline; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.table { display: table; }
.grid { display: grid; }
.hidden { display: none; }
.aspect-\[16\/9\] { aspect-ratio: 16 / 9; }
.aspect-\[21\/9\] { aspect-ratio: 21 / 9; }
.h-\[40px\] { height: 40px; }
.h-\[1\.5px\] { height: 1.5px; }
.h-\[14px\] { height: 14px; }
.h-\[20px\] { height: 20px; }
.h-\[44px\] { height: 44px; }
.h-\[56px\] { height: 56px; }
.h-\[10px\] { height: 10px; }
.h-\[18px\] { height: 18px; }
.h-\[2px\] { height: 2px; }
.h-\[4px\] { height: 4px; }
.h-\[6px\] { height: 6px; }
.h-\[7px\] { height: 7px; }
.h-\[8px\] { height: 8px; }
.h-full { height: 100%; }
.h-px { height: 1px; }
.h-\[48px\] { height: 48px; }
.h-\[3px\] { height: 3px; }
.min-h-screen { min-height: 100vh; }
.min-h-\[420px\] { min-height: 420px; }
.min-h-\[102px\] { min-height: 102px; }
.w-\[40px\] { width: 40px; }
.w-\[20px\] { width: 20px; }
.w-\[44px\] { width: 44px; }
.w-full { width: 100%; }
.w-px { width: 1px; }
.w-\[1\.5px\] { width: 1.5px; }
.w-\[14px\] { width: 14px; }
.w-\[22px\] { width: 22px; }
.w-\[34px\] { width: 34px; }
.w-\[60\%\] { width: 60%; }
.w-\[70\%\] { width: 70%; }
.w-\[8px\] { width: 8px; }
.w-\[120px\] { width: 120px; }
.w-\[240px\] { width: 240px; }
.w-\[2px\] { width: 2px; }
.w-\[48px\] { width: 48px; }
.w-\[3px\] { width: 3px; }
.w-\[28\%\] { width: 28%; }
.w-\[38\%\] { width: 38%; }
.w-\[62\%\] { width: 62%; }
.max-w-\[1440px\] { max-width: 1440px; }
.max-w-\[34ch\] { max-width: 34ch; }
.max-w-\[54ch\] { max-width: 54ch; }
.max-w-\[640px\] { max-width: 640px; }
.max-w-\[26ch\] { max-width: 26ch; }
.max-w-\[38ch\] { max-width: 38ch; }
.max-w-\[760px\] { max-width: 760px; }
.max-w-\[46ch\] { max-width: 46ch; }
.max-w-\[52ch\] { max-width: 52ch; }
.max-w-\[56ch\] { max-width: 56ch; }
.max-w-\[64ch\] { max-width: 64ch; }
.max-w-\[820px\] { max-width: 820px; }
.max-w-\[68ch\] { max-width: 68ch; }
.max-w-\[900px\] { max-width: 900px; }
.max-w-\[40ch\] { max-width: 40ch; }
.max-w-\[42ch\] { max-width: 42ch; }
.max-w-\[18ch\] { max-width: 18ch; }
.max-w-\[20ch\] { max-width: 20ch; }
.max-w-\[62ch\] { max-width: 62ch; }
.flex-1 { flex: 1 1 0%; }
.shrink-0 { flex-shrink: 0; }
.origin-left { transform-origin: left center; }
.translate-y-\[3px\] { --tw-translate-y: 3px; 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)); }
.scale-x-0 { --tw-scale-x: 0; 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)); }
.scale-x-100 { --tw-scale-x: 1; 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)); }
.resize-y { resize: vertical; }
.scroll-mt-\[120px\] { scroll-margin-top: 120px; }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0px, 1fr)); }
.grid-cols-7 { grid-template-columns: repeat(7, minmax(0px, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
.grid-rows-3 { grid-template-rows: repeat(3, minmax(0px, 1fr)); }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-3 { gap: 0.75rem; }
.gap-\[10px\] { gap: 10px; }
.gap-\[12px\] { gap: 12px; }
.gap-\[24px\] { gap: 24px; }
.gap-\[48px\] { gap: 48px; }
.gap-\[4px\] { gap: 4px; }
.gap-\[16px\] { gap: 16px; }
.gap-\[5px\] { gap: 5px; }
.gap-\[6px\] { gap: 6px; }
.gap-\[7px\] { gap: 7px; }
.gap-\[8px\] { gap: 8px; }
.gap-\[32px\] { gap: 32px; }
.gap-\[20px\] { gap: 20px; }
.gap-\[14px\] { gap: 14px; }
.gap-x-\[24px\] { column-gap: 24px; }
.gap-y-\[32px\] { row-gap: 32px; }
.gap-y-\[10px\] { row-gap: 10px; }
.self-start { align-self: flex-start; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.overflow-y-auto { overflow-y: auto; }
.rounded { border-radius: 0.25rem; }
.rounded-\[8px\] { border-radius: 8px; }
.rounded-full { border-radius: 9999px; }
.rounded-\[12px\] { border-radius: 12px; }
.rounded-\[16px\] { border-radius: 16px; }
.rounded-\[3px\] { border-radius: 3px; }
.rounded-\[4px\] { border-radius: 4px; }
.rounded-\[6px\] { border-radius: 6px; }
.rounded-\[10px\] { border-radius: 10px; }
.border { border-width: 1px; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-\[rgba\(255\,255\,255\,0\.07\)\] { border-color: rgba(255, 255, 255, 0.07); }
.border-\[rgba\(255\,255\,255\,0\.14\)\] { border-color: rgba(255, 255, 255, 0.14); }
.bg-slate-50 { --tw-bg-opacity: 1; background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)); }
.bg-\[\#121212\] { --tw-bg-opacity: 1; background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1)); }
.bg-\[\#03FCF4\] { --tw-bg-opacity: 1; background-color: rgb(3 252 244 / var(--tw-bg-opacity, 1)); }
.bg-\[rgba\(255\,255\,255\,0\.07\)\] { background-color: rgba(255, 255, 255, 0.07); }
.bg-current { background-color: currentcolor; }
.bg-\[\#1F1F20\] { --tw-bg-opacity: 1; background-color: rgb(31 31 32 / var(--tw-bg-opacity, 1)); }
.bg-\[\#262628\] { --tw-bg-opacity: 1; background-color: rgb(38 38 40 / var(--tw-bg-opacity, 1)); }
.bg-\[rgba\(242\,244\,245\,0\.75\)\] { background-color: rgba(242, 244, 245, 0.75); }
.bg-\[rgba\(255\,255\,255\,0\.09\)\] { background-color: rgba(255, 255, 255, 0.09); }
.bg-\[rgba\(255\,255\,255\,0\.14\)\] { background-color: rgba(255, 255, 255, 0.14); }
.bg-\[rgba\(3\,252\,244\,0\.5\)\] { background-color: rgba(3, 252, 244, 0.5); }
.bg-\[rgba\(3\,252\,244\,0\.75\)\] { background-color: rgba(3, 252, 244, 0.75); }
.bg-\[\#8A939B\] { --tw-bg-opacity: 1; background-color: rgb(138 147 155 / var(--tw-bg-opacity, 1)); }
.bg-\[rgba\(255\,255\,255\,0\.045\)\] { background-color: rgba(255, 255, 255, 0.043); }
.bg-\[rgba\(255\,255\,255\,0\.06\)\] { background-color: rgba(255, 255, 255, 0.06); }
.object-cover { object-fit: cover; }
.p-\[14px\] { padding: 14px; }
.p-\[20px\] { padding: 20px; }
.p-\[3px\] { padding: 3px; }
.p-\[32px\] { padding: 32px; }
.p-\[24px\] { padding: 24px; }
.px-\[22px\] { padding-left: 22px; padding-right: 22px; }
.px-\[24px\] { padding-left: 24px; padding-right: 24px; }
.py-\[12px\] { padding-top: 12px; padding-bottom: 12px; }
.px-\[14px\] { padding-left: 14px; padding-right: 14px; }
.px-\[18px\] { padding-left: 18px; padding-right: 18px; }
.py-\[14px\] { padding-top: 14px; padding-bottom: 14px; }
.py-\[8px\] { padding-top: 8px; padding-bottom: 8px; }
.py-\[9px\] { padding-top: 9px; padding-bottom: 9px; }
.px-\[12px\] { padding-left: 12px; padding-right: 12px; }
.px-\[16px\] { padding-left: 16px; padding-right: 16px; }
.py-\[7px\] { padding-top: 7px; padding-bottom: 7px; }
.px-\[26px\] { padding-left: 26px; padding-right: 26px; }
.py-\[48px\] { padding-top: 48px; padding-bottom: 48px; }
.py-\[96px\] { padding-top: 96px; padding-bottom: 96px; }
.px-\[8px\] { padding-left: 8px; padding-right: 8px; }
.py-\[24px\] { padding-top: 24px; padding-bottom: 24px; }
.py-\[80px\] { padding-top: 80px; padding-bottom: 80px; }
.px-\[20px\] { padding-left: 20px; padding-right: 20px; }
.py-\[18px\] { padding-top: 18px; padding-bottom: 18px; }
.py-\[56px\] { padding-top: 56px; padding-bottom: 56px; }
.pb-\[40px\] { padding-bottom: 40px; }
.pt-\[32px\] { padding-top: 32px; }
.pt-\[96px\] { padding-top: 96px; }
.pb-\[48px\] { padding-bottom: 48px; }
.pt-\[16px\] { padding-top: 16px; }
.pt-\[24px\] { padding-top: 24px; }
.pb-\[64px\] { padding-bottom: 64px; }
.pt-\[104px\] { padding-top: 104px; }
.pb-\[16px\] { padding-bottom: 16px; }
.pb-\[128px\] { padding-bottom: 128px; }
.pb-\[8px\] { padding-bottom: 8px; }
.pb-\[24px\] { padding-bottom: 24px; }
.pr-\[40px\] { padding-right: 40px; }
.pt-\[128px\] { padding-top: 128px; }
.pt-\[160px\] { padding-top: 160px; }
.pt-\[40px\] { padding-top: 40px; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-\[0\.75rem\] { font-size: 0.75rem; }
.text-\[0\.8125rem\] { font-size: 0.8125rem; }
.text-\[0\.9375rem\] { font-size: 0.9375rem; }
.text-\[1\.0625rem\] { font-size: 1.0625rem; }
.text-\[0\.875rem\] { font-size: 0.875rem; }
.text-\[1\.5rem\] { font-size: 1.5rem; }
.text-\[1rem\] { font-size: 1rem; }
.text-\[0\.6875rem\] { font-size: 0.6875rem; }
.text-\[1\.125rem\] { font-size: 1.125rem; }
.text-\[clamp\(2\.75rem\,6\.2vw\,5\.25rem\)\] { font-size: clamp(2.75rem, 6.2vw, 5.25rem); }
.text-\[clamp\(2\.25rem\,3\.4vw\,3rem\)\] { font-size: clamp(2.25rem, 3.4vw, 3rem); }
.text-\[1\.375rem\] { font-size: 1.375rem; }
.text-\[clamp\(2rem\,4vw\,3\.25rem\)\] { font-size: clamp(2rem, 4vw, 3.25rem); }
.text-\[clamp\(1\.75rem\,3vw\,2\.5rem\)\] { font-size: clamp(1.75rem, 3vw, 2.5rem); }
.text-\[clamp\(2\.25rem\,4\.5vw\,3\.5rem\)\] { font-size: clamp(2.25rem, 4.5vw, 3.5rem); }
.text-\[clamp\(2rem\,3\.6vw\,3rem\)\] { font-size: clamp(2rem, 3.6vw, 3rem); }
.text-\[clamp\(2\.5rem\,5\.4vw\,4\.5rem\)\] { font-size: clamp(2.5rem, 5.4vw, 4.5rem); }
.text-\[clamp\(2\.375rem\,6\.4vw\,5\.25rem\)\] { font-size: clamp(2.375rem, 6.4vw, 5.25rem); }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }
.uppercase { text-transform: uppercase; }
.leading-\[1\.7\] { line-height: 1.7; }
.leading-\[1\.4\] { line-height: 1.4; }
.leading-\[1\.02\] { line-height: 1.02; }
.leading-\[1\.8\] { line-height: 1.8; }
.leading-\[1\.5\] { line-height: 1.5; }
.leading-\[1\.06\] { line-height: 1.06; }
.leading-\[1\.25\] { line-height: 1.25; }
.leading-\[1\.1\] { line-height: 1.1; }
.leading-\[1\.45\] { line-height: 1.45; }
.leading-\[1\.6\] { line-height: 1.6; }
.leading-\[1\.3\] { line-height: 1.3; }
.leading-\[1\.75\] { line-height: 1.75; }
.leading-\[1\.03\] { line-height: 1.03; }
.tracking-\[-0\.01em\] { letter-spacing: -0.01em; }
.tracking-\[0\.14em\] { letter-spacing: 0.14em; }
.tracking-\[-0\.02em\] { letter-spacing: -0.02em; }
.tracking-\[-0\.03em\] { letter-spacing: -0.03em; }
.tracking-\[-0\.025em\] { letter-spacing: -0.025em; }
.tracking-\[-0\.015em\] { letter-spacing: -0.015em; }
.text-slate-500 { --tw-text-opacity: 1; color: rgb(100 116 139 / var(--tw-text-opacity, 1)); }
.text-slate-700 { --tw-text-opacity: 1; color: rgb(51 65 85 / var(--tw-text-opacity, 1)); }
.text-\[\#0A2E2E\] { --tw-text-opacity: 1; color: rgb(10 46 46 / var(--tw-text-opacity, 1)); }
.text-\[\#8A939B\] { --tw-text-opacity: 1; color: rgb(138 147 155 / var(--tw-text-opacity, 1)); }
.text-\[\#A9B1B8\] { --tw-text-opacity: 1; color: rgb(169 177 184 / var(--tw-text-opacity, 1)); }
.text-\[\#F2F4F5\] { --tw-text-opacity: 1; color: rgb(242 244 245 / var(--tw-text-opacity, 1)); }
.text-\[\#03FCF4\] { --tw-text-opacity: 1; color: rgb(3 252 244 / var(--tw-text-opacity, 1)); }
.underline { text-decoration-line: underline; }
.decoration-\[rgba\(255\,255\,255\,0\.24\)\] { text-decoration-color: rgba(255, 255, 255, 0.24); }
.underline-offset-4 { text-underline-offset: 4px; }
.antialiased { -webkit-font-smoothing: antialiased; }
.opacity-\[0\.35\] { opacity: 0.35; }
.opacity-60 { opacity: 0.6; }
.opacity-\[0\.4\] { opacity: 0.4; }
.shadow-\[0_20px_50px_rgba\(0\,0\,0\,0\.45\)\] { --tw-shadow: 0 20px 50px rgba(0,0,0,0.45); --tw-shadow-colored: 0 20px 50px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.filter { filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }
.transition { transition-property: color, background-color, border-color, 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-\[opacity\,transform\,box-shadow\] { transition-property: opacity, transform, box-shadow; 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-\[background-color\,border-color\,height\] { transition-property: background-color, border-color, height; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-\[height\] { transition-property: height; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-\[opacity\,transform\] { transition-property: opacity, transform; 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; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-\[box-shadow\,transform\] { transition-property: box-shadow, transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-150 { transition-duration: 150ms; }
.duration-\[220ms\] { transition-duration: 220ms; }
.duration-\[260ms\] { transition-duration: 260ms; }
.ease-\[cubic-bezier\(\.16\,1\,\.3\,1\)\] { transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1); }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.\[scrollbar-width\:none\] { scrollbar-width: none; }
html, body { background: rgb(13, 13, 22); }
.placeholder\:text-\[\#8A939B\]::placeholder { --tw-text-opacity: 1; color: rgb(138 147 155 / var(--tw-text-opacity, 1)); }
.hover\:bg-\[\#1F1F20\]:hover { --tw-bg-opacity: 1; background-color: rgb(31 31 32 / var(--tw-bg-opacity, 1)); }
.hover\:bg-\[rgba\(255\,255\,255\,0\.02\)\]:hover { background-color: rgba(255, 255, 255, 0.02); }
.hover\:bg-\[\#262628\]:hover { --tw-bg-opacity: 1; background-color: rgb(38 38 40 / var(--tw-bg-opacity, 1)); }
.hover\:text-\[\#03FCF4\]:hover { --tw-text-opacity: 1; color: rgb(3 252 244 / var(--tw-text-opacity, 1)); }
.hover\:text-\[\#F2F4F5\]:hover { --tw-text-opacity: 1; color: rgb(242 244 245 / var(--tw-text-opacity, 1)); }
.hover\:opacity-90:hover { opacity: 0.9; }
.hover\:shadow-\[0_0_32px_rgba\(3\,252\,244\,0\.28\)\]:hover { --tw-shadow: 0 0 32px rgba(3,252,244,0.28); --tw-shadow-colored: 0 0 32px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.focus\:not-sr-only:focus { position: static; width: auto; height: auto; padding: 0px; margin: 0px; overflow: visible; clip: auto; white-space: normal; }
.focus\:fixed:focus { position: fixed; }
.focus\:left-\[24px\]:focus { left: 24px; }
.focus\:top-\[16px\]:focus { top: 16px; }
.focus\:z-\[70\]:focus { z-index: 70; }
.focus\:rounded-full:focus { border-radius: 9999px; }
.focus\:border-\[\#03FCF4\]:focus { --tw-border-opacity: 1; border-color: rgb(3 252 244 / var(--tw-border-opacity, 1)); }
.focus\:bg-\[\#262628\]:focus { --tw-bg-opacity: 1; background-color: rgb(38 38 40 / var(--tw-bg-opacity, 1)); }
.focus\:px-\[18px\]:focus { padding-left: 18px; padding-right: 18px; }
.focus\:py-\[10px\]:focus { padding-top: 10px; padding-bottom: 10px; }
.focus\:text-\[0\.875rem\]:focus { font-size: 0.875rem; }
.focus\:text-\[\#F2F4F5\]:focus { --tw-text-opacity: 1; color: rgb(242 244 245 / var(--tw-text-opacity, 1)); }
.focus\:outline-none:focus { outline: transparent solid 2px; outline-offset: 2px; }
.active\:scale-\[\.98\]:active { --tw-scale-x: .98; --tw-scale-y: .98; 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)); }
.disabled\:opacity-70:disabled { opacity: 0.7; }
.group:hover .group-hover\:translate-x-\[3px\] { --tw-translate-x: 3px; 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)); }
.group:hover .group-hover\:scale-x-100 { --tw-scale-x: 1; 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)); }
@media (min-width: 640px) {
  .sm\:w-auto { width: auto; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
}
@media (min-width: 768px) {
  .md\:min-h-\[470px\] { min-height: 470px; }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
  .md\:flex-row { flex-direction: row; }
  .md\:p-\[24px\] { padding: 24px; }
  .md\:p-\[48px\] { padding: 48px; }
  .md\:p-\[32px\] { padding: 32px; }
  .md\:px-\[40px\] { padding-left: 40px; padding-right: 40px; }
  .md\:py-\[56px\] { padding-top: 56px; padding-bottom: 56px; }
  .md\:py-\[128px\] { padding-top: 128px; padding-bottom: 128px; }
  .md\:py-\[96px\] { padding-top: 96px; padding-bottom: 96px; }
  .md\:pb-\[96px\] { padding-bottom: 96px; }
  .md\:text-\[1\.125rem\] { font-size: 1.125rem; }
}
@media (min-width: 1024px) {
  .lg\:sticky { position: sticky; }
  .lg\:top-\[104px\] { top: 104px; }
  .lg\:mx-0 { margin-left: 0px; margin-right: 0px; }
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
  .lg\:min-h-\[92vh\] { min-height: 92vh; }
  .lg\:w-full { width: 100%; }
  .lg\:grid-cols-\[1\.4fr_1fr_1fr_1fr\] { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .lg\:grid-cols-\[minmax\(0\,1\.02fr\)_minmax\(0\,1fr\)\] { grid-template-columns: minmax(0px, 1.02fr) minmax(0px, 1fr); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0px, 1fr)); }
  .lg\:grid-cols-\[minmax\(0\,0\.85fr\)_minmax\(0\,1\.15fr\)\] { grid-template-columns: minmax(0px, 0.85fr) minmax(0px, 1.15fr); }
  .lg\:grid-cols-\[minmax\(300px\,380px\)_1fr\] { grid-template-columns: minmax(300px, 380px) 1fr; }
  .lg\:grid-cols-\[minmax\(0\,0\.7fr\)_minmax\(0\,1\.3fr\)\] { grid-template-columns: minmax(0px, 0.7fr) minmax(0px, 1.3fr); }
  .lg\:grid-cols-\[minmax\(0\,0\.32fr\)_minmax\(0\,0\.68fr\)\] { grid-template-columns: minmax(0px, 0.32fr) minmax(0px, 0.68fr); }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .lg\:grid-cols-\[minmax\(0\,0\.5fr\)_minmax\(0\,1\.5fr\)\] { grid-template-columns: minmax(0px, 0.5fr) minmax(0px, 1.5fr); }
  .lg\:flex-row { flex-direction: row; }
  .lg\:flex-col { flex-direction: column; }
  .lg\:items-center { align-items: center; }
  .lg\:gap-\[48px\] { gap: 48px; }
  .lg\:gap-\[80px\] { gap: 80px; }
  .lg\:gap-\[56px\] { gap: 56px; }
  .lg\:gap-\[64px\] { gap: 64px; }
  .lg\:self-auto { align-self: auto; }
  .lg\:self-start { align-self: flex-start; }
  .lg\:overflow-visible { overflow: visible; }
  .lg\:border-l { border-left-width: 1px; }
  .lg\:border-\[rgba\(255\,255\,255\,0\.07\)\] { border-color: rgba(255, 255, 255, 0.07); }
  .lg\:p-\[56px\] { padding: 56px; }
  .lg\:px-\[64px\] { padding-left: 64px; padding-right: 64px; }
  .lg\:px-0 { padding-left: 0px; padding-right: 0px; }
  .lg\:pt-\[128px\] { padding-top: 128px; }
  .lg\:pl-\[24px\] { padding-left: 24px; }
  .lg\:pb-0 { padding-bottom: 0px; }
  .lg\:opacity-\[0\.5\] { opacity: 0.5; }
  .lg\:opacity-\[0\.65\] { opacity: 0.65; }
}
@media (min-width: 1280px) {
  .xl\:gap-\[72px\] { gap: 72px; }
}
@media only screen and (max-width: 75em) {}@media only screen and (max-width: 62em) {}@media only screen and (max-width: 48em) {}