:root {
  --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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --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-bg: #fff;
  --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-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

.bootstrap .btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --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) {
    .bootstrap .btn {
      transition: none; } }
  .bootstrap .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 + .bootstrap .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color); }
  .bootstrap .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 + .bootstrap .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .bootstrap .btn,
  :not(.btn-check) + .bootstrap .btn:active, .bootstrap .btn:first-child:active, .bootstrap .btn.active, .bootstrap .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 + .bootstrap .btn:focus-visible,
    :not(.btn-check) + .bootstrap .btn:active:focus-visible, .bootstrap .btn:first-child:active:focus-visible, .bootstrap .btn.active:focus-visible, .bootstrap .btn.show:focus-visible {
      box-shadow: var(--bs-btn-focus-box-shadow); }
  .bootstrap .btn:disabled, .bootstrap .btn.disabled,
  fieldset:disabled .bootstrap .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); }

.bootstrap .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --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; }

.bootstrap .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --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; }

.bootstrap .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --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; }

.bootstrap .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --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; }

.bootstrap .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --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; }

.bootstrap .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --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; }

.bootstrap .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --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; }

.bootstrap .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --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; }

.bootstrap .btn-outline-primary {
  --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; }

.bootstrap .btn-outline-secondary {
  --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; }

.bootstrap .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; }

.bootstrap .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; }

.bootstrap .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; }

.bootstrap .btn-outline-danger {
  --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; }

.bootstrap .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; }

.bootstrap .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; }

.bootstrap .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: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline; }
  .bootstrap .btn-link:focus-visible {
    color: var(--bs-btn-color); }
  .bootstrap .btn-link:hover {
    color: var(--bs-btn-hover-color); }

.bootstrap .btn-lg, .bootstrap .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem; }

.bootstrap .btn-sm, .bootstrap .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem; }

.bootstrap .btn-group,
.bootstrap .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .bootstrap .btn-group > .btn,
  .bootstrap .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
  .bootstrap .btn-group > .btn-check:checked + .btn,
  .bootstrap .btn-group > .btn-check:focus + .btn,
  .bootstrap .btn-group > .btn:hover,
  .bootstrap .btn-group > .btn:focus,
  .bootstrap .btn-group > .btn:active,
  .bootstrap .btn-group > .btn.active,
  .bootstrap .btn-group-vertical > .btn-check:checked + .btn,
  .bootstrap .btn-group-vertical > .btn-check:focus + .btn,
  .bootstrap .btn-group-vertical > .btn:hover,
  .bootstrap .btn-group-vertical > .btn:focus,
  .bootstrap .btn-group-vertical > .btn:active,
  .bootstrap .btn-group-vertical > .btn.active {
    z-index: 1; }

.bootstrap .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .bootstrap .btn-toolbar .input-group {
    width: auto; }

.bootstrap .btn-group {
  border-radius: 0.375rem; }
  .bootstrap .btn-group > :not(.btn-check:first-child) + .btn,
  .bootstrap .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px; }
  .bootstrap .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .bootstrap .btn-group > .btn.dropdown-toggle-split:first-child,
  .bootstrap .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .bootstrap .btn-group > .btn:nth-child(n + 3),
  .bootstrap .btn-group > :not(.btn-check) + .btn,
  .bootstrap .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.bootstrap .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .bootstrap .dropdown-toggle-split::after,
  .dropup .bootstrap .dropdown-toggle-split::after,
  .dropend .bootstrap .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .bootstrap .dropdown-toggle-split::before {
    margin-right: 0; }

.bootstrap .btn-sm + .dropdown-toggle-split, .bootstrap .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.bootstrap .btn-lg + .dropdown-toggle-split, .bootstrap .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.bootstrap .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .bootstrap .btn-group-vertical > .btn,
  .bootstrap .btn-group-vertical > .btn-group {
    width: 100%; }
  .bootstrap .btn-group-vertical > .btn:not(:first-child),
  .bootstrap .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .bootstrap .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .bootstrap .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .bootstrap .btn-group-vertical > .btn ~ .btn,
  .bootstrap .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.bootstrap .container,
.bootstrap .container-fluid,
.bootstrap .container-sm,
.bootstrap .container-md,
.bootstrap .container-lg,
.bootstrap .container-xl,
.bootstrap .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .bootstrap .container, .bootstrap .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .bootstrap .container, .bootstrap .container-sm, .bootstrap .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .bootstrap .container, .bootstrap .container-sm, .bootstrap .container-md, .bootstrap .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .bootstrap .container, .bootstrap .container-sm, .bootstrap .container-md, .bootstrap .container-lg, .bootstrap .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .bootstrap .container, .bootstrap .container-sm, .bootstrap .container-md, .bootstrap .container-lg, .bootstrap .container-xl, .bootstrap .container-xxl {
    max-width: 1320px; } }

