:root{--color-cream:#f7f4ee;--color-ink:#0e1420;--color-navy:#16283f;--color-rust:#c24a22;--color-rust-text:#b2441f;--color-peach:#e8955f;--color-border:#ded6c7;--color-border-dark:#2a3648;--color-muted-nav:#a7aeba;--color-muted-light:#c6cdd9;--color-muted-brown:#6e6857;--color-body:#2b2a22;--color-body-secondary:#4b4738;--color-footer-muted:#7a8494;--color-option-muted:#9a927c;--content-width:1360px;--gutter:40px}@media (max-width:640px){:root{--gutter:16px}}*{box-sizing:border-box}html,body{max-width:100vw}body{background:var(--color-cream);min-height:100vh;color:var(--color-ink);font-family:var(--font-sans), Helvetica, Arial, sans-serif;-webkit-font-smoothing:antialiased;flex-direction:column;margin:0;display:flex}a{color:var(--color-navy);text-decoration:none}a:hover{color:var(--color-rust)}::selection{background:var(--color-rust);color:#fff}input,textarea,select,button{font:inherit;color:inherit}button{background:0 0;border:0}.main{flex:1}.cta-arrow{flex:none;width:22px;height:12px;margin-left:10px;overflow:visible}.cta-arrow-shaft{transition:width .3s cubic-bezier(.22,1,.36,1)}.cta-arrow-head{transition:transform .3s cubic-bezier(.22,1,.36,1)}a:hover .cta-arrow-shaft,button:hover .cta-arrow-shaft{width:19px}a:hover .cta-arrow-head,button:hover .cta-arrow-head{transform:translate(7px)}
