@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap";:root{--color-charcoal: #283238;--color-white: #ffffff;--color-off-white: #f4f5f3;--color-teal: #235c59;--color-slate: #606b70;--color-light-grey: #dde2e1;--font-sans: "Inter", Arial, sans-serif;--text-body: 1.125rem;--leading-body: 1.6;--content-width: 76rem;--reading-width: 48rem;--section-space: clamp(4.5rem, 9vw, 8rem);--radius-sm: .25rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--color-charcoal);background:var(--color-white);font-family:var(--font-sans);font-size:var(--text-body);font-weight:400;line-height:var(--leading-body);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit}.container{width:min(calc(100% - 3rem),var(--content-width));margin-inline:auto}.eyebrow{margin:0 0 1.25rem;color:var(--color-teal);font-size:.875rem;font-weight:500;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2,h3{margin-bottom:1.25rem;font-weight:500;line-height:1.14;text-wrap:balance}h1{font-size:clamp(2.75rem,6vw,5.5rem);letter-spacing:-.055em}h2{font-size:clamp(2.25rem,4vw,3.75rem);letter-spacing:-.045em}h3{font-size:clamp(1.35rem,2vw,1.65rem);letter-spacing:-.025em}.section{padding-block:var(--section-space)}.section--soft{background:var(--color-off-white)}.section-heading{max-width:38rem;margin-bottom:3.5rem}.section-heading p{max-width:var(--reading-width);color:var(--color-slate)}.text-link{display:inline-flex;align-items:center;gap:.6rem;color:var(--color-teal);font-size:.9375rem;font-weight:500;text-decoration:none}.text-link:after{content:"↗";font-size:1.1em;transition:transform .16s ease}.text-link:hover:after,.text-link:focus-visible:after{transform:translate(.15rem,-.15rem)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.75rem 1.2rem;border:1px solid var(--color-teal);border-radius:var(--radius-sm);background:var(--color-teal);color:var(--color-white);font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .16s ease,color .16s ease}.button:hover,.button:focus-visible{background:var(--color-charcoal);border-color:var(--color-charcoal)}@media(max-width:44rem){.container{width:min(calc(100% - 2rem),var(--content-width))}.section-heading{margin-bottom:2.5rem}}.site-header[data-astro-cid-ctg3m53h]{padding:1.5rem 0;border-bottom:1px solid var(--color-light-grey)}.site-header__inner[data-astro-cid-ctg3m53h]{position:relative;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo[data-astro-cid-ctg3m53h]{display:block;width:clamp(10.5rem,17vw,13rem);line-height:0;text-decoration:none}.logo[data-astro-cid-ctg3m53h] img[data-astro-cid-ctg3m53h]{width:100%;height:auto}nav[data-astro-cid-ctg3m53h]{display:flex;gap:2rem;margin-left:auto}nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h],.header-contact[data-astro-cid-ctg3m53h]{color:var(--color-charcoal);font-size:.9375rem;font-weight:500;text-decoration:none}nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover,nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:focus-visible,.header-contact[data-astro-cid-ctg3m53h]:hover,.header-contact[data-astro-cid-ctg3m53h]:focus-visible{color:var(--color-teal)}.header-contact[data-astro-cid-ctg3m53h]{color:var(--color-teal)}.header-contact[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{display:inline-block;margin-left:.35rem}.menu-toggle[data-astro-cid-ctg3m53h],.menu-button[data-astro-cid-ctg3m53h]{display:none}@media(max-width:52rem){nav[data-astro-cid-ctg3m53h]{gap:1rem}.header-contact[data-astro-cid-ctg3m53h]{display:none}}@media(max-width:36rem){.site-header[data-astro-cid-ctg3m53h]{padding:1.25rem 0}.menu-button[data-astro-cid-ctg3m53h]{position:relative;display:block;width:2.5rem;height:2.5rem;cursor:pointer}.menu-button[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{position:absolute;top:50%;left:50%;display:block;width:1.5rem;height:2px;background:var(--color-charcoal);transform:translate(-50%,-50%);transform-origin:center;transition:transform .16s ease,opacity .16s ease}.menu-button[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]:first-child{margin-top:-.35rem}.menu-button[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]:last-child{margin-top:.35rem}nav[data-astro-cid-ctg3m53h]{position:absolute;z-index:5;top:3.75rem;right:0;left:0;display:none;flex-direction:column;gap:0;padding:.5rem 1rem;border:1px solid var(--color-light-grey);background:var(--color-white);box-shadow:0 .75rem 2rem #28323818}nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{padding:.75rem 0;font-size:.9375rem}.menu-toggle[data-astro-cid-ctg3m53h]:checked~nav[data-astro-cid-ctg3m53h]{display:flex}.menu-toggle[data-astro-cid-ctg3m53h]:checked+.menu-button[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]:first-child{margin-top:0;transform:translate(-50%,-50%) rotate(45deg)}.menu-toggle[data-astro-cid-ctg3m53h]:checked+.menu-button[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]:nth-child(2){opacity:0}.menu-toggle[data-astro-cid-ctg3m53h]:checked+.menu-button[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]:last-child{margin-top:0;transform:translate(-50%,-50%) rotate(-45deg)}}.site-footer[data-astro-cid-gcn2mc3v]{padding:2rem 0;background:var(--color-charcoal);color:var(--color-white)}.site-footer__inner[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-footer[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{margin:0;color:var(--color-light-grey);font-size:.875rem}.site-footer[data-astro-cid-gcn2mc3v] .logo[data-astro-cid-gcn2mc3v]{width:clamp(10.5rem,17vw,13rem);line-height:0}.site-footer[data-astro-cid-gcn2mc3v] .logo[data-astro-cid-gcn2mc3v] img[data-astro-cid-gcn2mc3v]{width:100%;filter:brightness(0) invert(1)}.copyright[data-astro-cid-gcn2mc3v]{white-space:nowrap}@media(max-width:44rem){.site-footer__inner[data-astro-cid-gcn2mc3v]{align-items:flex-start;flex-direction:column;gap:1rem}.copyright[data-astro-cid-gcn2mc3v]{white-space:normal}}
