﻿/* SCSS HEX */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3e6f7a;
  --bs-secondary: #CCCCCC;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #d3424e;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-blue-100: rgb(206.6, 226, 254.6);
  --bs-blue-200: rgb(158.2, 197, 254.2);
  --bs-blue-300: rgb(109.8, 168, 253.8);
  --bs-blue-400: rgb(61.4, 139, 253.4);
  --bs-blue-500: #0d6efd;
  --bs-blue-600: rgb(10.4, 88, 202.4);
  --bs-blue-700: rgb(7.8, 66, 151.8);
  --bs-blue-800: rgb(5.2, 44, 101.2);
  --bs-blue-900: rgb(2.6, 22, 50.6);
  --bs-red-100: rgb(248, 214.6, 217.8);
  --bs-red-200: rgb(241, 174.2, 180.6);
  --bs-red-300: rgb(234, 133.8, 143.4);
  --bs-red-400: rgb(227, 93.4, 106.2);
  --bs-red-500: #dc3545;
  --bs-red-600: rgb(176, 42.4, 55.2);
  --bs-red-700: rgb(132, 31.8, 41.4);
  --bs-red-800: rgb(88, 21.2, 27.6);
  --bs-red-900: rgb(44, 10.6, 13.8);
  --bs-orange-100: rgb(254.6, 229.2, 208);
  --bs-orange-200: rgb(254.2, 203.4, 161);
  --bs-orange-300: rgb(253.8, 177.6, 114);
  --bs-orange-400: rgb(253.4, 151.8, 67);
  --bs-orange-500: #fd7e14;
  --bs-orange-600: rgb(202.4, 100.8, 16);
  --bs-orange-700: rgb(151.8, 75.6, 12);
  --bs-orange-800: rgb(101.2, 50.4, 8);
  --bs-orange-900: rgb(50.6, 25.2, 4);
  --bs-yellow-100: rgb(255, 242.6, 205.4);
  --bs-yellow-200: rgb(255, 230.2, 155.8);
  --bs-yellow-300: rgb(255, 217.8, 106.2);
  --bs-yellow-400: rgb(255, 205.4, 56.6);
  --bs-yellow-500: #ffc107;
  --bs-yellow-600: rgb(204, 154.4, 5.6);
  --bs-yellow-700: rgb(153, 115.8, 4.2);
  --bs-yellow-800: rgb(102, 77.2, 2.8);
  --bs-yellow-900: rgb(51, 38.6, 1.4);
  --bs-green-100: rgb(209, 231, 220.8);
  --bs-green-200: rgb(163, 207, 186.6);
  --bs-green-300: rgb(117, 183, 152.4);
  --bs-green-400: rgb(71, 159, 118.2);
  --bs-green-500: #198754;
  --bs-green-600: rgb(20, 108, 67.2);
  --bs-green-700: rgb(15, 81, 50.4);
  --bs-green-800: rgb(10, 54, 33.6);
  --bs-green-900: rgb(5, 27, 16.8);
  --bs-teal-100: rgb(210.4, 244.2, 234.2);
  --bs-teal-200: rgb(165.8, 233.4, 213.4);
  --bs-teal-300: rgb(121.2, 222.6, 192.6);
  --bs-teal-400: rgb(76.6, 211.8, 171.8);
  --bs-teal-500: #20c997;
  --bs-teal-600: rgb(25.6, 160.8, 120.8);
  --bs-teal-700: rgb(19.2, 120.6, 90.6);
  --bs-teal-800: rgb(12.8, 80.4, 60.4);
  --bs-teal-900: rgb(6.4, 40.2, 30.2);
  --bs-100: #f8f9fa;
  --bs-200: #e9ecef;
  --bs-300: #dee2e6;
  --bs-400: #ced4da;
  --bs-500: #adb5bd;
  --bs-600: #6c757d;
  --bs-700: #495057;
  --bs-800: #343a40;
  --bs-900: #212529;
  --bs-primary-subtle: #d1dfdf;
  --bs-primary-emphasis: #174E51;
  --bs-danger-subtle: #b86867;
  --bs-body: #ffffff;
  --bs-tertiary: #89B334;
  --bs-link-color: #34ACAD;
  --bs-muted: rgba(172, 172, 172, 0.4666666667);
  --bs-primary-rgb: 62, 111, 122;
  --bs-secondary-rgb: 204, 204, 204;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 211, 66, 78;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-blue-100-rgb: 207, 226, 255;
  --bs-blue-200-rgb: 158, 197, 254;
  --bs-blue-300-rgb: 110, 168, 254;
  --bs-blue-400-rgb: 61, 139, 253;
  --bs-blue-500-rgb: 13, 110, 253;
  --bs-blue-600-rgb: 10, 88, 202;
  --bs-blue-700-rgb: 8, 66, 152;
  --bs-blue-800-rgb: 5, 44, 101;
  --bs-blue-900-rgb: 3, 22, 51;
  --bs-red-100-rgb: 248, 215, 218;
  --bs-red-200-rgb: 241, 174, 181;
  --bs-red-300-rgb: 234, 134, 143;
  --bs-red-400-rgb: 227, 93, 106;
  --bs-red-500-rgb: 220, 53, 69;
  --bs-red-600-rgb: 176, 42, 55;
  --bs-red-700-rgb: 132, 32, 41;
  --bs-red-800-rgb: 88, 21, 28;
  --bs-red-900-rgb: 44, 11, 14;
  --bs-orange-100-rgb: 255, 229, 208;
  --bs-orange-200-rgb: 254, 203, 161;
  --bs-orange-300-rgb: 254, 178, 114;
  --bs-orange-400-rgb: 253, 152, 67;
  --bs-orange-500-rgb: 253, 126, 20;
  --bs-orange-600-rgb: 202, 101, 16;
  --bs-orange-700-rgb: 152, 76, 12;
  --bs-orange-800-rgb: 101, 50, 8;
  --bs-orange-900-rgb: 51, 25, 4;
  --bs-yellow-100-rgb: 255, 243, 205;
  --bs-yellow-200-rgb: 255, 230, 156;
  --bs-yellow-300-rgb: 255, 218, 106;
  --bs-yellow-400-rgb: 255, 205, 57;
  --bs-yellow-500-rgb: 255, 193, 7;
  --bs-yellow-600-rgb: 204, 154, 6;
  --bs-yellow-700-rgb: 153, 116, 4;
  --bs-yellow-800-rgb: 102, 77, 3;
  --bs-yellow-900-rgb: 51, 39, 1;
  --bs-green-100-rgb: 209, 231, 221;
  --bs-green-200-rgb: 163, 207, 187;
  --bs-green-300-rgb: 117, 183, 152;
  --bs-green-400-rgb: 71, 159, 118;
  --bs-green-500-rgb: 25, 135, 84;
  --bs-green-600-rgb: 20, 108, 67;
  --bs-green-700-rgb: 15, 81, 50;
  --bs-green-800-rgb: 10, 54, 34;
  --bs-green-900-rgb: 5, 27, 17;
  --bs-teal-100-rgb: 210, 244, 234;
  --bs-teal-200-rgb: 166, 233, 213;
  --bs-teal-300-rgb: 121, 223, 193;
  --bs-teal-400-rgb: 77, 212, 172;
  --bs-teal-500-rgb: 32, 201, 151;
  --bs-teal-600-rgb: 26, 161, 121;
  --bs-teal-700-rgb: 19, 121, 91;
  --bs-teal-800-rgb: 13, 80, 60;
  --bs-teal-900-rgb: 6, 40, 30;
  --bs-100-rgb: 248, 249, 250;
  --bs-200-rgb: 233, 236, 239;
  --bs-300-rgb: 222, 226, 230;
  --bs-400-rgb: 206, 212, 218;
  --bs-500-rgb: 173, 181, 189;
  --bs-600-rgb: 108, 117, 125;
  --bs-700-rgb: 73, 80, 87;
  --bs-800-rgb: 52, 58, 64;
  --bs-900-rgb: 33, 37, 41;
  --bs-primary-subtle-rgb: 209, 223, 223;
  --bs-primary-emphasis-rgb: 23, 78, 81;
  --bs-danger-subtle-rgb: 184, 104, 103;
  --bs-body-rgb: 255, 255, 255;
  --bs-tertiary-rgb: 137, 179, 52;
  --bs-link-color-rgb: 52, 172, 173;
  --bs-muted-rgb: 172, 172, 172;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #34ACAD;
  --bs-link-color-rgb: 52, 172, 173;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(139.2, 168.6, 175.2);
  --bs-secondary-text-emphasis: rgb(224.4, 224.4, 224.4);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(228.6, 141.6, 148.8);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(12.4, 22.2, 24.4);
  --bs-secondary-bg-subtle: rgb(40.8, 40.8, 40.8);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(42.2, 13.2, 15.6);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(37.2, 66.6, 73.2);
  --bs-secondary-border-subtle: rgb(122.4, 122.4, 122.4);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(126.6, 39.6, 46.8);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(139.2, 168.6, 175.2);
  --bs-link-hover-color: rgb(162.36, 185.88, 191.16);
  --bs-link-color-rgb: 139, 169, 175;
  --bs-link-hover-color-rgb: 162, 186, 191;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: Segoe UI, Arial, Helvetica, sans-serif;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 3px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3e6f7a;
  --bs-btn-border-color: #3e6f7a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(52.7, 94.35, 103.7);
  --bs-btn-hover-border-color: rgb(49.6, 88.8, 97.6);
  --bs-btn-focus-shadow-rgb: 91, 133, 142;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(49.6, 88.8, 97.6);
  --bs-btn-active-border-color: rgb(46.5, 83.25, 91.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3e6f7a;
  --bs-btn-disabled-border-color: #3e6f7a;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #CCCCCC;
  --bs-btn-border-color: #CCCCCC;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(211.65, 211.65, 211.65);
  --bs-btn-hover-border-color: rgb(209.1, 209.1, 209.1);
  --bs-btn-focus-shadow-rgb: 173, 173, 173;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(214.2, 214.2, 214.2);
  --bs-btn-active-border-color: rgb(209.1, 209.1, 209.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #CCCCCC;
  --bs-btn-disabled-border-color: #CCCCCC;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d3424e;
  --bs-btn-border-color: #d3424e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(179.35, 56.1, 66.3);
  --bs-btn-hover-border-color: rgb(168.8, 52.8, 62.4);
  --bs-btn-focus-shadow-rgb: 218, 94, 105;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(168.8, 52.8, 62.4);
  --bs-btn-active-border-color: rgb(158.25, 49.5, 58.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d3424e;
  --bs-btn-disabled-border-color: #d3424e;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-blue-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(206.6, 226, 254.6);
  --bs-btn-border-color: rgb(206.6, 226, 254.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(213.86, 230.35, 254.66);
  --bs-btn-hover-border-color: rgb(211.44, 228.9, 254.64);
  --bs-btn-focus-shadow-rgb: 176, 192, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(216.28, 231.8, 254.68);
  --bs-btn-active-border-color: rgb(211.44, 228.9, 254.64);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(206.6, 226, 254.6);
  --bs-btn-disabled-border-color: rgb(206.6, 226, 254.6);
}

.btn-blue-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(158.2, 197, 254.2);
  --bs-btn-border-color: rgb(158.2, 197, 254.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(172.72, 205.7, 254.32);
  --bs-btn-hover-border-color: rgb(167.88, 202.8, 254.28);
  --bs-btn-focus-shadow-rgb: 134, 167, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(177.56, 208.6, 254.36);
  --bs-btn-active-border-color: rgb(167.88, 202.8, 254.28);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(158.2, 197, 254.2);
  --bs-btn-disabled-border-color: rgb(158.2, 197, 254.2);
}

.btn-blue-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(109.8, 168, 253.8);
  --bs-btn-border-color: rgb(109.8, 168, 253.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(131.58, 181.05, 253.98);
  --bs-btn-hover-border-color: rgb(124.32, 176.7, 253.92);
  --bs-btn-focus-shadow-rgb: 93, 143, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(138.84, 185.4, 254.04);
  --bs-btn-active-border-color: rgb(124.32, 176.7, 253.92);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(109.8, 168, 253.8);
  --bs-btn-disabled-border-color: rgb(109.8, 168, 253.8);
}

.btn-blue-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(61.4, 139, 253.4);
  --bs-btn-border-color: rgb(61.4, 139, 253.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(90.44, 156.4, 253.64);
  --bs-btn-hover-border-color: rgb(80.76, 150.6, 253.56);
  --bs-btn-focus-shadow-rgb: 52, 118, 215;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(100.12, 162.2, 253.72);
  --bs-btn-active-border-color: rgb(80.76, 150.6, 253.56);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(61.4, 139, 253.4);
  --bs-btn-disabled-border-color: rgb(61.4, 139, 253.4);
}

.btn-blue-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-blue-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(10.4, 88, 202.4);
  --bs-btn-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(8.84, 74.8, 172.04);
  --bs-btn-hover-border-color: rgb(8.32, 70.4, 161.92);
  --bs-btn-focus-shadow-rgb: 47, 113, 210;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(8.32, 70.4, 161.92);
  --bs-btn-active-border-color: rgb(7.8, 66, 151.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(10.4, 88, 202.4);
  --bs-btn-disabled-border-color: rgb(10.4, 88, 202.4);
}

.btn-blue-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(7.8, 66, 151.8);
  --bs-btn-border-color: rgb(7.8, 66, 151.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(6.63, 56.1, 129.03);
  --bs-btn-hover-border-color: rgb(6.24, 52.8, 121.44);
  --bs-btn-focus-shadow-rgb: 45, 94, 167;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(6.24, 52.8, 121.44);
  --bs-btn-active-border-color: rgb(5.85, 49.5, 113.85);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(7.8, 66, 151.8);
  --bs-btn-disabled-border-color: rgb(7.8, 66, 151.8);
}

.btn-blue-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(5.2, 44, 101.2);
  --bs-btn-border-color: rgb(5.2, 44, 101.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(4.42, 37.4, 86.02);
  --bs-btn-hover-border-color: rgb(4.16, 35.2, 80.96);
  --bs-btn-focus-shadow-rgb: 43, 76, 124;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(4.16, 35.2, 80.96);
  --bs-btn-active-border-color: rgb(3.9, 33, 75.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(5.2, 44, 101.2);
  --bs-btn-disabled-border-color: rgb(5.2, 44, 101.2);
}

.btn-blue-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(2.6, 22, 50.6);
  --bs-btn-border-color: rgb(2.6, 22, 50.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(2.21, 18.7, 43.01);
  --bs-btn-hover-border-color: rgb(2.08, 17.6, 40.48);
  --bs-btn-focus-shadow-rgb: 40, 57, 81;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(2.08, 17.6, 40.48);
  --bs-btn-active-border-color: rgb(1.95, 16.5, 37.95);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(2.6, 22, 50.6);
  --bs-btn-disabled-border-color: rgb(2.6, 22, 50.6);
}

.btn-red-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(248, 214.6, 217.8);
  --bs-btn-border-color: rgb(248, 214.6, 217.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.05, 220.66, 223.38);
  --bs-btn-hover-border-color: rgb(248.7, 218.64, 221.52);
  --bs-btn-focus-shadow-rgb: 211, 182, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.4, 222.68, 225.24);
  --bs-btn-active-border-color: rgb(248.7, 218.64, 221.52);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(248, 214.6, 217.8);
  --bs-btn-disabled-border-color: rgb(248, 214.6, 217.8);
}

.btn-red-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(241, 174.2, 180.6);
  --bs-btn-border-color: rgb(241, 174.2, 180.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(243.1, 186.32, 191.76);
  --bs-btn-hover-border-color: rgb(242.4, 182.28, 188.04);
  --bs-btn-focus-shadow-rgb: 205, 148, 154;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(243.8, 190.36, 195.48);
  --bs-btn-active-border-color: rgb(242.4, 182.28, 188.04);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(241, 174.2, 180.6);
  --bs-btn-disabled-border-color: rgb(241, 174.2, 180.6);
}

.btn-red-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(234, 133.8, 143.4);
  --bs-btn-border-color: rgb(234, 133.8, 143.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(237.15, 151.98, 160.14);
  --bs-btn-hover-border-color: rgb(236.1, 145.92, 154.56);
  --bs-btn-focus-shadow-rgb: 199, 114, 122;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(238.2, 158.04, 165.72);
  --bs-btn-active-border-color: rgb(236.1, 145.92, 154.56);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(234, 133.8, 143.4);
  --bs-btn-disabled-border-color: rgb(234, 133.8, 143.4);
}

.btn-red-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(227, 93.4, 106.2);
  --bs-btn-border-color: rgb(227, 93.4, 106.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(231.2, 117.64, 128.52);
  --bs-btn-hover-border-color: rgb(229.8, 109.56, 121.08);
  --bs-btn-focus-shadow-rgb: 193, 79, 90;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(232.6, 125.72, 135.96);
  --bs-btn-active-border-color: rgb(229.8, 109.56, 121.08);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(227, 93.4, 106.2);
  --bs-btn-disabled-border-color: rgb(227, 93.4, 106.2);
}

.btn-red-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-red-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(176, 42.4, 55.2);
  --bs-btn-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(149.6, 36.04, 46.92);
  --bs-btn-hover-border-color: rgb(140.8, 33.92, 44.16);
  --bs-btn-focus-shadow-rgb: 188, 74, 85;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(140.8, 33.92, 44.16);
  --bs-btn-active-border-color: rgb(132, 31.8, 41.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(176, 42.4, 55.2);
  --bs-btn-disabled-border-color: rgb(176, 42.4, 55.2);
}

.btn-red-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(132, 31.8, 41.4);
  --bs-btn-border-color: rgb(132, 31.8, 41.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(112.2, 27.03, 35.19);
  --bs-btn-hover-border-color: rgb(105.6, 25.44, 33.12);
  --bs-btn-focus-shadow-rgb: 150, 65, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(105.6, 25.44, 33.12);
  --bs-btn-active-border-color: rgb(99, 23.85, 31.05);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(132, 31.8, 41.4);
  --bs-btn-disabled-border-color: rgb(132, 31.8, 41.4);
}

.btn-red-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(88, 21.2, 27.6);
  --bs-btn-border-color: rgb(88, 21.2, 27.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(74.8, 18.02, 23.46);
  --bs-btn-hover-border-color: rgb(70.4, 16.96, 22.08);
  --bs-btn-focus-shadow-rgb: 113, 56, 62;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(70.4, 16.96, 22.08);
  --bs-btn-active-border-color: rgb(66, 15.9, 20.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(88, 21.2, 27.6);
  --bs-btn-disabled-border-color: rgb(88, 21.2, 27.6);
}

.btn-red-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(44, 10.6, 13.8);
  --bs-btn-border-color: rgb(44, 10.6, 13.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(37.4, 9.01, 11.73);
  --bs-btn-hover-border-color: rgb(35.2, 8.48, 11.04);
  --bs-btn-focus-shadow-rgb: 76, 47, 50;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(35.2, 8.48, 11.04);
  --bs-btn-active-border-color: rgb(33, 7.95, 10.35);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(44, 10.6, 13.8);
  --bs-btn-disabled-border-color: rgb(44, 10.6, 13.8);
}

.btn-orange-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(254.6, 229.2, 208);
  --bs-btn-border-color: rgb(254.6, 229.2, 208);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.66, 233.07, 215.05);
  --bs-btn-hover-border-color: rgb(254.64, 231.78, 212.7);
  --bs-btn-focus-shadow-rgb: 216, 195, 177;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.68, 234.36, 217.4);
  --bs-btn-active-border-color: rgb(254.64, 231.78, 212.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(254.6, 229.2, 208);
  --bs-btn-disabled-border-color: rgb(254.6, 229.2, 208);
}

.btn-orange-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(254.2, 203.4, 161);
  --bs-btn-border-color: rgb(254.2, 203.4, 161);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.32, 211.14, 175.1);
  --bs-btn-hover-border-color: rgb(254.28, 208.56, 170.4);
  --bs-btn-focus-shadow-rgb: 216, 173, 137;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.36, 213.72, 179.8);
  --bs-btn-active-border-color: rgb(254.28, 208.56, 170.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(254.2, 203.4, 161);
  --bs-btn-disabled-border-color: rgb(254.2, 203.4, 161);
}

.btn-orange-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(253.8, 177.6, 114);
  --bs-btn-border-color: rgb(253.8, 177.6, 114);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.98, 189.21, 135.15);
  --bs-btn-hover-border-color: rgb(253.92, 185.34, 128.1);
  --bs-btn-focus-shadow-rgb: 216, 151, 97;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.04, 193.08, 142.2);
  --bs-btn-active-border-color: rgb(253.92, 185.34, 128.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(253.8, 177.6, 114);
  --bs-btn-disabled-border-color: rgb(253.8, 177.6, 114);
}

.btn-orange-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(253.4, 151.8, 67);
  --bs-btn-border-color: rgb(253.4, 151.8, 67);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.64, 167.28, 95.2);
  --bs-btn-hover-border-color: rgb(253.56, 162.12, 85.8);
  --bs-btn-focus-shadow-rgb: 215, 129, 57;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.72, 172.44, 104.6);
  --bs-btn-active-border-color: rgb(253.56, 162.12, 85.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(253.4, 151.8, 67);
  --bs-btn-disabled-border-color: rgb(253.4, 151.8, 67);
}

.btn-orange-500 {
  --bs-btn-color: #000;
  --bs-btn-bg: #fd7e14;
  --bs-btn-border-color: #fd7e14;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.3, 145.35, 55.25);
  --bs-btn-hover-border-color: rgb(253.2, 138.9, 43.5);
  --bs-btn-focus-shadow-rgb: 215, 107, 17;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.4, 151.8, 67);
  --bs-btn-active-border-color: rgb(253.2, 138.9, 43.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fd7e14;
  --bs-btn-disabled-border-color: #fd7e14;
}

.btn-orange-600 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(202.4, 100.8, 16);
  --bs-btn-border-color: rgb(202.4, 100.8, 16);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.29, 123.93, 51.85);
  --bs-btn-hover-border-color: rgb(207.66, 116.22, 39.9);
  --bs-btn-focus-shadow-rgb: 172, 86, 14;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(212.92, 131.64, 63.8);
  --bs-btn-active-border-color: rgb(207.66, 116.22, 39.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(202.4, 100.8, 16);
  --bs-btn-disabled-border-color: rgb(202.4, 100.8, 16);
}

.btn-orange-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(151.8, 75.6, 12);
  --bs-btn-border-color: rgb(151.8, 75.6, 12);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(129.03, 64.26, 10.2);
  --bs-btn-hover-border-color: rgb(121.44, 60.48, 9.6);
  --bs-btn-focus-shadow-rgb: 167, 103, 48;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(121.44, 60.48, 9.6);
  --bs-btn-active-border-color: rgb(113.85, 56.7, 9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(151.8, 75.6, 12);
  --bs-btn-disabled-border-color: rgb(151.8, 75.6, 12);
}

.btn-orange-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(101.2, 50.4, 8);
  --bs-btn-border-color: rgb(101.2, 50.4, 8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(86.02, 42.84, 6.8);
  --bs-btn-hover-border-color: rgb(80.96, 40.32, 6.4);
  --bs-btn-focus-shadow-rgb: 124, 81, 45;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(80.96, 40.32, 6.4);
  --bs-btn-active-border-color: rgb(75.9, 37.8, 6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(101.2, 50.4, 8);
  --bs-btn-disabled-border-color: rgb(101.2, 50.4, 8);
}

.btn-orange-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(50.6, 25.2, 4);
  --bs-btn-border-color: rgb(50.6, 25.2, 4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(43.01, 21.42, 3.4);
  --bs-btn-hover-border-color: rgb(40.48, 20.16, 3.2);
  --bs-btn-focus-shadow-rgb: 81, 60, 42;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(40.48, 20.16, 3.2);
  --bs-btn-active-border-color: rgb(37.95, 18.9, 3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(50.6, 25.2, 4);
  --bs-btn-disabled-border-color: rgb(50.6, 25.2, 4);
}

.btn-yellow-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(255, 242.6, 205.4);
  --bs-btn-border-color: rgb(255, 242.6, 205.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 244.46, 212.84);
  --bs-btn-hover-border-color: rgb(255, 243.84, 210.36);
  --bs-btn-focus-shadow-rgb: 217, 206, 175;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 245.08, 215.32);
  --bs-btn-active-border-color: rgb(255, 243.84, 210.36);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(255, 242.6, 205.4);
  --bs-btn-disabled-border-color: rgb(255, 242.6, 205.4);
}

.btn-yellow-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(255, 230.2, 155.8);
  --bs-btn-border-color: rgb(255, 230.2, 155.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 233.92, 170.68);
  --bs-btn-hover-border-color: rgb(255, 232.68, 165.72);
  --bs-btn-focus-shadow-rgb: 217, 196, 132;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 235.16, 175.64);
  --bs-btn-active-border-color: rgb(255, 232.68, 165.72);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(255, 230.2, 155.8);
  --bs-btn-disabled-border-color: rgb(255, 230.2, 155.8);
}

