@keyframes fadeUp{0%{opacity:.01;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}*,:after,:before{box-sizing:border-box}body,html{margin:0}html,main{display:flex;flex-direction:column}html{font:400 18px/1.4"gesta",sans-serif;text-align:center;min-height:100dvh}main{flex:1;justify-content:center}#logo,footer,main{width:90%;margin:0 auto}footer,main{max-width:60rem;padding:2rem 0}footer{font-size:14px}.screenreader-text{width:1px;height:1px;position:absolute;top:0;right:999vw}#logo{max-width:20rem}.btn{display:inline-block;padding:.5em 1em;background:#007a32;color:#fff;text-decoration:none;border-radius:1em;transition:background-color .3s}.btn:hover{background-color:#97c229}h2,p{text-wrap:pretty}main h1,main h2{font-weight:500}main h2{font-size:1.5rem;line-height:1.2;color:#007a32}footer>a:first-child{display:inline-block;text-decoration:underline;margin-bottom:2rem;font-size:1rem}footer p{margin:.5rem 0 0;color:#999}footer a{color:#007a32;text-decoration:none}footer a:hover{color:#97c229}.row{display:flex;flex-direction:column;gap:2rem 3rem;margin-bottom:2rem}.row h3{margin:0;color:#007a32;font-size:1.3rem;font-weight:500}.row h3+p{margin-top:.3em}.row .col:before{content:"";display:block;width:3rem;height:3rem;background:url(img/symbol.svg)center/contain no-repeat;margin:0 auto 1rem}@media (min-width:768px){.row{flex-direction:row}.row .col{flex:1}}#logo,.btn,footer,h2,main .col,main>p{opacity:.01}#logo{animation:fadeUp .4s forwards}hgroup h2{animation:fadeUp .4s .1s forwards}main .col,main>h2,main>p{animation:fadeUp .4s .2s forwards}.btn{animation:fadeUp .4s .3s forwards}footer{animation:fadeUp .4s .4s forwards}