.bootstrap .dropup,
.bootstrap .dropend,
.bootstrap .dropdown,
.bootstrap .dropstart,
.bootstrap .dropup-center,
.bootstrap .dropdown-center {
  position: relative; }

.bootstrap .dropdown-toggle {
  white-space: nowrap; }
  .bootstrap .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; }
  .bootstrap .dropdown-toggle:empty::after {
    margin-left: 0; }

.bootstrap .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: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --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); }
  .bootstrap .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer); }

.bootstrap .dropdown-menu-start {
  --bs-position: start; }
  .bootstrap .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.bootstrap .dropdown-menu-end {
  --bs-position: end; }
  .bootstrap .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .bootstrap .dropdown-menu-sm-start {
    --bs-position: start; }
    .bootstrap .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .bootstrap .dropdown-menu-sm-end {
    --bs-position: end; }
    .bootstrap .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .bootstrap .dropdown-menu-md-start {
    --bs-position: start; }
    .bootstrap .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .bootstrap .dropdown-menu-md-end {
    --bs-position: end; }
    .bootstrap .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .bootstrap .dropdown-menu-lg-start {
    --bs-position: start; }
    .bootstrap .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .bootstrap .dropdown-menu-lg-end {
    --bs-position: end; }
    .bootstrap .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .bootstrap .dropdown-menu-xl-start {
    --bs-position: start; }
    .bootstrap .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .bootstrap .dropdown-menu-xl-end {
    --bs-position: end; }
    .bootstrap .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .bootstrap .dropdown-menu-xxl-start {
    --bs-position: start; }
    .bootstrap .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .bootstrap .dropdown-menu-xxl-end {
    --bs-position: end; }
    .bootstrap .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.bootstrap .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer); }

.bootstrap .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; }

.bootstrap .dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.bootstrap .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer); }

.bootstrap .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; }

.bootstrap .dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.bootstrap .dropend .dropdown-toggle::after {
  vertical-align: 0; }

.bootstrap .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer); }

.bootstrap .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.bootstrap .dropstart .dropdown-toggle::after {
  display: none; }

.bootstrap .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; }

.bootstrap .dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.bootstrap .dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.bootstrap .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; }

.bootstrap .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; }
  .bootstrap .dropdown-item:hover, .bootstrap .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg); }
  .bootstrap .dropdown-item.active, .bootstrap .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg); }
  .bootstrap .dropdown-item.disabled, .bootstrap .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent; }

.bootstrap .dropdown-menu.show {
  display: block; }

.bootstrap .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; }

.bootstrap .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color); }

.bootstrap .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; }

.bootstrap .form-label {
  margin-bottom: 0.5rem; }

.bootstrap .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.bootstrap .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }

.bootstrap .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.bootstrap .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.bootstrap .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .bootstrap .form-control {
      transition: none; } }
  .bootstrap .form-control[type="file"] {
    overflow: hidden; }
    .bootstrap .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .bootstrap .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .bootstrap .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .bootstrap .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .bootstrap .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }
  .bootstrap .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    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) {
      .bootstrap .form-control::file-selector-button {
        transition: none; } }
  .bootstrap .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }

.bootstrap .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .bootstrap .form-control-plaintext:focus {
    outline: 0; }
  .bootstrap .form-control-plaintext.form-control-sm, .bootstrap .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.bootstrap .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }
  .bootstrap .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.bootstrap .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }
  .bootstrap .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

.bootstrap textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px); }

.bootstrap textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }

.bootstrap textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.bootstrap .form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem; }
  .bootstrap .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .bootstrap .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.375rem; }
  .bootstrap .form-control-color::-webkit-color-swatch {
    border-radius: 0.375rem; }
  .bootstrap .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px); }
  .bootstrap .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px); }

.bootstrap .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: 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");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .bootstrap .form-select {
      transition: none; } }
  .bootstrap .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .bootstrap .form-select[multiple], .bootstrap .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .bootstrap .form-select:disabled {
    background-color: #e9ecef; }
  .bootstrap .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.bootstrap .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }

.bootstrap .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.bootstrap .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .bootstrap .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.bootstrap .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }
  .bootstrap .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

