:root{--global-primary-color:#007bff;--global-secondary-color:#6c757d;--global-success-color:#28a745;--global-info-color:#17a2b8;--global-warning-color:#ffc107;--global-danger-color:#dc3545;--global-light-color:#f8f9fa;--global-dark-color:#343a40;--page-section-top-padding-xxl:100px;--page-section-bottom-padding-xxl:100px;--page-section-top-padding-xl:200px;--page-section-bottom-padding-xl:200px;--page-section-top-padding-lg:60px;--page-section-bottom-padding-lg:60px;--page-section-top-padding-md:150px;--page-section-bottom-padding-md:150px;--page-section-top-padding-sm:20px;--page-section-bottom-padding-sm:20px;--page-section-top-padding-xs:100px;--page-section-bottom-padding-xs:100px;--theme-light:#ffffff;--theme-100:#fcf3e4;--theme-200:#efdbb6;--theme-300:#f5deb3;--theme-400:#c5915d;--theme-500:#f4a460;--theme-600:#e97451;--theme-700:#bc8f8f;--theme-800:#633c15;--theme-900:#332011;--theme-aaa:#170f08;--theme-dark:#000000;--theme-danger-color:#f92e32d7;--theme-success-color:#1f90f9;--theme-page-title:var(--theme-aaa);--theme-paper-title:var(--theme-900);--theme-paper-subtitle:var(--theme-800);--theme-table-cell-caption:var(--theme-800);--theme-table-cell-text:var(--theme-900)}:root .theme-paper{background-color:var(--theme-light);border:1px solid var(--theme-100);border-radius:2px;padding-bottom:50px;box-shadow:0 2px 4px rgba(0,0,0,.1)}:root .theme-paper2{padding:30px 20px;border-radius:12px;background-color:#fff;border:1px solid var(--theme-200);box-shadow:6px 8px 19px rgba(0,0,0,.2)}:root .theme-menu-item:hover{background-color:var(--theme-900)!important;color:var(--theme-600)}:root .theme-chip{background-color:var(--theme-600);color:var(--theme-light);border-radius:10px;padding:10px 20px}:root .theme-button{background-color:var(--theme-800);color:var(--theme-light);border:1px solid var(--theme-800);border-radius:0;padding:6px 30px;min-width:140px}:root .theme-button:hover{background-color:var(--theme-900);color:var(--theme-light);border:1px solid var(--theme-900);border-radius:0;padding:6px 30px}:root .theme-input-textfield{color:var(--theme-800)}:root .theme-input-textfield .MuiOutlinedInput-root{background-color:var(--theme-100)}:root .theme-input-textfield .MuiOutlinedInput-root fieldset{border-color:var(--theme-100)}:root .theme-input-textfield .MuiOutlinedInput-root:hover fieldset{border-color:var(--theme-700)}:root .theme-input-textfield .MuiOutlinedInput-root.Mui-focused fieldset{border-color:var(--theme-800)}:root .theme-input-textfield .MuiInputLabel-root{color:var(--theme-600)}:root .theme-input-textfield .MuiInputLabel-root.Mui-focused{color:var(--theme-800)}:root .theme-select{color:var(--theme-900);background-color:var(--theme-100)}:root .theme-select,:root .theme-select .MuiOutlinedInput-notchedOutline{border-color:var(--theme-100)}:root .theme-select:hover .MuiOutlinedInput-notchedOutline{border-color:var(--theme-700)}:root .theme-select.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--theme-800)}:root .theme-select-label{color:var(--theme-600)}:root .theme-select-label.Mui-focused{color:var(--theme-800)}:root .MuiMenuItem-root{color:var(--theme-900)}:root .MuiMenuItem-root:hover{color:var(--theme-600);background-color:var(--theme-200)}:root .MuiMenuItem-root.Mui-selected{background-color:var(--theme-100)}:root .MuiMenuItem-root.Mui-selected:hover{background-color:var(--theme-200);color:var(--theme-600)}body,html{font-size:14pt;line-height:1.5;margin:0;padding:0;background-color:#f5f5f5;color:#001f3f}a{color:var(--theme-800);text-decoration:underline}a:hover{color:#000}@media screen and (min-width:768px){body{font-size:16pt}}.clickable{cursor:pointer}.error-msg{color:var(--global-danger-color);font-size:.8em}@keyframes highlight-result{0%,to{background-color:rgba(0,0,0,0)}50%{background-color:rgba(var(--theme-500-rgb),.1)}}