html.scroll-smooth{scroll-behavior:smooth}
.button{display:inline-block;padding:.5rem 1rem;border-radius:.5rem;background-color:transparent;color:#4b5563;text-decoration:none}
.button:hover{background-color:transparent;color:#4b5563}
a{color:#4b5563;text-decoration:none}
a:hover{color:#4b5563;text-decoration:none}
a:visited{color:#4b5563}
.container{width:100%;margin-left:auto;margin-right:auto}
@media (min-width:640px){.container{max-width:640px}}
@media (min-width:768px){.container{max-width:768px}}
@media (min-width:1024px){.container{max-width:1024px}}
@media (min-width:1280px){.container{max-width:1280px}}
.mx-auto{margin-left:auto;margin-right:auto}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.p-8{padding:2rem}
.p-10{padding:2.5rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.text-center{text-align:center}
.text-white{color:#fff}
.text-gray-800{color:#1f2937}
.text-gray-700{color:#374151}
.text-gray-600{color:#4b5563}
.text-gray-400{color:#9ca3af}
.text-gray-300{color:#d1d5db}
.text-blue-600{color:#2563eb}
.hover\:text-blue-600:hover{color:#2563eb}
.bg-white{background-color:#fff}
.bg-gray-900{background-color:#111827}
.bg-gray-800{background-color:#1f2937}
.bg-blue-600{background-color:#2563eb}
.bg-gray-200{background-color:#e5e7eb}
.hover\:bg-blue-700:hover{background-color:#1d4ed8}
.hover\:text-white:hover{color:#fff}
.font-bold{font-weight:700}
.font-black{font-weight:900}
.font-semibold{font-weight:600}
.font-medium{font-weight:500}
.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}
.text-5xl{font-size:3rem;line-height:1}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-9xl{font-size:8rem;line-height:1}
.leading-tight{line-height:1.25}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.mt-20{margin-top:5rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.mb-10{margin-bottom:2.5rem}
.mb-20{margin-bottom:5rem}
.block{display:block}
.inline-block{display:inline-block}
.flex{display:flex}
.flex-col{flex-direction:column}
.flex-grow{flex-grow:1}
.items-center{align-items:center}
.justify-center{justify-content:center}
.grid{display:grid}
.gap-8{gap:2rem}
.gap-10{gap:2.5rem}
.md\:grid-cols-3{grid-template-columns:repeat(1,minmax(0,1fr))}
@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
.md\:flex-row{flex-direction:column}
@media (min-width:768px){.md\:flex-row{flex-direction:row}}
.space-x-6> * + *{margin-left:1.5rem}
.space-x-8> * + *{margin-left:2rem}
.md\:space-x-10> * + *{margin-left:1.5rem}
@media (min-width:768px){.md\:space-x-10> * + *{margin-left:2.5rem}}
.space-y-2> * + *{margin-top:.5rem}
.space-y-4> * + *{margin-top:1rem}
.space-y-6> * + *{margin-top:1.5rem}
.rounded{border-radius:.25rem}
.rounded-lg{border-radius:.5rem}
.rounded-full{border-radius:9999px}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.border-4{border-width:4px}
.border-gray-200{border-color:#e5e7eb}
.sticky{position:sticky}
.top-0{top:0}
.z-50{z-index:50}
.transition-transform{transition:transform .2s ease}
.transition-colors{transition:color .2s ease,background-color .2s ease,border-color .2s ease}
.transform{transform:translateZ(0)}
.hover\:scale-105:hover{transform:scale(1.05)}
.max-w-full{max-width:100%}
.sm\:max-w-md{max-width:100%}
@media (min-width:640px){.sm\:max-w-md{max-width:28rem}}
.mx-auto{margin-left:auto;margin-right:auto}
.md\:mx-0{margin-left:0;margin-right:0}
.md\:w-2\/3{width:66.6667%}
.md\:w-1\/3{width:33.3333%}
.md\:p-12{padding:2rem}
@media (min-width:768px){.md\:p-12{padding:3rem}}
.md\:text-5xl{font-size:2.25rem;line-height:2.5rem}
@media (min-width:768px){.md\:text-5xl{font-size:3rem;line-height:1}}
.max-w-4xl{max-width:56rem}
.max-w-2xl{max-width:42rem}
.list-disc{list-style-type:disc}
.list-inside{list-style-position:inside}
.list-none{list-style-type:none}
.pl-4{padding-left:1rem}
.font-mono{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
.min-h-screen{min-height:100vh}
.hover\:underline:hover{text-decoration:underline}
.button{display:inline-block;padding:.5rem 1rem;border-radius:.5rem;background-color:#2563eb;color:#fff;text-decoration:none}
.button:hover{background-color:#1d4ed8}
