:root{--background:rgb(255,255,255);--selection-text:rgb(0,0,0);--selection-background:rgba(0,0,0,0.08);--text-title:rgb(0,0,0);--text-paragraph:rgba(0,0,0,0.6);--link-text:rgba(0,0,0,0.8);--link-text-hover:rgb(0,0,0);--link-underline:rgba(0,0,0,0.2);--link-underline-hover:rgba(0,0,0,0.4);--button-text:rgb(255,255,255);--button-background:rgb(0,0,0);--passepartout-background:rgb(248,248,248);--passepartout-background-hover:rgba(0,0,0,0.08);--passepartout-border:rgba(0,0,0,0.04);--timeline-line:rgba(0,0,0,0.2);--timeline-line-year:rgba(0,0,0,0.4)}@media(prefers-color-scheme:dark){:root{--background:rgb(5,5,5);--selection-text:rgb(255,255,255);--selection-background:rgba(255,255,255,0.16);--text-title:rgb(255,255,255);--text-paragraph:rgba(255,255,255,0.6);--link-text:rgba(255,255,255,0.8);--link-text-hover:rgb(255,255,255);--link-underline:rgba(255,255,255,0.2);--link-underline-hover:rgba(255,255,255,0.4);--button-text:rgb(0,0,0);--button-background:rgb(255,255,255);--passepartout-background:rgba(255,255,255,0.04);--passepartout-background-hover:rgba(255,255,255,0.2);--passepartout-border:rgba(255,255,255,0.04);--timeline-line:rgba(255,255,255,0.2);--timeline-line-year:rgba(255,255,255,0.4)}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/Inter-Regular.woff2) format("woff2")}*{box-sizing:border-box}body,html{padding:0;margin:0;max-width:100vw;overflow-x:hidden;scroll-behavior:smooth;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a,button,h1,h2,h3,p{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}a,button{touch-action:manipulation;cursor:pointer}button{display:flex;align-items:center;justify-content:center;border:none}body,html{background-color:var(--background);font-weight:400}body ::selection,html ::selection{background-color:var(--selection-background);color:var(--selection-text)}main{z-index:0;width:100%}.wrap-vertical{display:flex;flex-direction:column}.wrapper-main{display:flex;padding:0 16px;justify-content:center;margin:0 auto}@media(max-width:768px){.wrapper-main{padding-top:24px}}.wrapper-small{max-width:512px;margin:0 auto}.wrapper-lock-up{display:flex;flex-direction:row;gap:16px;align-items:center;margin-top:80px;margin-bottom:16px}@media(max-width:768px){.wrapper-lock-up{margin-top:0}}.wrapper-list{margin-bottom:32px}.link,.paragraph,.title{font-style:normal;font-weight:400;font-size:16px;line-height:28px;letter-spacing:-.01em}.title{color:var(--text-title)}.paragraph{color:var(--text-paragraph)}.link{display:inline-flex;color:var(--link-text);background-image:linear-gradient(var(--link-underline),var(--link-underline));background-size:100% 1px;background-position:0 100%;background-repeat:no-repeat;max-width:-moz-fit-content;max-width:fit-content;transition:background-image .2s ease-out}@media(hover:hover){.link:hover{color:var(--link-text-hover);background-image:linear-gradient(var(--link-underline-hover),var(--link-underline-hover))}}.footer{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:80px}.cta{display:flex;align-items:center;justify-content:center;min-width:-moz-fit-content;min-width:fit-content;height:40px;border-radius:999px;background-color:var(--button-background);border:1px solid var(--button-background);color:var(--button-text);transition:transform .2s ease-out;transform:scale(1);font-style:normal;font-weight:400;font-size:16px;letter-spacing:-.01em;line-height:100%;padding:0 16px;text-decoration:none}@media(hover:hover){.cta:hover{transform:scale(1.05)}.cta:active{transform:scale(.95)}}.list-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0}@media(hover:hover){.list-item:hover .link{background-image:linear-gradient(var(--link-underline-hover),var(--link-underline-hover))}.list-item:hover .link,.list-item:hover .paragraph{color:var(--link-text-hover)}}