:root{--color-text: #333333;--color-text-special: #104070;--color-page: #ffffff;--color-page-special: #cccccc;--color-input: #eeeeee;--color-input-special: #e6e6e6;--color-input-text: #000000;--color-input-text-special: #ffffff;--color-accent: #2060A0;--color-accent-special: #203040;--color-border: #dddddd;--color-positive: #28a745;--color-information: #007bff;--color-neutral: #6c757d;--color-negative: #dc3545;--color-caution: #ffc107;--color-none: transparent;--space-none: 0;--space-smaller: 4px;--space-small: 8px;--space-medium: 12px;--space-large: 16px;--space-larger: 20px;--input-size: 2rem;--weight-none: 0;--weight-smaller: 1;--weight-small: 2;--weight-medium: 3;--weight-large: 4;--weight-larger: 5;--font-family-regular: arial;--font-family-heading: arial;--font-weight-none: 0;--font-weight-smaller: 200;--font-weight-small: 300;--font-weight-medium: 400;--font-weight-large: 700;--font-weight-larger: 800;--font-size-none: 0;--font-size-smaller: 0.75rem;--font-size-small: 0.875rem;--font-size-medium: 1rem;--font-size-large: 1.125rem;--font-size-larger: 1.25rem;--width-none: 0;--width-auto: auto;--width-smaller: 200px;--width-small: 400px;--width-medium: 800px;--width-large: 1200px;--width-larger: 1600px;--height-none: 0;--height-auto: auto;--height-smaller: 80px;--height-small: 120px;--height-medium: 240px;--height-large: 400px;--height-larger: 800px;--border-width: 1px;--border: var(--border-width) solid var(--color-border);--border-radius: var(--space-smaller);--hover-transition-duration: 200ms;--translucent-opacity: 0.5}*{box-sizing:border-box;padding:0;margin:0;appearance:none;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none}html{height:100%;background-color:var(--color-page-special);color:var(--color-text);font-family:var(--font-family-regular);scroll-behavior:smooth}body{min-height:100%;padding:0;margin:0}header{border-top-left-radius:0 !important;border-top-right-radius:0 !important}footer{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading);color:var(--color-text-special)}label{user-select:none;font-size:var(--font-size-small)}a{color:var(--color-accent);text-decoration:none;transition-delay:0ms;transition-duration:var(--hover-transition-duration);transition-property:color;transition-timing-function:ease}a:hover{color:var(--color-accent-special)}img{width:100%}hr{display:block;width:100%;height:1px;background-color:var(--color-border);border:none}ul,ol{padding-left:var(--space-medium);list-style-position:inside}.stack{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:flex-start;gap:var(--space-small)}.rack,input[type=button],input[type=reset],input[type=submit],button{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:flex-start;gap:var(--space-small)}.row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:start;align-items:stretch;align-content:stretch;gap:var(--space-small)}.column{flex:1 1 0}.align-normal{align-items:normal}.align-stretch{align-items:stretch}.align-center,input[type=button],input[type=reset],input[type=submit],button{align-items:center}.align-start{align-items:start}.align-end{align-items:end}.align-flex-start{align-items:flex-start}.align-flex-end{align-items:flex-end}.justify-normal{justify-content:normal}.justify-stretch{justify-content:stretch}.justify-center,input[type=button],input[type=reset],input[type=submit],button{justify-content:center}.justify-start{justify-content:start}.justify-end{justify-content:end}.justify-flex-start{justify-content:flex-start}.justify-flex-end{justify-content:flex-end}.justify-space-between{justify-content:space-between}.justify-space-around{justify-content:space-around}.justify-space-evenly{justify-content:space-evenly}.position-static{position:static}.position-relative{position:relative}.position-fixed{position:fixed}.position-absolute{position:absolute}.position-sticky{position:sticky}.display-block{display:block}.display-inline-block{display:inline-block}.display-none{display:none}.display-flex{display:flex}.display-grid{display:grid}.breathable{padding:var(--space-small)}.breathable-horizontal{padding:0 var(--space-small) 0 var(--space-small)}.breathable-vertical{padding:var(--space-small) 0 var(--space-small) 0}.no-gap{gap:0}.no-wrap{flex-wrap:nowrap}.no-text-wrap{white-space:nowrap}.input-container{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:flex-start;gap:var(--space-smaller)}.checkbox-container,.radio-container{display:grid;grid-template-columns:0fr 1fr;align-items:center;justify-items:left;gap:var(--space-small)}.checkbox-container>label,.radio-container>label,.checkbox-container>input,.radio-container>input{cursor:pointer}table{border-collapse:collapse;background-color:var(--color-input);border-radius:var(--border-radius)}table thead td,table thead th,table tfoot th,table tfoot td{background-color:var(--color-accent);padding-left:var(--space-small);padding-right:var(--space-small);color:var(--color-page)}table th,table td{padding:var(--space-smaller);text-align:center}table tr:nth-child(odd){background-color:var(--color-input-special)}.scrollable-table-container{position:relative;display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:stretch;overflow:auto}.scrollable-table-container>table>thead{position:sticky;top:0}.scrollable-table-container>table>tfoot{position:sticky;bottom:0}.force-border-radius{border-radius:var(--border-radius);overflow:hidden}.width-auto{width:var(--width-auto)}.maximum-width-auto{max-width:var(--width-auto)}.minimum-width-auto{min-width:var(--width-auto)}.height-auto{height:var(--height-auto)}.maximum-height-auto{max-height:var(--height-auto)}.minimum-height-auto{min-height:var(--height-auto)}.maximum-height-auto{max-height:var(--height-auto)}.weight-auto{flex-grow:var(--weight-auto)}.font-size-auto{font-size:var(--font-size-auto)}.font-weight-auto{font-weight:var(--font-weight-auto)}.width-none{width:var(--width-none)}.maximum-width-none{max-width:var(--width-none)}.minimum-width-none{min-width:var(--width-none)}.height-none{height:var(--height-none)}.maximum-height-none{max-height:var(--height-none)}.minimum-height-none{min-height:var(--height-none)}.maximum-height-none{max-height:var(--height-none)}.weight-none{flex-grow:var(--weight-none)}.font-size-none{font-size:var(--font-size-none)}.font-weight-none{font-weight:var(--font-weight-none)}.width-smaller{width:var(--width-smaller)}.maximum-width-smaller{max-width:var(--width-smaller)}.minimum-width-smaller{min-width:var(--width-smaller)}.height-smaller{height:var(--height-smaller)}.maximum-height-smaller{max-height:var(--height-smaller)}.minimum-height-smaller{min-height:var(--height-smaller)}.maximum-height-smaller{max-height:var(--height-smaller)}.weight-smaller{flex-grow:var(--weight-smaller)}.font-size-smaller{font-size:var(--font-size-smaller)}.font-weight-smaller{font-weight:var(--font-weight-smaller)}.width-small{width:var(--width-small)}.maximum-width-small{max-width:var(--width-small)}.minimum-width-small{min-width:var(--width-small)}.height-small{height:var(--height-small)}.maximum-height-small{max-height:var(--height-small)}.minimum-height-small{min-height:var(--height-small)}.maximum-height-small{max-height:var(--height-small)}.weight-small{flex-grow:var(--weight-small)}.font-size-small{font-size:var(--font-size-small)}.font-weight-small{font-weight:var(--font-weight-small)}.width-medium{width:var(--width-medium)}.maximum-width-medium{max-width:var(--width-medium)}.minimum-width-medium{min-width:var(--width-medium)}.height-medium{height:var(--height-medium)}.maximum-height-medium{max-height:var(--height-medium)}.minimum-height-medium{min-height:var(--height-medium)}.maximum-height-medium{max-height:var(--height-medium)}.weight-medium{flex-grow:var(--weight-medium)}.font-size-medium{font-size:var(--font-size-medium)}.font-weight-medium{font-weight:var(--font-weight-medium)}.width-large{width:var(--width-large)}.maximum-width-large{max-width:var(--width-large)}.minimum-width-large{min-width:var(--width-large)}.height-large{height:var(--height-large)}.maximum-height-large{max-height:var(--height-large)}.minimum-height-large{min-height:var(--height-large)}.maximum-height-large{max-height:var(--height-large)}.weight-large{flex-grow:var(--weight-large)}.font-size-large{font-size:var(--font-size-large)}.font-weight-large{font-weight:var(--font-weight-large)}.width-larger{width:var(--width-larger)}.maximum-width-larger{max-width:var(--width-larger)}.minimum-width-larger{min-width:var(--width-larger)}.height-larger{height:var(--height-larger)}.maximum-height-larger{max-height:var(--height-larger)}.minimum-height-larger{min-height:var(--height-larger)}.maximum-height-larger{max-height:var(--height-larger)}.weight-larger{flex-grow:var(--weight-larger)}.font-size-larger{font-size:var(--font-size-larger)}.font-weight-larger{font-weight:var(--font-weight-larger)}.width-full,.expanding-width{width:100%}.height-full,.expanding-height{height:100%}.contracting-width{width:0}.contracting-height{height:0}.horizontal-overflow-visible{overflow-x:visible}.vertical-overflow-visible{overflow-y:visible}.horizontal-overflow-hidden{overflow-x:hidden}.vertical-overflow-hidden{overflow-y:hidden}.horizontal-overflow-scroll{overflow-x:scroll}.vertical-overflow-scroll{overflow-y:scroll}.horizontal-overflow-auto{overflow-x:auto}.vertical-overflow-auto{overflow-y:auto}.vertical-scroll-container{height:0;flex-grow:1;overflow-y:scroll}.shown-under-auto-width{display:none}.shown-over-auto-width{display:none}.shown-under-none-width{display:none}.shown-over-none-width{display:none}@media only screen and (max-width: 0px){.to-column-under-none-width{flex-flow:column nowrap}.to-row-under-none-width{flex-flow:row wrap}.to-rack-under-none-width{flex-flow:row nowrap}.align-normal-under-none-width{align-items:normal}.align-stretch-under-none-width{align-items:stretch}.align-center-under-none-width{align-items:center}.align-start-under-none-width{align-items:start}.align-end-under-none-width{align-items:end}.align-flex-start-under-none-width{align-items:flex-start}.align-flex-end-under-none-width{align-items:flex-end}.justify-normal-under-none-width{justify-content:normal}.justify-stretch-under-none-width{justify-content:stretch}.justify-center-under-none-width{justify-content:center}.justify-start-under-none-width{justify-content:start}.justify-end-under-none-width{justify-content:end}.justify-flex-start-under-none-width{justify-content:flex-start}.justify-flex-end-under-none-width{justify-content:flex-end}.justify-space-between-under-none-width{justify-content:space-between}.justify-space-around-under-none-width{justify-content:space-around}.justify-space-evenly-under-none-width{justify-content:space-evenly}.no-scroll-under-none-width{overflow-y:unset;min-height:auto;height:auto}.hidden-under-none-width{display:none}.shown-under-none-width{display:block}}@media only screen and (min-width: 0px){.to-column-over-none-width{flex-flow:column nowrap}.to-row-over-none-width{flex-flow:row wrap}.to-rack-over-none-width{flex-flow:row nowrap}.align-normal-over-none-width{align-items:normal}.align-stretch-over-none-width{align-items:stretch}.align-center-over-none-width{align-items:center}.align-start-over-none-width{align-items:start}.align-end-over-none-width{align-items:end}.align-flex-start-over-none-width{align-items:flex-start}.align-flex-end-over-none-width{align-items:flex-end}.justify-normal-over-none-width{justify-content:normal}.justify-stretch-over-none-width{justify-content:stretch}.justify-center-over-none-width{justify-content:center}.justify-start-over-none-width{justify-content:start}.justify-end-over-none-width{justify-content:end}.justify-flex-start-over-none-width{justify-content:flex-start}.justify-flex-end-over-none-width{justify-content:flex-end}.justify-space-between-over-none-width{justify-content:space-between}.justify-space-around-over-none-width{justify-content:space-around}.justify-space-evenly-over-none-width{justify-content:space-evenly}.no-scroll-over-none-width{overflow-y:unset;min-height:auto;height:auto}.hidden-over-none-width{display:none}.shown-over-none-width{display:block}}.shown-under-smaller-width{display:none}.shown-over-smaller-width{display:none}@media only screen and (max-width: 200px){.to-column-under-smaller-width{flex-flow:column nowrap}.to-row-under-smaller-width{flex-flow:row wrap}.to-rack-under-smaller-width{flex-flow:row nowrap}.align-normal-under-smaller-width{align-items:normal}.align-stretch-under-smaller-width{align-items:stretch}.align-center-under-smaller-width{align-items:center}.align-start-under-smaller-width{align-items:start}.align-end-under-smaller-width{align-items:end}.align-flex-start-under-smaller-width{align-items:flex-start}.align-flex-end-under-smaller-width{align-items:flex-end}.justify-normal-under-smaller-width{justify-content:normal}.justify-stretch-under-smaller-width{justify-content:stretch}.justify-center-under-smaller-width{justify-content:center}.justify-start-under-smaller-width{justify-content:start}.justify-end-under-smaller-width{justify-content:end}.justify-flex-start-under-smaller-width{justify-content:flex-start}.justify-flex-end-under-smaller-width{justify-content:flex-end}.justify-space-between-under-smaller-width{justify-content:space-between}.justify-space-around-under-smaller-width{justify-content:space-around}.justify-space-evenly-under-smaller-width{justify-content:space-evenly}.no-scroll-under-smaller-width{overflow-y:unset;min-height:auto;height:auto}.hidden-under-smaller-width{display:none}.shown-under-smaller-width{display:block}}@media only screen and (min-width: 200px){.to-column-over-smaller-width{flex-flow:column nowrap}.to-row-over-smaller-width{flex-flow:row wrap}.to-rack-over-smaller-width{flex-flow:row nowrap}.align-normal-over-smaller-width{align-items:normal}.align-stretch-over-smaller-width{align-items:stretch}.align-center-over-smaller-width{align-items:center}.align-start-over-smaller-width{align-items:start}.align-end-over-smaller-width{align-items:end}.align-flex-start-over-smaller-width{align-items:flex-start}.align-flex-end-over-smaller-width{align-items:flex-end}.justify-normal-over-smaller-width{justify-content:normal}.justify-stretch-over-smaller-width{justify-content:stretch}.justify-center-over-smaller-width{justify-content:center}.justify-start-over-smaller-width{justify-content:start}.justify-end-over-smaller-width{justify-content:end}.justify-flex-start-over-smaller-width{justify-content:flex-start}.justify-flex-end-over-smaller-width{justify-content:flex-end}.justify-space-between-over-smaller-width{justify-content:space-between}.justify-space-around-over-smaller-width{justify-content:space-around}.justify-space-evenly-over-smaller-width{justify-content:space-evenly}.no-scroll-over-smaller-width{overflow-y:unset;min-height:auto;height:auto}.hidden-over-smaller-width{display:none}.shown-over-smaller-width{display:block}}.shown-under-small-width{display:none}.shown-over-small-width{display:none}@media only screen and (max-width: 400px){.to-column-under-small-width{flex-flow:column nowrap}.to-row-under-small-width{flex-flow:row wrap}.to-rack-under-small-width{flex-flow:row nowrap}.align-normal-under-small-width{align-items:normal}.align-stretch-under-small-width{align-items:stretch}.align-center-under-small-width{align-items:center}.align-start-under-small-width{align-items:start}.align-end-under-small-width{align-items:end}.align-flex-start-under-small-width{align-items:flex-start}.align-flex-end-under-small-width{align-items:flex-end}.justify-normal-under-small-width{justify-content:normal}.justify-stretch-under-small-width{justify-content:stretch}.justify-center-under-small-width{justify-content:center}.justify-start-under-small-width{justify-content:start}.justify-end-under-small-width{justify-content:end}.justify-flex-start-under-small-width{justify-content:flex-start}.justify-flex-end-under-small-width{justify-content:flex-end}.justify-space-between-under-small-width{justify-content:space-between}.justify-space-around-under-small-width{justify-content:space-around}.justify-space-evenly-under-small-width{justify-content:space-evenly}.no-scroll-under-small-width{overflow-y:unset;min-height:auto;height:auto}.hidden-under-small-width{display:none}.shown-under-small-width{display:block}}@media only screen and (min-width: 400px){.to-column-over-small-width{flex-flow:column nowrap}.to-row-over-small-width{flex-flow:row wrap}.to-rack-over-small-width{flex-flow:row nowrap}.align-normal-over-small-width{align-items:normal}.align-stretch-over-small-width{align-items:stretch}.align-center-over-small-width{align-items:center}.align-start-over-small-width{align-items:start}.align-end-over-small-width{align-items:end}.align-flex-start-over-small-width{align-items:flex-start}.align-flex-end-over-small-width{align-items:flex-end}.justify-normal-over-small-width{justify-content:normal}.justify-stretch-over-small-width{justify-content:stretch}.justify-center-over-small-width{justify-content:center}.justify-start-over-small-width{justify-content:start}.justify-end-over-small-width{justify-content:end}.justify-flex-start-over-small-width{justify-content:flex-start}.justify-flex-end-over-small-width{justify-content:flex-end}.justify-space-between-over-small-width{justify-content:space-between}.justify-space-around-over-small-width{justify-content:space-around}.justify-space-evenly-over-small-width{justify-content:space-evenly}.no-scroll-over-small-width{overflow-y:unset;min-height:auto;height:auto}.hidden-over-small-width{display:none}.shown-over-small-width{display:block}}.shown-under-medium-width{display:none}.shown-over-medium-width{display:none}@media only screen and (max-width: 800px){.to-column-under-medium-width{flex-flow:column nowrap}.to-row-under-medium-width{flex-flow:row wrap}.to-rack-under-medium-width{flex-flow:row nowrap}.align-normal-under-medium-width{align-items:normal}.align-stretch-under-medium-width{align-items:stretch}.align-center-under-medium-width{align-items:center}.align-start-under-medium-width{align-items:start}.align-end-under-medium-width{align-items:end}.align-flex-start-under-medium-width{align-items:flex-start}.align-flex-end-under-medium-width{align-items:flex-end}.justify-normal-under-medium-width{justify-content:normal}.justify-stretch-under-medium-width{justify-content:stretch}.justify-center-under-medium-width{justify-content:center}.justify-start-under-medium-width{justify-content:start}.justify-end-under-medium-width{justify-content:end}.justify-flex-start-under-medium-width{justify-content:flex-start}.justify-flex-end-under-medium-width{justify-content:flex-end}.justify-space-between-under-medium-width{justify-content:space-between}.justify-space-around-under-medium-width{justify-content:space-around}.justify-space-evenly-under-medium-width{justify-content:space-evenly}.no-scroll-under-medium-width{overflow-y:unset;min-height:auto;height:auto}.hidden-under-medium-width{display:none}.shown-under-medium-width{display:block}}@media only screen and (min-width: 800px){.to-column-over-medium-width{flex-flow:column nowrap}.to-row-over-medium-width{flex-flow:row wrap}.to-rack-over-medium-width{flex-flow:row nowrap}.align-normal-over-medium-width{align-items:normal}.align-stretch-over-medium-width{align-items:stretch}.align-center-over-medium-width{align-items:center}.align-start-over-medium-width{align-items:start}.align-end-over-medium-width{align-items:end}.align-flex-start-over-medium-width{align-items:flex-start}.align-flex-end-over-medium-width{align-items:flex-end}.justify-normal-over-medium-width{justify-content:normal}.justify-stretch-over-medium-width{justify-content:stretch}.justify-center-over-medium-width{justify-content:center}.justify-start-over-medium-width{justify-content:start}.justify-end-over-medium-width{justify-content:end}.justify-flex-start-over-medium-width{justify-content:flex-start}.justify-flex-end-over-medium-width{justify-content:flex-end}.justify-space-between-over-medium-width{justify-content:space-between}.justify-space-around-over-medium-width{justify-content:space-around}.justify-space-evenly-over-medium-width{justify-content:space-evenly}.no-scroll-over-medium-width{overflow-y:unset;min-height:auto;height:auto}.hidden-over-medium-width{display:none}.shown-over-medium-width{display:block}}.shown-under-large-width{display:none}.shown-over-large-width{display:none}@media only screen and (max-width: 1200px){.to-column-under-large-width{flex-flow:column nowrap}.to-row-under-large-width{flex-flow:row wrap}.to-rack-under-large-width{flex-flow:row nowrap}.align-normal-under-large-width{align-items:normal}.align-stretch-under-large-width{align-items:stretch}.align-center-under-large-width{align-items:center}.align-start-under-large-width{align-items:start}.align-end-under-large-width{align-items:end}.align-flex-start-under-large-width{align-items:flex-start}.align-flex-end-under-large-width{align-items:flex-end}.justify-normal-under-large-width{justify-content:normal}.justify-stretch-under-large-width{justify-content:stretch}.justify-center-under-large-width{justify-content:center}.justify-start-under-large-width{justify-content:start}.justify-end-under-large-width{justify-content:end}.justify-flex-start-under-large-width{justify-content:flex-start}.justify-flex-end-under-large-width{justify-content:flex-end}.justify-space-between-under-large-width{justify-content:space-between}.justify-space-around-under-large-width{justify-content:space-around}.justify-space-evenly-under-large-width{justify-content:space-evenly}.no-scroll-under-large-width{overflow-y:unset;min-height:auto;height:auto}.hidden-under-large-width{display:none}.shown-under-large-width{display:block}}@media only screen and (min-width: 1200px){.to-column-over-large-width{flex-flow:column nowrap}.to-row-over-large-width{flex-flow:row wrap}.to-rack-over-large-width{flex-flow:row nowrap}.align-normal-over-large-width{align-items:normal}.align-stretch-over-large-width{align-items:stretch}.align-center-over-large-width{align-items:center}.align-start-over-large-width{align-items:start}.align-end-over-large-width{align-items:end}.align-flex-start-over-large-width{align-items:flex-start}.align-flex-end-over-large-width{align-items:flex-end}.justify-normal-over-large-width{justify-content:normal}.justify-stretch-over-large-width{justify-content:stretch}.justify-center-over-large-width{justify-content:center}.justify-start-over-large-width{justify-content:start}.justify-end-over-large-width{justify-content:end}.justify-flex-start-over-large-width{justify-content:flex-start}.justify-flex-end-over-large-width{justify-content:flex-end}.justify-space-between-over-large-width{justify-content:space-between}.justify-space-around-over-large-width{justify-content:space-around}.justify-space-evenly-over-large-width{justify-content:space-evenly}.no-scroll-over-large-width{overflow-y:unset;min-height:auto;height:auto}.hidden-over-large-width{display:none}.shown-over-large-width{display:block}}.shown-under-larger-width{display:none}.shown-over-larger-width{display:none}@media only screen and (max-width: 1600px){.to-column-under-larger-width{flex-flow:column nowrap}.to-row-under-larger-width{flex-flow:row wrap}.to-rack-under-larger-width{flex-flow:row nowrap}.align-normal-under-larger-width{align-items:normal}.align-stretch-under-larger-width{align-items:stretch}.align-center-under-larger-width{align-items:center}.align-start-under-larger-width{align-items:start}.align-end-under-larger-width{align-items:end}.align-flex-start-under-larger-width{align-items:flex-start}.align-flex-end-under-larger-width{align-items:flex-end}.justify-normal-under-larger-width{justify-content:normal}.justify-stretch-under-larger-width{justify-content:stretch}.justify-center-under-larger-width{justify-content:center}.justify-start-under-larger-width{justify-content:start}.justify-end-under-larger-width{justify-content:end}.justify-flex-start-under-larger-width{justify-content:flex-start}.justify-flex-end-under-larger-width{justify-content:flex-end}.justify-space-between-under-larger-width{justify-content:space-between}.justify-space-around-under-larger-width{justify-content:space-around}.justify-space-evenly-under-larger-width{justify-content:space-evenly}.no-scroll-under-larger-width{overflow-y:unset;min-height:auto;height:auto}.hidden-under-larger-width{display:none}.shown-under-larger-width{display:block}}@media only screen and (min-width: 1600px){.to-column-over-larger-width{flex-flow:column nowrap}.to-row-over-larger-width{flex-flow:row wrap}.to-rack-over-larger-width{flex-flow:row nowrap}.align-normal-over-larger-width{align-items:normal}.align-stretch-over-larger-width{align-items:stretch}.align-center-over-larger-width{align-items:center}.align-start-over-larger-width{align-items:start}.align-end-over-larger-width{align-items:end}.align-flex-start-over-larger-width{align-items:flex-start}.align-flex-end-over-larger-width{align-items:flex-end}.justify-normal-over-larger-width{justify-content:normal}.justify-stretch-over-larger-width{justify-content:stretch}.justify-center-over-larger-width{justify-content:center}.justify-start-over-larger-width{justify-content:start}.justify-end-over-larger-width{justify-content:end}.justify-flex-start-over-larger-width{justify-content:flex-start}.justify-flex-end-over-larger-width{justify-content:flex-end}.justify-space-between-over-larger-width{justify-content:space-between}.justify-space-around-over-larger-width{justify-content:space-around}.justify-space-evenly-over-larger-width{justify-content:space-evenly}.no-scroll-over-larger-width{overflow-y:unset;min-height:auto;height:auto}.hidden-over-larger-width{display:none}.shown-over-larger-width{display:block}}.hide-when-empty:empty{display:none}.card,.vertical-scroll-container{padding:var(--space-medium);border-radius:var(--border-radius);background-color:var(--color-page)}.card .card,.vertical-scroll-container .card,.card .vertical-scroll-container,.vertical-scroll-container .vertical-scroll-container{border:var(--border)}.text-align-start{text-align:start}.text-align-end{text-align:end}.text-align-center{text-align:center}.text-align-justify{text-align:justify}.border{border:var(--border)}.border-none{border:none}.border-radius{border-radius:var(--border-radius)}.border-radius-circle{border-radius:50%}.cursor-alias{cursor:alias}.cursor-all-scroll{cursor:all-scroll}.cursor-auto{cursor:auto}.cursor-cell{cursor:cell}.cursor-col-resize{cursor:col-resize}.cursor-context-menu{cursor:context-menu}.cursor-copy{cursor:copy}.cursor-crosshair{cursor:crosshair}.cursor-default{cursor:default}.cursor-e-resize{cursor:e-resize}.cursor-ew-resize{cursor:ew-resize}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-help{cursor:help}.cursor-move{cursor:move}.cursor-n-resize{cursor:n-resize}.cursor-ne-resize{cursor:ne-resize}.cursor-nesw-resize{cursor:nesw-resize}.cursor-ns-resize{cursor:ns-resize}.cursor-nw-resize{cursor:nw-resize}.cursor-nwse-resize{cursor:nwse-resize}.cursor-no-drop{cursor:no-drop}.cursor-none{cursor:none}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-progress{cursor:progress}.cursor-row-resize{cursor:row-resize}.cursor-s-resize{cursor:s-resize}.cursor-se-resize{cursor:se-resize}.cursor-sw-resize{cursor:sw-resize}.cursor-text{cursor:text}.cursor-w-resize{cursor:w-resize}.cursor-wait{cursor:wait}.cursor-zoom-in{cursor:zoom-in}.cursor-zoom-out{cursor:zoom-out}.background-color-text{background-color:var(--color-text)}.foreground-color-text{color:var(--color-text)}.border-color-text{border-color:var(--color-text)}.fill-color-text path{fill:var(--color-text)}.background-color-text-special{background-color:var(--color-text-special)}.foreground-color-text-special{color:var(--color-text-special)}.border-color-text-special{border-color:var(--color-text-special)}.fill-color-text-special path{fill:var(--color-text-special)}.background-color-page{background-color:var(--color-page)}.foreground-color-page{color:var(--color-page)}.border-color-page{border-color:var(--color-page)}.fill-color-page path{fill:var(--color-page)}.background-color-page-special{background-color:var(--color-page-special)}.foreground-color-page-special{color:var(--color-page-special)}.border-color-page-special{border-color:var(--color-page-special)}.fill-color-page-special path{fill:var(--color-page-special)}.background-color-input{background-color:var(--color-input)}.foreground-color-input{color:var(--color-input)}.border-color-input{border-color:var(--color-input)}.fill-color-input path{fill:var(--color-input)}.background-color-input-special{background-color:var(--color-input-special)}.foreground-color-input-special{color:var(--color-input-special)}.border-color-input-special{border-color:var(--color-input-special)}.fill-color-input-special path{fill:var(--color-input-special)}.background-color-input-text{background-color:var(--color-input-text)}.foreground-color-input-text{color:var(--color-input-text)}.border-color-input-text{border-color:var(--color-input-text)}.fill-color-input-text path{fill:var(--color-input-text)}.background-color-input-text-special{background-color:var(--color-input-text-special)}.foreground-color-input-text-special{color:var(--color-input-text-special)}.border-color-input-text-special{border-color:var(--color-input-text-special)}.fill-color-input-text-special path{fill:var(--color-input-text-special)}.background-color-accent{background-color:var(--color-accent)}.foreground-color-accent{color:var(--color-accent)}.border-color-accent{border-color:var(--color-accent)}.fill-color-accent path{fill:var(--color-accent)}.background-color-accent-special{background-color:var(--color-accent-special)}.foreground-color-accent-special{color:var(--color-accent-special)}.border-color-accent-special{border-color:var(--color-accent-special)}.fill-color-accent-special path{fill:var(--color-accent-special)}.background-color-border{background-color:var(--color-border)}.foreground-color-border{color:var(--color-border)}.border-color-border{border-color:var(--color-border)}.fill-color-border path{fill:var(--color-border)}.background-color-positive{background-color:var(--color-positive)}.foreground-color-positive{color:var(--color-positive)}.border-color-positive{border-color:var(--color-positive)}.fill-color-positive path{fill:var(--color-positive)}.background-color-neutral{background-color:var(--color-neutral)}.foreground-color-neutral{color:var(--color-neutral)}.border-color-neutral{border-color:var(--color-neutral)}.fill-color-neutral path{fill:var(--color-neutral)}.background-color-negative{background-color:var(--color-negative)}.foreground-color-negative{color:var(--color-negative)}.border-color-negative{border-color:var(--color-negative)}.fill-color-negative path{fill:var(--color-negative)}.background-color-caution{background-color:var(--color-caution)}.foreground-color-caution{color:var(--color-caution)}.border-color-caution{border-color:var(--color-caution)}.fill-color-caution path{fill:var(--color-caution)}.background-color-none{background-color:var(--color-none)}.foreground-color-none{color:var(--color-none)}.border-color-none{border-color:var(--color-none)}.fill-color-none path{fill:var(--color-none)}.font-style-normal{font-style:normal}.font-style-italic{font-style:italic}.font-style-oblique{font-style:oblique}.text-decoration-none{text-decoration:none}.text-decoration-underline{text-decoration:underline}.text-decoration-overline{text-decoration:overline}.text-decoration-error{text-decoration:underline wavy var(--color-negative)}input,select,textarea,button{height:calc(var(--space-large)*2);padding:var(--space-smaller);background-color:var(--color-input);color:var(--color-input-text);border:none;font-family:var(--font-family-regular);border-radius:var(--border-radius);transition-delay:0ms;transition-duration:var(--hover-transition-duration);transition-property:background-color;transition-timing-function:ease;outline:none}input:focus,select:focus,textarea:focus{background-color:var(--color-input-special)}input:disabled,select:disabled,textarea:disabled,button:disabled{cursor:not-allowed;opacity:.75}select::after{content:"Beans"}input[type=button],input[type=reset],input[type=submit],button,input[type=range]::-webkit-slider-thumb{background-color:var(--color-accent);color:var(--color-input-text-special);border:none;font-family:var(--font-family-regular);border-radius:var(--border-radius);font-weight:var(--font-weight-larger);cursor:pointer}input[type=button]:not(:disabled):hover,input[type=reset]:not(:disabled):hover,input[type=submit]:not(:disabled):hover,input[type=color]:not(:disabled):hover,input[type=color]:not(:disabled):focus,button:not(:disabled):hover,input::-webkit-file-upload-button:not(:disabled):hover,input::-webkit-file-upload-button:not(:disabled):hover,input[type=range]::-webkit-slider-thumb:not(:disabled):hover{background-color:var(--color-accent-special)}input[type=checkbox],input[type=radio]{width:var(--space-larger);height:var(--space-larger);cursor:pointer}input[type=radio]{border-radius:50%}input[type=checkbox]:checked,input[type=radio]:checked{position:relative;background-color:var(--color-accent)}input[type=checkbox]:not(.switch):checked::after{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-input-text-special);clip-path:polygon(40% 60%, 80% 0, 100% 20%, 40% 100%, 0 60%, 20% 40%);transform:scale(0.75)}input[type=checkbox]:not(.switch):checked::after{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-input-text-special);clip-path:polygon(40% 60%, 80% 0, 100% 20%, 40% 100%, 0 60%, 20% 40%);transform:scale(0.75)}input[type=color]{background-color:var(--color-input);width:100%;cursor:pointer;padding:0}input[type=color]::-webkit-color-swatch-wrapper{padding:0;margin:auto;width:calc(100% - var(--space-medium)*2);border:var(--border);border-color:var(--color-input)}input[type=color]::-webkit-color-swatch{border:none}input::-webkit-calendar-picker-indicator{width:var(--space-large);height:var(--space-large);margin:0;padding:0;margin-right:var(--space-small);background:none;background-color:var(--color-accent);border-radius:2px;transition-delay:0;transition-duration:var(--hover-transition-duration);transition-property:background-color;transition-timing-function:ease;cursor:pointer;-webkit-appearance:none;clip-path:polygon(0 25%, 0 10%, 20% 10%, 20% 0, 35% 0, 35% 10%, 65% 10%, 65% 0, 80% 0, 80% 10%, 100% 10%, 100% 25%, 100% 35%, 0 35%, 0 60%, 15% 60%, 15% 45%, 85% 45%, 85% 60%, 0 60%, 0 100%, 100% 100%, 100% 35%, 100% 25%)}input::-webkit-search-cancel-button{width:var(--space-medium);height:var(--space-medium);margin:0;padding:0;margin-right:var(--space-small);background:none;background-color:var(--color-accent);transition-delay:0;transition-duration:var(--hover-transition-duration);transition-property:background-color;transition-timing-function:ease;cursor:pointer;clip-path:polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);-webkit-appearance:none}input::-webkit-calendar-picker-indicator:hover,input::-webkit-search-cancel-button:hover{background-color:var(--color-accent-special)}input[type=file]{padding:0;cursor:pointer}input[type=file]::file-selector-button{background-color:var(--color-accent);font-weight:var(--font-weight-large);color:var(--color-page);font-size:1rem;height:100%;border:none;outline:none;cursor:pointer}input[type=file]::file-selector-button:hover{background-color:var(--color-accent-special)}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{display:none}input[type=range]{cursor:pointer;padding:0}input[type=range]::-webkit-slider-runnable-track{height:100%;padding:0;background-color:rgba(0,0,0,0)}input[type=range]::-webkit-slider-thumb{height:var(--input-size);width:var(--input-size);-webkit-appearance:none}textarea{min-height:var(--input-size);resize:vertical}::-webkit-resizer{background-color:var(--color-accent);border-top-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}input[type=checkbox].switch,input[type=radio].switch{position:relative;border:none;background-color:var(--color-input);width:calc(var(--space-larger)*3);cursor:pointer}input[type=checkbox].switch::after,input[type=radio].switch::after{content:"OFF";position:absolute;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-smaller);font-weight:var(--font-weight-large);color:var(--color-page);top:0;left:0;width:50%;height:100%;background-color:var(--color-negative);border-radius:var(--border-radius);border:none;transform:none}input[type=checkbox].switch:checked::after,input[type=radio].switch:checked::after{content:"ON";background-color:var(--color-accent);left:50%}.loading{position:relative;overflow:visible}.loading::before{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:var(--translucent-opacity);border-radius:var(--border-radius);z-index:150}.loading:after{content:" ";position:absolute;width:var(--space-larger);height:var(--space-larger);top:calc(50% - var(--space-larger));left:calc(50% - var(--space-larger));border-radius:50%;border:var(--space-small) solid var(--color-accent);border-color:rgba(0,0,0,0) var(--color-accent) rgba(0,0,0,0) var(--color-accent);animation:loading 1s ease-in-out infinite;z-index:151}.removed{display:none}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(180deg)}}::-webkit-scrollbar{width:var(--space-small);height:var(--space-small)}::-webkit-scrollbar-track{background-color:var(--color-page-special)}::-webkit-scrollbar-corner{background-color:var(--color-page-special)}::-webkit-scrollbar-thumb{background-color:var(--color-accent-special)}
