:root{--gray-50:#f9fafb;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-600:#4b5563;--gray-700:#374151;--gray-900:#111827;--yellow-50:#fefce8;--yellow-200:#fde68a;--yellow-300:#fcd34d;--yellow-400:#fbbf24;--white:#fff;--black:#000}*{box-sizing:border-box}body,html{background:#fff;background:var(--white);color:#111827;color:var(--gray-900);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;margin:0;padding:0}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer}.min-h-screen{min-height:100vh}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.max-w-6xl{max-width:72rem}.h-16{height:4rem}.h-8{height:2rem}.w-auto{width:auto}.inline-flex{display:inline-flex}.flex{display:flex}.grid{display:grid}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.relative{position:relative}.absolute{position:absolute}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.inset-0{bottom:0;left:0;right:0;top:0}.-inset-4{bottom:-1rem;left:-1rem;right:-1rem;top:-1rem}.z-50{z-index:50}.-z-10{z-index:-10}.p-6{padding:1.5rem}.p-4{padding:1rem}.p-3{padding:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-20{padding-bottom:5rem;padding-top:5rem}.py-24{padding-bottom:6rem;padding-top:6rem}.py-28{padding-bottom:7rem;padding-top:7rem}.pt-6{padding-top:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.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}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}.mb-2{margin-bottom:.5rem}.mb-8{margin-bottom:2rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-16{gap:4rem}.grid-cols-1,.lg\:grid-cols-2,.lg\:grid-cols-3,.md\:grid-cols-2,.md\:grid-cols-3,.sm\:grid-cols-2{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.md\:hidden{display:none}}@media (min-width:768px){.md\:flex{display:flex}.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\:visible{visibility:visible}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:visible{visibility:visible}}.border{border:1px solid #e5e7eb;border-color:var(--gray-200)}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-gray-200{border-color:#e5e7eb;border-color:var(--gray-200)}.border-gray-300{border-color:#d1d5db;border-color:var(--gray-300)}.rounded-lg{border-radius:.5rem}.shadow-sm{box-shadow:0 1px 2px #0000000f}.text-gray-900{color:#111827;color:var(--gray-900)}.text-gray-700{color:#374151;color:var(--gray-700)}.text-gray-600{color:#4b5563;color:var(--gray-600)}.text-gray-500{color:#6b7280}.text-yellow-400{color:#fbbf24;color:var(--yellow-400)}.bg-white{background:#fff;background:var(--white)}.bg-gray-50{background:#f9fafb;background:var(--gray-50)}.bg-gray-900{background:#111827;background:var(--gray-900)}.bg-yellow-50{background:#fefce8;background:var(--yellow-50)}.bg-yellow-400{background:#fbbf24;background:var(--yellow-400)}.bg-yellow-200\/30{background:#fde68a4d}.bg-white\/80{background:#fffc}.bg-white\/60{background:#fff9}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.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-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.tracking-tight{letter-spacing:-.015em}.hover\:underline:hover{text-decoration:underline}.hover\:opacity-90:hover{opacity:.9}.hover\:bg-gray-50:hover{background:#f9fafb;background:var(--gray-50)}.transition{transition:all .2s ease}.transition-colors{transition:color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease}.h-4{height:1rem}.w-4{width:1rem}.h-5{height:1.25rem}.w-5{width:1.25rem}.h-6{height:1.5rem}.w-6{width:1.5rem}.h-10{height:2.5rem}.w-10{width:2.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.backdrop-blur{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.supports-\[backdrop-filter\]\:bg-white\/60{background:#fff9}.object-contain{object-fit:contain}.overflow-hidden{overflow:hidden}.collapse{visibility:collapse}.blur-2xl{filter:blur(40px)}input[type=date],input[type=email],input[type=number],input[type=text],select,textarea{background:#fff;background:var(--white);border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:.75rem;box-shadow:0 1px 2px #0000000a;color:#111827;color:var(--gray-900);display:block;padding:.5rem .75rem;width:100%}input:focus,select:focus,textarea:focus{outline:2px solid #fcd34d;outline:2px solid var(--yellow-300);outline-offset:0}label{display:block;margin-bottom:.25rem}input[type=checkbox]{border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:.25rem;height:1rem;width:1rem}.inline-flex.h-10.w-10.items-center.justify-center.rounded-xl.bg-gray-900.text-yellow-400{color:#fbbf24;color:var(--yellow-400)}.border-t.border-gray-200{border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200)}.border-b.border-gray-200{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200)}@media (min-width:640px){.container-sm{max-width:640px}}@media (min-width:768px){.container-md{max-width:768px}}@media (min-width:1024px){.container-lg{max-width:1024px}}
/*# sourceMappingURL=main.8db50b69.css.map*/