@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700&display=swap";:root{--bg: #00261C;--orange: #F25E3D;--white: #eff7f5}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--white);font-family:"Source Sans 3",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}::selection{background:var(--orange);color:var(--white)}.page{background:var(--bg);display:flex;flex-direction:column;min-height:100vh;position:relative;overflow:hidden}.grain{position:fixed;inset:0;pointer-events:none;z-index:1;opacity:.3;mix-blend-mode:overlay}.bg-icon{position:absolute;right:-6vw;top:50%;transform:translateY(-50%);opacity:.04;pointer-events:none;z-index:0;width:50vw;max-width:600px;filter:brightness(0) invert(1)}nav{position:relative;z-index:10;padding:24px 40px}nav img{height:36px;width:auto}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;z-index:10;padding:0 48px 60px;width:100%;overflow:hidden}.headline{font-size:64px;font-weight:700;letter-spacing:-.03em;line-height:1.05;color:var(--white)}.headline span{color:var(--orange)}.subtitle{color:var(--white);font-size:18px;font-weight:400;line-height:1.6;max-width:520px;margin-top:28px;text-wrap:balance}.founders{display:flex;gap:56px;justify-content:center;margin-top:36px}.founder{display:flex;flex-direction:column;gap:2px;align-items:center}.founder-name{font-size:16px;font-weight:600}.founder-role{font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.6}.founder-links{font-size:13px;margin-top:6px}footer{position:relative;z-index:10;text-align:center;padding:0 40px 28px;color:var(--white);font-size:13px;font-weight:400}.footer-link{color:var(--white);opacity:.6;text-decoration:none}.footer-link:hover{opacity:1}@media(max-width:768px){nav{padding:20px}nav img{height:28px}.headline{font-size:40px}.subtitle{font-size:16px;max-width:90%}.email-form{max-width:100%}.bg-icon{width:80vw;right:-20vw;opacity:.03}}
