:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #000;--vt-c-black-soft: #222222;--vt-c-black-mute: #343434;--vt-c-grey-light: #eee;--vt-c-grey-medium: #ddd;--vt-c-grey-dark: #777;--vt-c-grey-ultradark: #444;--vt-c-blue-light: #b2d2fb;--vt-c-blue-medium: #80b7ff;--vt-c-blue-bright: #008df8;--vt-c-blue-dark: #0063af}:root{--color-background: var(--vt-c-blue-dark);--color-header-background: var(--vt-c-blue-light);--color-main-background: var(--vt-c-white-mute);--color-heading: var(--vt-c-black-soft);--color-text: var(--vt-c-black-soft);--color-link: var(--vt-c-blue-dark);--color-link-hover: var(--vt-c-white-soft);--color-button-border: var(--vt-c-grey-dark);--color-button-background: var(--vt-c-black-mute);--color-button-text: var(--vt-c-white-soft);--color-button-border-hover: var(--vt-c-grey-medium);--color-button-background-hover: var(--vt-c-black);--color-button-text-hover: var(--vt-c-grey-medium);--color-content-box-border: var(--vt-c-black-soft);--color-content-box-background: var(--vt-c-black-soft);--color-grey-box: var(--vt-c-grey-medium);--section-gap: 160px;--gap: 25px}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-header-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:18px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{margin:0 auto;font-weight:400;width:100%}header,footer{display:block;width:100%}header button{border:1px solid var(--vt-c-white-soft);color:var(--vt-c-white-soft)}header button:hover{background-color:var(--vt-c-white-soft);color:var(--vt-c-black-soft)}#header-row-1{background-color:var(--vt-c-black-soft);height:40px;padding:5px}#header-row-2{height:55px;background-color:var(--color-header-background)}footer{justify-content:center;margin-top:auto;background-color:var(--color-header-background)}footer button{border:1px solid var(--vt-c-blue-dark);color:var(--vt-c-blue-dark)}footer button:hover{background-color:var(--vt-c-blue-dark);color:var(--vt-c-white-soft)}main{display:flex;padding:0;flex-direction:column;place-items:left;background-color:var(--color-main-background);color:var(--color-text)}.header-wrapper{overflow:hidden;max-width:1024px;width:100%;margin:0 auto}.content-wrapper{overflow:hidden;max-width:1024px;width:100%;margin:0 auto;padding:20px}hr{border:none;height:1px;background-color:#ccc}p{margin-bottom:10px}strong{font-weight:700}a[href]{color:var(--color-link);text-decoration:none}a[href]:hover{text-decoration:underline}button{font-weight:900;border:1px solid var(--vt-c-black-soft);color:var(--vt-c-black-soft);border-radius:3px;outline:0;background-color:transparent}button:hover{background-color:var(--vt-c-black-soft);color:var(--vt-c-white-soft)}.controls{margin:10px 0;display:flex;flex-direction:row;justify-content:center}.controls button{background-color:transparent;border:0;font-size:16px;cursor:pointer;color:var(--color-link)}h1,h2,h3,h4,h5{font-family:roboto condensed,sans-serif;padding:0;margin:0;line-height:normal}h1{font-weight:600;font-size:25pt}h2{font-size:21pt}h3{font-size:18pt}h2,h3,h4,h5{font-weight:500}ul{display:block;padding:0 15px}#logo{flex-grow:1}#logo img{margin:5px;height:45px;width:auto}.data-table{width:100%;font-size:.9rem}.data-table-row{display:flex;flex-direction:row;width:100%}.data-table-cell{border:1px solid #ddd;flex:1;padding:5px}.header{background-color:#000;color:#fff}.align-right-bold{text-align:right;flex-grow:0;flex-shrink:0;flex-basis:30%;flex-wrap:wrap;font-weight:700}.grid{display:grid;grid-template-columns:repeat(1,1fr);gap:10px;align-items:start}.grid-item{width:100%;min-height:50px;overflow:hidden}.grid-item img{width:100%;height:100%;object-fit:contain}.layout_4-2{grid-template-columns:repeat(2,1fr)}.grey-box{border-radius:15px;padding:20px;background-color:var(--color-grey-box)}@media (min-width: 600px){#header-row-2{height:65px}#logo img{height:55px;width:auto}.layout_1_1,.layout_1_1_1,.layout_1_1_1_1{grid-template-columns:repeat(2,1fr)}.layout_1_3{grid-template-columns:1fr 3fr}.layout_1_4{grid-template-columns:1fr 4fr}.layout_3_1{grid-template-columns:3fr 1fr}.layout_3_1{grid-template-columns:4fr 1fr}.layout_4-2{grid-template-columns:repeat(4,1fr)}}@media (min-width: 700px){.layout_1_1_1,.layout_1_1_1_1{grid-template-columns:repeat(3,1fr)}}@media (min-width: 800px){.layout_1_1_1_1{grid-template-columns:repeat(4,1fr)}}#overlay{position:fixed;display:block;width:100%;height:100%;inset:0;background-color:#00000080;z-index:20;cursor:pointer}@media (min-width: 700px){.layout_1_2{grid-template-columns:1fr 2fr}.layout_2_1{grid-template-columns:2fr 1fr}}
