:root{--color-black:#000000;--color-white:#fff;--loading-grey:#ffffff79;--color-red:#c00;--color-outline:#3300ad;color-scheme:light only}*{box-sizing:border-box;padding:0;margin:0;font-family:inherit}html body :focus{outline:none;outline-offset:0}html{overflow-x:hidden;scroll-behavior:smooth}body,html{font-family:p22-underground,sans-serif;max-width:100vw}body{margin:0;background-color:#fafafa;background-image:linear-gradient(90deg,#eceef4 2px,#eceef400 0);background-size:calc(100% / 6) 100%;overflow-x:hidden;min-height:100vh}button{color:var(--color-black)}a{color:inherit;text-decoration:none}input:focus-visible{outline:none}html:has(>body.ReactModal__Body--open){overflow:hidden}.ReactModal__Overlay--after-open{z-index:10}.globalModal.search .ReactModal__Overlay--after-open{z-index:20}.loadingPage{position:fixed;left:0;top:0;z-index:30;background-color:var(--loading-grey);height:100%;width:100%;display:grid;place-items:center}