@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700&display=swap";:root{--bg-primary:#f2efeb;--bg-secondary:#fff;--bg-tertiary:#f7f4f1;--text-primary:#263846;--text-secondary:#334155;--text-muted:#475569;--text-faint:#64748b;--link-primary:#b44000;--border-subtle:#26384629;--border-strong:#2638463d}.dark{--bg-primary:#111c27;--bg-secondary:#223443;--bg-tertiary:#2b3f50;--text-primary:#f2efeb;--text-secondary:#d6e0ea;--text-muted:#c2cfdb;--text-faint:#b2c1cf;--link-primary:#ff9f76;--border-subtle:#e2e8f047;--border-strong:#e2e8f066}.dark body{background-color:var(--bg-primary);color:var(--text-primary)}.text-gray-700{color:var(--text-secondary)}.text-gray-600,.text-gray-500,.text-slate-500{color:var(--text-muted)}.text-gray-400,.text-slate-400{color:var(--text-faint)}.dark .bg-softGrey{background-color:var(--bg-primary)}.dark .bg-greyLight{background-color:var(--bg-tertiary)}.dark .bg-white,.dark .bg-gray-50{background-color:var(--bg-secondary);color:var(--text-primary)}.dark .bg-gray-100{background-color:var(--bg-tertiary);color:var(--text-primary)}.dark .text-deepNavy{color:var(--text-primary)}.dark .text-gray-700{color:var(--text-secondary)}.dark .text-gray-600,.dark .text-gray-500,.dark .text-slate-500{color:var(--text-muted)}.dark .text-gray-400,.dark .text-slate-400{color:var(--text-faint)}.dark .text-orangeDark,.dark .title-accent{color:var(--link-primary)}.dark .text-red-600{color:#fc8181}.dark .text-red-500{color:#f56565}.dark .shadow-md,.dark .shadow-lg,.dark .shadow-xl{box-shadow:0 0 0 1px #e2e8f024}.dark .border-gray-200,.dark .border-gray-300,.dark .border-gray-400,.dark .border-orange-200{border-color:var(--border-subtle)}.dark .border-white\/30{border-color:var(--border-strong)}.dark .hover\:bg-gray-200:hover{background-color:var(--bg-tertiary)}.dark .hover\:bg-red-50:hover{background-color:#feb2b21a}.dark .border-red-500{border-color:#f56565}.dark input:not([type=checkbox]):not([type=radio]):not([type=range]),.dark textarea,.dark select{color:var(--text-primary);border-color:var(--border-subtle);background-color:#1a2b39}.dark ::placeholder{color:#9fb0c1;opacity:1}.skip-to-main{z-index:999;background-color:var(--color-orange);color:#fff;border-radius:0 0 .5rem .5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;position:absolute;left:-9999px;box-shadow:0 4px 6px #0000001a}.skip-to-main:focus{outline-offset:2px;outline:3px solid #fff;top:0;left:50%;transform:translate(-50%)}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--color-orange);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-orange-dark)}.dark ::-webkit-scrollbar-track{background:#2d3748}.dark ::-webkit-scrollbar-thumb{background:var(--color-orange)}:focus-visible{outline:3px solid var(--color-orange);outline-offset:2px}.App{text-align:center}.App-logo{pointer-events:none;height:40vmin}@media (prefers-reduced-motion:no-preference){.App-logo{animation:20s linear infinite App-logo-spin}}.App-header{color:#fff;background-color:#282c34;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-size:calc(10px + 2vmin);display:flex}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes chat-face-idle{0%,to{transform:translateY(0)}50%{transform:translateY(1.5px)}}@keyframes chat-face-speaking{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-1px)rotate(-.4deg)}75%{transform:translateY(1px)rotate(.4deg)}}.chat-face{filter:drop-shadow(0 0 8px #e3552840);transform-origin:50%;width:100%;height:100%;animation:5s ease-in-out infinite chat-face-idle;display:block}.chat-face.speaking{animation:1.1s ease-in-out infinite chat-face-speaking}.chat-face .chat-face-stroke{vector-effect:non-scaling-stroke}@keyframes chat-ear-pulse{0%,to{opacity:.45}50%{opacity:1}}@keyframes chat-ear-process{0%{opacity:.3}35%{opacity:.8}to{opacity:.3}}.chat-ear-active path,.chat-ear-active ellipse{animation:.42s ease-in-out infinite chat-ear-pulse}.chat-ear-processing path,.chat-ear-processing ellipse{animation:.9s ease-in-out infinite chat-ear-process}@tailwind base;@tailwind components;@tailwind utilities;:root{--color-navy:#263846;--color-orange:#e35528;--color-grey:#d8d2ca;--color-white:#fff;--color-navy-light:#3a5166;--color-navy-dark:#1b2833;--color-orange-light:#f07a52;--color-orange-dark:#b44000;--color-grey-light:#f2efeb;--color-grey-dark:#9a938c;--font-primary:-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-logo:"Orbitron", "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;--font-mono:source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;--font-size-base:16px;--line-height-base:1.6}*{box-sizing:border-box}html{font-size:var(--font-size-base);scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{font-family:var(--font-primary);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-navy);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;overflow-x:hidden}@media (prefers-contrast:high){:root{--color-navy:#000;--color-orange:#ff6b00}}h1,h2,h3,h4,h5,h6{color:inherit;margin-top:0;margin-bottom:.5em;font-weight:700;line-height:1.3}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1em}a{color:var(--color-orange);text-decoration:underline;transition:color .2s ease-in-out}a:hover,a:focus{color:var(--color-orange-dark);text-decoration:underline}a:focus,button:focus,input:focus,textarea:focus,select:focus,[tabindex]:focus{outline:3px solid var(--color-orange);outline-offset:2px}.brand-wordmark{font-family:var(--font-logo);letter-spacing:.18em;text-transform:uppercase;font-weight:600}.brand-link,.brand-link:hover,.brand-link:focus{text-decoration:none}.skip-to-main{z-index:999;background-color:var(--color-orange);color:var(--color-white);padding:1em;font-weight:700;text-decoration:none;position:absolute;left:-9999px}.skip-to-main:focus{top:0;left:50%;transform:translate(-50%)}button{cursor:pointer;margin:0;font-family:inherit;font-size:100%;line-height:1.15}button:disabled{cursor:not-allowed;opacity:.6}input,textarea,select{margin:0;font-family:inherit;font-size:100%;line-height:1.15}label{margin-bottom:.5rem;font-weight:600;display:block}code{font-family:var(--font-mono);background-color:var(--color-grey-light);border-radius:3px;padding:.2em .4em;font-size:.9em}pre{font-family:var(--font-mono);background-color:var(--color-grey-light);border-radius:5px;padding:1em;overflow-x:auto}img:not([alt]){border:3px solid red}img{max-width:100%;height:auto;display:block}.text-on-navy,.text-on-orange{color:var(--color-white)}.text-on-grey{color:var(--color-navy)}.dark .title-accent{color:var(--color-orange)}@media print{*,:before,:after{color:#000!important;box-shadow:none!important;text-shadow:none!important;background:0 0!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}pre,blockquote{page-break-inside:avoid;border:1px solid #999}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.hero{color:#fff;text-align:center;background-color:#1f2a38;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:2rem;display:flex}.hero h1{margin-bottom:1rem;font-size:5rem}.hero p{margin-bottom:2rem;font-size:2rem;font-style:italic}section.relative{position:relative}section.relative .w-full.h-full{pointer-events:none}.pitch-page{background:radial-gradient(circle at 0 0,#e355281f,#0000 28%),linear-gradient(#f4f0ea 0%,#fbf9f6 55%,#f2efeb 100%)}.pitch-anchor-bar{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8f7f3d1;border-bottom:1px solid #2638461f;position:sticky;top:5rem}.pitch-anchor-inner{max-width:88rem;margin:0 auto;padding:0 1.5rem}.pitch-anchor-scroll{scrollbar-width:none;gap:.65rem;padding:.85rem 0 1rem;display:flex;overflow-x:auto}.pitch-anchor-scroll::-webkit-scrollbar{display:none}.pitch-anchor-link{color:#263846;font-family:var(--font-logo);letter-spacing:.14em;text-transform:uppercase;background:#ffffffb3;border:1px solid #26384624;border-radius:999px;flex:none;padding:.6rem .95rem;font-size:.72rem;text-decoration:none;transition:transform .18s,border-color .18s,background .18s,color .18s}.pitch-anchor-link:hover,.pitch-anchor-link:focus{color:#b44000;background:#e355281f;border-color:#e355286b;text-decoration:none;transform:translateY(-1px)}.pitch-slide{scroll-margin-top:9rem;position:relative}.pitch-slide-inner{max-width:88rem;margin:0 auto;padding:3.5rem 1.5rem}.pitch-slide-shell{border:1px solid #2638461a;border-radius:2rem;padding:clamp(1.75rem,2vw,2.5rem);box-shadow:0 28px 60px #0f182314}.pitch-tone-dark .pitch-slide-shell,.pitch-tone-accent .pitch-slide-shell{border-color:#ffffff1f;box-shadow:0 34px 80px #060a1252}.pitch-tone-dark{color:#f8f7f3}.pitch-tone-dark .pitch-slide-shell{background:radial-gradient(circle at 0 0,#e3552847,#0000 30%),linear-gradient(145deg,#0f1724 0%,#152536 48%,#1b2c3c 100%)}.pitch-tone-accent{color:#fff8f5}.pitch-tone-accent .pitch-slide-shell{background:radial-gradient(circle at 0 0,#ffe1d22e,#0000 30%),radial-gradient(circle at 100% 100%,#2638464d,#0000 34%),linear-gradient(140deg,#c74e27 0%,#e35528 44%,#213242 100%)}.pitch-tone-soft{color:#263846}.pitch-tone-soft .pitch-slide-shell{background:radial-gradient(circle at 0 0,#e355281a,#0000 26%),linear-gradient(160deg,#fffdf9 0%,#f7f3ee 100%)}.pitch-tone-warm{color:#263846}.pitch-tone-warm .pitch-slide-shell{background:radial-gradient(circle at 100% 0,#e355281a,#0000 32%),linear-gradient(160deg,#f6f2ec 0%,#fffaf4 100%)}.pitch-kicker{color:#f2b39e;font-family:var(--font-logo);letter-spacing:.3em;text-transform:uppercase;font-size:.78rem}.pitch-tone-soft .pitch-kicker,.pitch-tone-warm .pitch-kicker{color:#b44000}.pitch-slide-number{color:#f8f7f3;min-width:3.25rem;height:3.25rem;font-family:var(--font-logo);letter-spacing:.18em;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;font-size:.86rem;display:inline-flex}.pitch-tone-soft .pitch-slide-number,.pitch-tone-warm .pitch-slide-number{color:#263846;background:#ffffffbd;border-color:#2638461f}.pitch-title{margin:.75rem 0 0;font-size:clamp(2.3rem,5vw,4.75rem);line-height:1.02}.pitch-title.compact{font-size:clamp(2rem,4vw,3.6rem)}.pitch-subtitle{max-width:56rem;margin-top:1.25rem;font-size:clamp(1rem,1.7vw,1.24rem);line-height:1.65}.pitch-tone-dark .pitch-subtitle,.pitch-tone-accent .pitch-subtitle{color:#f8f7f3cc}.pitch-tone-soft .pitch-subtitle,.pitch-tone-warm .pitch-subtitle{color:#263846cc}.pitch-hero-grid,.pitch-two-col,.pitch-three-col,.pitch-four-col,.pitch-market-grid,.pitch-summary-grid{gap:1.25rem;display:grid}.pitch-hero-grid,.pitch-two-col,.pitch-summary-grid,.pitch-three-col,.pitch-four-col,.pitch-market-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.pitch-card,.pitch-surface,.pitch-product-card,.pitch-founder-card,.pitch-highlight-card,.pitch-comparison-card,.pitch-priority-card,.pitch-ask-card,.pitch-stat-card{background:#ffffffb8;border:1px solid #2638461f;border-radius:1.65rem;box-shadow:0 18px 40px #0f18230f}.pitch-tone-dark .pitch-card,.pitch-tone-dark .pitch-surface,.pitch-tone-dark .pitch-product-card,.pitch-tone-dark .pitch-founder-card,.pitch-tone-dark .pitch-highlight-card,.pitch-tone-dark .pitch-comparison-card,.pitch-tone-dark .pitch-priority-card,.pitch-tone-dark .pitch-ask-card,.pitch-tone-dark .pitch-stat-card,.pitch-tone-accent .pitch-card,.pitch-tone-accent .pitch-surface,.pitch-tone-accent .pitch-product-card,.pitch-tone-accent .pitch-founder-card,.pitch-tone-accent .pitch-highlight-card,.pitch-tone-accent .pitch-comparison-card,.pitch-tone-accent .pitch-priority-card,.pitch-tone-accent .pitch-ask-card,.pitch-tone-accent .pitch-stat-card{background:#ffffff14;border-color:#ffffff24;box-shadow:0 24px 50px #060a122e}.pitch-card,.pitch-surface,.pitch-product-card,.pitch-founder-card,.pitch-highlight-card,.pitch-comparison-card,.pitch-priority-card,.pitch-ask-card,.pitch-stat-card{padding:1.35rem}.pitch-card h3,.pitch-surface h3,.pitch-product-card h3,.pitch-founder-card h3,.pitch-highlight-card h3,.pitch-comparison-card h3,.pitch-priority-card h3,.pitch-ask-card h3,.pitch-stat-card h3{margin-bottom:.6rem}.pitch-card p:last-child,.pitch-surface p:last-child,.pitch-product-card p:last-child,.pitch-founder-card p:last-child,.pitch-highlight-card p:last-child,.pitch-comparison-card p:last-child,.pitch-priority-card p:last-child,.pitch-ask-card p:last-child,.pitch-stat-card p:last-child{margin-bottom:0}.pitch-card-label,.pitch-section-label,.pitch-mini-label,.pitch-logo-label,.pitch-status-label{font-family:var(--font-logo);letter-spacing:.14em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:.68rem;display:inline-flex}.pitch-card-label,.pitch-section-label,.pitch-status-label{color:#b44000;background:#e355281f}.pitch-tone-dark .pitch-card-label,.pitch-tone-dark .pitch-section-label,.pitch-tone-dark .pitch-status-label,.pitch-tone-accent .pitch-card-label,.pitch-tone-accent .pitch-section-label,.pitch-tone-accent .pitch-status-label{color:#ffd6c8;background:#ffffff1a}.pitch-list{margin:0;padding-left:1.1rem}.pitch-list li{margin-bottom:.62rem;line-height:1.55}.pitch-list li:last-child{margin-bottom:0}.pitch-actions{flex-wrap:wrap;gap:.85rem;margin-top:1.75rem;display:flex}.pitch-primary-cta,.pitch-secondary-cta,.pitch-ghost-cta{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:.95rem 1.45rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.pitch-primary-cta{color:#fff;background:#e35528;box-shadow:0 18px 36px #e3552847}.pitch-primary-cta:hover,.pitch-primary-cta:focus{color:#fff;background:#c94b22;text-decoration:none;transform:translateY(-1px)}.pitch-secondary-cta{color:#fff;background:#ffffff1a;border:1px solid #ffffff38}.pitch-secondary-cta:hover,.pitch-secondary-cta:focus{color:#fff;background:#ffffff29;text-decoration:none;transform:translateY(-1px)}.pitch-tone-soft .pitch-secondary-cta,.pitch-tone-warm .pitch-secondary-cta{color:#263846;background:#ffffffdb;border-color:#26384624}.pitch-tone-soft .pitch-secondary-cta:hover,.pitch-tone-soft .pitch-secondary-cta:focus,.pitch-tone-warm .pitch-secondary-cta:hover,.pitch-tone-warm .pitch-secondary-cta:focus{color:#263846;background:#fff}.pitch-ghost-cta{color:#263846;background:0 0;border:1px solid #26384629}.pitch-ghost-cta:hover,.pitch-ghost-cta:focus{color:#b44000;background:#e3552814;border-color:#e355285c;text-decoration:none;transform:translateY(-1px)}.pitch-hero-chip-row,.pitch-chip-row,.pitch-logo-row{flex-wrap:wrap;gap:.7rem;display:flex}.pitch-hero-chip,.pitch-chip{color:#f8f7f3d1;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;padding:.5rem .85rem;font-size:.82rem}.pitch-tone-soft .pitch-chip,.pitch-tone-warm .pitch-chip{color:#263846d6;background:#ffffffc2;border-color:#2638461f}.pitch-logo-chip{background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:.7rem;padding:.55rem .95rem;display:inline-flex}.pitch-logo-chip img{object-fit:contain;width:1.95rem;height:1.95rem}.pitch-logo-chip span{color:#f8f7f3;font-family:var(--font-logo);letter-spacing:.16em;text-transform:uppercase;font-size:.72rem}.pitch-tone-soft .pitch-logo-chip,.pitch-tone-warm .pitch-logo-chip{background:#ffffffd1;border-color:#2638461f}.pitch-tone-soft .pitch-logo-chip span,.pitch-tone-warm .pitch-logo-chip span{color:#263846}.pitch-founder-chip{grid-template-columns:auto 1fr;align-items:center;gap:1rem;padding:1rem;display:grid}.pitch-founder-chip img,.pitch-founder-photo{object-fit:cover;border-radius:1.25rem}.pitch-founder-chip img{width:5rem;height:5rem}.pitch-founder-photo{aspect-ratio:4/5;width:100%;max-width:20rem;height:auto}.pitch-founder-grid{align-items:center;gap:1.25rem;display:grid}.pitch-founder-meta{flex-direction:column;gap:1rem;display:flex}.pitch-visual-frame{background:#ffffffe0;border:1px solid #2638461f;border-radius:1.8rem;flex-direction:column;gap:.9rem;padding:1.2rem;display:flex;box-shadow:0 18px 45px #0f182312}.pitch-tone-dark .pitch-visual-frame,.pitch-tone-accent .pitch-visual-frame{background:#ffffff0f;border-color:#ffffff24;box-shadow:0 26px 58px #060a123d}.pitch-visual-kicker{color:#b44000;font-family:var(--font-logo);letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.72rem}.pitch-tone-dark .pitch-visual-kicker,.pitch-tone-accent .pitch-visual-kicker{color:#ffd5c8}.pitch-visual-body{min-height:16rem}.pitch-visual-caption{color:#263846b8;margin:0;font-size:.95rem;line-height:1.55}.pitch-tone-dark .pitch-visual-caption,.pitch-tone-accent .pitch-visual-caption{color:#f8f7f3b8}.pitch-product-card{gap:.95rem;display:grid}.pitch-product-head,.pitch-priority-head,.pitch-ask-head{align-items:center;gap:.9rem;display:flex}.pitch-product-head img,.pitch-priority-head img,.pitch-ask-head img{object-fit:contain;width:3.1rem;height:3.1rem}.pitch-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem;display:grid}.pitch-stat-card strong{margin-top:.3rem;font-size:1.1rem;display:block}.pitch-quote{border-left:4px solid #e35528;padding-left:1rem;font-size:1.05rem;line-height:1.7}.pitch-tone-dark .pitch-quote,.pitch-tone-accent .pitch-quote{border-left-color:#ffd1c0}.pitch-comparison-card{gap:.9rem;display:grid}.pitch-comparison-card strong{font-family:var(--font-logo);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;display:block}.pitch-comparison-card .pitch-before{color:#263846b3}.pitch-comparison-card .pitch-after{color:#263846;font-weight:600}.pitch-tone-dark .pitch-comparison-card .pitch-before,.pitch-tone-accent .pitch-comparison-card .pitch-before{color:#f8f7f3a8}.pitch-tone-dark .pitch-comparison-card .pitch-after,.pitch-tone-accent .pitch-comparison-card .pitch-after{color:#f8f7f3}.pitch-footer-note{color:#2638469e;font-size:.92rem}.pitch-tone-dark .pitch-footer-note,.pitch-tone-accent .pitch-footer-note{color:#f8f7f39e}@media (width>=768px){.pitch-slide-inner{padding:4.5rem 1.75rem}.pitch-two-col,.pitch-summary-grid,.pitch-founder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pitch-three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.pitch-four-col,.pitch-market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pitch-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center}}@media (width>=1100px){.pitch-slide-inner{padding:5rem 2rem}.pitch-four-col,.pitch-market-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=767px){.pitch-slide-shell{padding:1.4rem}.pitch-actions{flex-direction:column}.pitch-primary-cta,.pitch-secondary-cta,.pitch-ghost-cta{width:100%}.pitch-founder-chip{grid-template-columns:1fr}}@media print{.pitch-anchor-bar,.pitch-no-print,header[role=banner]{display:none!important}.pitch-page{background:#fff!important}.pitch-slide{break-after:page;page-break-after:always}.pitch-slide:last-child{break-after:auto;page-break-after:auto}.pitch-slide-inner{max-width:none;padding:1.4rem 0}.pitch-slide-shell,.pitch-card,.pitch-surface,.pitch-product-card,.pitch-founder-card,.pitch-highlight-card,.pitch-comparison-card,.pitch-priority-card,.pitch-ask-card,.pitch-stat-card,.pitch-visual-frame{box-shadow:none!important}}*,:before,:after,::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 #0000;--un-ring-shadow:0 0 #0000;--un-shadow-inset: ;--un-shadow:0 0 #0000;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:#93c5fd80;--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: }.container{width:100%}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pointer-events-none{pointer-events:none}.visible,[visible=""]{visibility:visible}.absolute,[absolute=""]{position:absolute}.fixed,[fixed=""]{position:fixed}.relative{position:relative}.sticky{position:sticky}.static{position:static}.inset-0,[inset-0=""]{inset:0}.inset-y-0{top:0;bottom:0}.-bottom-1{bottom:-.25rem}.-right-1,[-right-1=""],[right~="-1"]{right:-.25rem}.-right-8{right:-2rem}.-top-1,[-top-1=""]{top:-.25rem}.bottom-0,[bottom-0=""]{bottom:0}.bottom-6{bottom:1.5rem}.left-\[1\.1rem\]{left:1.1rem}.left-0{left:0}.left-4{left:1rem}.left-8{left:2rem}.right-0,[right-0=""]{right:0}.right-4{right:1rem}.right-6{right:1.5rem}.top-0{top:0}.top-1{top:.25rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-8{top:2rem}[left~="0.18"]{left:.045rem}[left~="0.34"]{left:.085rem}[left~="1.9"]{left:.475rem}[right~="1"]{right:.25rem}.line-clamp-2{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.z-50{z-index:50}.order-1{order:1}.order-2{order:2}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}[rows~="6"]{grid-template-rows:repeat(6,minmax(0,1fr))}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my,.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-mt-8{margin-top:-2rem}.mb-0,[mb-0=""]{margin-bottom:0}.mb-0\.5,[mb-0\.5=""]{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.me{margin-inline-end:1rem}.ml-3{margin-left:.75rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2,[mt-2=""]{margin-top:.5rem}.mt-3,[mt-3=""]{margin-top:.75rem}.mt-4,[mt-4=""]{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}[ms=""]{margin-inline-start:1rem}.block,[block=""]{display:block}.inline-block{display:inline-block}.hidden,[hidden=""]{display:none}.h-\[620px\]{height:620px}.h-\[640px\]{height:640px}.h-\[660px\]{height:660px}.h-\[680px\]{height:680px}.h-\[700px\]{height:700px}.h-\[720px\]{height:720px}.h-\[760px\]{height:760px}.h-0\.5{height:.125rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2,[h2=""]{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3,[h-3=""],[h3=""]{height:.75rem}.h-3\.5{height:.875rem}.h-36{height:9rem}.h-4{height:1rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6,[h-6=""]{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-48{max-height:12rem}.max-h-64{max-height:16rem}.max-w-\[80\%\]{max-width:80%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.min-h-\[176px\]{min-height:176px}.min-h-0,[min-h-0=""]{min-height:0}.min-h-28{min-height:7rem}.min-h-screen{min-height:100vh}.min-w-0{min-width:0}.min-w-full{min-width:100%}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3,[w-3=""]{width:.75rem}.w-3\.5{width:.875rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-48{width:12rem}.w-5{width:1.25rem}.w-6,[w-6=""]{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-auto{width:auto}.w-fit{width:fit-content}.w-full,[w-full=""]{width:100%}.w-px{width:1px}[h~="110"]{height:27.5rem}[h~="116"]{height:29rem}[h~="118"]{height:29.5rem}[h~="122"]{height:30.5rem}[h~="130"]{height:32.5rem}[h~="132"]{height:33rem}[h~="136"]{height:34rem}[h~="146"]{height:36.5rem}[h~="154"]{height:38.5rem}[h~="156"]{height:39rem}[h~="158"]{height:39.5rem}[h~="160"]{height:40rem}[h~="162"]{height:40.5rem}[h~="164"]{height:41rem}[h~="172"]{height:43rem}[h~="176"]{height:44rem}[h~="180"]{height:45rem}[h~="182"]{height:45.5rem}[h~="184"]{height:46rem}[h~="186"]{height:46.5rem}[h~="188"]{height:47rem}[h~="208"]{height:52rem}[w~="244"]{width:61rem}[w~="246"]{width:61.5rem}[w~="248"]{width:62rem}[w~="250"]{width:62.5rem}[w~="266"]{width:66.5rem}[w~="268"]{width:67rem}[w~="274"]{width:68.5rem}[w~="276"]{width:69rem}[w~="278"]{width:69.5rem}[w~="282"]{width:70.5rem}[w~="284"]{width:71rem}[w~="286"]{width:71.5rem}[w~="290"]{width:72.5rem}[w~="292"]{width:73rem}[w~="296"]{width:74rem}[w~="298"]{width:74.5rem}[w~="304"]{width:76rem}[w~="306"]{width:76.5rem}[w~="312"]{width:78rem}[w~="320"]{width:80rem}[w~="332"]{width:83rem}[w~="356"]{width:89rem}[w~="360"]{width:90rem}[w~="372"]{width:93rem}[w~="404"]{width:101rem}[w~="468"]{width:117rem}[w~="496"]{width:124rem}[w~="520"]{width:130rem}[w~="612"]{width:153rem}.flex,[flex=""]{display:flex}.inline-flex{display:inline-flex}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.flex-col,[flex-col=""]{flex-direction:column}.flex-wrap{flex-wrap:wrap}.border-collapse{border-collapse:collapse}.hover\:-translate-y-0\.5:hover{--un-translate-y:-.125rem;transform:translateX(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)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}[scale~="1"]{--un-scale-x:.01;--un-scale-y:.01;transform:translateX(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)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}[scale~="192"]{--un-scale-x:1.92;--un-scale-y:1.92;transform:translateX(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)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}[scale~="40"]{--un-scale-x:.4;--un-scale-y:.4;transform:translateX(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)) rotateZ(var(--un-rotate-z)) skewX(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=""]{transform:translateX(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)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-bounce{animation:1s linear infinite bounce}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-spin{animation:1s linear infinite spin}.cursor-pointer,[cursor-pointer=""]{cursor:pointer}.cursor-not-allowed,.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-se-resize,[cursor-se-resize=""]{cursor:se-resize}.cursor-ew-resize{cursor:ew-resize}.cursor-ns-resize{cursor:ns-resize}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.scroll-mt-24{scroll-margin-top:6rem}.list-disc{list-style-type:disc}.content-start{align-content:flex-start}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center,[items-center=""]{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center,[justify-center=""]{justify-content:center}.justify-between,[justify-between=""]{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-1>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.25rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.25rem * var(--un-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.5rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.5rem * var(--un-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(1rem * var(--un-space-x-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.25rem * var(--un-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.5rem * var(--un-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.75rem * var(--un-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1rem * var(--un-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1.25rem * var(--un-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1.5rem * var(--un-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(2rem * var(--un-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden,[overflow-hidden=""]{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overscroll-contain{overscroll-behavior:contain}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-pre-wrap{white-space:pre-wrap}.b,.border,[border=""]{border-width:1px}.border-2,[border-2=""]{border-width:2px}.file\:border-0::file-selector-button{border-width:0}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l,[border-l=""]{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-t,[border-t=""]{border-top-width:1px}.border-amber-200\/90{border-color:#fde68ae6}.border-blue-500{--un-border-opacity:1;border-color:rgb(59 130 246/var(--un-border-opacity))}.border-cyan-200\/95{border-color:#a5f3fcf2}.border-deepNavy{--un-border-opacity:1;border-color:rgb(38 56 70/var(--un-border-opacity))}.border-deepNavy\/12{border-color:#2638461f}.border-deepNavy\/15{border-color:#26384626}.border-deepNavy\/18{border-color:#2638462e}.border-deepNavy\/20{border-color:#26384633}.border-gray-200{--un-border-opacity:1;border-color:rgb(229 231 235/var(--un-border-opacity))}.border-gray-300,[border-gray-300=""]{--un-border-opacity:1;border-color:rgb(209 213 219/var(--un-border-opacity))}.border-green-200{--un-border-opacity:1;border-color:rgb(187 247 208/var(--un-border-opacity))}.border-green-500{--un-border-opacity:1;border-color:rgb(34 197 94/var(--un-border-opacity))}.border-orange-200,[border-orange-200=""]{--un-border-opacity:1;border-color:rgb(254 215 170/var(--un-border-opacity))}.border-orange-200\/70{border-color:#fed7aab3}.border-orangeLight\/25{border-color:#f07a5240}.border-orangeLight\/30{border-color:#f07a524d}.border-orangeLight\/35{border-color:#f07a5259}.border-orangeLight\/40{border-color:#f07a5266}.border-orangeLight\/60{border-color:#f07a5299}.border-red-200{--un-border-opacity:1;border-color:rgb(254 202 202/var(--un-border-opacity))}.border-red-500{--un-border-opacity:1;border-color:rgb(239 68 68/var(--un-border-opacity))}.border-slate-200\/80{border-color:#e2e8f0cc}.border-transparent{border-color:#0000}.border-vibrantOrange,[border-vibrantOrange=""]{--un-border-opacity:1;border-color:rgb(227 85 40/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\/15{border-color:#ffffff26}.border-white\/20{border-color:#fff3}.border-white\/25{border-color:#ffffff40}.border-white\/30{border-color:#ffffff4d}.border-white\/40{border-color:#fff6}.border-white\/50{border-color:#ffffff80}.dark .dark\:border-greyLight\/30{border-color:#f2efeb4d}.dark .dark\:border-slate-400\/45{border-color:#94a3b873}[border-amber-200=""]{--un-border-opacity:1;border-color:rgb(253 230 138/var(--un-border-opacity))}[border-cyan-200=""]{--un-border-opacity:1;border-color:rgb(165 243 252/var(--un-border-opacity))}[border-slate-200=""]{--un-border-opacity:1;border-color:rgb(226 232 240/var(--un-border-opacity))}.hover\:border-deepNavy\/30:hover{border-color:#2638464d}.hover\:border-orange-300:hover{--un-border-opacity:1;border-color:rgb(253 186 116/var(--un-border-opacity))}.hover\:border-vibrantOrange\/40:hover{border-color:#e3552866}.hover\:border-white\/70:hover{border-color:#ffffffb3}.hover\:border-white\/80:hover{border-color:#fffc}.focus\:border-vibrantOrange:focus{--un-border-opacity:1;border-color:rgb(227 85 40/var(--un-border-opacity))}.rounded{border-radius:.25rem}.rounded-\[1\.25rem\]{border-radius:1.25rem}.rounded-\[1\.35rem\]{border-radius:1.35rem}.rounded-\[1\.5rem\]{border-radius:1.5rem}.rounded-\[1\.75rem\]{border-radius:1.75rem}.rounded-\[1\.8rem\]{border-radius:1.8rem}.rounded-\[1\.9rem\]{border-radius:1.9rem}.rounded-\[2rem\]{border-radius:2rem}.rounded-2xl{border-radius:1rem}.rounded-full,[rounded-full=""]{border-radius:9999px}.rounded-lg,[rounded-lg=""]{border-radius:.5rem}.rounded-md,[rounded-md=""]{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl,[rounded-xl=""]{border-radius:.75rem}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.bg-\[\#020617\]{--un-bg-opacity:1;background-color:rgb(2 6 23/var(--un-bg-opacity)) }.bg-\[\#09111d\]\/90{background-color:#09111de6}.bg-\[\#0b1324\]{--un-bg-opacity:1;background-color:rgb(11 19 36/var(--un-bg-opacity)) }.bg-\[\#0f1a2d\]\/86{background-color:#0f1a2ddb}.bg-\[\#101c30\]{--un-bg-opacity:1;background-color:rgb(16 28 48/var(--un-bg-opacity)) }.bg-\[\#7fa4b8\]{--un-bg-opacity:1;background-color:rgb(127 164 184/var(--un-bg-opacity)) }.bg-\[radial-gradient\(circle_at_14\%_22\%\,rgba\(216\,210\,202\,0\.18\)\,transparent_24\%\)\,radial-gradient\(circle_at_78\%_22\%\,rgba\(227\,85\,40\,0\.16\)\,transparent_24\%\)\,radial-gradient\(circle_at_68\%_76\%\,rgba\(111\,138\,153\,0\.16\)\,transparent_30\%\)\]{background-image:radial-gradient(circle at 14% 22%,#d8d2ca2e,#0000 24%),radial-gradient(circle at 78% 22%,#e3552829,#0000 24%),radial-gradient(circle at 68% 76%,#6f8a9929,#0000 30%)}.bg-\[radial-gradient\(circle_at_16\%_22\%\,rgba\(216\,210\,202\,0\.18\)\,transparent_24\%\)\,radial-gradient\(circle_at_76\%_18\%\,rgba\(227\,85\,40\,0\.18\)\,transparent_24\%\)\,radial-gradient\(circle_at_68\%_78\%\,rgba\(240\,122\,82\,0\.16\)\,transparent_30\%\)\]{background-image:radial-gradient(circle at 16% 22%,#d8d2ca2e,#0000 24%),radial-gradient(circle at 76% 18%,#e355282e,#0000 24%),radial-gradient(circle at 68% 78%,#f07a5229,#0000 30%)}.bg-\[radial-gradient\(circle_at_16\%_30\%\,rgba\(227\,85\,40\,0\.20\)\,transparent_28\%\)\,radial-gradient\(circle_at_78\%_16\%\,rgba\(240\,122\,82\,0\.18\)\,transparent_24\%\)\,radial-gradient\(circle_at_72\%_76\%\,rgba\(216\,210\,202\,0\.16\)\,transparent_32\%\)\]{background-image:radial-gradient(circle at 16% 30%,#e3552833,#0000 28%),radial-gradient(circle at 78% 16%,#f07a522e,#0000 24%),radial-gradient(circle at 72% 76%,#d8d2ca29,#0000 32%)}.bg-\[radial-gradient\(circle_at_16\%_34\%\,rgba\(216\,210\,202\,0\.18\)\,transparent_28\%\)\,radial-gradient\(circle_at_74\%_16\%\,rgba\(240\,122\,82\,0\.18\)\,transparent_24\%\)\,radial-gradient\(circle_at_72\%_76\%\,rgba\(111\,138\,153\,0\.18\)\,transparent_32\%\)\]{background-image:radial-gradient(circle at 16% 34%,#d8d2ca2e,#0000 28%),radial-gradient(circle at 74% 16%,#f07a522e,#0000 24%),radial-gradient(circle at 72% 76%,#6f8a992e,#0000 32%)}.bg-\[radial-gradient\(circle_at_18\%_20\%\,rgba\(216\,210\,202\,0\.18\)\,transparent_24\%\)\,radial-gradient\(circle_at_72\%_20\%\,rgba\(227\,85\,40\,0\.18\)\,transparent_24\%\)\,radial-gradient\(circle_at_70\%_80\%\,rgba\(240\,122\,82\,0\.16\)\,transparent_30\%\)\]{background-image:radial-gradient(circle at 18% 20%,#d8d2ca2e,#0000 24%),radial-gradient(circle at 72% 20%,#e355282e,#0000 24%),radial-gradient(circle at 70% 80%,#f07a5229,#0000 30%)}.bg-\[radial-gradient\(circle_at_18\%_20\%\,rgba\(216\,210\,202\,0\.18\)\,transparent_26\%\)\,radial-gradient\(circle_at_72\%_18\%\,rgba\(76\,114\,131\,0\.18\)\,transparent_28\%\)\,radial-gradient\(circle_at_74\%_74\%\,rgba\(227\,85\,40\,0\.16\)\,transparent_30\%\)\]{background-image:radial-gradient(circle at 18% 20%,#d8d2ca2e,#0000 26%),radial-gradient(circle at 72% 18%,#4c72832e,#0000 28%),radial-gradient(circle at 74% 74%,#e3552829,#0000 30%)}.bg-\[radial-gradient\(circle_at_18\%_20\%\,rgba\(227\,85\,40\,0\.18\)\,transparent_26\%\)\,radial-gradient\(circle_at_78\%_18\%\,rgba\(216\,210\,202\,0\.16\)\,transparent_24\%\)\,radial-gradient\(circle_at_72\%_76\%\,rgba\(111\,138\,153\,0\.16\)\,transparent_30\%\)\]{background-image:radial-gradient(circle at 18% 20%,#e355282e,#0000 26%),radial-gradient(circle at 78% 18%,#d8d2ca29,#0000 24%),radial-gradient(circle at 72% 76%,#6f8a9929,#0000 30%)}.bg-\[radial-gradient\(circle_at_18\%_22\%\,rgba\(216\,210\,202\,0\.18\)\,transparent_24\%\)\,radial-gradient\(circle_at_76\%_18\%\,rgba\(227\,85\,40\,0\.18\)\,transparent_24\%\)\,radial-gradient\(circle_at_68\%_78\%\,rgba\(76\,114\,131\,0\.18\)\,transparent_30\%\)\]{background-image:radial-gradient(circle at 18% 22%,#d8d2ca2e,#0000 24%),radial-gradient(circle at 76% 18%,#e355282e,#0000 24%),radial-gradient(circle at 68% 78%,#4c72832e,#0000 30%)}.bg-\[radial-gradient\(circle_at_18\%_24\%\,rgba\(216\,210\,202\,0\.18\)\,transparent_24\%\)\,radial-gradient\(circle_at_74\%_20\%\,rgba\(227\,85\,40\,0\.18\)\,transparent_26\%\)\,radial-gradient\(circle_at_70\%_78\%\,rgba\(111\,138\,153\,0\.16\)\,transparent_30\%\)\]{background-image:radial-gradient(circle at 18% 24%,#d8d2ca2e,#0000 24%),radial-gradient(circle at 74% 20%,#e355282e,#0000 26%),radial-gradient(circle at 70% 78%,#6f8a9929,#0000 30%)}.bg-\[radial-gradient\(circle_at_18\%_24\%\,rgba\(227\,85\,40\,0\.18\)\,transparent_24\%\)\,radial-gradient\(circle_at_78\%_22\%\,rgba\(216\,210\,202\,0\.16\)\,transparent_24\%\)\,radial-gradient\(circle_at_70\%_78\%\,rgba\(240\,122\,82\,0\.16\)\,transparent_30\%\)\]{background-image:radial-gradient(circle at 18% 24%,#e355282e,#0000 24%),radial-gradient(circle at 78% 22%,#d8d2ca29,#0000 24%),radial-gradient(circle at 70% 78%,#f07a5229,#0000 30%)}.bg-\[radial-gradient\(circle_at_18\%_24\%\,rgba\(227\,85\,40\,0\.18\)\,transparent_26\%\)\,radial-gradient\(circle_at_76\%_24\%\,rgba\(216\,210\,202\,0\.14\)\,transparent_24\%\)\,radial-gradient\(circle_at_64\%_74\%\,rgba\(76\,114\,131\,0\.16\)\,transparent_30\%\)\]{background-image:radial-gradient(circle at 18% 24%,#e355282e,#0000 26%),radial-gradient(circle at 76% 24%,#d8d2ca24,#0000 24%),radial-gradient(circle at 64% 74%,#4c728329,#0000 30%)}.bg-\[radial-gradient\(circle_at_18\%_26\%\,rgba\(227\,85\,40\,0\.20\)\,transparent_26\%\)\,radial-gradient\(circle_at_76\%_24\%\,rgba\(240\,122\,82\,0\.14\)\,transparent_24\%\)\,radial-gradient\(circle_at_68\%_76\%\,rgba\(216\,210\,202\,0\.14\)\,transparent_32\%\)\]{background-image:radial-gradient(circle at 18% 26%,#e3552833,#0000 26%),radial-gradient(circle at 76% 24%,#f07a5224,#0000 24%),radial-gradient(circle at 68% 76%,#d8d2ca24,#0000 32%)}.bg-\[radial-gradient\(circle_at_18\%_26\%\,rgba\(227\,85\,40\,0\.22\)\,transparent_28\%\)\,radial-gradient\(circle_at_78\%_18\%\,rgba\(240\,122\,82\,0\.16\)\,transparent_26\%\)\,radial-gradient\(circle_at_74\%_76\%\,rgba\(216\,210\,202\,0\.14\)\,transparent_30\%\)\]{background-image:radial-gradient(circle at 18% 26%,#e3552838,#0000 28%),radial-gradient(circle at 78% 18%,#f07a5229,#0000 26%),radial-gradient(circle at 74% 76%,#d8d2ca24,#0000 30%)}.bg-\[radial-gradient\(circle_at_18\%_28\%\,rgba\(227\,85\,40\,0\.20\)\,transparent_28\%\)\,radial-gradient\(circle_at_84\%_22\%\,rgba\(240\,122\,82\,0\.18\)\,transparent_26\%\)\,radial-gradient\(circle_at_68\%_76\%\,rgba\(216\,210\,202\,0\.14\)\,transparent_34\%\)\]{background-image:radial-gradient(circle at 18% 28%,#e3552833,#0000 28%),radial-gradient(circle at 84% 22%,#f07a522e,#0000 26%),radial-gradient(circle at 68% 76%,#d8d2ca24,#0000 34%)}.bg-\[radial-gradient\(circle_at_top_left\,rgba\(216\,210\,202\,0\.18\)\,transparent_42\%\)\,radial-gradient\(circle_at_bottom_right\,rgba\(227\,85\,40\,0\.18\)\,transparent_38\%\)\]{background-image:radial-gradient(circle at 0 0,#d8d2ca2e,#0000 42%),radial-gradient(circle at 100% 100%,#e355282e,#0000 38%)}.bg-\[radial-gradient\(circle_at_top_left\,rgba\(227\,85\,40\,0\.10\)\,transparent_34\%\)\,radial-gradient\(circle_at_bottom_right\,rgba\(111\,138\,153\,0\.10\)\,transparent_28\%\)\]{background-image:radial-gradient(circle at 0 0,#e355281a,#0000 34%),radial-gradient(circle at 100% 100%,#6f8a991a,#0000 28%)}.bg-\[radial-gradient\(circle_at_top_left\,rgba\(227\,85\,40\,0\.24\)\,transparent_42\%\)\,radial-gradient\(circle_at_bottom_right\,rgba\(216\,210\,202\,0\.16\)\,transparent_38\%\)\]{background-image:radial-gradient(circle at 0 0,#e355283d,#0000 42%),radial-gradient(circle at 100% 100%,#d8d2ca29,#0000 38%)}.bg-\[radial-gradient\(circle_at_top_left\,rgba\(227\,85\,40\,0\.30\)\,transparent_42\%\)\,radial-gradient\(circle_at_bottom_right\,rgba\(111\,138\,153\,0\.18\)\,transparent_36\%\)\]{background-image:radial-gradient(circle at 0 0,#e355284d,#0000 42%),radial-gradient(circle at 100% 100%,#6f8a992e,#0000 36%)}.bg-\[radial-gradient\(circle_at_top_left\,rgba\(227\,85\,40\,0\.30\)\,transparent_42\%\)\,radial-gradient\(circle_at_bottom_right\,rgba\(216\,210\,202\,0\.16\)\,transparent_36\%\)\]{background-image:radial-gradient(circle at 0 0,#e355284d,#0000 42%),radial-gradient(circle at 100% 100%,#d8d2ca29,#0000 36%)}.bg-\[radial-gradient\(circle_at_top_left\,rgba\(227\,85\,40\,0\.32\)\,transparent_42\%\)\,radial-gradient\(circle_at_bottom_right\,rgba\(216\,210\,202\,0\.16\)\,transparent_34\%\)\]{background-image:radial-gradient(circle at 0 0,#e3552852,#0000 42%),radial-gradient(circle at 100% 100%,#d8d2ca29,#0000 34%)}.bg-\[radial-gradient\(circle_at_top_left\,rgba\(227\,85\,40\,0\.32\)\,transparent_44\%\)\,radial-gradient\(circle_at_bottom_right\,rgba\(216\,210\,202\,0\.16\)\,transparent_36\%\)\]{background-image:radial-gradient(circle at 0 0,#e3552852,#0000 44%),radial-gradient(circle at 100% 100%,#d8d2ca29,#0000 36%)}.bg-amber-300,[bg-amber-300=""]{--un-bg-opacity:1;background-color:rgb(252 211 77/var(--un-bg-opacity)) }.bg-amber-400{--un-bg-opacity:1;background-color:rgb(251 191 36/var(--un-bg-opacity)) }.bg-amber-900\/40{background-color:#78350f66}.bg-blue-100{--un-bg-opacity:1;background-color:rgb(219 234 254/var(--un-bg-opacity)) }.bg-blue-500{--un-bg-opacity:1;background-color:rgb(59 130 246/var(--un-bg-opacity)) }.bg-cyan-300,[bg-cyan-300=""]{--un-bg-opacity:1;background-color:rgb(103 232 249/var(--un-bg-opacity)) }.bg-cyan-900\/45{background-color:#164e6373}.bg-deepNavy,[bg-deepNavy=""]{--un-bg-opacity:1;background-color:rgb(38 56 70/var(--un-bg-opacity)) }.bg-deepNavy\/70{background-color:#263846b3}.bg-deepNavy\/95{background-color:#263846f2}.bg-emerald-300,[bg-emerald-300=""]{--un-bg-opacity:1;background-color:rgb(110 231 183/var(--un-bg-opacity)) }.bg-gray-100{--un-bg-opacity:1;background-color:rgb(243 244 246/var(--un-bg-opacity)) }.bg-gray-200{--un-bg-opacity:1;background-color:rgb(229 231 235/var(--un-bg-opacity)) }.bg-gray-300{--un-bg-opacity:1;background-color:rgb(209 213 219/var(--un-bg-opacity)) }.bg-gray-400,[bg-gray-400=""]{--un-bg-opacity:1;background-color:rgb(156 163 175/var(--un-bg-opacity)) }.bg-gray-50{--un-bg-opacity:1;background-color:rgb(249 250 251/var(--un-bg-opacity)) }.bg-green-100{--un-bg-opacity:1;background-color:rgb(220 252 231/var(--un-bg-opacity)) }.bg-green-300,[bg-green-300=""]{--un-bg-opacity:1;background-color:rgb(134 239 172/var(--un-bg-opacity)) }.bg-green-400,[bg-green-400=""]{--un-bg-opacity:1;background-color:rgb(74 222 128/var(--un-bg-opacity)) }.bg-green-50{--un-bg-opacity:1;background-color:rgb(240 253 244/var(--un-bg-opacity)) }.bg-green-500{--un-bg-opacity:1;background-color:rgb(34 197 94/var(--un-bg-opacity)) }.bg-greyLight{--un-bg-opacity:1;background-color:rgb(242 239 235/var(--un-bg-opacity)) }.bg-navyDark{--un-bg-opacity:1;background-color:rgb(27 40 51/var(--un-bg-opacity)) }.bg-navyLight{--un-bg-opacity:1;background-color:rgb(58 81 102/var(--un-bg-opacity)) }.bg-orange-100,[bg-orange-100=""]{--un-bg-opacity:1;background-color:rgb(255 237 213/var(--un-bg-opacity)) }.bg-orange-100\/70{background-color:#ffedd5b3}.bg-orange-200\/75{background-color:#fed7aabf}.bg-orange-300{--un-bg-opacity:1;background-color:rgb(253 186 116/var(--un-bg-opacity)) }.bg-orangeLight{--un-bg-opacity:1;background-color:rgb(240 122 82/var(--un-bg-opacity)) }.bg-red-400{--un-bg-opacity:1;background-color:rgb(248 113 113/var(--un-bg-opacity)) }.bg-red-50{--un-bg-opacity:1;background-color:rgb(254 242 242/var(--un-bg-opacity)) }.bg-sky-300,[bg-sky-300=""]{--un-bg-opacity:1;background-color:rgb(125 211 252/var(--un-bg-opacity)) }.bg-slate-300{--un-bg-opacity:1;background-color:rgb(203 213 225/var(--un-bg-opacity)) }.bg-slate-900\/60{background-color:#0f172a99}.bg-softGrey{--un-bg-opacity:1;background-color:rgb(216 210 202/var(--un-bg-opacity)) }.bg-softGrey\/70{background-color:#d8d2cab3}.bg-vibrantOrange,[bg-vibrantOrange=""]{--un-bg-opacity:1;background-color:rgb(227 85 40/var(--un-bg-opacity)) }.bg-vibrantOrange\/25{background-color:#e3552840}.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\/12{background-color:#ffffff1f}.bg-white\/14{background-color:#ffffff24}.bg-white\/20{background-color:#fff3}.bg-white\/26{background-color:#ffffff42}.bg-white\/5{background-color:#ffffff0d}.bg-white\/6{background-color:#ffffff0f}.bg-white\/8{background-color:#ffffff14}.bg-white\/80{background-color:#fffc}.bg-white\/96{background-color:#fffffff5}[bg-amber-900=""]{--un-bg-opacity:1;background-color:rgb(120 53 15/var(--un-bg-opacity)) }[bg-cyan-900=""]{--un-bg-opacity:1;background-color:rgb(22 78 99/var(--un-bg-opacity)) }[bg-orange-200=""]{--un-bg-opacity:1;background-color:rgb(254 215 170/var(--un-bg-opacity)) }[bg-slate-900=""]{--un-bg-opacity:1;background-color:rgb(15 23 42/var(--un-bg-opacity)) }.dark .dark\:hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-cyan-800\/55:hover{background-color:#155e758c}.hover\:bg-deepNavy:hover{--un-bg-opacity:1;background-color:rgb(38 56 70/var(--un-bg-opacity)) }.hover\:bg-deepNavy\/5:hover{background-color:#2638460d}.hover\:bg-gray-100:hover{--un-bg-opacity:1;background-color:rgb(243 244 246/var(--un-bg-opacity)) }.hover\:bg-gray-200:hover{--un-bg-opacity:1;background-color:rgb(229 231 235/var(--un-bg-opacity)) }.hover\:bg-greyLight:hover{--un-bg-opacity:1;background-color:rgb(242 239 235/var(--un-bg-opacity)) }.hover\:bg-navyDark:hover{--un-bg-opacity:1;background-color:rgb(27 40 51/var(--un-bg-opacity)) }.hover\:bg-orange-500:hover{--un-bg-opacity:1;background-color:rgb(249 115 22/var(--un-bg-opacity)) }.hover\:bg-orange-600:hover{--un-bg-opacity:1;background-color:rgb(234 88 12/var(--un-bg-opacity)) }.hover\:bg-orangeLight\/10:hover{background-color:#f07a521a}.hover\:bg-red-50:hover{--un-bg-opacity:1;background-color:rgb(254 242 242/var(--un-bg-opacity)) }.hover\:bg-slate-800\/85:hover{background-color:#1e293bd9}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/14:hover{background-color:#ffffff24}.hover\:bg-white\/16:hover{background-color:#ffffff29}.hover\:bg-white\/20:hover{background-color:#fff3}[hover\:bg-cyan-800=""]:hover{--un-bg-opacity:1;background-color:rgb(21 94 117/var(--un-bg-opacity)) }[hover\:bg-orange-600=""]:hover{--un-bg-opacity:1;background-color:rgb(234 88 12/var(--un-bg-opacity)) }[hover\:bg-slate-800=""]:hover{--un-bg-opacity:1;background-color:rgb(30 41 59/var(--un-bg-opacity)) }[hover\:bg-white=""]:hover{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity)) }.file\:bg-transparent::file-selector-button{background-color:#0000}.bg-opacity-70{--un-bg-opacity:.7}.dark .dark\:from-\[\#1a2c3c\]{--un-gradient-from-position:0%;--un-gradient-from:rgb(26 44 60/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:#1a2c3c00 var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-deepNavy{--un-gradient-from-position:0%;--un-gradient-from:rgb(38 56 70/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:#26384600 var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-greyLight{--un-gradient-from-position:0%;--un-gradient-from:rgb(242 239 235/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:#f2efeb00 var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-navyDark{--un-gradient-from-position:0%;--un-gradient-from:rgb(27 40 51/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:#1b283300 var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-vibrantOrange{--un-gradient-from-position:0%;--un-gradient-from:rgb(227 85 40/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:#e3552800 var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.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:#fff0 var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.via-navyLight{--un-gradient-via-position:50%;--un-gradient-to:#3a516600;--un-gradient-stops:var(--un-gradient-from), rgb(58 81 102/var(--un-via-opacity,1)) var(--un-gradient-via-position), var(--un-gradient-to)}.dark .dark\:to-\[\#24394b\]{--un-gradient-to-position:100%;--un-gradient-to:rgb(36 57 75/var(--un-to-opacity,1)) var(--un-gradient-to-position)}.to-deepNavy{--un-gradient-to-position:100%;--un-gradient-to:rgb(38 56 70/var(--un-to-opacity,1)) var(--un-gradient-to-position)}.to-greyLight{--un-gradient-to-position:100%;--un-gradient-to:rgb(242 239 235/var(--un-to-opacity,1)) var(--un-gradient-to-position)}.to-navyLight{--un-gradient-to-position:100%;--un-gradient-to:rgb(58 81 102/var(--un-to-opacity,1)) var(--un-gradient-to-position)}.to-orangeDark{--un-gradient-to-position:100%;--un-gradient-to:rgb(180 64 0/var(--un-to-opacity,1)) var(--un-gradient-to-position)}.to-softGrey{--un-gradient-to-position:100%;--un-gradient-to:rgb(216 210 202/var(--un-to-opacity,1)) var(--un-gradient-to-position)}.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))}[stroke~=\#263846]{--un-stroke-opacity:1;stroke:rgb(38 56 70/var(--un-stroke-opacity)) }[stroke~=\#9ed0ff]{--un-stroke-opacity:1;stroke:rgb(158 208 255/var(--un-stroke-opacity)) }[stroke~=\#cbe7b1]{--un-stroke-opacity:1;stroke:rgb(203 231 177/var(--un-stroke-opacity)) }[stroke~=\#d8d2ca]{--un-stroke-opacity:1;stroke:rgb(216 210 202/var(--un-stroke-opacity)) }[stroke~=\#D8D2CA]{--un-stroke-opacity:1;stroke:rgb(216 210 202/var(--un-stroke-opacity)) }[stroke~=\#e35528]{--un-stroke-opacity:1;stroke:rgb(227 85 40/var(--un-stroke-opacity)) }[stroke~=\#E35528]{--un-stroke-opacity:1;stroke:rgb(227 85 40/var(--un-stroke-opacity)) }[stroke~=\#f8e3d7]{--un-stroke-opacity:1;stroke:rgb(248 227 215/var(--un-stroke-opacity)) }[stroke~=\#ffd099]{--un-stroke-opacity:1;stroke:rgb(255 208 153/var(--un-stroke-opacity)) }.object-cover{object-fit:cover}.object-contain{object-fit:contain}.p-0\.5{padding:.125rem}.p-2,[p-2=""]{padding:.5rem}.p-3,[p-3=""]{padding:.75rem}.p-4,[p-4=""]{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.px,.px-4,[px-4=""],[px=""]{padding-left:1rem;padding-right:1rem}.px-0{padding-left:0;padding-right:0}.px-2,[px-2=""]{padding-left:.5rem;padding-right:.5rem}.px-3,[px-3=""]{padding-left:.75rem;padding-right:.75rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6,[px-6=""]{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1,[py-1=""]{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2,[py-2=""]{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3,[py-3=""]{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0{padding-bottom:0}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pl-20{padding-left:5rem}.pl-3{padding-left:.75rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pr-1{padding-right:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.align-bottom{vertical-align:bottom}.align-top{vertical-align:top}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-2xl,[text-2xl=""]{font-size:1.5rem;line-height:2rem}.text-3xl,[text-3xl=""]{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-base,[text-base=""]{font-size:1rem;line-height:1.5rem}.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{font-size:.75rem;line-height:1rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.dark .dark\:text-greyLight{--un-text-opacity:1;color:rgb(242 239 235/var(--un-text-opacity)) }.dark .dark\:text-vibrantOrange,.text-vibrantOrange{--un-text-opacity:1;color:rgb(227 85 40/var(--un-text-opacity)) }.text-amber-100,[text-amber-100=""]{--un-text-opacity:1;color:rgb(254 243 199/var(--un-text-opacity)) }.text-amber-200{--un-text-opacity:1;color:rgb(253 230 138/var(--un-text-opacity)) }.text-amber-300{--un-text-opacity:1;color:rgb(252 211 77/var(--un-text-opacity)) }.text-amber-400{--un-text-opacity:1;color:rgb(251 191 36/var(--un-text-opacity)) }.text-blue-700{--un-text-opacity:1;color:rgb(29 78 216/var(--un-text-opacity)) }.text-blue-800{--un-text-opacity:1;color:rgb(30 64 175/var(--un-text-opacity)) }.text-cyan-100,[text-cyan-100=""]{--un-text-opacity:1;color:rgb(207 250 254/var(--un-text-opacity)) }.text-deepNavy,[text-deepNavy=""]{--un-text-opacity:1;color:rgb(38 56 70/var(--un-text-opacity)) }.text-deepNavy\/72{color:#263846b8}.text-deepNavy\/74{color:#263846bd}.text-deepNavy\/76{color:#263846c2}.text-deepNavy\/78{color:#263846c7}.text-deepNavy\/80{color:#263846cc}.text-deepNavy\/84{color:#263846d6}.text-emerald-100{--un-text-opacity:1;color:rgb(209 250 229/var(--un-text-opacity)) }.text-emerald-600{--un-text-opacity:1;color:rgb(5 150 105/var(--un-text-opacity)) }.text-gray-300{--un-text-opacity:1;color:rgb(209 213 219/var(--un-text-opacity)) }.text-gray-400{--un-text-opacity:1;color:rgb(156 163 175/var(--un-text-opacity)) }.text-gray-500{--un-text-opacity:1;color:rgb(107 114 128/var(--un-text-opacity)) }.text-gray-600{--un-text-opacity:1;color:rgb(75 85 99/var(--un-text-opacity)) }.text-gray-700{--un-text-opacity:1;color:rgb(55 65 81/var(--un-text-opacity)) }.text-green-100{--un-text-opacity:1;color:rgb(220 252 231/var(--un-text-opacity)) }.text-green-300\/80{color:#86efaccc}.text-green-400\/80{color:#4ade80cc}.text-green-800{--un-text-opacity:1;color:rgb(22 101 52/var(--un-text-opacity)) }.text-orange-100{--un-text-opacity:1;color:rgb(255 237 213/var(--un-text-opacity)) }.text-orange-200{--un-text-opacity:1;color:rgb(254 215 170/var(--un-text-opacity)) }.text-orange-700{--un-text-opacity:1;color:rgb(194 65 12/var(--un-text-opacity)) }.text-orange-800{--un-text-opacity:1;color:rgb(154 52 18/var(--un-text-opacity)) }.text-orangeDark{--un-text-opacity:1;color:rgb(180 64 0/var(--un-text-opacity)) }.text-red-200{--un-text-opacity:1;color:rgb(254 202 202/var(--un-text-opacity)) }.text-red-500{--un-text-opacity:1;color:rgb(239 68 68/var(--un-text-opacity)) }.text-red-600{--un-text-opacity:1;color:rgb(220 38 38/var(--un-text-opacity)) }.text-red-800{--un-text-opacity:1;color:rgb(153 27 27/var(--un-text-opacity)) }.text-sky-100{--un-text-opacity:1;color:rgb(224 242 254/var(--un-text-opacity)) }.text-slate-100{--un-text-opacity:1;color:rgb(241 245 249/var(--un-text-opacity)) }.text-slate-300{--un-text-opacity:1;color:rgb(203 213 225/var(--un-text-opacity)) }.text-slate-400,[color~=\#94a3b8]{--un-text-opacity:1;color:rgb(148 163 184/var(--un-text-opacity)) }.text-softGrey{--un-text-opacity:1;color:rgb(216 210 202/var(--un-text-opacity)) }.text-softGrey\/50{color:#d8d2ca80}.text-white,[text-white=""]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity)) }.text-white\/56{color:#ffffff8f}.text-white\/58{color:#ffffff94}.text-white\/60{color:#fff9}.text-white\/62{color:#ffffff9e}.text-white\/70{color:#ffffffb3}.text-white\/72{color:#ffffffb8}.text-white\/74{color:#ffffffbd}.text-white\/75{color:#ffffffbf}.text-white\/76{color:#ffffffc2}.text-white\/78{color:#ffffffc7}.text-white\/80{color:#fffc}.text-white\/82{color:#ffffffd1}.text-white\/84{color:#ffffffd6}.text-white\/85{color:#ffffffd9}.text-white\/90{color:#ffffffe6}.hover\:text-orangeDark:hover{--un-text-opacity:1;color:rgb(180 64 0/var(--un-text-opacity)) }.hover\:text-vibrantOrange:hover{--un-text-opacity:1;color:rgb(227 85 40/var(--un-text-opacity)) }.hover\:text-white:hover{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity)) }[color~=\#000]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity)) }[color~=\#0f172a]{--un-text-opacity:1;color:rgb(15 23 42/var(--un-text-opacity)) }[color~=\#111827]{--un-text-opacity:1;color:rgb(17 24 39/var(--un-text-opacity)) }[color~=\#1e293b]{--un-text-opacity:1;color:rgb(30 41 59/var(--un-text-opacity)) }[color~=\#1f2937]{--un-text-opacity:1;color:rgb(31 41 55/var(--un-text-opacity)) }[color~=\#263445]{--un-text-opacity:1;color:rgb(38 52 69/var(--un-text-opacity)) }[color~=\#334155]{--un-text-opacity:1;color:rgb(51 65 85/var(--un-text-opacity)) }[color~=\#475569]{--un-text-opacity:1;color:rgb(71 85 105/var(--un-text-opacity)) }[color~=\#4a3525]{--un-text-opacity:1;color:rgb(74 53 37/var(--un-text-opacity)) }[color~=\#4a5d7a]{--un-text-opacity:1;color:rgb(74 93 122/var(--un-text-opacity)) }[color~=\#7a5638]{--un-text-opacity:1;color:rgb(122 86 56/var(--un-text-opacity)) }[color~=\#d7dde6]{--un-text-opacity:1;color:rgb(215 221 230/var(--un-text-opacity)) }[color~=\#e2e8f0]{--un-text-opacity:1;color:rgb(226 232 240/var(--un-text-opacity)) }[color~=\#e5c1b1]{--un-text-opacity:1;color:rgb(229 193 177/var(--un-text-opacity)) }.font-bold{font-weight:700}.font-medium,[font-medium=""]{font-weight:500}.font-normal{font-weight:400}.font-semibold,[font-semibold=""]{font-weight:600}.file\:font-medium::file-selector-button{font-weight:500}.leading-\[22px\]{line-height:22px}.leading-none{line-height:1}.leading-relaxed,[leading-relaxed=""]{line-height:1.625}.leading-tight,[leading-tight=""]{line-height:1.25}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.22em\]{letter-spacing:.22em}.tracking-\[0\.24em\]{letter-spacing:.24em}.tracking-\[0\.26em\]{letter-spacing:.26em}.tracking-\[0\.28em\]{letter-spacing:.28em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-wide{letter-spacing:.025em}.uppercase{text-transform:uppercase}.italic{font-style:italic}.not-italic{font-style:normal}.underline,.hover\:underline:hover{text-decoration-line:underline}.no-underline,.hover\:no-underline:hover{text-decoration:none}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-50,[opacity-50=""]{opacity:.5}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.hover\:opacity-80:hover{opacity:.8}.disabled\:opacity-50:disabled{opacity:.5}.shadow{--un-shadow:var(--un-shadow-inset) 0 1px 3px 0 var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 1px 2px -1px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_12px_28px_rgba\(227\,85\,40\,0\.24\)\]{--un-shadow:0 12px 28px var(--un-shadow-color,#e355283d);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_12px_32px_rgba\(227\,85\,40\,0\.35\)\]{--un-shadow:0 12px 32px var(--un-shadow-color,#e3552859);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_14px_34px_rgba\(227\,85\,40\,0\.28\)\]{--un-shadow:0 14px 34px var(--un-shadow-color,#e3552847);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_16px_36px_rgba\(227\,85\,40\,0\.34\)\]{--un-shadow:0 16px 36px var(--un-shadow-color,#e3552857);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_18px_45px_rgba\(27\,40\,51\,0\.10\)\]{--un-shadow:0 18px 45px var(--un-shadow-color,#1b28331a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_20px_55px_rgba\(27\,40\,51\,0\.08\)\]{--un-shadow:0 20px 55px var(--un-shadow-color,#1b283314);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_20px_55px_rgba\(27\,40\,51\,0\.10\)\]{--un-shadow:0 20px 55px var(--un-shadow-color,#1b28331a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_20px_55px_rgba\(6\,10\,18\,0\.28\)\]{--un-shadow:0 20px 55px var(--un-shadow-color,#060a1247);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_20px_60px_rgba\(27\,40\,51\,0\.16\)\]{--un-shadow:0 20px 60px var(--un-shadow-color,#1b283329);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_24px_60px_rgba\(27\,40\,51\,0\.24\)\]{--un-shadow:0 24px 60px var(--un-shadow-color,#1b28333d);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_24px_60px_rgba\(27\,40\,51\,0\.25\)\]{--un-shadow:0 24px 60px var(--un-shadow-color,#1b283340);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_24px_70px_rgba\(27\,40\,51\,0\.14\)\]{--un-shadow:0 24px 70px var(--un-shadow-color,#1b283324);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_24px_70px_rgba\(27\,40\,51\,0\.26\)\]{--un-shadow:0 24px 70px var(--un-shadow-color,#1b283342);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_28px_80px_rgba\(27\,40\,51\,0\.32\)\]{--un-shadow:0 28px 80px var(--un-shadow-color,#1b283352);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_30px_90px_rgba\(6\,10\,18\,0\.45\)\]{--un-shadow:0 30px 90px var(--un-shadow-color,#060a1273);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-2xl,[shadow-2xl=""]{--un-shadow:var(--un-shadow-inset) 0 25px 50px -12px var(--un-shadow-color,#00000040);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-lg,[shadow-lg=""]{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-md{--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-xl{--un-shadow:var(--un-shadow-inset) 0 20px 25px -5px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 8px 10px -6px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.hover\:shadow-\[0_18px_40px_rgba\(227\,85\,40\,0\.45\)\]:hover{--un-shadow:0 18px 40px var(--un-shadow-color,#e3552873);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.hover\:shadow-lg:hover{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.hover\:shadow-xl:hover{--un-shadow:var(--un-shadow-inset) 0 20px 25px -5px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 8px 10px -6px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.outline{outline-style:solid}.outline-none,.focus\:outline-none:focus,.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.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)}.ring-2,[ring-2=""],.focus\:ring-2:focus,.focus-visible\:ring-2:focus-visible{--un-ring-width:2px;--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)}.focus-visible\:ring-offset-2:focus-visible{--un-ring-offset-width:2px}.ring-vibrantOrange{--un-ring-opacity:1;--un-ring-color:rgb(227 85 40/var(--un-ring-opacity)) }.focus\:ring-vibrantOrange\/20:focus{--un-ring-color:#e3552833 }.focus-visible\:ring-white\/70:focus-visible{--un-ring-color:#ffffffb3 }.backdrop-blur-md{--un-backdrop-blur:blur(12px);-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)}.blur-3xl{--un-blur:blur(64px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.blur-xl{--un-blur:blur(24px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.drop-shadow-\[0_10px_24px_rgba\(0\,0\,0\,0\.35\)\]{--un-drop-shadow:drop-shadow(0 10px 24px #00000059);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.transition,[transition=""]{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors,[transition-colors=""]{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-property:box-shadow;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}[transition~="300"]{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}[delay~="0.0"]{transition-delay:0s}[delay~="0.02"]{transition-delay:.02ms}[delay~="0.04"]{transition-delay:.04ms}[delay~="0.05"]{transition-delay:.05ms}[delay~="0.06"]{transition-delay:.06ms}[delay~="0.08"]{transition-delay:.08ms}[delay~="0.1"]{transition-delay:.1ms}[delay~="0.22"]{transition-delay:.22ms}[delay~="0.24"]{transition-delay:.24ms}[delay~="0.25"]{transition-delay:.25ms}[delay~="0.28"]{transition-delay:.28ms}[delay~="0.3"]{transition-delay:.3ms}[delay~="0.34"]{transition-delay:.34ms}[delay~="0.35"]{transition-delay:.35ms}[delay~="0.38"]{transition-delay:.38ms}[delay~="0.42"]{transition-delay:.42ms}[delay~="0.46"]{transition-delay:.46ms}[delay~="0.52"]{transition-delay:.52ms}[delay~="0.55"]{transition-delay:.55ms}[delay~="0.6"]{transition-delay:.6ms}[delay~="0.62"]{transition-delay:.62ms}[delay~="0.66"]{transition-delay:.66ms}[delay~="0.68"]{transition-delay:.68ms}[delay~="0.7"]{transition-delay:.7ms}[delay~="0.72"]{transition-delay:.72ms}[delay~="0.75"]{transition-delay:.75ms}[delay~="0.76"]{transition-delay:.76ms}[delay~="0.78"]{transition-delay:.78ms}[delay~="0.8"]{transition-delay:.8ms}[delay~="0.84"]{transition-delay:.84ms}[delay~="0.86"]{transition-delay:.86ms}[delay~="0.92"]{transition-delay:.92ms}[delay~="0.95"]{transition-delay:.95ms}[delay~="0.96"]{transition-delay:.96ms}[delay~="0.98"]{transition-delay:.98ms}[delay~="1.02"]{transition-delay:1.02ms}[delay~="1.04"]{transition-delay:1.04ms}[delay~="1.05"]{transition-delay:1.05ms}[delay~="1.08"]{transition-delay:1.08ms}[delay~="1.12"]{transition-delay:1.12ms}[delay~="1.2"]{transition-delay:1.2ms}[delay~="1.22"]{transition-delay:1.22ms}[delay~="1.24"]{transition-delay:1.24ms}[delay~="1.25"]{transition-delay:1.25ms}[delay~="1.26"]{transition-delay:1.26ms}[delay~="1.28"]{transition-delay:1.28ms}[delay~="1.3"]{transition-delay:1.3ms}[delay~="1.44"]{transition-delay:1.44ms}[delay~="1.5"]{transition-delay:1.5ms}.ease{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@media (width>=640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:inline{display:inline}.sm\:flex-row{flex-direction:row}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=768px){.md\:order-1{order:1}.md\:order-2{order:2}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:-mt-10{margin-top:-2.5rem}.md\:block{display:block}.md\:hidden{display:none}.md\:h-24{height:6rem}.md\:w-24{width:6rem}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:justify-between{justify-content:space-between}.md\:p-6,[md\:p-6=""]{padding:1.5rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:pb-10{padding-bottom:2.5rem}.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-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (width>=1024px){.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:grid-cols-\[0\.92fr_1\.08fr\]{grid-template-columns:.92fr 1.08fr}.lg\:grid-cols-\[1\.05fr_0\.95fr\]{grid-template-columns:1.05fr .95fr}.lg\:grid-cols-\[1\.08fr_0\.92fr\]{grid-template-columns:1.08fr .92fr}.lg\:grid-cols-\[1\.1fr_0\.9fr\]{grid-template-columns:1.1fr .9fr}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:max-w-\[46rem\]{max-width:46rem}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-end{justify-content:flex-end}.lg\:justify-between{justify-content:space-between}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (width>=1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}
