*,::after,::before{box-sizing:border-box;border:0 solid #e2e8f0;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;font-family:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;line-height:1.5;tab-size:4}
body{margin:0;line-height:inherit}
hr{height:0;color:inherit;border-top-width:1px}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
code,kbd,samp,pre{font-family:"JetBrains Mono",monospace;font-size:1em}
small{font-size:80%}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button;background-color:transparent;background-image:none}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}
::-webkit-search-decoration{-webkit-appearance:none;appearance:none}
blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}
fieldset{margin:0;padding:0}
menu,ol,ul{list-style:none;margin:0;padding:0}
dialog{padding:0}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#94a3b8}
button,[role=button]{cursor:pointer}
:disabled{cursor:default}
audio,canvas,embed,iframe,img,object,svg,video{display:block}
img,video{max-width:100%;height:auto}
[hidden]{display:none!important}

::selection{background-color:#d1fae5;color:#064e3b}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
.focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}

.pointer-events-none{pointer-events:none}
.pointer-events-auto{pointer-events:auto}
.visible{visibility:visible}
.static{position:static}
.fixed{position:fixed}
.absolute{position:absolute}
.relative{position:relative}
.sticky{position:sticky}

.inset-0{inset:0}
.top-0{top:0}
.top-4{top:1rem}
.bottom-0{bottom:0}
.bottom-4{bottom:1rem}
.bottom-6{bottom:1.5rem}
.left-0{left:0}
.left-4{left:1rem}
.right-0{right:0}
.right-4{right:1rem}
.right-6{right:1.5rem}
.-left-1{left:-0.25rem}

.z-10{z-index:10}
.z-30{z-index:30}
.z-40{z-index:40}
.z-50{z-index:50}

.block{display:block}
.inline-block{display:inline-block}
.inline{display:inline}
.flex{display:flex}
.inline-flex{display:inline-flex}
.grid{display:grid}
.hidden{display:none}

.aspect-\[16\/10\]{aspect-ratio:16/10}
.aspect-\[4\/5\]{aspect-ratio:4/5}
.aspect-\[4\/3\]{aspect-ratio:4/3}

.h-2{height:0.5rem}
.h-5{height:1.25rem}
.h-7{height:1.75rem}
.h-8{height:2rem}
.h-9{height:2.25rem}
.h-10{height:2.5rem}
.h-11{height:2.75rem}
.h-12{height:3rem}
.h-16{height:4rem}
.h-full{height:100%}
.min-h-\[100dvh\]{min-height:100dvh}
.min-h-\[340px\]{min-height:340px}
.max-h-\[88vh\]{max-height:88vh}

.w-2{width:0.5rem}
.w-5{width:1.25rem}
.w-7{width:1.75rem}
.w-8{width:2rem}
.w-9{width:2.25rem}
.w-10{width:2.5rem}
.w-12{width:3rem}
.w-16{width:4rem}
.w-full{width:100%}
.w-\[calc\(100\%-2rem\)\]{width:calc(100% - 2rem)}
.max-w-md{max-width:28rem}
.max-w-lg{max-width:32rem}
.max-w-xl{max-width:36rem}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-7xl{max-width:80rem}
.max-w-\[54ch\]{max-width:54ch}
.max-w-\[60ch\]{max-width:60ch}

.flex-1{flex:1 1 0%}
.shrink-0{flex-shrink:0}
.grow{flex-grow:1}

.origin-top-right{transform-origin:top right}
.scale-90{transform:scale(.9)}
.scale-100{transform:scale(1)}
.translate-y-0{transform:translateY(0)}
.translate-y-2{transform:translateY(0.5rem)}
.rotate-180{transform:rotate(180deg)}
.-translate-y-1\/2{transform:translateY(-50%)}

.cursor-pointer{cursor:pointer}
.select-none{user-select:none}

.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}
.col-span-full{grid-column:1/-1}

