@font-face{font-family:RobotoMono-Regular;src:url(RobotoMono-Regular.418a8f9f65ccad0918af.ttf)}@font-face{font-family:RobotoMono-Italic;src:url(RobotoMono-Italic.f737da33109e58186a40.ttf)}@font-face{font-family:RobotoMono-ExtraLight;src:url(RobotoMono-ExtraLight.fd4e93a8d7b1ea7f0afa.ttf)}@font-face{font-family:RobotoMono-ExtraLightItalic;src:url(RobotoMono-ExtraLightItalic.6bd1a534585f815aa952.ttf)}@font-face{font-family:Roboto-Light;src:url(Roboto-Light.0cea39826bd36bbfe330.ttf)}@font-face{font-family:Roboto-LightItalic;src:url(Roboto-LightItalic.f3afeb2d078386350b66.ttf)}@font-face{font-family:Roboto-Regular;src:url(Roboto-Regular.03523cf578d69fa92322.ttf)}:root{--text:grey;--h:grey;--m:grey//The color of a in navigation bar and title;--mhov:#000;--mback:#ececec;--selection:#add8e6;--a:grey;--ahov:#000;--error:#fd8484;--blue:#64aed1;--yellow:#fde67f;--theme:#ee896f;--foot:#fff;--aico:#ee896f;--dgray:#4b4b4b;--gray:grey;--lgray:#a5a5a5;--llgray:#d3d3d3;--lllgray:#ececec;--llllgray:#f7f7f7}html{scroll-behavior:smooth}body{color:var(--text);font-family:Roboto-Light;font-size:16px;line-height:26px}*{margin:0;padding:0;box-sizing:border-box}::selection{background:var(--selection)}a{color:var(--a);text-decoration:none;cursor:pointer;border-bottom:2px dotted var(--llgray)}a.active{color:#000}a:hover{color:var(--ahov);border-bottom:2px dotted var(--lgray)}a:focus{outline:none;border-bottom:2px dotted #000}.aico,.aico-gray,.plain{border-bottom:2px solid transparent}.aico-gray:hover,.aico:hover,.plain:hover{color:var(--ahov);border-bottom:2px solid transparent}.aico-gray:focus,.aico:focus,.plain:focus{border-bottom:2px dotted #000}h1,h2,h3{font-family:Roboto-Light;color:inherit;font-weight:400;margin:0}h1{font-size:40px;line-height:40px;background-color:initial;justify-self:center}h1,h2{margin-bottom:30px;margin-top:30px}h2{font-size:30px;line-height:38px}h3{font-size:22px;line-height:26px;margin-bottom:15px}button,input{color:var(--lgray);font-family:inherit;font-size:17px;line-height:40px;height:44px;width:100%;background-color:initial;margin:0;padding:0;border-radius:0;border:none;border-bottom:2px solid transparent;cursor:pointer;box-sizing:border-box}button:focus,input:focus{outline:none}input[type=password],input[type=text]{width:calc(100% - 40px);margin-left:20px;margin-right:20px;cursor:text;border-bottom:2px solid var(--lllgray);height:40px}input[type=password]:focus,input[type=text]:focus{border-bottom:2px dotted #000}input[type=radio]:focus{border:2px dotted #000}button,input[type=submit]{color:var(--gray);padding-left:20px;padding-right:20px;cursor:pointer;background-color:var(--lllgray);border:2px solid transparent;margin-top:10px;border-radius:22px}button:hover,input[type=submit]:hover{background-color:var(--llgray);color:var(--gray)}button:disabled,input[type=submit]:disabled{cursor:default}button:disabled,button:disabled:hover,input[type=submit]:disabled,input[type=submit]:disabled:hover{background-color:var(--llllgray);border:2px solid transparent;color:var(--llgray)}button:focus,input[type=submit]:focus{border:2px dotted #000}textarea{font-size:14px;font-family:inherit;color:inherit;line-height:24px;width:100%;padding:4px;border:2px solid var(--llllgray)}textarea:focus{outline:none;border:2px dotted var(--llgray)}select{font-family:inherit;line-height:24px;width:100%;border:none;border-bottom:2px solid var(--lllgray)}option,select{color:inherit}label{display:block;font-size:14px;color:var(--lgray);margin-top:15px;margin-bottom:-5px}label:first-child{margin-top:0}.radio{display:block;position:relative;padding-left:30px;padding-top:0;line-height:20px;margin-bottom:10px;cursor:pointer;font-size:16px;color:var(--gray);-webkit-user-select:none;user-select:none;background-color:initial}.radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.radio .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:var(--lllgray);border-radius:50%}.radio:hover input~.checkmark{background-color:var(--lgray)}.radio input:checked~.checkmark{background-color:var(--aico)}p{font-family:Roboto-Light;background-color:initial;color:var(--lgray);margin-top:0;margin-bottom:10px}p.dense,p:last-child{margin-bottom:0}.label{font-size:14px;color:var(--lgray)}.right{text-align:right}.image-wrapper{background-color:var(--lllgray)}.circle-wrapper{width:100%}.circle-wrapper .circle{width:100%;padding-bottom:100%;border-radius:50%;background-color:var(--lllgray);background-size:cover;background-repeat:no-repeat;background-position:50%}img{display:block;width:100%;height:auto}.auth{color:#d3d3d3}.framed{border:2px solid var(--lllgray);padding:10px}.aico{color:var(--aico);padding:4px;font-size:18px}.aico.inactive{color:var(--lgray);cursor:default}.aico.inactive:focus{border-bottom:2px solid transparent}.aico-gray,.aico.inactive:hover{color:var(--lgray)}.aico-gray{padding:4px;font-size:18px}i.inText{font-size:18px;margin-left:4px;margin-right:4px}.all{min-height:100vh;width:100%;display:grid;column-gap:0;row-gap:0;justify-items:stretch;align-items:stretch;justify-content:center;align-content:start;grid-template-columns:1fr;grid-template-rows:auto auto 1fr;grid-template-areas:"bar" "main" "foot";background-color:initial}.all .bar{grid-area:bar;background-color:#fff}.all .main{grid-area:main}.all .foot{grid-area:foot;margin-top:60px;display:flex;flex-flow:column nowrap;justify-content:flex-end;align-items:stretch;align-content:flex-start}.all .foot,section{background-color:initial}section{width:100%;display:grid;column-gap:0;row-gap:0;justify-items:start;align-items:start;justify-content:center;align-content:start;grid-template-columns:minmax(220px,660px);grid-template-rows:auto;padding:0 30px}section:first-child{margin-top:30px}section.centered{justify-items:center}section.narrow{padding-top:40px;grid-template-columns:minmax(180px,300px)}section.wide{grid-template-columns:minmax(180px,1fr)}article{margin-bottom:30px;width:100%;background-color:initial}.twocol{column-gap:40px;grid-template-columns:1fr}.tab,.twocol{width:100%;display:grid;row-gap:0;justify-items:stretch;align-items:start;justify-content:start;align-content:start;grid-auto-rows:auto;grid-auto-flow:row;background-color:initial}.tab{column-gap:30px;grid-template-columns:auto auto}.tab>div{background-color:initial;text-align:left;color:var(--lgray)}.tab.stretch{justify-content:stretch}table{margin-top:20px;margin-bottom:50px}table,table td,table th,table tr{border:2px solid var(--lllgray);border-collapse:collapse;color:var(--lgray);font-size:15px;font-weight:400}table td,table th,table tr{padding-left:10px;padding-right:10px}table.noframe,table.noframe td,table.noframe th,table.noframe tr,table td.noframe,table th.noframe,table tr.noframe{border:2px solid transparent}@media only screen and (min-width:500px){.twocol{grid-template-columns:1fr 1fr}.auto{grid-template-columns:auto auto}}