.bootstrap .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact; }
  .bootstrap .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .bootstrap .form-check-input[type="radio"] {
    border-radius: 50%; }
  .bootstrap .form-check-input:active {
    filter: brightness(90%); }
  .bootstrap .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .bootstrap .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .bootstrap .form-check-input:checked[type="checkbox"] {
      background-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"); }
    .bootstrap .form-check-input:checked[type="radio"] {
      background-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"); }
  .bootstrap .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-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"); }
  .bootstrap .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .bootstrap .form-check-input[disabled] ~ .form-check-label, .bootstrap .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

.bootstrap .form-switch {
  padding-left: 2.5em; }
  .bootstrap .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: 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");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .bootstrap .form-switch .form-check-input {
        transition: none; } }
    .bootstrap .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
    .bootstrap .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: 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"); }
  .bootstrap .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0; }
    .bootstrap .form-switch.form-check-reverse .form-check-input {
      margin-right: -2.5em;
      margin-left: 0; }

.bootstrap .form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.bootstrap .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .bootstrap .btn-check[disabled] + .btn, .bootstrap .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.bootstrap .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .bootstrap .form-range:focus {
    outline: 0; }
    .bootstrap .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .bootstrap .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .bootstrap .form-range::-moz-focus-outer {
    border: 0; }
  .bootstrap .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    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;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .bootstrap .form-range::-webkit-slider-thumb {
        transition: none; } }
    .bootstrap .form-range::-webkit-slider-thumb:active {
      background-color: #b6d4fe; }
  .bootstrap .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .bootstrap .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    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;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .bootstrap .form-range::-moz-range-thumb {
        transition: none; } }
    .bootstrap .form-range::-moz-range-thumb:active {
      background-color: #b6d4fe; }
  .bootstrap .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .bootstrap .form-range:disabled {
    pointer-events: none; }
    .bootstrap .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .bootstrap .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.bootstrap .form-floating {
  position: relative; }
  .bootstrap .form-floating > .form-control,
  .bootstrap .form-floating > .form-control-plaintext,
  .bootstrap .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .bootstrap .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .bootstrap .form-floating > label {
        transition: none; } }
  .bootstrap .form-floating > .form-control,
  .bootstrap .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem; }
    .bootstrap .form-floating > .form-control::placeholder,
    .bootstrap .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .bootstrap .form-floating > .form-control:focus, .bootstrap .form-floating > .form-control:not(:placeholder-shown),
    .bootstrap .form-floating > .form-control-plaintext:focus,
    .bootstrap .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .bootstrap .form-floating > .form-control:-webkit-autofill,
    .bootstrap .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .bootstrap .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .bootstrap .form-floating > .form-control:focus ~ label,
  .bootstrap .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .bootstrap .form-floating > .form-control-plaintext ~ label,
  .bootstrap .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .bootstrap .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .bootstrap .form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0; }

.bootstrap .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .bootstrap .input-group > .form-control,
  .bootstrap .input-group > .form-select,
  .bootstrap .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .bootstrap .input-group > .form-control:focus,
  .bootstrap .input-group > .form-select:focus,
  .bootstrap .input-group > .form-floating:focus-within {
    z-index: 5; }
  .bootstrap .input-group .btn {
    position: relative;
    z-index: 2; }
    .bootstrap .input-group .btn:focus {
      z-index: 5; }

.bootstrap .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem; }

.bootstrap .input-group-lg > .form-control,
.bootstrap .input-group-lg > .form-select,
.bootstrap .input-group-lg > .input-group-text,
.bootstrap .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.bootstrap .input-group-sm > .form-control,
.bootstrap .input-group-sm > .form-select,
.bootstrap .input-group-sm > .input-group-text,
.bootstrap .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }

.bootstrap .input-group-lg > .form-select,
.bootstrap .input-group-sm > .form-select {
  padding-right: 3rem; }

.bootstrap .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.bootstrap .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.bootstrap .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.bootstrap .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.bootstrap .input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.bootstrap .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.bootstrap .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.bootstrap .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.bootstrap .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.bootstrap .input-group > .form-floating:not(:first-child) > .form-control,
.bootstrap .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.bootstrap .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754; }

.bootstrap .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem; }

