@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5901b7c6-module__ec5Qua__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_5901b7c6-module__ec5Qua__variable{--font-inter:"Inter", "Inter Fallback"}
:root{--background:#fdfcf7;--foreground:#1f2937;--heading:#1a5073;--primary-button:#31627e;--primary-button-hover:#264e66;--secondary-bg:#f5f2e8;--card-bg:#f3f0e6;--border-color:#e5e7eb}@media (prefers-color-scheme:dark){:root{--background:#fdfcf7;--foreground:#1f2937}}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-inter), sans-serif;scroll-behavior:smooth;margin:0;padding:0;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--heading);font-weight:500;line-height:1.2}h1{font-size:2.5rem}h2{margin-bottom:1.5rem;font-size:2rem}p{margin-bottom:1rem;line-height:1.6}ul{margin-bottom:1rem;list-style-position:inside}li{margin-bottom:.5rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{flex-direction:column;justify-content:center;min-height:100vh;padding:5rem 0;display:flex}.btn{text-align:center;cursor:pointer;border:1px solid #0000;border-radius:4px;padding:.75rem 1.5rem;font-weight:500;transition:background-color .2s,border-color .2s,color .2s;display:inline-block}.btn-primary{background-color:var(--primary-button);color:#fff}.btn-primary:hover{background-color:var(--primary-button-hover)}.btn-outline{color:var(--primary-button);border-color:var(--primary-button);background-color:#0000}.btn-outline:hover{background-color:#31627e0d}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.section{padding:3rem 0}h1{font-size:2rem}h2{font-size:1.75rem}.desktop-nav{display:none!important}.mobile-nav-toggle{display:block!important}.image-breakout{min-height:300px!important;margin-top:2rem!important;margin-bottom:0!important}}.image-breakout{margin-top:-4rem;margin-bottom:-4rem}.mobile-nav-toggle{cursor:pointer;color:var(--heading);background:0 0;border:none;font-size:1.5rem;display:none}.desktop-nav{display:flex}.fade-in-section{opacity:0;visibility:hidden;will-change:opacity, visibility;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(40px)}.fade-in-section.is-visible{opacity:1;visibility:visible;transform:none}
