@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Unbounded:wght@200..900&display=swap";:root{--color-white:#f9f7f7;--color-blue-light:#dbe2ef;--color-blue:#3f72af;--color-blue-dark:#112d4e}*{padding:0;margin:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}body{font-size:1.6rem;background-color:var(--color-white);font-family:Poppins}ul{list-style-type:none}section{max-width:90em;width:100%;margin:0 auto;padding:0 2em}a{text-decoration:none;color:inherit}h1,h2,h3{font-weight:400;color:var(--color-blue-dark);line-height:110%;font-family:Unbounded}h1 span,h2 span,h3 span{font-weight:700}h1{font-size:4em}h2{font-size:3em}h3{font-size:1.5em}p{font-size:1.25em}@media screen and (max-width:75em){body{font-size:1.2em}}