@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400&family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{--green:#1b4332;--green-mid:#2d6a4f;--green-light:#40916c;--gold:#d4a373;--gold-hover:#c4935f;--cream:#fefae0;--surface:#fff8e7;--text:#1a1a1a;--muted:#6b705c;--light:#a3a380;--border:#e8e4d4}*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,system-ui,-apple-system,sans-serif;overflow:hidden}.slide{justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;overflow-y:auto}@media (width>=768px){.slide{padding:4rem}}.font-display{font-family:Fraunces,Georgia,serif}.bg-cream{background-color:var(--cream)}.bg-green{background-color:var(--green)}.bg-surface{background-color:var(--surface)}.text-green{color:var(--green)}.text-gold{color:var(--gold)}.text-cream{color:var(--cream)}.text-muted-warm{color:var(--muted)}.text-light-warm{color:var(--light)}.border-warm{border-color:var(--border)}.grid-cols-2,.grid-cols-3{grid-template-columns:1fr;gap:1rem;display:grid}.grid-cols-4{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width>=768px){.grid-cols-2{grid-template-columns:repeat(2,1fr);gap:1.5rem}.grid-cols-3{grid-template-columns:repeat(3,1fr);gap:2rem}.grid-cols-4{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.text-8xl{font-size:3rem}.text-7xl{font-size:2.5rem}.text-6xl{font-size:2.25rem}.text-5xl{font-size:1.875rem}.text-4xl{font-size:1.5rem}.text-3xl{font-size:1.25rem}.text-2xl{font-size:1.125rem}.text-xl{font-size:1rem}@media (width>=768px){.text-8xl{font-size:7rem}.text-7xl{font-size:5rem}.text-6xl{font-size:3.75rem}.text-5xl{font-size:3rem}.text-4xl{font-size:2.25rem}.text-3xl{font-size:1.875rem}.text-2xl{font-size:1.5rem}.text-xl{font-size:1.25rem}}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-white{color:#fff}.text-gray-900{color:#111827}.text-gray-800{color:#1f2937}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.text-gray-400{color:#9ca3af}.text-gray-300{color:#d1d5db}.text-emerald-400{color:#34d399}.text-emerald-300{color:#6ee7b7}.text-amber-500{color:#f59e0b}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-900{background-color:#111827}.border{border-style:solid;border-width:1px}.border-2{border-style:solid;border-width:2px}.border-gray-200{border-color:#e5e7eb}.rounded{border-radius:4px}.rounded-md{border-radius:6px}.rounded-lg{border-radius:10px}.rounded-xl{border-radius:16px}.rounded-2xl{border-radius:20px}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 2px 8px #00000014}.shadow-md{box-shadow:0 4px 16px #0000001a}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.05em}.tracking-wider{letter-spacing:.08em}.tracking-widest{letter-spacing:.15em}.uppercase{text-transform:uppercase}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.p-2{padding:.5rem}.p-3,.p-4{padding:.75rem}.p-5,.p-6{padding:1rem}.p-8{padding:1.25rem}.p-10{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}@media (width>=768px){.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3,.mb-4{margin-bottom:.75rem}.mb-6{margin-bottom:1rem}.mb-8{margin-bottom:1.5rem}.mb-10{margin-bottom:1.75rem}.mb-12{margin-bottom:2rem}.mb-16{margin-bottom:2.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:.75rem}.mt-6{margin-top:1rem}.mt-8{margin-top:1.5rem}.mt-12{margin-top:2rem}.mt-16{margin-top:2.5rem}.mt-auto{margin-top:auto}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.ml-auto{margin-left:auto}@media (width>=768px){.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}}.mx-auto{margin-left:auto;margin-right:auto}.max-w-xs,.max-w-sm,.max-w-md,.max-w-lg,.max-w-xl,.max-w-2xl,.max-w-3xl,.max-w-4xl,.max-w-5xl,.max-w-6xl{max-width:100%}@media (width>=768px){.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.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-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3,.gap-4{gap:.75rem}.gap-6{gap:1rem}.gap-8{gap:1.5rem}.gap-12{gap:2rem}.col-gap-6{column-gap:1.5rem}@media (width>=768px){.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.self-start{align-self:flex-start}.flex-1{flex:1}.flex-none{flex:none}.shrink-0{flex-shrink:0}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*,.space-y-4>*+*{margin-top:.75rem}.space-y-6>*+*{margin-top:1rem}.space-y-8>*+*{margin-top:1.5rem}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}@media (width>=768px){.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{inset:0}.top-0{top:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.left-4{left:.5rem}.right-4{right:.5rem}.left-6,.left-8{left:1rem}.bottom-6{bottom:1rem}.right-6{right:1rem}.z-10{z-index:10}.z-50{z-index:50}@media (width>=768px){.left-4{left:1rem}.right-4{right:1rem}.left-8{left:2rem}.bottom-6{bottom:1.5rem}.right-6{right:1.5rem}}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-2{width:.5rem}.w-4{width:1rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:3rem}.w-full{width:100%}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-2{height:.5rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:3rem}.h-full{height:100%}.h-screen{height:100vh}.w-screen{width:100vw}.min-w-0{min-width:0}@media (width>=768px){.w-16{width:4rem}.h-16{height:4rem}}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.top-1\/2{top:50%}.left-1\/2{left:50%}.-translate-x-1\/2{transform:translate(-50%)}.-translate-y-1\/2{transform:translateY(-50%)}.pointer-events-none{pointer-events:none}.opacity-0{opacity:0}.opacity-50{opacity:.5}.transition-all{transition:all .2s}.transition-opacity{transition:opacity .2s}.cursor-pointer{cursor:pointer}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}@media (width>=768px){.md\:block{display:block}.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.md\:grid-cols-5{grid-template-columns:repeat(5,1fr)}.md\:text-left{text-align:left}}@media (width<=767px){.nav-arrow{display:none}}table{border-collapse:collapse;width:100%}th,td{text-align:left}.divide-y>*+*{border-top:1px solid var(--border)}