.was-validated .bootstrap:valid ~ .valid-feedback,
.was-validated .bootstrap:valid ~ .valid-tooltip, .bootstrap.is-valid ~ .valid-feedback,
.bootstrap.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .bootstrap .form-control:valid, .bootstrap .form-control.is-valid {
  border-color: #198754;
  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 .bootstrap .form-control:valid:focus, .bootstrap .form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .bootstrap textarea.form-control:valid, .bootstrap 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 .bootstrap .form-select:valid, .bootstrap .form-select.is-valid {
  border-color: #198754; }
  .was-validated .bootstrap .form-select:valid:not([multiple]):not([size]), .was-validated .bootstrap .form-select:valid:not([multiple])[size="1"], .bootstrap .form-select.is-valid:not([multiple]):not([size]), .bootstrap .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: 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"), 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-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 .bootstrap .form-select:valid:focus, .bootstrap .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .bootstrap .form-control-color:valid, .bootstrap .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .bootstrap .form-check-input:valid, .bootstrap .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .bootstrap .form-check-input:valid:checked, .bootstrap .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .bootstrap .form-check-input:valid:focus, .bootstrap .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .bootstrap .form-check-input:valid ~ .form-check-label, .bootstrap .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.bootstrap .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .bootstrap .input-group > .form-control:not(:focus):valid, .bootstrap .input-group > .form-control:not(:focus).is-valid, .was-validated
.bootstrap .input-group > .form-select:not(:focus):valid,
.bootstrap .input-group > .form-select:not(:focus).is-valid, .was-validated
.bootstrap .input-group > .form-floating:not(:focus-within):valid,
.bootstrap .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3; }

.bootstrap .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.bootstrap .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem; }

.was-validated .bootstrap:invalid ~ .invalid-feedback,
.was-validated .bootstrap:invalid ~ .invalid-tooltip, .bootstrap.is-invalid ~ .invalid-feedback,
.bootstrap.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .bootstrap .form-control:invalid, .bootstrap .form-control.is-invalid {
  border-color: #dc3545;
  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 .bootstrap .form-control:invalid:focus, .bootstrap .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .bootstrap textarea.form-control:invalid, .bootstrap 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 .bootstrap .form-select:invalid, .bootstrap .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .bootstrap .form-select:invalid:not([multiple]):not([size]), .was-validated .bootstrap .form-select:invalid:not([multiple])[size="1"], .bootstrap .form-select.is-invalid:not([multiple]):not([size]), .bootstrap .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: 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"), 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-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 .bootstrap .form-select:invalid:focus, .bootstrap .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .bootstrap .form-control-color:invalid, .bootstrap .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .bootstrap .form-check-input:invalid, .bootstrap .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .bootstrap .form-check-input:invalid:checked, .bootstrap .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .bootstrap .form-check-input:invalid:focus, .bootstrap .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .bootstrap .form-check-input:invalid ~ .form-check-label, .bootstrap .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

.bootstrap .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .bootstrap .input-group > .form-control:not(:focus):invalid, .bootstrap .input-group > .form-control:not(:focus).is-invalid, .was-validated
.bootstrap .input-group > .form-select:not(:focus):invalid,
.bootstrap .input-group > .form-select:not(:focus).is-invalid, .was-validated
.bootstrap .input-group > .form-floating:not(:focus-within):invalid,
.bootstrap .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4; }

.bootstrap .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .bootstrap .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.bootstrap .col {
  flex: 1 0 0%; }

.bootstrap .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.bootstrap .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.bootstrap .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.bootstrap .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

.bootstrap .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.bootstrap .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.bootstrap .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto; }

.bootstrap .col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.bootstrap .col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

.bootstrap .col-3 {
  flex: 0 0 auto;
  width: 25%; }

.bootstrap .col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.bootstrap .col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

.bootstrap .col-6 {
  flex: 0 0 auto;
  width: 50%; }

.bootstrap .col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.bootstrap .col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

.bootstrap .col-9 {
  flex: 0 0 auto;
  width: 75%; }

.bootstrap .col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.bootstrap .col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.bootstrap .col-12 {
  flex: 0 0 auto;
  width: 100%; }

.bootstrap .offset-1 {
  margin-left: 8.33333%; }

.bootstrap .offset-2 {
  margin-left: 16.66667%; }

.bootstrap .offset-3 {
  margin-left: 25%; }

.bootstrap .offset-4 {
  margin-left: 33.33333%; }

.bootstrap .offset-5 {
  margin-left: 41.66667%; }

.bootstrap .offset-6 {
  margin-left: 50%; }

.bootstrap .offset-7 {
  margin-left: 58.33333%; }

.bootstrap .offset-8 {
  margin-left: 66.66667%; }

.bootstrap .offset-9 {
  margin-left: 75%; }

.bootstrap .offset-10 {
  margin-left: 83.33333%; }

.bootstrap .offset-11 {
  margin-left: 91.66667%; }

.bootstrap .g-0,
.bootstrap .gx-0 {
  --bs-gutter-x: 0; }

