:root{--color-transparent:transparent;--grid-columns:10;--grid-gutter-x:1rem;--grid-gutter-y:1rem}@media screen and (min-width:480px){:root{--grid-gutter-x:2rem;--grid-gutter-y:2rem}}@media screen and (min-width:768px){:root{--grid-gutter-x:3rem;--grid-gutter-y:3rem}}html,html a{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale}html,html.no-js{box-sizing:border-box;font-size:calc(var(--font-body-scale)*62.5%);height:100%;width:100%}body{display:grid;font-family:Body,Helvetica,Arial,sans-serif;font-size:1.5rem;grid-template-columns:100%;grid-template-rows:auto auto 1fr auto;letter-spacing:.06rem;line-height:calc(1 + .8/var(--font-body-scale));margin:0;min-height:100%}body.locked{height:100vh;overflow:hidden;width:100%}@media screen and (min-width:768px){body{font-size:1.6rem}}*,:after,:before{box-sizing:inherit}#global-mask{background-color:#fff;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1}