
/******* 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: 6,55,56;--bs-primary-hover: var(--theme-primary-hover, #053132);--bs-primary: var(--theme-primary, #063738);--bs-hover-primary: var(--theme-primary-hover, #053132);--bs-primary-rgb: 6,55,56;--bs-secondary-rgb: 145,189,70;--bs-secondary-hover: var(--theme-secondary-hover, #82aa3f);--bs-secondary: var(--theme-secondary, #91bd46);--bs-hover-secondary: var(--theme-secondary-hover, #82aa3f);--bs-secondary-rgb: 145,189,70;--bs-tertiary-rgb: 221,153,51;--bs-tertiary-hover: var(--theme-tertiary-hover, #c6892d);--bs-tertiary: var(--theme-tertiary, #dd9933);--bs-hover-tertiary: var(--theme-tertiary-hover, #c6892d);--bs-tertiary-rgb: 221,153,51;--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: 248,249,250;--bs-light-hover: var(--theme-light-hover, #dfe0e1);--bs-light: var(--theme-light, #f8f9fa);--bs-hover-light: var(--theme-light-hover, #dfe0e1);--bs-light-rgb: 248,249,250;--bs-dark-rgb: 33,37,41;--bs-dark-hover: var(--theme-dark-hover, #1d2124);--bs-dark: var(--theme-dark, #212529);--bs-hover-dark: var(--theme-dark-hover, #1d2124);--bs-dark-rgb: 33,37,41;--bs-body-rgb: 91,91,91;--bs-body-hover: var(--theme-body-hover, #515151);--bs-body: var(--theme-body, #5b5b5b);--bs-hover-body: var(--theme-body-hover, #515151);--bs-body-rgb: 91,91,91;--bs-dark-green-rgb: 0,53,54;--bs-dark-green-hover: var(--theme-dark-green-hover, #002f30);--bs-dark-green: var(--theme-dark-green, #003536);--bs-hover-dark-green: var(--theme-dark-green-hover, #002f30);--bs-dark-green-rgb: 0,53,54;--bs-emerald-rgb: 3,66,65;--bs-emerald-hover: var(--theme-emerald-hover, #023b3a);--bs-emerald: var(--theme-emerald, #034241);--bs-hover-emerald: var(--theme-emerald-hover, #023b3a);--bs-emerald-rgb: 3,66,65;--bs-light-grey-rgb: 244,244,244;--bs-light-grey-hover: var(--theme-light-grey-hover, #dbdbdb);--bs-light-grey: var(--theme-light-grey, #f4f4f4);--bs-hover-light-grey: var(--theme-light-grey-hover, #dbdbdb);--bs-light-grey-rgb: 244,244,244;--bs-grey-rgb: 189,189,189;--bs-grey-hover: var(--theme-grey-hover, #aaaaaa);--bs-grey: var(--theme-grey, #bdbdbd);--bs-hover-grey: var(--theme-grey-hover, #aaaaaa);--bs-grey-rgb: 189,189,189;--bs-dark-grey-2-rgb: 138,138,138;--bs-dark-grey-2-hover: var(--theme-dark-grey-2-hover, #7c7c7c);--bs-dark-grey-2: var(--theme-dark-grey-2, #8a8a8a);--bs-hover-dark-grey-2: var(--theme-dark-grey-2-hover, #7c7c7c);--bs-dark-grey-2-rgb: 138,138,138;--bs-link-color: var(--color-black);--color-text-body: var(--bs-body);--color-text-headings: var(--bs-primary);}

/******* 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-body { border-color: var(--theme-body, var(--bs-body)) !important; }.bg-body, .bg-body-hover:hover { background-color: var(--theme-body, var(--bs-body)) !important; }.text-body, .text-body-visited:visited, .text-body-hover:hover { color: var(--theme-body, var(--bs-body)) !important; }:is([class*='text-body']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-body, .btn.btn-body, #app .button.button-body, .button.button-body {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-body, var(--bs-body));
              --bs-btn-hover-bg: var(--theme-body-hover, var(--bs-body-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-body, var(--bs-body));;
              --bs-btn-active-border-color: var(--theme-body, var(--bs-body));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-body-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-body, .btn.btn-outline-body {
              --bs-btn-color: var(--theme-body, var(--bs-body));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-body-hover, var(--bs-body-hover));
              --bs-btn-border-color: var(--theme-body, var(--bs-body));
              --bs-btn-hover-border-color: var(--theme-body-hover, var(--bs-body-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-body, var(--bs-body));;
              --bs-btn-active-border-color: var(--theme-body, var(--bs-body));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-body-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-dark-green { border-color: var(--theme-dark-green, var(--bs-dark-green)) !important; }.bg-dark-green, .bg-dark-green-hover:hover { background-color: var(--theme-dark-green, var(--bs-dark-green)) !important; }.text-dark-green, .text-dark-green-visited:visited, .text-dark-green-hover:hover { color: var(--theme-dark-green, var(--bs-dark-green)) !important; }:is([class*='text-dark-green']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-dark-green, .btn.btn-dark-green, #app .button.button-dark-green, .button.button-dark-green {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-dark-green, var(--bs-dark-green));
              --bs-btn-hover-bg: var(--theme-dark-green-hover, var(--bs-dark-green-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-green, var(--bs-dark-green));;
              --bs-btn-active-border-color: var(--theme-dark-green, var(--bs-dark-green));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-dark-green-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-dark-green, .btn.btn-outline-dark-green {
              --bs-btn-color: var(--theme-dark-green, var(--bs-dark-green));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-dark-green-hover, var(--bs-dark-green-hover));
              --bs-btn-border-color: var(--theme-dark-green, var(--bs-dark-green));
              --bs-btn-hover-border-color: var(--theme-dark-green-hover, var(--bs-dark-green-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-dark-green, var(--bs-dark-green));;
              --bs-btn-active-border-color: var(--theme-dark-green, var(--bs-dark-green));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-dark-green-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-emerald { border-color: var(--theme-emerald, var(--bs-emerald)) !important; }.bg-emerald, .bg-emerald-hover:hover { background-color: var(--theme-emerald, var(--bs-emerald)) !important; }.text-emerald, .text-emerald-visited:visited, .text-emerald-hover:hover { color: var(--theme-emerald, var(--bs-emerald)) !important; }:is([class*='text-emerald']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-emerald, .btn.btn-emerald, #app .button.button-emerald, .button.button-emerald {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-emerald, var(--bs-emerald));
              --bs-btn-hover-bg: var(--theme-emerald-hover, var(--bs-emerald-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-emerald, var(--bs-emerald));;
              --bs-btn-active-border-color: var(--theme-emerald, var(--bs-emerald));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-emerald-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-emerald, .btn.btn-outline-emerald {
              --bs-btn-color: var(--theme-emerald, var(--bs-emerald));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-emerald-hover, var(--bs-emerald-hover));
              --bs-btn-border-color: var(--theme-emerald, var(--bs-emerald));
              --bs-btn-hover-border-color: var(--theme-emerald-hover, var(--bs-emerald-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-emerald, var(--bs-emerald));;
              --bs-btn-active-border-color: var(--theme-emerald, var(--bs-emerald));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-emerald-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-light-grey { border-color: var(--theme-light-grey, var(--bs-light-grey)) !important; }.bg-light-grey, .bg-light-grey-hover:hover { background-color: var(--theme-light-grey, var(--bs-light-grey)) !important; }.text-light-grey, .text-light-grey-visited:visited, .text-light-grey-hover:hover { color: var(--theme-light-grey, var(--bs-light-grey)) !important; }:is([class*='text-light-grey']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-light-grey, .btn.btn-light-grey, #app .button.button-light-grey, .button.button-light-grey {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-light-grey, var(--bs-light-grey));
              --bs-btn-hover-bg: var(--theme-light-grey-hover, var(--bs-light-grey-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-grey, var(--bs-light-grey));;
              --bs-btn-active-border-color: var(--theme-light-grey, var(--bs-light-grey));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-light-grey-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-light-grey, .btn.btn-outline-light-grey {
              --bs-btn-color: var(--theme-light-grey, var(--bs-light-grey));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-light-grey-hover, var(--bs-light-grey-hover));
              --bs-btn-border-color: var(--theme-light-grey, var(--bs-light-grey));
              --bs-btn-hover-border-color: var(--theme-light-grey-hover, var(--bs-light-grey-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-light-grey, var(--bs-light-grey));;
              --bs-btn-active-border-color: var(--theme-light-grey, var(--bs-light-grey));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-light-grey-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-grey { border-color: var(--theme-grey, var(--bs-grey)) !important; }.bg-grey, .bg-grey-hover:hover { background-color: var(--theme-grey, var(--bs-grey)) !important; }.text-grey, .text-grey-visited:visited, .text-grey-hover:hover { color: var(--theme-grey, var(--bs-grey)) !important; }:is([class*='text-grey']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-grey, .btn.btn-grey, #app .button.button-grey, .button.button-grey {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-grey, var(--bs-grey));
              --bs-btn-hover-bg: var(--theme-grey-hover, var(--bs-grey-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-grey, var(--bs-grey));;
              --bs-btn-active-border-color: var(--theme-grey, var(--bs-grey));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-grey-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-grey, .btn.btn-outline-grey {
              --bs-btn-color: var(--theme-grey, var(--bs-grey));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-grey-hover, var(--bs-grey-hover));
              --bs-btn-border-color: var(--theme-grey, var(--bs-grey));
              --bs-btn-hover-border-color: var(--theme-grey-hover, var(--bs-grey-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-grey, var(--bs-grey));;
              --bs-btn-active-border-color: var(--theme-grey, var(--bs-grey));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-grey-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }.border-dark-grey-2 { border-color: var(--theme-dark-grey-2, var(--bs-dark-grey-2)) !important; }.bg-dark-grey-2, .bg-dark-grey-2-hover:hover { background-color: var(--theme-dark-grey-2, var(--bs-dark-grey-2)) !important; }.text-dark-grey-2, .text-dark-grey-2-visited:visited, .text-dark-grey-2-hover:hover { color: var(--theme-dark-grey-2, var(--bs-dark-grey-2)) !important; }:is([class*='text-dark-grey-2']) :where(h1, h2, h3, h4, h5, h6) { color: inherit; }#app .btn.btn-dark-grey-2, .btn.btn-dark-grey-2, #app .button.button-dark-grey-2, .button.button-dark-grey-2 {
              --bs-btn-color: var(--bs-white);
              --bs-btn-hover-color: var(--bs-white-hover, var(--bs-white));
              --bs-btn-bg: var(--theme-dark-grey-2, var(--bs-dark-grey-2));
              --bs-btn-hover-bg: var(--theme-dark-grey-2-hover, var(--bs-dark-grey-2-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-grey-2, var(--bs-dark-grey-2));;
              --bs-btn-active-border-color: var(--theme-dark-grey-2, var(--bs-dark-grey-2));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-dark-grey-2-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }#app .btn.btn-outline-dark-grey-2, .btn.btn-outline-dark-grey-2 {
              --bs-btn-color: var(--theme-dark-grey-2, var(--bs-dark-grey-2));
              --bs-btn-bg: transparent;
              --bs-btn-hover-bg: var(--theme-dark-grey-2-hover, var(--bs-dark-grey-2-hover));
              --bs-btn-border-color: var(--theme-dark-grey-2, var(--bs-dark-grey-2));
              --bs-btn-hover-border-color: var(--theme-dark-grey-2-hover, var(--bs-dark-grey-2-hover));
              --bs-btn-active-color: var(--bs-white);
              --bs-btn-active-bg: var(--theme-dark-grey-2, var(--bs-dark-grey-2));;
              --bs-btn-active-border-color: var(--theme-dark-grey-2, var(--bs-dark-grey-2));;
              --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              --bs-btn-focus-shadow-rgb: var(--bs-dark-grey-2-rgb);
              --bs-btn-disabled-bg: #d5d5d5;
              --bs-btn-disabled-border-color: #d5d5d5;
              }