.bootstrap .g-0,
.bootstrap .gy-0 {
  --bs-gutter-y: 0; }

.bootstrap .g-1,
.bootstrap .gx-1 {
  --bs-gutter-x: 0.25rem; }

.bootstrap .g-1,
.bootstrap .gy-1 {
  --bs-gutter-y: 0.25rem; }

.bootstrap .g-2,
.bootstrap .gx-2 {
  --bs-gutter-x: 0.5rem; }

.bootstrap .g-2,
.bootstrap .gy-2 {
  --bs-gutter-y: 0.5rem; }

.bootstrap .g-3,
.bootstrap .gx-3 {
  --bs-gutter-x: 1rem; }

.bootstrap .g-3,
.bootstrap .gy-3 {
  --bs-gutter-y: 1rem; }

.bootstrap .g-4,
.bootstrap .gx-4 {
  --bs-gutter-x: 1.5rem; }

.bootstrap .g-4,
.bootstrap .gy-4 {
  --bs-gutter-y: 1.5rem; }

.bootstrap .g-5,
.bootstrap .gx-5 {
  --bs-gutter-x: 3rem; }

.bootstrap .g-5,
.bootstrap .gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .bootstrap .col-sm {
    flex: 1 0 0%; }
  .bootstrap .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bootstrap .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bootstrap .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bootstrap .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .bootstrap .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bootstrap .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bootstrap .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .bootstrap .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .bootstrap .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .bootstrap .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .bootstrap .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .bootstrap .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .bootstrap .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .bootstrap .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .bootstrap .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .bootstrap .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bootstrap .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .bootstrap .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .bootstrap .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .bootstrap .offset-sm-0 {
    margin-left: 0; }
  .bootstrap .offset-sm-1 {
    margin-left: 8.33333%; }
  .bootstrap .offset-sm-2 {
    margin-left: 16.66667%; }
  .bootstrap .offset-sm-3 {
    margin-left: 25%; }
  .bootstrap .offset-sm-4 {
    margin-left: 33.33333%; }
  .bootstrap .offset-sm-5 {
    margin-left: 41.66667%; }
  .bootstrap .offset-sm-6 {
    margin-left: 50%; }
  .bootstrap .offset-sm-7 {
    margin-left: 58.33333%; }
  .bootstrap .offset-sm-8 {
    margin-left: 66.66667%; }
  .bootstrap .offset-sm-9 {
    margin-left: 75%; }
  .bootstrap .offset-sm-10 {
    margin-left: 83.33333%; }
  .bootstrap .offset-sm-11 {
    margin-left: 91.66667%; }
  .bootstrap .g-sm-0,
  .bootstrap .gx-sm-0 {
    --bs-gutter-x: 0; }
  .bootstrap .g-sm-0,
  .bootstrap .gy-sm-0 {
    --bs-gutter-y: 0; }
  .bootstrap .g-sm-1,
  .bootstrap .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .bootstrap .g-sm-1,
  .bootstrap .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .bootstrap .g-sm-2,
  .bootstrap .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .bootstrap .g-sm-2,
  .bootstrap .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .bootstrap .g-sm-3,
  .bootstrap .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .bootstrap .g-sm-3,
  .bootstrap .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .bootstrap .g-sm-4,
  .bootstrap .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .bootstrap .g-sm-4,
  .bootstrap .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .bootstrap .g-sm-5,
  .bootstrap .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .bootstrap .g-sm-5,
  .bootstrap .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .bootstrap .col-md {
    flex: 1 0 0%; }
  .bootstrap .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bootstrap .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bootstrap .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bootstrap .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .bootstrap .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bootstrap .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bootstrap .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .bootstrap .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .bootstrap .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .bootstrap .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .bootstrap .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .bootstrap .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .bootstrap .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .bootstrap .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .bootstrap .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .bootstrap .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bootstrap .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .bootstrap .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .bootstrap .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .bootstrap .offset-md-0 {
    margin-left: 0; }
  .bootstrap .offset-md-1 {
    margin-left: 8.33333%; }
  .bootstrap .offset-md-2 {
    margin-left: 16.66667%; }
  .bootstrap .offset-md-3 {
    margin-left: 25%; }
  .bootstrap .offset-md-4 {
    margin-left: 33.33333%; }
  .bootstrap .offset-md-5 {
    margin-left: 41.66667%; }
  .bootstrap .offset-md-6 {
    margin-left: 50%; }
  .bootstrap .offset-md-7 {
    margin-left: 58.33333%; }
  .bootstrap .offset-md-8 {
    margin-left: 66.66667%; }
  .bootstrap .offset-md-9 {
    margin-left: 75%; }
  .bootstrap .offset-md-10 {
    margin-left: 83.33333%; }
  .bootstrap .offset-md-11 {
    margin-left: 91.66667%; }
  .bootstrap .g-md-0,
  .bootstrap .gx-md-0 {
    --bs-gutter-x: 0; }
  .bootstrap .g-md-0,
  .bootstrap .gy-md-0 {
    --bs-gutter-y: 0; }
  .bootstrap .g-md-1,
  .bootstrap .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .bootstrap .g-md-1,
  .bootstrap .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .bootstrap .g-md-2,
  .bootstrap .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .bootstrap .g-md-2,
  .bootstrap .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .bootstrap .g-md-3,
  .bootstrap .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .bootstrap .g-md-3,
  .bootstrap .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .bootstrap .g-md-4,
  .bootstrap .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .bootstrap .g-md-4,
  .bootstrap .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .bootstrap .g-md-5,
  .bootstrap .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .bootstrap .g-md-5,
  .bootstrap .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .bootstrap .col-lg {
    flex: 1 0 0%; }
  .bootstrap .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bootstrap .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bootstrap .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bootstrap .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .bootstrap .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bootstrap .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bootstrap .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .bootstrap .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .bootstrap .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .bootstrap .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .bootstrap .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .bootstrap .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .bootstrap .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .bootstrap .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .bootstrap .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .bootstrap .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bootstrap .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .bootstrap .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .bootstrap .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .bootstrap .offset-lg-0 {
    margin-left: 0; }
  .bootstrap .offset-lg-1 {
    margin-left: 8.33333%; }
  .bootstrap .offset-lg-2 {
    margin-left: 16.66667%; }
  .bootstrap .offset-lg-3 {
    margin-left: 25%; }
  .bootstrap .offset-lg-4 {
    margin-left: 33.33333%; }
  .bootstrap .offset-lg-5 {
    margin-left: 41.66667%; }
  .bootstrap .offset-lg-6 {
    margin-left: 50%; }
  .bootstrap .offset-lg-7 {
    margin-left: 58.33333%; }
  .bootstrap .offset-lg-8 {
    margin-left: 66.66667%; }
  .bootstrap .offset-lg-9 {
    margin-left: 75%; }
  .bootstrap .offset-lg-10 {
    margin-left: 83.33333%; }
  .bootstrap .offset-lg-11 {
    margin-left: 91.66667%; }
  .bootstrap .g-lg-0,
  .bootstrap .gx-lg-0 {
    --bs-gutter-x: 0; }
  .bootstrap .g-lg-0,
  .bootstrap .gy-lg-0 {
    --bs-gutter-y: 0; }
  .bootstrap .g-lg-1,
  .bootstrap .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .bootstrap .g-lg-1,
  .bootstrap .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .bootstrap .g-lg-2,
  .bootstrap .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .bootstrap .g-lg-2,
  .bootstrap .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .bootstrap .g-lg-3,
  .bootstrap .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .bootstrap .g-lg-3,
  .bootstrap .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .bootstrap .g-lg-4,
  .bootstrap .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .bootstrap .g-lg-4,
  .bootstrap .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .bootstrap .g-lg-5,
  .bootstrap .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .bootstrap .g-lg-5,
  .bootstrap .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .bootstrap .col-xl {
    flex: 1 0 0%; }
  .bootstrap .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bootstrap .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bootstrap .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bootstrap .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .bootstrap .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bootstrap .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bootstrap .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .bootstrap .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .bootstrap .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .bootstrap .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .bootstrap .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .bootstrap .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .bootstrap .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .bootstrap .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .bootstrap .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .bootstrap .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .bootstrap .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bootstrap .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .bootstrap .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .bootstrap .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .bootstrap .offset-xl-0 {
    margin-left: 0; }
  .bootstrap .offset-xl-1 {
    margin-left: 8.33333%; }
  .bootstrap .offset-xl-2 {
    margin-left: 16.66667%; }
  .bootstrap .offset-xl-3 {
    margin-left: 25%; }
  .bootstrap .offset-xl-4 {
    margin-left: 33.33333%; }
  .bootstrap .offset-xl-5 {
    margin-left: 41.66667%; }
  .bootstrap .offset-xl-6 {
    margin-left: 50%; }
  .bootstrap .offset-xl-7 {
    margin-left: 58.33333%; }
  .bootstrap .offset-xl-8 {
    margin-left: 66.66667%; }
  .bootstrap .offset-xl-9 {
    margin-left: 75%; }
  .bootstrap .offset-xl-10 {
    margin-left: 83.33333%; }
  .bootstrap .offset-xl-11 {
    margin-left: 91.66667%; }
  .bootstrap .g-xl-0,
  .bootstrap .gx-xl-0 {
    --bs-gutter-x: 0; }
  .bootstrap .g-xl-0,
  .bootstrap .gy-xl-0 {
    --bs-gutter-y: 0; }
  .bootstrap .g-xl-1,
  .bootstrap .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .bootstrap .g-xl-1,
  .bootstrap .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .bootstrap .g-xl-2,
  .bootstrap .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .bootstrap .g-xl-2,
  .bootstrap .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .bootstrap .g-xl-3,
  .bootstrap .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .bootstrap .g-xl-3,
  .bootstrap .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .bootstrap .g-xl-4,
  .bootstrap .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .bootstrap .g-xl-4,
  .bootstrap .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .bootstrap .g-xl-5,
  .bootstrap .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .bootstrap .g-xl-5,
  .bootstrap .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .bootstrap .col-xxl {
    flex: 1 0 0%; }
  .bootstrap .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bootstrap .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bootstrap .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bootstrap .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .bootstrap .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bootstrap .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bootstrap .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .bootstrap .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .bootstrap .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .bootstrap .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .bootstrap .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .bootstrap .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .bootstrap .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .bootstrap .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .bootstrap .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .bootstrap .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .bootstrap .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bootstrap .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .bootstrap .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .bootstrap .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .bootstrap .offset-xxl-0 {
    margin-left: 0; }
  .bootstrap .offset-xxl-1 {
    margin-left: 8.33333%; }
  .bootstrap .offset-xxl-2 {
    margin-left: 16.66667%; }
  .bootstrap .offset-xxl-3 {
    margin-left: 25%; }
  .bootstrap .offset-xxl-4 {
    margin-left: 33.33333%; }
  .bootstrap .offset-xxl-5 {
    margin-left: 41.66667%; }
  .bootstrap .offset-xxl-6 {
    margin-left: 50%; }
  .bootstrap .offset-xxl-7 {
    margin-left: 58.33333%; }
  .bootstrap .offset-xxl-8 {
    margin-left: 66.66667%; }
  .bootstrap .offset-xxl-9 {
    margin-left: 75%; }
  .bootstrap .offset-xxl-10 {
    margin-left: 83.33333%; }
  .bootstrap .offset-xxl-11 {
    margin-left: 91.66667%; }
  .bootstrap .g-xxl-0,
  .bootstrap .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .bootstrap .g-xxl-0,
  .bootstrap .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .bootstrap .g-xxl-1,
  .bootstrap .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .bootstrap .g-xxl-1,
  .bootstrap .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .bootstrap .g-xxl-2,
  .bootstrap .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .bootstrap .g-xxl-2,
  .bootstrap .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .bootstrap .g-xxl-3,
  .bootstrap .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .bootstrap .g-xxl-3,
  .bootstrap .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .bootstrap .g-xxl-4,
  .bootstrap .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .bootstrap .g-xxl-4,
  .bootstrap .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .bootstrap .g-xxl-5,
  .bootstrap .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .bootstrap .g-xxl-5,
  .bootstrap .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.bootstrap .table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color); }
  .bootstrap .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .bootstrap .table > tbody {
    vertical-align: inherit; }
  .bootstrap .table > thead {
    vertical-align: bottom; }

