@charset "UTF-8";html{height:100%}#o--layout-navbar{position:fixed;top:0;left:0;right:0;z-index:1030}.o--main-wrapper,body{display:flex;flex-direction:column}body{min-height:100vh;padding-top:max(var(--o-navbar-height, 4rem),4rem)}.o--main-wrapper{flex:1}.o--main-content{flex:1;padding-top:80px}.o--layout-grid{display:grid;min-height:100vh;grid-template-rows:auto 1fr auto;grid-template-areas:"header""main""footer"}.o--layout-header{grid-area:header;position:sticky;top:0;z-index:1000}.o--layout-main{grid-area:main;padding:2rem 0}.o--layout-footer{grid-area:footer;margin-top:auto}.o--page-container{max-width:1200px;margin:0 auto;padding:0 1rem}.o--section-container{padding:4rem 0}.o--content-wrapper{max-width:100%;margin:0 auto}@media (min-width:576px){.o--page-container{padding:0 1.5rem}}@media (min-width:768px){.o--section-container{padding:5rem 0}.o--layout-main{padding:3rem 0}}@media (min-width:992px){.o--page-container{padding:0 2rem}}@media (min-width:1200px){.o--section-container{padding:6rem 0}}.footer{padding-top:.5rem!important;padding-bottom:.5rem!important}.footer h6{font-size:1rem;font-weight:600}.footer .small{font-size:.875rem}.footer hr{margin:.5rem 0;opacity:.1}.footer a{color:inherit;text-decoration:none}.footer a:hover{text-decoration:underline}