@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;600;700&display=swap");body{padding:0;margin:0;font-family:Roboto Mono}*{box-sizing:border-box}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6,p{margin:0}.dark-bg{background-color:#25262a}.light-bg{background-color:#2d2e32}.white{color:#fff}.gray{color:#777}.green{color:#4dba87}.flex{display:flex;flex-direction:row;align-items:center}.flex-full{flex:1 1}.justify-space{justify-content:space-between}section{padding:5rem}button{border:none;border-radius:.2rem;padding:.5rem 1rem;color:#2d2e32;font-size:.8rem;font-weight:600;background-color:#4dba87;cursor:pointer}nav{padding:1.1rem 5rem}nav .logo{font-size:1.5rem;font-weight:600}nav ul li{list-style-type:none;margin-left:3rem;font-size:.9rem;font-weight:600}.header{justify-content:space-between;padding:1.1rem 5rem 0}.header h1{margin:auto;font-size:3rem;font-weight:500}.header p{font-size:.8rem;font-weight:500;margin-top:1rem;margin-bottom:2rem}.header button{cursor:text;margin-bottom:1.5rem}.header a{font-size:1.2rem;font-weight:600;text-transform:uppercase;text-decoration:underline;cursor:pointer}.about-card{width:90%;padding:2rem;margin-top:.5em;border-radius:.5rem}.about-card h3{font-size:1.5rem;font-weight:600;margin-bottom:.3rem}.about-card p{font-size:.8rem;font-weight:500;margin-bottom:1rem}.about-card span{font-size:.8rem;font-weight:600;text-transform:uppercase;text-decoration:underline}.about-text h1{margin-top:1rem;margin-bottom:2rem;font-weight:500;font-size:2rem}.about-text h3{margin-bottom:1rem;font-size:1.5rem;font-style:italic}.about-text h3,.about-text p{font-weight:500;text-align:left}.about-text p{font-size:1rem}.partners{padding-top:5rem}footer{padding:2rem 5rem}footer span{font-size:.6rem;font-weight:200}footer ul li{list-style-type:none;margin-left:1rem}@media (max-width:768px){.flex{row-gap:2rem;flex-direction:column;align-items:center;justify-content:center}nav{padding:1rem 2rem;flex-direction:row!important;justify-content:space-between!important}.active,nav ul,nav ul li{display:none}.header{padding:2rem 2rem 0}section{padding:1rem 2rem}.about-card{width:100%}.about-card div{flex-direction:row!important;justify-content:space-between!important}footer{padding:2rem}footer ul{-moz-column-gap:1rem;column-gap:1rem;flex-direction:row!important}footer ul li{margin-left:0!important}.partners{display:none}}.button-8{background-color:#e1ecf4;border-radius:3px;border:1px solid #7aa7c7;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.7);box-sizing:border-box;color:#39739d;cursor:pointer;display:inline-block;font-family:-apple-system,system-ui,Segoe UI,Liberation Sans,sans-serif;font-size:13px;font-weight:400;line-height:1.15385;margin:0;outline:none;padding:8px .8em;position:relative;text-align:center;text-decoration:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation;vertical-align:baseline;white-space:nowrap}.button-8:focus,.button-8:hover{background-color:#b3d3ea;color:#2c5777}.button-8:focus{box-shadow:0 0 0 4px rgba(0,149,255,.15)}.button-8:active{background-color:#a0c7e4;box-shadow:none;color:#2c5777}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}