.bootstrap .table-group-divider {
  border-top: 2px solid currentcolor; }

.bootstrap .caption-top {
  caption-side: top; }

.bootstrap .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.bootstrap .table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .bootstrap .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.bootstrap .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.bootstrap .table-borderless > :not(:first-child) {
  border-top-width: 0; }

.bootstrap .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.bootstrap .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.bootstrap .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.bootstrap .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.bootstrap .table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.bootstrap .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.bootstrap .table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.bootstrap .table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.bootstrap .table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.bootstrap .table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.bootstrap .table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.bootstrap .table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.bootstrap .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .bootstrap .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .bootstrap .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .bootstrap .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .bootstrap .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .bootstrap .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.bootstrap .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --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);
  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); }
  .bootstrap .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .bootstrap .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .bootstrap .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); }
    .bootstrap .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); }
  .bootstrap .card > .card-header + .list-group,
  .bootstrap .card > .list-group + .card-footer {
    border-top: 0; }

.bootstrap .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color); }

.bootstrap .card-title {
  margin-bottom: var(--bs-card-title-spacer-y); }

.bootstrap .card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0; }

.bootstrap .card-text:last-child {
  margin-bottom: 0; }

.bootstrap .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x); }

.bootstrap .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); }
  .bootstrap .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; }

