.hero{width:100vw;height:150vh;position:relative;height:calc(100vh - var(--header-height))}.hero>div{position:absolute;top:0;left:0;height:100%;width:100%;margin:auto}.hero .skip-to-content{display:inline-flex;bottom:0;z-index:1;left:calc(50% - 8em);position:absolute;width:8em;height:4em;border-radius:4em 4em 0 0;border:0;margin-bottom:-2px;border-bottom-color:#fff;background-color:#fff;padding-block-start:1em;justify-content:center;align-items:center}.gallery{--gallery-gap: 1em;display:grid;grid-gap:var(--gallery-gap);grid-template-columns:repeat(var(--v41815550),1fr);list-style-type:none;margin:0;padding:0}.gallery li{display:inline-block}.gallery img{width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1}.categories{display:flex;flex-wrap:wrap;flex-direction:row;gap:1em;margin-block-end:2em}:root{--header-height: 5em;--text-gray: hsl(0 0 77);--bg-dark: hsl(0 0 15);--bg-light: hsl(0 0 99);--fg-light: hsl(0 0 2);--btn-fg: hsl(0 0 26);--btn-bg: hsl(0 0 99);--btn-border: hsl(0 0 87);--btn-hover-bg: hsl(0 0 94);--btn-hover-fg: hsl(0 0 0);--btn-hover-border: hsl(0 0 18);--btn-active-bg: hsl(0 0 94);--btn-active-fg: hsl(0 0 0);--btn-active-border: hsl(0 0 48);--primary: hsl(351 100 57);--primary-fg: hsl(0 0 99)}body{background-color:var(--bg-dark)}main{background-color:var(--bg-light);color:var(--fg-light)}.space-between{display:flex;flex-direction:row;justify-content:space-between}.header{position:sticky;top:0;left:0;right:0;z-index:999;background-color:hsl(from var(--bg-dark) h s l / .9);padding:1.5em;height:var(--header-height);-webkit-backdrop-filter:blur(.5em);backdrop-filter:blur(.5em);max-width:120em;margin-inline:auto}.header>div{height:100%;display:flex;flex-direction:row;align-items:center}.header .logo{height:100%;display:flex}.header nav>ul{display:inline-flex;flex-direction:row;gap:1em;list-style-type:none}.header nav a{color:var(--text-gray);font-weight:500;text-decoration:none;font-size:large}.btn{height:2.5em;padding-inline:1em;display:flex;align-items:center;border-radius:.25em}a.btn{text-decoration:none}.btn.pill{border-radius:1.25em;font-size:large}.btn.primary{background-color:var(--primary);color:var(--primary-fg)}.btn.flat{color:var(--btn-fg);background-color:var(--btn-bg);border:2px solid var(--btn-border);box-shadow:0 .05em .5em hsl(0 0 0 / 15%)}.btn.flat:hover{color:var(--btn-hover-fg);background-color:var(--btn-hover-bg);border-color:var(--btn-hover-border)}.btn.flat.active{color:var(--btn-active-fg);background-color:var(--btn-active-bg);border-color:var(--btn-active-border)}.content{max-width:80em;padding:2em 3em;margin-inline:auto}.page-title{font-size:1.75em;margin-bottom:1em;font-weight:450}.footer{background-color:hsl(0 0 85)}.footer>div{align-items:center}html{font-family:Inter,sans-serif;font-feature-settings:"liga" 1,"calt" 1}@supports (font-variation-settings: normal){:root{font-family:InterVariable,sans-serif}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}
