:root{--landing-text: #081220;--landing-muted: #5d6a7c;--landing-border: rgba(15,23,42,.08);--landing-surface: hsla(0,0%,100%,.9);--landing-page: #fff;--landing-dark: #06111d;--landing-dark-soft: #102338;--landing-dark-line: rgba(148,163,184,.18);--landing-glow: rgba(66,183,255,.16)}html{background:var(--landing-dark);scroll-behavior:smooth}body{background:radial-gradient(circle at top,#264161c7 0,#0a1826f5 18%,#0a182600 34%),linear-gradient(180deg,#0a1826 0,#102133 18%,#f8fafc 34%,#fff),var(--landing-page);color:var(--landing-text);font-family:SF Pro Display,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Segoe UI,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*,:after,:before{box-sizing:border-box}a{color:inherit;text-decoration:none}h1,h2,h3{letter-spacing:-.03em;text-wrap:balance}li,p{text-wrap:pretty}[id]{scroll-margin-top:96px}::-moz-selection{background-color:#ffd366;color:#3b2508}::selection{background-color:#ffd366;color:#3b2508}.hero-grid{background-image:linear-gradient(var(--landing-dark-line) 1px,transparent 1px),linear-gradient(90deg,var(--landing-dark-line) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:radial-gradient(circle at center,#000 28%,transparent 82%);mask-image:radial-gradient(circle at center,#000 28%,transparent 82%)}.control-grid{background-image:linear-gradient(hsla(0,0%,100%,.05) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.05) 1px,transparent 0);background-size:22px 22px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.95),transparent 92%);mask-image:linear-gradient(180deg,rgba(0,0,0,.95),transparent 92%)}.control-grid-light{background-image:linear-gradient(rgba(148,163,184,.12) 1px,transparent 0),linear-gradient(90deg,rgba(148,163,184,.12) 1px,transparent 0);background-size:22px 22px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.92),transparent 92%);mask-image:linear-gradient(180deg,rgba(0,0,0,.92),transparent 92%)}.hero-orb{border-radius:9999px;filter:blur(88px);opacity:.72}.window-dot{border-radius:9999px;height:10px;width:10px}.console-shell{-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);background:linear-gradient(180deg,#122840f5,#0c1c2dfa);border:1px solid hsla(0,0%,100%,.08);border-radius:32px;box-shadow:0 0 0 1px #ffffff0a,0 38px 100px -54px #020617b8;overflow:hidden;position:relative}.console-shell:before{background:radial-gradient(circle at top left,rgba(246,190,47,.12),transparent 30%),radial-gradient(circle at top right,var(--landing-glow),transparent 32%);content:"";inset:0;pointer-events:none;position:absolute}.hero-console-light{background:linear-gradient(180deg,#fffffff5,#f8fafcf5);border-color:#e2e8f0e6;box-shadow:0 0 0 1px #ffffffb8,0 40px 100px -56px #0f172a33}.hero-console-light:before{background:radial-gradient(circle at top left,rgba(246,190,47,.12),transparent 28%),radial-gradient(circle at top right,rgba(66,183,255,.14),transparent 30%)}.hero-console-light.noise-surface:after{background-image:radial-gradient(rgba(148,163,184,.9) .52px,transparent 0);mix-blend-mode:normal;opacity:.08}.noise-surface:after{background-image:radial-gradient(hsla(0,0%,100%,.16) .55px,transparent 0);background-size:14px 14px;content:"";inset:0;mix-blend-mode:soft-light;opacity:.18;pointer-events:none;position:absolute}.panel-divider{background:linear-gradient(90deg,#fff0,#94a3b852,#fff0)}.mockup-glow{box-shadow:0 0 0 1px #ffffff0f,0 36px 90px -50px #020617e0}.glass-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff9e}.soft-divider{background:linear-gradient(90deg,#e2e8f000,#cbd5e1e6,#e2e8f000)}.status-dot{border-radius:9999px;box-shadow:0 0 14px currentColor;display:inline-flex;height:9px;width:9px}.reveal-on-scroll{--reveal-duration: .72s;--reveal-delay: 0ms;--reveal-translate-x: 0px;--reveal-translate-y: 28px;--reveal-scale: 1;opacity:0;transform:translate3d(var(--reveal-translate-x),var(--reveal-translate-y),0) scale(var(--reveal-scale));transition:opacity var(--reveal-duration) cubic-bezier(.22,1,.36,1) var(--reveal-delay),transform var(--reveal-duration) cubic-bezier(.22,1,.36,1) var(--reveal-delay);will-change:transform,opacity}.reveal-on-scroll.is-visible{opacity:1;transform:translateZ(0) scale(1)}.interactive-card{transition:transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s cubic-bezier(.22,1,.36,1),border-color .22s ease,background-color .22s ease,opacity .22s ease;will-change:transform}.interactive-card:hover{border-color:#64748b4d;box-shadow:0 30px 80px -44px #0f172a3d;transform:translateY(-6px)}.interactive-chip{transition:transform .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.interactive-chip:hover{background-color:#fffffff5;border-color:#64748b52;box-shadow:0 18px 44px -30px #0f172a3d;transform:translateY(-2px)}.hover-arrow{transition:transform .2s ease}.interactive-card:hover .hover-arrow,.interactive-chip:hover .hover-arrow{transform:translate(4px)}.capability-fade-enter-active,.capability-fade-leave-active{transition:opacity .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1)}.capability-fade-enter-from,.capability-fade-leave-to{opacity:0;transform:translateY(12px)}@media(prefers-reduced-motion:reduce){.reveal-on-scroll{opacity:1!important;transform:none!important;transition:none!important}.capability-fade-enter-active,.capability-fade-leave-active,.hover-arrow,.interactive-card,.interactive-chip{transition:none!important}.interactive-card:hover,.interactive-chip:hover{transform:none!important}}@media(max-width:767px){.hero-orb{filter:blur(72px);opacity:.6}.console-shell{border-radius:28px;box-shadow:0 0 0 1px #ffffff0a,0 28px 70px -42px #0206179e}.hero-console-light{box-shadow:0 0 0 1px #ffffffb8,0 28px 70px -42px #0f172a29}}@media(max-width:430px){.hero-title{font-size:2.05rem;line-height:1.08}.hero-copy{font-size:.9375rem;line-height:1.72}.hero-console-shell{padding:14px}.hero-console-grid{gap:12px}.hero-stat-grid{gap:10px}.hero-stat-card{padding:14px}}@media(max-width:390px){.hero-title{font-size:1.9rem}.hero-copy{font-size:.875rem;line-height:1.68}.hero-badges{gap:6px}.hero-actions{margin-top:28px}.hero-console-shell{border-radius:24px;padding:12px}.hero-console-grid{gap:10px}.hero-stat-card{padding:12px}}@media(max-width:375px){.hero-title{font-size:1.78rem;line-height:1.1}.hero-copy{font-size:.875rem;line-height:1.62}.hero-stat-grid{gap:8px}.hero-stat-card{border-radius:18px;padding:11px}.hero-stat-value{font-size:.875rem;line-height:1.5}.hero-stat-desc{font-size:.75rem;line-height:1.45}}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.i-heroicons-arrow-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-arrow-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-arrow-up-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4.5 19.5l15-15m0 0H8.25m11.25 0v11.25'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-bars-3{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-bolt{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75L12 13.5z'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-book-open{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 6.042A8.97 8.97 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A9 9 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.97 8.97 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A9 9 0 0 0 18 18a8.97 8.97 0 0 0-6 2.292m0-14.25v14.25'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-check-badge{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9 12.75L11.25 15L15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.75 3.75 0 0 1-1.043 3.296a3.75 3.75 0 0 1-3.296 1.043A3.75 3.75 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.75 3.75 0 0 1-3.296-1.043a3.75 3.75 0 0 1-1.043-3.296A3.75 3.75 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.75 3.75 0 0 1 1.043-3.296a3.75 3.75 0 0 1 3.296-1.043A3.75 3.75 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.75 3.75 0 0 1 3.296 1.043a3.75 3.75 0 0 1 1.043 3.296A3.75 3.75 0 0 1 21 12'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-clock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0a9 9 0 0 1 18 0'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-document-text{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-inbox{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859m-19.5.338V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162q0-.338-.1-.661l-2.41-7.839a2.25 2.25 0 0 0-2.15-1.588H6.911a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.3 2.3 0 0 0-.1.661'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-link{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622l1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-play-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0'/%3E%3Cpath d='M15.91 11.672a.375.375 0 0 1 0 .656l-5.603 3.113a.375.375 0 0 1-.557-.328V8.887c0-.286.307-.466.557-.327z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-rectangle-stack{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 6.878V6a2.25 2.25 0 0 1 2.25-2.25h7.5A2.25 2.25 0 0 1 18 6v.878m-12 0q.354-.126.75-.128h10.5q.396.002.75.128m-12 0A2.25 2.25 0 0 0 4.5 9v.878m13.5-3A2.25 2.25 0 0 1 19.5 9v.878m0 0a2.3 2.3 0 0 0-.75-.128H5.25q-.396.002-.75.128m15 0A2.25 2.25 0 0 1 21 12v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6c0-.98.626-1.813 1.5-2.122'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-user-group{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18 18.72a9.1 9.1 0 0 0 3.741-.479q.01-.12.01-.241a3 3 0 0 0-4.692-2.478m.94 3.197l.001.031q0 .337-.037.666A11.94 11.94 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6 6 0 0 1 6 18.719m12 0a5.97 5.97 0 0 0-.941-3.197m0 0A6 6 0 0 0 12 12.75a6 6 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72a9 9 0 0 0 3.74.477m.94-3.197a5.97 5.97 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0a3 3 0 0 1 6 0m6 3a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0m-13.5 0a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-users{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15 19.128a9.4 9.4 0 0 0 2.625.372a9.3 9.3 0 0 0 4.121-.952q.004-.086.004-.173a4.125 4.125 0 0 0-7.536-2.32M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.3 12.3 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0a3.375 3.375 0 0 1 6.75 0m8.25 2.25a2.625 2.625 0 1 1-5.25 0a2.625 2.625 0 0 1 5.25 0'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}.i-heroicons-x-mark{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 18L18 6M6 6l12 12'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1.2em}:is(.prose){color:var(--un-prose-body);font-size:1rem;line-height:1.75;max-width:65ch;--un-prose-body:#374151;--un-prose-invert-body:#d1d5db;--un-prose-headings:#111827;--un-prose-invert-headings:#fff;--un-prose-lead:#4b5563;--un-prose-invert-lead:#9ca3af;--un-prose-links:#111827;--un-prose-invert-links:#fff;--un-prose-bold:#111827;--un-prose-invert-bold:#fff;--un-prose-counters:#6b7280;--un-prose-invert-counters:#9ca3af;--un-prose-bullets:#d1d5db;--un-prose-invert-bullets:#4b5563;--un-prose-hr:#e5e7eb;--un-prose-invert-hr:#374151;--un-prose-quotes:#111827;--un-prose-invert-quotes:#f3f4f6;--un-prose-quote-borders:#e5e7eb;--un-prose-invert-quote-borders:#374151;--un-prose-captions:#6b7280;--un-prose-invert-captions:#9ca3af;--un-prose-kbd:#111827;--un-prose-invert-kbd:#fff;--un-prose-kbd-shadows:#111827;--un-prose-invert-kbd-shadows:#fff;--un-prose-code:#111827;--un-prose-invert-code:#fff;--un-prose-pre-code:#e5e7eb;--un-prose-invert-pre-code:#d1d5db;--un-prose-pre-bg:#1f2937;--un-prose-invert-pre-bg:rgba(0,0,0,.5);--un-prose-th-borders:#d1d5db;--un-prose-invert-th-borders:#4b5563;--un-prose-td-borders:#e5e7eb;--un-prose-invert-td-borders:#374151}:is(.prose) :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}:is(.prose) :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}:is(.prose) :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-links);font-weight:500;text-decoration:underline}:is(.prose) :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-bold);font-weight:600}:is(.prose) :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}:is(.prose) :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}:is(.prose) :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}:is(.prose) :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}:is(.prose) :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}:is(.prose) :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}:is(.prose) :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}:is(.prose) :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}:is(.prose) :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}:is(.prose) :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}:is(.prose) :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}:is(.prose) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--un-prose-counters);font-weight:400}:is(.prose) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--un-prose-bullets)}:is(.prose) :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-weight:600;margin-top:1.25em}:is(.prose) :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--un-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}:is(.prose) :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-inline-start-color:var(--un-prose-quote-borders);border-inline-start-width:.25rem;color:var(--un-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em;quotes:"“""”""‘""’"}:is(.prose) :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}:is(.prose) :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}:is(.prose) :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}:is(.prose) :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}:is(.prose) :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}:is(.prose) :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}:is(.prose) :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}:is(.prose) :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}:is(.prose) :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}:is(.prose) :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}:is(.prose) :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:is(.prose) :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}:is(.prose) :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:is(.prose) :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;box-shadow:0 0 0 1px rgb(var(--un-prose-kbd-shadows) / 10%),0 3px rgb(var(--un-prose-kbd-shadows) / 10%);color:var(--un-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}:is(.prose) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-code);font-size:.875em;font-weight:600}:is(.prose) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}:is(.prose) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}:is(.prose) :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}:is(.prose) :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}:is(.prose) :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--un-prose-pre-bg);border-radius:.375rem;color:var(--un-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}:is(.prose) :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}:is(.prose) :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}:is(.prose) :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}:is(.prose) :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;width:100%}:is(.prose) :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--un-prose-th-borders);border-bottom-width:1px}:is(.prose) :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-weight:600;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em;vertical-align:bottom}:is(.prose) :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--un-prose-td-borders);border-bottom-width:1px}:is(.prose) :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}:is(.prose) :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}:is(.prose) :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--un-prose-th-borders);border-top-width:1px}:is(.prose) :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}:is(.prose) :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}:is(.prose) :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:is(.prose) :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}:is(.prose) :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:is(.prose) :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}:is(.prose) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:is(.prose) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:is(.prose) :where(>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}:is(.prose) :where(>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:is(.prose) :where(>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}:is(.prose) :where(>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:is(.prose) :where(>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}:is(.prose) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}:is(.prose) :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}:is(.prose) :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}:is(.prose) :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose) :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose) :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose) :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose) :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:is(.prose) :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:is(.prose) :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}:is(.prose) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:is(.prose) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:is(.prose) :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:is(.prose) :where(>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose) :where(>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}:is(.prose-slate){--un-prose-body:#334155;--un-prose-invert-body:#cbd5e1;--un-prose-headings:#0f172a;--un-prose-invert-headings:#fff;--un-prose-lead:#475569;--un-prose-invert-lead:#94a3b8;--un-prose-links:#0f172a;--un-prose-invert-links:#fff;--un-prose-bold:#0f172a;--un-prose-invert-bold:#fff;--un-prose-counters:#64748b;--un-prose-invert-counters:#94a3b8;--un-prose-bullets:#cbd5e1;--un-prose-invert-bullets:#475569;--un-prose-hr:#e2e8f0;--un-prose-invert-hr:#334155;--un-prose-quotes:#0f172a;--un-prose-invert-quotes:#f1f5f9;--un-prose-quote-borders:#e2e8f0;--un-prose-invert-quote-borders:#334155;--un-prose-captions:#64748b;--un-prose-invert-captions:#94a3b8;--un-prose-kbd:#0f172a;--un-prose-invert-kbd:#fff;--un-prose-kbd-shadows:#0f172a;--un-prose-invert-kbd-shadows:#fff;--un-prose-code:#0f172a;--un-prose-invert-code:#fff;--un-prose-pre-code:#e2e8f0;--un-prose-invert-pre-code:#cbd5e1;--un-prose-pre-bg:#1e293b;--un-prose-invert-pre-bg:rgba(0,0,0,.5);--un-prose-th-borders:#cbd5e1;--un-prose-invert-th-borders:#475569;--un-prose-td-borders:#e2e8f0;--un-prose-invert-td-borders:#334155}:is(.prose-lg){font-size:1.125rem;line-height:1.7777778}:is(.prose-lg) :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em}:is(.prose-lg) :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-bottom:1.0909091em;margin-top:1.0909091em}:is(.prose-lg) :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.6666667em;margin-top:1.6666667em;padding-inline-start:1em}:is(.prose-lg) :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;line-height:1;margin-bottom:.8333333em;margin-top:0}:is(.prose-lg) :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;line-height:1.3333333;margin-bottom:1.0666667em;margin-top:1.8666667em}:is(.prose-lg) :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;line-height:1.5;margin-bottom:.6666667em;margin-top:1.6666667em}:is(.prose-lg) :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.7777778em}:is(.prose-lg) :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em}:is(.prose-lg) :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em}:is(.prose-lg) :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:is(.prose-lg) :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em}:is(.prose-lg) :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;font-size:.8888889em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-top:.2222222em;padding-inline-start:.4444444em}:is(.prose-lg) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}:is(.prose-lg) :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}:is(.prose-lg) :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}:is(.prose-lg) :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.375rem;font-size:.8888889em;line-height:1.75;margin-bottom:2em;margin-top:2em;padding-inline-end:1.5em;padding-bottom:1em;padding-top:1em;padding-inline-start:1.5em}:is(.prose-lg) :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-inline-start:1.5555556em}:is(.prose-lg) :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-inline-start:1.5555556em}:is(.prose-lg) :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.6666667em;margin-top:.6666667em}:is(.prose-lg) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}:is(.prose-lg) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}:is(.prose-lg) :where(>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.8888889em;margin-top:.8888889em}:is(.prose-lg) :where(>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}:is(.prose-lg) :where(>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}:is(.prose-lg) :where(>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}:is(.prose-lg) :where(>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}:is(.prose-lg) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.8888889em;margin-top:.8888889em}:is(.prose-lg) :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em}:is(.prose-lg) :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}:is(.prose-lg) :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}:is(.prose-lg) :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:3.1111111em;margin-top:3.1111111em}:is(.prose-lg) :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose-lg) :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose-lg) :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose-lg) :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose-lg) :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}:is(.prose-lg) :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}:is(.prose-lg) :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:is(.prose-lg) :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:is(.prose-lg) :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-top:.75em;padding-inline-start:.75em}:is(.prose-lg) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:is(.prose-lg) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:is(.prose-lg) :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em}:is(.prose-lg) :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:is(.prose-lg) :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}:is(.prose-lg) :where(>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose-lg) :where(>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.section-shell{padding-bottom:2.5rem;padding-top:2.5rem;position:relative}.container-section{margin-left:auto;margin-right:auto;max-width:1240px;padding-left:1rem;padding-right:1rem;width:100%}.section-intro{margin-left:auto;margin-right:auto;max-width:48rem;text-align:center}.section-subtitle{font-size:15px;margin-top:.75rem;max-width:42rem;--un-text-opacity:1;color:rgb(71 85 105 / var(--un-text-opacity));line-height:1.75rem}.section-title{font-size:30px;margin-top:.75rem;--un-text-opacity:1;color:rgb(2 6 23 / var(--un-text-opacity));font-weight:600;letter-spacing:-.05em;line-height:1.25}.button-primary{align-items:center;border-radius:1rem;display:inline-flex;gap:.5rem;justify-content:center;width:100%;--un-bg-opacity:1;background-color:rgb(246 190 47 / var(--un-bg-opacity));font-size:.875rem;line-height:1.25rem;padding:.875rem 1.25rem;--un-text-opacity:1;color:rgb(2 6 23 / var(--un-text-opacity));font-weight:600;--un-shadow:0 24px 60px -32px var(--un-shadow-color, rgba(246,190,47,.7));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-duration:.15s;transition-duration:.3s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.button-secondary{align-items:center;background-color:#ffffffe6;border-color:#e2e8f0cc;border-radius:1rem;border-width:1px;display:inline-flex;font-size:.875rem;gap:.5rem;justify-content:center;line-height:1.25rem;padding:.875rem 1.25rem;width:100%;--un-text-opacity:1;color:rgb(30 41 59 / var(--un-text-opacity));font-weight:600;--un-shadow:0 22px 50px -36px var(--un-shadow-color, rgba(15,23,42,.14));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-duration:.15s;transition-duration:.3s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.metric-pill{align-items:center;background-color:#ffffffd6;border-color:#e2e8f0bf;border-radius:9999px;border-width:1px;display:inline-flex;font-size:.75rem;gap:.5rem;line-height:1rem;padding:.375rem .875rem;--un-text-opacity:1;color:rgb(71 85 105 / var(--un-text-opacity));font-weight:500;--un-shadow:0 12px 30px -26px var(--un-shadow-color, rgba(15,23,42,.2));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.section-kicker{align-items:center;background-color:#ffffffc7;border-color:#e2e8f0b3;border-radius:9999px;border-width:1px;display:inline-flex;font-size:11px;gap:.5rem;padding:.375rem .875rem;--un-text-opacity:1;color:rgb(71 85 105 / var(--un-text-opacity));font-weight:600;letter-spacing:.22em;text-transform:uppercase;--un-shadow:0 14px 34px -26px var(--un-shadow-color, rgba(15,23,42,.28));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.button-primary:hover{--un-translate-y:-.125rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-bg-opacity:1;background-color:rgb(255 211 102 / var(--un-bg-opacity))}.button-secondary:hover{--un-translate-y:-.125rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-border-opacity:1;border-color:rgb(203 213 225 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.panel-card{background-color:#ffffffd1;border-color:#e2e8f0b3;border-radius:26px;border-width:1px;--un-shadow:0 30px 90px -50px var(--un-shadow-color, rgba(15,23,42,.28));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.soft-card{background-color:#ffffffc2;border-color:#e2e8f0b3;border-radius:22px;border-width:1px;--un-shadow:0 20px 70px -44px var(--un-shadow-color, rgba(15,23,42,.22));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}@media(min-width:640px){.button-primary,.button-secondary{padding-left:1.5rem;padding-right:1.5rem;width:auto}.panel-card{border-radius:30px}.soft-card{border-radius:24px}.container-section{padding-left:1.5rem;padding-right:1.5rem}.section-shell{padding-bottom:3rem;padding-top:3rem}.section-title{font-size:1.875rem;line-height:2.25rem}}@media(min-width:768px){.section-subtitle{font-size:1.125rem;line-height:1.75rem;line-height:2rem;margin-top:.75rem}.section-title{font-size:2.25rem;line-height:2.5rem;margin-top:1rem}.section-shell{padding-bottom:3.5rem;padding-top:3.5rem}}@media(min-width:1024px){.container-section{padding-left:2rem;padding-right:2rem}.section-shell{padding-bottom:4rem;padding-top:4rem}.section-title{font-size:3rem;line-height:1}}.\[-ms-overflow-style\:none\]{-ms-overflow-style:none}.\[scrollbar-width\:none\]{scrollbar-width:none}.absolute,[absolute=""]{position:absolute}.fixed{position:fixed}.relative{position:relative}.inset-0,[inset-0=""]{inset:0}.inset-x-0,[inset-x-0=""]{left:0;right:0}.-bottom-1\/2{bottom:-50%}.bottom-0,[bottom-0=""]{bottom:0}.bottom-4{bottom:1rem}.left-\[10\%\]{left:10%}.left-\[12\%\]{left:12%}.left-\[6\%\]{left:6%}.left-\[8\%\]{left:8%}.left-0{left:0}.left-2{left:.5rem}.right-\[10\%\]{right:10%}.right-\[8\%\]{right:8%}.right-0{right:0}.top-0,[top-0=""]{top:0}.top-1\/2{top:50%}.top-10,[top-10=""]{top:2.5rem}.top-12{top:3rem}.top-14,[top-14=""]{top:3.5rem}.top-2{top:.5rem}.top-20,[top-20=""]{top:5rem}.top-24{top:6rem}.top-28,[top-28=""]{top:7rem}.top-4,[top-4=""]{top:1rem}.top-8,[top-8=""]{top:2rem}.line-clamp-2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.isolate{isolation:isolate}.-z-10,[-z-10=""]{z-index:-10}.z-\[1\]{z-index:1}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.order-1{order:1}.order-2{order:2}.grid,[grid=""]{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-6,[mb-6=""]{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-2,[mt-2=""]{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3,[mt-3=""]{margin-top:.75rem}.mt-3\.5{margin-top:.875rem}.mt-4,[mt-4=""]{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6,[mt-6=""]{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8,[mt-8=""]{margin-top:2rem}.block,[block=""]{display:block}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar,.hidden,[hidden=""]{display:none}.h-\[102px\]{height:102px}.h-\[14px\]{height:14px}.h-\[22px\]{height:22px}.h-\[360px\]{height:360px}.h-\[420px\]{height:420px}.h-\[560px\]{height:560px}.h-\[72px\]{height:72px}.h-1\.5,[h-1\.5=""]{height:.375rem}.h-1\/2{height:50%}.h-10,[h-10=""]{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14,[h-14=""]{height:3.5rem}.h-2,.h2,[h2=""]{height:.5rem}.h-28,[h-28=""]{height:7rem}.h-3\.5{height:.875rem}.h-4,.h4{height:1rem}.h-44{height:11rem}.h-48,[h-48=""]{height:12rem}.h-5{height:1.25rem}.h-52,[h-52=""]{height:13rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64,[h-64=""]{height:16rem}.h-7{height:1.75rem}.h-72,[h-72=""]{height:18rem}.h-8,[h-8=""]{height:2rem}.h-80,[h-80=""]{height:20rem}.h-9{height:2.25rem}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px,[h-px=""]{height:1px}.h1,[h1=""]{height:.25rem}.h3{height:.75rem}.max-h-\[220px\]{max-height:220px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-520px{max-width:520px}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-md,[max-w-md=""]{max-width:28rem}.max-w-none{max-width:none}.min-h-screen{min-height:100vh}.min-w-\[180px\]{min-width:180px}.min-w-\[188px\]{min-width:188px}.min-w-\[272px\]{min-width:272px}.min-w-\[28px\]{min-width:28px}.min-w-0,[min-w-0=""]{min-width:0}.w-\[14px\]{width:14px}.w-\[22px\]{width:22px}.w-1{width:.25rem}.w-10,[w-10=""]{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14,[w-14=""]{width:3.5rem}.w-18{width:4.5rem}.w-2{width:.5rem}.w-20,[w-20=""]{width:5rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-44{width:11rem}.w-48,[w-48=""]{width:12rem}.w-5{width:1.25rem}.w-52,[w-52=""]{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64,[w-64=""]{width:16rem}.w-72,[w-72=""]{width:18rem}.w-8,[w-8=""]{width:2rem}.w-80,[w-80=""]{width:20rem}.w-9{width:2.25rem}.w-full,[w-full=""]{width:100%}.flex,[flex=""]{display:flex}.inline-flex,[inline-flex=""]{display:inline-flex}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-col{flex-direction:column}.flex-wrap,[flex-wrap=""]{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}[table=""]{display:table}.border-collapse{border-collapse:collapse}.-translate-y-1\/2{--un-translate-y:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.-translate-y-2{--un-translate-y:-.5rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-y-0{--un-translate-y:0;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:-translate-y-0\.5:hover{--un-translate-y:-.125rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}[transform=""]{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.cursor-pointer{cursor:pointer}.resize{resize:both}.place-content-center{place-content:center}.items-start,[items-start=""]{align-items:flex-start}.items-center,[items-center=""]{align-items:center}.self-start{align-self:flex-start}.justify-center,[justify-center=""]{justify-content:center}.justify-between,[justify-between=""]{justify-content:space-between}.gap-1{gap:.25rem}.gap-2,[gap-2=""]{gap:.5rem}.gap-2\.5,[gap-2\.5=""]{gap:.625rem}.gap-3,[gap-3=""]{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4,[gap-4=""]{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-y-2\.5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-bottom:calc(.625rem*var(--un-space-y-reverse));margin-top:calc(.625rem*(1 - var(--un-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-bottom:calc(.5rem*var(--un-space-y-reverse));margin-top:calc(.5rem*(1 - var(--un-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-bottom:calc(.75rem*var(--un-space-y-reverse));margin-top:calc(.75rem*(1 - var(--un-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-bottom:calc(1rem*var(--un-space-y-reverse));margin-top:calc(1rem*(1 - var(--un-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--un-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--un-space-y-reverse)))}.overflow-hidden,[overflow-hidden=""]{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.truncate,[truncate=""]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-words{overflow-wrap:break-word}.border,[b=""],[border=""]{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-amber-100{--un-border-opacity:1;border-color:rgb(254 243 199 / var(--un-border-opacity))}.border-amber-200{--un-border-opacity:1;border-color:rgb(253 230 138 / var(--un-border-opacity))}.border-cyan-100{--un-border-opacity:1;border-color:rgb(207 250 254 / var(--un-border-opacity))}.border-cyan-200{--un-border-opacity:1;border-color:rgb(165 243 252 / var(--un-border-opacity))}.border-emerald-100{--un-border-opacity:1;border-color:rgb(209 250 229 / var(--un-border-opacity))}.border-emerald-200{--un-border-opacity:1;border-color:rgb(167 243 208 / var(--un-border-opacity))}.border-primary-100{--un-border-opacity:1;border-color:rgb(255 242 201 / var(--un-border-opacity))}.border-primary-200,[border-primary-200=""]{--un-border-opacity:1;border-color:rgb(255 228 157 / var(--un-border-opacity))}.border-sky-100{--un-border-opacity:1;border-color:rgb(224 242 254 / var(--un-border-opacity))}.border-sky-200{--un-border-opacity:1;border-color:rgb(186 230 253 / var(--un-border-opacity))}.border-slate-200,[border-slate-200=""]{--un-border-opacity:1;border-color:rgb(226 232 240 / var(--un-border-opacity))}.border-slate-200\/40{border-color:#e2e8f066}.border-slate-200\/70{border-color:#e2e8f0b3}.border-slate-200\/80{border-color:#e2e8f0cc}.border-slate-400\/40{border-color:#94a3b866}.border-transparent{border-color:transparent}.border-violet-100{--un-border-opacity:1;border-color:rgb(237 233 254 / var(--un-border-opacity))}.border-violet-200{--un-border-opacity:1;border-color:rgb(221 214 254 / var(--un-border-opacity))}.border-white,[border-white=""]{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity))}.border-white\/10{border-color:#ffffff1a}.border-white\/12{border-color:#ffffff1f}.border-white\/70{border-color:#ffffffb3}.border-white\/8{border-color:#ffffff14}.hover\:border-slate-300:hover{--un-border-opacity:1;border-color:rgb(203 213 225 / var(--un-border-opacity))}.rounded-\[16px\]{border-radius:16px}.rounded-\[18px\]{border-radius:18px}.rounded-\[20px\]{border-radius:20px}.rounded-\[22px\]{border-radius:22px}.rounded-\[24px\]{border-radius:24px}.rounded-\[28px\]{border-radius:28px}.rounded-2xl,[rounded-2xl=""]{border-radius:1rem}.rounded-full,[rounded-full=""]{border-radius:9999px}.rounded-r-full{border-bottom-right-radius:9999px;border-top-right-radius:9999px}.border-dashed{border-style:dashed}.bg-\[\#0b1828\]{--un-bg-opacity:1;background-color:rgb(11 24 40 / var(--un-bg-opacity))}.bg-\[\#f7f9fc\]{--un-bg-opacity:1;background-color:rgb(247 249 252 / var(--un-bg-opacity))}.bg-\[\#f8fafc\],.bg-slate-50{--un-bg-opacity:1;background-color:rgb(248 250 252 / var(--un-bg-opacity))}.bg-\[\#f8fbff\]{--un-bg-opacity:1;background-color:rgb(248 251 255 / var(--un-bg-opacity))}.bg-\[\#fcfcfd\]{--un-bg-opacity:1;background-color:rgb(252 252 253 / var(--un-bg-opacity))}.bg-\[\#fcfdff\]{--un-bg-opacity:1;background-color:rgb(252 253 255 / var(--un-bg-opacity))}.bg-\[\#fffaf2\]{--un-bg-opacity:1;background-color:rgb(255 250 242 / var(--un-bg-opacity))}.bg-\[linear-gradient\(180deg\,\#f8fbff_0\%\,\#f4f9ff_34\%\,\#ffffff_100\%\)\]{background-image:linear-gradient(180deg,#f8fbff,#f4f9ff 34%,#fff)}.bg-\[linear-gradient\(180deg\,\#fbfdff_0\%\,\#f7fbff_34\%\,\#ffffff_100\%\)\]{background-image:linear-gradient(180deg,#fbfdff,#f7fbff 34%,#fff)}.bg-\[radial-gradient\(circle_at_12\%_18\%\,rgba\(66\,183\,255\,0\.14\)\,transparent_24\%\)\,radial-gradient\(circle_at_84\%_20\%\,rgba\(246\,190\,47\,0\.14\)\,transparent_22\%\)\,radial-gradient\(circle_at_62\%_74\%\,rgba\(16\,185\,129\,0\.1\)\,transparent_20\%\)\]{background-image:radial-gradient(circle at 12% 18%,rgba(66,183,255,.14),transparent 24%),radial-gradient(circle at 84% 20%,rgba(246,190,47,.14),transparent 22%),radial-gradient(circle at 62% 74%,rgba(16,185,129,.1),transparent 20%)}.bg-\[radial-gradient\(circle_at_12\%_18\%\,rgba\(66\,183\,255\,0\.16\)\,transparent_24\%\)\,radial-gradient\(circle_at_86\%_16\%\,rgba\(246\,190\,47\,0\.14\)\,transparent_24\%\)\,radial-gradient\(circle_at_60\%_72\%\,rgba\(16\,185\,129\,0\.1\)\,transparent_20\%\)\]{background-image:radial-gradient(circle at 12% 18%,rgba(66,183,255,.16),transparent 24%),radial-gradient(circle at 86% 16%,rgba(246,190,47,.14),transparent 24%),radial-gradient(circle at 60% 72%,rgba(16,185,129,.1),transparent 20%)}.bg-\[radial-gradient\(circle_at_top\,rgba\(66\,183\,255\,0\.18\)\,transparent_40\%\)\,radial-gradient\(circle_at_14\%_18\%\,rgba\(246\,190\,47\,0\.14\)\,transparent_22\%\)\,radial-gradient\(circle_at_84\%_18\%\,rgba\(167\,139\,250\,0\.14\)\,transparent_24\%\)\]{background-image:radial-gradient(circle at top,rgba(66,183,255,.18),transparent 40%),radial-gradient(circle at 14% 18%,rgba(246,190,47,.14),transparent 22%),radial-gradient(circle at 84% 18%,rgba(167,139,250,.14),transparent 24%)}.bg-accent-100\/28{background-color:#cff5ff47}.bg-accent-100\/30{background-color:#cff5ff4d}.bg-accent-100\/34{background-color:#cff5ff57}.bg-accent-100\/35{background-color:#cff5ff59}.bg-accent-100\/45{background-color:#cff5ff73}.bg-accent-100\/52{background-color:#cff5ff85}.bg-accent-200\/26{background-color:#9de9ff42}.bg-accent-400{--un-bg-opacity:1;background-color:rgb(66 183 255 / var(--un-bg-opacity))}.bg-accent-400\/12{background-color:#42b7ff1f}.bg-accent-400\/14{background-color:#42b7ff24}.bg-accent-400\/16{background-color:#42b7ff29}.bg-amber-100{--un-bg-opacity:1;background-color:rgb(254 243 199 / var(--un-bg-opacity))}.bg-amber-400,[bg-amber-400=""]{--un-bg-opacity:1;background-color:rgb(251 191 36 / var(--un-bg-opacity))}.bg-amber-50,[bg-amber-50=""]{--un-bg-opacity:1;background-color:rgb(255 251 235 / var(--un-bg-opacity))}.bg-amber-500,[bg-amber-500=""]{--un-bg-opacity:1;background-color:rgb(245 158 11 / var(--un-bg-opacity))}.bg-aurora-100\/40{background-color:#ede9fe66}.bg-aurora-400{--un-bg-opacity:1;background-color:rgb(167 139 250 / var(--un-bg-opacity))}.bg-cyan-50{--un-bg-opacity:1;background-color:rgb(236 254 255 / var(--un-bg-opacity))}.bg-cyan-500{--un-bg-opacity:1;background-color:rgb(6 182 212 / var(--un-bg-opacity))}.bg-emerald-100{--un-bg-opacity:1;background-color:rgb(209 250 229 / var(--un-bg-opacity))}.bg-emerald-400,[bg-emerald-400=""]{--un-bg-opacity:1;background-color:rgb(52 211 153 / var(--un-bg-opacity))}.bg-emerald-50,[bg-emerald-50=""]{--un-bg-opacity:1;background-color:rgb(236 253 245 / var(--un-bg-opacity))}.bg-emerald-500,[bg-emerald-500=""]{--un-bg-opacity:1;background-color:rgb(16 185 129 / var(--un-bg-opacity))}.bg-primary-100,[bg-primary-100=""]{--un-bg-opacity:1;background-color:rgb(255 242 201 / var(--un-bg-opacity))}.bg-primary-100\/34{background-color:#fff2c957}.bg-primary-100\/42{background-color:#fff2c96b}.bg-primary-100\/55{background-color:#fff2c98c}.bg-primary-200\/24{background-color:#ffe49d3d}.bg-primary-400,[bg-primary-400=""]{--un-bg-opacity:1;background-color:rgb(246 190 47 / var(--un-bg-opacity))}.bg-primary-400\/12{background-color:#f6be2f1f}.bg-primary-400\/16{background-color:#f6be2f29}.bg-primary-400\/22{background-color:#f6be2f38}.bg-primary-50{--un-bg-opacity:1;background-color:rgb(255 249 235 / var(--un-bg-opacity))}.bg-primary-500{--un-bg-opacity:1;background-color:rgb(236 170 24 / var(--un-bg-opacity))}.bg-rose-400,[bg-rose-400=""]{--un-bg-opacity:1;background-color:rgb(251 113 133 / var(--un-bg-opacity))}.bg-sky-100{--un-bg-opacity:1;background-color:rgb(224 242 254 / var(--un-bg-opacity))}.bg-sky-50{--un-bg-opacity:1;background-color:rgb(240 249 255 / var(--un-bg-opacity))}.bg-sky-500{--un-bg-opacity:1;background-color:rgb(14 165 233 / var(--un-bg-opacity))}.bg-slate-100,[bg-slate-100=""]{--un-bg-opacity:1;background-color:rgb(241 245 249 / var(--un-bg-opacity))}.bg-slate-50\/88{background-color:#f8fafce0}.bg-slate-50\/92{background-color:#f8fafceb}.bg-transparent{background-color:transparent}.bg-violet-100{--un-bg-opacity:1;background-color:rgb(237 233 254 / var(--un-bg-opacity))}.bg-violet-50{--un-bg-opacity:1;background-color:rgb(245 243 255 / var(--un-bg-opacity))}.bg-violet-500{--un-bg-opacity:1;background-color:rgb(139 92 246 / var(--un-bg-opacity))}.bg-white,[bg-white=""]{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/4{background-color:#ffffff0a}.bg-white\/46{background-color:#ffffff75}.bg-white\/6{background-color:#ffffff0f}.bg-white\/76{background-color:#ffffffc2}.bg-white\/8{background-color:#ffffff14}.bg-white\/82{background-color:#ffffffd1}.bg-white\/84{background-color:#ffffffd6}.bg-white\/86{background-color:#ffffffdb}.bg-white\/88{background-color:#ffffffe0}.bg-white\/90{background-color:#ffffffe6}.bg-white\/92{background-color:#ffffffeb}.bg-white\/94{background-color:#fffffff0}.dark .dark\:bg-black{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity))}[bg-accent-100=""]{--un-bg-opacity:1;background-color:rgb(207 245 255 / var(--un-bg-opacity))}[bg-accent-200=""]{--un-bg-opacity:1;background-color:rgb(157 233 255 / var(--un-bg-opacity))}[bg-primary-200=""]{--un-bg-opacity:1;background-color:rgb(255 228 157 / var(--un-bg-opacity))}.hover\:bg-slate-50:hover{--un-bg-opacity:1;background-color:rgb(248 250 252 / var(--un-bg-opacity))}.hover\:bg-white:hover{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/12:hover{background-color:#ffffff1f}.hover\:bg-white\/72:hover{background-color:#ffffffb8}.from-\[\#1a3248\]{--un-gradient-from-position:0%;--un-gradient-from:rgb(26 50 72 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(26,50,72,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-\[\#223845\]{--un-gradient-from-position:0%;--un-gradient-from:rgb(34 56 69 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(34,56,69,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-\[\#22384d\]{--un-gradient-from-position:0%;--un-gradient-from:rgb(34 56 77 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(34,56,77,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-\[\#223949\]{--un-gradient-from-position:0%;--un-gradient-from:rgb(34 57 73 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(34,57,73,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-\[\#23384b\]{--un-gradient-from-position:0%;--un-gradient-from:rgb(35 56 75 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(35,56,75,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-\[\#26384b\]{--un-gradient-from-position:0%;--un-gradient-from:rgb(38 56 75 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(38,56,75,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-amber-400{--un-gradient-from-position:0%;--un-gradient-from:rgb(251 191 36 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(251,191,36,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-amber-50{--un-gradient-from-position:0%;--un-gradient-from:rgb(255 251 235 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(255,251,235,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-amber-50\/90{--un-gradient-from-position:0%;--un-gradient-from:rgba(255,251,235,.9) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(255,251,235,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-amber-50\/95{--un-gradient-from-position:0%;--un-gradient-from:rgba(255,251,235,.95) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(255,251,235,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-cyan-50{--un-gradient-from-position:0%;--un-gradient-from:rgb(236 254 255 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(236,254,255,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-cyan-500{--un-gradient-from-position:0%;--un-gradient-from:rgb(6 182 212 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(6,182,212,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-emerald-50{--un-gradient-from-position:0%;--un-gradient-from:rgb(236 253 245 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(236,253,245,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-emerald-50\/95{--un-gradient-from-position:0%;--un-gradient-from:rgba(236,253,245,.95) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(236,253,245,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-emerald-500{--un-gradient-from-position:0%;--un-gradient-from:rgb(16 185 129 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(16,185,129,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-primary-300{--un-gradient-from-position:0%;--un-gradient-from:rgb(255 211 102 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(255,211,102,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-sky-50{--un-gradient-from-position:0%;--un-gradient-from:rgb(240 249 255 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(240,249,255,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-sky-50\/85{--un-gradient-from-position:0%;--un-gradient-from:rgba(240,249,255,.85) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(240,249,255,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-sky-50\/90{--un-gradient-from-position:0%;--un-gradient-from:rgba(240,249,255,.9) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(240,249,255,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-sky-50\/95{--un-gradient-from-position:0%;--un-gradient-from:rgba(240,249,255,.95) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(240,249,255,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-sky-500,[from-sky-500=""]{--un-gradient-from-position:0%;--un-gradient-from:rgb(14 165 233 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(14,165,233,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-slate-100{--un-gradient-from-position:0%;--un-gradient-from:rgb(241 245 249 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(241,245,249,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-slate-50{--un-gradient-from-position:0%;--un-gradient-from:rgb(248 250 252 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(248,250,252,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-slate-50\/88{--un-gradient-from-position:0%;--un-gradient-from:rgba(248,250,252,.88) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(248,250,252,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-slate-50\/92{--un-gradient-from-position:0%;--un-gradient-from:rgba(248,250,252,.92) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(248,250,252,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-transparent,[from-transparent=""]{--un-gradient-from-position:0%;--un-gradient-from:transparent var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:hsla(0,0%,100%,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-violet-50{--un-gradient-from-position:0%;--un-gradient-from:rgb(245 243 255 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(245,243,255,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-violet-50\/82{--un-gradient-from-position:0%;--un-gradient-from:rgba(245,243,255,.82) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(245,243,255,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-violet-50\/90{--un-gradient-from-position:0%;--un-gradient-from:rgba(245,243,255,.9) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(245,243,255,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-violet-50\/95{--un-gradient-from-position:0%;--un-gradient-from:rgba(245,243,255,.95) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(245,243,255,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-violet-500,[from-violet-500=""]{--un-gradient-from-position:0%;--un-gradient-from:rgb(139 92 246 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(139,92,246,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-white,[from-white=""]{--un-gradient-from-position:0%;--un-gradient-from:rgb(255 255 255 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:hsla(0,0%,100%,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-white\/96{--un-gradient-from-position:0%;--un-gradient-from:hsla(0,0%,100%,.96) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:hsla(0,0%,100%,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.via-\[\#21405b\]{--un-gradient-via-position:50%;--un-gradient-to:rgba(33,64,91,0);--un-gradient-stops:var(--un-gradient-from), rgb(33 64 91 / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to)}.via-\[\#2b4761\]{--un-gradient-via-position:50%;--un-gradient-to:rgba(43,71,97,0);--un-gradient-stops:var(--un-gradient-from), rgb(43 71 97 / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to)}.via-\[\#2b4860\]{--un-gradient-via-position:50%;--un-gradient-to:rgba(43,72,96,0);--un-gradient-stops:var(--un-gradient-from), rgb(43 72 96 / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to)}.via-\[\#2c4856\]{--un-gradient-via-position:50%;--un-gradient-to:rgba(44,72,86,0);--un-gradient-stops:var(--un-gradient-from), rgb(44 72 86 / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to)}.via-\[\#2d495b\]{--un-gradient-via-position:50%;--un-gradient-to:rgba(45,73,91,0);--un-gradient-stops:var(--un-gradient-from), rgb(45 73 91 / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to)}.via-\[\#30455a\]{--un-gradient-via-position:50%;--un-gradient-to:rgba(48,69,90,0);--un-gradient-stops:var(--un-gradient-from), rgb(48 69 90 / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to)}.via-\[\#32455a\]{--un-gradient-via-position:50%;--un-gradient-to:rgba(50,69,90,0);--un-gradient-stops:var(--un-gradient-from), rgb(50 69 90 / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to)}.via-white,[via-white=""]{--un-gradient-via-position:50%;--un-gradient-to:hsla(0,0%,100%,0);--un-gradient-stops:var(--un-gradient-from), rgb(255 255 255 / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to)}.to-\[\#2a4d6a\]{--un-gradient-to-position:100%;--un-gradient-to:rgb(42 77 106 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-\[\#397193\]{--un-gradient-to-position:100%;--un-gradient-to:rgb(57 113 147 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-\[\#3d675d\]{--un-gradient-to-position:100%;--un-gradient-to:rgb(61 103 93 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-\[\#4a7380\]{--un-gradient-to-position:100%;--un-gradient-to:rgb(74 115 128 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-\[\#5a4d78\]{--un-gradient-to-position:100%;--un-gradient-to:rgb(90 77 120 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-\[\#66563f\]{--un-gradient-to-position:100%;--un-gradient-to:rgb(102 86 63 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-\[\#7b6235\]{--un-gradient-to-position:100%;--un-gradient-to:rgb(123 98 53 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-amber-50{--un-gradient-to-position:100%;--un-gradient-to:rgb(255 251 235 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-cyan-400,[to-cyan-400=""]{--un-gradient-to-position:100%;--un-gradient-to:rgb(34 211 238 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-cyan-500,[to-cyan-500=""]{--un-gradient-to-position:100%;--un-gradient-to:rgb(6 182 212 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-fuchsia-500,[to-fuchsia-500=""]{--un-gradient-to-position:100%;--un-gradient-to:rgb(217 70 239 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-orange-400{--un-gradient-to-position:100%;--un-gradient-to:rgb(251 146 60 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-primary-400{--un-gradient-to-position:100%;--un-gradient-to:rgb(246 190 47 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-sky-50\/72{--un-gradient-to-position:100%;--un-gradient-to:rgba(240,249,255,.72) var(--un-gradient-to-position)}.to-sky-500{--un-gradient-to-position:100%;--un-gradient-to:rgb(14 165 233 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-slate-50{--un-gradient-to-position:100%;--un-gradient-to:rgb(248 250 252 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-teal-500{--un-gradient-to-position:100%;--un-gradient-to:rgb(20 184 166 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-white,[to-white=""]{--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.bg-gradient-to-b,[bg-gradient-to-b=""]{--un-gradient-shape:to bottom in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}.bg-gradient-to-br,[bg-gradient-to-br=""]{--un-gradient-shape:to bottom right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}.bg-gradient-to-r,[bg-gradient-to-r=""]{--un-gradient-shape:to right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}[stroke-width~="4"]{stroke-width:4px}[stroke-width~="5"]{stroke-width:5px}[stroke-width~="6"]{stroke-width:6px}[stroke~="#177C3B"]{--un-stroke-opacity:1;stroke:rgb(23 124 59 / var(--un-stroke-opacity))}[stroke~="#F6B524"]{--un-stroke-opacity:1;stroke:rgb(246 181 36 / var(--un-stroke-opacity))}[stroke~="#FFFDF6"]{--un-stroke-opacity:1;stroke:rgb(255 253 246 / var(--un-stroke-opacity))}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-0{padding:0}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3,[px-3=""]{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4,[px-4=""],[px=""]{padding-left:1rem;padding-right:1rem}.px-5,[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-bottom:.125rem;padding-top:.125rem}.py-1,[py-1=""]{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5,[py-1\.5=""]{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3,[py-3=""]{padding-bottom:.75rem;padding-top:.75rem}.py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.py-4,[py-4=""]{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pt-\[106px\]{padding-top:106px}.pt-\[112px\]{padding-top:112px}.pt-\[120px\]{padding-top:120px}.pt-0\.5{padding-top:.125rem}.pt-2{padding-top:.5rem}.pt-2\.5{padding-top:.625rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.text-center{text-align:center}.text-left,[text-left=""]{text-align:left}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[22px\]{font-size:22px}.text-\[28px\]{font-size:28px}.text-\[30px\]{font-size:30px}.text-\[34px\]{font-size:34px}.text-2xl,[text-2xl=""]{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-8xl{font-size:6rem;line-height:1}.text-base,[text-base=""]{font-size:1rem;line-height:1.5rem}.text-lg,[text-lg=""]{font-size:1.125rem;line-height:1.75rem}.text-sm,[text-sm=""]{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs,[text-xs=""]{font-size:.75rem;line-height:1rem}.dark .dark\:text-white,.text-white,[text-white=""]{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.group:hover .group-hover\:text-primary-700,.prose-a\:text-primary-700 :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))),.text-primary-700{--un-text-opacity:1;color:rgb(159 99 13 / var(--un-text-opacity))}.prose-headings\:text-slate-950 :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))),.prose-strong\:text-slate-950 :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))),.text-slate-950{--un-text-opacity:1;color:rgb(2 6 23 / var(--un-text-opacity))}.prose-li\:text-slate-600 :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))),.prose-p\:text-slate-600 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))),.text-slate-600,[text-slate-600=""]{--un-text-opacity:1;color:rgb(71 85 105 / var(--un-text-opacity))}.text-amber-500,[text-amber-500=""]{--un-text-opacity:1;color:rgb(245 158 11 / var(--un-text-opacity))}.text-amber-600{--un-text-opacity:1;color:rgb(217 119 6 / var(--un-text-opacity))}.text-amber-700,[text-amber-700=""]{--un-text-opacity:1;color:rgb(180 83 9 / var(--un-text-opacity))}.text-black{--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}.text-cyan-700{--un-text-opacity:1;color:rgb(14 116 144 / var(--un-text-opacity))}.text-emerald-400{--un-text-opacity:1;color:rgb(52 211 153 / var(--un-text-opacity))}.text-emerald-500,[text-emerald-500=""]{--un-text-opacity:1;color:rgb(16 185 129 / var(--un-text-opacity))}.text-emerald-600{--un-text-opacity:1;color:rgb(5 150 105 / var(--un-text-opacity))}.text-emerald-700,[text-emerald-700=""]{--un-text-opacity:1;color:rgb(4 120 87 / var(--un-text-opacity))}.text-primary-200{--un-text-opacity:1;color:rgb(255 228 157 / var(--un-text-opacity))}.text-sky-600{--un-text-opacity:1;color:rgb(2 132 199 / var(--un-text-opacity))}.text-sky-700{--un-text-opacity:1;color:rgb(3 105 161 / var(--un-text-opacity))}.text-slate-200{--un-text-opacity:1;color:rgb(226 232 240 / var(--un-text-opacity))}.text-slate-300,[text-slate-300=""]{--un-text-opacity:1;color:rgb(203 213 225 / var(--un-text-opacity))}.text-slate-400,[text-slate-400=""]{--un-text-opacity:1;color:rgb(148 163 184 / var(--un-text-opacity))}.text-slate-500,[text-slate-500=""]{--un-text-opacity:1;color:rgb(100 116 139 / var(--un-text-opacity))}.text-slate-700,[text-slate-700=""]{--un-text-opacity:1;color:rgb(51 65 85 / var(--un-text-opacity))}.text-slate-900,[text-slate-900=""]{--un-text-opacity:1;color:rgb(15 23 42 / var(--un-text-opacity))}.text-violet-600{--un-text-opacity:1;color:rgb(124 58 237 / var(--un-text-opacity))}.text-violet-700{--un-text-opacity:1;color:rgb(109 40 217 / var(--un-text-opacity))}.text-white\/45{color:#ffffff73}.text-white\/75{color:#ffffffbf}.hover\:text-primary-700:hover{--un-text-opacity:1;color:rgb(159 99 13 / var(--un-text-opacity))}.hover\:text-slate-700:hover{--un-text-opacity:1;color:rgb(51 65 85 / var(--un-text-opacity))}.hover\:text-slate-900:hover{--un-text-opacity:1;color:rgb(15 23 42 / var(--un-text-opacity))}.hover\:text-slate-950:hover{--un-text-opacity:1;color:rgb(2 6 23 / var(--un-text-opacity))}.hover\:text-white:hover{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium,[font-medium=""]{font-weight:500}.font-semibold,[font-semibold=""]{font-weight:600}.leading-\[1\.06\]{line-height:1.06}.leading-\[22px\]{line-height:22px}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7,[leading-7=""]{line-height:1.75rem}.leading-8{line-height:2rem}.leading-tight{line-height:1.25}.prose-headings\:tracking-tight :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))),.tracking-tight,[tracking-tight=""]{letter-spacing:-.025em}.tracking-\[-0\.05em\]{letter-spacing:-.05em}.tracking-\[-0\.07em\]{letter-spacing:-.07em}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.22em\]{letter-spacing:.22em}.tracking-\[0\.2em\]{letter-spacing:.2em}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.uppercase,[uppercase=""]{text-transform:uppercase}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.opacity-0{opacity:0}.opacity-10,[opacity-10=""]{opacity:.1}.opacity-100{opacity:1}.opacity-12,[opacity-12=""]{opacity:.12}.opacity-18,[opacity-18=""]{opacity:.18}.opacity-40,[opacity-40=""]{opacity:.4}.opacity-45{opacity:.45}.shadow-\[0_12px_24px_-18px_rgba\(15\,23\,42\,0\.28\)\]{--un-shadow:0 12px 24px -18px var(--un-shadow-color, rgba(15,23,42,.28));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_16px_36px_-28px_rgba\(15\,23\,42\,0\.14\)\]{--un-shadow:0 16px 36px -28px var(--un-shadow-color, rgba(15,23,42,.14));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_30px_-24px_rgba\(139\,92\,246\,0\.38\)\]{--un-shadow:0 18px 30px -24px var(--un-shadow-color, rgba(139,92,246,.38));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_30px_-24px_rgba\(15\,23\,42\,0\.18\)\]{--un-shadow:0 18px 30px -24px var(--un-shadow-color, rgba(15,23,42,.18));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_30px_-24px_rgba\(16\,185\,129\,0\.34\)\]{--un-shadow:0 18px 30px -24px var(--un-shadow-color, rgba(16,185,129,.34));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_30px_-24px_rgba\(245\,158\,11\,0\.34\)\]{--un-shadow:0 18px 30px -24px var(--un-shadow-color, rgba(245,158,11,.34));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_30px_-24px_rgba\(41\,145\,244\,0\.42\)\]{--un-shadow:0 18px 30px -24px var(--un-shadow-color, rgba(41,145,244,.42));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_30px_-24px_rgba\(6\,182\,212\,0\.34\)\]{--un-shadow:0 18px 30px -24px var(--un-shadow-color, rgba(6,182,212,.34));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_36px_-24px_rgba\(15\,23\,42\,0\.28\)\]{--un-shadow:0 18px 36px -24px var(--un-shadow-color, rgba(15,23,42,.28));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_40px_-30px_rgba\(15\,23\,42\,0\.12\)\]{--un-shadow:0 18px 40px -30px var(--un-shadow-color, rgba(15,23,42,.12));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_40px_-32px_rgba\(15\,23\,42\,0\.08\)\]{--un-shadow:0 18px 40px -32px var(--un-shadow-color, rgba(15,23,42,.08));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_40px_-32px_rgba\(15\,23\,42\,0\.18\)\]{--un-shadow:0 18px 40px -32px var(--un-shadow-color, rgba(15,23,42,.18));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_50px_-38px_rgba\(15\,23\,42\,0\.12\)\]{--un-shadow:0 18px 50px -38px var(--un-shadow-color, rgba(15,23,42,.12));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_50px_-40px_rgba\(15\,23\,42\,0\.12\)\]{--un-shadow:0 18px 50px -40px var(--un-shadow-color, rgba(15,23,42,.12));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_20px_45px_-34px_rgba\(66\,183\,255\,0\.26\)\]{--un-shadow:0 20px 45px -34px var(--un-shadow-color, rgba(66,183,255,.26));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_20px_50px_-36px_rgba\(15\,23\,42\,0\.14\)\]{--un-shadow:0 20px 50px -36px var(--un-shadow-color, rgba(15,23,42,.14));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_20px_50px_-38px_rgba\(15\,23\,42\,0\.14\)\]{--un-shadow:0 20px 50px -38px var(--un-shadow-color, rgba(15,23,42,.14));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_22px_40px_-28px_rgba\(15\,23\,42\,0\.14\)\]{--un-shadow:0 22px 40px -28px var(--un-shadow-color, rgba(15,23,42,.14));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_22px_42px_-28px_rgba\(139\,92\,246\,0\.56\)\]{--un-shadow:0 22px 42px -28px var(--un-shadow-color, rgba(139,92,246,.56));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_22px_42px_-28px_rgba\(41\,145\,244\,0\.56\)\]{--un-shadow:0 22px 42px -28px var(--un-shadow-color, rgba(41,145,244,.56));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_24px_56px_-40px_rgba\(15\,23\,42\,0\.16\)\]{--un-shadow:0 24px 56px -40px var(--un-shadow-color, rgba(15,23,42,.16));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_26px_60px_-44px_rgba\(32\,52\,77\,0\.34\)\]{--un-shadow:0 26px 60px -44px var(--un-shadow-color, rgba(32,52,77,.34));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_30px_70px_-42px_rgba\(32\,52\,77\,0\.24\)\]{--un-shadow:0 30px 70px -42px var(--un-shadow-color, rgba(32,52,77,.24));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.ring{--un-ring-width:3px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.backdrop-blur-2xl{--un-backdrop-blur:blur(40px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-sm{--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-xl,[backdrop-blur-xl=""]{--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@media(min-width:640px){.sm\:grid-cols-2,[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\:mt-10,[sm\:mt-10=""]{margin-top:2.5rem}.sm\:mt-5{margin-top:1.25rem}.sm\:block,[sm\:block=""]{display:block}.sm\:max-w-none{max-width:none}.sm\:w-auto{width:auto}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:p-5{padding:1.25rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-3{padding-bottom:.75rem;padding-top:.75rem}.sm\:py-8{padding-bottom:2rem;padding-top:2rem}.sm\:pb-12{padding-bottom:3rem}.sm\:pt-\[116px\]{padding-top:116px}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:leading-6{line-height:1.5rem}.sm\:leading-7{line-height:1.75rem}}@media(min-width:768px){.md\:sticky{position:sticky}.md\:top-\[92px\]{top:92px}.md\:order-1{order:1}.md\:order-2{order:2}.md\:grid{display:grid}.md\:grid-cols-\[138px_minmax\(0\,1fr\)\]{grid-template-columns:138px minmax(0,1fr)}.md\:grid-cols-\[260px_minmax\(0\,1fr\)\]{grid-template-columns:260px minmax(0,1fr)}.md\:grid-cols-\[minmax\(0\,1\.3fr\)_1fr_1fr\]{grid-template-columns:minmax(0,1.3fr) 1fr 1fr}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:mt-12{margin-top:3rem}.md\:mt-6{margin-top:1.5rem}.md\:mt-7{margin-top:1.75rem}.md\:mt-8{margin-top:2rem}.md\:mt-9{margin-top:2.25rem}.md\:block{display:block}.md\:hidden{display:none}.md\:h-\[78px\]{height:78px}.md\:h-\[calc\(100vh-116px\)\]{height:calc(100vh - 116px)}.md\:h-11,[md\:h-11=""]{height:2.75rem}.md\:h-9,[md\:h-9=""]{height:2.25rem}.md\:max-h-\[280px\]{max-height:280px}.md\:min-h-0{min-height:0}.md\:w-11,[md\:w-11=""]{width:2.75rem}.md\:w-9,[md\:w-9=""]{width:2.25rem}.md\:flex,[md\:flex=""]{display:flex}.md\:flex-1{flex:1 1 0%}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:self-auto{align-self:auto}.md\:self-start{align-self:flex-start}.md\:justify-between{justify-content:space-between}.md\:gap-10{gap:2.5rem}.md\:gap-3,[md\:gap-3=""]{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:overflow-hidden{overflow:hidden}.md\:overflow-y-auto{overflow-y:auto}.md\:border-0{border-width:0}.md\:bg-transparent{background-color:transparent}.md\:p-\[18px\]{padding:18px}.md\:p-0{padding:0}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:p-7{padding:1.75rem}.md\:p-8{padding:2rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-7{padding-left:1.75rem;padding-right:1.75rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.md\:py-16{padding-bottom:4rem;padding-top:4rem}.md\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}.md\:py-7{padding-bottom:1.75rem;padding-top:1.75rem}.md\:py-8{padding-bottom:2rem;padding-top:2rem}.md\:py-9{padding-bottom:2.25rem;padding-top:2.25rem}.md\:pb-16{padding-bottom:4rem}.md\:pb-20{padding-bottom:5rem}.md\:pr-1{padding-right:.25rem}.md\:pt-\[132px\]{padding-top:132px}.md\:pt-\[138px\]{padding-top:138px}.md\:pt-\[144px\]{padding-top:144px}.md\:pt-4{padding-top:1rem}.md\:pt-8{padding-top:2rem}.md\:text-\[15px\]{font-size:15px}.md\:text-\[20px\]{font-size:20px}.md\:text-\[28px\]{font-size:28px}.md\:text-\[36px\]{font-size:36px}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-base,[md\:text-base=""]{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:leading-6{line-height:1.5rem}.md\:leading-7{line-height:1.75rem}.md\:leading-8{line-height:2rem}}@media(min-width:1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:grid-cols-\[240px_minmax\(0\,1fr\)\]{grid-template-columns:240px minmax(0,1fr)}.lg\:grid-cols-\[272px_minmax\(0\,1fr\)\]{grid-template-columns:272px minmax(0,1fr)}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:mt-5{margin-top:1.25rem}.lg\:flex,[lg\:flex=""]{display:flex}.lg\:gap-6{gap:1.5rem}.lg\:text-\[42px\]{font-size:42px}}@media(min-width:1280px){.xl\:sticky{position:sticky}.xl\:top-\[96px\]{top:96px}.xl\:col-span-1{grid-column:span 1 / span 1}.xl\:grid-cols-\[248px_minmax\(0\,1fr\)\]{grid-template-columns:248px minmax(0,1fr)}.xl\:grid-cols-\[260px_minmax\(0\,1fr\)_210px\]{grid-template-columns:260px minmax(0,1fr) 210px}.xl\:grid-cols-\[320px_minmax\(0\,1fr\)\]{grid-template-columns:320px minmax(0,1fr)}.xl\:grid-cols-\[minmax\(0\,1\.08fr\)_320px\]{grid-template-columns:minmax(0,1.08fr) 320px}.xl\:grid-cols-\[minmax\(0\,1fr\)_280px\]{grid-template-columns:minmax(0,1fr) 280px}.xl\:grid-cols-\[minmax\(0\,1fr\)_360px\]{grid-template-columns:minmax(0,1fr) 360px}.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:max-w-\[960px\]{max-width:960px}.xl\:min-w-0{min-width:0}.xl\:w-full{width:100%}.xl\:flex-col{flex-direction:column}.xl\:items-end{align-items:flex-end}.xl\:items-center{align-items:center}.xl\:justify-between{justify-content:space-between}.xl\:overflow-visible{overflow:visible}.xl\:pb-0{padding-bottom:0}.xl\:text-\[72px\]{font-size:72px}}