.bootstrap .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); }
  .bootstrap .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); }

.bootstrap .card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0; }
  .bootstrap .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg); }

.bootstrap .card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x)); }

.bootstrap .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); }

.bootstrap .card-img,
.bootstrap .card-img-top,
.bootstrap .card-img-bottom {
  width: 100%; }

.bootstrap .card-img,
.bootstrap .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius); }

.bootstrap .card-img,
.bootstrap .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius); }

.bootstrap .card-group > .card {
  margin-bottom: var(--bs-card-group-margin); }

@media (min-width: 576px) {
  .bootstrap .card-group {
    display: flex;
    flex-flow: row wrap; }
    .bootstrap .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .bootstrap .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .bootstrap .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .bootstrap .card-group > .card:not(:last-child) .card-img-top,
        .bootstrap .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .bootstrap .card-group > .card:not(:last-child) .card-img-bottom,
        .bootstrap .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .bootstrap .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .bootstrap .card-group > .card:not(:first-child) .card-img-top,
        .bootstrap .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .bootstrap .card-group > .card:not(:first-child) .card-img-bottom,
        .bootstrap .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.bootstrap .list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius); }

.bootstrap .list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .bootstrap .list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.bootstrap .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit; }
  .bootstrap .list-group-item-action:hover, .bootstrap .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg); }
  .bootstrap .list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg); }

