@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Manrope:wght@200..800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");:root{--base-100:rgb(242,237,230);--base-200:rgb(204,200,194);--base-250:rgb(179,167,152);--base-300:rgb(153,143,130);--base-350:rgb(128,119,108);--base-400:rgb(102,95,86);--base-450:rgb(31,29,29);--base-500:rgb(20,19,19);--green-100:rgb(240,252,248);--green-200:rgb(204,251,241);--green-250:rgb(153,246,228);--green-300:rgb(102,240,214);--green-350:rgb(77,230,201);--green-400:rgb(63,224,181);--green-450:rgb(51,179,145);--green-500:rgb(63,224,181);--gray-100:rgb(245,245,245);--gray-200:rgb(230,230,230);--gray-250:rgb(200,200,200);--gray-300:rgb(170,170,170);--gray-350:rgb(140,140,140);--gray-400:rgb(110,110,110);--gray-450:rgb(80,80,80);--gray-500:rgb(69,69,69)}*{margin:0;padding:0;box-sizing:border-box;user-select:none}body{font-family:area-normal,sans-serif;overflow-x:hidden}body,section{background-color:white}img{width:100%;height:100%;object-fit:cover;user-select:none}h1{font-family:area-normal,sans-serif;font-size:5rem;font-weight:600;letter-spacing:-.25rem;line-height:1.05;color:var(--gray-500)}h2{font-size:3rem;letter-spacing:-.15rem}h2,h3{font-family:area-normal,sans-serif;font-weight:600;line-height:1.2;color:var(--gray-500)}h3{font-size:2rem}h3,h4{letter-spacing:-.075rem}h4{font-family:area-normal,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.2;color:var(--gray-500)}p{font-weight:300;font-size:1.2rem;line-height:135%;color:var(--gray-450)}p,p.primary{font-family:area-normal,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p.primary{font-weight:500;font-size:1.25rem;line-height:100%;color:var(--gray-500)}.headline,p.primary{text-transform:uppercase}.headline{font-size:5rem;font-weight:600;color:var(--green-500);line-height:1em;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.badge{display:inline-flex;justify-content:center;align-items:center;height:2.35em;padding:.065em 1.35em 0;border:1px solid var(--gray-300);border-radius:3em;background-color:transparent;transition:none}.badge p{font-weight:300;font-size:14px!important}a{text-decoration:none;font-size:1rem;font-weight:500;line-height:1.4;color:var(--gray-500);border-radius:.35rem}span.spacer{display:inline-block;width:20rem}.container{width:100%;height:100%;padding:4em;max-width:2000px;margin:0 auto}.container-header{position:relative;display:flex;flex-direction:column;align-items:flex-start}.container-copy{z-index:2;width:70%}.container-copy h3{text-transform:uppercase;margin-bottom:1.5rem}@media (max-width:900px){h1{font-size:2.5rem;letter-spacing:-.25rem}h2{font-size:2rem;letter-spacing:-.05rem}h3{font-size:1.375rem}h3,h4{letter-spacing:-.025rem}h4{font-size:1rem}.container{padding:2em}.container-copy{width:100%;padding-top:1rem}.container-copy h3{margin-bottom:.5rem}span.spacer{display:none}.headline{font-size:2.5rem}}::view-transition-new(root),::view-transition-old(root){animation:none!important}::view-transition-group(root){z-index:auto!important}::view-transition-image-pair(root){isolation:isolate;will-change:transform,opacity,clip-path;z-index:1}::view-transition-new(root){z-index:10000;animation:none!important}::view-transition-old(root){z-index:1;animation:none!important}body.menu-open *{pointer-events:none}body.menu-open .menu,body.menu-open .menu *,body.menu-open .menu-toggle{pointer-events:auto}.top-bar{position:fixed;top:0;left:0;width:100vw;z-index:10}.top-bar-main{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;background-color:rgba(255,255,255,.95);backdrop-filter:blur(10px);position:relative;z-index:10}.top-bar-main-nav{display:flex;gap:2rem;align-items:center}.top-bar-main-nav a{color:var(--gray-500);text-decoration:none;font-size:1rem;font-weight:400;transition:color .3s ease-out;padding:.5rem 0}.top-bar-main-nav a:hover{color:var(--gray-700)}.top-bar-main-nav a.active{color:var(--green-500);font-weight:500}.top-bar .btn{margin:.5rem 0;width:12rem}.top-bar .top-bar-logo{width:18rem}@media (max-width:1000px){.top-bar-main{padding:2rem}.top-bar-main-nav{display:none}.top-bar .top-bar-logo{width:12rem}.top-bar .top-bar-cta{display:none}}