@import"https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap";:root{--primary-font:"Kumbh Sans";--Orange:#ff7d19;--Pale-orange:#ffede0;--Very-dark-blue:#1d2025;--Dark-grayish-blue:#68707d --Grayish-blue:#b6bcc8;--Light-grayish-blue:#f7f8fd;--White:#fff;--Black:#000;--Font-size-Copy:16px}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none}html{width:100vw;font-family:var(--primary-font)}body,html{overflow-x:hidden}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}ol[class],ul[class]{list-style:none}Link,a{text-decoration:none}article>*+*{margin-top:1em}.container{display:grid;grid-template-areas:"header header header" "main main main";grid-template-rows:100px repeat(2,1fr) 300px;grid-template-columns:15% 1fr 15%;height:100vh}header{grid-area:header}main{grid-area:main;background-color:var(--Light-grayish-blue);height:100vh}footer{grid-area:footer}.layout_layout__3HOq6{padding:0 10rem;display:flex;flex-direction:column}@media screen and (max-width:800px){.layout_layout__3HOq6{padding:0 5rem}}