
/******* Variables */
:root {
--bs-default-grid-system: flex;--bs-col-gap: 2rem;--bs-row-gap: 3rem;--bs-module-gap: 2rem;--bs-section-padding: 2rem;--bs-row-padding: 2rem;--bs-primary-rgb: 19,151,161;--bs-primary-hover: var(--theme-primary-hover, #118790);--bs-primary: var(--theme-primary, #1397a1);--bs-hover-primary: var(--theme-primary-hover, #118790);--bs-primary-rgb: 19,151,161;--bs-secondary-rgb: 112,18,38;--bs-secondary-hover: var(--theme-secondary-hover, #641022);--bs-secondary: var(--theme-secondary, #701226);--bs-hover-secondary: var(--theme-secondary-hover, #641022);--bs-secondary-rgb: 112,18,38;--bs-tertiary-rgb: 62,72,79;--bs-tertiary-hover: var(--theme-tertiary-hover, #374047);--bs-tertiary: var(--theme-tertiary, #3e484f);--bs-hover-tertiary: var(--theme-tertiary-hover, #374047);--bs-tertiary-rgb: 62,72,79;--bs-success-rgb: 25,135,84;--bs-success-hover: var(--theme-success-hover, #16794b);--bs-success: var(--theme-success, #198754);--bs-hover-success: var(--theme-success-hover, #16794b);--bs-success-rgb: 25,135,84;--bs-danger-rgb: 220,53,69;--bs-danger-hover: var(--theme-danger-hover, #c62f3e);--bs-danger: var(--theme-danger, #dc3545);--bs-hover-danger: var(--theme-danger-hover, #c62f3e);--bs-danger-rgb: 220,53,69;--bs-warning-rgb: 255,193,7;--bs-warning-hover: var(--theme-warning-hover, #e5ad06);--bs-warning: var(--theme-warning, #ffc107);--bs-hover-warning: var(--theme-warning-hover, #e5ad06);--bs-warning-rgb: 255,193,7;--bs-info-rgb: 13,202,240;--bs-info-hover: var(--theme-info-hover, #0bb5d8);--bs-info: var(--theme-info, #0dcaf0);--bs-hover-info: var(--theme-info-hover, #0bb5d8);--bs-info-rgb: 13,202,240;--bs-light-rgb: 255,255,255;--bs-light-hover: var(--theme-light-hover, #e5e5e5);--bs-light: var(--theme-light, #ffffff);--bs-hover-light: var(--theme-light-hover, #e5e5e5);--bs-light-rgb: 255,255,255;--bs-dark-rgb: 90,90,90;--bs-dark-hover: var(--theme-dark-hover, #515151);--bs-dark: var(--theme-dark, #5a5a5a);--bs-hover-dark: var(--theme-dark-hover, #515151);--bs-dark-rgb: 90,90,90;--bs-newgray-rgb: 244,244,244;--bs-newgray-hover: var(--theme-newgray-hover, #dbdbdb);--bs-newgray: var(--theme-newgray, #f4f4f4);--bs-hover-newgray: var(--theme-newgray-hover, #dbdbdb);--bs-newgray-rgb: 244,244,244;--bs-darkcolor2-rgb: 39,41,42;--bs-darkcolor2-hover: var(--theme-darkcolor2-hover, #232425);--bs-darkcolor2: var(--theme-darkcolor2, #27292a);--bs-hover-darkcolor2: var(--theme-darkcolor2-hover, #232425);--bs-darkcolor2-rgb: 39,41,42;--bs-darkcolor3-rgb: 33,34,35;--bs-darkcolor3-hover: var(--theme-darkcolor3-hover, #1d1e1f);--bs-darkcolor3: var(--theme-darkcolor3, #212223);--bs-hover-darkcolor3: var(--theme-darkcolor3-hover, #1d1e1f);--bs-darkcolor3-rgb: 33,34,35;--bs-darkcolor4-rgb: 20,20,20;--bs-darkcolor4-hover: var(--theme-darkcolor4-hover, #121212);--bs-darkcolor4: var(--theme-darkcolor4, #141414);--bs-hover-darkcolor4: var(--theme-darkcolor4-hover, #121212);--bs-darkcolor4-rgb: 20,20,20;--bs-primarycolor2-rgb: 6,202,218;--bs-primarycolor2-hover: var(--theme-primarycolor2-hover, #05b5c4);--bs-primarycolor2: var(--theme-primarycolor2, #06cada);--bs-hover-primarycolor2: var(--theme-primarycolor2-hover, #05b5c4);--bs-primarycolor2-rgb: 6,202,218;--bs-lightgreen-rgb: 147,178,82;--bs-lightgreen-hover: var(--theme-lightgreen-hover, #84a049);--bs-lightgreen: var(--theme-lightgreen, #93b252);--bs-hover-lightgreen: var(--theme-lightgreen-hover, #84a049);--bs-lightgreen-rgb: 147,178,82;--bs-link-color: var(--bs-dark);--bs-link-color-rgb: var(--bs-dark-rgb);--color-text-body: var(--bs-dark);--color-text-headings: var(--bs-tertiary);}

/******* Utils */
.border-primary { border-color: var(--theme-primary, var(--bs-primary)) !important; }.bg-primary, .bg-primary-hover:hover { background-color: var(--theme-primary, var(--bs-primary)) !important; }.text-primary, .text-primary-visited:visited, .text-primary-hover:hover { color: var(--theme-primary, var(--bs-primary)) !important; }:is([class*='text-primary']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-primary, .btn.btn-primary, #app .button.button-primary, .button.button-primary {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-primary, var(--bs-primary));
              --bs-btn-hover-bg: var(--theme-primary-hover, var(--bs-primary-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-primary, var(--bs-primary));;
              --bs-btn-active-border-color: var(--theme-primary, var(--bs-primary));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-primary, .btn.btn-outline-primary {
              --bs-btn-color: var(--theme-primary, var(--bs-primary));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-primary-hover, var(--bs-primary-hover));
              --bs-btn-border-color: var(--theme-primary, var(--bs-primary));
              --bs-btn-hover-border-color: var(--theme-primary-hover, var(--bs-primary-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-primary, var(--bs-primary));;
              --bs-btn-active-border-color: var(--theme-primary, var(--bs-primary));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-secondary { border-color: var(--theme-secondary, var(--bs-secondary)) !important; }.bg-secondary, .bg-secondary-hover:hover { background-color: var(--theme-secondary, var(--bs-secondary)) !important; }.text-secondary, .text-secondary-visited:visited, .text-secondary-hover:hover { color: var(--theme-secondary, var(--bs-secondary)) !important; }:is([class*='text-secondary']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-secondary, .btn.btn-secondary, #app .button.button-secondary, .button.button-secondary {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-secondary, var(--bs-secondary));
              --bs-btn-hover-bg: var(--theme-secondary-hover, var(--bs-secondary-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-secondary, var(--bs-secondary));;
              --bs-btn-active-border-color: var(--theme-secondary, var(--bs-secondary));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-secondary, .btn.btn-outline-secondary {
              --bs-btn-color: var(--theme-secondary, var(--bs-secondary));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-secondary-hover, var(--bs-secondary-hover));
              --bs-btn-border-color: var(--theme-secondary, var(--bs-secondary));
              --bs-btn-hover-border-color: var(--theme-secondary-hover, var(--bs-secondary-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-secondary, var(--bs-secondary));;
              --bs-btn-active-border-color: var(--theme-secondary, var(--bs-secondary));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-tertiary { border-color: var(--theme-tertiary, var(--bs-tertiary)) !important; }.bg-tertiary, .bg-tertiary-hover:hover { background-color: var(--theme-tertiary, var(--bs-tertiary)) !important; }.text-tertiary, .text-tertiary-visited:visited, .text-tertiary-hover:hover { color: var(--theme-tertiary, var(--bs-tertiary)) !important; }:is([class*='text-tertiary']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-tertiary, .btn.btn-tertiary, #app .button.button-tertiary, .button.button-tertiary {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-tertiary, var(--bs-tertiary));
              --bs-btn-hover-bg: var(--theme-tertiary-hover, var(--bs-tertiary-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-tertiary, var(--bs-tertiary));;
              --bs-btn-active-border-color: var(--theme-tertiary, var(--bs-tertiary));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-tertiary-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-tertiary, .btn.btn-outline-tertiary {
              --bs-btn-color: var(--theme-tertiary, var(--bs-tertiary));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-tertiary-hover, var(--bs-tertiary-hover));
              --bs-btn-border-color: var(--theme-tertiary, var(--bs-tertiary));
              --bs-btn-hover-border-color: var(--theme-tertiary-hover, var(--bs-tertiary-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-tertiary, var(--bs-tertiary));;
              --bs-btn-active-border-color: var(--theme-tertiary, var(--bs-tertiary));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-tertiary-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-success { border-color: var(--theme-success, var(--bs-success)) !important; }.bg-success, .bg-success-hover:hover { background-color: var(--theme-success, var(--bs-success)) !important; }.text-success, .text-success-visited:visited, .text-success-hover:hover { color: var(--theme-success, var(--bs-success)) !important; }:is([class*='text-success']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-success, .btn.btn-success, #app .button.button-success, .button.button-success {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-success, var(--bs-success));
              --bs-btn-hover-bg: var(--theme-success-hover, var(--bs-success-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-success, var(--bs-success));;
              --bs-btn-active-border-color: var(--theme-success, var(--bs-success));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-success-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-success, .btn.btn-outline-success {
              --bs-btn-color: var(--theme-success, var(--bs-success));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-success-hover, var(--bs-success-hover));
              --bs-btn-border-color: var(--theme-success, var(--bs-success));
              --bs-btn-hover-border-color: var(--theme-success-hover, var(--bs-success-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-success, var(--bs-success));;
              --bs-btn-active-border-color: var(--theme-success, var(--bs-success));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-success-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-danger { border-color: var(--theme-danger, var(--bs-danger)) !important; }.bg-danger, .bg-danger-hover:hover { background-color: var(--theme-danger, var(--bs-danger)) !important; }.text-danger, .text-danger-visited:visited, .text-danger-hover:hover { color: var(--theme-danger, var(--bs-danger)) !important; }:is([class*='text-danger']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-danger, .btn.btn-danger, #app .button.button-danger, .button.button-danger {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-danger, var(--bs-danger));
              --bs-btn-hover-bg: var(--theme-danger-hover, var(--bs-danger-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-danger, var(--bs-danger));;
              --bs-btn-active-border-color: var(--theme-danger, var(--bs-danger));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-danger-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-danger, .btn.btn-outline-danger {
              --bs-btn-color: var(--theme-danger, var(--bs-danger));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-danger-hover, var(--bs-danger-hover));
              --bs-btn-border-color: var(--theme-danger, var(--bs-danger));
              --bs-btn-hover-border-color: var(--theme-danger-hover, var(--bs-danger-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-danger, var(--bs-danger));;
              --bs-btn-active-border-color: var(--theme-danger, var(--bs-danger));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-danger-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-warning { border-color: var(--theme-warning, var(--bs-warning)) !important; }.bg-warning, .bg-warning-hover:hover { background-color: var(--theme-warning, var(--bs-warning)) !important; }.text-warning, .text-warning-visited:visited, .text-warning-hover:hover { color: var(--theme-warning, var(--bs-warning)) !important; }:is([class*='text-warning']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-warning, .btn.btn-warning, #app .button.button-warning, .button.button-warning {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-warning, var(--bs-warning));
              --bs-btn-hover-bg: var(--theme-warning-hover, var(--bs-warning-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-warning, var(--bs-warning));;
              --bs-btn-active-border-color: var(--theme-warning, var(--bs-warning));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-warning-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-warning, .btn.btn-outline-warning {
              --bs-btn-color: var(--theme-warning, var(--bs-warning));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-warning-hover, var(--bs-warning-hover));
              --bs-btn-border-color: var(--theme-warning, var(--bs-warning));
              --bs-btn-hover-border-color: var(--theme-warning-hover, var(--bs-warning-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-warning, var(--bs-warning));;
              --bs-btn-active-border-color: var(--theme-warning, var(--bs-warning));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-warning-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-info { border-color: var(--theme-info, var(--bs-info)) !important; }.bg-info, .bg-info-hover:hover { background-color: var(--theme-info, var(--bs-info)) !important; }.text-info, .text-info-visited:visited, .text-info-hover:hover { color: var(--theme-info, var(--bs-info)) !important; }:is([class*='text-info']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-info, .btn.btn-info, #app .button.button-info, .button.button-info {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-info, var(--bs-info));
              --bs-btn-hover-bg: var(--theme-info-hover, var(--bs-info-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-info, var(--bs-info));;
              --bs-btn-active-border-color: var(--theme-info, var(--bs-info));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-info-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-info, .btn.btn-outline-info {
              --bs-btn-color: var(--theme-info, var(--bs-info));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-info-hover, var(--bs-info-hover));
              --bs-btn-border-color: var(--theme-info, var(--bs-info));
              --bs-btn-hover-border-color: var(--theme-info-hover, var(--bs-info-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-info, var(--bs-info));;
              --bs-btn-active-border-color: var(--theme-info, var(--bs-info));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-info-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-light { border-color: var(--theme-light, var(--bs-light)) !important; }.bg-light, .bg-light-hover:hover { background-color: var(--theme-light, var(--bs-light)) !important; }.text-light, .text-light-visited:visited, .text-light-hover:hover { color: var(--theme-light, var(--bs-light)) !important; }:is([class*='text-light']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-light, .btn.btn-light, #app .button.button-light, .button.button-light {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-light, var(--bs-light));
              --bs-btn-hover-bg: var(--theme-light-hover, var(--bs-light-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-light, var(--bs-light));;
              --bs-btn-active-border-color: var(--theme-light, var(--bs-light));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-light-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-light, .btn.btn-outline-light {
              --bs-btn-color: var(--theme-light, var(--bs-light));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-light-hover, var(--bs-light-hover));
              --bs-btn-border-color: var(--theme-light, var(--bs-light));
              --bs-btn-hover-border-color: var(--theme-light-hover, var(--bs-light-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-light, var(--bs-light));;
              --bs-btn-active-border-color: var(--theme-light, var(--bs-light));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-light-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-dark { border-color: var(--theme-dark, var(--bs-dark)) !important; }.bg-dark, .bg-dark-hover:hover { background-color: var(--theme-dark, var(--bs-dark)) !important; }.text-dark, .text-dark-visited:visited, .text-dark-hover:hover { color: var(--theme-dark, var(--bs-dark)) !important; }:is([class*='text-dark']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-dark, .btn.btn-dark, #app .button.button-dark, .button.button-dark {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-dark, var(--bs-dark));
              --bs-btn-hover-bg: var(--theme-dark-hover, var(--bs-dark-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-dark, var(--bs-dark));;
              --bs-btn-active-border-color: var(--theme-dark, var(--bs-dark));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-dark-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-dark, .btn.btn-outline-dark {
              --bs-btn-color: var(--theme-dark, var(--bs-dark));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-dark-hover, var(--bs-dark-hover));
              --bs-btn-border-color: var(--theme-dark, var(--bs-dark));
              --bs-btn-hover-border-color: var(--theme-dark-hover, var(--bs-dark-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-dark, var(--bs-dark));;
              --bs-btn-active-border-color: var(--theme-dark, var(--bs-dark));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-dark-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-newgray { border-color: var(--theme-newgray, var(--bs-newgray)) !important; }.bg-newgray, .bg-newgray-hover:hover { background-color: var(--theme-newgray, var(--bs-newgray)) !important; }.text-newgray, .text-newgray-visited:visited, .text-newgray-hover:hover { color: var(--theme-newgray, var(--bs-newgray)) !important; }:is([class*='text-newgray']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-newgray, .btn.btn-newgray, #app .button.button-newgray, .button.button-newgray {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-newgray, var(--bs-newgray));
              --bs-btn-hover-bg: var(--theme-newgray-hover, var(--bs-newgray-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-newgray, var(--bs-newgray));;
              --bs-btn-active-border-color: var(--theme-newgray, var(--bs-newgray));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-newgray-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-newgray, .btn.btn-outline-newgray {
              --bs-btn-color: var(--theme-newgray, var(--bs-newgray));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-newgray-hover, var(--bs-newgray-hover));
              --bs-btn-border-color: var(--theme-newgray, var(--bs-newgray));
              --bs-btn-hover-border-color: var(--theme-newgray-hover, var(--bs-newgray-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-newgray, var(--bs-newgray));;
              --bs-btn-active-border-color: var(--theme-newgray, var(--bs-newgray));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-newgray-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-darkcolor2 { border-color: var(--theme-darkcolor2, var(--bs-darkcolor2)) !important; }.bg-darkcolor2, .bg-darkcolor2-hover:hover { background-color: var(--theme-darkcolor2, var(--bs-darkcolor2)) !important; }.text-darkcolor2, .text-darkcolor2-visited:visited, .text-darkcolor2-hover:hover { color: var(--theme-darkcolor2, var(--bs-darkcolor2)) !important; }:is([class*='text-darkcolor2']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-darkcolor2, .btn.btn-darkcolor2, #app .button.button-darkcolor2, .button.button-darkcolor2 {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-darkcolor2, var(--bs-darkcolor2));
              --bs-btn-hover-bg: var(--theme-darkcolor2-hover, var(--bs-darkcolor2-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-darkcolor2, var(--bs-darkcolor2));;
              --bs-btn-active-border-color: var(--theme-darkcolor2, var(--bs-darkcolor2));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-darkcolor2-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-darkcolor2, .btn.btn-outline-darkcolor2 {
              --bs-btn-color: var(--theme-darkcolor2, var(--bs-darkcolor2));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-darkcolor2-hover, var(--bs-darkcolor2-hover));
              --bs-btn-border-color: var(--theme-darkcolor2, var(--bs-darkcolor2));
              --bs-btn-hover-border-color: var(--theme-darkcolor2-hover, var(--bs-darkcolor2-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-darkcolor2, var(--bs-darkcolor2));;
              --bs-btn-active-border-color: var(--theme-darkcolor2, var(--bs-darkcolor2));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-darkcolor2-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-darkcolor3 { border-color: var(--theme-darkcolor3, var(--bs-darkcolor3)) !important; }.bg-darkcolor3, .bg-darkcolor3-hover:hover { background-color: var(--theme-darkcolor3, var(--bs-darkcolor3)) !important; }.text-darkcolor3, .text-darkcolor3-visited:visited, .text-darkcolor3-hover:hover { color: var(--theme-darkcolor3, var(--bs-darkcolor3)) !important; }:is([class*='text-darkcolor3']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-darkcolor3, .btn.btn-darkcolor3, #app .button.button-darkcolor3, .button.button-darkcolor3 {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-darkcolor3, var(--bs-darkcolor3));
              --bs-btn-hover-bg: var(--theme-darkcolor3-hover, var(--bs-darkcolor3-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-darkcolor3, var(--bs-darkcolor3));;
              --bs-btn-active-border-color: var(--theme-darkcolor3, var(--bs-darkcolor3));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-darkcolor3-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-darkcolor3, .btn.btn-outline-darkcolor3 {
              --bs-btn-color: var(--theme-darkcolor3, var(--bs-darkcolor3));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-darkcolor3-hover, var(--bs-darkcolor3-hover));
              --bs-btn-border-color: var(--theme-darkcolor3, var(--bs-darkcolor3));
              --bs-btn-hover-border-color: var(--theme-darkcolor3-hover, var(--bs-darkcolor3-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-darkcolor3, var(--bs-darkcolor3));;
              --bs-btn-active-border-color: var(--theme-darkcolor3, var(--bs-darkcolor3));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-darkcolor3-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-darkcolor4 { border-color: var(--theme-darkcolor4, var(--bs-darkcolor4)) !important; }.bg-darkcolor4, .bg-darkcolor4-hover:hover { background-color: var(--theme-darkcolor4, var(--bs-darkcolor4)) !important; }.text-darkcolor4, .text-darkcolor4-visited:visited, .text-darkcolor4-hover:hover { color: var(--theme-darkcolor4, var(--bs-darkcolor4)) !important; }:is([class*='text-darkcolor4']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-darkcolor4, .btn.btn-darkcolor4, #app .button.button-darkcolor4, .button.button-darkcolor4 {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-darkcolor4, var(--bs-darkcolor4));
              --bs-btn-hover-bg: var(--theme-darkcolor4-hover, var(--bs-darkcolor4-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-darkcolor4, var(--bs-darkcolor4));;
              --bs-btn-active-border-color: var(--theme-darkcolor4, var(--bs-darkcolor4));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-darkcolor4-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-darkcolor4, .btn.btn-outline-darkcolor4 {
              --bs-btn-color: var(--theme-darkcolor4, var(--bs-darkcolor4));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-darkcolor4-hover, var(--bs-darkcolor4-hover));
              --bs-btn-border-color: var(--theme-darkcolor4, var(--bs-darkcolor4));
              --bs-btn-hover-border-color: var(--theme-darkcolor4-hover, var(--bs-darkcolor4-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-darkcolor4, var(--bs-darkcolor4));;
              --bs-btn-active-border-color: var(--theme-darkcolor4, var(--bs-darkcolor4));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-darkcolor4-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-primarycolor2 { border-color: var(--theme-primarycolor2, var(--bs-primarycolor2)) !important; }.bg-primarycolor2, .bg-primarycolor2-hover:hover { background-color: var(--theme-primarycolor2, var(--bs-primarycolor2)) !important; }.text-primarycolor2, .text-primarycolor2-visited:visited, .text-primarycolor2-hover:hover { color: var(--theme-primarycolor2, var(--bs-primarycolor2)) !important; }:is([class*='text-primarycolor2']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-primarycolor2, .btn.btn-primarycolor2, #app .button.button-primarycolor2, .button.button-primarycolor2 {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-primarycolor2, var(--bs-primarycolor2));
              --bs-btn-hover-bg: var(--theme-primarycolor2-hover, var(--bs-primarycolor2-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-primarycolor2, var(--bs-primarycolor2));;
              --bs-btn-active-border-color: var(--theme-primarycolor2, var(--bs-primarycolor2));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-primarycolor2-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-primarycolor2, .btn.btn-outline-primarycolor2 {
              --bs-btn-color: var(--theme-primarycolor2, var(--bs-primarycolor2));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-primarycolor2-hover, var(--bs-primarycolor2-hover));
              --bs-btn-border-color: var(--theme-primarycolor2, var(--bs-primarycolor2));
              --bs-btn-hover-border-color: var(--theme-primarycolor2-hover, var(--bs-primarycolor2-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-primarycolor2, var(--bs-primarycolor2));;
              --bs-btn-active-border-color: var(--theme-primarycolor2, var(--bs-primarycolor2));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-primarycolor2-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-lightgreen { border-color: var(--theme-lightgreen, var(--bs-lightgreen)) !important; }.bg-lightgreen, .bg-lightgreen-hover:hover { background-color: var(--theme-lightgreen, var(--bs-lightgreen)) !important; }.text-lightgreen, .text-lightgreen-visited:visited, .text-lightgreen-hover:hover { color: var(--theme-lightgreen, var(--bs-lightgreen)) !important; }:is([class*='text-lightgreen']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-lightgreen, .btn.btn-lightgreen, #app .button.button-lightgreen, .button.button-lightgreen {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-lightgreen, var(--bs-lightgreen));
              --bs-btn-hover-bg: var(--theme-lightgreen-hover, var(--bs-lightgreen-hover));
              --bs-btn-border-color: var(--bs-btn-bg);
              --bs-btn-hover-border-color: var(--bs-btn-bg);
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-lightgreen, var(--bs-lightgreen));;
              --bs-btn-active-border-color: var(--theme-lightgreen, var(--bs-lightgreen));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-lightgreen-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-lightgreen, .btn.btn-outline-lightgreen {
              --bs-btn-color: var(--theme-lightgreen, var(--bs-lightgreen));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-lightgreen-hover, var(--bs-lightgreen-hover));
              --bs-btn-border-color: var(--theme-lightgreen, var(--bs-lightgreen));
              --bs-btn-hover-border-color: var(--theme-lightgreen-hover, var(--bs-lightgreen-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-lightgreen, var(--bs-lightgreen));;
              --bs-btn-active-border-color: var(--theme-lightgreen, var(--bs-lightgreen));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-lightgreen-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }