:root{--text-color:#04433b;--secondary-text-color:rgba(0,0,0,.7);--link-color:#66f;--link-color-dark:#090950;--link-decoration-color:rgba(102,102,255,.3);--font-family:-apple-system,"BlinkMacSystemFont","Segoe UI","Liberation Sans",sans-serif;$breakpoint-desktop:60rem}@media (min-width:$breakpoint-desktop){:root{--column-gutter-width:8rem}}body,html{padding:0;margin:0}*{box-sizing:border-box}html{height:100%}body{min-height:100%;padding:1rem;min-width:320px;max-width:100rem;margin:0 auto;font-family:var(--font-family);background:#fff;color:var(--text-color);line-height:1.6}@media (min-width:60rem){body{padding:2rem}}#__next{min-height:100%}a,a:link,a:visited{text-decoration:none;color:var(--link-color)}a:active,a:hover{color:#000}a:focus-visible{outline:4px solid var(--text-color);background:var(--text-color);color:#fff}.mt-0{margin-top:0}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}h1{margin-top:2em}h2{margin-top:4rem}h3{font-weight:400;line-height:1.7}h6{font-size:1rem;margin:0 0 .2rem}footer{margin:4rem 0;padding:2rem 0;border-top:1px solid var(--link-decoration-color);font-size:.8rem}.cczero{border:2px solid #000;border-radius:5px}@media (min-width:60rem){h1{margin-top:5.5rem}}