:root{--color-white: #f1f1ef;--color-grey: #4e4e4e;--color-light-grey: #f1f1ef;--color-dark-grey: #4e4e4e;--color-error: red;--color-focus: #5e9ed6;--focus-box-shadow: 0 0 0 2px var(--color-focus);--page-padding: 4.65%}@media (min-width: 992px){:root{--page-padding: 5.12%}}*,*:before,*:after{box-sizing:border-box}html{height:100%}body{display:block;height:100%;padding:0;margin:0;font-family:helvetica-now;font-size:10px;color:var(--color-light-grey);background-color:var(--theme-color-secondary, var(--color-light-grey))}html,body{overscroll-behavior:none}ul{margin:0;padding:0}ul>li{list-style:none}a{color:var(--color-light-grey)}p{margin:0}.theme-dark{--theme-color-primary: var(--color-light-grey);--theme-color-secondary: var(--color-grey)}.theme-light{--theme-color-primary: var(--color-grey);--theme-color-secondary: var(--color-white)}.theme-extra-light{--theme-color-primary: #97969b;--theme-color-secondary: var(--color-white)}.theme-exclusion{--theme-color-primary: var(--color-light-grey);--theme-color-secondary: var(--color-grey)}
