.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--color-primary-yellow: #fcb900;--color-primary-green: #bddec0;--color-primary-blue: #1a73e8;--color-bg-light: #fbf4ef;--color-bg-dark: #3c3c3c;--color-text-dark: #000000;--color-text-base: #1f1d19;--color-white: #ffffff;--color-black: #000000;--color-luminous-amber: #fcb900;--font-sans: "Outfit", system-ui, -apple-system, sans-serif;--font-heading: "Outfit", system-ui, -apple-system, sans-serif;--spacing-1: .5rem;--spacing-2: 1rem;--spacing-3: 1.5rem;--spacing-4: 2rem;--spacing-5: 3rem;--spacing-6: 5rem;--max-width: 1200px;--content-width: 650px}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.6;font-weight:400;font-family:var(--font-sans);color:var(--color-text-base);background-color:var(--color-white);font-size:1rem;overflow-x:hidden;display:flex;flex-direction:column}main{flex:1;padding:var(--spacing-5) 0}a{color:var(--color-text-dark);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}h1,h2,h3{font-weight:700}a:hover{text-decoration:none}img,picture{max-width:100%;display:block;height:auto}input,button,textarea,select{font:inherit}h1,h2,h3{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--color-text-dark);margin-bottom:var(--spacing-3)}h1{font-weight:700;letter-spacing:-.016em;line-height:1.1}h2{font-weight:600;letter-spacing:-.005em}h3,strong,b{font-weight:700}h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--color-text-dark);margin-bottom:var(--spacing-3)}h1{font-size:clamp(2.5rem,6vw,5rem)}h2{font-size:clamp(1.75rem,4vw,3.7rem);font-weight:600}h3{font-size:clamp(1.25rem,2vw,1.5rem)}h4{font-size:1.25rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing-4)}.text-center{text-align:center}.disabled{opacity:.7;cursor:not-allowed;pointer-events:none}.site-header{background:var(--color-bg-light);padding:var(--spacing-3) 0;position:relative;z-index:100}.header-inner{display:flex;justify-content:space-between;align-items:center}.logo img{height:30px;width:auto}.footer-logo{display:inline-block;margin-bottom:var(--spacing-2)}.footer-logo img{height:26px;width:auto}.hero{margin-bottom:var(--spacing-5)}.hero h1{font-weight:400}.site-footer{background-color:#fbf5f0}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-4);padding-top:var(--spacing-5);margin-bottom:var(--spacing-5);align-items:start}.footer-brand h2{margin-top:0;padding-top:0;line-height:1;font-size:2rem}.footer-brand h2 a{text-decoration:none}.footer-brand p{margin-top:var(--spacing-2);max-width:450px}.footer-menu{justify-self:end;text-align:right}.footer-menu h4{margin:0 0 1rem;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#9c948b}.footer-menu ul{list-style:none;margin:0;padding:0;display:grid;grid-template-rows:repeat(4,auto);grid-auto-flow:column;gap:.6rem 2.5rem}.footer-menu a{text-decoration:none;color:var(--color-text-base);font-size:.95rem}.footer-menu a:hover{text-decoration:underline}.footer-bottom{background-color:var(--color-text-dark);color:var(--color-white);padding:var(--spacing-4) 0}.footer-bottom a{color:var(--color-white);text-decoration:none}.footer-bottom a:hover{text-decoration:underline}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--spacing-3)}.social-links{display:flex;gap:var(--spacing-3)}.social-links a{display:flex;align-items:center;justify-content:center;transition:transform .2s}.social-links a:hover{transform:scale(1.1)}.footer-legal{display:flex;gap:var(--spacing-3)}.footer-legal a{text-decoration:none}.footer-legal a:hover{text-decoration:underline}.footer-bottom a.footer-admin-dot,.footer-bottom a.footer-admin-dot:link,.footer-bottom a.footer-admin-dot:visited,.footer-bottom a.footer-admin-dot:hover,.footer-bottom a.footer-admin-dot:focus,.footer-bottom a.footer-admin-dot:active{color:inherit;text-decoration:none;cursor:inherit;outline:none;background:none;border:0}.container-narrow{max-width:800px}.post-header{margin-bottom:var(--spacing-4)}.post-header h1{margin-bottom:.5rem}.post-content p{margin-bottom:var(--spacing-3);font-size:1.125rem;color:#333}.post-content h2{margin-top:var(--spacing-5);margin-bottom:var(--spacing-3);font-size:clamp(1.75rem,4vw,2.5rem)}.post-content h3{margin-top:var(--spacing-4);margin-bottom:var(--spacing-2);font-size:1.5rem}.post-content h4{margin-top:var(--spacing-4);margin-bottom:var(--spacing-2);font-size:1.25rem;font-weight:700}.post-content ul{margin-bottom:var(--spacing-3);padding-left:var(--spacing-3)}.post-content li{margin-bottom:var(--spacing-1);font-size:1.125rem;color:#333}.post-content a{color:var(--color-primary-blue);font-weight:500;text-decoration:none}.post-content a:hover{text-decoration:underline}@media(max-width:900px){.footer-top{grid-template-columns:1fr}.footer-brand p{max-width:100%}.footer-menu{justify-self:start;text-align:left}}@media(max-width:768px){.site-header{padding:var(--spacing-2) 0}.header-inner{flex-direction:column;gap:var(--spacing-2)}.footer-bottom-inner{flex-direction:column;text-align:center}}.header-inner{gap:var(--spacing-3)}.header-cta{display:inline-flex;align-items:center;margin-left:auto;padding:.7rem 1.3rem;border-radius:100px;background:transparent;color:#1f1d19;box-shadow:inset 0 0 0 1px #d8cabc;font-size:1rem;font-weight:600;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .15s ease,box-shadow .15s ease}.header-cta:hover{background:#1f1d190d;color:#1f1d19;box-shadow:inset 0 0 0 1px #1f1d19;text-decoration:none}@media(max-width:820px){.header-inner{flex-direction:row;align-items:center}.header-cta{padding:.6rem 1.1rem;font-size:.85rem}.logo img{height:24px;width:auto}}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
