:root{--max-width:1100px;--header-height:180px;--border-radius:12px;--color-gray-light:#e6e6e6;--color-gray:#8F8F8F;--color-foreground:#2c2c2c;--color-background:#f1f1f1;--color-brand-primary:#4f9b3f;--color-error:#b94040}*{box-sizing:border-box;padding:0;margin:0}body,html{height:100%;max-width:100vw;overflow-x:hidden}body{color:var(--color-foreground);background-color:var(--color-background)}a{color:var(--color-brand-primary);text-decoration:underline}a,button{font-family:inherit}h1,h2,h3,h4,h5,h6{color:var(--color-brand-primary);font-weight:700}h1{font-size:3rem}h2{font-size:1.5rem}p{margin-bottom:1rem;line-height:1.5rem}.chakra-theme.light{background:var(--color-background)!important}.layout_main__r7Zkp{display:flex;flex-direction:row;justify-content:center;margin:0 9vw 100px;min-height:calc(100vh - var(--header-height));align-items:flex-start}@media only screen and (max-width:992px){.layout_main__r7Zkp{margin:0 0 100px}}