.bootstrap .list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); }
  .bootstrap .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .bootstrap .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .bootstrap .list-group-item.disabled, .bootstrap .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg); }
  .bootstrap .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color); }
  .bootstrap .list-group-item + .list-group-item {
    border-top-width: 0; }
    .bootstrap .list-group-item + .list-group-item.active {
      margin-top: calc(-1 * var(--bs-list-group-border-width));
      border-top-width: var(--bs-list-group-border-width); }

.bootstrap .list-group-horizontal {
  flex-direction: row; }
  .bootstrap .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .bootstrap .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
  .bootstrap .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .bootstrap .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
    .bootstrap .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width); }

@media (min-width: 576px) {
  .bootstrap .list-group-horizontal-sm {
    flex-direction: row; }
    .bootstrap .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .bootstrap .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .bootstrap .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .bootstrap .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .bootstrap .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 768px) {
  .bootstrap .list-group-horizontal-md {
    flex-direction: row; }
    .bootstrap .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .bootstrap .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .bootstrap .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .bootstrap .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .bootstrap .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 992px) {
  .bootstrap .list-group-horizontal-lg {
    flex-direction: row; }
    .bootstrap .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .bootstrap .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .bootstrap .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .bootstrap .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .bootstrap .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1200px) {
  .bootstrap .list-group-horizontal-xl {
    flex-direction: row; }
    .bootstrap .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .bootstrap .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .bootstrap .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .bootstrap .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .bootstrap .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1400px) {
  .bootstrap .list-group-horizontal-xxl {
    flex-direction: row; }
    .bootstrap .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .bootstrap .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .bootstrap .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .bootstrap .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .bootstrap .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

.bootstrap .list-group-flush {
  border-radius: 0; }
  .bootstrap .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width); }
    .bootstrap .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.bootstrap .list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff; }
  .bootstrap .list-group-item-primary.list-group-item-action:hover, .bootstrap .list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6; }
  .bootstrap .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298; }

.bootstrap .list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }
  .bootstrap .list-group-item-secondary.list-group-item-action:hover, .bootstrap .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce; }
  .bootstrap .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b; }

.bootstrap .list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }
  .bootstrap .list-group-item-success.list-group-item-action:hover, .bootstrap .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7; }
  .bootstrap .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132; }

.bootstrap .list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }
  .bootstrap .list-group-item-info.list-group-item-action:hover, .bootstrap .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3; }
  .bootstrap .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160; }

.bootstrap .list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .bootstrap .list-group-item-warning.list-group-item-action:hover, .bootstrap .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .bootstrap .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.bootstrap .list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
  .bootstrap .list-group-item-danger.list-group-item-action:hover, .bootstrap .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
  .bootstrap .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }

.bootstrap .list-group-item-light {
  color: #636464;
  background-color: #fefefe; }
  .bootstrap .list-group-item-light.list-group-item-action:hover, .bootstrap .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .bootstrap .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464; }

.bootstrap .list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .bootstrap .list-group-item-dark.list-group-item-action:hover, .bootstrap .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .bootstrap .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619; }