.btn-yellow-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(255, 217.8, 106.2);
  --bs-btn-border-color: rgb(255, 217.8, 106.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 223.38, 128.52);
  --bs-btn-hover-border-color: rgb(255, 221.52, 121.08);
  --bs-btn-focus-shadow-rgb: 217, 185, 90;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 225.24, 135.96);
  --bs-btn-active-border-color: rgb(255, 221.52, 121.08);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(255, 217.8, 106.2);
  --bs-btn-disabled-border-color: rgb(255, 217.8, 106.2);
}

.btn-yellow-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(255, 205.4, 56.6);
  --bs-btn-border-color: rgb(255, 205.4, 56.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 212.84, 86.36);
  --bs-btn-hover-border-color: rgb(255, 210.36, 76.44);
  --bs-btn-focus-shadow-rgb: 217, 175, 48;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 215.32, 96.28);
  --bs-btn-active-border-color: rgb(255, 210.36, 76.44);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(255, 205.4, 56.6);
  --bs-btn-disabled-border-color: rgb(255, 205.4, 56.6);
}

.btn-yellow-500 {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-yellow-600 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(204, 154.4, 5.6);
  --bs-btn-border-color: rgb(204, 154.4, 5.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(211.65, 169.49, 43.01);
  --bs-btn-hover-border-color: rgb(209.1, 164.46, 30.54);
  --bs-btn-focus-shadow-rgb: 173, 131, 5;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(214.2, 174.52, 55.48);
  --bs-btn-active-border-color: rgb(209.1, 164.46, 30.54);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(204, 154.4, 5.6);
  --bs-btn-disabled-border-color: rgb(204, 154.4, 5.6);
}

.btn-yellow-700 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(153, 115.8, 4.2);
  --bs-btn-border-color: rgb(153, 115.8, 4.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(168.3, 136.68, 41.82);
  --bs-btn-hover-border-color: rgb(163.2, 129.72, 29.28);
  --bs-btn-focus-shadow-rgb: 130, 98, 4;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(173.4, 143.64, 54.36);
  --bs-btn-active-border-color: rgb(163.2, 129.72, 29.28);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(153, 115.8, 4.2);
  --bs-btn-disabled-border-color: rgb(153, 115.8, 4.2);
}

.btn-yellow-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(102, 77.2, 2.8);
  --bs-btn-border-color: rgb(102, 77.2, 2.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(86.7, 65.62, 2.38);
  --bs-btn-hover-border-color: rgb(81.6, 61.76, 2.24);
  --bs-btn-focus-shadow-rgb: 125, 104, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(81.6, 61.76, 2.24);
  --bs-btn-active-border-color: rgb(76.5, 57.9, 2.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(102, 77.2, 2.8);
  --bs-btn-disabled-border-color: rgb(102, 77.2, 2.8);
}

.btn-yellow-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(51, 38.6, 1.4);
  --bs-btn-border-color: rgb(51, 38.6, 1.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(43.35, 32.81, 1.19);
  --bs-btn-hover-border-color: rgb(40.8, 30.88, 1.12);
  --bs-btn-focus-shadow-rgb: 82, 71, 39;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(40.8, 30.88, 1.12);
  --bs-btn-active-border-color: rgb(38.25, 28.95, 1.05);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(51, 38.6, 1.4);
  --bs-btn-disabled-border-color: rgb(51, 38.6, 1.4);
}

.btn-green-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(209, 231, 220.8);
  --bs-btn-border-color: rgb(209, 231, 220.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(215.9, 234.6, 225.93);
  --bs-btn-hover-border-color: rgb(213.6, 233.4, 224.22);
  --bs-btn-focus-shadow-rgb: 178, 196, 188;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(218.2, 235.8, 227.64);
  --bs-btn-active-border-color: rgb(213.6, 233.4, 224.22);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(209, 231, 220.8);
  --bs-btn-disabled-border-color: rgb(209, 231, 220.8);
}

.btn-green-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(163, 207, 186.6);
  --bs-btn-border-color: rgb(163, 207, 186.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(176.8, 214.2, 196.86);
  --bs-btn-hover-border-color: rgb(172.2, 211.8, 193.44);
  --bs-btn-focus-shadow-rgb: 139, 176, 159;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(181.4, 216.6, 200.28);
  --bs-btn-active-border-color: rgb(172.2, 211.8, 193.44);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(163, 207, 186.6);
  --bs-btn-disabled-border-color: rgb(163, 207, 186.6);
}

.btn-green-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(117, 183, 152.4);
  --bs-btn-border-color: rgb(117, 183, 152.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(137.7, 193.8, 167.79);
  --bs-btn-hover-border-color: rgb(130.8, 190.2, 162.66);
  --bs-btn-focus-shadow-rgb: 99, 156, 130;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(144.6, 197.4, 172.92);
  --bs-btn-active-border-color: rgb(130.8, 190.2, 162.66);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(117, 183, 152.4);
  --bs-btn-disabled-border-color: rgb(117, 183, 152.4);
}

.btn-green-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(71, 159, 118.2);
  --bs-btn-border-color: rgb(71, 159, 118.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(98.6, 173.4, 138.72);
  --bs-btn-hover-border-color: rgb(89.4, 168.6, 131.88);
  --bs-btn-focus-shadow-rgb: 60, 135, 100;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(107.8, 178.2, 145.56);
  --bs-btn-active-border-color: rgb(89.4, 168.6, 131.88);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(71, 159, 118.2);
  --bs-btn-disabled-border-color: rgb(71, 159, 118.2);
}

.btn-green-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-green-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(20, 108, 67.2);
  --bs-btn-border-color: rgb(20, 108, 67.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(17, 91.8, 57.12);
  --bs-btn-hover-border-color: rgb(16, 86.4, 53.76);
  --bs-btn-focus-shadow-rgb: 55, 130, 95;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(16, 86.4, 53.76);
  --bs-btn-active-border-color: rgb(15, 81, 50.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(20, 108, 67.2);
  --bs-btn-disabled-border-color: rgb(20, 108, 67.2);
}

.btn-green-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(15, 81, 50.4);
  --bs-btn-border-color: rgb(15, 81, 50.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(12.75, 68.85, 42.84);
  --bs-btn-hover-border-color: rgb(12, 64.8, 40.32);
  --bs-btn-focus-shadow-rgb: 51, 107, 81;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(12, 64.8, 40.32);
  --bs-btn-active-border-color: rgb(11.25, 60.75, 37.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(15, 81, 50.4);
  --bs-btn-disabled-border-color: rgb(15, 81, 50.4);
}

.btn-green-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(10, 54, 33.6);
  --bs-btn-border-color: rgb(10, 54, 33.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(8.5, 45.9, 28.56);
  --bs-btn-hover-border-color: rgb(8, 43.2, 26.88);
  --bs-btn-focus-shadow-rgb: 47, 84, 67;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(8, 43.2, 26.88);
  --bs-btn-active-border-color: rgb(7.5, 40.5, 25.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(10, 54, 33.6);
  --bs-btn-disabled-border-color: rgb(10, 54, 33.6);
}

.btn-green-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(5, 27, 16.8);
  --bs-btn-border-color: rgb(5, 27, 16.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(4.25, 22.95, 14.28);
  --bs-btn-hover-border-color: rgb(4, 21.6, 13.44);
  --bs-btn-focus-shadow-rgb: 43, 61, 53;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(4, 21.6, 13.44);
  --bs-btn-active-border-color: rgb(3.75, 20.25, 12.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(5, 27, 16.8);
  --bs-btn-disabled-border-color: rgb(5, 27, 16.8);
}

.btn-teal-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(210.4, 244.2, 234.2);
  --bs-btn-border-color: rgb(210.4, 244.2, 234.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(217.09, 245.82, 237.32);
  --bs-btn-hover-border-color: rgb(214.86, 245.28, 236.28);
  --bs-btn-focus-shadow-rgb: 179, 208, 199;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(219.32, 246.36, 238.36);
  --bs-btn-active-border-color: rgb(214.86, 245.28, 236.28);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(210.4, 244.2, 234.2);
  --bs-btn-disabled-border-color: rgb(210.4, 244.2, 234.2);
}

.btn-teal-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(165.8, 233.4, 213.4);
  --bs-btn-border-color: rgb(165.8, 233.4, 213.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(179.18, 236.64, 219.64);
  --bs-btn-hover-border-color: rgb(174.72, 235.56, 217.56);
  --bs-btn-focus-shadow-rgb: 141, 198, 181;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(183.64, 237.72, 221.72);
  --bs-btn-active-border-color: rgb(174.72, 235.56, 217.56);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(165.8, 233.4, 213.4);
  --bs-btn-disabled-border-color: rgb(165.8, 233.4, 213.4);
}

.btn-teal-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(121.2, 222.6, 192.6);
  --bs-btn-border-color: rgb(121.2, 222.6, 192.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(141.27, 227.46, 201.96);
  --bs-btn-hover-border-color: rgb(134.58, 225.84, 198.84);
  --bs-btn-focus-shadow-rgb: 103, 189, 164;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(147.96, 229.08, 205.08);
  --bs-btn-active-border-color: rgb(134.58, 225.84, 198.84);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(121.2, 222.6, 192.6);
  --bs-btn-disabled-border-color: rgb(121.2, 222.6, 192.6);
}

.btn-teal-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(76.6, 211.8, 171.8);
  --bs-btn-border-color: rgb(76.6, 211.8, 171.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(103.36, 218.28, 184.28);
  --bs-btn-hover-border-color: rgb(94.44, 216.12, 180.12);
  --bs-btn-focus-shadow-rgb: 65, 180, 146;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(112.28, 220.44, 188.44);
  --bs-btn-active-border-color: rgb(94.44, 216.12, 180.12);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(76.6, 211.8, 171.8);
  --bs-btn-disabled-border-color: rgb(76.6, 211.8, 171.8);
}

.btn-teal-500 {
  --bs-btn-color: #000;
  --bs-btn-bg: #20c997;
  --bs-btn-border-color: #20c997;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(65.45, 209.1, 166.6);
  --bs-btn-hover-border-color: rgb(54.3, 206.4, 161.4);
  --bs-btn-focus-shadow-rgb: 27, 171, 128;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(76.6, 211.8, 171.8);
  --bs-btn-active-border-color: rgb(54.3, 206.4, 161.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #20c997;
  --bs-btn-disabled-border-color: #20c997;
}

.btn-teal-600 {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(25.6, 160.8, 120.8);
  --bs-btn-border-color: rgb(25.6, 160.8, 120.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(60.01, 174.93, 140.93);
  --bs-btn-hover-border-color: rgb(48.54, 170.22, 134.22);
  --bs-btn-focus-shadow-rgb: 22, 137, 103;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(71.48, 179.64, 147.64);
  --bs-btn-active-border-color: rgb(48.54, 170.22, 134.22);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(25.6, 160.8, 120.8);
  --bs-btn-disabled-border-color: rgb(25.6, 160.8, 120.8);
}

.btn-teal-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(19.2, 120.6, 90.6);
  --bs-btn-border-color: rgb(19.2, 120.6, 90.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(16.32, 102.51, 77.01);
  --bs-btn-hover-border-color: rgb(15.36, 96.48, 72.48);
  --bs-btn-focus-shadow-rgb: 55, 141, 115;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(15.36, 96.48, 72.48);
  --bs-btn-active-border-color: rgb(14.4, 90.45, 67.95);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(19.2, 120.6, 90.6);
  --bs-btn-disabled-border-color: rgb(19.2, 120.6, 90.6);
}

.btn-teal-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(12.8, 80.4, 60.4);
  --bs-btn-border-color: rgb(12.8, 80.4, 60.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(10.88, 68.34, 51.34);
  --bs-btn-hover-border-color: rgb(10.24, 64.32, 48.32);
  --bs-btn-focus-shadow-rgb: 49, 107, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.24, 64.32, 48.32);
  --bs-btn-active-border-color: rgb(9.6, 60.3, 45.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(12.8, 80.4, 60.4);
  --bs-btn-disabled-border-color: rgb(12.8, 80.4, 60.4);
}

.btn-teal-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(6.4, 40.2, 30.2);
  --bs-btn-border-color: rgb(6.4, 40.2, 30.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(5.44, 34.17, 25.67);
  --bs-btn-hover-border-color: rgb(5.12, 32.16, 24.16);
  --bs-btn-focus-shadow-rgb: 44, 72, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(5.12, 32.16, 24.16);
  --bs-btn-active-border-color: rgb(4.8, 30.15, 22.65);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(6.4, 40.2, 30.2);
  --bs-btn-disabled-border-color: rgb(6.4, 40.2, 30.2);
}

.btn-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.05, 249.9, 250.75);
  --bs-btn-hover-border-color: rgb(248.7, 249.6, 250.5);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.4, 250.2, 251);
  --bs-btn-active-border-color: rgb(248.7, 249.6, 250.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: #e9ecef;
  --bs-btn-border-color: #e9ecef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(236.3, 238.85, 241.4);
  --bs-btn-hover-border-color: rgb(235.2, 237.9, 240.6);
  --bs-btn-focus-shadow-rgb: 198, 201, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(237.4, 239.8, 242.2);
  --bs-btn-active-border-color: rgb(235.2, 237.9, 240.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e9ecef;
  --bs-btn-disabled-border-color: #e9ecef;
}

.btn-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: #dee2e6;
  --bs-btn-border-color: #dee2e6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(226.95, 230.35, 233.75);
  --bs-btn-hover-border-color: rgb(225.3, 228.9, 232.5);
  --bs-btn-focus-shadow-rgb: 189, 192, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(228.6, 231.8, 235);
  --bs-btn-active-border-color: rgb(225.3, 228.9, 232.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #dee2e6;
  --bs-btn-disabled-border-color: #dee2e6;
}

.btn-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(213.35, 218.45, 223.55);
  --bs-btn-hover-border-color: rgb(210.9, 216.3, 221.7);
  --bs-btn-focus-shadow-rgb: 175, 180, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(215.8, 220.6, 225.4);
  --bs-btn-active-border-color: rgb(210.9, 216.3, 221.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ced4da;
  --bs-btn-disabled-border-color: #ced4da;
}

.btn-500 {
  --bs-btn-color: #000;
  --bs-btn-bg: #adb5bd;
  --bs-btn-border-color: #adb5bd;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(185.3, 192.1, 198.9);
  --bs-btn-hover-border-color: rgb(181.2, 188.4, 195.6);
  --bs-btn-focus-shadow-rgb: 147, 154, 161;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(189.4, 195.8, 202.2);
  --bs-btn-active-border-color: rgb(181.2, 188.4, 195.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #adb5bd;
  --bs-btn-disabled-border-color: #adb5bd;
}

.btn-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #495057;
  --bs-btn-border-color: #495057;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(62.05, 68, 73.95);
  --bs-btn-hover-border-color: rgb(58.4, 64, 69.6);
  --bs-btn-focus-shadow-rgb: 100, 106, 112;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(58.4, 64, 69.6);
  --bs-btn-active-border-color: rgb(54.75, 60, 65.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #495057;
  --bs-btn-disabled-border-color: #495057;
}

.btn-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(44.2, 49.3, 54.4);
  --bs-btn-hover-border-color: rgb(41.6, 46.4, 51.2);
  --bs-btn-focus-shadow-rgb: 82, 88, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(41.6, 46.4, 51.2);
  --bs-btn-active-border-color: rgb(39, 43.5, 48);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #343a40;
  --bs-btn-disabled-border-color: #343a40;
}

.btn-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(28.05, 31.45, 34.85);
  --bs-btn-hover-border-color: rgb(26.4, 29.6, 32.8);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(26.4, 29.6, 32.8);
  --bs-btn-active-border-color: rgb(24.75, 27.75, 30.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-primary-subtle {
  --bs-btn-color: #000;
  --bs-btn-bg: #d1dfdf;
  --bs-btn-border-color: #d1dfdf;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(215.9, 227.8, 227.8);
  --bs-btn-hover-border-color: rgb(213.6, 226.2, 226.2);
  --bs-btn-focus-shadow-rgb: 178, 190, 190;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(218.2, 229.4, 229.4);
  --bs-btn-active-border-color: rgb(213.6, 226.2, 226.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #d1dfdf;
  --bs-btn-disabled-border-color: #d1dfdf;
}

.btn-primary-emphasis {
  --bs-btn-color: #fff;
  --bs-btn-bg: #174E51;
  --bs-btn-border-color: #174E51;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(19.55, 66.3, 68.85);
  --bs-btn-hover-border-color: rgb(18.4, 62.4, 64.8);
  --bs-btn-focus-shadow-rgb: 58, 105, 107;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(18.4, 62.4, 64.8);
  --bs-btn-active-border-color: rgb(17.25, 58.5, 60.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #174E51;
  --bs-btn-disabled-border-color: #174E51;
}

.btn-danger-subtle {
  --bs-btn-color: #000;
  --bs-btn-bg: #b86867;
  --bs-btn-border-color: #b86867;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(194.65, 126.65, 125.8);
  --bs-btn-hover-border-color: rgb(191.1, 119.1, 118.2);
  --bs-btn-focus-shadow-rgb: 156, 88, 88;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.2, 134.2, 133.4);
  --bs-btn-active-border-color: rgb(191.1, 119.1, 118.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #b86867;
  --bs-btn-disabled-border-color: #b86867;
}

.btn-body {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}

.btn-tertiary {
  --bs-btn-color: #000;
  --bs-btn-bg: #89B334;
  --bs-btn-border-color: #89B334;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(154.7, 190.4, 82.45);
  --bs-btn-hover-border-color: rgb(148.8, 186.6, 72.3);
  --bs-btn-focus-shadow-rgb: 116, 152, 44;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(160.6, 194.2, 92.6);
  --bs-btn-active-border-color: rgb(148.8, 186.6, 72.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #89B334;
  --bs-btn-disabled-border-color: #89B334;
}

.btn-link-color {
  --bs-btn-color: #000;
  --bs-btn-bg: #34ACAD;
  --bs-btn-border-color: #34ACAD;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(82.45, 184.45, 185.3);
  --bs-btn-hover-border-color: rgb(72.3, 180.3, 181.2);
  --bs-btn-focus-shadow-rgb: 44, 146, 147;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(92.6, 188.6, 189.4);
  --bs-btn-active-border-color: rgb(72.3, 180.3, 181.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #34ACAD;
  --bs-btn-disabled-border-color: #34ACAD;
}

.btn-muted {
  --bs-btn-color: #000;
  --bs-btn-bg: rgba(172, 172, 172, 0.4666666667);
  --bs-btn-border-color: rgba(172, 172, 172, 0.4666666667);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgba(202.4627659574, 202.4627659574, 202.4627659574, 0.5466666667);
  --bs-btn-hover-border-color: rgba(194.1976744186, 194.1976744186, 194.1976744186, 0.52);
  --bs-btn-focus-shadow-rgb: 109, 109, 109;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgba(209.431372549, 209.431372549, 209.431372549, 0.5733333333);
  --bs-btn-active-border-color: rgba(194.1976744186, 194.1976744186, 194.1976744186, 0.52);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgba(172, 172, 172, 0.4666666667);
  --bs-btn-disabled-border-color: rgba(172, 172, 172, 0.4666666667);
}

.btn-outline-primary {
  --bs-btn-color: #3e6f7a;
  --bs-btn-border-color: #3e6f7a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3e6f7a;
  --bs-btn-hover-border-color: #3e6f7a;
  --bs-btn-focus-shadow-rgb: 62, 111, 122;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3e6f7a;
  --bs-btn-active-border-color: #3e6f7a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3e6f7a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3e6f7a;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #CCCCCC;
  --bs-btn-border-color: #CCCCCC;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #CCCCCC;
  --bs-btn-hover-border-color: #CCCCCC;
  --bs-btn-focus-shadow-rgb: 204, 204, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #CCCCCC;
  --bs-btn-active-border-color: #CCCCCC;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #CCCCCC;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #CCCCCC;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #d3424e;
  --bs-btn-border-color: #d3424e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d3424e;
  --bs-btn-hover-border-color: #d3424e;
  --bs-btn-focus-shadow-rgb: 211, 66, 78;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d3424e;
  --bs-btn-active-border-color: #d3424e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d3424e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d3424e;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-outline-blue-100 {
  --bs-btn-color: rgb(206.6, 226, 254.6);
  --bs-btn-border-color: rgb(206.6, 226, 254.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(206.6, 226, 254.6);
  --bs-btn-hover-border-color: rgb(206.6, 226, 254.6);
  --bs-btn-focus-shadow-rgb: 207, 226, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(206.6, 226, 254.6);
  --bs-btn-active-border-color: rgb(206.6, 226, 254.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(206.6, 226, 254.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(206.6, 226, 254.6);
  --bs-gradient: none;
}

.btn-outline-blue-200 {
  --bs-btn-color: rgb(158.2, 197, 254.2);
  --bs-btn-border-color: rgb(158.2, 197, 254.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(158.2, 197, 254.2);
  --bs-btn-hover-border-color: rgb(158.2, 197, 254.2);
  --bs-btn-focus-shadow-rgb: 158, 197, 254;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(158.2, 197, 254.2);
  --bs-btn-active-border-color: rgb(158.2, 197, 254.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(158.2, 197, 254.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(158.2, 197, 254.2);
  --bs-gradient: none;
}

.btn-outline-blue-300 {
  --bs-btn-color: rgb(109.8, 168, 253.8);
  --bs-btn-border-color: rgb(109.8, 168, 253.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(109.8, 168, 253.8);
  --bs-btn-hover-border-color: rgb(109.8, 168, 253.8);
  --bs-btn-focus-shadow-rgb: 110, 168, 254;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(109.8, 168, 253.8);
  --bs-btn-active-border-color: rgb(109.8, 168, 253.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(109.8, 168, 253.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(109.8, 168, 253.8);
  --bs-gradient: none;
}

.btn-outline-blue-400 {
  --bs-btn-color: rgb(61.4, 139, 253.4);
  --bs-btn-border-color: rgb(61.4, 139, 253.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(61.4, 139, 253.4);
  --bs-btn-hover-border-color: rgb(61.4, 139, 253.4);
  --bs-btn-focus-shadow-rgb: 61, 139, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 139, 253.4);
  --bs-btn-active-border-color: rgb(61.4, 139, 253.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(61.4, 139, 253.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(61.4, 139, 253.4);
  --bs-gradient: none;
}

.btn-outline-blue-500 {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-blue-600 {
  --bs-btn-color: rgb(10.4, 88, 202.4);
  --bs-btn-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(10.4, 88, 202.4);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 10, 88, 202;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(10.4, 88, 202.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(10.4, 88, 202.4);
  --bs-gradient: none;
}

.btn-outline-blue-700 {
  --bs-btn-color: rgb(7.8, 66, 151.8);
  --bs-btn-border-color: rgb(7.8, 66, 151.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(7.8, 66, 151.8);
  --bs-btn-hover-border-color: rgb(7.8, 66, 151.8);
  --bs-btn-focus-shadow-rgb: 8, 66, 152;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(7.8, 66, 151.8);
  --bs-btn-active-border-color: rgb(7.8, 66, 151.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(7.8, 66, 151.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(7.8, 66, 151.8);
  --bs-gradient: none;
}

.btn-outline-blue-800 {
  --bs-btn-color: rgb(5.2, 44, 101.2);
  --bs-btn-border-color: rgb(5.2, 44, 101.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(5.2, 44, 101.2);
  --bs-btn-hover-border-color: rgb(5.2, 44, 101.2);
  --bs-btn-focus-shadow-rgb: 5, 44, 101;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(5.2, 44, 101.2);
  --bs-btn-active-border-color: rgb(5.2, 44, 101.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(5.2, 44, 101.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(5.2, 44, 101.2);
  --bs-gradient: none;
}

.btn-outline-blue-900 {
  --bs-btn-color: rgb(2.6, 22, 50.6);
  --bs-btn-border-color: rgb(2.6, 22, 50.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(2.6, 22, 50.6);
  --bs-btn-hover-border-color: rgb(2.6, 22, 50.6);
  --bs-btn-focus-shadow-rgb: 3, 22, 51;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(2.6, 22, 50.6);
  --bs-btn-active-border-color: rgb(2.6, 22, 50.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(2.6, 22, 50.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(2.6, 22, 50.6);
  --bs-gradient: none;
}

.btn-outline-red-100 {
  --bs-btn-color: rgb(248, 214.6, 217.8);
  --bs-btn-border-color: rgb(248, 214.6, 217.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(248, 214.6, 217.8);
  --bs-btn-hover-border-color: rgb(248, 214.6, 217.8);
  --bs-btn-focus-shadow-rgb: 248, 215, 218;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(248, 214.6, 217.8);
  --bs-btn-active-border-color: rgb(248, 214.6, 217.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(248, 214.6, 217.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(248, 214.6, 217.8);
  --bs-gradient: none;
}

.btn-outline-red-200 {
  --bs-btn-color: rgb(241, 174.2, 180.6);
  --bs-btn-border-color: rgb(241, 174.2, 180.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(241, 174.2, 180.6);
  --bs-btn-hover-border-color: rgb(241, 174.2, 180.6);
  --bs-btn-focus-shadow-rgb: 241, 174, 181;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(241, 174.2, 180.6);
  --bs-btn-active-border-color: rgb(241, 174.2, 180.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(241, 174.2, 180.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(241, 174.2, 180.6);
  --bs-gradient: none;
}

.btn-outline-red-300 {
  --bs-btn-color: rgb(234, 133.8, 143.4);
  --bs-btn-border-color: rgb(234, 133.8, 143.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(234, 133.8, 143.4);
  --bs-btn-hover-border-color: rgb(234, 133.8, 143.4);
  --bs-btn-focus-shadow-rgb: 234, 134, 143;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(234, 133.8, 143.4);
  --bs-btn-active-border-color: rgb(234, 133.8, 143.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(234, 133.8, 143.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(234, 133.8, 143.4);
  --bs-gradient: none;
}

.btn-outline-red-400 {
  --bs-btn-color: rgb(227, 93.4, 106.2);
  --bs-btn-border-color: rgb(227, 93.4, 106.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(227, 93.4, 106.2);
  --bs-btn-hover-border-color: rgb(227, 93.4, 106.2);
  --bs-btn-focus-shadow-rgb: 227, 93, 106;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(227, 93.4, 106.2);
  --bs-btn-active-border-color: rgb(227, 93.4, 106.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(227, 93.4, 106.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(227, 93.4, 106.2);
  --bs-gradient: none;
}

.btn-outline-red-500 {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-red-600 {
  --bs-btn-color: rgb(176, 42.4, 55.2);
  --bs-btn-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(176, 42.4, 55.2);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 176, 42, 55;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(176, 42.4, 55.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(176, 42.4, 55.2);
  --bs-gradient: none;
}

.btn-outline-red-700 {
  --bs-btn-color: rgb(132, 31.8, 41.4);
  --bs-btn-border-color: rgb(132, 31.8, 41.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(132, 31.8, 41.4);
  --bs-btn-hover-border-color: rgb(132, 31.8, 41.4);
  --bs-btn-focus-shadow-rgb: 132, 32, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(132, 31.8, 41.4);
  --bs-btn-active-border-color: rgb(132, 31.8, 41.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(132, 31.8, 41.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(132, 31.8, 41.4);
  --bs-gradient: none;
}

.btn-outline-red-800 {
  --bs-btn-color: rgb(88, 21.2, 27.6);
  --bs-btn-border-color: rgb(88, 21.2, 27.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(88, 21.2, 27.6);
  --bs-btn-hover-border-color: rgb(88, 21.2, 27.6);
  --bs-btn-focus-shadow-rgb: 88, 21, 28;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(88, 21.2, 27.6);
  --bs-btn-active-border-color: rgb(88, 21.2, 27.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(88, 21.2, 27.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(88, 21.2, 27.6);
  --bs-gradient: none;
}

.btn-outline-red-900 {
  --bs-btn-color: rgb(44, 10.6, 13.8);
  --bs-btn-border-color: rgb(44, 10.6, 13.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(44, 10.6, 13.8);
  --bs-btn-hover-border-color: rgb(44, 10.6, 13.8);
  --bs-btn-focus-shadow-rgb: 44, 11, 14;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(44, 10.6, 13.8);
  --bs-btn-active-border-color: rgb(44, 10.6, 13.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(44, 10.6, 13.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(44, 10.6, 13.8);
  --bs-gradient: none;
}

.btn-outline-orange-100 {
  --bs-btn-color: rgb(254.6, 229.2, 208);
  --bs-btn-border-color: rgb(254.6, 229.2, 208);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.6, 229.2, 208);
  --bs-btn-hover-border-color: rgb(254.6, 229.2, 208);
  --bs-btn-focus-shadow-rgb: 255, 229, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.6, 229.2, 208);
  --bs-btn-active-border-color: rgb(254.6, 229.2, 208);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(254.6, 229.2, 208);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(254.6, 229.2, 208);
  --bs-gradient: none;
}

.btn-outline-orange-200 {
  --bs-btn-color: rgb(254.2, 203.4, 161);
  --bs-btn-border-color: rgb(254.2, 203.4, 161);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.2, 203.4, 161);
  --bs-btn-hover-border-color: rgb(254.2, 203.4, 161);
  --bs-btn-focus-shadow-rgb: 254, 203, 161;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.2, 203.4, 161);
  --bs-btn-active-border-color: rgb(254.2, 203.4, 161);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(254.2, 203.4, 161);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(254.2, 203.4, 161);
  --bs-gradient: none;
}

.btn-outline-orange-300 {
  --bs-btn-color: rgb(253.8, 177.6, 114);
  --bs-btn-border-color: rgb(253.8, 177.6, 114);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.8, 177.6, 114);
  --bs-btn-hover-border-color: rgb(253.8, 177.6, 114);
  --bs-btn-focus-shadow-rgb: 254, 178, 114;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.8, 177.6, 114);
  --bs-btn-active-border-color: rgb(253.8, 177.6, 114);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(253.8, 177.6, 114);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(253.8, 177.6, 114);
  --bs-gradient: none;
}

.btn-outline-orange-400 {
  --bs-btn-color: rgb(253.4, 151.8, 67);
  --bs-btn-border-color: rgb(253.4, 151.8, 67);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.4, 151.8, 67);
  --bs-btn-hover-border-color: rgb(253.4, 151.8, 67);
  --bs-btn-focus-shadow-rgb: 253, 152, 67;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.4, 151.8, 67);
  --bs-btn-active-border-color: rgb(253.4, 151.8, 67);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(253.4, 151.8, 67);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(253.4, 151.8, 67);
  --bs-gradient: none;
}

.btn-outline-orange-500 {
  --bs-btn-color: #fd7e14;
  --bs-btn-border-color: #fd7e14;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fd7e14;
  --bs-btn-hover-border-color: #fd7e14;
  --bs-btn-focus-shadow-rgb: 253, 126, 20;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fd7e14;
  --bs-btn-active-border-color: #fd7e14;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fd7e14;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fd7e14;
  --bs-gradient: none;
}

.btn-outline-orange-600 {
  --bs-btn-color: rgb(202.4, 100.8, 16);
  --bs-btn-border-color: rgb(202.4, 100.8, 16);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(202.4, 100.8, 16);
  --bs-btn-hover-border-color: rgb(202.4, 100.8, 16);
  --bs-btn-focus-shadow-rgb: 202, 101, 16;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(202.4, 100.8, 16);
  --bs-btn-active-border-color: rgb(202.4, 100.8, 16);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(202.4, 100.8, 16);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(202.4, 100.8, 16);
  --bs-gradient: none;
}

.btn-outline-orange-700 {
  --bs-btn-color: rgb(151.8, 75.6, 12);
  --bs-btn-border-color: rgb(151.8, 75.6, 12);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(151.8, 75.6, 12);
  --bs-btn-hover-border-color: rgb(151.8, 75.6, 12);
  --bs-btn-focus-shadow-rgb: 152, 76, 12;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(151.8, 75.6, 12);
  --bs-btn-active-border-color: rgb(151.8, 75.6, 12);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(151.8, 75.6, 12);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(151.8, 75.6, 12);
  --bs-gradient: none;
}

.btn-outline-orange-800 {
  --bs-btn-color: rgb(101.2, 50.4, 8);
  --bs-btn-border-color: rgb(101.2, 50.4, 8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(101.2, 50.4, 8);
  --bs-btn-hover-border-color: rgb(101.2, 50.4, 8);
  --bs-btn-focus-shadow-rgb: 101, 50, 8;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(101.2, 50.4, 8);
  --bs-btn-active-border-color: rgb(101.2, 50.4, 8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(101.2, 50.4, 8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(101.2, 50.4, 8);
  --bs-gradient: none;
}

.btn-outline-orange-900 {
  --bs-btn-color: rgb(50.6, 25.2, 4);
  --bs-btn-border-color: rgb(50.6, 25.2, 4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(50.6, 25.2, 4);
  --bs-btn-hover-border-color: rgb(50.6, 25.2, 4);
  --bs-btn-focus-shadow-rgb: 51, 25, 4;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(50.6, 25.2, 4);
  --bs-btn-active-border-color: rgb(50.6, 25.2, 4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(50.6, 25.2, 4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(50.6, 25.2, 4);
  --bs-gradient: none;
}

.btn-outline-yellow-100 {
  --bs-btn-color: rgb(255, 242.6, 205.4);
  --bs-btn-border-color: rgb(255, 242.6, 205.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 242.6, 205.4);
  --bs-btn-hover-border-color: rgb(255, 242.6, 205.4);
  --bs-btn-focus-shadow-rgb: 255, 243, 205;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 242.6, 205.4);
  --bs-btn-active-border-color: rgb(255, 242.6, 205.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 242.6, 205.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255, 242.6, 205.4);
  --bs-gradient: none;
}

.btn-outline-yellow-200 {
  --bs-btn-color: rgb(255, 230.2, 155.8);
  --bs-btn-border-color: rgb(255, 230.2, 155.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 230.2, 155.8);
  --bs-btn-hover-border-color: rgb(255, 230.2, 155.8);
  --bs-btn-focus-shadow-rgb: 255, 230, 156;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 230.2, 155.8);
  --bs-btn-active-border-color: rgb(255, 230.2, 155.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 230.2, 155.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255, 230.2, 155.8);
  --bs-gradient: none;
}

.btn-outline-yellow-300 {
  --bs-btn-color: rgb(255, 217.8, 106.2);
  --bs-btn-border-color: rgb(255, 217.8, 106.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 217.8, 106.2);
  --bs-btn-hover-border-color: rgb(255, 217.8, 106.2);
  --bs-btn-focus-shadow-rgb: 255, 218, 106;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 217.8, 106.2);
  --bs-btn-active-border-color: rgb(255, 217.8, 106.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 217.8, 106.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255, 217.8, 106.2);
  --bs-gradient: none;
}

.btn-outline-yellow-400 {
  --bs-btn-color: rgb(255, 205.4, 56.6);
  --bs-btn-border-color: rgb(255, 205.4, 56.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 205.4, 56.6);
  --bs-btn-hover-border-color: rgb(255, 205.4, 56.6);
  --bs-btn-focus-shadow-rgb: 255, 205, 57;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 205.4, 56.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 205.4, 56.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255, 205.4, 56.6);
  --bs-gradient: none;
}

.btn-outline-yellow-500 {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-yellow-600 {
  --bs-btn-color: rgb(204, 154.4, 5.6);
  --bs-btn-border-color: rgb(204, 154.4, 5.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(204, 154.4, 5.6);
  --bs-btn-hover-border-color: rgb(204, 154.4, 5.6);
  --bs-btn-focus-shadow-rgb: 204, 154, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(204, 154.4, 5.6);
  --bs-btn-active-border-color: rgb(204, 154.4, 5.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(204, 154.4, 5.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(204, 154.4, 5.6);
  --bs-gradient: none;
}

.btn-outline-yellow-700 {
  --bs-btn-color: rgb(153, 115.8, 4.2);
  --bs-btn-border-color: rgb(153, 115.8, 4.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(153, 115.8, 4.2);
  --bs-btn-hover-border-color: rgb(153, 115.8, 4.2);
  --bs-btn-focus-shadow-rgb: 153, 116, 4;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(153, 115.8, 4.2);
  --bs-btn-active-border-color: rgb(153, 115.8, 4.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(153, 115.8, 4.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(153, 115.8, 4.2);
  --bs-gradient: none;
}

.btn-outline-yellow-800 {
  --bs-btn-color: rgb(102, 77.2, 2.8);
  --bs-btn-border-color: rgb(102, 77.2, 2.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(102, 77.2, 2.8);
  --bs-btn-hover-border-color: rgb(102, 77.2, 2.8);
  --bs-btn-focus-shadow-rgb: 102, 77, 3;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(102, 77.2, 2.8);
  --bs-btn-active-border-color: rgb(102, 77.2, 2.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(102, 77.2, 2.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(102, 77.2, 2.8);
  --bs-gradient: none;
}

.btn-outline-yellow-900 {
  --bs-btn-color: rgb(51, 38.6, 1.4);
  --bs-btn-border-color: rgb(51, 38.6, 1.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(51, 38.6, 1.4);
  --bs-btn-hover-border-color: rgb(51, 38.6, 1.4);
  --bs-btn-focus-shadow-rgb: 51, 39, 1;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(51, 38.6, 1.4);
  --bs-btn-active-border-color: rgb(51, 38.6, 1.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(51, 38.6, 1.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(51, 38.6, 1.4);
  --bs-gradient: none;
}

.btn-outline-green-100 {
  --bs-btn-color: rgb(209, 231, 220.8);
  --bs-btn-border-color: rgb(209, 231, 220.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(209, 231, 220.8);
  --bs-btn-hover-border-color: rgb(209, 231, 220.8);
  --bs-btn-focus-shadow-rgb: 209, 231, 221;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(209, 231, 220.8);
  --bs-btn-active-border-color: rgb(209, 231, 220.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(209, 231, 220.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(209, 231, 220.8);
  --bs-gradient: none;
}

.btn-outline-green-200 {
  --bs-btn-color: rgb(163, 207, 186.6);
  --bs-btn-border-color: rgb(163, 207, 186.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(163, 207, 186.6);
  --bs-btn-hover-border-color: rgb(163, 207, 186.6);
  --bs-btn-focus-shadow-rgb: 163, 207, 187;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(163, 207, 186.6);
  --bs-btn-active-border-color: rgb(163, 207, 186.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(163, 207, 186.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(163, 207, 186.6);
  --bs-gradient: none;
}

.btn-outline-green-300 {
  --bs-btn-color: rgb(117, 183, 152.4);
  --bs-btn-border-color: rgb(117, 183, 152.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(117, 183, 152.4);
  --bs-btn-hover-border-color: rgb(117, 183, 152.4);
  --bs-btn-focus-shadow-rgb: 117, 183, 152;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(117, 183, 152.4);
  --bs-btn-active-border-color: rgb(117, 183, 152.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(117, 183, 152.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(117, 183, 152.4);
  --bs-gradient: none;
}

.btn-outline-green-400 {
  --bs-btn-color: rgb(71, 159, 118.2);
  --bs-btn-border-color: rgb(71, 159, 118.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(71, 159, 118.2);
  --bs-btn-hover-border-color: rgb(71, 159, 118.2);
  --bs-btn-focus-shadow-rgb: 71, 159, 118;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(71, 159, 118.2);
  --bs-btn-active-border-color: rgb(71, 159, 118.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(71, 159, 118.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(71, 159, 118.2);
  --bs-gradient: none;
}

.btn-outline-green-500 {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-green-600 {
  --bs-btn-color: rgb(20, 108, 67.2);
  --bs-btn-border-color: rgb(20, 108, 67.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(20, 108, 67.2);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 20, 108, 67;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(20, 108, 67.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(20, 108, 67.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(20, 108, 67.2);
  --bs-gradient: none;
}

.btn-outline-green-700 {
  --bs-btn-color: rgb(15, 81, 50.4);
  --bs-btn-border-color: rgb(15, 81, 50.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(15, 81, 50.4);
  --bs-btn-hover-border-color: rgb(15, 81, 50.4);
  --bs-btn-focus-shadow-rgb: 15, 81, 50;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(15, 81, 50.4);
  --bs-btn-active-border-color: rgb(15, 81, 50.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(15, 81, 50.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(15, 81, 50.4);
  --bs-gradient: none;
}

.btn-outline-green-800 {
  --bs-btn-color: rgb(10, 54, 33.6);
  --bs-btn-border-color: rgb(10, 54, 33.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(10, 54, 33.6);
  --bs-btn-hover-border-color: rgb(10, 54, 33.6);
  --bs-btn-focus-shadow-rgb: 10, 54, 34;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10, 54, 33.6);
  --bs-btn-active-border-color: rgb(10, 54, 33.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(10, 54, 33.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(10, 54, 33.6);
  --bs-gradient: none;
}

.btn-outline-green-900 {
  --bs-btn-color: rgb(5, 27, 16.8);
  --bs-btn-border-color: rgb(5, 27, 16.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(5, 27, 16.8);
  --bs-btn-hover-border-color: rgb(5, 27, 16.8);
  --bs-btn-focus-shadow-rgb: 5, 27, 17;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(5, 27, 16.8);
  --bs-btn-active-border-color: rgb(5, 27, 16.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(5, 27, 16.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(5, 27, 16.8);
  --bs-gradient: none;
}

.btn-outline-teal-100 {
  --bs-btn-color: rgb(210.4, 244.2, 234.2);
  --bs-btn-border-color: rgb(210.4, 244.2, 234.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.4, 244.2, 234.2);
  --bs-btn-hover-border-color: rgb(210.4, 244.2, 234.2);
  --bs-btn-focus-shadow-rgb: 210, 244, 234;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(210.4, 244.2, 234.2);
  --bs-btn-active-border-color: rgb(210.4, 244.2, 234.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(210.4, 244.2, 234.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(210.4, 244.2, 234.2);
  --bs-gradient: none;
}

.btn-outline-teal-200 {
  --bs-btn-color: rgb(165.8, 233.4, 213.4);
  --bs-btn-border-color: rgb(165.8, 233.4, 213.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(165.8, 233.4, 213.4);
  --bs-btn-hover-border-color: rgb(165.8, 233.4, 213.4);
  --bs-btn-focus-shadow-rgb: 166, 233, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(165.8, 233.4, 213.4);
  --bs-btn-active-border-color: rgb(165.8, 233.4, 213.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(165.8, 233.4, 213.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(165.8, 233.4, 213.4);
  --bs-gradient: none;
}

.btn-outline-teal-300 {
  --bs-btn-color: rgb(121.2, 222.6, 192.6);
  --bs-btn-border-color: rgb(121.2, 222.6, 192.6);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(121.2, 222.6, 192.6);
  --bs-btn-hover-border-color: rgb(121.2, 222.6, 192.6);
  --bs-btn-focus-shadow-rgb: 121, 223, 193;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(121.2, 222.6, 192.6);
  --bs-btn-active-border-color: rgb(121.2, 222.6, 192.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(121.2, 222.6, 192.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(121.2, 222.6, 192.6);
  --bs-gradient: none;
}

.btn-outline-teal-400 {
  --bs-btn-color: rgb(76.6, 211.8, 171.8);
  --bs-btn-border-color: rgb(76.6, 211.8, 171.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(76.6, 211.8, 171.8);
  --bs-btn-hover-border-color: rgb(76.6, 211.8, 171.8);
  --bs-btn-focus-shadow-rgb: 77, 212, 172;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(76.6, 211.8, 171.8);
  --bs-btn-active-border-color: rgb(76.6, 211.8, 171.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(76.6, 211.8, 171.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(76.6, 211.8, 171.8);
  --bs-gradient: none;
}

.btn-outline-teal-500 {
  --bs-btn-color: #20c997;
  --bs-btn-border-color: #20c997;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #20c997;
  --bs-btn-hover-border-color: #20c997;
  --bs-btn-focus-shadow-rgb: 32, 201, 151;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #20c997;
  --bs-btn-active-border-color: #20c997;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #20c997;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #20c997;
  --bs-gradient: none;
}

.btn-outline-teal-600 {
  --bs-btn-color: rgb(25.6, 160.8, 120.8);
  --bs-btn-border-color: rgb(25.6, 160.8, 120.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(25.6, 160.8, 120.8);
  --bs-btn-hover-border-color: rgb(25.6, 160.8, 120.8);
  --bs-btn-focus-shadow-rgb: 26, 161, 121;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(25.6, 160.8, 120.8);
  --bs-btn-active-border-color: rgb(25.6, 160.8, 120.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(25.6, 160.8, 120.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(25.6, 160.8, 120.8);
  --bs-gradient: none;
}

.btn-outline-teal-700 {
  --bs-btn-color: rgb(19.2, 120.6, 90.6);
  --bs-btn-border-color: rgb(19.2, 120.6, 90.6);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(19.2, 120.6, 90.6);
  --bs-btn-hover-border-color: rgb(19.2, 120.6, 90.6);
  --bs-btn-focus-shadow-rgb: 19, 121, 91;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(19.2, 120.6, 90.6);
  --bs-btn-active-border-color: rgb(19.2, 120.6, 90.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(19.2, 120.6, 90.6);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(19.2, 120.6, 90.6);
  --bs-gradient: none;
}

.btn-outline-teal-800 {
  --bs-btn-color: rgb(12.8, 80.4, 60.4);
  --bs-btn-border-color: rgb(12.8, 80.4, 60.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(12.8, 80.4, 60.4);
  --bs-btn-hover-border-color: rgb(12.8, 80.4, 60.4);
  --bs-btn-focus-shadow-rgb: 13, 80, 60;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(12.8, 80.4, 60.4);
  --bs-btn-active-border-color: rgb(12.8, 80.4, 60.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(12.8, 80.4, 60.4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(12.8, 80.4, 60.4);
  --bs-gradient: none;
}

.btn-outline-teal-900 {
  --bs-btn-color: rgb(6.4, 40.2, 30.2);
  --bs-btn-border-color: rgb(6.4, 40.2, 30.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(6.4, 40.2, 30.2);
  --bs-btn-hover-border-color: rgb(6.4, 40.2, 30.2);
  --bs-btn-focus-shadow-rgb: 6, 40, 30;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(6.4, 40.2, 30.2);
  --bs-btn-active-border-color: rgb(6.4, 40.2, 30.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(6.4, 40.2, 30.2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(6.4, 40.2, 30.2);
  --bs-gradient: none;
}

.btn-outline-100 {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-200 {
  --bs-btn-color: #e9ecef;
  --bs-btn-border-color: #e9ecef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e9ecef;
  --bs-btn-hover-border-color: #e9ecef;
  --bs-btn-focus-shadow-rgb: 233, 236, 239;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e9ecef;
  --bs-btn-active-border-color: #e9ecef;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e9ecef;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e9ecef;
  --bs-gradient: none;
}

.btn-outline-300 {
  --bs-btn-color: #dee2e6;
  --bs-btn-border-color: #dee2e6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dee2e6;
  --bs-btn-hover-border-color: #dee2e6;
  --bs-btn-focus-shadow-rgb: 222, 226, 230;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dee2e6;
  --bs-btn-active-border-color: #dee2e6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dee2e6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dee2e6;
  --bs-gradient: none;
}

.btn-outline-400 {
  --bs-btn-color: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ced4da;
  --bs-btn-hover-border-color: #ced4da;
  --bs-btn-focus-shadow-rgb: 206, 212, 218;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ced4da;
  --bs-btn-active-border-color: #ced4da;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ced4da;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-gradient: none;
}

.btn-outline-500 {
  --bs-btn-color: #adb5bd;
  --bs-btn-border-color: #adb5bd;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #adb5bd;
  --bs-btn-hover-border-color: #adb5bd;
  --bs-btn-focus-shadow-rgb: 173, 181, 189;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #adb5bd;
  --bs-btn-active-border-color: #adb5bd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #adb5bd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #adb5bd;
  --bs-gradient: none;
}

.btn-outline-600 {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-700 {
  --bs-btn-color: #495057;
  --bs-btn-border-color: #495057;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #495057;
  --bs-btn-hover-border-color: #495057;
  --bs-btn-focus-shadow-rgb: 73, 80, 87;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #495057;
  --bs-btn-active-border-color: #495057;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #495057;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #495057;
  --bs-gradient: none;
}

.btn-outline-800 {
  --bs-btn-color: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #343a40;
  --bs-btn-hover-border-color: #343a40;
  --bs-btn-focus-shadow-rgb: 52, 58, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #343a40;
  --bs-btn-active-border-color: #343a40;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #343a40;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #343a40;
  --bs-gradient: none;
}

.btn-outline-900 {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-outline-primary-subtle {
  --bs-btn-color: #d1dfdf;
  --bs-btn-border-color: #d1dfdf;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d1dfdf;
  --bs-btn-hover-border-color: #d1dfdf;
  --bs-btn-focus-shadow-rgb: 209, 223, 223;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d1dfdf;
  --bs-btn-active-border-color: #d1dfdf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d1dfdf;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d1dfdf;
  --bs-gradient: none;
}

.btn-outline-primary-emphasis {
  --bs-btn-color: #174E51;
  --bs-btn-border-color: #174E51;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #174E51;
  --bs-btn-hover-border-color: #174E51;
  --bs-btn-focus-shadow-rgb: 23, 78, 81;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #174E51;
  --bs-btn-active-border-color: #174E51;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #174E51;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #174E51;
  --bs-gradient: none;
}

.btn-outline-danger-subtle {
  --bs-btn-color: #b86867;
  --bs-btn-border-color: #b86867;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b86867;
  --bs-btn-hover-border-color: #b86867;
  --bs-btn-focus-shadow-rgb: 184, 104, 103;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b86867;
  --bs-btn-active-border-color: #b86867;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #b86867;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b86867;
  --bs-gradient: none;
}

.btn-outline-body {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffffff;
  --bs-gradient: none;
}

.btn-outline-tertiary {
  --bs-btn-color: #89B334;
  --bs-btn-border-color: #89B334;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #89B334;
  --bs-btn-hover-border-color: #89B334;
  --bs-btn-focus-shadow-rgb: 137, 179, 52;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #89B334;
  --bs-btn-active-border-color: #89B334;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #89B334;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #89B334;
  --bs-gradient: none;
}

.btn-outline-link-color {
  --bs-btn-color: #34ACAD;
  --bs-btn-border-color: #34ACAD;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #34ACAD;
  --bs-btn-hover-border-color: #34ACAD;
  --bs-btn-focus-shadow-rgb: 52, 172, 173;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #34ACAD;
  --bs-btn-active-border-color: #34ACAD;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #34ACAD;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #34ACAD;
  --bs-gradient: none;
}

.btn-outline-muted {
  --bs-btn-color: rgba(172, 172, 172, 0.4666666667);
  --bs-btn-border-color: rgba(172, 172, 172, 0.4666666667);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgba(172, 172, 172, 0.4666666667);
  --bs-btn-hover-border-color: rgba(172, 172, 172, 0.4666666667);
  --bs-btn-focus-shadow-rgb: 172, 172, 172;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgba(172, 172, 172, 0.4666666667);
  --bs-btn-active-border-color: rgba(172, 172, 172, 0.4666666667);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(172, 172, 172, 0.4666666667);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(172, 172, 172, 0.4666666667);
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: #ced4da;
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 6px;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: #dee2e6;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%285.2, 44, 101.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: rgb(134, 182.5, 254);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: #e9ecef;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28139.2, 168.6, 175.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28139.2, 168.6, 175.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.25em;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 4px;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(4px - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(50, 89, 98, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(50, 89, 98, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(214, 214, 214, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(214, 214, 214, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(169, 53, 62, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(169, 53, 62, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-100 {
  color: RGBA(var(--bs-blue-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-100:hover, .link-blue-100:focus {
  color: RGBA(216, 232, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(216, 232, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-200 {
  color: RGBA(var(--bs-blue-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-200:hover, .link-blue-200:focus {
  color: RGBA(178, 209, 254, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(178, 209, 254, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-300 {
  color: RGBA(var(--bs-blue-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-300:hover, .link-blue-300:focus {
  color: RGBA(139, 185, 254, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(139, 185, 254, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-400 {
  color: RGBA(var(--bs-blue-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-400:hover, .link-blue-400:focus {
  color: RGBA(100, 162, 254, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(100, 162, 254, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-500 {
  color: RGBA(var(--bs-blue-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-500:hover, .link-blue-500:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-600 {
  color: RGBA(var(--bs-blue-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-600:hover, .link-blue-600:focus {
  color: RGBA(8, 70, 162, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(8, 70, 162, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-700 {
  color: RGBA(var(--bs-blue-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-700:hover, .link-blue-700:focus {
  color: RGBA(6, 53, 121, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(6, 53, 121, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-800 {
  color: RGBA(var(--bs-blue-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-800:hover, .link-blue-800:focus {
  color: RGBA(4, 35, 81, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(4, 35, 81, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue-900 {
  color: RGBA(var(--bs-blue-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue-900:hover, .link-blue-900:focus {
  color: RGBA(2, 18, 40, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(2, 18, 40, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-100 {
  color: RGBA(var(--bs-red-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-100:hover, .link-red-100:focus {
  color: RGBA(249, 223, 225, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 223, 225, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-200 {
  color: RGBA(var(--bs-red-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-200:hover, .link-red-200:focus {
  color: RGBA(244, 190, 195, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(244, 190, 195, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-300 {
  color: RGBA(var(--bs-red-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-300:hover, .link-red-300:focus {
  color: RGBA(238, 158, 166, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(238, 158, 166, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-400 {
  color: RGBA(var(--bs-red-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-400:hover, .link-red-400:focus {
  color: RGBA(233, 126, 136, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(233, 126, 136, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-500 {
  color: RGBA(var(--bs-red-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-500:hover, .link-red-500:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-600 {
  color: RGBA(var(--bs-red-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-600:hover, .link-red-600:focus {
  color: RGBA(141, 34, 44, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(141, 34, 44, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-700 {
  color: RGBA(var(--bs-red-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-700:hover, .link-red-700:focus {
  color: RGBA(106, 25, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(106, 25, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-800 {
  color: RGBA(var(--bs-red-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-800:hover, .link-red-800:focus {
  color: RGBA(70, 17, 22, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(70, 17, 22, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red-900 {
  color: RGBA(var(--bs-red-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-900:hover, .link-red-900:focus {
  color: RGBA(35, 8, 11, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(35, 8, 11, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-100 {
  color: RGBA(var(--bs-orange-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-100:hover, .link-orange-100:focus {
  color: RGBA(255, 234, 217, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 234, 217, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-200 {
  color: RGBA(var(--bs-orange-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-200:hover, .link-orange-200:focus {
  color: RGBA(254, 214, 180, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 214, 180, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-300 {
  color: RGBA(var(--bs-orange-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-300:hover, .link-orange-300:focus {
  color: RGBA(254, 193, 142, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 193, 142, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-400 {
  color: RGBA(var(--bs-orange-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-400:hover, .link-orange-400:focus {
  color: RGBA(254, 172, 105, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(254, 172, 105, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-500 {
  color: RGBA(var(--bs-orange-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-500:hover, .link-orange-500:focus {
  color: RGBA(253, 152, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 152, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-600 {
  color: RGBA(var(--bs-orange-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-600:hover, .link-orange-600:focus {
  color: RGBA(213, 132, 64, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(213, 132, 64, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-700 {
  color: RGBA(var(--bs-orange-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-700:hover, .link-orange-700:focus {
  color: RGBA(121, 60, 10, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(121, 60, 10, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-800 {
  color: RGBA(var(--bs-orange-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-800:hover, .link-orange-800:focus {
  color: RGBA(81, 40, 6, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(81, 40, 6, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange-900 {
  color: RGBA(var(--bs-orange-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-900:hover, .link-orange-900:focus {
  color: RGBA(40, 20, 3, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(40, 20, 3, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-100 {
  color: RGBA(var(--bs-yellow-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-100:hover, .link-yellow-100:focus {
  color: RGBA(255, 245, 215, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 245, 215, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-200 {
  color: RGBA(var(--bs-yellow-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-200:hover, .link-yellow-200:focus {
  color: RGBA(255, 235, 176, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 235, 176, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-300 {
  color: RGBA(var(--bs-yellow-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-300:hover, .link-yellow-300:focus {
  color: RGBA(255, 225, 136, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 225, 136, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-400 {
  color: RGBA(var(--bs-yellow-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-400:hover, .link-yellow-400:focus {
  color: RGBA(255, 215, 96, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 215, 96, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-500 {
  color: RGBA(var(--bs-yellow-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-500:hover, .link-yellow-500:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-600 {
  color: RGBA(var(--bs-yellow-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-600:hover, .link-yellow-600:focus {
  color: RGBA(214, 175, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(214, 175, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-700 {
  color: RGBA(var(--bs-yellow-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-700:hover, .link-yellow-700:focus {
  color: RGBA(173, 144, 54, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(173, 144, 54, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-800 {
  color: RGBA(var(--bs-yellow-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-800:hover, .link-yellow-800:focus {
  color: RGBA(82, 62, 2, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(82, 62, 2, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow-900 {
  color: RGBA(var(--bs-yellow-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow-900:hover, .link-yellow-900:focus {
  color: RGBA(41, 31, 1, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(41, 31, 1, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-100 {
  color: RGBA(var(--bs-green-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-100:hover, .link-green-100:focus {
  color: RGBA(218, 236, 228, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(218, 236, 228, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-200 {
  color: RGBA(var(--bs-green-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-200:hover, .link-green-200:focus {
  color: RGBA(181, 217, 200, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(181, 217, 200, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-300 {
  color: RGBA(var(--bs-green-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-300:hover, .link-green-300:focus {
  color: RGBA(145, 197, 173, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(145, 197, 173, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-400 {
  color: RGBA(var(--bs-green-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-400:hover, .link-green-400:focus {
  color: RGBA(108, 178, 146, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(108, 178, 146, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-500 {
  color: RGBA(var(--bs-green-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-500:hover, .link-green-500:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-600 {
  color: RGBA(var(--bs-green-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-600:hover, .link-green-600:focus {
  color: RGBA(16, 86, 54, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(16, 86, 54, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-700 {
  color: RGBA(var(--bs-green-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-700:hover, .link-green-700:focus {
  color: RGBA(12, 65, 40, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(12, 65, 40, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-800 {
  color: RGBA(var(--bs-green-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-800:hover, .link-green-800:focus {
  color: RGBA(8, 43, 27, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(8, 43, 27, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-900 {
  color: RGBA(var(--bs-green-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-900:hover, .link-green-900:focus {
  color: RGBA(4, 22, 13, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(4, 22, 13, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-100 {
  color: RGBA(var(--bs-teal-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-100:hover, .link-teal-100:focus {
  color: RGBA(219, 246, 238, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(219, 246, 238, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-200 {
  color: RGBA(var(--bs-teal-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-200:hover, .link-teal-200:focus {
  color: RGBA(184, 238, 222, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(184, 238, 222, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-300 {
  color: RGBA(var(--bs-teal-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-300:hover, .link-teal-300:focus {
  color: RGBA(148, 229, 205, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(148, 229, 205, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-400 {
  color: RGBA(var(--bs-teal-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-400:hover, .link-teal-400:focus {
  color: RGBA(112, 220, 188, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(112, 220, 188, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-500 {
  color: RGBA(var(--bs-teal-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-500:hover, .link-teal-500:focus {
  color: RGBA(77, 212, 172, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(77, 212, 172, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-600 {
  color: RGBA(var(--bs-teal-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-600:hover, .link-teal-600:focus {
  color: RGBA(71, 180, 148, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(71, 180, 148, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-700 {
  color: RGBA(var(--bs-teal-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-700:hover, .link-teal-700:focus {
  color: RGBA(15, 96, 72, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(15, 96, 72, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-800 {
  color: RGBA(var(--bs-teal-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-800:hover, .link-teal-800:focus {
  color: RGBA(10, 64, 48, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 64, 48, var(--bs-link-underline-opacity, 1)) !important;
}

.link-teal-900 {
  color: RGBA(var(--bs-teal-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-teal-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-teal-900:hover, .link-teal-900:focus {
  color: RGBA(5, 32, 24, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(5, 32, 24, var(--bs-link-underline-opacity, 1)) !important;
}

.link-100 {
  color: RGBA(var(--bs-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-100:hover, .link-100:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-200 {
  color: RGBA(var(--bs-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-200:hover, .link-200:focus {
  color: RGBA(237, 240, 242, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(237, 240, 242, var(--bs-link-underline-opacity, 1)) !important;
}

.link-300 {
  color: RGBA(var(--bs-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-300:hover, .link-300:focus {
  color: RGBA(229, 232, 235, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(229, 232, 235, var(--bs-link-underline-opacity, 1)) !important;
}

.link-400 {
  color: RGBA(var(--bs-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-400:hover, .link-400:focus {
  color: RGBA(216, 221, 225, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(216, 221, 225, var(--bs-link-underline-opacity, 1)) !important;
}

.link-500 {
  color: RGBA(var(--bs-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-500:hover, .link-500:focus {
  color: RGBA(189, 196, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(189, 196, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-600 {
  color: RGBA(var(--bs-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-600:hover, .link-600:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-700 {
  color: RGBA(var(--bs-700-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-700:hover, .link-700:focus {
  color: RGBA(58, 64, 70, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(58, 64, 70, var(--bs-link-underline-opacity, 1)) !important;
}

.link-800 {
  color: RGBA(var(--bs-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-800:hover, .link-800:focus {
  color: RGBA(42, 46, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(42, 46, 51, var(--bs-link-underline-opacity, 1)) !important;
}

.link-900 {
  color: RGBA(var(--bs-900-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-900-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-900:hover, .link-900:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-subtle {
  color: RGBA(var(--bs-primary-subtle-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-subtle-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-subtle:hover, .link-primary-subtle:focus {
  color: RGBA(218, 229, 229, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(218, 229, 229, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-emphasis {
  color: RGBA(var(--bs-primary-emphasis-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-emphasis-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-emphasis:hover, .link-primary-emphasis:focus {
  color: RGBA(18, 62, 65, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(18, 62, 65, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger-subtle {
  color: RGBA(var(--bs-danger-subtle-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-subtle-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger-subtle:hover, .link-danger-subtle:focus {
  color: RGBA(198, 134, 133, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(198, 134, 133, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body {
  color: RGBA(var(--bs-body-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-body-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body:hover, .link-body:focus {
  color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary {
  color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary:hover, .link-tertiary:focus {
  color: RGBA(161, 194, 93, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(161, 194, 93, var(--bs-link-underline-opacity, 1)) !important;
}

.link-link-color {
  color: RGBA(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-link-color:hover, .link-link-color:focus {
  color: RGBA(93, 189, 189, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(93, 189, 189, var(--bs-link-underline-opacity, 1)) !important;
}

.link-muted {
  color: RGBA(var(--bs-muted-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-muted-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-muted:hover, .link-muted:focus {
  color: RGBA(209, 209, 209, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(209, 209, 209, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 2px;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 2px;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: #3e6f7a;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.125em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #3e6f7a;
  border-color: #3e6f7a;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: 3em;
  min-height: 3em;
  line-height: 3em;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.8) translateY(-1rem) translateX(-0.25rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: 2px;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.8) translateY(-1rem) translateX(-0.25rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 2px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: #3e6f7a;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.125em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #3e6f7a;
  border-color: #3e6f7a;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: white;
  --bs-nav-tabs-link-active-bg: #3e6f7a;
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #3e6f7a;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-blue-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-blue-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-blue-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-400 {
  color: #000 !important;
  background-color: RGBA(var(--bs-blue-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-red-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-red-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-red-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-400 {
  color: #000 !important;
  background-color: RGBA(var(--bs-red-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-red-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-red-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-red-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-red-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-red-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-400 {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-500 {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-600 {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-orange-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-orange-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-orange-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-400 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-500 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-600 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-700 {
  color: #000 !important;
  background-color: RGBA(var(--bs-yellow-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-yellow-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-yellow-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-400 {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-500 {
  color: #fff !important;
  background-color: RGBA(var(--bs-green-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-green-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-green-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-green-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-green-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-400 {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-500 {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-600 {
  color: #000 !important;
  background-color: RGBA(var(--bs-teal-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-teal-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-teal-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-teal-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-300 {
  color: #000 !important;
  background-color: RGBA(var(--bs-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-400 {
  color: #000 !important;
  background-color: RGBA(var(--bs-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-500 {
  color: #000 !important;
  background-color: RGBA(var(--bs-500-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-700 {
  color: #fff !important;
  background-color: RGBA(var(--bs-700-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-900 {
  color: #fff !important;
  background-color: RGBA(var(--bs-900-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-subtle {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-subtle-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-emphasis {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-emphasis-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger-subtle {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-subtle-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-body {
  color: #000 !important;
  background-color: RGBA(var(--bs-body-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary {
  color: #000 !important;
  background-color: RGBA(var(--bs-tertiary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-link-color {
  color: #000 !important;
  background-color: RGBA(var(--bs-link-color-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-muted {
  color: #000 !important;
  background-color: RGBA(var(--bs-muted-rgb), var(--bs-bg-opacity, 1)) !important;
}

@font-face {
  font-family: "super-clarendon-bold";
  src: url("../fonts/super-clarendon-bold.woff2") format("woff2");
}
@font-face {
  font-family: "super-clarendon-bold-italic";
  src: url("../fonts/super-clarendon-bold-italic.woff2") format("woff2");
}
@font-face {
  font-family: "super-clarendon-light";
  src: url("../fonts/super-clarendon-light.woff2") format("woff2");
}
@font-face {
  font-family: "super-clarendon-light-italic";
  src: url("../fonts/super-clarendon-light-italic.woff2") format("woff2");
}
@font-face {
  font-family: "super-clarendon-regular";
  src: url("../fonts/super-clarendon-regular.woff2") format("woff2");
}
@font-face {
  font-family: "super-clarendon-regular-bold";
  src: url("../fonts/super-clarendon-regular-bold.woff2") format("woff2");
}
@font-face {
  font-family: "super-clarendon-regular-bold-italic";
  src: url("../fonts/super-clarendon-regular-bold-italic.woff2") format("woff2");
}
@font-face {
  font-family: "super-clarendon-regular-italic";
  src: url("../fonts/super-clarendon-regular-italic.woff2") format("woff2");
}
:root {
  --font-adjust-0: calc(.5 - (.05 * 0));
  --font-adjust-1: calc(.5 - (.05 * 1));
  --font-adjust-2: calc(.5 - (.05 * 2));
  --font-adjust-3: calc(.5 - (.05 * 3));
  --font-adjust-4: calc(.5 - (.05 * 4));
  --font-adjust-5: calc(.5 - (.05 * 5));
}

.font-adjust-0 {
  font-size-adjust: 0.5;
}

.font-adjust-1 {
  font-size-adjust: 0.45;
}

.font-adjust-2 {
  font-size-adjust: 0.4;
}

.font-adjust-3 {
  font-size-adjust: 0.35;
}

.font-adjust-4 {
  font-size-adjust: 0.3;
}

.font-adjust-5 {
  font-size-adjust: 0.25;
}

a:any-link:hover,
.link:hover {
  cursor: pointer;
}

.bg-primary {
  background-color: #3e6f7a !important;
}

.link-underline-primary {
  text-decoration: 1px underline #3e6f7a !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-primary:hover {
  text-decoration-color: rgb(128.8782608696, 151.9437681159, 157.1217391304) !important;
}

.link-primary {
  color: #3e6f7a;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-primary:focus,
.link-primary:hover {
  color: rgb(106.4782608696, 166.1304347826, 179.5217391304);
}

.text-primary {
  color: #3e6f7a;
}

.bg-secondary {
  background-color: #CCCCCC !important;
}

.link-underline-secondary {
  text-decoration: 1px underline #CCCCCC !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-secondary:hover {
  text-decoration-color: white !important;
}

.link-secondary {
  color: #CCCCCC;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-secondary:focus,
.link-secondary:hover {
  color: white;
}

.text-secondary {
  color: #CCCCCC;
}

.bg-success {
  background-color: #198754 !important;
}

.link-underline-success {
  text-decoration: 1px underline #198754 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-success:hover {
  text-decoration-color: rgb(70.55, 191.45, 135.3963636364) !important;
}

.link-success {
  color: #198754;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-success:focus,
.link-success:hover {
  color: rgb(45.75, 216.25, 137.2);
}

.text-success {
  color: #198754;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.link-underline-info {
  text-decoration: 1px underline #0dcaf0 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-info:hover {
  text-decoration-color: rgb(123.4644268775, 213.4443680242, 231.5355731225) !important;
}

.link-info {
  color: #0dcaf0;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-info:focus,
.link-info:hover {
  color: rgb(107.9644268775, 223.7549407115, 247.0355731225);
}

.text-info {
  color: #0dcaf0;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.link-underline-warning {
  text-decoration: 1px underline #ffc107 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-warning:hover {
  text-decoration-color: rgb(240.4, 211.2, 123.6) !important;
}

.link-warning {
  color: #ffc107;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-warning:focus,
.link-warning:hover {
  color: rgb(255, 218.5, 109);
}

.text-warning {
  color: #ffc107;
}

.bg-danger {
  background-color: #d3424e !important;
}

.link-underline-danger {
  text-decoration: 1px underline #d3424e !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-danger:hover {
  text-decoration-color: rgb(217.1618025751, 161.8381974249, 166.4167026787) !important;
}

.link-danger {
  color: #d3424e;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-danger:focus,
.link-danger:hover {
  color: rgb(230.2618025751, 148.7381974249, 155.4849785408);
}

.text-danger {
  color: #d3424e;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.link-underline-light {
  text-decoration: 1px underline #f8f9fa !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-light:hover {
  text-decoration-color: hsl(0, 0%, 117.6470588235%) !important;
}

.link-light {
  color: #f8f9fa;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-light:focus,
.link-light:hover {
  color: hsl(210, 16.6666666667%, 117.6470588235%);
}

.text-light {
  color: #f8f9fa;
}

.bg-dark {
  background-color: #212529 !important;
}

.link-underline-dark {
  text-decoration: 1px underline #212529 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-dark:hover {
  text-decoration-color: #585858 !important;
}

.link-dark {
  color: #212529;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-dark:focus,
.link-dark:hover {
  color: rgb(78.4864864865, 88, 97.5135135135);
}

.text-dark {
  color: #212529;
}

.bg-blue-100 {
  background-color: rgb(206.6, 226, 254.6) !important;
}

.link-underline-blue-100 {
  text-decoration: 1px underline rgb(206.6, 226, 254.6) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-blue-100:hover {
  text-decoration-color: hsl(215.75, 78.3606557377%, 110.431372549%) !important;
}

.link-blue-100 {
  color: rgb(206.6, 226, 254.6);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-blue-100:focus,
.link-blue-100:hover {
  color: hsl(215.75, 98.3606557377%, 110.431372549%);
}

.text-blue-100 {
  color: rgb(206.6, 226, 254.6);
}

.bg-blue-200 {
  background-color: rgb(158.2, 197, 254.2) !important;
}

.link-underline-blue-200 {
  text-decoration: 1px underline rgb(158.2, 197, 254.2) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-blue-200:hover {
  text-decoration-color: hsl(215.75, 78.3606557377%, 100.862745098%) !important;
}

.link-blue-200 {
  color: rgb(158.2, 197, 254.2);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-blue-200:focus,
.link-blue-200:hover {
  color: hsl(215.75, 98.3606557377%, 100.862745098%);
}

.text-blue-200 {
  color: rgb(158.2, 197, 254.2);
}

.bg-blue-300 {
  background-color: rgb(109.8, 168, 253.8) !important;
}

.link-underline-blue-300 {
  text-decoration: 1px underline rgb(109.8, 168, 253.8) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-blue-300:hover {
  text-decoration-color: rgb(215.4039344262, 229.4657540984, 250.1960655738) !important;
}

.link-blue-300 {
  color: rgb(109.8, 168, 253.8);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-blue-300:focus,
.link-blue-300:hover {
  color: rgb(210.9639344262, 228.6147540984, 254.6360655738);
}

.text-blue-300 {
  color: rgb(109.8, 168, 253.8);
}

.bg-blue-400 {
  background-color: rgb(61.4, 139, 253.4) !important;
}

.link-underline-blue-400 {
  text-decoration: 1px underline rgb(61.4, 139, 253.4) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-blue-400:hover {
  text-decoration-color: rgb(171.8839344262, 201.4010874317, 244.9160655738) !important;
}

.link-blue-400 {
  color: rgb(61.4, 139, 253.4);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-blue-400:focus,
.link-blue-400:hover {
  color: rgb(162.5639344262, 199.6147540984, 254.2360655738);
}

.text-blue-400 {
  color: rgb(61.4, 139, 253.4);
}

.bg-blue-500 {
  background-color: #0d6efd !important;
}

.link-underline-blue-500 {
  text-decoration: 1px underline #0d6efd !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-blue-500:hover {
  text-decoration-color: rgb(128.3639344262, 173.336420765, 239.6360655738) !important;
}

.link-blue-500 {
  color: #0d6efd;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-blue-500:focus,
.link-blue-500:hover {
  color: rgb(114.1639344262, 170.6147540984, 253.8360655738);
}

.text-blue-500 {
  color: #0d6efd;
}

.bg-blue-600 {
  background-color: rgb(10.4, 88, 202.4) !important;
}

.link-underline-blue-600 {
  text-decoration: 1px underline rgb(10.4, 88, 202.4) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-blue-600:hover {
  text-decoration-color: rgb(88.8598496241, 144.2631378446, 225.9401503759) !important;
}

.link-blue-600 {
  color: rgb(10.4, 88, 202.4);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-blue-600:focus,
.link-blue-600:hover {
  color: rgb(69.3398496241, 140.5218045113, 245.4601503759);
}

.text-blue-600 {
  color: rgb(10.4, 88, 202.4);
}

.bg-blue-700 {
  background-color: rgb(7.8, 66, 151.8) !important;
}

.link-underline-blue-700 {
  text-decoration: 1px underline rgb(7.8, 66, 151.8) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-blue-700:hover {
  text-decoration-color: rgb(43.5798496241, 114.0828045113, 218.0201503759) !important;
}

.link-blue-700 {
  color: rgb(7.8, 66, 151.8);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-blue-700:focus,
.link-blue-700:hover {
  color: rgb(18.7398496241, 109.3218045113, 242.8601503759);
}

.text-blue-700 {
  color: rgb(7.8, 66, 151.8);
}

.bg-blue-800 {
  background-color: rgb(5.2, 44, 101.2) !important;
}

.link-underline-blue-800 {
  text-decoration: 1px underline rgb(5.2, 44, 101.2) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-blue-800:hover {
  text-decoration-color: rgb(31.024962406, 90.1747844612, 177.375037594) !important;
}

.link-blue-800 {
  color: rgb(5.2, 44, 101.2);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-blue-800:focus,
.link-blue-800:hover {
  color: rgb(10.184962406, 86.1804511278, 198.215037594);
}

.text-blue-800 {
  color: rgb(5.2, 44, 101.2);
}

.bg-blue-900 {
  background-color: rgb(2.6, 22, 50.6) !important;
}

.link-underline-blue-900 {
  text-decoration: 1px underline rgb(2.6, 22, 50.6) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-blue-900:hover {
  text-decoration-color: rgb(23.104962406, 67.1551177945, 132.095037594) !important;
}

.link-blue-900 {
  color: rgb(2.6, 22, 50.6);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-blue-900:focus,
.link-blue-900:hover {
  color: rgb(7.584962406, 64.1804511278, 147.615037594);
}

.text-blue-900 {
  color: rgb(2.6, 22, 50.6);
}

.bg-red-100 {
  background-color: rgb(248, 214.6, 217.8) !important;
}

.link-underline-red-100 {
  text-decoration: 1px underline rgb(248, 214.6, 217.8) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-red-100:hover {
  text-decoration-color: hsl(354.251497006, 50.4641350211%, 110.7058823529%) !important;
}

.link-red-100 {
  color: rgb(248, 214.6, 217.8);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-red-100:focus,
.link-red-100:hover {
  color: hsl(354.251497006, 70.4641350211%, 110.7058823529%);
}

.text-red-100 {
  color: rgb(248, 214.6, 217.8);
}

.bg-red-200 {
  background-color: rgb(241, 174.2, 180.6) !important;
}

.link-underline-red-200 {
  text-decoration: 1px underline rgb(241, 174.2, 180.6) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-red-200:hover {
  text-decoration-color: hsl(354.251497006, 50.4641350211%, 101.4117647059%) !important;
}

.link-red-200 {
  color: rgb(241, 174.2, 180.6);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-red-200:focus,
.link-red-200:hover {
  color: hsl(354.251497006, 70.4641350211%, 101.4117647059%);
}

.text-red-200 {
  color: rgb(241, 174.2, 180.6);
}

.bg-red-300 {
  background-color: rgb(234, 133.8, 143.4) !important;
}

.link-underline-red-300 {
  text-decoration: 1px underline rgb(234, 133.8, 143.4) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-red-300:hover {
  text-decoration-color: rgb(245.0432911392, 224.7567088608, 226.7003335102) !important;
}

.link-red-300 {
  color: rgb(234, 133.8, 143.4);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-red-300:focus,
.link-red-300:hover {
  color: rgb(249.0632911392, 220.7367088608, 223.4506329114);
}

.text-red-300 {
  color: rgb(234, 133.8, 143.4);
}

.bg-red-400 {
  background-color: rgb(227, 93.4, 106.2) !important;
}

.link-underline-red-400 {
  text-decoration: 1px underline rgb(227, 93.4, 106.2) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-red-400:hover {
  text-decoration-color: rgb(233.3032911392, 189.0967088608, 193.3320700371) !important;
}

.link-red-400 {
  color: rgb(227, 93.4, 106.2);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-red-400:focus,
.link-red-400:hover {
  color: rgb(242.0632911392, 180.3367088608, 186.2506329114);
}

.text-red-400 {
  color: rgb(227, 93.4, 106.2);
}

.bg-red-500 {
  background-color: #dc3545 !important;
}

.link-underline-red-500 {
  text-decoration: 1px underline #dc3545 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-red-500:hover {
  text-decoration-color: rgb(221.5632911392, 153.4367088608, 159.9638065641) !important;
}

.link-red-500 {
  color: #dc3545;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-red-500:focus,
.link-red-500:hover {
  color: rgb(235.0632911392, 139.9367088608, 149.0506329114);
}

.text-red-500 {
  color: #dc3545;
}

.bg-red-600 {
  background-color: rgb(176, 42.4, 55.2) !important;
}

.link-underline-red-600 {
  text-decoration: 1px underline rgb(176, 42.4, 55.2) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-red-600:hover {
  text-decoration-color: rgb(199.2312087912, 121.1687912088, 128.6478252287) !important;
}

.link-red-600 {
  color: rgb(176, 42.4, 55.2);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-red-600:focus,
.link-red-600:hover {
  color: rgb(218.1912087912, 102.2087912088, 113.3208791209);
}

.text-red-600 {
  color: rgb(176, 42.4, 55.2);
}

.bg-red-700 {
  background-color: rgb(132, 31.8, 41.4) !important;
}

.link-underline-red-700 {
  text-decoration: 1px underline rgb(132, 31.8, 41.4) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-red-700:hover {
  text-decoration-color: rgb(183.1712087912, 82.6287912088, 92.2615976838) !important;
}

.link-red-700 {
  color: rgb(132, 31.8, 41.4);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-red-700:focus,
.link-red-700:hover {
  color: rgb(207.5912087912, 58.2087912088, 72.5208791209);
}

.text-red-700 {
  color: rgb(132, 31.8, 41.4);
}

.bg-red-800 {
  background-color: rgb(88, 21.2, 27.6) !important;
}

.link-underline-red-800 {
  text-decoration: 1px underline rgb(88, 21.2, 27.6) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-red-800:hover {
  text-decoration-color: rgb(149.0778021978, 62.1221978022, 70.4532736724) !important;
}

.link-red-800 {
  color: rgb(88, 21.2, 27.6);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-red-800:focus,
.link-red-800:hover {
  color: rgb(170.1978021978, 41.0021978022, 53.3802197802);
}

.text-red-800 {
  color: rgb(88, 21.2, 27.6);
}

.bg-red-900 {
  background-color: rgb(44, 10.6, 13.8) !important;
}

.link-underline-red-900 {
  text-decoration: 1px underline rgb(44, 10.6, 13.8) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-red-900:hover {
  text-decoration-color: rgb(110.5378021978, 46.0621978022, 52.2395012173) !important;
}

.link-red-900 {
  color: rgb(44, 10.6, 13.8);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-red-900:focus,
.link-red-900:hover {
  color: rgb(126.1978021978, 30.4021978022, 39.5802197802);
}

.text-red-900 {
  color: rgb(44, 10.6, 13.8);
}

.bg-orange-100 {
  background-color: rgb(254.6, 229.2, 208) !important;
}

.link-underline-orange-100 {
  text-decoration: 1px underline rgb(254.6, 229.2, 208) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-orange-100:hover {
  text-decoration-color: hsl(27.2961373391, 78.3122362869%, 110.7058823529%) !important;
}

.link-orange-100 {
  color: rgb(254.6, 229.2, 208);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-orange-100:focus,
.link-orange-100:hover {
  color: hsl(27.2961373391, 98.3122362869%, 110.7058823529%);
}

.text-orange-100 {
  color: rgb(254.6, 229.2, 208);
}

.bg-orange-200 {
  background-color: rgb(254.2, 203.4, 161) !important;
}

.link-underline-orange-200 {
  text-decoration: 1px underline rgb(254.2, 203.4, 161) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-orange-200:hover {
  text-decoration-color: hsl(27.2961373391, 78.3122362869%, 101.4117647059%) !important;
}

.link-orange-200 {
  color: rgb(254.2, 203.4, 161);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-orange-200:focus,
.link-orange-200:hover {
  color: hsl(27.2961373391, 98.3122362869%, 101.4117647059%);
}

.text-orange-200 {
  color: rgb(254.2, 203.4, 161);
}

.bg-orange-300 {
  background-color: rgb(253.8, 177.6, 114) !important;
}

.link-underline-orange-300 {
  text-decoration: 1px underline rgb(253.8, 177.6, 114) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-orange-300:hover {
  text-decoration-color: rgb(250.6407594937, 233.4813049383, 219.1592405063) !important;
}

.link-orange-300 {
  color: rgb(253.8, 177.6, 114);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-orange-300:focus,
.link-orange-300:hover {
  color: rgb(254.6607594937, 233.1189873418, 215.1392405063);
}

.text-orange-300 {
  color: rgb(253.8, 177.6, 114);
}

.bg-orange-400 {
  background-color: rgb(253.4, 151.8, 67) !important;
}

.link-underline-orange-400 {
  text-decoration: 1px underline rgb(253.4, 151.8, 67) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-orange-400:hover {
  text-decoration-color: rgb(245.5007594937, 208.1085152388, 176.8992405063) !important;
}

.link-orange-400 {
  color: rgb(253.4, 151.8, 67);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-orange-400:focus,
.link-orange-400:hover {
  color: rgb(254.2607594937, 207.3189873418, 168.1392405063);
}

.text-orange-400 {
  color: rgb(253.4, 151.8, 67);
}

.bg-orange-500 {
  background-color: #fd7e14 !important;
}

.link-underline-orange-500 {
  text-decoration: 1px underline #fd7e14 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-orange-500:hover {
  text-decoration-color: rgb(240.3607594937, 182.7357255392, 134.6392405063) !important;
}

.link-orange-500 {
  color: #fd7e14;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-orange-500:focus,
.link-orange-500:hover {
  color: rgb(253.8607594937, 181.5189873418, 121.1392405063);
}

.text-orange-500 {
  color: #fd7e14;
}

.bg-orange-600 {
  background-color: rgb(202.4, 100.8, 16) !important;
}

.link-underline-orange-600 {
  text-decoration: 1px underline rgb(202.4, 100.8, 16) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-orange-600:hover {
  text-decoration-color: rgb(222.1498901099, 154.6165335094, 98.2501098901) !important;
}

.link-orange-600 {
  color: rgb(202.4, 100.8, 16);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-orange-600:focus,
.link-orange-600:hover {
  color: rgb(241.1098901099, 152.9076923077, 79.2901098901);
}

.text-orange-600 {
  color: rgb(202.4, 100.8, 16);
}

.bg-orange-700 {
  background-color: rgb(151.8, 75.6, 12) !important;
}

.link-underline-orange-700 {
  text-decoration: 1px underline rgb(151.8, 75.6, 12) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-orange-700:hover {
  text-decoration-color: rgb(212.6898901099, 125.7086365137, 53.1101098901) !important;
}

.link-orange-700 {
  color: rgb(151.8, 75.6, 12);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-orange-700:focus,
.link-orange-700:hover {
  color: rgb(237.1098901099, 123.5076923077, 28.6901098901);
}

.text-orange-700 {
  color: rgb(151.8, 75.6, 12);
}

.bg-orange-800 {
  background-color: rgb(101.2, 50.4, 8) !important;
}

.link-underline-orange-800 {
  text-decoration: 1px underline rgb(101.2, 50.4, 8) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-orange-800:hover {
  text-decoration-color: rgb(174.6074725275, 99.3804423902, 36.5925274725) !important;
}

.link-orange-800 {
  color: rgb(101.2, 50.4, 8);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-orange-800:focus,
.link-orange-800:hover {
  color: rgb(195.7274725275, 97.4769230769, 15.4725274725);
}

.text-orange-800 {
  color: rgb(101.2, 50.4, 8);
}

.bg-orange-900 {
  background-color: rgb(50.6, 25.2, 4) !important;
}

.link-underline-orange-900 {
  text-decoration: 1px underline rgb(50.6, 25.2, 4) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-orange-900:hover {
  text-decoration-color: rgb(129.4674725275, 73.6883393859, 27.1325274725) !important;
}

.link-orange-900 {
  color: rgb(50.6, 25.2, 4);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-orange-900:focus,
.link-orange-900:hover {
  color: rgb(145.1274725275, 72.2769230769, 11.4725274725);
}

.text-orange-900 {
  color: rgb(50.6, 25.2, 4);
}

.bg-yellow-100 {
  background-color: rgb(255, 242.6, 205.4) !important;
}

.link-underline-yellow-100 {
  text-decoration: 1px underline rgb(255, 242.6, 205.4) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-yellow-100:hover {
  text-decoration-color: hsl(45, 80%, 110.2745098039%) !important;
}

.link-yellow-100 {
  color: rgb(255, 242.6, 205.4);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-yellow-100:focus,
.link-yellow-100:hover {
  color: hsl(45, 100%, 110.2745098039%);
}

.text-yellow-100 {
  color: rgb(255, 242.6, 205.4);
}

.bg-yellow-200 {
  background-color: rgb(255, 230.2, 155.8) !important;
}

.link-underline-yellow-200 {
  text-decoration: 1px underline rgb(255, 230.2, 155.8) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-yellow-200:hover {
  text-decoration-color: hsl(45, 80%, 100.5490196078%) !important;
}

.link-yellow-200 {
  color: rgb(255, 230.2, 155.8);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-yellow-200:focus,
.link-yellow-200:hover {
  color: hsl(45, 100%, 100.5490196078%);
}

.text-yellow-200 {
  color: rgb(255, 230.2, 155.8);
}

.bg-yellow-300 {
  background-color: rgb(255, 217.8, 106.2) !important;
}

.link-underline-yellow-300 {
  text-decoration: 1px underline rgb(255, 217.8, 106.2) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-yellow-300:hover {
  text-decoration-color: rgb(250.32, 240.96, 212.88) !important;
}

.link-yellow-300 {
  color: rgb(255, 217.8, 106.2);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-yellow-300:focus,
.link-yellow-300:hover {
  color: rgb(255, 243.3, 208.2);
}

.text-yellow-300 {
  color: rgb(255, 217.8, 106.2);
}

.bg-yellow-400 {
  background-color: rgb(255, 205.4, 56.6) !important;
}

.link-underline-yellow-400 {
  text-decoration: 1px underline rgb(255, 205.4, 56.6) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-yellow-400:hover {
  text-decoration-color: rgb(245.36, 226.08, 168.24) !important;
}

.link-yellow-400 {
  color: rgb(255, 205.4, 56.6);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-yellow-400:focus,
.link-yellow-400:hover {
  color: rgb(255, 230.9, 158.6);
}

.text-yellow-400 {
  color: rgb(255, 205.4, 56.6);
}

.bg-yellow-500 {
  background-color: #ffc107 !important;
}

.link-underline-yellow-500 {
  text-decoration: 1px underline #ffc107 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-yellow-500:hover {
  text-decoration-color: rgb(240.4, 211.2, 123.6) !important;
}

.link-yellow-500 {
  color: #ffc107;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-yellow-500:focus,
.link-yellow-500:hover {
  color: rgb(255, 218.5, 109);
}

.text-yellow-500 {
  color: #ffc107;
}

.bg-yellow-600 {
  background-color: rgb(204, 154.4, 5.6) !important;
}

.link-underline-yellow-600 {
  text-decoration: 1px underline rgb(204, 154.4, 5.6) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-yellow-600:hover {
  text-decoration-color: rgb(229.8592366412, 192.8296183206, 81.7407633588) !important;
}

.link-yellow-600 {
  color: rgb(204, 154.4, 5.6);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-yellow-600:focus,
.link-yellow-600:hover {
  color: rgb(249.6992366412, 202.7496183206, 61.9007633588);
}

.text-yellow-600 {
  color: rgb(204, 154.4, 5.6);
}

.bg-yellow-700 {
  background-color: rgb(153, 115.8, 4.2) !important;
}

.link-underline-yellow-700 {
  text-decoration: 1px underline rgb(153, 115.8, 4.2) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-yellow-700:hover {
  text-decoration-color: rgb(223.2192366412, 176.4096183206, 35.9807633588) !important;
}

.link-yellow-700 {
  color: rgb(153, 115.8, 4.2);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-yellow-700:focus,
.link-yellow-700:hover {
  color: rgb(248.2992366412, 188.9496183206, 10.9007633588);
}

.text-yellow-700 {
  color: rgb(153, 115.8, 4.2);
}

.bg-yellow-800 {
  background-color: rgb(102, 77.2, 2.8) !important;
}

.link-underline-yellow-800 {
  text-decoration: 1px underline rgb(102, 77.2, 2.8) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-yellow-800:hover {
  text-decoration-color: rgb(180.5948091603, 141.9974045802, 26.2051908397) !important;
}

.link-yellow-800 {
  color: rgb(102, 77.2, 2.8);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-yellow-800:focus,
.link-yellow-800:hover {
  color: rgb(201.2748091603, 152.3374045802, 5.5251908397);
}

.text-yellow-800 {
  color: rgb(102, 77.2, 2.8);
}

.bg-yellow-900 {
  background-color: rgb(51, 38.6, 1.4) !important;
}

.link-underline-yellow-900 {
  text-decoration: 1px underline rgb(51, 38.6, 1.4) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-yellow-900:hover {
  text-decoration-color: rgb(134.8348091603, 106.0174045802, 19.5651908397) !important;
}

.link-yellow-900 {
  color: rgb(51, 38.6, 1.4);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-yellow-900:focus,
.link-yellow-900:hover {
  color: rgb(150.2748091603, 113.7374045802, 4.1251908397);
}

.text-yellow-900 {
  color: rgb(51, 38.6, 1.4);
}

.bg-green-100 {
  background-color: rgb(209, 231, 220.8) !important;
}

.link-underline-green-100 {
  text-decoration: 1px underline rgb(209, 231, 220.8) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-green-100:hover {
  text-decoration-color: hsl(152.1818181818, 11.4285714286%, 106.2745098039%) !important;
}

.link-green-100 {
  color: rgb(209, 231, 220.8);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-green-100:focus,
.link-green-100:hover {
  color: hsl(152.1818181818, 31.4285714286%, 106.2745098039%);
}

.text-green-100 {
  color: rgb(209, 231, 220.8);
}

.bg-green-200 {
  background-color: rgb(163, 207, 186.6) !important;
}

.link-underline-green-200 {
  text-decoration: 1px underline rgb(163, 207, 186.6) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-green-200:hover {
  text-decoration-color: rgb(233.8285714286, 238.1714285714, 236.1579220779) !important;
}

.link-green-200 {
  color: rgb(163, 207, 186.6);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-green-200:focus,
.link-green-200:hover {
  color: rgb(230.0285714286, 241.9714285714, 236.4342857143);
}

.text-green-200 {
  color: rgb(163, 207, 186.6);
}

.bg-green-300 {
  background-color: rgb(117, 183, 152.4) !important;
}

.link-underline-green-300 {
  text-decoration: 1px underline rgb(117, 183, 152.4) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-green-300:hover {
  text-decoration-color: rgb(194.8285714286, 207.1714285714, 201.4488311688) !important;
}

.link-green-300 {
  color: rgb(117, 183, 152.4);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-green-300:focus,
.link-green-300:hover {
  color: rgb(184.0285714286, 217.9714285714, 202.2342857143);
}

.text-green-300 {
  color: rgb(117, 183, 152.4);
}

.bg-green-400 {
  background-color: rgb(71, 159, 118.2) !important;
}

.link-underline-green-400 {
  text-decoration: 1px underline rgb(71, 159, 118.2) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-green-400:hover {
  text-decoration-color: rgb(149.747826087, 182.252173913, 167.1819762846) !important;
}

.link-green-400 {
  color: rgb(71, 159, 118.2);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-green-400:focus,
.link-green-400:hover {
  color: rgb(131.947826087, 200.052173913, 168.4765217391);
}

.text-green-400 {
  color: rgb(71, 159, 118.2);
}

.bg-green-500 {
  background-color: #198754 !important;
}

.link-underline-green-500 {
  text-decoration: 1px underline #198754 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-green-500:hover {
  text-decoration-color: rgb(70.55, 191.45, 135.3963636364) !important;
}

.link-green-500 {
  color: #198754;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-green-500:focus,
.link-green-500:hover {
  color: rgb(45.75, 216.25, 137.2);
}

.text-green-500 {
  color: #198754;
}

.bg-green-600 {
  background-color: rgb(20, 108, 67.2) !important;
}

.link-underline-green-600 {
  text-decoration: 1px underline rgb(20, 108, 67.2) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-green-600:hover {
  text-decoration-color: rgb(58.9375, 171.0625, 119.0772727273) !important;
}

.link-green-600 {
  color: rgb(20, 108, 67.2);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-green-600:focus,
.link-green-600:hover {
  color: rgb(35.9375, 194.0625, 120.75);
}

.text-green-600 {
  color: rgb(20, 108, 67.2);
}

.bg-green-700 {
  background-color: rgb(15, 81, 50.4) !important;
}

.link-underline-green-700 {
  text-decoration: 1px underline rgb(15, 81, 50.4) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-green-700:hover {
  text-decoration-color: rgb(50.7375, 147.2625, 102.51) !important;
}

.link-green-700 {
  color: rgb(15, 81, 50.4);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-green-700:focus,
.link-green-700:hover {
  color: rgb(30.9375, 167.0625, 103.95);
}

.text-green-700 {
  color: rgb(15, 81, 50.4);
}

.bg-green-800 {
  background-color: rgb(10, 54, 33.6) !important;
}

.link-underline-green-800 {
  text-decoration: 1px underline rgb(10, 54, 33.6) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-green-800:hover {
  text-decoration-color: rgb(42.5375, 123.4625, 85.9427272727) !important;
}

.link-green-800 {
  color: rgb(10, 54, 33.6);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-green-800:focus,
.link-green-800:hover {
  color: rgb(25.9375, 140.0625, 87.15);
}

.text-green-800 {
  color: rgb(10, 54, 33.6);
}

.bg-green-900 {
  background-color: rgb(5, 27, 16.8) !important;
}

.link-underline-green-900 {
  text-decoration: 1px underline rgb(5, 27, 16.8) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-green-900:hover {
  text-decoration-color: rgb(34.3375, 99.6625, 69.3754545455) !important;
}

.link-green-900 {
  color: rgb(5, 27, 16.8);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-green-900:focus,
.link-green-900:hover {
  color: rgb(20.9375, 113.0625, 70.35);
}

.text-green-900 {
  color: rgb(5, 27, 16.8);
}

.bg-teal-100 {
  background-color: rgb(210.4, 244.2, 234.2) !important;
}

.link-underline-teal-100 {
  text-decoration: 1px underline rgb(210.4, 244.2, 234.2) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-teal-100:hover {
  text-decoration-color: hsl(162.2485207101, 41.0108303249%, 109.137254902%) !important;
}

.link-teal-100 {
  color: rgb(210.4, 244.2, 234.2);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-teal-100:focus,
.link-teal-100:hover {
  color: hsl(162.2485207101, 61.0108303249%, 109.137254902%);
}

.text-teal-100 {
  color: rgb(210.4, 244.2, 234.2);
}

.bg-teal-200 {
  background-color: rgb(165.8, 233.4, 213.4) !important;
}

.link-underline-teal-200 {
  text-decoration: 1px underline rgb(165.8, 233.4, 213.4) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-teal-200:hover {
  text-decoration-color: rgb(248.7955234657, 252.4044765343, 251.33673894) !important;
}

.link-teal-200 {
  color: rgb(165.8, 233.4, 213.4);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-teal-200:focus,
.link-teal-200:hover {
  color: rgb(247.9155234657, 253.2844765343, 251.6960288809);
}

.text-teal-200 {
  color: rgb(165.8, 233.4, 213.4);
}

.bg-teal-300 {
  background-color: rgb(121.2, 222.6, 192.6) !important;
}

.link-underline-teal-300 {
  text-decoration: 1px underline rgb(121.2, 222.6, 192.6) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-teal-300:hover {
  text-decoration-color: rgb(209.7355234657, 236.0644765343, 228.2748454489) !important;
}

.link-teal-300 {
  color: rgb(121.2, 222.6, 192.6);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-teal-300:focus,
.link-teal-300:hover {
  color: rgb(203.3155234657, 242.4844765343, 230.8960288809);
}

.text-teal-300 {
  color: rgb(121.2, 222.6, 192.6);
}

.bg-teal-400 {
  background-color: rgb(76.6, 211.8, 171.8) !important;
}

.link-underline-teal-400 {
  text-decoration: 1px underline rgb(76.6, 211.8, 171.8) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-teal-400:hover {
  text-decoration-color: rgb(170.6755234657, 219.7244765343, 205.2129519578) !important;
}

.link-teal-400 {
  color: rgb(76.6, 211.8, 171.8);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-teal-400:focus,
.link-teal-400:hover {
  color: rgb(158.7155234657, 231.6844765343, 210.0960288809);
}

.text-teal-400 {
  color: rgb(76.6, 211.8, 171.8);
}

.bg-teal-500 {
  background-color: #20c997 !important;
}

.link-underline-teal-500 {
  text-decoration: 1px underline #20c997 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-teal-500:hover {
  text-decoration-color: rgb(121.5343347639, 213.4656652361, 186.2670467532) !important;
}

.link-teal-500 {
  color: #20c997;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-teal-500:focus,
.link-teal-500:hover {
  color: rgb(104.0343347639, 230.9656652361, 193.4120171674);
}

.text-teal-500 {
  color: #20c997;
}

.bg-teal-600 {
  background-color: rgb(25.6, 160.8, 120.8) !important;
}

.link-underline-teal-600 {
  text-decoration: 1px underline rgb(25.6, 160.8, 120.8) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-teal-600:hover {
  text-decoration-color: rgb(85.9943347639, 202.4056652361, 167.9644432029) !important;
}

.link-teal-600 {
  color: rgb(25.6, 160.8, 120.8);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-teal-600:focus,
.link-teal-600:hover {
  color: rgb(63.8343347639, 224.5656652361, 177.0120171674);
}

.text-teal-600 {
  color: rgb(25.6, 160.8, 120.8);
}

.bg-teal-700 {
  background-color: rgb(19.2, 120.6, 90.6) !important;
}

.link-underline-teal-700 {
  text-decoration: 1px underline rgb(19.2, 120.6, 90.6) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-teal-700:hover {
  text-decoration-color: rgb(57.388583691, 184.411416309, 146.8306965995) !important;
}

.link-teal-700 {
  color: rgb(19.2, 120.6, 90.6);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-teal-700:focus,
.link-teal-700:hover {
  color: rgb(33.208583691, 208.591416309, 156.7030042918);
}

.text-teal-700 {
  color: rgb(19.2, 120.6, 90.6);
}

.bg-teal-800 {
  background-color: rgb(12.8, 80.4, 60.4) !important;
}

.link-underline-teal-800 {
  text-decoration: 1px underline rgb(12.8, 80.4, 60.4) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-teal-800:hover {
  text-decoration-color: rgb(46.328583691, 148.871416309, 118.5333001498) !important;
}

.link-teal-800 {
  color: rgb(12.8, 80.4, 60.4);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-teal-800:focus,
.link-teal-800:hover {
  color: rgb(26.808583691, 168.391416309, 126.5030042918);
}

.text-teal-800 {
  color: rgb(12.8, 80.4, 60.4);
}

.bg-teal-900 {
  background-color: rgb(6.4, 40.2, 30.2) !important;
}

.link-underline-teal-900 {
  text-decoration: 1px underline rgb(6.4, 40.2, 30.2) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-teal-900:hover {
  text-decoration-color: rgb(35.268583691, 113.331416309, 90.2359037001) !important;
}

.link-teal-900 {
  color: rgb(6.4, 40.2, 30.2);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-teal-900:focus,
.link-teal-900:hover {
  color: rgb(20.408583691, 128.191416309, 96.3030042918);
}

.text-teal-900 {
  color: rgb(6.4, 40.2, 30.2);
}

.bg-100 {
  background-color: #f8f9fa !important;
}

.link-underline-100 {
  text-decoration: 1px underline #f8f9fa !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-100:hover {
  text-decoration-color: hsl(0, 0%, 117.6470588235%) !important;
}

.link-100 {
  color: #f8f9fa;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-100:focus,
.link-100:hover {
  color: hsl(210, 16.6666666667%, 117.6470588235%);
}

.text-100 {
  color: #f8f9fa;
}

.bg-200 {
  background-color: #e9ecef !important;
}

.link-underline-200 {
  text-decoration: 1px underline #e9ecef !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-200:hover {
  text-decoration-color: hsl(0, 0%, 112.5490196078%) !important;
}

.link-200 {
  color: #e9ecef;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-200:focus,
.link-200:hover {
  color: hsl(210, 15.7894736842%, 112.5490196078%);
}

.text-200 {
  color: #e9ecef;
}

.bg-300 {
  background-color: #dee2e6 !important;
}

.link-underline-300 {
  text-decoration: 1px underline #dee2e6 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-300:hover {
  text-decoration-color: hsl(0, 0%, 108.6274509804%) !important;
}

.link-300 {
  color: #dee2e6;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-300:focus,
.link-300:hover {
  color: hsl(210, 13.7931034483%, 108.6274509804%);
}

.text-300 {
  color: #dee2e6;
}

.bg-400 {
  background-color: #ced4da !important;
}

.link-underline-400 {
  text-decoration: 1px underline #ced4da !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-400:hover {
  text-decoration-color: hsl(0, 0%, 103.137254902%) !important;
}

.link-400 {
  color: #ced4da;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-400:focus,
.link-400:hover {
  color: hsl(210, 13.9534883721%, 103.137254902%);
}

.text-400 {
  color: #ced4da;
}

.bg-500 {
  background-color: #adb5bd !important;
}

.link-underline-500 {
  text-decoration: 1px underline #adb5bd !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-500:hover {
  text-decoration-color: #e8e8e8 !important;
}

.link-500 {
  color: #adb5bd;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-500:focus,
.link-500:hover {
  color: rgb(229.5135135135, 232, 234.4864864865);
}

.text-500 {
  color: #adb5bd;
}

.bg-600 {
  background-color: #6c757d !important;
}

.link-underline-600 {
  text-decoration: 1px underline #6c757d !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-600:hover {
  text-decoration-color: rgb(167.5, 167.5, 167.5) !important;
}

.link-600 {
  color: #6c757d;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-600:focus,
.link-600:hover {
  color: rgb(161.1158798283, 167.8755364807, 173.8841201717);
}

.text-600 {
  color: #6c757d;
}

.bg-700 {
  background-color: #495057 !important;
}

.link-underline-700 {
  text-decoration: 1px underline #495057 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-700:hover {
  text-decoration-color: #838383 !important;
}

.link-700 {
  color: #495057;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-700:focus,
.link-700:hover {
  color: rgb(120.15, 131, 141.85);
}

.text-700 {
  color: #495057;
}

.bg-800 {
  background-color: #343a40 !important;
}

.link-underline-800 {
  text-decoration: 1px underline #343a40 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-800:hover {
  text-decoration-color: #6d6d6d !important;
}

.link-800 {
  color: #343a40;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-800:focus,
.link-800:hover {
  color: rgb(97.724137931, 109, 120.275862069);
}

.text-800 {
  color: #343a40;
}

.bg-900 {
  background-color: #212529 !important;
}

.link-underline-900 {
  text-decoration: 1px underline #212529 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-900:hover {
  text-decoration-color: #585858 !important;
}

.link-900 {
  color: #212529;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-900:focus,
.link-900:hover {
  color: rgb(78.4864864865, 88, 97.5135135135);
}

.text-900 {
  color: #212529;
}

.bg-primary-subtle {
  background-color: #d1dfdf !important;
}

.link-underline-primary-subtle {
  text-decoration: 1px underline #d1dfdf !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-primary-subtle:hover {
  text-decoration-color: hsl(0, 0%, 104.7058823529%) !important;
}

.link-primary-subtle {
  color: #d1dfdf;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-primary-subtle:focus,
.link-primary-subtle:hover {
  color: hsl(180, 17.9487179487%, 104.7058823529%);
}

.text-primary-subtle {
  color: #d1dfdf;
}

.bg-primary-emphasis {
  background-color: #174E51 !important;
}

.link-underline-primary-emphasis {
  text-decoration: 1px underline #174E51 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-primary-emphasis:hover {
  text-decoration-color: rgb(66.1576923077, 136.0310344828, 139.8423076923) !important;
}

.link-primary-emphasis {
  color: #174E51;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-primary-emphasis:focus,
.link-primary-emphasis:hover {
  color: rgb(45.5576923077, 154.5, 160.4423076923);
}

.text-primary-emphasis {
  color: #174E51;
}

.bg-danger-subtle {
  background-color: #b86867 !important;
}

.link-underline-danger-subtle {
  text-decoration: 1px underline #b86867 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-danger-subtle:hover {
  text-decoration-color: rgb(204.3753363229, 184.8684991419, 184.6246636771) !important;
}

.link-danger-subtle {
  color: #b86867;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-danger-subtle:focus,
.link-danger-subtle:hover {
  color: rgb(216.4753363229, 173.067264574, 172.5246636771);
}

.text-danger-subtle {
  color: #b86867;
}

.bg-body {
  background-color: #ffffff !important;
}

.link-underline-body {
  text-decoration: 1px underline #ffffff !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-body:hover {
  text-decoration-color: hsl(0, 0%, 120%) !important;
}

.link-body {
  color: #ffffff;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-body:focus,
.link-body:hover {
  color: hsl(0, 0%, 120%);
}

.text-body {
  color: #ffffff;
}

.bg-tertiary {
  background-color: #89B334 !important;
}

.link-underline-tertiary {
  text-decoration: 1px underline #89B334 !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-tertiary:hover {
  text-decoration-color: rgb(176.9811125882, 197.4558441558, 135.5441558442) !important;
}

.link-tertiary {
  color: #89B334;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-tertiary:focus,
.link-tertiary:hover {
  color: rgb(182.974025974, 215.1558441558, 117.8441558442);
}

.text-tertiary {
  color: #89B334;
}

.bg-link-color {
  background-color: #34ACAD !important;
}

.link-underline-link-color {
  text-decoration: 1px underline #34ACAD !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-link-color:hover {
  text-decoration-color: rgb(132.5933333333, 193.8958126722, 194.4066666667) !important;
}

.link-link-color {
  color: #34ACAD;
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-link-color:focus,
.link-link-color:hover {
  color: rgb(114.2933333333, 211.8933333333, 212.7066666667);
}

.text-link-color {
  color: #34ACAD;
}

.bg-muted {
  background-color: rgba(172, 172, 172, 0.4666666667) !important;
}

.link-underline-muted {
  text-decoration: 1px underline rgba(172, 172, 172, 0.4666666667) !important;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}

.link-underline-muted:hover {
  text-decoration-color: rgba(223, 223, 223, 0.4666666667) !important;
}

.link-muted {
  color: rgba(172, 172, 172, 0.4666666667);
  cursor: pointer;
  text-decoration: unset;
  font-weight: 500;
}

.link-muted:focus,
.link-muted:hover {
  color: rgba(223, 223, 223, 0.4666666667);
}

.text-muted {
  color: rgba(172, 172, 172, 0.4666666667);
}

.w-1 {
  min-width: 1% !important;
  max-width: 1% !important;
}

.h-1 {
  min-height: 1% !important;
  max-height: 1% !important;
}

.w-1-em {
  min-width: 1em !important;
  max-width: 1em !important;
}

.min-w-1 {
  min-width: 1em !important;
}

.w-2 {
  min-width: 2% !important;
  max-width: 2% !important;
}

.h-2 {
  min-height: 2% !important;
  max-height: 2% !important;
}

.w-2-em {
  min-width: 2em !important;
  max-width: 2em !important;
}

.min-w-2 {
  min-width: 2em !important;
}

.w-3 {
  min-width: 3% !important;
  max-width: 3% !important;
}

.h-3 {
  min-height: 3% !important;
  max-height: 3% !important;
}

.w-3-em {
  min-width: 3em !important;
  max-width: 3em !important;
}

.min-w-3 {
  min-width: 3em !important;
}

.w-4 {
  min-width: 4% !important;
  max-width: 4% !important;
}

.h-4 {
  min-height: 4% !important;
  max-height: 4% !important;
}

.w-4-em {
  min-width: 4em !important;
  max-width: 4em !important;
}

.min-w-4 {
  min-width: 4em !important;
}

.w-5 {
  min-width: 5% !important;
  max-width: 5% !important;
}

.h-5 {
  min-height: 5% !important;
  max-height: 5% !important;
}

.w-5-em {
  min-width: 5em !important;
  max-width: 5em !important;
}

.min-w-5 {
  min-width: 5em !important;
}

.w-6 {
  min-width: 6% !important;
  max-width: 6% !important;
}

.h-6 {
  min-height: 6% !important;
  max-height: 6% !important;
}

.w-6-em {
  min-width: 6em !important;
  max-width: 6em !important;
}

.min-w-6 {
  min-width: 6em !important;
}

.w-7 {
  min-width: 7% !important;
  max-width: 7% !important;
}

.h-7 {
  min-height: 7% !important;
  max-height: 7% !important;
}

.w-7-em {
  min-width: 7em !important;
  max-width: 7em !important;
}

.min-w-7 {
  min-width: 7em !important;
}

.w-8 {
  min-width: 8% !important;
  max-width: 8% !important;
}

.h-8 {
  min-height: 8% !important;
  max-height: 8% !important;
}

.w-8-em {
  min-width: 8em !important;
  max-width: 8em !important;
}

.min-w-8 {
  min-width: 8em !important;
}

.w-9 {
  min-width: 9% !important;
  max-width: 9% !important;
}

.h-9 {
  min-height: 9% !important;
  max-height: 9% !important;
}

.w-9-em {
  min-width: 9em !important;
  max-width: 9em !important;
}

.min-w-9 {
  min-width: 9em !important;
}

.w-10 {
  min-width: 10% !important;
  max-width: 10% !important;
}

.h-10 {
  min-height: 10% !important;
  max-height: 10% !important;
}

.w-10-em {
  min-width: 10em !important;
  max-width: 10em !important;
}

.min-w-10 {
  min-width: 10em !important;
}

.w-11 {
  min-width: 11% !important;
  max-width: 11% !important;
}

.h-11 {
  min-height: 11% !important;
  max-height: 11% !important;
}

.w-11-em {
  min-width: 11em !important;
  max-width: 11em !important;
}

.min-w-11 {
  min-width: 11em !important;
}

.w-12 {
  min-width: 12% !important;
  max-width: 12% !important;
}

.h-12 {
  min-height: 12% !important;
  max-height: 12% !important;
}

.w-12-em {
  min-width: 12em !important;
  max-width: 12em !important;
}

.min-w-12 {
  min-width: 12em !important;
}

.w-13 {
  min-width: 13% !important;
  max-width: 13% !important;
}

.h-13 {
  min-height: 13% !important;
  max-height: 13% !important;
}

.w-13-em {
  min-width: 13em !important;
  max-width: 13em !important;
}

.min-w-13 {
  min-width: 13em !important;
}

.w-14 {
  min-width: 14% !important;
  max-width: 14% !important;
}

.h-14 {
  min-height: 14% !important;
  max-height: 14% !important;
}

.w-14-em {
  min-width: 14em !important;
  max-width: 14em !important;
}

.min-w-14 {
  min-width: 14em !important;
}

.w-15 {
  min-width: 15% !important;
  max-width: 15% !important;
}

.h-15 {
  min-height: 15% !important;
  max-height: 15% !important;
}

.w-15-em {
  min-width: 15em !important;
  max-width: 15em !important;
}

.min-w-15 {
  min-width: 15em !important;
}

.w-16 {
  min-width: 16% !important;
  max-width: 16% !important;
}

.h-16 {
  min-height: 16% !important;
  max-height: 16% !important;
}

.w-16-em {
  min-width: 16em !important;
  max-width: 16em !important;
}

.min-w-16 {
  min-width: 16em !important;
}

.w-17 {
  min-width: 17% !important;
  max-width: 17% !important;
}

.h-17 {
  min-height: 17% !important;
  max-height: 17% !important;
}

.w-17-em {
  min-width: 17em !important;
  max-width: 17em !important;
}

.min-w-17 {
  min-width: 17em !important;
}

.w-18 {
  min-width: 18% !important;
  max-width: 18% !important;
}

.h-18 {
  min-height: 18% !important;
  max-height: 18% !important;
}

.w-18-em {
  min-width: 18em !important;
  max-width: 18em !important;
}

.min-w-18 {
  min-width: 18em !important;
}

.w-19 {
  min-width: 19% !important;
  max-width: 19% !important;
}

.h-19 {
  min-height: 19% !important;
  max-height: 19% !important;
}

.w-19-em {
  min-width: 19em !important;
  max-width: 19em !important;
}

.min-w-19 {
  min-width: 19em !important;
}

.w-20 {
  min-width: 20% !important;
  max-width: 20% !important;
}

.h-20 {
  min-height: 20% !important;
  max-height: 20% !important;
}

.w-20-em {
  min-width: 20em !important;
  max-width: 20em !important;
}

.min-w-20 {
  min-width: 20em !important;
}

.w-21 {
  min-width: 21% !important;
  max-width: 21% !important;
}

.h-21 {
  min-height: 21% !important;
  max-height: 21% !important;
}

.w-21-em {
  min-width: 21em !important;
  max-width: 21em !important;
}

.min-w-21 {
  min-width: 21em !important;
}

.w-22 {
  min-width: 22% !important;
  max-width: 22% !important;
}

.h-22 {
  min-height: 22% !important;
  max-height: 22% !important;
}

.w-22-em {
  min-width: 22em !important;
  max-width: 22em !important;
}

.min-w-22 {
  min-width: 22em !important;
}

.w-23 {
  min-width: 23% !important;
  max-width: 23% !important;
}

.h-23 {
  min-height: 23% !important;
  max-height: 23% !important;
}

.w-23-em {
  min-width: 23em !important;
  max-width: 23em !important;
}

.min-w-23 {
  min-width: 23em !important;
}

.w-24 {
  min-width: 24% !important;
  max-width: 24% !important;
}

.h-24 {
  min-height: 24% !important;
  max-height: 24% !important;
}

.w-24-em {
  min-width: 24em !important;
  max-width: 24em !important;
}

.min-w-24 {
  min-width: 24em !important;
}

.w-25 {
  min-width: 25% !important;
  max-width: 25% !important;
}

.h-25 {
  min-height: 25% !important;
  max-height: 25% !important;
}

.w-25-em {
  min-width: 25em !important;
  max-width: 25em !important;
}

.min-w-25 {
  min-width: 25em !important;
}

.w-26 {
  min-width: 26% !important;
  max-width: 26% !important;
}

.h-26 {
  min-height: 26% !important;
  max-height: 26% !important;
}

.w-26-em {
  min-width: 26em !important;
  max-width: 26em !important;
}

.min-w-26 {
  min-width: 26em !important;
}

.w-27 {
  min-width: 27% !important;
  max-width: 27% !important;
}

.h-27 {
  min-height: 27% !important;
  max-height: 27% !important;
}

.w-27-em {
  min-width: 27em !important;
  max-width: 27em !important;
}

.min-w-27 {
  min-width: 27em !important;
}

.w-28 {
  min-width: 28% !important;
  max-width: 28% !important;
}

.h-28 {
  min-height: 28% !important;
  max-height: 28% !important;
}

.w-28-em {
  min-width: 28em !important;
  max-width: 28em !important;
}

.min-w-28 {
  min-width: 28em !important;
}

.w-29 {
  min-width: 29% !important;
  max-width: 29% !important;
}

.h-29 {
  min-height: 29% !important;
  max-height: 29% !important;
}

.w-29-em {
  min-width: 29em !important;
  max-width: 29em !important;
}

.min-w-29 {
  min-width: 29em !important;
}

.w-30 {
  min-width: 30% !important;
  max-width: 30% !important;
}

.h-30 {
  min-height: 30% !important;
  max-height: 30% !important;
}

.w-30-em {
  min-width: 30em !important;
  max-width: 30em !important;
}

.min-w-30 {
  min-width: 30em !important;
}

.w-31 {
  min-width: 31% !important;
  max-width: 31% !important;
}

.h-31 {
  min-height: 31% !important;
  max-height: 31% !important;
}

.w-31-em {
  min-width: 31em !important;
  max-width: 31em !important;
}

.min-w-31 {
  min-width: 31em !important;
}

.w-32 {
  min-width: 32% !important;
  max-width: 32% !important;
}

.h-32 {
  min-height: 32% !important;
  max-height: 32% !important;
}

.w-32-em {
  min-width: 32em !important;
  max-width: 32em !important;
}

.min-w-32 {
  min-width: 32em !important;
}

.w-33 {
  min-width: 33% !important;
  max-width: 33% !important;
}

.h-33 {
  min-height: 33% !important;
  max-height: 33% !important;
}

.w-33-em {
  min-width: 33em !important;
  max-width: 33em !important;
}

.min-w-33 {
  min-width: 33em !important;
}

.w-34 {
  min-width: 34% !important;
  max-width: 34% !important;
}

.h-34 {
  min-height: 34% !important;
  max-height: 34% !important;
}

.w-34-em {
  min-width: 34em !important;
  max-width: 34em !important;
}

.min-w-34 {
  min-width: 34em !important;
}

.w-35 {
  min-width: 35% !important;
  max-width: 35% !important;
}

.h-35 {
  min-height: 35% !important;
  max-height: 35% !important;
}

.w-35-em {
  min-width: 35em !important;
  max-width: 35em !important;
}

.min-w-35 {
  min-width: 35em !important;
}

.w-36 {
  min-width: 36% !important;
  max-width: 36% !important;
}

.h-36 {
  min-height: 36% !important;
  max-height: 36% !important;
}

.w-36-em {
  min-width: 36em !important;
  max-width: 36em !important;
}

.min-w-36 {
  min-width: 36em !important;
}

.w-37 {
  min-width: 37% !important;
  max-width: 37% !important;
}

.h-37 {
  min-height: 37% !important;
  max-height: 37% !important;
}

.w-37-em {
  min-width: 37em !important;
  max-width: 37em !important;
}

.min-w-37 {
  min-width: 37em !important;
}

.w-38 {
  min-width: 38% !important;
  max-width: 38% !important;
}

.h-38 {
  min-height: 38% !important;
  max-height: 38% !important;
}

.w-38-em {
  min-width: 38em !important;
  max-width: 38em !important;
}

.min-w-38 {
  min-width: 38em !important;
}

.w-39 {
  min-width: 39% !important;
  max-width: 39% !important;
}

.h-39 {
  min-height: 39% !important;
  max-height: 39% !important;
}

.w-39-em {
  min-width: 39em !important;
  max-width: 39em !important;
}

.min-w-39 {
  min-width: 39em !important;
}

.w-40 {
  min-width: 40% !important;
  max-width: 40% !important;
}

.h-40 {
  min-height: 40% !important;
  max-height: 40% !important;
}

.w-40-em {
  min-width: 40em !important;
  max-width: 40em !important;
}

.min-w-40 {
  min-width: 40em !important;
}

.w-41 {
  min-width: 41% !important;
  max-width: 41% !important;
}

.h-41 {
  min-height: 41% !important;
  max-height: 41% !important;
}

.w-41-em {
  min-width: 41em !important;
  max-width: 41em !important;
}

.min-w-41 {
  min-width: 41em !important;
}

.w-42 {
  min-width: 42% !important;
  max-width: 42% !important;
}

.h-42 {
  min-height: 42% !important;
  max-height: 42% !important;
}

.w-42-em {
  min-width: 42em !important;
  max-width: 42em !important;
}

.min-w-42 {
  min-width: 42em !important;
}

.w-43 {
  min-width: 43% !important;
  max-width: 43% !important;
}

.h-43 {
  min-height: 43% !important;
  max-height: 43% !important;
}

.w-43-em {
  min-width: 43em !important;
  max-width: 43em !important;
}

.min-w-43 {
  min-width: 43em !important;
}

.w-44 {
  min-width: 44% !important;
  max-width: 44% !important;
}

.h-44 {
  min-height: 44% !important;
  max-height: 44% !important;
}

.w-44-em {
  min-width: 44em !important;
  max-width: 44em !important;
}

.min-w-44 {
  min-width: 44em !important;
}

.w-45 {
  min-width: 45% !important;
  max-width: 45% !important;
}

.h-45 {
  min-height: 45% !important;
  max-height: 45% !important;
}

.w-45-em {
  min-width: 45em !important;
  max-width: 45em !important;
}

.min-w-45 {
  min-width: 45em !important;
}

.w-46 {
  min-width: 46% !important;
  max-width: 46% !important;
}

.h-46 {
  min-height: 46% !important;
  max-height: 46% !important;
}

.w-46-em {
  min-width: 46em !important;
  max-width: 46em !important;
}

.min-w-46 {
  min-width: 46em !important;
}

.w-47 {
  min-width: 47% !important;
  max-width: 47% !important;
}

.h-47 {
  min-height: 47% !important;
  max-height: 47% !important;
}

.w-47-em {
  min-width: 47em !important;
  max-width: 47em !important;
}

.min-w-47 {
  min-width: 47em !important;
}

.w-48 {
  min-width: 48% !important;
  max-width: 48% !important;
}

.h-48 {
  min-height: 48% !important;
  max-height: 48% !important;
}

.w-48-em {
  min-width: 48em !important;
  max-width: 48em !important;
}

.min-w-48 {
  min-width: 48em !important;
}

.w-49 {
  min-width: 49% !important;
  max-width: 49% !important;
}

.h-49 {
  min-height: 49% !important;
  max-height: 49% !important;
}

.w-49-em {
  min-width: 49em !important;
  max-width: 49em !important;
}

.min-w-49 {
  min-width: 49em !important;
}

.w-50 {
  min-width: 50% !important;
  max-width: 50% !important;
}

.h-50 {
  min-height: 50% !important;
  max-height: 50% !important;
}

.w-50-em {
  min-width: 50em !important;
  max-width: 50em !important;
}

.min-w-50 {
  min-width: 50em !important;
}

.w-51 {
  min-width: 51% !important;
  max-width: 51% !important;
}

.h-51 {
  min-height: 51% !important;
  max-height: 51% !important;
}

.w-51-em {
  min-width: 51em !important;
  max-width: 51em !important;
}

.min-w-51 {
  min-width: 51em !important;
}

.w-52 {
  min-width: 52% !important;
  max-width: 52% !important;
}

.h-52 {
  min-height: 52% !important;
  max-height: 52% !important;
}

.w-52-em {
  min-width: 52em !important;
  max-width: 52em !important;
}

.min-w-52 {
  min-width: 52em !important;
}

.w-53 {
  min-width: 53% !important;
  max-width: 53% !important;
}

.h-53 {
  min-height: 53% !important;
  max-height: 53% !important;
}

.w-53-em {
  min-width: 53em !important;
  max-width: 53em !important;
}

.min-w-53 {
  min-width: 53em !important;
}

.w-54 {
  min-width: 54% !important;
  max-width: 54% !important;
}

.h-54 {
  min-height: 54% !important;
  max-height: 54% !important;
}

.w-54-em {
  min-width: 54em !important;
  max-width: 54em !important;
}

.min-w-54 {
  min-width: 54em !important;
}

.w-55 {
  min-width: 55% !important;
  max-width: 55% !important;
}

.h-55 {
  min-height: 55% !important;
  max-height: 55% !important;
}

.w-55-em {
  min-width: 55em !important;
  max-width: 55em !important;
}

.min-w-55 {
  min-width: 55em !important;
}

.w-56 {
  min-width: 56% !important;
  max-width: 56% !important;
}

.h-56 {
  min-height: 56% !important;
  max-height: 56% !important;
}

.w-56-em {
  min-width: 56em !important;
  max-width: 56em !important;
}

.min-w-56 {
  min-width: 56em !important;
}

.w-57 {
  min-width: 57% !important;
  max-width: 57% !important;
}

.h-57 {
  min-height: 57% !important;
  max-height: 57% !important;
}

.w-57-em {
  min-width: 57em !important;
  max-width: 57em !important;
}

.min-w-57 {
  min-width: 57em !important;
}

.w-58 {
  min-width: 58% !important;
  max-width: 58% !important;
}

.h-58 {
  min-height: 58% !important;
  max-height: 58% !important;
}

.w-58-em {
  min-width: 58em !important;
  max-width: 58em !important;
}

.min-w-58 {
  min-width: 58em !important;
}

.w-59 {
  min-width: 59% !important;
  max-width: 59% !important;
}

.h-59 {
  min-height: 59% !important;
  max-height: 59% !important;
}

.w-59-em {
  min-width: 59em !important;
  max-width: 59em !important;
}

.min-w-59 {
  min-width: 59em !important;
}

.w-60 {
  min-width: 60% !important;
  max-width: 60% !important;
}

.h-60 {
  min-height: 60% !important;
  max-height: 60% !important;
}

.w-60-em {
  min-width: 60em !important;
  max-width: 60em !important;
}

.min-w-60 {
  min-width: 60em !important;
}

.w-61 {
  min-width: 61% !important;
  max-width: 61% !important;
}

.h-61 {
  min-height: 61% !important;
  max-height: 61% !important;
}

.w-61-em {
  min-width: 61em !important;
  max-width: 61em !important;
}

.min-w-61 {
  min-width: 61em !important;
}

.w-62 {
  min-width: 62% !important;
  max-width: 62% !important;
}

.h-62 {
  min-height: 62% !important;
  max-height: 62% !important;
}

.w-62-em {
  min-width: 62em !important;
  max-width: 62em !important;
}

.min-w-62 {
  min-width: 62em !important;
}

.w-63 {
  min-width: 63% !important;
  max-width: 63% !important;
}

.h-63 {
  min-height: 63% !important;
  max-height: 63% !important;
}

.w-63-em {
  min-width: 63em !important;
  max-width: 63em !important;
}

.min-w-63 {
  min-width: 63em !important;
}

.w-64 {
  min-width: 64% !important;
  max-width: 64% !important;
}

.h-64 {
  min-height: 64% !important;
  max-height: 64% !important;
}

.w-64-em {
  min-width: 64em !important;
  max-width: 64em !important;
}

.min-w-64 {
  min-width: 64em !important;
}

.w-65 {
  min-width: 65% !important;
  max-width: 65% !important;
}

.h-65 {
  min-height: 65% !important;
  max-height: 65% !important;
}

.w-65-em {
  min-width: 65em !important;
  max-width: 65em !important;
}

.min-w-65 {
  min-width: 65em !important;
}

.w-66 {
  min-width: 66% !important;
  max-width: 66% !important;
}

.h-66 {
  min-height: 66% !important;
  max-height: 66% !important;
}

.w-66-em {
  min-width: 66em !important;
  max-width: 66em !important;
}

.min-w-66 {
  min-width: 66em !important;
}

.w-67 {
  min-width: 67% !important;
  max-width: 67% !important;
}

.h-67 {
  min-height: 67% !important;
  max-height: 67% !important;
}

.w-67-em {
  min-width: 67em !important;
  max-width: 67em !important;
}

.min-w-67 {
  min-width: 67em !important;
}

.w-68 {
  min-width: 68% !important;
  max-width: 68% !important;
}

.h-68 {
  min-height: 68% !important;
  max-height: 68% !important;
}

.w-68-em {
  min-width: 68em !important;
  max-width: 68em !important;
}

.min-w-68 {
  min-width: 68em !important;
}

.w-69 {
  min-width: 69% !important;
  max-width: 69% !important;
}

.h-69 {
  min-height: 69% !important;
  max-height: 69% !important;
}

.w-69-em {
  min-width: 69em !important;
  max-width: 69em !important;
}

.min-w-69 {
  min-width: 69em !important;
}

.w-70 {
  min-width: 70% !important;
  max-width: 70% !important;
}

.h-70 {
  min-height: 70% !important;
  max-height: 70% !important;
}

.w-70-em {
  min-width: 70em !important;
  max-width: 70em !important;
}

.min-w-70 {
  min-width: 70em !important;
}

.w-71 {
  min-width: 71% !important;
  max-width: 71% !important;
}

.h-71 {
  min-height: 71% !important;
  max-height: 71% !important;
}

.w-71-em {
  min-width: 71em !important;
  max-width: 71em !important;
}

.min-w-71 {
  min-width: 71em !important;
}

.w-72 {
  min-width: 72% !important;
  max-width: 72% !important;
}

.h-72 {
  min-height: 72% !important;
  max-height: 72% !important;
}

.w-72-em {
  min-width: 72em !important;
  max-width: 72em !important;
}

.min-w-72 {
  min-width: 72em !important;
}

.w-73 {
  min-width: 73% !important;
  max-width: 73% !important;
}

.h-73 {
  min-height: 73% !important;
  max-height: 73% !important;
}

.w-73-em {
  min-width: 73em !important;
  max-width: 73em !important;
}

.min-w-73 {
  min-width: 73em !important;
}

.w-74 {
  min-width: 74% !important;
  max-width: 74% !important;
}

.h-74 {
  min-height: 74% !important;
  max-height: 74% !important;
}

.w-74-em {
  min-width: 74em !important;
  max-width: 74em !important;
}

.min-w-74 {
  min-width: 74em !important;
}

.w-75 {
  min-width: 75% !important;
  max-width: 75% !important;
}

.h-75 {
  min-height: 75% !important;
  max-height: 75% !important;
}

.w-75-em {
  min-width: 75em !important;
  max-width: 75em !important;
}

.min-w-75 {
  min-width: 75em !important;
}

.w-76 {
  min-width: 76% !important;
  max-width: 76% !important;
}

.h-76 {
  min-height: 76% !important;
  max-height: 76% !important;
}

.w-76-em {
  min-width: 76em !important;
  max-width: 76em !important;
}

.min-w-76 {
  min-width: 76em !important;
}

.w-77 {
  min-width: 77% !important;
  max-width: 77% !important;
}

.h-77 {
  min-height: 77% !important;
  max-height: 77% !important;
}

.w-77-em {
  min-width: 77em !important;
  max-width: 77em !important;
}

.min-w-77 {
  min-width: 77em !important;
}

.w-78 {
  min-width: 78% !important;
  max-width: 78% !important;
}

.h-78 {
  min-height: 78% !important;
  max-height: 78% !important;
}

.w-78-em {
  min-width: 78em !important;
  max-width: 78em !important;
}

.min-w-78 {
  min-width: 78em !important;
}

.w-79 {
  min-width: 79% !important;
  max-width: 79% !important;
}

.h-79 {
  min-height: 79% !important;
  max-height: 79% !important;
}

.w-79-em {
  min-width: 79em !important;
  max-width: 79em !important;
}

.min-w-79 {
  min-width: 79em !important;
}

.w-80 {
  min-width: 80% !important;
  max-width: 80% !important;
}

.h-80 {
  min-height: 80% !important;
  max-height: 80% !important;
}

.w-80-em {
  min-width: 80em !important;
  max-width: 80em !important;
}

.min-w-80 {
  min-width: 80em !important;
}

.w-81 {
  min-width: 81% !important;
  max-width: 81% !important;
}

.h-81 {
  min-height: 81% !important;
  max-height: 81% !important;
}

.w-81-em {
  min-width: 81em !important;
  max-width: 81em !important;
}

.min-w-81 {
  min-width: 81em !important;
}

.w-82 {
  min-width: 82% !important;
  max-width: 82% !important;
}

.h-82 {
  min-height: 82% !important;
  max-height: 82% !important;
}

.w-82-em {
  min-width: 82em !important;
  max-width: 82em !important;
}

.min-w-82 {
  min-width: 82em !important;
}

.w-83 {
  min-width: 83% !important;
  max-width: 83% !important;
}

.h-83 {
  min-height: 83% !important;
  max-height: 83% !important;
}

.w-83-em {
  min-width: 83em !important;
  max-width: 83em !important;
}

.min-w-83 {
  min-width: 83em !important;
}

.w-84 {
  min-width: 84% !important;
  max-width: 84% !important;
}

.h-84 {
  min-height: 84% !important;
  max-height: 84% !important;
}

.w-84-em {
  min-width: 84em !important;
  max-width: 84em !important;
}

.min-w-84 {
  min-width: 84em !important;
}

.w-85 {
  min-width: 85% !important;
  max-width: 85% !important;
}

.h-85 {
  min-height: 85% !important;
  max-height: 85% !important;
}

.w-85-em {
  min-width: 85em !important;
  max-width: 85em !important;
}

.min-w-85 {
  min-width: 85em !important;
}

.w-86 {
  min-width: 86% !important;
  max-width: 86% !important;
}

.h-86 {
  min-height: 86% !important;
  max-height: 86% !important;
}

.w-86-em {
  min-width: 86em !important;
  max-width: 86em !important;
}

.min-w-86 {
  min-width: 86em !important;
}

.w-87 {
  min-width: 87% !important;
  max-width: 87% !important;
}

.h-87 {
  min-height: 87% !important;
  max-height: 87% !important;
}

.w-87-em {
  min-width: 87em !important;
  max-width: 87em !important;
}

.min-w-87 {
  min-width: 87em !important;
}

.w-88 {
  min-width: 88% !important;
  max-width: 88% !important;
}

.h-88 {
  min-height: 88% !important;
  max-height: 88% !important;
}

.w-88-em {
  min-width: 88em !important;
  max-width: 88em !important;
}

.min-w-88 {
  min-width: 88em !important;
}

.w-89 {
  min-width: 89% !important;
  max-width: 89% !important;
}

.h-89 {
  min-height: 89% !important;
  max-height: 89% !important;
}

.w-89-em {
  min-width: 89em !important;
  max-width: 89em !important;
}

.min-w-89 {
  min-width: 89em !important;
}

.w-90 {
  min-width: 90% !important;
  max-width: 90% !important;
}

.h-90 {
  min-height: 90% !important;
  max-height: 90% !important;
}

.w-90-em {
  min-width: 90em !important;
  max-width: 90em !important;
}

.min-w-90 {
  min-width: 90em !important;
}

.w-91 {
  min-width: 91% !important;
  max-width: 91% !important;
}

.h-91 {
  min-height: 91% !important;
  max-height: 91% !important;
}

.w-91-em {
  min-width: 91em !important;
  max-width: 91em !important;
}

.min-w-91 {
  min-width: 91em !important;
}

.w-92 {
  min-width: 92% !important;
  max-width: 92% !important;
}

.h-92 {
  min-height: 92% !important;
  max-height: 92% !important;
}

.w-92-em {
  min-width: 92em !important;
  max-width: 92em !important;
}

.min-w-92 {
  min-width: 92em !important;
}

.w-93 {
  min-width: 93% !important;
  max-width: 93% !important;
}

.h-93 {
  min-height: 93% !important;
  max-height: 93% !important;
}

.w-93-em {
  min-width: 93em !important;
  max-width: 93em !important;
}

.min-w-93 {
  min-width: 93em !important;
}

.w-94 {
  min-width: 94% !important;
  max-width: 94% !important;
}

.h-94 {
  min-height: 94% !important;
  max-height: 94% !important;
}

.w-94-em {
  min-width: 94em !important;
  max-width: 94em !important;
}

.min-w-94 {
  min-width: 94em !important;
}

.w-95 {
  min-width: 95% !important;
  max-width: 95% !important;
}

.h-95 {
  min-height: 95% !important;
  max-height: 95% !important;
}

.w-95-em {
  min-width: 95em !important;
  max-width: 95em !important;
}

.min-w-95 {
  min-width: 95em !important;
}

.w-96 {
  min-width: 96% !important;
  max-width: 96% !important;
}

.h-96 {
  min-height: 96% !important;
  max-height: 96% !important;
}

.w-96-em {
  min-width: 96em !important;
  max-width: 96em !important;
}

.min-w-96 {
  min-width: 96em !important;
}

.w-97 {
  min-width: 97% !important;
  max-width: 97% !important;
}

.h-97 {
  min-height: 97% !important;
  max-height: 97% !important;
}

.w-97-em {
  min-width: 97em !important;
  max-width: 97em !important;
}

.min-w-97 {
  min-width: 97em !important;
}

.w-98 {
  min-width: 98% !important;
  max-width: 98% !important;
}

.h-98 {
  min-height: 98% !important;
  max-height: 98% !important;
}

.w-98-em {
  min-width: 98em !important;
  max-width: 98em !important;
}

.min-w-98 {
  min-width: 98em !important;
}

.w-99 {
  min-width: 99% !important;
  max-width: 99% !important;
}

.h-99 {
  min-height: 99% !important;
  max-height: 99% !important;
}

.w-99-em {
  min-width: 99em !important;
  max-width: 99em !important;
}

.min-w-99 {
  min-width: 99em !important;
}

.w-100 {
  min-width: 100% !important;
  max-width: 100% !important;
}

.h-100 {
  min-height: 100% !important;
  max-height: 100% !important;
}

.w-100-em {
  min-width: 100em !important;
  max-width: 100em !important;
}

.min-w-100 {
  min-width: 100em !important;
}

.vertical-spacer-1x {
  min-height: 1em;
}

.vertical-spacer-1x:before {
  content: " ";
}

.vertical-spacer-2x {
  min-height: 2em;
}

.vertical-spacer-2x:before {
  content: " ";
}

.vertical-spacer-3x {
  min-height: 3em;
}

.vertical-spacer-3x:before {
  content: " ";
}

.vertical-spacer-4x {
  min-height: 4em;
}

.vertical-spacer-4x:before {
  content: " ";
}

.vertical-spacer-5x {
  min-height: 5em;
}

.vertical-spacer-5x:before {
  content: " ";
}

.vertical-spacer-6x {
  min-height: 6em;
}

.vertical-spacer-6x:before {
  content: " ";
}

.vertical-spacer-7x {
  min-height: 7em;
}

.vertical-spacer-7x:before {
  content: " ";
}

.vertical-spacer-8x {
  min-height: 8em;
}

.vertical-spacer-8x:before {
  content: " ";
}

.vertical-spacer-9x {
  min-height: 9em;
}

.vertical-spacer-9x:before {
  content: " ";
}

.vertical-spacer-10x {
  min-height: 10em;
}

.vertical-spacer-10x:before {
  content: " ";
}

.vertical-spacer-11x {
  min-height: 11em;
}

.vertical-spacer-11x:before {
  content: " ";
}

.vertical-spacer-12x {
  min-height: 12em;
}

.vertical-spacer-12x:before {
  content: " ";
}

.vertical-spacer-13x {
  min-height: 13em;
}

.vertical-spacer-13x:before {
  content: " ";
}

.vertical-spacer-14x {
  min-height: 14em;
}

.vertical-spacer-14x:before {
  content: " ";
}

.vertical-spacer-15x {
  min-height: 15em;
}

.vertical-spacer-15x:before {
  content: " ";
}

.vertical-spacer-16x {
  min-height: 16em;
}

.vertical-spacer-16x:before {
  content: " ";
}

.vertical-spacer-17x {
  min-height: 17em;
}

.vertical-spacer-17x:before {
  content: " ";
}

.vertical-spacer-18x {
  min-height: 18em;
}

.vertical-spacer-18x:before {
  content: " ";
}

.vertical-spacer-19x {
  min-height: 19em;
}

.vertical-spacer-19x:before {
  content: " ";
}

.vertical-spacer-20x {
  min-height: 20em;
}

.vertical-spacer-20x:before {
  content: " ";
}

.vertical-spacer-21x {
  min-height: 21em;
}

.vertical-spacer-21x:before {
  content: " ";
}

.vertical-spacer-22x {
  min-height: 22em;
}

.vertical-spacer-22x:before {
  content: " ";
}

.vertical-spacer-23x {
  min-height: 23em;
}

.vertical-spacer-23x:before {
  content: " ";
}

.vertical-spacer-24x {
  min-height: 24em;
}

.vertical-spacer-24x:before {
  content: " ";
}

.vertical-spacer-25x {
  min-height: 25em;
}

.vertical-spacer-25x:before {
  content: " ";
}

.vertical-spacer-26x {
  min-height: 26em;
}

.vertical-spacer-26x:before {
  content: " ";
}

.vertical-spacer-27x {
  min-height: 27em;
}

.vertical-spacer-27x:before {
  content: " ";
}

.vertical-spacer-28x {
  min-height: 28em;
}

.vertical-spacer-28x:before {
  content: " ";
}

.vertical-spacer-29x {
  min-height: 29em;
}

.vertical-spacer-29x:before {
  content: " ";
}

.vertical-spacer-30x {
  min-height: 30em;
}

.vertical-spacer-30x:before {
  content: " ";
}

.vertical-spacer-31x {
  min-height: 31em;
}

.vertical-spacer-31x:before {
  content: " ";
}

.vertical-spacer-32x {
  min-height: 32em;
}

.vertical-spacer-32x:before {
  content: " ";
}

.vertical-spacer-33x {
  min-height: 33em;
}

.vertical-spacer-33x:before {
  content: " ";
}

.vertical-spacer-34x {
  min-height: 34em;
}

.vertical-spacer-34x:before {
  content: " ";
}

.vertical-spacer-35x {
  min-height: 35em;
}

.vertical-spacer-35x:before {
  content: " ";
}

.vertical-spacer-36x {
  min-height: 36em;
}

.vertical-spacer-36x:before {
  content: " ";
}

.vertical-spacer-37x {
  min-height: 37em;
}

.vertical-spacer-37x:before {
  content: " ";
}

.vertical-spacer-38x {
  min-height: 38em;
}

.vertical-spacer-38x:before {
  content: " ";
}

.vertical-spacer-39x {
  min-height: 39em;
}

.vertical-spacer-39x:before {
  content: " ";
}

.vertical-spacer-40x {
  min-height: 40em;
}

.vertical-spacer-40x:before {
  content: " ";
}

.scrollbar-thin {
  scrollbar-width: thin;
}

.scrollbar-none {
  scrollbar-width: none !important;
}

.d-contents {
  display: contents;
}

.menu-modal .hide {
  display: none !important;
}
.menu-modal .modal-dialog {
  position: relative;
  margin-block: auto;
}
.menu-modal .modal-content {
  color: #3e6f7a;
  background: #ffffff;
  box-shadow: 2px 2px 8px -1px #495057, 3px 3px 2px -1px inset #e9e9e9;
  padding: 1em;
  border-radius: 0.5em;
  min-height: 33vh;
  min-width: 36em;
  width: 36em;
  max-width: 50vw;
}
@media (max-width: 800px) {
  .menu-modal .modal-content {
    width: auto !important;
  }
}
.menu-modal .menu-text {
  font-size: 14pt;
  font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-weight: 400;
  padding-inline: 0.5em;
  display: flex;
  margin-top: 1em;
  margin-bottom: 2em;
  margin-inline: auto;
}
.menu-modal .modal-backdrop {
  background-color: rgba(51, 51, 51, 0.4666666667);
  display: flex;
  align-content: center;
  justify-content: center;
}
.menu-modal .modal-header, .menu-modal .modal-footer {
  border: none;
}
.menu-modal .modal-header .btn-close {
  position: absolute;
  right: 1em;
  top: 1em;
}

dialog {
  position: absolute;
  top: 30%;
  border: none;
  outline: 1px solid #d1dfdf;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0;
}
dialog .edit-content {
  margin: 0;
  padding: 0;
}
dialog .edit-header {
  margin: 0;
  padding: 0.5em;
  display: flex;
  width: 100%;
  border: 1px solid #d1dfdf;
  background-color: #3e6f7a;
  color: #fff;
  align-items: end;
  border-start-start-radius: 5px;
  border-start-end-radius: 5px;
}
dialog .edit-body {
  padding: 1em;
  display: flex;
  flex-direction: column;
}
dialog .edit-title {
  padding-inline-start: 0.5em;
}

#global-producer-modal {
  --bs-modal-width: fit-content;
}
@media (max-width: 768px) {
  #global-producer-modal {
    --bs-modal-width: 98%;
  }
}

.dropdown-scroll {
  max-height: 25em;
  padding: 0.75em 1em 0 1em;
  overflow-y: scroll;
  scrollbar-width: thin;
}

a:any-link.link {
  text-decoration: unset;
}
a:any-link.link:hover {
  text-decoration: underline;
}

.link-primary {
  color: rgb(115.4458695652, 181.2759492754, 196.0541304348) !important;
}

.form-check:hover > input {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check input, .form-check label {
  cursor: pointer !important;
}
.form-check input {
  outline: 1px solid #636363;
}
.form-check input:checked {
  background-color: #3e6f7a !important;
}
.form-check input:checked:hover {
  cursor: pointer !important;
}

.click-to-edit {
  min-height: 2em;
  max-height: 2em;
  flex-wrap: nowrap;
}
.click-to-edit input {
  line-height: 1em;
  padding-block: 5px;
  height: inherit;
}
.click-to-edit .btn {
  height: 100%;
}
.click-to-edit:hover {
  cursor: pointer;
}

.form-control, .form-select, dropdown > button, .form-floating {
  text-align: left;
}

@font-face {
  font-family: "super-clarendon-bold";
  src: url("../fonts/super-clarendon-bold.woff2") format("woff2");
}
@font-face {
  font-family: "super-clarendon-bold-italic";
  src: url("../fonts/super-clarendon-bold-italic.woff2") format("woff2");
}
@font-face {
  font-family: "super-clarendon-light";
  src: url("../fonts/super-clarendon-light.woff2") format("woff2");
}
@font-face {
  font-family: "super-clarendon-light-italic";
  src: url("../fonts/super-clarendon-light-italic.woff2") format("woff2");
}
@font-face {
  font-family: "super-clarendon-regular";
  src: url("../fonts/super-clarendon-regular.woff2") format("woff2");
}
@font-face {
  font-family: "super-clarendon-regular-bold";
  src: url("../fonts/super-clarendon-regular-bold.woff2") format("woff2");
}
@font-face {
  font-family: "super-clarendon-regular-bold-italic";
  src: url("../fonts/super-clarendon-regular-bold-italic.woff2") format("woff2");
}
@font-face {
  font-family: "super-clarendon-regular-italic";
  src: url("../fonts/super-clarendon-regular-italic.woff2") format("woff2");
}
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../../lib/bootstrap-icons/font/fonts/bootstrap-icons.woff2") format("woff2"), url("../../lib/bootstrap-icons/font/fonts/bootstrap-icons.woff") format("woff");
}
.table-lfm {
  --bs-table-color: #fff;
  --bs-table-bg: #3e6f7a;
  --bs-table-border-color: rgb(100.6, 139.8, 148.6);
  --bs-table-striped-bg: rgb(71.65, 118.2, 128.65);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(81.3, 125.4, 135.3);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(76.475, 121.8, 131.975);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-lfm-light {
  --bs-table-color: #000;
  --bs-table-bg: #d1dfdf;
  --bs-table-border-color: rgb(167.2, 178.4, 178.4);
  --bs-table-striped-bg: rgb(198.55, 211.85, 211.85);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 200.7, 200.7);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 206.275, 206.275);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

table.table-condensed tr td, table.table-condensed tr th {
  font-size: 11pt;
  padding-inline: 0.5em;
  padding-block: 0.25em;
}

.fit-table-width {
  max-width: 75%;
  min-width: 50%;
}

@media (max-width: 740px) {
  .fit-table-width {
    min-width: min-content;
  }
}
.table-min {
  min-width: 50%;
}

#err-table {
  max-width: 90%;
  font-size: 9pt;
  margin-inline: auto;
}

tr.total-row > th, tr.total-row > td {
  border: 1px solid var(--bs-gray-400);
  border-top: 2px solid var(--bs-primary);
  background-color: var(--bs-info-bg-subtle);
}

.mapping-table {
  max-width: 40%;
  max-width: 40%;
  max-height: 60em;
  overflow-y: scroll;
  margin-inline: auto;
  outline: 2px solid var(--bs-primary);
  outline-offset: 10px;
}

thead:has(.sticky-header) {
  position: sticky;
  top: 0;
}
thead:has(.sticky-header) > tbody > tr > th {
  position: sticky;
  left: 0;
}

#table-wrap {
  scrollbar-width: thin;
  max-height: 75vh;
  max-width: 90vw;
}

tfoot:has(.sticky-foot) {
  position: sticky;
  bottom: 0;
  z-index: 5;
  border-top: 2px solid black;
}

.table-special-bg {
  background-color: #E3EAF3 !important;
}

.table-total-bg {
  background-color: #dedede !important;
}

.success-reports-table {
  border-collapse: collapse;
}
.success-reports-table td, .success-reports-table th {
  padding-block: 0px;
  font-size-adjust: 0.47;
  line-height: 1.1;
}

.reports-filter-bar {
  background-color: #d1dfdf;
  display: flex;
  margin-inline: 0;
  margin-block: 1em;
  padding: 0.25em;
  padding-top: 8px;
}

.table .border-collapse {
  border-collapse: collapse;
}

/* #region Network Table*/
.network-table .btn {
  padding-block: 2px;
  margin-block: 1px;
}
.network-table > thead > tr > th {
  align-content: center;
  background-color: #e9ecef;
  color: #3e6f7a;
  padding-block: 6px;
  font-size: 14pt;
}
.network-table tbody > tr > td {
  align-content: center;
  height: 1.75em;
}

/* #endregion */
/* #region Quickgrid */
table.quickgrid {
  flex-shrink: 4;
  font-size-adjust: 0.45;
}
table.quickgrid .col-title {
  font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-weight: 600;
  border: none;
  background-color: transparent;
  display: flex;
  width: 100%;
}
table.quickgrid .col-title-text {
  white-space: break-spaces;
  text-align: left;
  width: fit-content;
}
table.quickgrid .sort-indicator {
  color: black !important;
  position: relative;
  padding-inline-start: 5px;
  width: 0;
}
table.quickgrid .sort-indicator::before {
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table.quickgrid th {
  align-content: center;
  background-color: #d1dfdf;
  color: #000;
}
table.quickgrid tr::before {
  height: 1.8rem;
}
table.quickgrid td {
  border-width: 1px;
}

.quickgrid > thead > tr > th.col-sort-desc > div > button > div.sort-indicator::before {
  content: "\f286" !important;
}

.quickgrid > thead > tr > th.col-sort-asc > div > button > div.sort-indicator::before {
  content: "\f282";
}

.pagination-text {
  margin: 0 0.5rem;
}

.paginator-btn {
  border: 0;
  background: none center center/1rem no-repeat;
  width: 2rem;
  height: 2rem;
}

.paginator-btn[disabled] {
  opacity: 0.4;
}

.paginator-btn:not([disabled]):hover {
  background-color: #eee;
}

.paginator-btn:not([disabled]):active {
  background-color: #aaa;
}

.go-first, .go-last {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90) scale(0.8)" transform-origin="12 12"><path d="m 2,1.5 l 10,17.5 l 10,-17.5 l -10,7.75 l -10,-7.75 z"/><rect height="2" width="20" y="20.5" x="2"/></g></svg>');
}

.go-previous, .go-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90)" transform-origin="12 12"><path d="M 2 3.25 L 12 20.75 L 22 3.25 L 12 11 z" /></g></svg>');
}

.go-next, .go-last {
  transform: scaleX(-1);
}

#reports_wrapper .dt-search {
  margin-inline: 1rem;
}

/* #endregion */
.nav-tabs {
  gap: 0.125em;
}
.nav-tabs > .nav-item > .nav-link {
  border: 1px solid #3e6f7a;
  background-color: #f8f9fa;
}
.nav-tabs > .nav-item > .nav-link.active {
  background-color: #3e6f7a;
  color: white;
}

.nav-underline {
  padding-bottom: 1em;
}
.nav-underline > .nav-item > .nav-link {
  padding-inline: 0.25em;
}

.nav-tabs, .nav-underline {
  user-select: none;
}
.nav-tabs > .nav-item, .nav-underline > .nav-item {
  text-wrap: nowrap;
  line-height: 1em;
}
.nav-tabs > .nav-item:hover > .nav-link, .nav-underline > .nav-item:hover > .nav-link {
  cursor: pointer;
  filter: opacity(0.8);
}

.toastr {
  --toast-width: 25em;
  --toast-transition: all 1s ease-in-out;
  max-width: var(--toast-width);
  min-width: var(--toast-width);
  margin: 2em;
  position: fixed;
  font-family: "poppins";
  border-radius: 2px !important;
  transition: var(--toast-transition);
}

.bottom {
  bottom: 5em !important;
}

.top {
  top: 5em !important;
}

.right {
  left: unset !important;
  right: 5em !important;
}

.left {
  left: 5em !important;
}

/*
.toast-default {
    display: initial;
    background-color: transparent;
    transform: translateY(50%);
    visibility: hidden !important;
    transition: all 1s ease-in-out;
}
*/
.toast-danger .close i {
  color: white !important;
  padding-block: 0;
  filter: contrast(2);
}

.toast-danger .close:hover i {
  filter: hue-rotate(15deg) contrast(1.5);
}

.toast-success .close i {
  filter: contrast(2);
  font-weight: 800;
}

.toast-success .close:hover i {
  filter: hue-rotate(20deg) contrast(1.5);
  color: white !important;
}

.toast-success {
  color: white !important;
  background-color: var(--bs-success) !important;
  border: 1px solid !important;
  border-color: var(--bs-success-text-emphasis);
  transition: all 1s ease-in-out;
}

.toast-danger {
  background-color: rgb(248, 214.6, 217.8) !important;
  color: #000 !important;
  border: 1px solid var(--bs-danger) !important;
}
.toast-danger .toastr-header {
  background-color: rgb(211.5309012876, 116.4690987124, 124.3362823738);
}

.toast-warning {
  color: black;
  /* text-shadow: 0 0 3px black; */
  text-size-adjust: 25%;
  background-color: var(--bs-warning) !important;
}

.toastr-header {
  padding: 0;
  max-height: 1.5rem;
  display: flex;
  align-items: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.toastr-header > a.btn {
  margin: 0;
}

.toastr-body {
  background-color: inherit;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.hide-toast {
  display: none;
  visibility: hidden;
  background-color: transparent;
  transform: translateY(50%);
  transition: var(--toast-transition);
}

.dashboard-menu-bar {
  background-color: #d1dfdf;
  display: flex;
  width: 100%;
  margin-inline: 0;
  padding: 0.25em;
  padding-top: 8px;
}
@media (max-width: 800px) {
  .dashboard-menu-bar {
    flex-direction: column;
  }
}

.filter-block {
  outline: 1px solid lightgrey;
  height: 8.5em;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 0.5em;
  overflow-y: scroll;
  scrollbar-width: thin;
  container: block-container/inline-size;
  font-size-adjust: 0.45;
  font-weight: 500;
  margin: 0.5em 0;
}

.hide-header > thead > tr {
  visibility: collapse;
}

.totals-row > tbody > tr > td, .totals-row > tbody > tr > th {
  background-color: #E3EAF3;
  padding-inline: 1rem;
}

.sales-dashboard-table {
  margin-bottom: 0;
}
.sales-dashboard-table > tbody > tr > td:nth-child(1) {
  font-weight: 600;
}
.sales-dashboard-table .sales-dashboard-table {
  --col-gap: .5rem;
}
.sales-dashboard-table .sales-dashboard-table .col-header-content {
  padding-right: var(--col-gap);
}
.sales-dashboard-table .sales-dashboard-table > thead > tr > th {
  font-weight: normal;
}
.sales-dashboard-table .sales-dashboard-table.loading > tbody {
  opacity: 0.25;
  transition: opacity linear 100ms;
  transition-delay: 25ms; /* Don't want flicker if the queries are resolving almost immediately */
}
.sales-dashboard-table .sales-dashboard-table .col-title {
  font-weight: bold;
}

:root {
  --bs-primary-subtle-bg: $primary-subtle;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-100 {
  --bs-focus-ring-color: rgba(var(--bs-blue-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-200 {
  --bs-focus-ring-color: rgba(var(--bs-blue-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-300 {
  --bs-focus-ring-color: rgba(var(--bs-blue-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-400 {
  --bs-focus-ring-color: rgba(var(--bs-blue-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-500 {
  --bs-focus-ring-color: rgba(var(--bs-blue-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-600 {
  --bs-focus-ring-color: rgba(var(--bs-blue-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-700 {
  --bs-focus-ring-color: rgba(var(--bs-blue-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-800 {
  --bs-focus-ring-color: rgba(var(--bs-blue-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue-900 {
  --bs-focus-ring-color: rgba(var(--bs-blue-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-100 {
  --bs-focus-ring-color: rgba(var(--bs-red-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-200 {
  --bs-focus-ring-color: rgba(var(--bs-red-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-300 {
  --bs-focus-ring-color: rgba(var(--bs-red-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-400 {
  --bs-focus-ring-color: rgba(var(--bs-red-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-500 {
  --bs-focus-ring-color: rgba(var(--bs-red-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-600 {
  --bs-focus-ring-color: rgba(var(--bs-red-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-700 {
  --bs-focus-ring-color: rgba(var(--bs-red-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-800 {
  --bs-focus-ring-color: rgba(var(--bs-red-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red-900 {
  --bs-focus-ring-color: rgba(var(--bs-red-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-100 {
  --bs-focus-ring-color: rgba(var(--bs-orange-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-200 {
  --bs-focus-ring-color: rgba(var(--bs-orange-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-300 {
  --bs-focus-ring-color: rgba(var(--bs-orange-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-400 {
  --bs-focus-ring-color: rgba(var(--bs-orange-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-500 {
  --bs-focus-ring-color: rgba(var(--bs-orange-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-600 {
  --bs-focus-ring-color: rgba(var(--bs-orange-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-700 {
  --bs-focus-ring-color: rgba(var(--bs-orange-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-800 {
  --bs-focus-ring-color: rgba(var(--bs-orange-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange-900 {
  --bs-focus-ring-color: rgba(var(--bs-orange-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-100 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-200 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-300 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-400 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-500 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-600 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-700 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-800 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow-900 {
  --bs-focus-ring-color: rgba(var(--bs-yellow-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-100 {
  --bs-focus-ring-color: rgba(var(--bs-green-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-200 {
  --bs-focus-ring-color: rgba(var(--bs-green-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-300 {
  --bs-focus-ring-color: rgba(var(--bs-green-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-400 {
  --bs-focus-ring-color: rgba(var(--bs-green-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-500 {
  --bs-focus-ring-color: rgba(var(--bs-green-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-600 {
  --bs-focus-ring-color: rgba(var(--bs-green-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-700 {
  --bs-focus-ring-color: rgba(var(--bs-green-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-800 {
  --bs-focus-ring-color: rgba(var(--bs-green-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green-900 {
  --bs-focus-ring-color: rgba(var(--bs-green-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-100 {
  --bs-focus-ring-color: rgba(var(--bs-teal-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-200 {
  --bs-focus-ring-color: rgba(var(--bs-teal-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-300 {
  --bs-focus-ring-color: rgba(var(--bs-teal-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-400 {
  --bs-focus-ring-color: rgba(var(--bs-teal-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-500 {
  --bs-focus-ring-color: rgba(var(--bs-teal-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-600 {
  --bs-focus-ring-color: rgba(var(--bs-teal-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-700 {
  --bs-focus-ring-color: rgba(var(--bs-teal-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-800 {
  --bs-focus-ring-color: rgba(var(--bs-teal-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-teal-900 {
  --bs-focus-ring-color: rgba(var(--bs-teal-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-100 {
  --bs-focus-ring-color: rgba(var(--bs-100-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-200 {
  --bs-focus-ring-color: rgba(var(--bs-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-300 {
  --bs-focus-ring-color: rgba(var(--bs-300-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-400 {
  --bs-focus-ring-color: rgba(var(--bs-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-500 {
  --bs-focus-ring-color: rgba(var(--bs-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-600 {
  --bs-focus-ring-color: rgba(var(--bs-600-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-700 {
  --bs-focus-ring-color: rgba(var(--bs-700-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-800 {
  --bs-focus-ring-color: rgba(var(--bs-800-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-900 {
  --bs-focus-ring-color: rgba(var(--bs-900-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary-subtle {
  --bs-focus-ring-color: rgba(var(--bs-primary-subtle-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary-emphasis {
  --bs-focus-ring-color: rgba(var(--bs-primary-emphasis-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger-subtle {
  --bs-focus-ring-color: rgba(var(--bs-danger-subtle-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-body {
  --bs-focus-ring-color: rgba(var(--bs-body-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-link-color {
  --bs-focus-ring-color: rgba(var(--bs-link-color-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-muted {
  --bs-focus-ring-color: rgba(var(--bs-muted-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-100-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-200-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-300-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-400-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-500-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-600-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-700 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-700-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-800-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-900-rgb), var(--bs-border-opacity)) !important;
}

.border-red-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-100-rgb), var(--bs-border-opacity)) !important;
}

.border-red-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-200-rgb), var(--bs-border-opacity)) !important;
}

.border-red-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-300-rgb), var(--bs-border-opacity)) !important;
}

.border-red-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-400-rgb), var(--bs-border-opacity)) !important;
}

.border-red-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-500-rgb), var(--bs-border-opacity)) !important;
}

.border-red-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-600-rgb), var(--bs-border-opacity)) !important;
}

.border-red-700 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-700-rgb), var(--bs-border-opacity)) !important;
}

.border-red-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-800-rgb), var(--bs-border-opacity)) !important;
}

.border-red-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-900-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-100-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-200-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-300-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-400-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-500-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-600-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-700 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-700-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-800-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-900-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-100-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-200-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-300-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-400-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-500-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-600-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-700 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-700-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-800-rgb), var(--bs-border-opacity)) !important;
}

.border-yellow-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-900-rgb), var(--bs-border-opacity)) !important;
}

.border-green-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-100-rgb), var(--bs-border-opacity)) !important;
}

.border-green-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-200-rgb), var(--bs-border-opacity)) !important;
}

.border-green-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-300-rgb), var(--bs-border-opacity)) !important;
}

.border-green-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-400-rgb), var(--bs-border-opacity)) !important;
}

.border-green-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-500-rgb), var(--bs-border-opacity)) !important;
}

.border-green-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-600-rgb), var(--bs-border-opacity)) !important;
}

.border-green-700 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-700-rgb), var(--bs-border-opacity)) !important;
}

.border-green-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-800-rgb), var(--bs-border-opacity)) !important;
}

.border-green-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-900-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-100-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-200-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-300-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-400-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-500-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-600-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-700 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-700-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-800-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-900-rgb), var(--bs-border-opacity)) !important;
}

.border-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-100-rgb), var(--bs-border-opacity)) !important;
}

.border-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-200-rgb), var(--bs-border-opacity)) !important;
}

.border-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-300-rgb), var(--bs-border-opacity)) !important;
}

.border-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-400-rgb), var(--bs-border-opacity)) !important;
}

.border-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-500-rgb), var(--bs-border-opacity)) !important;
}

.border-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-600-rgb), var(--bs-border-opacity)) !important;
}

.border-700 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-700-rgb), var(--bs-border-opacity)) !important;
}

.border-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-800-rgb), var(--bs-border-opacity)) !important;
}

.border-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-900-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-subtle-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-emphasis {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-emphasis-rgb), var(--bs-border-opacity)) !important;
}

.border-danger-subtle {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-subtle-rgb), var(--bs-border-opacity)) !important;
}

.border-body {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-body-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}

.border-link-color {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-link-color-rgb), var(--bs-border-opacity)) !important;
}

.border-muted {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-muted-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary-emphasis {
  --bs-text-opacity: 1;
  color: #174E51 !important;
}

.text-secondary-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-dark-text-emphasis) !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: #3e6f7a !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: #CCCCCC !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: #198754 !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: #0dcaf0 !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: #ffc107 !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: #d3424e !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: #f8f9fa !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: #212529 !important;
}

.text-blue-100 {
  --bs-text-opacity: 1;
  color: rgb(206.6, 226, 254.6) !important;
}

.text-blue-200 {
  --bs-text-opacity: 1;
  color: rgb(158.2, 197, 254.2) !important;
}

.text-blue-300 {
  --bs-text-opacity: 1;
  color: rgb(109.8, 168, 253.8) !important;
}

.text-blue-400 {
  --bs-text-opacity: 1;
  color: rgb(61.4, 139, 253.4) !important;
}

.text-blue-500 {
  --bs-text-opacity: 1;
  color: #0d6efd !important;
}

.text-blue-600 {
  --bs-text-opacity: 1;
  color: rgb(10.4, 88, 202.4) !important;
}

.text-blue-700 {
  --bs-text-opacity: 1;
  color: rgb(7.8, 66, 151.8) !important;
}

.text-blue-800 {
  --bs-text-opacity: 1;
  color: rgb(5.2, 44, 101.2) !important;
}

.text-blue-900 {
  --bs-text-opacity: 1;
  color: rgb(2.6, 22, 50.6) !important;
}

.text-red-100 {
  --bs-text-opacity: 1;
  color: rgb(248, 214.6, 217.8) !important;
}

.text-red-200 {
  --bs-text-opacity: 1;
  color: rgb(241, 174.2, 180.6) !important;
}

.text-red-300 {
  --bs-text-opacity: 1;
  color: rgb(234, 133.8, 143.4) !important;
}

.text-red-400 {
  --bs-text-opacity: 1;
  color: rgb(227, 93.4, 106.2) !important;
}

.text-red-500 {
  --bs-text-opacity: 1;
  color: #dc3545 !important;
}

.text-red-600 {
  --bs-text-opacity: 1;
  color: rgb(176, 42.4, 55.2) !important;
}

.text-red-700 {
  --bs-text-opacity: 1;
  color: rgb(132, 31.8, 41.4) !important;
}

.text-red-800 {
  --bs-text-opacity: 1;
  color: rgb(88, 21.2, 27.6) !important;
}

.text-red-900 {
  --bs-text-opacity: 1;
  color: rgb(44, 10.6, 13.8) !important;
}

.text-orange-100 {
  --bs-text-opacity: 1;
  color: rgb(254.6, 229.2, 208) !important;
}

.text-orange-200 {
  --bs-text-opacity: 1;
  color: rgb(254.2, 203.4, 161) !important;
}

.text-orange-300 {
  --bs-text-opacity: 1;
  color: rgb(253.8, 177.6, 114) !important;
}

.text-orange-400 {
  --bs-text-opacity: 1;
  color: rgb(253.4, 151.8, 67) !important;
}

.text-orange-500 {
  --bs-text-opacity: 1;
  color: #fd7e14 !important;
}

.text-orange-600 {
  --bs-text-opacity: 1;
  color: rgb(202.4, 100.8, 16) !important;
}

.text-orange-700 {
  --bs-text-opacity: 1;
  color: rgb(151.8, 75.6, 12) !important;
}

.text-orange-800 {
  --bs-text-opacity: 1;
  color: rgb(101.2, 50.4, 8) !important;
}

.text-orange-900 {
  --bs-text-opacity: 1;
  color: rgb(50.6, 25.2, 4) !important;
}

.text-yellow-100 {
  --bs-text-opacity: 1;
  color: rgb(255, 242.6, 205.4) !important;
}

.text-yellow-200 {
  --bs-text-opacity: 1;
  color: rgb(255, 230.2, 155.8) !important;
}

.text-yellow-300 {
  --bs-text-opacity: 1;
  color: rgb(255, 217.8, 106.2) !important;
}

.text-yellow-400 {
  --bs-text-opacity: 1;
  color: rgb(255, 205.4, 56.6) !important;
}

.text-yellow-500 {
  --bs-text-opacity: 1;
  color: #ffc107 !important;
}

.text-yellow-600 {
  --bs-text-opacity: 1;
  color: rgb(204, 154.4, 5.6) !important;
}

.text-yellow-700 {
  --bs-text-opacity: 1;
  color: rgb(153, 115.8, 4.2) !important;
}

.text-yellow-800 {
  --bs-text-opacity: 1;
  color: rgb(102, 77.2, 2.8) !important;
}

.text-yellow-900 {
  --bs-text-opacity: 1;
  color: rgb(51, 38.6, 1.4) !important;
}

.text-green-100 {
  --bs-text-opacity: 1;
  color: rgb(209, 231, 220.8) !important;
}

.text-green-200 {
  --bs-text-opacity: 1;
  color: rgb(163, 207, 186.6) !important;
}

.text-green-300 {
  --bs-text-opacity: 1;
  color: rgb(117, 183, 152.4) !important;
}

.text-green-400 {
  --bs-text-opacity: 1;
  color: rgb(71, 159, 118.2) !important;
}

.text-green-500 {
  --bs-text-opacity: 1;
  color: #198754 !important;
}

.text-green-600 {
  --bs-text-opacity: 1;
  color: rgb(20, 108, 67.2) !important;
}

.text-green-700 {
  --bs-text-opacity: 1;
  color: rgb(15, 81, 50.4) !important;
}

.text-green-800 {
  --bs-text-opacity: 1;
  color: rgb(10, 54, 33.6) !important;
}

.text-green-900 {
  --bs-text-opacity: 1;
  color: rgb(5, 27, 16.8) !important;
}

.text-teal-100 {
  --bs-text-opacity: 1;
  color: rgb(210.4, 244.2, 234.2) !important;
}

.text-teal-200 {
  --bs-text-opacity: 1;
  color: rgb(165.8, 233.4, 213.4) !important;
}

.text-teal-300 {
  --bs-text-opacity: 1;
  color: rgb(121.2, 222.6, 192.6) !important;
}

.text-teal-400 {
  --bs-text-opacity: 1;
  color: rgb(76.6, 211.8, 171.8) !important;
}

.text-teal-500 {
  --bs-text-opacity: 1;
  color: #20c997 !important;
}

.text-teal-600 {
  --bs-text-opacity: 1;
  color: rgb(25.6, 160.8, 120.8) !important;
}

.text-teal-700 {
  --bs-text-opacity: 1;
  color: rgb(19.2, 120.6, 90.6) !important;
}

.text-teal-800 {
  --bs-text-opacity: 1;
  color: rgb(12.8, 80.4, 60.4) !important;
}

.text-teal-900 {
  --bs-text-opacity: 1;
  color: rgb(6.4, 40.2, 30.2) !important;
}

.text-100 {
  --bs-text-opacity: 1;
  color: #f8f9fa !important;
}

.text-200 {
  --bs-text-opacity: 1;
  color: #e9ecef !important;
}

.text-300 {
  --bs-text-opacity: 1;
  color: #dee2e6 !important;
}

.text-400 {
  --bs-text-opacity: 1;
  color: #ced4da !important;
}

.text-500 {
  --bs-text-opacity: 1;
  color: #adb5bd !important;
}

.text-600 {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-700 {
  --bs-text-opacity: 1;
  color: #495057 !important;
}

.text-800 {
  --bs-text-opacity: 1;
  color: #343a40 !important;
}

.text-900 {
  --bs-text-opacity: 1;
  color: #212529 !important;
}

.text-primary-subtle {
  --bs-text-opacity: 1;
  color: #d1dfdf !important;
}

.text-danger-subtle {
  --bs-text-opacity: 1;
  color: #b86867 !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: #ffffff !important;
}

.text-tertiary {
  --bs-text-opacity: 1;
  color: #89B334 !important;
}

.text-link-color {
  --bs-text-opacity: 1;
  color: #34ACAD !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: rgba(172, 172, 172, 0.4666666667) !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-100 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-100-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-200 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-200-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-300 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-300-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-400 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-400-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-500 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-500-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-600 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-600-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-700 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-700-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-800 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-800-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-900 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-900-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary-subtle {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-subtle-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary-emphasis {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-emphasis-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger-subtle {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-subtle-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-body {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-body-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-link-color {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-muted {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-muted-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-subtle {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-subtle-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-emphasis {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-emphasis-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-subtle {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-subtle-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-link-color {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-link-color-rgb), var(--bs-bg-opacity)) !important;
}

.bg-muted {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-muted-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
