:root{--color-text:#000;--color-background:#e4e4e4;--white:#fff;--grey-10:#e4e4e4;--black:#000;--color-error:#eb1d1d;--font-family-heading:"Chaney",sans-serif;--font-family-body:"Inter",sans-serif;--section-spacing-xs:1rem;--section-spacing-s:1rem;--section-spacing-m:2rem;--section-spacing-l:4rem}@media(min-width:992px){:root{--section-spacing-xs:1rem;--section-spacing-s:2rem;--section-spacing-m:4rem;--section-spacing-l:8rem}}html{font-size:18px}body,html{margin:0;max-width:100svw;min-height:100svh}body{background:var(--color-background);color:var(--color-text)}body>div{display:flex;flex-direction:column;min-height:100svh}section{margin:var(--section-spacing-l) 0}a{color:inherit}@media(prefers-color-scheme:dark){html{color-scheme:dark}}@font-face{font-family:Chaney;src:url(/_next/static/media/chaney-regular-webfont.1722d92a.woff) format("woff"),url(/_next/static/media/chaney-regular-webfont.762b6080.woff2) format("woff2")}@font-face{font-family:Chaney Wide;src:url(/_next/static/media/chaney-wide-webfont.bc7455eb.woff) format("woff"),url(/_next/static/media/chaney-wide-webfont.4e436dde.woff2) format("woff2")}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-Regular.8c0fe73b.ttf) format("truetype")}@font-face{font-family:Inter;font-weight:900;src:url(/_next/static/media/Inter-Black.fe65acfa.ttf) format("truetype")}b,strong{font-weight:900}b,body,strong{font-family:Inter}body{font-size:1 rem;line-height:1.375rem}main p a{text-decoration:none}main p a:after{content:"↗";display:inline-block;font-size:inherit;position:relative;transform:translate(0);transition:.3s ease}main p a:hover{text-decoration:underline}main p a:hover:after{transform:translate(3px,-3px)}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading);font-feature-settings:"ss02" on;font-weight:400;line-height:1.2;word-break:break-word}h1{font-size:2rem}@media(min-width:576px){h1{font-size:3.05rem}}@media(min-width:992px){h1{font-size:6rem}}h2{font-family:var(--font-family-heading);font-feature-settings:"ss02" on;font-size:1.7rem;font-weight:400;line-height:1.2;word-break:break-word}@media(min-width:576px){h2{font-size:2.45rem}}@media(min-width:992px){h2{font-size:4rem}}h3{font-family:var(--font-family-heading);font-feature-settings:"ss02" on;font-size:1.4rem;font-weight:400;line-height:1.2;word-break:break-word}@media(min-width:576px){h3{font-size:1.95rem}}@media(min-width:992px){h3{font-size:2.5rem}}h4{font-family:var(--font-family-heading);font-feature-settings:"ss02" on;font-size:1.2rem;font-weight:400;line-height:1.2;word-break:break-word}@media(min-width:576px){h4{font-size:1.55rem}}@media(min-width:992px){h4{font-size:1.5rem}}h5{font-family:var(--font-family-heading);font-feature-settings:"ss02" on;font-size:1rem;font-weight:400;line-height:1.2;word-break:break-word}@media(min-width:576px){h5{font-size:1.25rem}}@media(min-width:992px){h5{font-size:1rem}}h6{font-family:var(--font-family-heading);font-feature-settings:"ss02" on;font-weight:400;line-height:1.2;word-break:break-word}input[type=email],input[type=text]{background-color:transparent;border:none;border-bottom:2px solid #000;font-family:var(--font-family-body);font-size:.8rem;line-height:1.4;outline:none;padding:.5rem 0;width:100%}@media(min-width:576px){input[type=email],input[type=text]{font-size:1rem}}@media(min-width:992px){input[type=email],input[type=text]{font-size:1.5rem}}input[type=email],input[type=text]{color:var(--color-text)}label{display:none}textarea{background-color:transparent;border:none;border-bottom:2px solid #000;font-family:var(--font-family-body);font-size:.8rem;line-height:1.4;width:100%}@media(min-width:576px){textarea{font-size:1rem}}@media(min-width:992px){textarea{font-size:1.5rem}}textarea{color:var(--color-text);height:42px}textarea:focus,textarea:focus-visible{outline:none}button{background-color:var(--black);border:none;border-radius:20px;color:var(--white);cursor:pointer;font:inherit;padding:5px 15px;text-decoration:none}button:after{content:"↗";display:inline-block;font-size:inherit;position:relative;transform:translate(0)}