:root{--page:#fff;--ink:#404040;--body:#686868;--muted:#929292;--imp-purple:#6d28d9;--accent:#0069d6;--accent-hover:#0050a3}*{box-sizing:border-box}html,body{background:var(--page);min-height:100%;margin:0}body{color:var(--body);text-rendering:optimizelegibility;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px;font-weight:400;line-height:18px}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}a:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.container{width:820px;margin:0 auto}.topbar{z-index:1000;height:40px;position:fixed;top:0;left:0;right:0}.topbar-fill{background-color:#222;background-image:linear-gradient(#333,#222);height:40px;box-shadow:0 1px 3px #00000040,inset 0 -1px #0000001a}.brand{align-items:center;height:40px;margin-left:-20px;padding:0 20px;display:inline-flex}.brand:hover{background-color:#ffffff0d;text-decoration:none}.brand .logo{display:block}.page-shell{padding-top:60px;padding-bottom:36px}.hero-unit{background-color:#f5f5f5;border-radius:6px;margin-bottom:30px;padding:60px}.hero-unit h1{color:var(--ink);letter-spacing:-1px;margin:0;font-size:40px;font-weight:700;line-height:46px}.hero-unit .seesaw{width:100%;height:auto;image-rendering:pixelated;margin-top:36px;display:block}.copy-section{align-items:center;gap:20px;display:flex}.body-copy{flex:auto;min-width:0}.body-copy p{margin:0 0 18px}.body-copy .copy-item{align-items:flex-start;gap:8px;display:flex}.copy-square{background:var(--imp-purple);flex:0 0 7px;width:7px;height:7px;margin-top:5px;display:block}.contact-card{background:#fff;border:1px solid #ddd;border-radius:4px;flex:0 0 280px;max-width:280px;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.contact-card h3{color:var(--ink);margin:0;padding:14px 18px 0;font-size:18px;font-weight:700;line-height:27px}.contact-card p{color:var(--body);margin:0;padding:0 18px;font-size:13px;line-height:18px}.contact-form{margin:0;padding:18px 18px 0}.contact-form label{color:var(--ink);text-align:left;margin-bottom:4px;font-size:13px;font-weight:700;line-height:20px;display:block}.field-group{margin-bottom:9px}.field-group:last-of-type{margin-bottom:0}.optional-label{color:var(--muted);font-weight:400}.contact-form input,.contact-form textarea{box-sizing:border-box;color:gray;background:#fff;border:1px solid #ccc;border-radius:3px;width:100%;padding:4px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px;line-height:18px;transition:border .2s linear,box-shadow .2s linear;display:block;box-shadow:inset 0 1px 3px #0000001a}.contact-form input{height:28px}.contact-form input:focus,.contact-form textarea:focus{border-color:#52a8eccc;outline:none;box-shadow:inset 0 1px 3px #0000001a,0 0 8px #52a8ec99}.contact-form textarea{resize:none;min-height:72px}.character-count{color:var(--muted);text-align:right;margin-top:3px;font-size:11px;line-height:14px}.contact-form .form-actions{background:#f5f5f5;border-top:1px solid #ddd;margin:18px -18px 0;padding:17px 18px 18px}.submission-error{color:#9d261d;margin-top:9px;font-size:12px;line-height:18px}.contact-card h3,.contact-card p,.contact-form .field-group{transition:opacity .12s ease-out}.submitted-card h3,.submitted-card p,.submitted-card .field-group{visibility:hidden;opacity:0}.submitted-card .form-actions{z-index:2;position:relative}.submission-confirmation{z-index:1;color:var(--ink);pointer-events:none;text-align:center;text-shadow:0 1px #ffffff80;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:18px 18px 82px;font-size:13px;font-weight:700;line-height:18px;animation:.18s ease-out both confirmation-in;display:flex;position:absolute;inset:0}.confirmation-check{fill:none;width:24px;height:24px;stroke:var(--imp-purple);stroke-linecap:square;stroke-linejoin:miter;stroke-width:2.5px}@keyframes confirmation-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.contact-card .btn{cursor:pointer;color:#333;text-shadow:0 1px 1px #ffffffbf;background-color:#e6e6e6;background-image:linear-gradient(#fff,#fff 25%,#e6e6e6);background-repeat:no-repeat;border:1px solid #ccc;border-bottom-color:#bbb;border-radius:4px;padding:5px 14px 6px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px;line-height:normal;transition:all .1s linear;display:inline-block;box-shadow:inset 0 1px #fff3,0 1px 2px #0000000d}.contact-card .btn:hover{color:#333;background-position:0 -15px;text-decoration:none}.contact-card .btn:active{box-shadow:inset 0 3px 7px #0000001a,0 1px 2px #0000000d}.contact-card .btn.primary{background-color:var(--imp-purple);background-image:linear-gradient(to bottom, #8b5cf6, var(--imp-purple));color:#fff;text-shadow:0 -1px #00000040;background-repeat:repeat-x;border-color:#6d28d9 #6d28d9 #4c1d95}.contact-card .btn.primary:hover{color:#fff}.contact-card .btn:focus-visible{outline-offset:2px;outline:thin dotted}.contact-card .btn:disabled{cursor:default;box-shadow:none;opacity:.65;background-image:none}.muted-parenthetical{color:var(--muted)}.body-copy .development-notice{margin-bottom:0;padding-left:15px;font-weight:700}footer{color:var(--muted);border-top:1px solid #eee;justify-content:space-between;align-items:baseline;margin-top:17px;padding-top:17px;display:flex}.footer-links{gap:8px;display:flex}.footer-links span{color:#bfbfbf}@media (max-width:859px){.container{width:auto;margin-left:20px;margin-right:20px}.hero-unit{padding:48px}}@media (max-width:700px){.hero-unit{padding:36px}.hero-unit h1{font-size:36px;line-height:42px}.copy-section{display:block}.body-copy{width:100%}.contact-card{max-width:none;margin-top:18px}}@media (max-width:520px){.container{margin-left:16px;margin-right:16px}.page-shell{padding-top:56px;padding-bottom:28px}.hero-unit{border-radius:5px;margin-bottom:24px;padding:24px}.hero-unit h1{letter-spacing:-.5px;font-size:28px;line-height:34px}.hero-unit .seesaw{margin-top:30px}.body-copy{font-size:14px;line-height:21px}footer{margin-top:12px}}
