.focus-in{animation:focus-in 1s ease-in-out both}@keyframes focus-in{0%{filter:blur(12px);opacity:0}100%{filter:blur(0);opacity:1}}@font-face{font-family:"Montserrat";src:url("/fonts/montserrat.ttf?v=1GaBGMQEeu3UwxQUMI-k7VKMKpY")}@font-face{font-family:"OpenSans";src:url("/fonts/opensans.ttf?v=1GaBGMQEeu3UwxQUMI-k7VKMKpY")}html{height:100%}body{margin:0;font-family:OpenSans,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#2e282a;background-color:#2f6c8c}h1,h2,h3,h4,h5{font-family:MontSerrat,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}footer{padding:1rem 0;font-size:.8rem;color:#fff}main{display:flex;flex-direction:column;flex:1 0 auto;max-width:100%}section{position:relative}.home{display:flex;flex-direction:column;align-items:center;text-align:center;animation:focus-in 1s ease-in-out both;color:#2f6c8c}.home .logo{width:200px;height:auto;margin-bottom:1rem}.home h1.page-title{text-transform:uppercase;font-size:4rem}.home .intro{margin-top:1rem;max-width:50vw;padding:2rem;background-color:#f39237;border-radius:1.5rem;color:#2e282a;font-weight:600}.home svg{width:700px;height:auto}.svg-bg{position:relative;z-index:20}.svg-bg svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-10}.blob-bg svg{fill:white}