.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.items-start{align-items:flex-start}
.items-end{align-items:flex-end}
.items-center{align-items:center}
.justify-end{justify-content:flex-end}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}

.gap-1{gap:0.25rem}
.gap-1\.5{gap:0.375rem}
.gap-2{gap:0.5rem}
.gap-2\.5{gap:0.625rem}
.gap-3{gap:0.75rem}
.gap-3\.5{gap:0.875rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-10{gap:2.5rem}
.gap-12{gap:3rem}
.gap-16{gap:4rem}
.gap-x-4{column-gap:1rem}
.gap-y-2{row-gap:0.5rem}

.space-y-1>*{margin-top:0.25rem}
.space-y-1\.5>*{margin-top:0.375rem}
.space-y-2>*{margin-top:0.5rem}
.space-y-3>*{margin-top:0.75rem}
.space-y-3\.5>*{margin-top:0.875rem}
.space-y-4>*{margin-top:1rem}
.space-y-6>*{margin-top:1.5rem}
.space-y-1>*:first-child,.space-y-1\.5>*:first-child,.space-y-2>*:first-child,.space-y-3>*:first-child,.space-y-3\.5>*:first-child,.space-y-4>*:first-child,.space-y-6>*:first-child{margin-top:0}

.divide-y>*{border-top-width:1px}
.divide-y>*:first-child{border-top-width:0}
.divide-slate-100>*{border-color:#f1f5f9}

.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}
.overflow-y-auto{overflow-y:auto}

.rounded{border-radius:0.25rem}
.rounded-md{border-radius:0.375rem}
.rounded-lg{border-radius:0.5rem}
.rounded-xl{border-radius:0.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-\[28px\]{border-radius:28px}
.rounded-full{border-radius:9999px}

.border{border-width:1px}
.border-0{border-width:0}
.border-b{border-bottom-width:1px}
.border-t{border-top-width:1px}
.border-l-2{border-left-width:2px}

.border-transparent{border-color:transparent}
.border-slate-100{border-color:#f1f5f9}
.border-slate-200{border-color:#e2e8f0}
.border-slate-200\/80{border-color:rgba(226,232,240,0.8)}
.border-slate-300{border-color:#cbd5e1}
.border-slate-700\/60{border-color:rgba(51,65,85,0.6)}
.border-slate-800{border-color:#1e293b}
.border-slate-800\/80{border-color:rgba(30,41,59,0.8)}
.border-brand-100{border-color:#d1fae5}
.border-brand-200{border-color:#a7f3d0}
.border-brand-600{border-color:#059669}
.border-brand-700{border-color:#047857}

.bg-transparent{background-color:transparent}
.bg-white{background-color:#ffffff}
.bg-white\/80{background-color:rgba(255,255,255,0.8)}
.bg-white\/95{background-color:rgba(255,255,255,0.95)}
.bg-slate-50{background-color:#f8fafc}
.bg-slate-100{background-color:#f1f5f9}
.bg-slate-900{background-color:#0f172a}
.bg-slate-950{background-color:#020617}
.bg-brand-50{background-color:#ecfdf5}
.bg-brand-50\/80{background-color:rgba(236,253,245,0.8)}
.bg-brand-100{background-color:#d1fae5}
.bg-brand-600{background-color:#059669}
.bg-brand-700{background-color:#047857}
.bg-brand-800{background-color:#065f46}
.bg-brand-900{background-color:#064e3b}
.bg-emerald-500{background-color:#10b981}
.bg-emerald-600{background-color:#059669}
.bg-rose-500{background-color:#f43f5e}

.p-0{padding:0}
.p-0\.5{padding:0.125rem}
.p-1\.5{padding:0.375rem}
.p-2{padding:0.5rem}
.p-3\.5{padding:0.875rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-3\.5{padding-left:0.875rem;padding-right:0.875rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem}
.pt-1{padding-top:0.25rem}
.pt-2{padding-top:0.5rem}
.pt-3{padding-top:0.75rem}
.pt-4{padding-top:1rem}
.pt-6{padding-top:1.5rem}
.pt-8{padding-top:2rem}
.pt-10{padding-top:2.5rem}
.pt-12{padding-top:3rem}
.pb-0{padding-bottom:0}
.pb-1{padding-bottom:0.25rem}
.pb-4{padding-bottom:1rem}
.pb-6{padding-bottom:1.5rem}
.pb-8{padding-bottom:2rem}
.pb-12{padding-bottom:3rem}
.pl-3{padding-left:0.75rem}
.pr-6{padding-right:1.5rem}
.pr-8{padding-right:2rem}

.m-auto{margin:auto}
.mx-auto{margin-left:auto;margin-right:auto}
.mt-0\.5{margin-top:0.125rem}
.mt-1{margin-top:0.25rem}
.mt-1\.5{margin-top:0.375rem}
.mt-2{margin-top:0.5rem}
.mt-3{margin-top:0.75rem}
.mt-4{margin-top:1rem}
.mt-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.mb-0\.5{margin-bottom:0.125rem}
.mb-1{margin-bottom:0.25rem}
.mb-1\.5{margin-bottom:0.375rem}
.mb-2\.5{margin-bottom:0.625rem}
.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}

.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}

.font-sans{font-family:"Plus Jakarta Sans",system-ui,sans-serif}
.font-mono{font-family:"JetBrains Mono",monospace}

.text-\[9px\]{font-size:9px}
.text-\[10px\]{font-size:10px}
.text-\[11px\]{font-size:11px}
.text-xs{font-size:0.75rem;line-height:1rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}

.font-normal{font-weight:400}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.font-extrabold{font-weight:800}

.uppercase{text-transform:uppercase}
.capitalize{text-transform:capitalize}
.leading-none{line-height:1}
.leading-tight{line-height:1.25}
.leading-snug{line-height:1.375}
.leading-relaxed{line-height:1.625}

.tracking-tight{letter-spacing:-0.025em}
.tracking-wider{letter-spacing:0.05em}
.tracking-widest{letter-spacing:0.1em}
.whitespace-nowrap{white-space:nowrap}

.text-white{color:#ffffff}
.text-slate-200{color:#e2e8f0}
.text-slate-300{color:#cbd5e1}
.text-slate-400{color:#94a3b8}
.text-slate-500{color:#64748b}
.text-slate-600{color:#475569}
.text-slate-700{color:#334155}
.text-slate-800{color:#1e293b}
.text-slate-900{color:#0f172a}
.text-slate-950{color:#020617}
.text-brand-600{color:#059669}
.text-brand-700{color:#047857}
.text-brand-800{color:#065f46}
.text-brand-900{color:#064e3b}
.text-brand-950{color:#022c22}
.text-emerald-400{color:#34d399}
.text-emerald-500{color:#10b981}
.text-emerald-600{color:#059669}
.text-rose-500{color:#f43f5e}
.fill-current{fill:currentColor}

.opacity-0{opacity:0}
.opacity-100{opacity:1}

.shadow-none{box-shadow:none}
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,0.05)}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1)}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1)}
.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,0.25)}

.ring-0{box-shadow:0 0 0 0 transparent}
.ring-2{box-shadow:0 0 0 2px #047857}
.ring-brand-600{--tw-ring-color:#059669}
.outline-none{outline:2px solid transparent;outline-offset:2px}

.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}

.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.duration-200{transition-duration:200ms}
.duration-300{transition-duration:300ms}
.duration-500{transition-duration:500ms}

.object-cover{object-fit:cover}
.object-contain{object-fit:contain}

.hover\:border-slate-300:hover{border-color:#cbd5e1}
.hover\:border-slate-400:hover{border-color:#94a3b8}
.hover\:border-brand-600:hover{border-color:#059669}
.hover\:bg-white:hover{background-color:#ffffff}
.hover\:bg-slate-50:hover{background-color:#f8fafc}
.hover\:bg-slate-100:hover{background-color:#f1f5f9}
.hover\:bg-slate-800:hover{background-color:#1e293b}
.hover\:bg-brand-50:hover{background-color:#ecfdf5}
.hover\:bg-brand-700:hover{background-color:#047857}
.hover\:bg-brand-800:hover{background-color:#065f46}
.hover\:text-white:hover{color:#ffffff}
.hover\:text-slate-300:hover{color:#cbd5e1}
.hover\:text-slate-600:hover{color:#475569}
.hover\:text-slate-700:hover{color:#334155}
.hover\:text-slate-900:hover{color:#0f172a}
.hover\:text-slate-950:hover{color:#020617}
.hover\:text-brand-700:hover{color:#047857}
.hover\:text-emerald-400:hover{color:#34d399}

.focus\:border-brand-700:focus{border-color:#047857}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-1:focus{box-shadow:0 0 0 1px #047857}
.focus\:ring-brand-700:focus{--tw-ring-color:#047857}

.focus-visible\:outline-2:focus-visible{outline-width:2px}
.focus-visible\:outline-brand-700:focus-visible{outline-color:#047857}
.focus-visible\:outline-slate-900:focus-visible{outline-color:#0f172a}

.active\:scale-95:active{transform:scale(.95)}
.active\:scale-\[0\.98\]:active{transform:scale(.98)}

.group:hover .group-hover\:scale-105{transform:scale(1.05)}
.group:hover .group-hover\:text-brand-700{color:#047857}
.group:hover .group-hover\:bg-brand-50{background-color:#ecfdf5}

@media (min-width:640px){
  .sm\:block{display:block}
  .sm\:flex{display:flex}
  .sm\:flex-row{flex-direction:row}
  .sm\:items-center{align-items:center}
  .sm\:text-lg{font-size:1.125rem;line-height:1.75rem}
  .sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .sm\:text-5xl{font-size:3rem;line-height:1}
  .sm\:text-\[10px\]{font-size:10px}
  .sm\:leading-\[1\.1\]{line-height:1.1}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .sm\:aspect-\[4\/3\]{aspect-ratio:4/3}
  .sm\:h-16{height:4rem}
  .sm\:min-h-\[400px\]{min-height:400px}
  .sm\:p-8{padding:2rem}
  .sm\:p-12{padding:3rem}
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .sm\:pt-14{padding-top:3.5rem}
  .sm\:pt-16{padding-top:4rem}
  .sm\:pb-0{padding-bottom:0}
  .sm\:pb-16{padding-bottom:4rem}
}

@media (min-width:768px){
  .md\:flex{display:flex}
  .md\:flex-row{flex-direction:row}
  .md\:items-end{align-items:flex-end}
  .md\:justify-between{justify-content:space-between}
  .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .md\:col-span-2{grid-column:span 2/span 2}
}

@media (min-width:1024px){
  .lg\:block{display:block}
  .lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}
  .lg\:col-span-5{grid-column:span 5/span 5}
  .lg\:col-span-6{grid-column:span 6/span 6}
  .lg\:col-span-7{grid-column:span 7/span 7}
  .lg\:items-center{align-items:center}
  .lg\:aspect-\[4\/5\]{aspect-ratio:4/5}
  .lg\:h-20{height:5rem}
  .lg\:p-14{padding:3.5rem}
  .lg\:px-8{padding-left:2rem;padding-right:2rem}
  .lg\:pt-20{padding-top:5rem}
  .lg\:pb-20{padding-bottom:5rem}
  .lg\:mt-16{margin-top:4rem}
  .lg\:pt-10{padding-top:2.5rem}
  .lg\:text-6xl{font-size:3.75rem;line-height:1}
  .lg\:gap-16{gap:4rem}
}

@media (min-width:1280px){
  .xl\:flex{display:flex}
  .xl\:hidden{display:none}
  .xl\:w-24{width:6rem}
}